@keyframes awn-fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes awn-fade-out {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes awn-slide-right {
0% {
left: 100%;
opacity: 0
}
to {
left: 0;
opacity: 1
}
}
@keyframes awn-slide-left {
0% {
opacity: 0;
right: 100%
}
to {
opacity: 1;
right: 0
}
}
@keyframes awn-bar {
0% {
right: 100%
}
to {
right: 0
}
}
.awn-popup-loading-dots, .awn-popup-loading-dots:after, .awn-popup-loading-dots:before {
animation-fill-mode: both;
animation: awn-loading-dots 1s ease-in-out infinite;
background: #fff;
border-radius: 50%;
height: 6px;
width: 6px
}
.awn-popup-loading-dots {
animation-delay: -.16s;
color: #fff;
display: inline-block;
margin-left: 24px;
position: relative
}
.awn-popup-loading-dots:after, .awn-popup-loading-dots:before {
content: "";
position: absolute;
top: 0
}
.awn-popup-loading-dots:before {
animation-delay: -.32s;
left: -16px
}
.awn-popup-loading-dots:after {
left: 16px
}
@keyframes awn-loading-dots {
0%, 80%, to {
box-shadow: 0 0 0 0
}
40% {
box-shadow: 0 0 0 2px
}
}
#awn-popup-wrapper {
align-items: center;
animation-fill-mode: both;
animation-name: awn-fade-in;
animation-timing-function: ease-out;
background: rgba(0, 0, 0, .7);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999
}
#awn-popup-wrapper.awn-hiding {
animation-name: awn-fade-out
}
#awn-popup-wrapper .awn-popup-body {
background: #fff;
border-radius: 6px;
font-size: 14px;
max-width: 500px;
min-width: 320px;
padding: 24px;
position: relative;
word-break: break-word
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm {
align-items: center;
display: flex;
flex-direction: column
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa {
color: #c26700;
font-size: 44px
}
#awn-popup-wrapper .awn-popup-body.awn-popup-async-block {
background: transparent;
color: #fff;
font-size: 32px;
font-weight: 700;
text-align: center
}
#awn-popup-wrapper .awn-popup-title {
font-size: 14px;
font-weight: 700;
margin-top: 8px;
text-transform: uppercase
}
#awn-popup-wrapper .awn-buttons {
display: flex;
justify-content: space-between;
margin-top: 24px;
width: 100%
}
#awn-popup-wrapper .awn-buttons .awn-btn {
border: 0;
border-radius: 4px;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 32px;
transition: background .2s linear;
width: 45%
}
#awn-popup-wrapper .awn-buttons-1 .awn-btn {
width: 100%
}
#awn-popup-wrapper .awn-buttons .awn-btn-success {
background: #40871d
}
#awn-popup-wrapper .awn-buttons .awn-btn-success:hover {
background: #367218
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel {
background: #1c76a6
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover {
background: #186690
}
#awn-toast-container {
bottom: 24px;
box-sizing: border-box;
position: fixed;
right: 24px;
z-index: 99998
}
#awn-toast-container.awn-top-left, #awn-toast-container.awn-top-right {
bottom: auto;
top: 24px
}
#awn-toast-container.awn-top-left .awn-toast:first-child, #awn-toast-container.awn-top-right .awn-toast:first-child {
margin-top: 16px
}
#awn-toast-container.awn-bottom-left, #awn-toast-container.awn-top-left {
left: 24px;
right: auto
}
#awn-toast-container.awn-bottom-left .awn-toast, #awn-toast-container.awn-top-left .awn-toast {
animation-name: awn-slide-left;
right: 100%
}
#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding, #awn-toast-container.awn-top-left .awn-toast.awn-hiding {
right: 0
}
#awn-toast-container.awn-bottom-right .awn-toast, #awn-toast-container.awn-top-right .awn-toast {
animation-name: awn-slide-right;
left: 100%
}
#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding, #awn-toast-container.awn-top-right .awn-toast.awn-hiding {
left: 0
}
.awn-toast {
animation-fill-mode: both;
animation-timing-function: linear;
background: #ebebeb;
border-radius: 6px;
color: gray;
cursor: pointer;
font-size: 14px;
margin-top: 16px;
opacity: 0;
overflow: hidden;
position: relative;
width: 320px
}
.awn-toast-content {
word-break: break-word
}
.awn-toast-label {
color: gray;
display: block;
font-size: 18px;
text-transform: uppercase
}
.awn-toast-icon {
align-items: center;
bottom: 0;
display: flex;
justify-content: flex-end;
position: absolute;
right: 16px;
top: 6px
}
.awn-toast-icon .fa {
color: gray;
font-size: 44px
}
.awn-toast-wrapper {
border: 2px solid #d1d1d1;
border-radius: 6px;
padding: 22px 88px 16px 16px
}
.awn-toast-progress-bar {
height: 6px;
left: 0;
position: absolute;
right: 0;
top: 0
}
.awn-toast-progress-bar:after {
animation-duration: inherit;
animation-fill-mode: both;
animation-name: awn-bar;
animation-timing-function: linear;
background: gray;
content: " ";
height: 6px;
position: absolute;
right: 100%;
top: 0;
width: 100%
}
.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after {
animation-play-state: paused
}
.awn-toast.awn-hiding {
animation-name: awn-fade-out !important
}
.awn-toast.awn-toast-success {
background: #dff8d3;
color: #40871d
}
.awn-toast.awn-toast-success .awn-toast-wrapper {
border-color: #a7d590
}
.awn-toast.awn-toast-success .fa, .awn-toast.awn-toast-success b {
color: #40871d
}
.awn-toast.awn-toast-success .awn-toast-progress-bar:after {
background: #40871d
}
.awn-toast.awn-toast-info {
background: #d3ebf8;
color: #1c76a6
}
.awn-toast.awn-toast-info .awn-toast-wrapper {
border-color: #9fd3ef
}
.awn-toast.awn-toast-info .fa, .awn-toast.awn-toast-info b {
color: #1c76a6
}
.awn-toast.awn-toast-info .awn-toast-progress-bar:after {
background: #1c76a6
}
.awn-toast.awn-toast-alert {
background: #f8d5d3;
color: #a92019
}
.awn-toast.awn-toast-alert .awn-toast-wrapper {
border-color: #f0a29d
}
.awn-toast.awn-toast-alert .fa, .awn-toast.awn-toast-alert b {
color: #a92019
}
.awn-toast.awn-toast-alert .awn-toast-progress-bar:after {
background: #a92019
}
.awn-toast.awn-toast-warning {
background: #ffe7cc;
color: #c26700
}
.awn-toast.awn-toast-warning .awn-toast-wrapper {
border-color: #ffc480
}
.awn-toast.awn-toast-warning .fa, .awn-toast.awn-toast-warning b {
color: #c26700
}
.awn-toast.awn-toast-warning .awn-toast-progress-bar:after {
background: #c26700
}
[class^=awn-] {
box-sizing: border-box
}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
.cbx-chota {
--bg-color: #ffffff;
--bg-secondary-color:#f3f3f6;
--color-lightGrey: #d2d6dd;
--color-grey: #747681;
--color-darkGrey: #3f4144;
--color-error: #d43939;
--color-success: #339D5D;
--color-white: #ffffff;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
--font-size: 0.875rem;
--font-color: #333333;
--font-family-sans: "DM Sans", -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next",
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
--font-family-mono: monaco, "Consolas", "Lucida Console", monospace; }
.cbx-chota {
--color-primary: #6648fe;
--color-secondary: #747681;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.icon-inline {
display: inline-flex !important;
align-items: center !important;
}
.icon {
display: inline-flex !important;
align-items: center !important;
}
.icon .cbx-icon {
margin-right: 5px;
order: 1;
}
.icon .button-label {
order: 2;
}
.icon.icon-right .cbx-icon {
margin-right: 0 !important;
margin-left: 5px !important;
order: 2;
}
.icon.icon-right .button-label {
order: 1;
}
.icon.icon-only .cbx-icon {
margin-right: 0;
margin-left: 0;
}
.icon.icon-if-else .cbx-icon:nth-child(2) {
display: none;
}
.icon.icon-else .cbx-icon:nth-child(1) {
display: none;
}
.icon.icon-else .cbx-icon:nth-child(2) {
display: inline-flex !important;
}
.cbx-icon {
background-size: contain !important;
background-repeat: no-repeat !important;
width: 20px;
height: 20px;
background-position: center;
display: block;
vertical-align: middle;
background-color: transparent;
}
.cbx-icon-10 {
width: 10px;
height: 10px;
}
.cbx-icon-15 {
width: 15px;
height: 15px;
}
.cbx-icon-20 {
width: 20px;
height: 20px;
}
.cbx-icon-25 {
width: 25px;
height: 25px;
}
.cbx-icon-30 {
width: 30px;
height: 30px;
}
.cbx-icon-32 {
width: 32px;
height: 32px;
}
.cbx-icon-35 {
width: 35px;
height: 35px;
}
.cbx-icon-search {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search.svg);
}
.cbx-icon-search-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search_white.svg);
}
.cbx-icon-refresh {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_refresh.svg);
}
.cbx-icon-refresh-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_refresh_white.svg);
}
.cbx-icon-table-filter {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_filters.svg);
}
.cbx-icon-reset {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_reset.svg);
}
.cbx-icon-reset-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_reset_white.svg);
}
.cbx-icon-close {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_close.svg);
}
.cbx-icon-lock {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg);
}
.cbx-icon-unlock {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg);
}
.cbx-icon-delete {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_delete.svg);
}
.cbx-icon-delete-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_delete_white.svg);
}
.cbx-icon-edit {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_edit.svg);
}
.cbx-icon-edit-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_edit_white.svg);
}
.cbx-icon-save {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save.svg);
}
.cbx-icon-save-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save_white.svg);
}
.cbx-icon-share {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_share.svg);
}
.cbx-icon-share-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_share_white.svg);
}
.cbx-icon-square-plus {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_plus.svg);
}
.cbx-icon-square-minus {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_minus.svg);
}
.cbx-icon-square-plus-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_plus_white.svg);
}
.cbx-icon-square-minus-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_square_minus_white.svg);
}
.cbx-icon-circle-plus {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_plus.svg);
}
.cbx-icon-circle-minus {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_minus.svg);
}
.cbx-icon-circle-plus-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_plus_white.svg);
}
.cbx-icon-circle-minus-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_minus_white.svg);
}
.cbx-icon-plus {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_plus.svg);
}
.cbx-icon-minus {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minus.svg);
}
.cbx-icon-plus-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_plus_white.svg);
}
.cbx-icon-minus-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minus_white.svg);
}
.cbx-icon-external {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_external.svg);
}
.cbx-icon-view {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_view.svg);
}
.cbx-icon-view-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_view_white.svg);
}
.cbx-icon-table-filters {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_filters.svg);
}
.cbx-icon-table-filters-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_filters_white.svg);
}
.cbx-icon-clone {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clone.svg);
}
.cbx-icon-clone-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clone_white.svg);
}
.cbx-icon-grid {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_grid.svg);
}
.cbx-icon-list {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_list.svg);
}
.cbx-icon-save {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save.svg);
}
.cbx-icon-save-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_save_white.svg);
}
.cbx-icon-print {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_print.svg);
}
.cbx-icon-print-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_print_white.svg);
}
.cbx-icon-user-circle {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_user_circle.svg);
}
.cbx-icon-user-circle-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_user_circle_white.svg);
}
.cbx-icon-logout {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_logout.svg);
}
.cbx-icon-logout-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_logout_white.svg);
}
.cbx-icon-move {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_move.svg);
}
.cbx-icon-move-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_move_white.svg);
}
.cbx-icon-export {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_export.svg);
}
.cbx-icon-export-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_export_white.svg);
}
.cbx-icon-import {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_import.svg);
}
.cbx-icon-import-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_import_white.svg);
}
.cbx-icon-maximize {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_maximize.svg);
}
.cbx-icon-maximize-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_maximize_white.svg);
}
.cbx-icon-minimize {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minimize.svg);
}
.cbx-icon-minimize-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_minimize_white.svg);
}
.cbx-icon-message-circle {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message_circle.svg);
}
.cbx-icon-message-circle-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message_circle_white.svg);
}
.cbx-icon-location {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_location.svg);
}
.cbx-icon-location-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_location_white.svg);
}
.cbx-icon-thumbs-up {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_up.svg);
}
.cbx-icon-thumbs-up-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_up_white.svg);
}
.cbx-icon-thumbs-down {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_down.svg);
}
.cbx-icon-thumbs-down-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_thumbs_down_white.svg);
}
.cbx-icon-settings {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_settings.svg);
}
.cbx-icon-settings-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_settings_white.svg);
}
.cbx-icon-copy {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_copy.svg);
}
.cbx-icon-copy-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_copy_white.svg);
}
.cbx-icon-cut {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_cut.svg);
}
.cbx-icon-cut-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_cut_white.svg);
}
.cbx-icon-tag {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_tag.svg);
}
.cbx-icon-tag-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_tag_white.svg);
}
.cbx-icon-clock {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clock.svg);
}
.cbx-icon-clock-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_clock_white.svg);
}
.cbx-icon-heart {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_heart.svg);
}
.cbx-icon-heart-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_heart_white.svg);
}
.cbx-icon-lock {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg);
}
.cbx-icon-lock-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock_white.svg);
}
.cbx-icon-unlock {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg);
}
.cbx-icon-unlock-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock_white.svg);
}
.cbx-icon-currency-dollar {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_currency_dollar.svg);
}
.cbx-icon-currency-dollar-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_currency_dollar_white.svg);
}
.cbx-icon-phone {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_phone.svg);
}
.cbx-icon-phone-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_phone_white.svg);
}
.cbx-icon-more-h {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_h.svg);
}
.cbx-icon-more-h-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_h_white.svg);
}
.cbx-icon-more-v {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_v.svg);
}
.cbx-icon-more-v-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_more_v_white.svg);
}
.cbx-icon-gear {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_gear.svg);
}
.cbx-icon-gear-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_gear_white.svg);
}
.cbx-icon-back {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_back.svg);
}
.cbx-icon-back-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_back_white.svg);
}
.cbx-icon-email {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_email.svg);
}
.cbx-icon-email-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_email_white.svg);
}
.cbx-icon-message {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message.svg);
}
.cbx-icon-message-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_message_white.svg);
}
.cbx-icon-checked {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_checked.svg);
}
.cbx-icon-checked-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_checked_white.svg);
}
.cbx-icon-unchecked, .cbx-icon-square {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unchecked.svg);
}
.cbx-icon-unchecked-white, .cbx-icon-square-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unchecked_white.svg);
}
.cbx-icon-circle {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle.svg);
}
.cbx-icon-circle-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_circle_white.svg);
}
.cbx-icon-code {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_code.svg);
}
.cbx-icon-code-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_code_white.svg);
}
.cbx-icon-check {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_check.svg);
}
.cbx-icon-check-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_check_white.svg);
}
.cbx-icon-photo {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_photo.svg);
}
.cbx-icon-photo-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_photo_white.svg);
}
.cbx-icon-camera {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_camera.svg);
}
.cbx-icon-camera-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_camera_white.svg);
}
.cbx-icon-funnel {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_funnel.svg);
}
.cbx-icon-funnel-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_funnel_white.svg);
}
.cbx-icon-calendar {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_calendar.svg);
}
.cbx-icon-calendar-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_calendar_white.svg);
}
.cbx-icon-home {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_home.svg);
}
.cbx-icon-home-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_home_white.svg);
}
.cbx-icon-headphones {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_headphones.svg);
}
.cbx-icon-headphones-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_headphones_white.svg);
}
.cbx-icon-users {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_users.svg);
}
.cbx-icon-users-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_users_white.svg);
}
.cbx-icon-users {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_users.svg);
}
.cbx-icon-users-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_users_white.svg);
}
.cbx-icon-database {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_database.svg);
}
.cbx-icon-database-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_database_white.svg);
}
.cbx-icon-reports {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_reports.svg);
}
.cbx-icon-reports-white {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_reports_white.svg);
}
.cbx-icon-bookmark {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/app/icon_bookmark.svg);
}
.cbx-icon-category {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/app/icon_category.svg);
}
.cbx-guest-wrap {
font-size: 14px;
line-height: 1.2;
border-radius: 8px !important;
max-width: 315px;
margin: 30px auto;
}
.cbx-guest-wrap .cbx-title-login {
margin-bottom: 20px;
}
.cbx-guest-wrap .cbx-title-login a {
text-decoration: underline !important;
}
.cbx-guest-wrap .cbx-title-login .guest-login-trigger {
text-decoration: none !important;
}
.cbx-guest-wrap .cbx-guest-login-wrap {
background-color: #f0f0f1;
border-radius: 5px;
padding: 20px;
margin-bottom: 20px;
display: none;
}
.cbx-guest-wrap .cbx-guest-login-wrap input[name=rememberme] {
width: auto !important;
display: inline-block !important;
vertical-align: middle !important;
}
.cbx-guest-wrap .cbx-guest-login-wrap input[type=submit], .cbx-guest-wrap .cbx-guest-login-wrap button[type=submit] {
font-size: 15px !important;
line-height: 1.5 !important;
outline: none !important;
text-decoration: none !important;
border-radius: 6px;
padding: 5px 15px !important;
color: #fff !important;
background-color: var(--color-primary) !important;
border: 1px solid var(--color-primary) !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cbx-guest-wrap .cbx-guest-login-wrap input[type=submit]:focus, .cbx-guest-wrap .cbx-guest-login-wrap input[type=submit]:hover, .cbx-guest-wrap .cbx-guest-login-wrap button[type=submit]:focus, .cbx-guest-wrap .cbx-guest-login-wrap button[type=submit]:hover {
outline: none !important;
text-decoration: none !important;
box-shadow: none !important;
color: #fff;
background-color: var(--color-primary);
border-color: var(--color-primary);
}
.cbx-guest-wrap .cbx-guest-login-wrap input[type=submit]:disabled, .cbx-guest-wrap .cbx-guest-login-wrap button[type=submit]:disabled {
opacity: 0.5;
}
.cbx-guest-wrap .cbx-guest-login-wrap input[type=color], .cbx-guest-wrap .cbx-guest-login-wrap input[type=date], .cbx-guest-wrap .cbx-guest-login-wrap input[type=datetime-local], .cbx-guest-wrap .cbx-guest-login-wrap input[type=datetime], .cbx-guest-wrap .cbx-guest-login-wrap input[type=email], .cbx-guest-wrap .cbx-guest-login-wrap input[type=month], .cbx-guest-wrap .cbx-guest-login-wrap input[type=number], .cbx-guest-wrap .cbx-guest-login-wrap input[type=password], .cbx-guest-wrap .cbx-guest-login-wrap input[type=search], .cbx-guest-wrap .cbx-guest-login-wrap input[type=tel], .cbx-guest-wrap .cbx-guest-login-wrap input[type=text], .cbx-guest-wrap .cbx-guest-login-wrap input[type=time], .cbx-guest-wrap .cbx-guest-login-wrap input[type=url], .cbx-guest-wrap .cbx-guest-login-wrap input[type=week], .cbx-guest-wrap .cbx-guest-login-wrap select, .cbx-guest-wrap .cbx-guest-login-wrap textarea {
background-color: var(--color-white) !important;
}
.cbx-guest-wrap .cbx-guest-login-wrap .login-submit {
text-align: center !important;
margin: 20px auto 0 auto !important;
}
.cbx-guest-wrap .cbx-guest-login-wrap.cbx-guest-login-wrap-show {
display: block;
}
.cbx-guest-wrap form p {
margin-bottom: 2px !important;
}
.cbx-guest-wrap h3 {
font-weight: bold !important;
font-size: 18px !important;
line-height: 1.5 !important;
padding: 0 !important;
margin: 0 0 8px 0 !important;
text-align: left !important;
}
.cbx-guest-wrap label {
display: block;
width: 100% !important;
font-size: 15px !important;
line-height: 1.5 !important;
padding: 0 !important;
margin: 0 0 4px 0 !important;
}
.cbx-guest-wrap .bbp-remember-me label {
display: inline-block !important;
width: auto !important;
}
.cbx-guest-wrap input[type=text], .cbx-guest-wrap input[type=password], .cbx-guest-wrap input[type=date], .cbx-guest-wrap input[type=datetime], .cbx-guest-wrap input[type=datetime-local], .cbx-guest-wrap input[type=email], .cbx-guest-wrap input[type=month], .cbx-guest-wrap input[type=number], .cbx-guest-wrap input[type=search], .cbx-guest-wrap input[type=tel], .cbx-guest-wrap input[type=time], .cbx-guest-wrap input[type=url], .cbx-guest-wrap input[type=week] {
width: 100% !important;
border: 1px solid #ccc !important;
margin: 0 0 4px 0 !important;
padding: 3px 5px !important;
font-size: 14px !important;
line-height: 1.2 !important;
}
.cbx-guest-wrap input[type=text]:focus, .cbx-guest-wrap input[type=password]:focus, .cbx-guest-wrap input[type=date]:focus, .cbx-guest-wrap input[type=datetime]:focus, .cbx-guest-wrap input[type=datetime-local]:focus, .cbx-guest-wrap input[type=email]:focus, .cbx-guest-wrap input[type=month]:focus, .cbx-guest-wrap input[type=number]:focus, .cbx-guest-wrap input[type=search]:focus, .cbx-guest-wrap input[type=tel]:focus, .cbx-guest-wrap input[type=time]:focus, .cbx-guest-wrap input[type=url]:focus, .cbx-guest-wrap input[type=week]:focus {
outline: 0 none !important;
}
.cbx-guest-wrap .cbx-guest-register {
padding: 0 !important;
margin: 10px 0 0 0 !important;
}
.cbx-guest-wrap .woocommerce-form.woocommerce-form-login.login .form-row {
margin: 0 !important;
}
.cbx-guest-wrap .woocommerce-form.woocommerce-form-login.login .lost_password {
margin: 5px 0;
}
.guest_login_url_wrap {
background-color: #fbefeb;
color: #747681;
border: 1px solid #f2dbd4;
border-radius: 10px;
padding: 10px;
box-shadow: 0 10px 22px 0 rgba(0, 4, 32, 0.05) !important;
text-align: center;
}
.flatpickr-calendar select.flatpickr-monthDropdown-months {
font-size: 16px !important;
line-height: 1.5 !important;
}
.flatpickr-calendar select.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
font-size: 14px !important;
line-height: 1.5 !important;
}
.flatpickr-calendar .numInputWrapper .numInput {
font-size: 16px !important;
line-height: 1.5 !important;
}
.no-underline {
text-decoration: none !important;
}
.no-underline:focus, .no-underline:hover {
text-decoration: none !important;
}
.no-italics {
font-style: normal !important;
}
.display_none {
display: none !important;
} .ld-ball,
.ld-ring,
.ld-hourglass,
.ld-loader,
.ld-cross,
.ld-square,
.ld-pie,
.ld-spinner {
width: 1em;
height: 1em;
position: relative;
color: inherit;
display: inline-block;
box-sizing: content-box;
}
.ld-ball:after,
.ld-ring:after,
.ld-hourglass:after,
.ld-loader:after,
.ld-cross:after,
.ld-square:after,
.ld-pie:after,
.ld-spinner:after {
content: " ";
display: block;
width: 2em;
height: 2em;
box-sizing: border-box;
transform-origin: 0em 0em;
transform: translateZ(0) scale(0.5);
backface-visibility: hidden;
}
.ld-ring:after {
border-radius: 50%;
border: 0.3em solid currentColor;
border-left-color: transparent;
}
.ld-ball:after {
border-radius: 50%;
background: currentColor;
}
.ld-hourglass:after {
border-radius: 50%;
border: 1em solid currentColor;
border-left-color: transparent;
border-right-color: transparent;
}
.ld-cross:after {
position: absolute;
height: 0.5em;
transform: translateZ(0) scale(0.5) translate(0, 0.75em);
background: currentColor;
}
.ld-cross:before {
content: " ";
display: block;
width: 0.5em;
height: 2em;
box-sizing: border-box;
transform-origin: 0em 0em;
backface-visibility: hidden;
position: absolute;
width: 0.5em;
transform: translateZ(0) scale(0.5) translate(0.75em, 0);
background: currentColor;
}
.ld-square:after {
background: currentColor;
}
.ld-pie:after {
border-radius: 50%;
border: 1em solid currentColor;
border-left-color: transparent;
}
.ld-spinner:after {
position: absolute;
width: 0.4em;
height: 0.4em;
transform: translateZ(0) scale(0.5) translate(0.8em, 0.8em);
border-radius: 50%;
background: none;
box-shadow: 0 1em 0 currentColor, 0 -1em 0 currentColor, 1em 0 0 currentColor, -1em 0 0 currentColor, 0.70710678em 0.70710678em 0 currentColor, -0.70710678em 0.70710678em 0 currentColor, 0.70710678em -0.70710678em 0 currentColor, -0.70710678em -0.70710678em 0 currentColor;
}
.ld-loader {
background-size: cover;
}
.ld.reverse {
animation-direction: reverse !important;
}
.ld.xp15 {
animation-duration: 0.15s !important;
}
.ld.xp35 {
animation-duration: 0.35s !important;
}
.ld.xhalf {
animation-duration: 0.5s !important;
}
.ld.x1 {
animation-duration: 1s !important;
}
.ld.x2 {
animation-duration: 2s !important;
}
.ld.x4 {
animation-duration: 4s !important;
}
.ld.running {
animation-play-state: running !important;
}
.ld.paused {
animation-play-state: paused !important;
}
.ld.f00 {
animation-delay: 0s !important;
}
.ld.f01 {
animation-delay: -0.1s !important;
}
.ld.f02 {
animation-delay: -0.2s !important;
}
.ld.f03 {
animation-delay: -0.3s !important;
}
.ld.f04 {
animation-delay: -0.4s !important;
}
.ld.f05 {
animation-delay: -0.5s !important;
}
.ld.f06 {
animation-delay: -0.6s !important;
}
.ld.f07 {
animation-delay: -0.7s !important;
}
.ld.f08 {
animation-delay: -0.8s !important;
}
.ld.f09 {
animation-delay: -0.9s !important;
}
.ld.f10 {
animation-delay: -1s !important;
}
.ld {
transform-origin: 50% 50%;
transform-box: fill-box;
}
@keyframes ld-blink {
0% {
opacity: 1;
}
49.75% {
opacity: 1;
}
50.25% {
opacity: 0;
}
99.5% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ld.ld-blink {
animation: ld-blink 1s infinite linear;
}
@keyframes ld-blur {
0% {
filter: blur(0);
}
50% {
filter: blur(10px);
}
100% {
filter: blur(0);
}
}
.ld.ld-blur {
animation: ld-blur 1s infinite linear;
}
@keyframes ld-beat {
0% {
animation-timing-function: cubic-bezier(0.1028, 0.2484, 0.1372, 0.849);
transform: scale(1);
}
34% {
animation-timing-function: cubic-bezier(0.7116, 0.2095, 0.8159, 0.6876);
transform: scale(1.2);
}
68% {
animation-timing-function: cubic-bezier(0.1475, 0.2888, 0.294, 0.883);
transform: scale(1.0268);
}
84% {
animation-timing-function: cubic-bezier(0.8176, 0.2193, 0.867, 0.6889);
transform: scale(1.0932);
}
100% {
transform: scale(1);
}
}
.ld.ld-beat {
animation: ld-beat 1s infinite linear;
}
@keyframes ld-bounceAlt {
0% {
animation-timing-function: cubic-bezier(0.1348, 0.3256, 0.2495, 0.8687);
transform: translate(0, 0%);
}
51% {
animation-timing-function: cubic-bezier(0.7426, 0.1782, 0.8523, 0.6514);
transform: translate(0, -14%);
}
100% {
transform: translate(0, 0%);
}
}
.ld.ld-bounceAlt {
animation: ld-bounceAlt 1s infinite linear;
}
@keyframes ld-tick-alt {
0% {
animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
transform: rotate(0deg);
}
22% {
animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
transform: rotate(-44.865deg);
}
43% {
animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
transform: rotate(-7.515deg);
}
56% {
animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
transform: rotate(-25.29deg);
}
68% {
animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
transform: rotate(-5.13deg);
}
76% {
animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
transform: rotate(-14.175deg);
}
83% {
animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
transform: rotate(-3.6deg);
}
88% {
animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
transform: rotate(-7.74deg);
}
92% {
animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
transform: rotate(-2.61deg);
}
95% {
animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
transform: rotate(-4.185deg);
}
98% {
animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
transform: rotate(-2.565deg);
}
100% {
transform: rotate(0deg);
}
}
.ld.ld-tick-alt {
animation: ld-tick-alt 1s infinite linear;
}
@keyframes ld-jump {
0% {
animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
transform: translate(0, 0%);
}
22% {
animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
transform: translate(0, -13.958%);
}
43% {
animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
transform: translate(0, -2.338%);
}
56% {
animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
transform: translate(0, -7.868%);
}
68% {
animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
transform: translate(0, -1.596%);
}
76% {
animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
transform: translate(0, -4.41%);
}
83% {
animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
transform: translate(0, -1.12%);
}
88% {
animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
transform: translate(0, -2.408%);
}
92% {
animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
transform: translate(0, -0.812%);
}
95% {
animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
transform: translate(0, -1.302%);
}
98% {
animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
transform: translate(0, -0.798%);
}
100% {
transform: translate(0, 0%);
}
}
.ld.ld-jump {
animation: ld-jump 1s infinite linear;
}
@keyframes ld-bounce {
0% {
animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
transform: translate(0, 0%) scaleY(1);
}
37% {
animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
transform: translate(0, -39.96%) scaleY(1);
}
72.2% {
animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
transform: translate(0, 0%) scaleY(1);
}
87.2% {
animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
transform: translate(0, 19.85%) scaleY(0.603);
}
100% {
transform: translate(0, 0%) scaleY(1);
}
}
.ld.ld-bounce {
animation: ld-bounce 1s infinite linear;
}
@keyframes ld-clock {
0% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(0deg);
}
8.33333% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(30deg);
}
16.66667% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(60deg);
}
25% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(90deg);
}
33.33333% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(120deg);
}
41.66667% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(150deg);
}
50% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(180deg);
}
58.33333% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(210deg);
}
66.66667% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(240deg);
}
75% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(270deg);
}
83.33333% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(300deg);
}
91.66667% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(330deg);
}
100% {
animation-timing-function: cubic-bezier(0, 0.7, 0.3, 1);
transform: rotate(360deg);
}
}
.ld.ld-clock {
animation: ld-clock 12s infinite linear;
}
@keyframes ld-fade {
0% {
animation-timing-function: cubic-bezier(0.2057, 0.573, 0.3723, 0.9184);
opacity: 1;
}
100% {
opacity: 0;
}
}
.ld.ld-fade {
animation: ld-fade 1s infinite linear;
}
@keyframes ld-flip {
0%, 25%, 50%, 75%, 100% {
animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
}
0% {
transform: scale(1, 1);
}
25% {
transform: scale(-1, 1);
}
50% {
transform: scale(-1, -1);
}
75% {
transform: scale(1, -1);
}
100% {
transform: scale(1, 1);
}
}
.ld.ld-flip {
animation: ld-flip 1s infinite linear;
}
@keyframes ld-float {
0% {
animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
transform: translate(0, 0) scale(0.7);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
50% {
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
transform: translate(0, -15%) scale(1);
box-shadow: 0 23% 5% -15% rgba(0, 0, 0, 0.2);
}
100% {
transform: translate(0, 0) scale(0.7);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
}
.ld.ld-float {
animation: ld-float 1s infinite linear;
}
@keyframes ld-heartbeat {
0% {
animation-timing-function: cubic-bezier(0.1678, 0.6042, 0.5465, 3.0859);
transform: scale(1.3);
}
30% {
animation-timing-function: cubic-bezier(0.3206, 0.3435, 0.6825, 0.6598);
transform: scale(1.15);
}
31% {
animation-timing-function: cubic-bezier(0.2811, 0.5061, 0.5347, 0.909);
transform: scale(1.1458);
}
100% {
transform: scale(1);
}
}
.ld.ld-heartbeat {
animation: ld-heartbeat 1s infinite linear;
}
@keyframes ld-hit {
0% {
animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
transform: scale(0) translate(0, 0) skewX(0);
opacity: 1;
}
20% {
transform: scale(1) translate(0, 0) skewX(20deg);
}
50% {
animation-timing-function: cubic-bezier(0.6, 0, 1, 0.4);
transform: scale(1) translate(0, 0) skewX(20deg);
}
50% {
opacity: 1;
}
100% {
transform: scale(1) translate(0, 200%) skewX(20deg);
opacity: 0;
}
}
.ld.ld-hit {
animation: ld-hit 2s infinite linear;
}
@keyframes ld-move-ltr {
0% {
transform: translate(0%, 0%);
}
40% {
transform: translate(40%, 0%);
}
49.99999% {
transform: translate(49.99999%, 0%);
}
50% {
transform: translate(-50%, 0%);
}
50.00001% {
transform: translate(-49.99999%, 0%);
}
60% {
transform: translate(-40%, 0%);
}
100% {
transform: translate(0%, 0%);
}
}
.ld.ld-move-ltr {
animation: ld-move-ltr 1s infinite linear;
}
@keyframes ld-move-rtl {
0% {
transform: translate(0%, 0%);
}
40% {
transform: translate(-40%, 0%);
}
49.99999% {
transform: translate(-49.99999%, 0%);
}
50% {
transform: translate(50%, 0%);
}
50.00001% {
transform: translate(49.99999%, 0%);
}
60% {
transform: translate(40%, 0%);
}
100% {
transform: translate(0%, 0%);
}
}
.ld.ld-move-rtl {
animation: ld-move-rtl 1s infinite linear;
}
@keyframes ld-move-ttb {
0% {
transform: translate(0%, 0%);
}
40% {
transform: translate(0%, 40%);
}
49.99999% {
transform: translate(0%, 49.99999%);
}
50% {
transform: translate(0%, -50%);
}
50.00001% {
transform: translate(0%, -49.99999%);
}
60% {
transform: translate(0%, -40%);
}
100% {
transform: translate(0%, 0%);
}
}
.ld.ld-move-ttb {
animation: ld-move-ttb 1s infinite linear;
}
@keyframes ld-move-btt {
0% {
transform: translate(0%, 0%);
}
40% {
transform: translate(0%, -40%);
}
49.99999% {
transform: translate(0%, -49.99999%);
}
50% {
transform: translate(0%, 50%);
}
50.00001% {
transform: translate(0%, 49.99999%);
}
60% {
transform: translate(0%, 40%);
}
100% {
transform: translate(0%, 0%);
}
}
.ld.ld-move-btt {
animation: ld-move-btt 1s infinite linear;
}
@keyframes ld-move-fade-ltr {
0% {
transform: translate(0%, 0%);
opacity: 1;
}
40% {
transform: translate(40%, 0%);
opacity: 1;
}
49.99999% {
transform: translate(49.99999%, 0%);
opacity: 0;
}
50% {
transform: translate(-50%, 0%);
opacity: 0;
}
50.00001% {
transform: translate(-49.99999%, 0%);
opacity: 0;
}
60% {
transform: translate(-40%, 0%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-move-fade-ltr {
animation: ld-move-fade-ltr 1s infinite linear;
}
@keyframes ld-move-fade-rtl {
0% {
transform: translate(0%, 0%);
opacity: 1;
}
40% {
transform: translate(-40%, 0%);
opacity: 1;
}
49.99999% {
transform: translate(-49.99999%, 0%);
opacity: 0;
}
50% {
transform: translate(50%, 0%);
opacity: 0;
}
50.00001% {
transform: translate(49.99999%, 0%);
opacity: 0;
}
60% {
transform: translate(40%, 0%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-move-fade-rtl {
animation: ld-move-fade-rtl 1s infinite linear;
}
@keyframes ld-move-fade-ttb {
0% {
transform: translate(0%, 0%);
opacity: 1;
}
40% {
transform: translate(0%, 40%);
opacity: 1;
}
49.99999% {
transform: translate(0%, 49.99999%);
opacity: 0;
}
50% {
transform: translate(0%, -50%);
opacity: 0;
}
50.00001% {
transform: translate(0%, -49.99999%);
opacity: 0;
}
60% {
transform: translate(0%, -40%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-move-fade-ttb {
animation: ld-move-fade-ttb 1s infinite linear;
}
@keyframes ld-move-fade-btt {
0% {
transform: translate(0%, 0%);
opacity: 1;
}
40% {
transform: translate(0%, -40%);
opacity: 1;
}
49.99999% {
transform: translate(0%, -49.99999%);
opacity: 0;
}
50% {
transform: translate(0%, 50%);
opacity: 0;
}
50.00001% {
transform: translate(0%, 49.99999%);
opacity: 0;
}
60% {
transform: translate(0%, 40%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-move-fade-btt {
animation: ld-move-fade-btt 1s infinite linear;
}
@keyframes ld-orbit {
0% {
animation-timing-function: linear;
transform: translate(0%, -60%) rotate(0deg);
}
8.33333% {
animation-timing-function: linear;
transform: translate(30%, -51.96152%) rotate(30deg);
}
16.66667% {
animation-timing-function: linear;
transform: translate(51.96152%, -30%) rotate(60deg);
}
25% {
animation-timing-function: linear;
transform: translate(60%, 0%) rotate(90deg);
}
33.33333% {
animation-timing-function: linear;
transform: translate(51.96152%, 30%) rotate(120deg);
}
41.66667% {
animation-timing-function: linear;
transform: translate(30%, 51.96152%) rotate(150deg);
}
50% {
animation-timing-function: linear;
transform: translate(0%, 60%) rotate(180deg);
}
58.33333% {
animation-timing-function: linear;
transform: translate(-30%, 51.96152%) rotate(210deg);
}
66.66667% {
animation-timing-function: linear;
transform: translate(-51.96152%, 30%) rotate(240deg);
}
75% {
animation-timing-function: linear;
transform: translate(-60%, 0%) rotate(270deg);
}
83.33333% {
animation-timing-function: linear;
transform: translate(-51.96152%, -30%) rotate(300deg);
}
91.66667% {
animation-timing-function: linear;
transform: translate(-30%, -51.96152%) rotate(330deg);
}
100% {
animation-timing-function: linear;
transform: translate(0%, -60%) rotate(360deg);
}
}
.ld.ld-orbit {
animation: ld-orbit 1s infinite linear;
}
@keyframes ld-breath {
0% {
animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
transform: scale(0.91);
}
51% {
animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
transform: scale(1.02994);
}
100% {
transform: scale(0.91);
}
}
.ld.ld-breath {
animation: ld-breath 1s infinite linear;
}
@keyframes ld-dim {
0% {
animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
opacity: 0;
}
51% {
animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
opacity: 0.9995;
}
100% {
opacity: 0;
}
}
.ld.ld-dim {
animation: ld-dim 1s infinite linear;
}
@keyframes ld-metronome {
0% {
animation-timing-function: cubic-bezier(0.7806, 0.0715, 0.8998, 0.731);
transform: translate(-10%) rotate(-20deg);
}
17.5% {
animation-timing-function: cubic-bezier(0.484, 0.3308, 0.6853, 0.6667);
transform: translate(-6.18%) rotate(-12.36deg);
}
27.6% {
animation-timing-function: cubic-bezier(0.0676, 0.1836, 0.0518, 0.9433);
transform: translate(2.48%) rotate(4.96deg);
}
50.1% {
animation-timing-function: cubic-bezier(0.7773, 0.0708, 0.9008, 0.735);
transform: translate(10%) rotate(20deg);
}
67.6% {
animation-timing-function: cubic-bezier(0.4888, 0.331, 0.6153, 0.6674);
transform: translate(6.16%) rotate(12.32deg);
}
80% {
animation-timing-function: cubic-bezier(0.0801, 0.2206, 0.1357, 0.9363);
transform: translate(-4.57%) rotate(-9.14deg);
}
100% {
transform: translate(-10%) rotate(-20deg);
}
}
.ld.ld-metronome {
animation: ld-metronome 1s infinite linear;
}
@keyframes ld-swing {
0% {
animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
transform: rotate(-30deg);
}
51% {
animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
transform: rotate(29.97deg);
}
100% {
transform: rotate(-30deg);
}
}
.ld.ld-swing {
animation: ld-swing 1s infinite linear;
}
@keyframes ld-wander-v {
0% {
animation-timing-function: cubic-bezier(0.7806, 0.0715, 0.8998, 0.731);
transform: translate(0, -10%);
}
17.5% {
animation-timing-function: cubic-bezier(0.484, 0.3308, 0.6853, 0.6667);
transform: translate(0, -6.18%);
}
27.6% {
animation-timing-function: cubic-bezier(0.2459, 0.3343, 0.4923, 0.6717);
transform: translate(0, 2.48%);
}
35.1% {
animation-timing-function: cubic-bezier(0.1317, 0.3401, 0.311, 0.9176);
transform: translate(0, 7.49%);
}
50.1% {
animation-timing-function: cubic-bezier(0.7773, 0.0708, 0.9008, 0.735);
transform: translate(0, 10%);
}
67.6% {
animation-timing-function: cubic-bezier(0.4888, 0.331, 0.6153, 0.6674);
transform: translate(0, 6.16%);
}
80% {
animation-timing-function: cubic-bezier(0.2539, 0.3274, 0.5671, 0.676);
transform: translate(0, -4.57%);
}
85% {
animation-timing-function: cubic-bezier(0.1302, 0.3349, 0.3113, 0.9183);
transform: translate(0, -7.47%);
}
100% {
transform: translate(0, -10%);
}
}
.ld.ld-wander-v {
animation: ld-wander-v 1s infinite linear;
}
@keyframes ld-wander-h {
0% {
animation-timing-function: cubic-bezier(0.7806, 0.0715, 0.8998, 0.731);
transform: translate(-10%, 0);
}
17.5% {
animation-timing-function: cubic-bezier(0.484, 0.3308, 0.6853, 0.6667);
transform: translate(-6.18%, 0);
}
27.6% {
animation-timing-function: cubic-bezier(0.2459, 0.3343, 0.4923, 0.6717);
transform: translate(2.48%, 0);
}
35.1% {
animation-timing-function: cubic-bezier(0.1317, 0.3401, 0.311, 0.9176);
transform: translate(7.49%, 0);
}
50.1% {
animation-timing-function: cubic-bezier(0.7773, 0.0708, 0.9008, 0.735);
transform: translate(10%, 0);
}
67.6% {
animation-timing-function: cubic-bezier(0.4888, 0.331, 0.6153, 0.6674);
transform: translate(6.16%, 0);
}
80% {
animation-timing-function: cubic-bezier(0.2539, 0.3274, 0.5671, 0.676);
transform: translate(-4.57%, 0);
}
85% {
animation-timing-function: cubic-bezier(0.1302, 0.3349, 0.3113, 0.9183);
transform: translate(-7.47%, 0);
}
100% {
transform: translate(-10%, 0);
}
}
.ld.ld-wander-h, .ld.ld-wander {
animation: ld-wander-h 1s infinite linear;
}
@keyframes ld-pulse {
0% {
animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.3124, 0.6668);
transform: scale(0.85);
}
0.5% {
animation-timing-function: cubic-bezier(0.0233, -0.3865, 0.6667, 0.6667);
transform: scale(1.141);
}
1.5% {
animation-timing-function: cubic-bezier(0.2893, 0.354, 0.6158, 0.6958);
transform: scale(1.124);
}
11% {
animation-timing-function: cubic-bezier(0.2861, 0.4196, 0.6215, 0.7476);
transform: scale(0.992);
}
25% {
animation-timing-function: cubic-bezier(0.0793, 0.2627, 0.9972, 1.5511);
transform: scale(0.887);
}
49.5% {
animation-timing-function: cubic-bezier(0.6664, 0.3332, 0.6667, 0.6667);
transform: scale(0.85);
}
50% {
animation-timing-function: cubic-bezier(0, 0.3522, 1, 0.6686);
transform: scale(1.15);
}
51% {
animation-timing-function: cubic-bezier(0.2668, 0.4036, 0.554, 0.7657);
transform: scale(1.132);
}
73.5% {
animation-timing-function: cubic-bezier(0.2997, 1.0028, 0.6671, 1);
transform: scale(0.894);
}
100% {
transform: scale(0.85);
}
}
.ld.ld-pulse {
animation: ld-pulse 1s infinite linear;
}
@keyframes ld-jingle {
0% {
animation-timing-function: cubic-bezier(0.146, 0.2111, 0.5902, 1.3204);
transform: rotate(0deg);
}
11% {
animation-timing-function: cubic-bezier(0.1079, 0.1992, -0.6462, 0.828);
transform: rotate(7.61deg);
}
23% {
animation-timing-function: cubic-bezier(0.0504, 0.0951, 0.0163, 0.9677);
transform: rotate(-5.79deg);
}
36% {
animation-timing-function: cubic-bezier(0.0475, 0.0921, 0.3134, 1.0455);
transform: rotate(3.35deg);
}
49% {
animation-timing-function: cubic-bezier(0.0789, 0.1565, 0.3413, 1.0972);
transform: rotate(-1.93deg);
}
62% {
animation-timing-function: cubic-bezier(0.141, 0.2885, 0.406, 1.1519);
transform: rotate(1.12deg);
}
75% {
animation-timing-function: cubic-bezier(0.226, 0.4698, 0.5031, 1.1722);
transform: rotate(-0.64deg);
}
88% {
animation-timing-function: cubic-bezier(0.3121, 0.5521, 0.5655, 0.8997);
transform: rotate(0.37deg);
}
100% {
transform: rotate(-0.28deg);
}
}
.ld.ld-jingle {
animation: ld-jingle 1s infinite linear;
transform-origin: 50% 0%;
}
@keyframes ld-rubber-v {
0% {
animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
transform: scaleY(1);
}
31% {
animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
transform: scaleY(1.1354);
}
41% {
animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
transform: scaleY(0.9052);
}
51% {
animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
transform: scaleY(1.0664);
}
61% {
animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
transform: scaleY(0.9536);
}
71% {
animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
transform: scaleY(1.0326);
}
81% {
animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
transform: scaleY(0.9772);
}
91% {
animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
transform: scaleY(1.016);
}
100% {
transform: scaleY(0.9836);
}
}
.ld.ld-rubber-v {
animation: ld-rubber-v 1s infinite linear;
}
@keyframes ld-rubber-h {
0% {
animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
transform: scaleX(1);
}
31% {
animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
transform: scaleX(1.1354);
}
41% {
animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
transform: scaleX(0.9052);
}
51% {
animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
transform: scaleX(1.0664);
}
61% {
animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
transform: scaleX(0.9536);
}
71% {
animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
transform: scaleX(1.0326);
}
81% {
animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
transform: scaleX(0.9772);
}
91% {
animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
transform: scaleX(1.016);
}
100% {
transform: scaleX(0.9836);
}
}
.ld.ld-rubber-h, .ld.ld-rubber {
animation: ld-rubber-h 1s infinite linear;
}
@keyframes ld-shake-v {
0% {
animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
transform: translate(0, 0%);
}
31% {
animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
transform: translate(0, 7.8%);
}
45% {
animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
transform: translate(0, -4.68%);
}
59% {
animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
transform: translate(0, 2.81%);
}
73% {
animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
transform: translate(0, -1.68%);
}
87% {
animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
transform: translate(0, 1.01%);
}
100% {
transform: translate(0, -0.78%);
}
}
.ld.ld-shake-v {
animation: ld-shake-v 1s infinite linear;
}
@keyframes ld-shake-h {
0% {
animation-timing-function: cubic-bezier(0.1515, 0.2047, 0.6562, 1.1369);
transform: translate(0%, 0);
}
31% {
animation-timing-function: cubic-bezier(0.0628, 0.1361, 0.6012, 1.2083);
transform: translate(7.66%, 0);
}
45% {
animation-timing-function: cubic-bezier(0.0579, 0.1251, 0.5661, 1.2263);
transform: translate(-5.36%, 0);
}
59% {
animation-timing-function: cubic-bezier(0.0523, 0.113, 0.5181, 1.2493);
transform: translate(3.75%, 0);
}
73% {
animation-timing-function: cubic-bezier(0.0513, 0.1113, 0.4632, 1.2762);
transform: translate(-2.63%, 0);
}
87% {
animation-timing-function: cubic-bezier(0.1502, 0.2709, 0.2303, 0.8469);
transform: translate(1.84%, 0);
}
100% {
transform: translate(-1.68%, 0);
}
}
.ld.ld-shake-h, .ld.ld-shake {
animation: ld-shake-h 1s infinite linear;
}
@keyframes ld-tick {
0% {
animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
transform: rotate(0deg);
}
31% {
animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
transform: rotate(13.54deg);
}
41% {
animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
transform: rotate(-9.48deg);
}
51% {
animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
transform: rotate(6.64deg);
}
61% {
animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
transform: rotate(-4.64deg);
}
71% {
animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
transform: rotate(3.26deg);
}
81% {
animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
transform: rotate(-2.28deg);
}
91% {
animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
transform: rotate(1.6deg);
}
100% {
transform: rotate(-1.64deg);
}
}
.ld.ld-tick {
animation: ld-tick 1s infinite linear;
}
@keyframes ld-smash {
0% {
animation-timing-function: cubic-bezier(0.3385, 0.332, 0.6667, 0.6667);
transform: rotate(0deg);
}
40.8% {
animation-timing-function: cubic-bezier(0.3316, 0.3338, 0.5714, 1.3045);
transform: rotate(24.48deg);
}
48.5% {
animation-timing-function: cubic-bezier(0.9673, 0.2776, 0.6667, 0.6667);
transform: rotate(29.07deg);
}
51% {
animation-timing-function: cubic-bezier(0.1933, 0.2947, -0.0572, 0.7191);
transform: rotate(25.38deg);
}
60.8% {
animation-timing-function: cubic-bezier(0.0583, 2.8507, 0.8558, 1);
transform: rotate(0.54deg);
}
100% {
transform: rotate(0deg);
}
}
.ld.ld-smash {
animation: ld-smash 1s infinite linear;
}
@keyframes ld-jelly-alt {
0% {
animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
transform: skewX(0deg);
}
31% {
animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
transform: skewX(6.77deg);
}
41% {
animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
transform: skewX(-4.74deg);
}
51% {
animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
transform: skewX(3.32deg);
}
61% {
animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
transform: skewX(-2.32deg);
}
71% {
animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
transform: skewX(1.63deg);
}
81% {
animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
transform: skewX(-1.14deg);
}
91% {
animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
transform: skewX(0.8deg);
}
100% {
transform: skewX(-0.82deg);
}
}
.ld.ld-jelly-alt {
animation: ld-jelly-alt 1s infinite linear;
}
@keyframes ld-jelly {
0% {
animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
transform: translate(0%, 0) skewX(0deg);
}
31% {
animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
transform: translate(-7.8%, 0) skewX(7.8deg);
}
45% {
animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
transform: translate(4.68%, 0) skewX(-4.68deg);
}
59% {
animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
transform: translate(-2.81%, 0) skewX(2.81deg);
}
73% {
animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
transform: translate(1.68%, 0) skewX(-1.68deg);
}
87% {
animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
transform: translate(-1.01%, 0) skewX(1.01deg);
}
100% {
transform: translate(0.78%, 0) skewX(-0.78deg);
}
}
.ld.ld-jelly {
animation: ld-jelly 1s infinite linear;
}
@keyframes ld-damage {
0% {
animation-timing-function: cubic-bezier(0.1916, 0.3481, 0.5313, 2.0622);
opacity: 1;
}
21% {
animation-timing-function: cubic-bezier(0.0461, 0.1237, 0.4559, 1.8579);
opacity: 0.422;
}
29% {
animation-timing-function: cubic-bezier(0.0468, 0.1254, 0.4564, 1.8559);
opacity: 1.462;
}
37% {
animation-timing-function: cubic-bezier(0.0479, 0.1283, 0.457, 1.856);
opacity: 0.63;
}
45% {
animation-timing-function: cubic-bezier(0.0487, 0.1306, 0.457, 1.8506);
opacity: 1.296;
}
53% {
animation-timing-function: cubic-bezier(0.0515, 0.1383, 0.4591, 1.8571);
opacity: 0.763;
}
61% {
animation-timing-function: cubic-bezier(0.0556, 0.1484, 0.4608, 1.846);
opacity: 1.189;
}
69% {
animation-timing-function: cubic-bezier(0.0595, 0.1602, 0.4632, 1.8456);
opacity: 0.848;
}
77% {
animation-timing-function: cubic-bezier(0.0689, 0.1849, 0.4698, 1.8391);
opacity: 1.121;
}
85% {
animation-timing-function: cubic-bezier(0.0794, 0.2133, 0.4765, 1.8226);
opacity: 0.903;
}
93% {
animation-timing-function: cubic-bezier(0.1486, 0.2692, 0.2335, 0.855);
opacity: 1.078;
}
100% {
opacity: 0.893;
}
}
.ld.ld-damage {
animation: ld-damage 1s infinite linear;
}
@keyframes ld-rush-ltr {
0% {
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
opacity: 0;
}
5% {
opacity: 1;
}
0% {
transform: translateX(-318.4752086141%) skewX(30deg);
}
25% {
transform: translateX(-21.4256258422%) skewX(-15deg);
}
33% {
transform: translateX(8.5743741578%) skewX(-15deg);
}
44% {
transform: translateX(-4.2128799228%) skewX(7.5deg);
}
55.00000000000001% {
transform: translateX(2.0973908101%) skewX(-3.75deg);
}
66% {
transform: translateX(0%) skewX(0deg);
}
80% {
transform: translateX(0%) skewX(0deg);
}
100% {
transform: translateX(300%) skewX(30deg);
}
100% {
opacity: 1;
}
}
.ld.ld-rush-ltr {
animation: ld-rush-ltr 1s infinite linear;
}
@keyframes ld-rush-rtl {
0% {
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
opacity: 0;
}
5% {
opacity: 1;
}
0% {
transform: translateX(318.4752086141%) skewX(-30deg);
}
25% {
transform: translateX(21.4256258422%) skewX(15deg);
}
33% {
transform: translateX(-8.5743741578%) skewX(15deg);
}
44% {
transform: translateX(4.2128799228%) skewX(-7.5deg);
}
55.00000000000001% {
transform: translateX(-2.0973908101%) skewX(3.75deg);
}
66% {
transform: translateX(0%) skewX(0deg);
}
80% {
transform: translateX(0%) skewX(0deg);
}
100% {
transform: translateX(-300%) skewX(-30deg);
}
100% {
opacity: 1;
}
}
.ld.ld-rush-rtl {
animation: ld-rush-rtl 1s infinite linear;
}
@keyframes ld-rush-ttb {
0% {
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
opacity: 0;
}
5% {
opacity: 1;
}
0% {
transform: translateY(-78.4752086141%) skewY(30deg);
}
25% {
transform: translateY(2.5743741578%) skewY(-15deg);
}
33% {
transform: translateY(8.5743741578%) skewY(-15deg);
}
44% {
transform: translateY(-4.2128799228%) skewY(7.5deg);
}
55.00000000000001% {
transform: translateY(2.0973908101%) skewY(-3.75deg);
}
66% {
transform: translateY(0%) skewY(0deg);
}
80% {
transform: translateY(0%) skewY(0deg);
}
100% {
transform: translateY(60%) skewY(30deg);
}
100% {
opacity: 1;
}
}
.ld.ld-rush-ttb {
animation: ld-rush-ttb 1s infinite linear;
}
@keyframes ld-rush-btt {
0% {
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
opacity: 0;
}
5% {
opacity: 1;
}
0% {
transform: translateY(318.4752086141%) skewY(-30deg);
}
25% {
transform: translateY(21.4256258422%) skewY(15deg);
}
33% {
transform: translateY(-8.5743741578%) skewY(15deg);
}
44% {
transform: translateY(4.2128799228%) skewY(-7.5deg);
}
55.00000000000001% {
transform: translateY(-2.0973908101%) skewY(3.75deg);
}
66% {
transform: translateY(0%) skewY(0deg);
}
80% {
transform: translateY(0%) skewY(0deg);
}
100% {
transform: translateY(-300%) skewY(-30deg);
}
100% {
opacity: 1;
}
}
.ld.ld-rush-btt {
animation: ld-rush-btt 1s infinite linear;
}
@keyframes ld-skew {
0%, 50%, 100% {
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
}
25%, 75% {
animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
}
0% {
transform: skewX(20deg) scale(1);
}
25% {
transform: skewX(0deg) scale(0.9);
}
50% {
transform: skewX(-20deg) scale(1);
}
75% {
transform: skewX(0deg) scale(0.9);
}
100% {
transform: skewX(20deg) scale(1);
}
}
.ld.ld-skew {
animation: ld-skew 1s infinite linear;
}
@keyframes ld-skew-alt {
0%, 50%, 100% {
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
}
25%, 75% {
animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1);
}
0% {
transform: skewY(20deg) scale(1);
}
25% {
transform: skewY(0deg) scale(0.9);
}
50% {
transform: skewY(-20deg) scale(1);
}
75% {
transform: skewY(0deg) scale(0.9);
}
100% {
transform: skewY(20deg) scale(1);
}
}
.ld.ld-skew-alt {
animation: ld-skew-alt 1s infinite linear;
}
@keyframes ld-slide-ltr {
0% {
animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
transform: translate(0%, 0%);
opacity: 1;
}
22.5% {
animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
transform: translate(47.8%, 0%);
opacity: 1;
}
45% {
animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
transform: translate(147.8%, 0%);
opacity: 1;
}
47.5% {
animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
transform: translate(165.6%, 0%);
opacity: 0;
}
50% {
animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
transform: translate(-200%, 0%);
opacity: 0;
}
51% {
animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
transform: translate(-179.8%, 0%);
opacity: 0;
}
80.4% {
animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
transform: translate(-38.4%, 0%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-slide-ltr {
animation: ld-slide-ltr 1s infinite linear;
}
@keyframes ld-slide-rtl {
0% {
animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
transform: translate(0%, 0%);
opacity: 1;
}
22.5% {
animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
transform: translate(-47.8%, 0%);
opacity: 1;
}
45% {
animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
transform: translate(-147.8%, 0%);
opacity: 1;
}
47.5% {
animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
transform: translate(-165.6%, 0%);
opacity: 0;
}
50% {
animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
transform: translate(200%, 0%);
opacity: 0;
}
51% {
animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
transform: translate(179.8%, 0%);
opacity: 0;
}
80.4% {
animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
transform: translate(38.4%, 0%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-slide-rtl {
animation: ld-slide-rtl 1s infinite linear;
}
@keyframes ld-slide-btt {
0% {
animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
transform: translate(0%, 0%);
opacity: 1;
}
22.5% {
animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
transform: translate(0%, -47.8%);
opacity: 1;
}
45% {
animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
transform: translate(0%, -147.8%);
opacity: 1;
}
47.5% {
animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
transform: translate(0%, -165.6%);
opacity: 0;
}
50% {
animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
transform: translate(0%, 200%);
opacity: 0;
}
51% {
animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
transform: translate(0%, 179.8%);
opacity: 0;
}
80.4% {
animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
transform: translate(0%, 38.4%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-slide-btt {
animation: ld-slide-btt 1s infinite linear;
}
@keyframes ld-slide-ttb {
0% {
animation-timing-function: cubic-bezier(0.4652, 0.1051, 0.774, 0.6426);
transform: translate(0%, 0%);
opacity: 1;
}
22.5% {
animation-timing-function: cubic-bezier(0.4142, 0.3131, 0.7623, 0.6513);
transform: translate(0%, 47.8%);
opacity: 1;
}
45% {
animation-timing-function: cubic-bezier(0.3615, 0.331, 0.9646, 1.3461);
transform: translate(0%, 147.8%);
opacity: 1;
}
47.5% {
animation-timing-function: cubic-bezier(0.7006, 0.3332, 0.6667, 0.6667);
transform: translate(0%, 165.6%);
opacity: 0;
}
50% {
animation-timing-function: cubic-bezier(0.1604, 0.3176, -0.0218, 0.6965);
transform: translate(0%, -200%);
opacity: 0;
}
51% {
animation-timing-function: cubic-bezier(0.1983, 0.3529, 0.5263, 0.6945);
transform: translate(0%, -179.8%);
opacity: 0;
}
80.4% {
animation-timing-function: cubic-bezier(0.2342, 0.3708, 0.5422, 0.9065);
transform: translate(0%, -38.4%);
opacity: 1;
}
100% {
transform: translate(0%, 0%);
opacity: 1;
}
}
.ld.ld-slide-ttb {
animation: ld-slide-ttb 1s infinite linear;
}
@keyframes ld-coin-h {
0% {
animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
transform: rotateY(0deg);
}
100% {
transform: rotateY(3600deg);
}
}
.ld.ld-coin-h, .ld.ld-coin {
animation: ld-coin-h 2s infinite linear;
}
@keyframes ld-coin-v {
0% {
animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
transform: rotateX(0deg);
}
100% {
transform: rotateX(3600deg);
}
}
.ld.ld-coin-v {
animation: ld-coin-v 2s infinite linear;
}
@keyframes ld-cycle {
0% {
animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.6667, 0.6667);
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ld.ld-cycle {
animation: ld-cycle 1s infinite linear;
}
@keyframes ld-cycle-alt {
0% {
animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.6667, 0.6667);
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
.ld.ld-cycle-alt {
animation: ld-cycle-alt 1s infinite linear;
}
@keyframes ld-flip-h {
0% {
animation-timing-function: cubic-bezier(0.1909, 0.4373, 0.4509, 0.7454);
transform: rotateY(0deg);
}
30% {
animation-timing-function: cubic-bezier(0.128, 0.2315, 0.9704, 0.8632);
transform: rotateY(153.72deg);
}
50% {
animation-timing-function: cubic-bezier(0.5788, 0.3001, 0.5613, 0.6784);
transform: rotateY(180deg);
}
55% {
animation-timing-function: cubic-bezier(0.1545, 0.4929, 0.6089, 0.9373);
transform: rotateY(238.68deg);
}
100% {
transform: rotateY(360deg);
}
}
.ld.ld-flip-h {
animation: ld-flip-h 1s infinite linear;
}
@keyframes ld-flip-v {
0% {
animation-timing-function: cubic-bezier(0.1909, 0.4373, 0.4509, 0.7454);
transform: rotateX(0deg);
}
30% {
animation-timing-function: cubic-bezier(0.128, 0.2315, 0.9704, 0.8632);
transform: rotateX(153.72deg);
}
50% {
animation-timing-function: cubic-bezier(0.5788, 0.3001, 0.5613, 0.6784);
transform: rotateX(180deg);
}
55% {
animation-timing-function: cubic-bezier(0.1545, 0.4929, 0.6089, 0.9373);
transform: rotateX(238.68deg);
}
100% {
transform: rotateX(360deg);
}
}
.ld.ld-flip-v {
animation: ld-flip-v 1s infinite linear;
}
@keyframes ld-spin-fast {
0% {
animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
transform: rotate(0deg);
}
100% {
transform: rotate(1800deg);
}
}
.ld.ld-spin-fast {
animation: ld-spin-fast 1s infinite linear;
}
@keyframes ld-spin {
0% {
animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ld.ld-spin {
animation: ld-spin 1s infinite linear;
}
@keyframes ld-squeeze {
0% {
animation-timing-function: cubic-bezier(0.1685, 0.4459, 0.3641, 0.7833);
transform: scale(0.5, 1);
}
30% {
animation-timing-function: cubic-bezier(0.0995, 0.199, 0.9948, 0.959);
transform: scale(0.949, 0.551);
}
50% {
animation-timing-function: cubic-bezier(0.6064, 0.3078, 0.5406, 0.6764);
transform: scale(1, 0.5);
}
55% {
animation-timing-function: cubic-bezier(0.1401, 0.5826, 0.6091, 0.9651);
transform: scale(0.802, 0.698);
}
100% {
transform: scale(0.5, 1);
}
}
.ld.ld-squeeze {
animation: ld-squeeze 1s infinite linear;
}
@keyframes ld-static {}
.ld.ld-static {
animation: ld-static 1s infinite linear;
}
@keyframes ld-surprise {
0% {
transform: skewX(0deg) scale(1);
}
10% {
transform: skewX(-25deg) scale(0.5);
}
20% {
transform: skewX(-25deg) scale(0.5);
}
30% {
transform: skewX(25deg) scale(1);
}
40% {
transform: skewX(-25deg) scale(1);
}
50% {
transform: skewX(25deg) scale(1);
}
60% {
transform: skewX(-25deg) scale(1);
}
70% {
transform: skewX(25deg) scale(1);
}
80% {
transform: skewX(-25deg) scale(1);
}
90% {
transform: skewX(25deg) scale(1);
}
100% {
transform: skewX(-25deg) scale(1);
}
}
.ld.ld-surprise {
animation: ld-surprise 1s infinite linear;
}
@keyframes ld-measure {
0% {
transform: translate(0%, 0%) rotate(0deg);
}
3.33333% {
transform: translate(0%, 0%) rotate(-14.99241deg);
}
6.66667% {
transform: translate(0%, 0%) rotate(10.93733deg);
}
10% {
transform: translate(0%, 0%) rotate(10.60793deg);
}
13.33333% {
transform: translate(0%, 0%) rotate(-10.26249deg);
}
16.66667% {
transform: translate(0%, 0%) rotate(0.47337deg);
}
20% {
transform: translate(0%, 0%) rotate(15deg);
}
23.33333% {
transform: translate(0%, 0%) rotate(0.48087deg);
}
26.66667% {
transform: translate(0%, 0%) rotate(-10.26796deg);
}
30% {
transform: translate(0%, 0%) rotate(10.60262deg);
}
33.33333% {
transform: translate(0%, 0%) rotate(10.94246deg);
}
36.66667% {
transform: translate(0%, 0%) rotate(-14.99265deg);
}
40% {
transform: translate(0%, 0%) rotate(-0.0075deg);
}
43.33333% {
transform: translate(0%, 0%) rotate(14.99217deg);
}
46.66667% {
transform: translate(0%, 0%) rotate(-10.93219deg);
}
50% {
transform: translate(0%, 0%) rotate(-10.61323deg);
}
53.33333% {
transform: translate(0%, 0%) rotate(10.25702deg);
}
56.66667% {
transform: translate(0%, 0%) rotate(-0.46588deg);
}
60% {
transform: translate(0%, 0%) rotate(-15deg);
}
63.33333% {
transform: translate(0%, 0%) rotate(-0.48836deg);
}
66.66667% {
transform: translate(0%, 0%) rotate(10.27343deg);
}
70% {
transform: translate(0%, 0%) rotate(-10.59732deg);
}
73.33333% {
transform: translate(0%, 0%) rotate(-10.94759deg);
}
76.66667% {
transform: translate(0%, 0%) rotate(14.99288deg);
}
80% {
transform: translate(0%, 0%) rotate(0.015deg);
}
83.33333% {
transform: translate(0%, 0%) rotate(-14.99193deg);
}
86.66667% {
transform: translate(0%, 0%) rotate(10.92706deg);
}
90% {
transform: translate(0%, 0%) rotate(10.61853deg);
}
93.33333% {
transform: translate(0%, 0%) rotate(-10.25155deg);
}
96.66667% {
transform: translate(0%, 0%) rotate(0.45838deg);
}
100% {
transform: translate(0, 0) rotate(0);
}
}
.ld.ld-measure {
animation: ld-measure 5s infinite linear;
}
@keyframes ld-shiver {
0% {
transform: translate(0%, 0%) scale(1);
}
3.33333% {
transform: translate(0%, 0%) scale(1.04279);
}
6.66667% {
transform: translate(0%, 0%) scale(1.00524);
}
10% {
transform: translate(0%, 0%) scale(0.96369);
}
13.33333% {
transform: translate(0%, 0%) scale(0.95064);
}
16.66667% {
transform: translate(0%, 0%) scale(0.97651);
}
20% {
transform: translate(0%, 0%) scale(1.02078);
}
23.33333% {
transform: translate(0%, 0%) scale(1.04875);
}
26.66667% {
transform: translate(0%, 0%) scale(1.03832);
}
30% {
transform: translate(0%, 0%) scale(0.99777);
}
33.33333% {
transform: translate(0%, 0%) scale(0.95897);
}
36.66667% {
transform: translate(0%, 0%) scale(0.95244);
}
40% {
transform: translate(0%, 0%) scale(0.98335);
}
43.33333% {
transform: translate(0%, 0%) scale(1.02733);
}
46.66667% {
transform: translate(0%, 0%) scale(1.04988);
}
50% {
transform: translate(0%, 0%) scale(1.0331);
}
53.33333% {
transform: translate(0%, 0%) scale(0.99035);
}
56.66667% {
transform: translate(0%, 0%) scale(0.95507);
}
60% {
transform: translate(0%, 0%) scale(0.95527);
}
63.33333% {
transform: translate(0%, 0%) scale(0.99057);
}
66.66667% {
transform: translate(0%, 0%) scale(1.03343);
}
70% {
transform: translate(0%, 0%) scale(1.04984);
}
73.33333% {
transform: translate(0%, 0%) scale(1.02714);
}
76.66667% {
transform: translate(0%, 0%) scale(0.98293);
}
80% {
transform: translate(0%, 0%) scale(0.9523);
}
83.33333% {
transform: translate(0%, 0%) scale(0.9591);
}
86.66667% {
transform: translate(0%, 0%) scale(0.99821);
}
90% {
transform: translate(0%, 0%) scale(1.0386);
}
93.33333% {
transform: translate(0%, 0%) scale(1.0487);
}
96.66667% {
transform: translate(0%, 0%) scale(1.02038);
}
100% {
transform: translate(0, 0) scale(1);
}
}
.ld.ld-shiver {
animation: ld-shiver 0.5s infinite linear;
}
@keyframes ld-swim {
0% {
transform: translate(0px, 0px) rotate(0deg);
}
8.33333% {
transform: translate(-5.96462px, 4.90845px) rotate(-13.66821deg);
}
16.66667% {
transform: translate(5.25471px, -2.05606px) rotate(0.47337deg);
}
25% {
transform: translate(2.30929px, 5.79372px) rotate(13.8564deg);
}
33.33333% {
transform: translate(-5.75556px, -4.60802px) rotate(10.94246deg);
}
41.66667% {
transform: translate(3.73522px, 5.97742px) rotate(-14.03079deg);
}
50% {
transform: translate(4.2628px, -3.01222px) rotate(-10.61323deg);
}
58.33333% {
transform: translate(-4.65975px, -2.51269px) rotate(5.2869deg);
}
66.66667% {
transform: translate(1.64024px, -1.05167px) rotate(10.27343deg);
}
75% {
transform: translate(5.55954px, -4.22763px) rotate(-5.72726deg);
}
83.33333% {
transform: translate(-2.84602px, 5.91439px) rotate(-14.99193deg);
}
91.66667% {
transform: translate(-0.70744px, -5.43064px) rotate(6.16192deg);
}
100% {
transform: translate(0, 0) rotate(0);
}
}
.ld.ld-swim {
animation: ld-swim 10s infinite linear;
}
@keyframes ld-tremble {
0% {
transform: translate(0px, 0px);
}
3.33333% {
transform: translate(-0.18923px, 1.45485px);
}
6.66667% {
transform: translate(-0.84296px, -1.32524px);
}
10% {
transform: translate(0.67971px, 1.00422px);
}
13.33333% {
transform: translate(-0.5056px, 0.83616px);
}
16.66667% {
transform: translate(1.31368px, -0.51401px);
}
20% {
transform: translate(-1.21184px, 1.49193px);
}
23.33333% {
transform: translate(1.09065px, -0.21259px);
}
26.66667% {
transform: translate(-1.49916px, 0.56159px);
}
30% {
transform: translate(1.48086px, 1.21228px);
}
33.33333% {
transform: translate(-1.43889px, -1.152px);
}
36.66667% {
transform: translate(1.35914px, 1.34835px);
}
40% {
transform: translate(-1.42834px, 0.3091px);
}
43.33333% {
transform: translate(1.47472px, -1.49889px);
}
46.66667% {
transform: translate(-0.92402px, 1.4416px);
}
50% {
transform: translate(1.0657px, -0.75306px);
}
53.33333% {
transform: translate(-1.19035px, -1.07484px);
}
56.66667% {
transform: translate(0.28828px, 0.79337px);
}
60% {
transform: translate(-0.47167px, -1.42789px);
}
63.33333% {
transform: translate(0.64753px, -0.09795px);
}
66.66667% {
transform: translate(0.41006px, -0.26292px);
}
70% {
transform: translate(-0.22477px, -1.3683px);
}
73.33333% {
transform: translate(0.03588px, 0.92931px);
}
76.66667% {
transform: translate(-1.01937px, -1.18398px);
}
80% {
transform: translate(0.8724px, -0.60494px);
}
83.33333% {
transform: translate(-0.71151px, 1.4786px);
}
86.66667% {
transform: translate(1.40734px, -1.49607px);
}
90% {
transform: translate(-1.33062px, 0.46957px);
}
93.33333% {
transform: translate(1.23264px, 1.26738px);
}
96.66667% {
transform: translate(-1.48975px, -1.03867px);
}
100% {
transform: translate(0, 0);
}
}
.ld.ld-tremble {
animation: ld-tremble 0.5s infinite linear;
}
@keyframes ld-vortex {
0%, 60% {
animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
}
0% {
opacity: 0;
transform: rotate(-1800deg) scale(0.3);
}
60% {
opacity: 1;
transform: rotate(0deg) scale(1);
}
100% {
opacity: 0;
transform: rotate(0deg) scale(1);
}
}
.ld.ld-vortex {
animation: ld-vortex 1s infinite linear;
}
@keyframes ld-vortex-alt {
0%, 60% {
animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7);
}
0% {
opacity: 0;
transform: rotate(-1800deg) scale(3);
}
60% {
opacity: 1;
transform: rotate(0deg) scale(1);
}
100% {
opacity: 0;
transform: rotate(0deg) scale(1);
}
}
.ld.ld-vortex-alt {
animation: ld-vortex-alt 1s infinite linear;
}
@keyframes ld-wrench {
20%, 36%, 70%, 86% {
transform: rotate(0deg);
}
0%, 50%, 100% {
transform: rotate(45deg);
}
}
.ld.ld-wrench {
animation: ld-wrench 1s infinite linear;
}
.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top,
.ld-over,
.ld-over-inverse,
.ld-over-full,
.ld-over-full-inverse {
position: relative;
}
.ld-ext-right > .ld,
.ld-ext-left > .ld,
.ld-ext-bottom > .ld,
.ld-ext-top > .ld,
.ld-over > .ld,
.ld-over-inverse > .ld,
.ld-over-full > .ld,
.ld-over-full-inverse > .ld {
position: absolute;
top: 50%;
left: 50%;
width: 1em;
height: 1em;
margin: -0.5em;
opacity: 0;
z-index: -1;
transition: all 0.3s;
transition-timing-function: ease-in;
animation-play-state: paused;
}
.ld-ext-right > .ld > *,
.ld-ext-left > .ld > *,
.ld-ext-bottom > .ld > *,
.ld-ext-top > .ld > *,
.ld-over > .ld > *,
.ld-over-inverse > .ld > *,
.ld-over-full > .ld > *,
.ld-over-full-inverse > .ld > * {
width: 1em;
height: 1em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-0.5em, -0.5em);
}
.ld-ext-right.running > .ld,
.ld-ext-left.running > .ld,
.ld-ext-bottom.running > .ld,
.ld-ext-top.running > .ld,
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
opacity: 1;
z-index: auto;
visibility: visible;
animation-play-state: running !important;
}
.ld-ext-right.running > .ld:before,
.ld-ext-left.running > .ld:before,
.ld-ext-bottom.running > .ld:before,
.ld-ext-top.running > .ld:before,
.ld-over.running > .ld:before,
.ld-over-inverse.running > .ld:before,
.ld-over-full.running > .ld:before,
.ld-over-full-inverse.running > .ld:before,
.ld-ext-right.running > .ld:after,
.ld-ext-left.running > .ld:after,
.ld-ext-bottom.running > .ld:after,
.ld-ext-top.running > .ld:after,
.ld-over.running > .ld:after,
.ld-over-inverse.running > .ld:after,
.ld-over-full.running > .ld:after,
.ld-over-full-inverse.running > .ld:after {
animation-play-state: running !important;
}
.ld-ext-right,
.ld-ext-left,
.ld-ext-bottom,
.ld-ext-top {
transition-timing-function: ease-in;
}
.ld-ext-right {
transition: padding-right 0.3s;
}
.ld-ext-right.running {
padding-right: 2.5em !important;
}
.ld-ext-right > .ld {
top: 50%;
left: auto;
right: 1.25em;
}
.ld-ext-left {
transition: padding-left 0.3s;
}
.ld-ext-left.running {
padding-left: 2.5em !important;
}
.ld-ext-left > .ld {
top: 50%;
right: auto;
left: 1.25em;
}
.ld-ext-bottom {
transition: padding-bottom 0.3s;
}
.ld-ext-bottom.running {
padding-bottom: 2.5em !important;
}
.ld-ext-bottom > .ld {
top: auto;
left: 50%;
bottom: 1.25em;
}
.ld-ext-top {
transition: padding-top 0.3s;
}
.ld-ext-top.running {
padding-top: 2.5em !important;
}
.ld-ext-top > .ld {
bottom: auto;
left: 50%;
top: 1.25em;
}
.ld-over:before,
.ld-over-inverse:before,
.ld-over-full:before,
.ld-over-full-inverse:before {
content: " ";
display: block;
opacity: 0;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s;
transition-timing-function: ease-in;
background: rgba(240, 240, 240, 0.8);
}
.ld-over.running > .ld,
.ld-over-inverse.running > .ld,
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld {
z-index: 4001;
}
.ld-over.running:before,
.ld-over-inverse.running:before,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
opacity: 1;
z-index: 4000;
display: block;
}
.ld-over-full.running > .ld,
.ld-over-full-inverse.running > .ld,
.ld-over-full.running:before,
.ld-over-full-inverse.running:before {
position: fixed;
}
.ld-over-full > .ld {
color: rgba(0, 0, 0, 0.8);
}
.ld-over-full:before,
.ld-over-full-inverse:before {
background: rgba(255, 255, 255, 0.8);
}
.ld-over-inverse > .ld {
color: rgba(255, 255, 255, 0.8);
}
.ld-over-inverse:before {
background: rgba(0, 0, 0, 0.6);
}
.ld-over-full-inverse > .ld {
color: rgba(255, 255, 255, 0.8);
}
.ld-over-full-inverse:before {
background: rgba(0, 0, 0, 0.6);
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
border: none;
}
.table th,
.table td {
padding: 10px 5px;
vertical-align: middle;
border-top: 1px solid #eceeef;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
}
.table thead tr th, .table thead tr td {
background-color: #6648fe;
color: #ffffff;
}
.table thead tr th:first-child, .table thead tr td:first-child {
padding-left: 10px;
}
.table thead tr th:last-child, .table thead tr td:last-child {
padding-right: 10px;
}
.table tfoot tr th, .table tfoot tr td {
background-color: #f8f7ff;
color: #6648fe;
}
.table tfoot tr th:first-child, .table tfoot tr td:first-child {
border: none;
padding-left: 10px;
}
.table tfoot tr th:last-child, .table tfoot tr td:last-child {
border: none;
padding-right: 10px;
}
.table tbody + tbody {
border-top: 1px solid #eceeef;
}
.table .table {
background-color: #fff;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 0;
}
.table-bordered tfoot th,
.table-bordered tfoot td {
border-bottom-width: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #dff0d8;
}
.table-hover .table-success:hover {
background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #d9edf7;
}
.table-hover .table-info:hover {
background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f2dede;
}
.table-hover .table-danger:hover {
background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #ebcccc;
}
.thead-inverse th {
color: #fff;
background-color: #292b2c;
}
.thead-default th {
color: #464a4c;
background-color: #eceeef;
}
.table-inverse {
color: #fff;
background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
border-color: #fff;
}
.table-inverse.table-bordered {
border: 0;
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
border: 0;
}
.table tbody tr.checked, .vtl-table tbody tr.vtl-tbody-tr-checked {
background-color: rgba(72, 39, 236, 0.1490196078);
}
.table tbody tr.checked:hover, .vtl-table tbody tr.vtl-tbody-tr-checked:hover {
background-color: rgba(72, 39, 236, 0.1490196078);
}
.cbx-chota {   }
.cbx-chota legend {
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1rem;
}
.cbx-chota input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.cbx-chota select,
.cbx-chota textarea,
.cbx-chota textarea[type=text] {
font-family: inherit;
border-radius: 4px;
border: 1px solid var(--color-lightGrey);
transition: all 0.2s ease;
display: block;
width: auto;
}
.cbx-chota input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]).chota-inline,
.cbx-chota select.chota-inline,
.cbx-chota textarea.chota-inline,
.cbx-chota textarea[type=text].chota-inline {
width: auto;
display: inline-block;
}
.cbx-chota input[readonly] {
cursor: not-allowed;
position: relative;
}
.cbx-chota .modal__content input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.cbx-chota .modal__content select,
.cbx-chota .modal__content textarea,
.cbx-chota .modal__content textarea[type=text], .cbx-chota .cbx_form_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.cbx-chota .cbx_form_wrapper select,
.cbx-chota .cbx_form_wrapper textarea,
.cbx-chota .cbx_form_wrapper textarea[type=text] {
width: 100%;
}
.cbx-chota .modal__content.chota-inline, .cbx-chota .cbx_form_wrapper.chota-inline {
width: auto;
display: inline-block;
}
.cbx-chota .global_setting_group input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.cbx-chota .global_setting_group select,
.cbx-chota .global_setting_group textarea,
.cbx-chota .global_setting_group textarea[type=text] {
width: 100%;
max-width: 500px;
}
.cbx-chota .global_setting_group .wpsa-browse-wrap {
width: 100%;
max-width: 500px;
}
.cbx-chota .global_setting_group form .form-table td[colspan="2"] {
padding: 15px 0;
}
.cbx-chota input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]):not(:disabled):hover,
.cbx-chota select:hover,
.cbx-chota textarea:hover,
.cbx-chota textarea[type=text]:hover {
border-color: var(--color-grey);
}
.cbx-chota input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]):focus,
.cbx-chota select:focus,
.cbx-chota textarea:focus,
.cbx-chota textarea[type=text]:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 1px var(--color-primary);
}
.cbx-chota input.error:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.cbx-chota textarea.error {
border-color: var(--color-error);
}
.cbx-chota input.success:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.cbx-chota textarea.success {
border-color: var(--color-success);
}
.cbx-chota input[type=text], .cbx-chota input[type=password], .cbx-chota input[type=color], .cbx-chota input[type=date], .cbx-chota input[type=datetime], .cbx-chota input[type=datetime-local], .cbx-chota input[type=email], .cbx-chota input[type=month], .cbx-chota input[type=number], .cbx-chota input[type=search], .cbx-chota input[type=tel], .cbx-chota input[type=time], .cbx-chota input[type=url], .cbx-chota input[type=week], .cbx-chota select, .cbx-chota textarea {
padding: 0 8px;
font-size: 14px;
line-height: 2;
height: 30px;
min-height: 30px;
background-color: rgba(239, 242, 249, 0.7) !important;
}
.cbx-chota textarea {
height: auto;
}
.cbx-chota select {
-webkit-appearance: none;
background-color: rgba(239, 242, 249, 0.7) !important;
background-size: 1ex !important;
background-origin: content-box !important;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>") !important;
background-repeat: no-repeat !important;
background-position: right -10px center !important;
padding: 0 18px 0 10px !important;
font-size: 14px !important;
line-height: 2 !important;
height: auto !important;
}
.cbx-chota select.flatpickr-monthDropdown-months {
background-image: none !important;
}
.cbx-chota input:not(.magic-checkbox):not(.vtl-tbody-checkbox):not(.vtl-thead-checkbox)[type=checkbox],
.cbx-chota input:not(.magic-radio)[type=radio] {
width: 20px !important;
height: 20px !important;
}
.cbx-chota input:not(.magic-checkbox):not(.vtl-tbody-checkbox):not(.vtl-thead-checkbox)[type=checkbox] {
box-shadow: none !important;
}
.cbx-chota .button,
.cbx-chota summary.button,
.cbx-chota [type=button],
.cbx-chota [type=reset],
.cbx-chota [type=submit],
.cbx-chota button, .cbx-chota #wp-submit {
text-decoration: none !important;
height: 30px !important;
min-height: 30px !important;
padding: 0 8px !important;
position: relative;
background: rgba(93, 93, 255, 0.1882352941);
color: var(--color-primary);
border-radius: 4px !important;
border: 1px solid transparent !important;
text-align: center;
transition: opacity 0.2s ease;
transform: scale(1);
display: inline-block;
cursor: pointer;
vertical-align: middle !important;
font-weight: normal !important;
font-size: 14px !important;
line-height: 2 !important;
box-sizing: border-box !important;
white-space: nowrap !important;
-webkit-appearance: none !important;
}
.cbx-chota .button:hover, .cbx-chota .button:focus,
.cbx-chota summary.button:hover,
.cbx-chota summary.button:focus,
.cbx-chota [type=button]:hover,
.cbx-chota [type=button]:focus,
.cbx-chota [type=reset]:hover,
.cbx-chota [type=reset]:focus,
.cbx-chota [type=submit]:hover,
.cbx-chota [type=submit]:focus,
.cbx-chota button:hover,
.cbx-chota button:focus, .cbx-chota #wp-submit:hover, .cbx-chota #wp-submit:focus {
border: 1px solid transparent;
box-shadow: none !important;
outline: none !important;
color: var(--color-primary);
background: rgba(93, 93, 255, 0.1882352941);
}
.cbx-chota .button .dashicons,
.cbx-chota summary.button .dashicons,
.cbx-chota [type=button] .dashicons,
.cbx-chota [type=reset] .dashicons,
.cbx-chota [type=submit] .dashicons,
.cbx-chota button .dashicons, .cbx-chota #wp-submit .dashicons {
vertical-align: middle;
}
.cbx-chota .button .cbx-icon,
.cbx-chota summary.button .cbx-icon,
.cbx-chota [type=button] .cbx-icon,
.cbx-chota [type=reset] .cbx-icon,
.cbx-chota [type=submit] .cbx-icon,
.cbx-chota button .cbx-icon, .cbx-chota #wp-submit .cbx-icon {
width: 20px;
height: 20px;
}
.cbx-chota .button.small,
.cbx-chota summary.button.small,
.cbx-chota [type=button].small,
.cbx-chota [type=reset].small,
.cbx-chota [type=submit].small,
.cbx-chota button.small, .cbx-chota #wp-submit.small {
font-size: 13px !important;
line-height: 1.8461538462 !important;
min-height: 24px !important;
padding: 0 6px !important;
}
.cbx-chota .button.small .cbx-icon,
.cbx-chota summary.button.small .cbx-icon,
.cbx-chota [type=button].small .cbx-icon,
.cbx-chota [type=reset].small .cbx-icon,
.cbx-chota [type=submit].small .cbx-icon,
.cbx-chota button.small .cbx-icon, .cbx-chota #wp-submit.small .cbx-icon {
width: 16px !important;
height: 16px !important;
}
.cbx-chota .button.icon,
.cbx-chota summary.button.icon,
.cbx-chota [type=button].icon,
.cbx-chota [type=reset].icon,
.cbx-chota [type=submit].icon,
.cbx-chota button.icon, .cbx-chota #wp-submit.icon {
display: inline-flex !important;
align-items: center !important;
}
.cbx-chota .button.icon-only,
.cbx-chota summary.button.icon-only,
.cbx-chota [type=button].icon-only,
.cbx-chota [type=reset].icon-only,
.cbx-chota [type=submit].icon-only,
.cbx-chota button.icon-only, .cbx-chota #wp-submit.icon-only {
line-height: 1 !important;
padding: 4px 8px !important;
text-align: center;
}
.cbx-chota .button.icon-only.small,
.cbx-chota summary.button.icon-only.small,
.cbx-chota [type=button].icon-only.small,
.cbx-chota [type=reset].icon-only.small,
.cbx-chota [type=submit].icon-only.small,
.cbx-chota button.icon-only.small, .cbx-chota #wp-submit.icon-only.small {
padding: 4px 8px !important;
}
.cbx-chota .button.icon-only.small .cbx-icon,
.cbx-chota summary.button.icon-only.small .cbx-icon,
.cbx-chota [type=button].icon-only.small .cbx-icon,
.cbx-chota [type=reset].icon-only.small .cbx-icon,
.cbx-chota [type=submit].icon-only.small .cbx-icon,
.cbx-chota button.icon-only.small .cbx-icon, .cbx-chota #wp-submit.icon-only.small .cbx-icon {
width: 16px;
height: 16px;
}
.cbx-chota .grouped {
display: flex;
}
.cbx-chota .grouped > *:not(:last-child) {
margin-right: 16px;
}
.cbx-chota .grouped.gapless > * {
margin: 0 0 0 -1px !important;
border-radius: 0 !important;
}
.cbx-chota .grouped.gapless > *:first-child {
margin: 0 !important;
border-radius: 4px 0 0 4px !important;
}
.cbx-chota .grouped.gapless > *:last-child {
border-radius: 0 4px 4px 0 !important;
}
.cbx-chota .button + .button {
margin-left: 10px;
}
.cbx-chota .button:hover,
.cbx-chota [type=button]:hover,
.cbx-chota [type=reset]:hover,
.cbx-chota [type=submit]:hover,
.cbx-chota button:hover {
opacity: 0.8;
}
.cbx-chota .button:active,
.cbx-chota [type=button]:active,
.cbx-chota [type=reset]:active,
.cbx-chota [type=submit]:active,
.cbx-chota button:active {
transform: scale(0.98);
}
.cbx-chota input:disabled,
.cbx-chota button:disabled,
.cbx-chota input:disabled:hover,
.cbx-chota button:disabled:hover {
opacity: 0.4;
cursor: not-allowed;
}
.cbx-chota .button.primary,
.cbx-chota .button.secondary,
.cbx-chota .button.dark,
.cbx-chota .button.light,
.cbx-chota .button.error,
.cbx-chota .button.success,
.cbx-chota [type=submit] {
color: var(--font-color);
z-index: 1;
background-color: transparent;
}
.cbx-chota .button.primary {
background-color: var(--color-primary);
color: #fff;
}
.cbx-chota .button.primary:hover, .cbx-chota .button.primary:focus {
background-color: var(--color-primary);
color: #fff;
}
.cbx-chota .button.secondary {
background-color: var(--color-secondary) !important;
color: #fff !important;
}
.cbx-chota .button.secondary:hover, .cbx-chota .button.secondary:focus {
background-color: var(--color-secondary) !important;
color: #fff !important;
}
.cbx-chota .button.dark {
background-color: var(--color-darkGrey) !important;
}
.cbx-chota .button.light {
background-color: var(--color-lightGrey) !important;
}
.cbx-chota .button.error {
background-color: var(--color-error) !important;
color: #fff !important;
}
.cbx-chota .button.outline.error {
color: var(--color-error) !important;
background-color: var(--color-lightGrey) !important;
}
.cbx-chota .button.success {
background-color: var(--color-success) !important;
color: #fff !important;
}
.cbx-chota .button.outline {
background-color: transparent !important;
border-color: var(--color-lightGrey) !important;
}
.cbx-chota .button.outline.primary {
border-color: var(--color-primary) !important;
color: var(--color-primary) !important;
background-color: transparent !important;
}
.cbx-chota .button.outline.secondary {
border-color: var(--color-grey) !important;
color: var(--color-grey) !important;
}
.cbx-chota .button.outline.secondary:hover, .cbx-chota .button.outline.secondary:focus {
background-color: transparent !important;
}
.cbx-chota .button.outline.dark {
border-color: var(--color-darkGrey) !important;
color: var(--color-darkGrey) !important;
}
.cbx-chota .button.outline.light {
border-color: var(--color-lightGrey) !important;
color: var(--color-lightGrey) !important;
}
.cbx-chota .button.transparent {
border: 1px solid transparent !important;
background-color: transparent !important;
}
.cbx-chota .button.transparent:focus, .cbx-chota .button.transparent:hover, .cbx-chota .button.transparent:hover {
border: 1px solid transparent !important;
background-color: transparent !important;
}
.cbx-chota .button.auto {
padding: 0 !important;
height: auto !important;
min-height: auto !important;
}
.cbx-chota .button.clear {
background-color: transparent;
border-color: transparent;
color: var(--color-primary) !important;
}
.cbx-chota .button.minsize {
min-width: 100px !important;
}
.cbx-chota .button.rounded {
border-radius: 15px !important;
}
.cbx-chota ::-moz-placeholder {
color: #bdbfc4;
}
.cbx-chota ::placeholder {
color: #bdbfc4;
}
.cbx-chota input.vtl-tbody-checkbox[type=checkbox], .cbx-chota input.vtl-thead-checkbox[type=checkbox] {
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
cursor: pointer;
transition: all 0.2s ease;
vertical-align: middle;
width: 20px;
height: 20px;
line-height: 20px;
border: 0 none !important;
background: none !important;
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
position: relative !important;  }
.cbx-chota input.vtl-tbody-checkbox[type=checkbox]:disabled, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:disabled {
cursor: not-allowed;
opacity: 0.6;
}
.cbx-chota input.vtl-tbody-checkbox[type=checkbox]:focus, .cbx-chota input.vtl-tbody-checkbox[type=checkbox]:hover, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:focus, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:hover {
box-shadow: none !important;
outline: 0 none !important;
}
.cbx-chota input.vtl-tbody-checkbox[type=checkbox]:focus:before, .cbx-chota input.vtl-tbody-checkbox[type=checkbox]:hover:before, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:focus:before, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:hover:before {
border-color: #6648fe;
}
.cbx-chota input.vtl-tbody-checkbox[type=checkbox]:before, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:before {
border-radius: 3px;
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 20px;
height: 20px;
content: "";
border: 1px solid #a7abbc;
}
.cbx-chota input.vtl-tbody-checkbox[type=checkbox]:checked, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:checked {
position: relative !important;
background-color: var(--color-primary) !important;
border-radius: 3px;
}
.cbx-chota input.vtl-tbody-checkbox[type=checkbox]:checked:before, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:checked:before {
position: absolute;
top: 1px;
left: 7px;
background: transparent;
width: 6px;
height: 12px;
transform: rotate(45deg);
content: "";
border: 2px solid #fff;
border-top: 0 transparent !important;
border-left: 0 transparent !important;
border-radius: 0 !important;
margin: 0 !important;
}
.cbx-chota input.vtl-thead-checkbox[type=checkbox] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.cbx-chota input.vtl-thead-checkbox[type=checkbox]:checked {
border: 1px solid #a7abbc !important;
}
.cbx-chota input.vtl-thead-checkbox[type=checkbox]:focus:before, .cbx-chota input.vtl-thead-checkbox[type=checkbox]:hover:before {
border-color: #fff;
}
.cbx-chota ul.style-none {
list-style: none;
}
.cbx-chota .mce-toolbar .mce-btn i {
vertical-align: middle;
}
.cbx-chota {                     }
.cbx-chota .mejs-offscreen {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.cbx-chota .mejs-container {
background: #000;
box-sizing: border-box;
font-family: "Helvetica", Arial, serif;
position: relative;
text-align: left;
text-indent: 0;
vertical-align: top;
}
.cbx-chota .mejs-container * {
box-sizing: border-box;
}
.cbx-chota .mejs-container video::-webkit-media-controls,
.cbx-chota .mejs-container video::-webkit-media-controls-panel,
.cbx-chota .mejs-container video::-webkit-media-controls-panel-container,
.cbx-chota .mejs-container video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.cbx-chota .mejs-fill-container,
.cbx-chota .mejs-fill-container .mejs-container {
height: 100%;
width: 100%;
}
.cbx-chota .mejs-fill-container {
background: transparent;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.cbx-chota .mejs-container:focus {
outline: none;
}
.cbx-chota .mejs-iframe-overlay {
height: 100%;
position: absolute;
width: 100%;
}
.cbx-chota .mejs-embed,
.cbx-chota .mejs-embed body {
background: #000;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.cbx-chota .mejs-fullscreen {
overflow: hidden !important;
}
.cbx-chota .mejs-container-fullscreen {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}
.cbx-chota .mejs-container-fullscreen .mejs-mediaelement,
.cbx-chota .mejs-container-fullscreen video {
height: 100% !important;
width: 100% !important;
}
.cbx-chota .mejs-background {
left: 0;
position: absolute;
top: 0;
}
.cbx-chota .mejs-mediaelement {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.cbx-chota .mejs-poster {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
.cbx-chota :root .mejs-poster-img {
display: none;
}
.cbx-chota .mejs-poster-img {
border: 0;
padding: 0;
}
.cbx-chota .mejs-overlay {
align-items: center;
display: flex;
justify-content: center;
left: 0;
position: absolute;
top: 0;
}
.cbx-chota .mejs-layer {
z-index: 1;
}
.cbx-chota .mejs-overlay-play {
cursor: pointer;
}
.cbx-chota .mejs-overlay-button {
background: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/mejs-controls.svg) no-repeat;
background-position: 0 -39px !important;
height: 80px;
width: 80px;
}
.cbx-chota .mejs-overlay:hover > .mejs-overlay-button {
background-position: -80px -39px !important;
}
.cbx-chota .mejs-overlay-loading {
height: 80px;
width: 80px;
}
.cbx-chota .mejs-overlay-loading-bg-img {
animation: mejs-loading-spinner 1s linear infinite;
background: transparent url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/mejs-controls.svg) -160px -40px no-repeat;
display: block;
height: 80px;
width: 80px;
z-index: 1;
}
@keyframes mejs-loading-spinner {
100% {
transform: rotate(360deg);
}
}
.cbx-chota .mejs-controls {
bottom: 0;
display: flex;
height: 40px;
left: 0;
list-style-type: none;
margin: 0;
padding: 0 10px;
position: absolute;
width: 100%;
z-index: 3;
}
.cbx-chota .mejs-controls:not([style*="display: none"]) {
background: rgba(255, 0, 0, 0.7);
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}
.cbx-chota .mejs-button,
.cbx-chota .mejs-time,
.cbx-chota .mejs-time-rail {
font-size: 10px;
height: 40px;
line-height: 10px;
margin: 0;
width: 32px;
}
.cbx-chota .mejs-button > button {
background-color: transparent;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/mejs-controls.svg);
border: 0;
cursor: pointer;
display: block;
font-size: 0;
height: 20px;
line-height: 0;
margin: 10px 6px;
overflow: hidden;
padding: 0;
position: absolute;
text-decoration: none;
width: 20px;
}
.cbx-chota .mejs-button > button:hover, .cbx-chota .mejs-button > button:focus {
outline: dotted 1px #999;
background-color: transparent;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/mejs-controls.svg);
}
.cbx-chota .mejs-container-keyboard-inactive a,
.cbx-chota .mejs-container-keyboard-inactive a:focus,
.cbx-chota .mejs-container-keyboard-inactive button,
.cbx-chota .mejs-container-keyboard-inactive button:focus,
.cbx-chota .mejs-container-keyboard-inactive [role=slider],
.cbx-chota .mejs-container-keyboard-inactive [role=slider]:focus {
outline: 0;
}
.cbx-chota .mejs-time {
box-sizing: content-box;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 24px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
}
.cbx-chota .mejs-play > button {
background-position: 0 0 !important;
}
.cbx-chota .mejs-pause > button {
background-position: -20px 0 !important;
}
.cbx-chota .mejs-replay > button {
background-position: -160px 0 !important;
}
.cbx-chota .mejs-time-rail {
direction: ltr;
flex-grow: 1;
height: 40px;
margin: 0 10px;
padding-top: 10px;
position: relative;
}
.cbx-chota .mejs-time-total,
.cbx-chota .mejs-time-buffering,
.cbx-chota .mejs-time-loaded,
.cbx-chota .mejs-time-current,
.cbx-chota .mejs-time-float,
.cbx-chota .mejs-time-hovered,
.cbx-chota .mejs-time-float-current,
.cbx-chota .mejs-time-float-corner,
.cbx-chota .mejs-time-marker {
border-radius: 2px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
}
.cbx-chota .mejs-time-total {
background: rgba(255, 255, 255, 0.3);
margin: 5px 0 0;
width: 100%;
}
.cbx-chota .mejs-time-buffering {
animation: buffering-stripes 2s linear infinite;
background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
background-size: 15px 15px;
width: 100%;
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.cbx-chota .mejs-time-loaded {
background: rgba(255, 255, 255, 0.3);
}
.cbx-chota .mejs-time-current,
.cbx-chota .mejs-time-handle-content {
background: rgba(255, 255, 255, 0.9);
}
.cbx-chota .mejs-time-hovered {
background: rgba(255, 255, 255, 0.5);
z-index: 10;
}
.cbx-chota .mejs-time-hovered.negative {
background: rgba(0, 0, 0, 0.2);
}
.cbx-chota .mejs-time-current,
.cbx-chota .mejs-time-buffering,
.cbx-chota .mejs-time-loaded,
.cbx-chota .mejs-time-hovered {
left: 0;
transform: scaleX(0);
transform-origin: 0 0;
transition: 0.15s ease-in all;
width: 100%;
}
.cbx-chota .mejs-time-buffering {
transform: scaleX(1);
}
.cbx-chota .mejs-time-hovered {
transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.cbx-chota .mejs-time-hovered.no-hover {
transform: scaleX(0) !important;
}
.cbx-chota .mejs-time-handle,
.cbx-chota .mejs-time-handle-content {
border: 4px solid transparent;
cursor: pointer;
left: 0;
position: absolute;
transform: translateX(0);
z-index: 11;
}
.cbx-chota .mejs-time-handle-content {
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
height: 10px;
left: -7px;
top: -4px;
transform: scale(0);
width: 10px;
}
.cbx-chota .mejs-time-rail:hover .mejs-time-handle-content,
.cbx-chota .mejs-time-rail .mejs-time-handle-content:focus,
.cbx-chota .mejs-time-rail .mejs-time-handle-content:active {
transform: scale(1);
}
.cbx-chota .mejs-time-float {
background: #eee;
border: solid 1px #333;
bottom: 100%;
color: #111;
display: none;
height: 17px;
margin-bottom: 9px;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 36px;
}
.cbx-chota .mejs-time-float-current {
display: block;
left: 0;
margin: 2px;
text-align: center;
width: 30px;
}
.cbx-chota .mejs-time-float-corner {
border: solid 5px #eee;
border-color: #eee transparent transparent;
border-radius: 0;
display: block;
height: 0;
left: 50%;
line-height: 0;
position: absolute;
top: 100%;
transform: translateX(-50%);
width: 0;
}
.cbx-chota .mejs-long-video .mejs-time-float {
margin-left: -23px;
width: 64px;
}
.cbx-chota .mejs-long-video .mejs-time-float-current {
width: 60px;
}
.cbx-chota .mejs-broadcast {
color: #fff;
height: 10px;
position: absolute;
top: 15px;
width: 100%;
}
.cbx-chota .mejs-fullscreen-button > button {
background-position: -80px 0 !important;
}
.cbx-chota .mejs-unfullscreen > button {
background-position: -100px 0 !important;
}
.cbx-chota .mejs-mute > button {
background-position: -60px 0 !important;
}
.cbx-chota .mejs-unmute > button {
background-position: -40px 0 !important;
}
.cbx-chota .mejs-volume-button {
position: relative;
}
.cbx-chota .mejs-volume-button > .mejs-volume-slider {
-webkit-backface-visibility: hidden;
background: rgba(50, 50, 50, 0.7);
border-radius: 0;
bottom: 100%;
display: none;
height: 115px;
left: 50%;
margin: 0;
position: absolute;
transform: translateX(-50%);
width: 25px;
z-index: 1;
}
.cbx-chota .mejs-volume-button:hover {
border-radius: 0 0 4px 4px;
}
.cbx-chota .mejs-volume-total {
background: rgba(255, 255, 255, 0.5);
height: 100px;
left: 50%;
margin: 0;
position: absolute;
top: 8px;
transform: translateX(-50%);
width: 2px;
}
.cbx-chota .mejs-volume-current {
background: rgba(255, 255, 255, 0.9);
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.cbx-chota .mejs-volume-handle {
background: rgba(255, 255, 255, 0.9);
border-radius: 1px;
cursor: ns-resize;
height: 6px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 16px;
}
.cbx-chota .mejs-horizontal-volume-slider {
display: block;
height: 36px;
position: relative;
vertical-align: middle;
width: 56px;
}
.cbx-chota .mejs-horizontal-volume-total {
background: rgba(50, 50, 50, 0.8);
border-radius: 2px;
font-size: 1px;
height: 8px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 16px;
width: 50px;
}
.cbx-chota .mejs-horizontal-volume-current {
background: rgba(255, 255, 255, 0.8);
border-radius: 2px;
font-size: 1px;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
.cbx-chota .mejs-horizontal-volume-handle {
display: none;
}
.cbx-chota .mejs-captions-button,
.cbx-chota .mejs-chapters-button {
position: relative;
}
.cbx-chota .mejs-captions-button > button {
background-position: -140px 0 !important;
}
.cbx-chota .mejs-chapters-button > button {
background-position: -180px 0 !important;
}
.cbx-chota .mejs-captions-button > .mejs-captions-selector,
.cbx-chota .mejs-chapters-button > .mejs-chapters-selector {
background: rgba(50, 50, 50, 0.7);
border: solid 1px transparent;
border-radius: 0;
bottom: 100%;
margin-right: -43px;
overflow: hidden;
padding: 0;
position: absolute;
right: 50%;
visibility: visible;
width: 86px;
}
.cbx-chota .mejs-chapters-button > .mejs-chapters-selector {
margin-right: -55px;
width: 110px;
}
.cbx-chota .mejs-captions-selector-list,
.cbx-chota .mejs-chapters-selector-list {
list-style-type: none !important;
margin: 0;
overflow: hidden;
padding: 0;
}
.cbx-chota .mejs-captions-selector-list-item,
.cbx-chota .mejs-chapters-selector-list-item {
color: #fff;
cursor: pointer;
display: block;
list-style-type: none !important;
margin: 0 0 6px;
overflow: hidden;
padding: 0;
}
.cbx-chota .mejs-captions-selector-list-item:hover,
.cbx-chota .mejs-chapters-selector-list-item:hover {
background-color: rgb(200, 200, 200) !important;
background-color: rgba(255, 255, 255, 0.4) !important;
}
.cbx-chota .mejs-captions-selector-input,
.cbx-chota .mejs-chapters-selector-input {
clear: both;
float: left;
left: -1000px;
margin: 3px 3px 0 5px;
position: absolute;
}
.cbx-chota .mejs-captions-selector-label,
.cbx-chota .mejs-chapters-selector-label {
cursor: pointer;
float: left;
font-size: 10px;
line-height: 15px;
padding: 4px 10px 0;
width: 100%;
}
.cbx-chota .mejs-captions-selected,
.cbx-chota .mejs-chapters-selected {
color: rgb(33, 248, 248);
}
.cbx-chota .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px;
}
.cbx-chota .mejs-captions-layer {
bottom: 0;
color: #fff;
font-size: 16px;
left: 0;
line-height: 20px;
position: absolute;
text-align: center;
}
.cbx-chota .mejs-captions-layer a {
color: #fff;
text-decoration: underline;
}
.cbx-chota .mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.cbx-chota .mejs-captions-position {
bottom: 15px;
left: 0;
position: absolute;
width: 100%;
}
.cbx-chota .mejs-captions-position-hover {
bottom: 35px;
}
.cbx-chota .mejs-captions-text,
.cbx-chota .mejs-captions-text * {
background: rgba(20, 20, 20, 0.5);
box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
padding: 0;
white-space: pre-wrap;
}
.cbx-chota .mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
display: none;
}
.cbx-chota .mejs-overlay-error {
position: relative;
}
.cbx-chota .mejs-overlay-error > img {
left: 0;
max-width: 100%;
position: absolute;
top: 0;
z-index: -1;
}
.cbx-chota .mejs-cannotplay,
.cbx-chota .mejs-cannotplay a {
color: #fff;
font-size: 0.8em;
}
.cbx-chota .mejs-cannotplay {
position: relative;
}
.cbx-chota .mejs-cannotplay p,
.cbx-chota .mejs-cannotplay a {
display: inline-block;
padding: 0 15px;
width: 100%;
}
.cbxwpbookmark-dashboard-menu {
margin: 0 0 20px 0 !important;
padding: 0 !important;
clear: both;
display: block;
width: 100%;
}
.cbxwpbookmark-dashboard-menu li {
list-style: none !important;
padding: 0 !important;
display: inline-block !important;
margin: 0 8px 0 0;
}
.cbxwpbookmark-dashboard-menu li a {
padding: 3px 10px !important;
display: block;
text-decoration: none !important;
font-size: 20px;
line-height: 1.5;
color: var(--color-primary);
border-bottom: 1px solid var(--color-grey);
border-radius: 3px;
}
.cbxwpbookmark-dashboard-menu li.active {
font-weight: bold !important;
}
.cbxwpbookmark-dashboard-menu li.active a {
border-bottom: 1px solid var(--color-primary);
}
.cbx-icon svg {
width: 100%;
height: auto;
display: inline-block;
}
.cbxwpbkmark-hide {
display: none !important;
}
.cbxwpbkmark-clearfix {
clear: both;
}
.button-label {
text-decoration: none !important;
}
i.button-label {
font-style: normal;
}
.cbxbookmark-btn {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
*display: inline;
padding: 4px 8px;
margin-bottom: 0;
*margin-left: 0.3em;
font-size: 14px;
line-height: 18px;
font-weight: normal !important;
background-color: #e2e2e2;
color: #212121;
text-align: center;
vertical-align: middle;
cursor: pointer;
transition: all 0.3s;
background-repeat: repeat-x;
*border: 0;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
border: 1px solid transparent;
}
.cbxbookmark-btn.cbxbookmark-btn-primary {
background: #007FFF !important;
color: #ffffff !important;
}
.cbxbookmark-btn.cbxbookmark-btn-secondary {
border-color: rgba(51, 51, 51, 0.1803921569);
}
.cbxbookmark-btn.cbxbookmark-btn-danger {
background: #EF4836 !important;
color: #ffffff !important;
}
.cbxbookmark-btn:hover, .cbxbookmark-btn:focus {
outline: none !important;
text-decoration: none !important;
}
.cbxwpbkmark_cat_hide {
display: none;
}
.cbxwpbkmarktrig {
margin: 5px 0;
border-bottom: 0 solid #fff !important;
box-shadow: none !important;
text-decoration: none;
display: inline-flex;
}
.cbxwpbkmarktrig .cbxwpbkmarktrig-label {
margin-left: 3px;
}
.cbxwpbkmarktrig .cbxwpbkmarktrig-label .cbxwpbkmarktrig-count {
font-style: normal;
}
.cbxwpbkmarktrig .cbxwpbkmarktrig-icon {
vertical-align: middle;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 21px;
height: auto;
}
.cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-icon {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x.png);
}
.cbxwpbkmarktrig.running {
padding-left: 20px !important;
}
.cbxwpbkmarktrig.running .ld {
left: 10px !important;
}
.cbxwpbkmarktrig.running .cbxwpbkmarktrig-icon {
display: none;
}
.cbxwpbkmarktrig:focus, .cbxwpbkmarktrig:active {
outline: none !important;
background: transparent !important;
text-decoration: none !important;
}
.cbxwpbkmarkwrap {
position: relative;
font-size: 14px;
line-height: 18px;
box-sizing: border-box !important;
}
.cbxwpbkmarkwrap * {
box-sizing: border-box;
}
.cbxwpbkmarklistwrap, .cbxwpbkmarkguestwrap {
font-family: Arial, Helvetica, sans-serif;
display: none;
position: absolute;
left: 0;
top: 30px;
z-index: 1;
background: #fff;
width: 100%;
}
.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap, .cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap {
width: 315px;
max-width: 315px;
border-radius: 8px !important;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
transition: all 0.3s;
}
.cbxwpbkmarkwrap-download {
clear: both;
}
.cbxwpbkmarkloading {
display: none;
text-align: center;
position: absolute;
top: 2px;
left: 133px;
margin: 0 !important;
}
.cbxwpbkmark-field-wrap-actions {
display: flex;
flex-wrap: wrap;
}
.cbxwpbkmark-field-wrap-actions .cbxwpbkmark-field-wrap-action-left {
display: flex;
flex-wrap: wrap;
margin-right: auto;
}
.cbxwpbkmark-field-wrap-actions .cbxwpbkmark-field-wrap-action-right {
display: flex;
flex-wrap: wrap;
margin-left: auto;
}
.cbxwpbkmark-field-privacy {
font-size: 16px;
line-height: 1.7;
height: auto;
width: 100%;
padding: 5px 8px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.cbxwpbkmark-field-privacy:focus {
outline: none;
} .cbxbookmark-btn.cbxwpbkmark-field-create-close, .cbxbookmark-btn.cbxwpbkmark-field-update-close {
margin-left: 5px;
}
.cbxwpbkmark_cat_add_form, .cbxwpbkmark_cat_edit_form {
display: none;
border-top: 1px solid #ccc;
margin-top: 5px;
height: 250px;
padding: 20px 10px;
}
.cbxwpbkmarklist {
width: 100%;
}
.cbxwpbkmark_cat_book_list, .cbxwpbkmark_cat_edit_list {
display: none;
}
.cbxwpbkmark-toolbar {
padding: 10px;
border-top: 1px solid #ccc;
margin-top: 5px;
}
.cbxwpbkmark-toolbar span {
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 5px;
margin-right: 5px;
padding: 5px 8px;
font-size: 13px;
line-height: 1.2;
}
.cbxwpbkmark-toolbar span .cbx-icon {
width: 15px;
height: 15px;
}
.cbxwpbkmark-toolbar span:last-child {
margin-right: 0;
}
p.cbxwpbkmark-form-note {
display: none;
color: #a94442 !important;
margin-bottom: 8px;
line-height: 20px !important;
font-size: 14px !important;
}
p.cbxwpbkmark-form-note-success {
line-height: 20px !important;
font-size: 14px !important;
color: #3c763d !important;
margin-bottom: 10px !important;
}
.cbxwpbkmark-toolbar-newcat {
float: left;
display: inline-flex;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-weight: normal !important;
transition: all 0.3s;
}
.cbxwpbkmark-toolbar-newcat:hover, .cbxwpbkmark-toolbar-editcat:hover, .cbxwpbkmark-toolbar-listcat:hover,
.cbxbookmark-category-list-create:hover, .cbxbookmark-mycat-editbox .cbxbookmark-btn:hover, .cbxbookmark-more:hover,
.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a:hover {
outline: none !important;
opacity: 0.8;
}
.cbxwpbkmark-toolbar-listcat {
float: left;
display: inline-flex;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-weight: normal !important;
transition: all 0.3s;
}
.cbxwpbkmark-toolbar-editcat {
float: right;
display: inline-flex;
cursor: pointer;
padding: 5px 10px;
border-radius: 5px;
font-weight: normal !important;
transition: all 0.3s;
}
input[type=text].cbxwpbkmark-field-cat {
background: #fff;
margin-bottom: 10px;
padding: 5px 8px;
width: 100% !important;
line-height: 26px;
font-size: 16px;
border-radius: 5px;
border: 1px solid #ccc;
}
input[type=text].cbxwpbkmark-field-cat:focus {
outline: none;
}
input[type=text].cbxwpbkmark-field-cat.error {
outline: 1px solid #a94442;
}
.cbxwpbkmarktrig-button-addto {
text-decoration: none !important;
box-shadow: none !important;
}
.cbxwpbkmarklistwrap .addto-head {
padding: 10px 10px 5px 10px;
border-bottom: 1px solid #fff;
position: relative;
display: flex;
align-items: center;
width: 100%;
}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_label {
font-style: normal;
}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close {
padding: 5px;
margin-left: auto;
border: 1px solid rgba(51, 51, 51, 0.1803921569);
border-radius: 5px;
cursor: pointer;
}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close:hover, .cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close:focus {
opacity: 0.8;
}
.itemicon {
float: right;
}
.lbjs-item {
padding: 5px;
}
.cbx-bookmark-error {
color: #a94442;
}
.cbxlbjs {
margin: 0;
padding: 0;
}
.cbxlbjs .cbxlbjs-list {
margin: 0 !important;
overflow: auto;
padding: 0 !important;
list-style: none;
height: 202px;
text-align: center;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item {
margin: 0 !important;
padding: 3px 0 !important;
list-style: none !important;
clear: both !important;
background: none !important;
float: left !important;
font-size: 14px;
line-height: 1.5;
text-align: left;
width: 100%;
display: flex;
align-items: center;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
cursor: pointer;
font-size: inherit;
line-height: inherit;
flex: 1;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item:hover {
background-color: #f7f7f9 !important;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
flex: 1;
}
.cbxlbjs .cbxlbjs-searchbar-wrapper {
margin: 0;
position: relative;
overflow: hidden;
display: flex;
}
.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar {
margin: 0 0 10px 0;
width: 100% !important;
padding: 5px 25px 5px 5px;
border: 1px solid #ccc;
border-width: 1px 0;
font-size: 16px;
line-height: 26px;
}
.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar:focus {
border-width: 1px 0 1px 0;
outline: 0 solid #ccc;
}
.cbxlbjs .cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar-icon {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 21px;
height: 21px;
content: "";
display: inline-block;
margin-left: auto;
}
.cbxlbjs .cbxlbjs-searchbar-icon {
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_search.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 21px;
height: 21px;
position: absolute;
right: 5px;
top: 9px;
content: "";
display: inline-block;
}
.cbxlbjs-item:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unchecked.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 16px;
height: 16px;
display: inline-block;
cursor: pointer;
margin-left: 3px;
flex: 0 0 16px;
}
.cbxlbjs-item[data-incat="1"]:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_checked.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 16px;
height: 16px;
display: inline-block;
margin-left: 3px;
flex: 0 0 16px;
}
.cbxlbjs-item[data-privacy="1"]:after,
.cbxlbjs-item-widget[data-privacy="1"]:after {
content: "";
margin-left: 3px;
vertical-align: middle;
background: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg);
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 3px;
flex: 0 0 16px;
}
.cbxlbjs-item[data-privacy="0"]:after,
.cbxlbjs-item-widget[data-privacy="0"]:after {
content: "";
margin-left: 3px;
vertical-align: middle;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg);
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 3px;
flex: 0 0 16px;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="1"]:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background: center 2px url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_unlock.svg);
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
width: 16px;
height: 16px;
display: inline-block;
margin-left: 3px;
flex: 0 0 16px;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="0"]:before {
content: "";
margin-right: 3px;
vertical-align: middle;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_lock.svg);
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
width: 16px;
height: 16px;
display: inline-block;
margin-left: 3px;
flex: 0 0 16px;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item:after {
content: "";
margin-left: 3px;
vertical-align: middle;
background-image: url(//www.guatduwidu.es/wp-content/plugins/cbxwpbookmark/assets/icons/icon_edit.svg);
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
width: 16px;
height: 16px;
display: inline-block;
clear: right !important;
cursor: pointer;
margin-right: 3px;
flex: 0 0 16px;
}
.cbxbookmark-delete-btn {
box-shadow: none !important;
cursor: pointer;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.cbxbookmark-delete-btn.running .cbx-icon {
display: none;
}
.cbxbookmark-edit-btn {
box-shadow: none !important;
cursor: pointer;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.cbxwpbookmark-button-holder {
float: right;
}
.cbxbookmark-category-list {
margin-left: 20px !important;
padding: 0 !important;
}
.cbxbookmark-category-list li a {
box-shadow: none !important;
text-decoration: none !important;
}
.cbxbookmark-category-list li.cbxbookmark-category-list-item-active {
font-weight: bold;
}
.cbxwpbookmarkcategory-class .cbxbookmark-category-list {
margin-left: 0 !important;
}
.cbxbookmark-category-list-item-sublist-a-more {
text-align: center;
display: block;
font-weight: bold;
}
.cbxbookmark-mycat-panel li {
margin-bottom: 10px;
}
.cbxbookmark-mycat-editbox {
border-radius: 8px;
font-size: 16px;
line-height: 18px;
background: #fff;
padding: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
margin-bottom: 10px;
display: flex;
align-items: center;
}
.cbxbookmark-mycat-editbox .cbxbmedit-catname {
font-size: 14px;
line-height: 20px;
padding: 4px 12px;
border: 1px solid #ccc;
border-radius: 5px;
height: auto;
margin: 2px 0;
}
.cbxbookmark-mycat-editbox .cbxbmedit-catname-error {
border: 1px solid red;
}
.cbxbookmark-mycat-editbox .cbxbmedit-privacy {
width: 100px;
font-size: 14px;
line-height: 20px;
padding: 0 12px;
height: 30px;
float: left;
display: inline-block;
margin: 2px 0 2px 10px;
border-radius: 5px;
border: 1px solid #ccc;
}
.cbxbookmark-mycat-editbox .cbxbmedit-privacy.cbxwpbkmark_cat_hide {
display: none;
}
.cbxbookmark-mycat-editbox .cbxbookmark-cat-save {
margin-left: 10px;
background-color: #007FFF !important;
color: #fff !important;
}
.cbxbookmark-mycat-editbox .cbxbookmark-cat-close {
margin-left: 10px;
} .cbxwpbm_ajax_icon {
display: none;
}
.cbxwpbookmark-title {
padding: 0;
margin: 0 0 10px 0;
}
.cbxwpbookmark-title a {
letter-spacing: 0;
}
.cbxwpbookmark-mylist, .cbxwpbookmark-mostlist {
margin-left: 20px;
padding: 0;
}
.cbxwpbookmark-mylist li a, .cbxwpbookmark-mostlist li a {
font-size: 14px;
line-height: 20px;
box-shadow: none !important;
text-decoration: none !important;
}
.cbxwpbookmark-mylist li a img, .cbxwpbookmark-mostlist li a img {
margin-right: 5px;
}
.cbxwpbookmark-mostlist {
padding: 0;
margin-left: 20px;
}
.cbxwpbookmark-mostlist li {
padding: 0;
margin: 0 0 8px 0;
clear: both;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title {
margin-bottom: 5px;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a {
display: flex;
flex-wrap: wrap;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a img {
max-width: 32px;
height: auto;
box-shadow: none;
margin-left: auto;
}
.cbxwpbookmark-mostlist li p.cbxwpbookmark-mostlist-product-title a span {
margin-right: 4px;
}
.cbxwpbookmark-mostlist li a {
display: block;
border-bottom: 0;
box-shadow: none !important;
}
.cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
cursor: pointer;
padding: 5px 10px;
display: inline-block;
clear: both;
border-radius: 5px;
font-weight: 700;
transition: all 0.3s;
}
.cbxwpbookmark-mylist-sc-more {
margin-bottom: 5px;
}
.cbxbookmark-more-wrap {
clear: both;
width: 100%;
text-align: center;
margin: 5px 0;
}
.cbxbookmark-more-wrap a {
margin: 0 auto;
transition: all 0.3s;
text-decoration: none !important;
font-size: 15px;
line-height: 2;
padding: 5px 15px;
box-shadow: none !important;
border-radius: 5px;
font-weight: normal !important;
}
.cbxbookmark-more-wrap a:hover, .cbxbookmark-more-wrap a:focus {
box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.cbxbookmark-alert {
padding: 5px 10px;
margin: 5px 0;
border: 1px solid transparent;
border-radius: 4px;
font-size: 16px;
line-height: 22px;
width: 100%;
}
.cbxbookmark-alert .cbxbookmark-alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.cbxbookmark-alert .cbxbookmark-alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.cbxbookmark-alert .cbxbookmark-alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
text-align: center;
}
.cbxbookmark-alert .cbxbookmark-alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.cbxlbjs-item-widget_dropdown {
margin-bottom: 10px;
width: 100%;
max-width: 400px;
font-size: 16px !important;
line-height: 1.5 !important;
}
.cbxwpbkmark-icon {
width: 18px;
height: 18px;
display: block;
} .cbxwpbkmarklist-nocatfound {
padding: 10px;
width: 100%;
text-align: center;
}
.cbxwpbkmarklist-nocatfound .cbxwpbkmarklist-nocatfoundtrig {
color: #a94442;
font-size: 14px;
line-height: 20px;
cursor: pointer;
display: block;
}
.cbxwpbkmarkguestwrap, .entry-content .cbxwpbkmarkguestwrap {
font-family: Arial, Helvetica, sans-serif;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
transition: all 0.3s;
border-radius: 8px !important;
max-width: 315px;
}
.cbxwpbkmarkguestwrap h3, .entry-content .cbxwpbkmarkguestwrap h3 {
font-weight: bold !important;
font-size: 18px !important;
line-height: 1.5 !important;
padding: 0 !important;
margin: 0 0 8px 0 !important;
}
.cbxwpbkmarkguestwrap label, .entry-content .cbxwpbkmarkguestwrap label {
display: block;
width: 100% !important;
font-size: 15px !important;
line-height: 1.5 !important;
padding: 0 !important;
margin: 0 0 4px 0 !important;
}
.cbxwpbkmarkguestwrap .bbp-remember-me label, .entry-content .cbxwpbkmarkguestwrap .bbp-remember-me label {
display: inline-block;
width: auto !important;
}
.cbxwpbkmarkguestwrap input[type=text], .cbxwpbkmarkguestwrap input[type=password], .cbxwpbkmarkguestwrap input[type=date], .cbxwpbkmarkguestwrap input[type=datetime], .cbxwpbkmarkguestwrap input[type=datetime-local], .cbxwpbkmarkguestwrap input[type=email], .cbxwpbkmarkguestwrap input[type=month], .cbxwpbkmarkguestwrap input[type=number], .cbxwpbkmarkguestwrap input[type=search], .cbxwpbkmarkguestwrap input[type=tel], .cbxwpbkmarkguestwrap input[type=time], .cbxwpbkmarkguestwrap input[type=url], .cbxwpbkmarkguestwrap input[type=week], .entry-content .cbxwpbkmarkguestwrap input[type=text], .entry-content .cbxwpbkmarkguestwrap input[type=password], .entry-content .cbxwpbkmarkguestwrap input[type=date], .entry-content .cbxwpbkmarkguestwrap input[type=datetime], .entry-content .cbxwpbkmarkguestwrap input[type=datetime-local], .entry-content .cbxwpbkmarkguestwrap input[type=email], .entry-content .cbxwpbkmarkguestwrap input[type=month], .entry-content .cbxwpbkmarkguestwrap input[type=number], .entry-content .cbxwpbkmarkguestwrap input[type=search], .entry-content .cbxwpbkmarkguestwrap input[type=tel], .entry-content .cbxwpbkmarkguestwrap input[type=time], .entry-content .cbxwpbkmarkguestwrap input[type=url], .entry-content .cbxwpbkmarkguestwrap input[type=week] {
width: 100%;
border: 1px solid #ccc !important;
margin: 0 0 8px 0 !important;
padding: 5px !important;
}
.cbxwpbkmarkguestwrap input[type=text]:focus, .cbxwpbkmarkguestwrap input[type=password]:focus, .cbxwpbkmarkguestwrap input[type=date]:focus, .cbxwpbkmarkguestwrap input[type=datetime]:focus, .cbxwpbkmarkguestwrap input[type=datetime-local]:focus, .cbxwpbkmarkguestwrap input[type=email]:focus, .cbxwpbkmarkguestwrap input[type=month]:focus, .cbxwpbkmarkguestwrap input[type=number]:focus, .cbxwpbkmarkguestwrap input[type=search]:focus, .cbxwpbkmarkguestwrap input[type=tel]:focus, .cbxwpbkmarkguestwrap input[type=time]:focus, .cbxwpbkmarkguestwrap input[type=url]:focus, .cbxwpbkmarkguestwrap input[type=week]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=text]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=password]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=date]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=datetime]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=datetime-local]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=email]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=month]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=number]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=search]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=tel]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=time]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=url]:focus, .entry-content .cbxwpbkmarkguestwrap input[type=week]:focus {
outline: 0 none !important;
}
.cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register, .entry-content .cbxwpbkmarkguestwrap .cbxwpbookmark-guest-register {
padding: 0 !important;
margin: 10px 0 0 0 !important;
}
.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row, .entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .form-row {
margin: 0 !important;
}
.cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password, .entry-content .cbxwpbkmarkguestwrap .woocommerce-form.woocommerce-form-login.login .lost_password {
margin: 5px 0;
}
.cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline, .entry-content .cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline {
display: block !important;
position: relative !important;
left: auto !important;
top: auto !important;
}
.cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline .cbx-guest-wrap, .entry-content .cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline .cbx-guest-wrap {
margin-top: 0;
margin-bottom: 0;
}
.cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline .cbx-guest-wrap .cbx-title-login, .entry-content .cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline .cbx-guest-wrap .cbx-title-login {
margin-bottom: 0;
}
.cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline .cbx-guest-wrap .cbx-guest-login-wrap, .entry-content .cbxwpbkmarkguestwrap.cbxwpbkmarkguestwrap-inline .cbx-guest-wrap .cbx-guest-login-wrap {
margin-bottom: 0;
margin-top: 20px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
font-family: Arial, Helvetica, sans-serif;
position: relative;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-message-head {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-message-head .cbxwpbkmarkguesttrig_close {
padding: 5px;
margin-left: auto;
border: 1px solid rgba(51, 51, 51, 0.1803921569);
border-radius: 5px;
cursor: pointer;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-content {
padding: 0 10px 10px 10px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-content .cbx-guest-wrap {
margin: 0;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguest-content .cbx-guest-wrap .cbx-guest-login-wrap {
padding: 10px !important;
display: block !important;
margin-bottom: 0 !important;
}
.cbxwpbkmarkguest-content-inline {
padding: 10px;
}  .cbxbookmark-category-list-create {
margin-left: 20px;
cursor: pointer;
padding: 5px 10px;
margin-bottom: 20px;
display: inline-block;
font-size: 14px;
line-height: 1.5;
clear: both;
border-radius: 5px;
font-weight: 700;
transition: all 0.3s;
outline: none !important;
}
.cbxbookmark-category-list-create-form {
display: none;
margin-left: 20px;
}
.products .cbxwpbkmarkwrap {
display: inline-block;
}
@media (max-width: 767px) {
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
padding: 15px;
}
}
@media (max-width: 400px) {
.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap, .cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap {
width: 100% !important;
max-width: 100% !important;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
width: auto; flex: 1 1 auto;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name {
width: auto; flex: 1 1 auto;
}
.cbxlbjs-item[data-incat="1"]:before, .cbxlbjs-item[data-incat="0"]:before,
.cbxlbjs-item[data-privacy="1"]:after, .cbxlbjs-item-widget[data-privacy="1"]:after,
.cbxlbjs-item[data-privacy="0"]:after, .cbxlbjs-item-widget[data-privacy="0"]:after {
flex: 0 0 16px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
padding: 10px;
}
}
.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-privacy {
margin-left: 0;
}
.cbxwpbookmarkcategory-class .cbxbookmark-mycat-editbox .cbxbmedit-catname {
margin-bottom: 10px;
}
.cbxwpbookmark-default .cbxwpbkmark-toolbar-editcat {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxwpbkmark-toolbar-newcat {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxwpbkmark-toolbar-listcat {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.cbxwpbookmark-default .cbxwpbkmark-field-privacy:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.cbxwpbookmark-default .cbxbookmark-category-list-create, .cbxwpbookmark-default .cbxwpbookmark_deleteall {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-default .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-default .cbxbookmark-more {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-default .cbxbookmark-more:focus {
border: 1px solid #e2e2e2;
border-radius: 5px;
}
.cbxwpbookmark-default .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #e2e2e2;
color: #212121;
}
.cbxwpbookmark-red .cbxwpbkmark-toolbar-editcat {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxwpbkmark-toolbar-newcat {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxwpbkmark-toolbar-listcat {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #f44336;
border-radius: 5px;
}
.cbxwpbookmark-red .cbxwpbkmark-field-privacy:focus {
border: 1px solid #f44336;
border-radius: 5px;
}
.cbxwpbookmark-red .cbxbookmark-category-list-create, .cbxwpbookmark-red .cbxwpbookmark_deleteall {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #f44336;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-red .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #f44336;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-red .cbxbookmark-more {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-red .cbxbookmark-more:focus {
border: 1px solid #f44336;
border-radius: 5px;
}
.cbxwpbookmark-red .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #f44336;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxwpbkmark-toolbar-editcat {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxwpbkmark-toolbar-newcat {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxwpbkmark-toolbar-listcat {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #673AB7;
border-radius: 5px;
}
.cbxwpbookmark-purple .cbxwpbkmark-field-privacy:focus {
border: 1px solid #673AB7;
border-radius: 5px;
}
.cbxwpbookmark-purple .cbxbookmark-category-list-create, .cbxwpbookmark-purple .cbxwpbookmark_deleteall {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #673AB7;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-purple .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #673AB7;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-purple .cbxbookmark-more {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-purple .cbxbookmark-more:focus {
border: 1px solid #673AB7;
border-radius: 5px;
}
.cbxwpbookmark-purple .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #673AB7;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-editcat {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-newcat {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxwpbkmark-toolbar-listcat {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
}
.cbxwpbookmark-indigo .cbxwpbkmark-field-privacy:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
}
.cbxwpbookmark-indigo .cbxbookmark-category-list-create, .cbxwpbookmark-indigo .cbxwpbookmark_deleteall {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-indigo .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-indigo .cbxbookmark-more {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-indigo .cbxbookmark-more:focus {
border: 1px solid #3F51B5;
border-radius: 5px;
}
.cbxwpbookmark-indigo .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #3F51B5;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxwpbkmark-toolbar-editcat {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxwpbkmark-toolbar-newcat {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxwpbkmark-toolbar-listcat {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #2196F3;
border-radius: 5px;
}
.cbxwpbookmark-blue .cbxwpbkmark-field-privacy:focus {
border: 1px solid #2196F3;
border-radius: 5px;
}
.cbxwpbookmark-blue .cbxbookmark-category-list-create, .cbxwpbookmark-blue .cbxwpbookmark_deleteall {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #2196F3;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #2196F3;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue .cbxbookmark-more {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-blue .cbxbookmark-more:focus {
border: 1px solid #2196F3;
border-radius: 5px;
}
.cbxwpbookmark-blue .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #2196F3;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxwpbkmark-toolbar-editcat {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxwpbkmark-toolbar-newcat {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxwpbkmark-toolbar-listcat {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #009688;
border-radius: 5px;
}
.cbxwpbookmark-teal .cbxwpbkmark-field-privacy:focus {
border: 1px solid #009688;
border-radius: 5px;
}
.cbxwpbookmark-teal .cbxbookmark-category-list-create, .cbxwpbookmark-teal .cbxwpbookmark_deleteall {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #009688;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-teal .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #009688;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-teal .cbxbookmark-more {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-teal .cbxbookmark-more:focus {
border: 1px solid #009688;
border-radius: 5px;
}
.cbxwpbookmark-teal .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #009688;
color: #ffffff;
}
.cbxwpbookmark-green .cbxwpbkmark-toolbar-editcat {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxwpbkmark-toolbar-newcat {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxwpbkmark-toolbar-listcat {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
}
.cbxwpbookmark-green .cbxwpbkmark-field-privacy:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
}
.cbxwpbookmark-green .cbxbookmark-category-list-create, .cbxwpbookmark-green .cbxwpbookmark_deleteall {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-green .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-green .cbxbookmark-more {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-green .cbxbookmark-more:focus {
border: 1px solid #4CAF50;
border-radius: 5px;
}
.cbxwpbookmark-green .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #4CAF50;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxwpbkmark-toolbar-editcat {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxwpbkmark-toolbar-newcat {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxwpbkmark-toolbar-listcat {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #FF9800;
border-radius: 5px;
}
.cbxwpbookmark-orange .cbxwpbkmark-field-privacy:focus {
border: 1px solid #FF9800;
border-radius: 5px;
}
.cbxwpbookmark-orange .cbxbookmark-category-list-create, .cbxwpbookmark-orange .cbxwpbookmark_deleteall {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #FF9800;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-orange .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #FF9800;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-orange .cbxbookmark-more {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-orange .cbxbookmark-more:focus {
border: 1px solid #FF9800;
border-radius: 5px;
}
.cbxwpbookmark-orange .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #FF9800;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxwpbkmark-toolbar-editcat {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxwpbkmark-toolbar-newcat {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxwpbkmark-toolbar-listcat {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #795548;
border-radius: 5px;
}
.cbxwpbookmark-brown .cbxwpbkmark-field-privacy:focus {
border: 1px solid #795548;
border-radius: 5px;
}
.cbxwpbookmark-brown .cbxbookmark-category-list-create, .cbxwpbookmark-brown .cbxwpbookmark_deleteall {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #795548;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-brown .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #795548;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-brown .cbxbookmark-more {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-brown .cbxbookmark-more:focus {
border: 1px solid #795548;
border-radius: 5px;
}
.cbxwpbookmark-brown .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #795548;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-editcat {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-newcat {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-toolbar-listcat {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray input[type=text].cbxwpbkmark-field-cat:focus {
border: 1px solid #607D8B;
border-radius: 5px;
}
.cbxwpbookmark-blue-gray .cbxwpbkmark-field-privacy:focus {
border: 1px solid #607D8B;
border-radius: 5px;
}
.cbxwpbookmark-blue-gray .cbxbookmark-category-list-create, .cbxwpbookmark-blue-gray .cbxwpbookmark_deleteall {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbookmark-btn {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-catname:focus {
border: 1px solid #607D8B;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue-gray .cbxbookmark-mycat-editbox .cbxbmedit-privacy:focus {
border: 1px solid #607D8B;
border-radius: 5px;
outline: none !important;
}
.cbxwpbookmark-blue-gray .cbxbookmark-more {
background: #607D8B;
color: #ffffff;
}
.cbxwpbookmark-blue-gray .cbxbookmark-more:focus {
border: 1px solid #607D8B;
border-radius: 5px;
}
.cbxwpbookmark-blue-gray .cbxwpbookmark-mylist-widget .cbxwpbookmark-mylist-item-readmore a {
background: #607D8B;
color: #ffffff;
}
#buddypress .cbxlbjs .cbxlbjs-list .cbxlbjs-item {
padding: 0 !important;
}
div.action i.cbxwpbkmarktrig-count {
font-size: 14px !important;
}
#buddypress ul.activity-list li {
overflow: visible !important;
}
#buddypress ul.activity-list li a.cbxwpbkmarktrig {
display: inline-flex !important;
}
.cbxwpbookmark_deleteall { margin-left: 10px;
display: inline-flex;
}
.cbxwpbookmark_deleteall .cbx-icon {
margin-left: 5px;
}
.cbxwpbookmark_deleteall:focus, .cbxwpbookmark_deleteall:hover {
text-decoration: none !important;
outline: none !important;
box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.cbxwpbookmark_deleteall.running .cbx-icon {
display: none;
}
.cbxwpbookmark_share {
background: #007FFF !important;
color: #ffffff !important;
margin-left: 10px;
display: inline-flex;
}
.cbxwpbookmark_share:focus, .cbxwpbookmark_share:hover {
text-decoration: none !important;
outline: none !important;
box-shadow: 2.736px 7.518px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.cbxwpbookmark_share .cbx-icon {
margin-left: 5px;
}
.cbxwpbookmark-widget-class .cbxwpbookmark_share {
margin-left: 0;
}
#awn-confirm-ok {
background: #40871d !important;
border: 0;
border-radius: 4px;
color: #fff;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 10px 15px !important;
}
#awn-confirm-cancel {
background: #1c76a6 !important;
border: 0;
border-radius: 4px;
color: #fff;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 10px 15px !important;
}
.awn-popup-title {
font-size: 18px !important;
font-weight: bold !important;
line-height: 1.2 !important;
text-transform: capitalize !important;
margin-bottom: 30px;
}
.awn-popup-content {
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
}
.shareurl_modal h3 {
font-size: 16px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 0 !important;
margin: 0 0 10px 0 !important;
}
.shareurl_modal .shareurl_copy {
display: flex;
}
.shareurl_modal .shareurl_copy .shareurl_copy_input {
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 5px 10px !important;
border: 1px solid #cccccc !important;
border-radius: 4px 0 0 4px !important;
border-right: 0 !important;
flex: 1 0 auto !important;
width: auto !important;
}
.shareurl_modal .shareurl_copy .shareurl_copy_btn {
border: 1px solid #007FFF !important;
font-size: 14px !important;
font-weight: normal !important;
line-height: 1.2 !important;
padding: 5px 10px !important;
border-radius: 0 4px 4px 0 !important;
flex: 0 0 auto !important;
background: #007FFF !important;
color: #ffffff !important;
cursor: pointer;
}
.shareurl_modal .shareurl_copy .shareurl_copy_btn:focus, .shareurl_modal .shareurl_copy .shareurl_copy_btn:hover {
outline: none !important;
text-decoration: none !important;
}
.shareurl_modal .shareurl_copy .shareurl_copy_btn:disabled {
cursor: not-allowed;
}
p.cbxbookmark-category-list-item-notfound {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
text-align: center;
font-size: 16px;
line-height: 1.2;
}body
{
display:block;
}
.searchandfilter p
{
margin-top: 1em;
display:inline-block;
}
.searchandfilter ul
{
display:inline-block;
}
.searchandfilter li
{
list-style: none;
display:inline-block;
padding-right:10px;
} .widget-area .searchandfilter li, .widget-area .searchandfilter p
{
display:block;
}
.searchandfilter label
{
display:block;
}
.searchandfilter h4
{
margin:15px 0;
font-size:16px;
}
.searchandfilter ul > li > ul:not(.children)
{
margin-left:0;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.ui-button-icon-only,.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-checkboxradio-disabled,.ui-state-disabled{pointer-events:none}.ui-datepicker .ui-icon,.ui-icon{text-indent:-99999px;background-repeat:no-repeat}.ui-helper-reset,.ui-menu{outline:0;list-style:none}.ui-helper-hidden,.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;line-height:1.3;text-decoration:none;font-size:100%}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;overflow:hidden}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-autocomplete,.ui-menu .ui-menu{position:absolute}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{top:0;left:0;cursor:default}.ui-menu{padding:0;margin:0;display:block}.ui-button,.ui-controlgroup{display:inline-block;vertical-align:middle}.ui-button,.ui-menu-icons,.ui-resizable{position:relative}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-button,.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{line-height:normal;margin-right:.1em;cursor:pointer;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;filter:invert(1)}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group,.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;overflow:hidden;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle,.ui-selectable,.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;-ms-filter:"alpha(opacity=25)";opacity:.25}.ui-icon-blank.ui-icon-blank.ui-icon-blank,.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min,.ui-spinner-down{bottom:0}.ui-slider-vertical .ui-slider-range-max,.ui-spinner-up{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:.222em 0;margin:.2em 2em .2em .4em;vertical-align:middle}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a,.ui-widget-header a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#000;color:#fff;font-weight:700}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:none;background:#2b2b2b;font-weight:400;color:#fff}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#000;color:#fff}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-button .ui-icon,.ui-button .ui-state-highlight.ui-icon,.ui-button:active .ui-icon,.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-icon,.ui-state-active .ui-icon,.ui-state-error .ui-icon,.ui-state-error-text .ui-icon,.ui-state-focus .ui-icon,.ui-state-highlight .ui-icon,.ui-state-hover .ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/images/ui-icons_444444_256x240.png)}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:"alpha(opacity=30)"}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.fa,.fas,.far,.fal,.fad,.fab{-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.3333333333em;line-height:.75em;vertical-align:-0.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:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{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:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.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(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-brands-400.eot);src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-brands-400.woff) format("woff"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400} @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-regular-400.eot);src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-regular-400.woff) format("woff"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:900} @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-solid-900.eot);src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-solid-900.woff) format("woff"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/Poppins-Regular.woff) format("woff")}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/Poppins-SemiBold.woff) format("woff")}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/Poppins-Bold.woff) format("woff")}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/Poppins-Medium.woff) format("woff")}@font-face{font-family:"Poppins";font-style:normal;font-weight:800;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/Poppins-ExtraBold.woff) format("woff")}@font-face{font-family:"OpenSans";font-style:normal;font-weight:400;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/OpenSans-Regular.woff2) format("woff2")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/Roboto-Regular.woff2) format("woff2")}@font-face{font-family:"PlayfairDisplay";font-style:normal;font-weight:400;font-display:swap;src:url(//www.guatduwidu.es/wp-content/plugins/ymc-smart-filter/includes/assets/fonts/PlayfairDisplay-Regular.woff2) format("woff2")}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes bounce-in{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes grow{from{transform:scale(0)}to{transform:scale(1)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes hithere{30%{transform:scale(1.1)}40%,60%{transform:rotate(-20deg) scale(1.1)}50%{transform:rotate(20deg) scale(1.1)}70%{transform:rotate(0deg) scale(1.1)}100%{transform:scale(1)}}@keyframes zoom-in-out{0%{transform:scale(0.85, 0.85);opacity:.5}100%{transform:scale(1, 1);opacity:1}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.ymc-smart-filter-container,.ymc-extra-filter,.ymc-extra-search,.ymc-extra-sort{font-family:inherit;font-weight:inherit;box-sizing:border-box;position:relative;max-width:1280px;width:100%;margin:0 auto}.ymc-smart-filter-container.ymc-filter-layout4,.ymc-smart-filter-container.ymc-filter-range,.ymc-extra-filter.ymc-filter-layout4,.ymc-extra-filter.ymc-filter-range,.ymc-extra-search.ymc-filter-layout4,.ymc-extra-search.ymc-filter-range,.ymc-extra-sort.ymc-filter-layout4,.ymc-extra-sort.ymc-filter-range{display:grid;grid-template-columns:23% 75%;grid-column-gap:2%}@media screen and (max-width: 1024px){.ymc-smart-filter-container.ymc-filter-layout4,.ymc-smart-filter-container.ymc-filter-range,.ymc-extra-filter.ymc-filter-layout4,.ymc-extra-filter.ymc-filter-range,.ymc-extra-search.ymc-filter-layout4,.ymc-extra-search.ymc-filter-range,.ymc-extra-sort.ymc-filter-layout4,.ymc-extra-sort.ymc-filter-range{display:block}}.ymc-smart-filter-container.ymc-filter-layout4 .search-layout,.ymc-smart-filter-container.ymc-filter-range .search-layout,.ymc-extra-filter.ymc-filter-layout4 .search-layout,.ymc-extra-filter.ymc-filter-range .search-layout,.ymc-extra-search.ymc-filter-layout4 .search-layout,.ymc-extra-search.ymc-filter-range .search-layout,.ymc-extra-sort.ymc-filter-layout4 .search-layout,.ymc-extra-sort.ymc-filter-range .search-layout{max-width:100%;position:relative;grid-column:1/3}.ymc-smart-filter-container.ymc-filter-layout4 .sort-container,.ymc-smart-filter-container.ymc-filter-range .sort-container,.ymc-extra-filter.ymc-filter-layout4 .sort-container,.ymc-extra-filter.ymc-filter-range .sort-container,.ymc-extra-search.ymc-filter-layout4 .sort-container,.ymc-extra-search.ymc-filter-range .sort-container,.ymc-extra-sort.ymc-filter-layout4 .sort-container,.ymc-extra-sort.ymc-filter-range .sort-container{position:absolute;top:-60px;right:0;width:100%;max-width:22.5%}@media screen and (max-width: 1024px){.ymc-smart-filter-container.ymc-filter-layout4 .sort-container,.ymc-smart-filter-container.ymc-filter-range .sort-container,.ymc-extra-filter.ymc-filter-layout4 .sort-container,.ymc-extra-filter.ymc-filter-range .sort-container,.ymc-extra-search.ymc-filter-layout4 .sort-container,.ymc-extra-search.ymc-filter-range .sort-container,.ymc-extra-sort.ymc-filter-layout4 .sort-container,.ymc-extra-sort.ymc-filter-range .sort-container{position:static;max-width:100%}}.ymc-smart-filter-container *,.ymc-extra-filter *,.ymc-extra-search *,.ymc-extra-sort *{box-sizing:border-box}.ymc-smart-filter-container *:active,.ymc-smart-filter-container *:focus,.ymc-extra-filter *:active,.ymc-extra-filter *:focus,.ymc-extra-search *:active,.ymc-extra-search *:focus,.ymc-extra-sort *:active,.ymc-extra-sort *:focus{outline:none;box-shadow:none}.ymc-smart-filter-container *::-moz-focus-inner,.ymc-extra-filter *::-moz-focus-inner,.ymc-extra-search *::-moz-focus-inner,.ymc-extra-sort *::-moz-focus-inner{border:0}.ymc-smart-filter-container .far,.ymc-extra-filter .far,.ymc-extra-search .far,.ymc-extra-sort .far{font-size:18px}.ymc-smart-filter-container .notice,.ymc-extra-filter .notice,.ymc-extra-search .notice,.ymc-extra-sort .notice{border:none;box-shadow:none;color:#eb2b2b}.ymc-smart-filter-container .loading,.ymc-extra-filter .loading,.ymc-extra-search .loading,.ymc-extra-sort .loading{opacity:.5}.ymc-smart-filter-container .preloader,.ymc-extra-filter .preloader,.ymc-extra-search .preloader,.ymc-extra-sort .preloader{position:absolute;width:100px;height:100px;left:50%;z-index:9}.ymc-smart-filter-container .preloader--load,.ymc-extra-filter .preloader--load,.ymc-extra-search .preloader--load,.ymc-extra-sort .preloader--load{bottom:200px;transform:translateX(-50%)}.ymc-smart-filter-container .preloader--numeric,.ymc-extra-filter .preloader--numeric,.ymc-extra-search .preloader--numeric,.ymc-extra-sort .preloader--numeric{top:25%;transform:translate(-50%, -50%)}.ymc-smart-filter-container .preloader--popup,.ymc-extra-filter .preloader--popup,.ymc-extra-search .preloader--popup,.ymc-extra-sort .preloader--popup{width:60px;height:60px;top:50%;transform:translate(-50%, 0px)}.ymc-smart-filter-container .ymc-notification,.ymc-extra-filter .ymc-notification,.ymc-extra-search .ymc-notification,.ymc-extra-sort .ymc-notification{grid-column:1/-1;text-align:center;color:#222;font-size:16px}.ymc-smart-filter-container .bounce,.ymc-extra-filter .bounce,.ymc-extra-search .bounce,.ymc-extra-sort .bounce{animation:bounce 1s ease}.ymc-smart-filter-container .bounce-in,.ymc-extra-filter .bounce-in,.ymc-extra-search .bounce-in,.ymc-extra-sort .bounce-in{animation:bounce-in 1s ease}.ymc-smart-filter-container .fade-in,.ymc-extra-filter .fade-in,.ymc-extra-search .fade-in,.ymc-extra-sort .fade-in{animation:fade-in .7s linear}.ymc-smart-filter-container .fade-in-down,.ymc-extra-filter .fade-in-down,.ymc-extra-search .fade-in-down,.ymc-extra-sort .fade-in-down{animation:fade-in-down 1s ease}.ymc-smart-filter-container .grow,.ymc-extra-filter .grow,.ymc-extra-search .grow,.ymc-extra-sort .grow{animation:grow 1s ease}.ymc-smart-filter-container .swing,.ymc-extra-filter .swing,.ymc-extra-search .swing,.ymc-extra-sort .swing{transform-origin:top center;animation:swing 1s ease}.ymc-smart-filter-container .shake,.ymc-extra-filter .shake,.ymc-extra-search .shake,.ymc-extra-sort .shake{animation:shake .7s ease}.ymc-smart-filter-container .hithere,.ymc-extra-filter .hithere,.ymc-extra-search .hithere,.ymc-extra-sort .hithere{animation:hithere 1s ease}.ymc-smart-filter-container .zoom-in-out,.ymc-extra-filter .zoom-in-out,.ymc-extra-search .zoom-in-out,.ymc-extra-sort .zoom-in-out{animation:zoom-in-out .7s ease-out}.ymc-smart-filter-container .wobble,.ymc-extra-filter .wobble,.ymc-extra-search .wobble,.ymc-extra-sort .wobble{animation:wobble 1s ease}.ymc-smart-filter-container .filter-layout1 .filter-entry,.ymc-extra-filter .filter-layout1 .filter-entry,.ymc-extra-search .filter-layout1 .filter-entry,.ymc-extra-sort .filter-layout1 .filter-entry{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;list-style:none;margin:0 0 20px 0;padding:0}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item:last-child,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item:last-child,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item:last-child,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item:last-child{margin-right:0}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link{display:inline-flex;align-items:center;padding:10px 15px;font-family:inherit;font-size:16px;text-decoration:none;line-height:normal;color:#fff;background-color:#098ab8;font-weight:inherit;margin:0 10px 10px 0;border-radius:3px;border:none;cursor:pointer;transition:.3s ease}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link i,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link i,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link i,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link i{font-size:15px;margin-right:7px}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link.active,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link.active,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link.active,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link.active{color:#222;font-weight:600}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon{flex-direction:row-reverse}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon i,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon i,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon i,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link.right-icon i{margin-right:0;margin-left:7px}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link:hover,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link:hover,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link:hover,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link:hover{text-decoration:none;opacity:.85}.ymc-smart-filter-container .filter-layout1 .filter-entry>.filter-item>.filter-link.isDisabled,.ymc-extra-filter .filter-layout1 .filter-entry>.filter-item>.filter-link.isDisabled,.ymc-extra-search .filter-layout1 .filter-entry>.filter-item>.filter-link.isDisabled,.ymc-extra-sort .filter-layout1 .filter-entry>.filter-item>.filter-link.isDisabled{cursor:text;opacity:.75}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item,.ymc-extra-search .filter-layout1 .filter-entry .sub_item,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item{position:absolute;left:0;top:100%;width:100%;min-width:200px;max-width:360px;list-style:none;background-color:#222;padding:0;margin:0;z-index:10;display:none}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item_2,.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item_3,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item_2,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item_3,.ymc-extra-search .filter-layout1 .filter-entry .sub_item_2,.ymc-extra-search .filter-layout1 .filter-entry .sub_item_3,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item_2,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item_3{right:-100%;left:unset;top:0}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link{display:inline-flex;align-items:center;justify-content:flex-start;padding:10px 15px;font-family:inherit;font-size:16px;text-decoration:none;color:#fff;line-height:normal;font-weight:inherit;width:100%}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link.active,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link.active,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link.active,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link.active{color:#0fade9;font-weight:600}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link.right-icon,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link.right-icon,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link.right-icon,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link.right-icon{flex-direction:row-reverse;justify-content:flex-end}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link.right-icon i,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link.right-icon i,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link.right-icon i,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link.right-icon i{margin-right:0;margin-left:7px}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link.isDisabled,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link.isDisabled,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link.isDisabled,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link.isDisabled{cursor:text;color:#adadad}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link i,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link i,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link i,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link i{font-size:15px;margin-right:7px}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item .filter-link:hover,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item .filter-link:hover,.ymc-extra-search .filter-layout1 .filter-entry .sub_item .filter-link:hover,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item .filter-link:hover{color:#0fade9}.ymc-smart-filter-container .filter-layout1 .filter-entry .sub_item.edge,.ymc-extra-filter .filter-layout1 .filter-entry .sub_item.edge,.ymc-extra-search .filter-layout1 .filter-entry .sub_item.edge,.ymc-extra-sort .filter-layout1 .filter-entry .sub_item.edge{right:100%}.ymc-smart-filter-container .filter-layout1 .filter-entry .item-has-children,.ymc-extra-filter .filter-layout1 .filter-entry .item-has-children,.ymc-extra-search .filter-layout1 .filter-entry .item-has-children,.ymc-extra-sort .filter-layout1 .filter-entry .item-has-children{position:relative}.ymc-smart-filter-container .filter-layout1 .filter-entry .item-has-children>.filter-link,.ymc-extra-filter .filter-layout1 .filter-entry .item-has-children>.filter-link,.ymc-extra-search .filter-layout1 .filter-entry .item-has-children>.filter-link,.ymc-extra-sort .filter-layout1 .filter-entry .item-has-children>.filter-link{position:relative;padding-right:35px}.ymc-smart-filter-container .filter-layout1 .filter-entry .item-has-children>.filter-link:after,.ymc-extra-filter .filter-layout1 .filter-entry .item-has-children>.filter-link:after,.ymc-extra-search .filter-layout1 .filter-entry .item-has-children>.filter-link:after,.ymc-extra-sort .filter-layout1 .filter-entry .item-has-children>.filter-link:after{content:"";position:absolute;right:15px;top:50%;border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:translateY(-50%) rotate(45deg);transition:transform .3s ease-in-out}.ymc-smart-filter-container .filter-layout1 .filter-entry .item-has-children:hover,.ymc-extra-filter .filter-layout1 .filter-entry .item-has-children:hover,.ymc-extra-search .filter-layout1 .filter-entry .item-has-children:hover,.ymc-extra-sort .filter-layout1 .filter-entry .item-has-children:hover{background-color:#222}.ymc-smart-filter-container .filter-layout1 .filter-entry .item-has-children:hover>.filter-link+.sub_item,.ymc-extra-filter .filter-layout1 .filter-entry .item-has-children:hover>.filter-link+.sub_item,.ymc-extra-search .filter-layout1 .filter-entry .item-has-children:hover>.filter-link+.sub_item,.ymc-extra-sort .filter-layout1 .filter-entry .item-has-children:hover>.filter-link+.sub_item{display:block}.ymc-smart-filter-container .filter-layout1 .filter-entry .item-has-children:hover>.filter-link:after,.ymc-extra-filter .filter-layout1 .filter-entry .item-has-children:hover>.filter-link:after,.ymc-extra-search .filter-layout1 .filter-entry .item-has-children:hover>.filter-link:after,.ymc-extra-sort .filter-layout1 .filter-entry .item-has-children:hover>.filter-link:after{transform:translateY(-50%) rotate(-45deg)}.ymc-smart-filter-container .filter-layout1 .posts-found,.ymc-extra-filter .filter-layout1 .posts-found,.ymc-extra-search .filter-layout1 .posts-found,.ymc-extra-sort .filter-layout1 .posts-found{margin-bottom:20px;font-size:14px}.ymc-smart-filter-container .filter-layout1 .posts-found:empty,.ymc-extra-filter .filter-layout1 .posts-found:empty,.ymc-extra-search .filter-layout1 .posts-found:empty,.ymc-extra-sort .filter-layout1 .posts-found:empty{display:none}.ymc-smart-filter-container .filter-layout2 .filter-entry,.ymc-extra-filter .filter-layout2 .filter-entry,.ymc-extra-search .filter-layout2 .filter-entry,.ymc-extra-sort .filter-layout2 .filter-entry{list-style:none;margin:0 0 20px 0;padding:0}.ymc-smart-filter-container .filter-layout2 .filter-entry .group-filters,.ymc-extra-filter .filter-layout2 .filter-entry .group-filters,.ymc-extra-search .filter-layout2 .filter-entry .group-filters,.ymc-extra-sort .filter-layout2 .filter-entry .group-filters{margin:0}.ymc-smart-filter-container .filter-layout2 .filter-entry .group-filters .name-tax,.ymc-extra-filter .filter-layout2 .filter-entry .group-filters .name-tax,.ymc-extra-search .filter-layout2 .filter-entry .group-filters .name-tax,.ymc-extra-sort .filter-layout2 .filter-entry .group-filters .name-tax{font-size:18px;text-transform:uppercase;font-weight:600;display:inline-block;padding-bottom:3px}.ymc-smart-filter-container .filter-layout2 .filter-entry .group-filters .sub-filters,.ymc-extra-filter .filter-layout2 .filter-entry .group-filters .sub-filters,.ymc-extra-search .filter-layout2 .filter-entry .group-filters .sub-filters,.ymc-extra-sort .filter-layout2 .filter-entry .group-filters .sub-filters{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item:first-child,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item:first-child,.ymc-extra-search .filter-layout2 .filter-entry .filter-item:first-child,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item:first-child{margin-left:0}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item:last-child,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item:last-child,.ymc-extra-search .filter-layout2 .filter-entry .filter-item:last-child,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item:last-child{margin-right:0}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link{display:inline-flex;align-items:center;padding:10px 15px;font-size:16px;text-decoration:none;line-height:normal;color:#fff;background-color:#098ab8;margin:0 5px 5px 0;border-radius:3px;border:none;cursor:pointer;transition:.3s ease}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link:hover,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link:hover,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link:hover,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link:hover{text-decoration:none;opacity:.85}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link.active,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link.active,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link.active,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link.active{color:#222;font-weight:600}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link i,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link i,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link i,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link i{font-size:15px;margin-right:7px}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link.right-icon,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link.right-icon,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link.right-icon,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link.right-icon{flex-direction:row-reverse}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link.right-icon i,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link.right-icon i,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link.right-icon i,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link.right-icon i{margin-right:0;margin-left:7px}.ymc-smart-filter-container .filter-layout2 .filter-entry .filter-item .filter-link.isDisabled,.ymc-extra-filter .filter-layout2 .filter-entry .filter-item .filter-link.isDisabled,.ymc-extra-search .filter-layout2 .filter-entry .filter-item .filter-link.isDisabled,.ymc-extra-sort .filter-layout2 .filter-entry .filter-item .filter-link.isDisabled{cursor:text;opacity:.75}.ymc-smart-filter-container .filter-layout2 .posts-found,.ymc-extra-filter .filter-layout2 .posts-found,.ymc-extra-search .filter-layout2 .posts-found,.ymc-extra-sort .filter-layout2 .posts-found{margin-bottom:20px;font-size:14px}.ymc-smart-filter-container .filter-layout2 .posts-found:empty,.ymc-extra-filter .filter-layout2 .posts-found:empty,.ymc-extra-search .filter-layout2 .posts-found:empty,.ymc-extra-sort .filter-layout2 .posts-found:empty{display:none}.ymc-smart-filter-container .filter-layout3 .filter-entry,.ymc-extra-filter .filter-layout3 .filter-entry,.ymc-extra-search .filter-layout3 .filter-entry,.ymc-extra-sort .filter-layout3 .filter-entry{display:flex;flex-wrap:wrap;align-items:baseline;margin-bottom:20px}.ymc-smart-filter-container .filter-layout3 .posts-found,.ymc-extra-filter .filter-layout3 .posts-found,.ymc-extra-search .filter-layout3 .posts-found,.ymc-extra-sort .filter-layout3 .posts-found{margin-bottom:20px;font-size:14px}.ymc-smart-filter-container .filter-layout3 .posts-found:empty,.ymc-extra-filter .filter-layout3 .posts-found:empty,.ymc-extra-search .filter-layout3 .posts-found:empty,.ymc-extra-sort .filter-layout3 .posts-found:empty{display:none}.ymc-smart-filter-container .filter-layout3 .btn-all,.ymc-extra-filter .filter-layout3 .btn-all,.ymc-extra-search .filter-layout3 .btn-all,.ymc-extra-sort .filter-layout3 .btn-all{display:inline-block;border:1px solid #141518;padding:10px 10px;font-size:16px;margin-right:10px;margin-bottom:10px;text-decoration:none;color:#141518;background:#fff}.ymc-smart-filter-container .filter-layout3 .dropdown-filter,.ymc-extra-filter .filter-layout3 .dropdown-filter,.ymc-extra-search .filter-layout3 .dropdown-filter,.ymc-extra-sort .filter-layout3 .dropdown-filter{font-size:16px;position:relative;margin-right:10px;margin-bottom:10px;max-width:300px;width:100%;display:inline-flex}.ymc-smart-filter-container .filter-layout3 .dropdown-filter:last-child,.ymc-extra-filter .filter-layout3 .dropdown-filter:last-child,.ymc-extra-search .filter-layout3 .dropdown-filter:last-child,.ymc-extra-sort .filter-layout3 .dropdown-filter:last-child{margin-right:0}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active{border:1px solid #141518;padding:10px 20px 10px 10px;width:100%;position:relative;cursor:pointer;text-transform:capitalize;background:#fff}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active .arrow,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active .arrow,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active .arrow,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active .arrow{position:absolute;right:13px;top:50%;z-index:1;width:0;height:0;border:solid #141518;border-width:0 3px 3px 0;padding:3px;transform:translateY(-50%) rotate(45deg);transition:.3s}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active .arrow.open,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active .arrow.open,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active .arrow.open,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active .arrow.open{transform:rotate(227deg)}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive{display:none;max-width:300px;margin-top:15px;padding:30px 20px 15px 20px;background:#141518;color:#faf7ed;position:absolute;left:0;top:40px;width:100%;z-index:2;transition:.3s}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive:before,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive:before,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive:before,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive:before{content:"";position:absolute;width:15px;height:15px;background:#141518;left:10px;top:-14px;clip-path:polygon(50% 50%, 0% 100%, 100% 100%)}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive .btn-close,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive .btn-close,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive .btn-close,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive .btn-close{position:absolute;right:15px;top:15px;font-size:14px;font-style:normal;cursor:pointer}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item{display:flex;align-items:center;padding:8px 0}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item i,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item i,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item i,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item i{font-size:15px;margin-right:7px}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link{color:#fff;position:relative;padding-left:25px;font-family:inherit;font-size:16px;display:inline-block;word-break:break-word;line-height:normal;text-decoration:none}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:17px;height:17px;border:1px solid #fff}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after{content:"";position:absolute;left:5px;top:48%;width:8px;height:5px;border-radius:1px;border-left:2px solid #faf7ed;border-bottom:2px solid #faf7ed;transform:translateY(-50%) rotate(-45deg);opacity:0;transition:.3s}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:hover{text-decoration:none}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.active:after,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.active:after,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.active:after,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.active:after{opacity:1}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.isDisabled,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.isDisabled,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.isDisabled,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link.isDisabled{opacity:.75;cursor:text}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count{position:relative;display:inline-block;min-width:25px;text-align:center;margin-left:5px}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after{position:absolute}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:before{content:"( ";left:0;top:0}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count:after{content:" )";right:0;top:0}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .link-inner,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .link-inner,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .link-inner,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .link-inner{position:relative;display:flex;align-items:center;justify-content:flex-start}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .link-inner,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .link-inner,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .link-inner,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .link-inner{flex-direction:row-reverse;justify-content:flex-end}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .menu-link,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .menu-link,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .menu-link,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item.right-icon .menu-link{margin-right:10px}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item{list-style:none;padding:0;margin:0 0 0 20px;display:none}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link{display:inline-flex;margin-bottom:12px;align-items:center}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link:hover,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link:hover,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link:hover,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link:hover{text-decoration:none}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.active:after,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.active:after,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.active:after,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.active:after{opacity:1}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon{flex-direction:row-reverse}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon i,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon i,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon i,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item .filter-link.right-icon i{margin-left:7px}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .sub_item.isActive,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .sub_item.isActive,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .sub_item.isActive,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .sub_item.isActive{display:block}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item>.sub_item,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item>.sub_item,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item>.sub_item,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item>.sub_item{margin-top:10px}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .isArrow,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .isArrow,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .isArrow,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .isArrow{position:absolute;right:10px;font-size:12px;cursor:pointer;transition:transform .3s ease-in-out}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .isArrow.isOpen,.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .isArrow.isOpen,.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .isArrow.isOpen,.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .isArrow.isOpen{transform:rotate(-180deg)}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .item-has-children,.ymc-extra-filter .filter-layout3 .dropdown-filter .item-has-children,.ymc-extra-search .filter-layout3 .dropdown-filter .item-has-children,.ymc-extra-sort .filter-layout3 .dropdown-filter .item-has-children{position:relative;display:block}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .item-has-children.isActive,.ymc-extra-filter .filter-layout3 .dropdown-filter .item-has-children.isActive,.ymc-extra-search .filter-layout3 .dropdown-filter .item-has-children.isActive,.ymc-extra-sort .filter-layout3 .dropdown-filter .item-has-children.isActive{padding-bottom:0}.ymc-smart-filter-container .filter-layout3 .dropdown-filter .item-has-children .isArrow,.ymc-extra-filter .filter-layout3 .dropdown-filter .item-has-children .isArrow,.ymc-extra-search .filter-layout3 .dropdown-filter .item-has-children .isArrow,.ymc-extra-sort .filter-layout3 .dropdown-filter .item-has-children .isArrow{top:5px}.ymc-smart-filter-container .filter-layout3.hierarchy-filter3 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-filter .filter-layout3.hierarchy-filter3 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-search .filter-layout3.hierarchy-filter3 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-sort .filter-layout3.hierarchy-filter3 .dropdown-filter .menu-passive__item .menu-link .count{display:none}.ymc-smart-filter-container .filter-layout3 .selected-items,.ymc-extra-filter .filter-layout3 .selected-items,.ymc-extra-search .filter-layout3 .selected-items,.ymc-extra-sort .filter-layout3 .selected-items{width:100%}.ymc-smart-filter-container .filter-layout3 .selected-items:empty,.ymc-extra-filter .filter-layout3 .selected-items:empty,.ymc-extra-search .filter-layout3 .selected-items:empty,.ymc-extra-sort .filter-layout3 .selected-items:empty{display:none}.ymc-smart-filter-container .filter-layout3 .selected-items .item,.ymc-extra-filter .filter-layout3 .selected-items .item,.ymc-extra-search .filter-layout3 .selected-items .item,.ymc-extra-sort .filter-layout3 .selected-items .item{padding:7px 30px 7px 15px;margin:0 5px 5px 0;display:inline-block;font-size:12px;background:#000;color:#fff;border-radius:15px;position:relative;line-height:1}.ymc-smart-filter-container .filter-layout3 .selected-items .item small,.ymc-extra-filter .filter-layout3 .selected-items .item small,.ymc-extra-search .filter-layout3 .selected-items .item small,.ymc-extra-sort .filter-layout3 .selected-items .item small{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:11px;height:11px;font-size:11px;display:inline-block;text-align:center;cursor:pointer;line-height:1}.ymc-smart-filter-container .filter-layout4 .filter-entry,.ymc-extra-filter .filter-layout4 .filter-entry,.ymc-extra-search .filter-layout4 .filter-entry,.ymc-extra-sort .filter-layout4 .filter-entry{list-style:none;margin:0 0 20px 0;padding:0}@media screen and (max-width: 1024px){.ymc-smart-filter-container .filter-layout4 .filter-entry,.ymc-extra-filter .filter-layout4 .filter-entry,.ymc-extra-search .filter-layout4 .filter-entry,.ymc-extra-sort .filter-layout4 .filter-entry{margin:0 0 20px 0}}.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters,.ymc-extra-filter .filter-layout4 .filter-entry .group-filters,.ymc-extra-search .filter-layout4 .filter-entry .group-filters,.ymc-extra-sort .filter-layout4 .filter-entry .group-filters{margin:0;background-color:#efefef;padding:5px;margin-bottom:10px}.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .name-tax,.ymc-extra-filter .filter-layout4 .filter-entry .group-filters .name-tax,.ymc-extra-search .filter-layout4 .filter-entry .group-filters .name-tax,.ymc-extra-sort .filter-layout4 .filter-entry .group-filters .name-tax{position:relative;font-size:18px;font-weight:600;padding:10px 0 10px 5px;margin:0;cursor:pointer}.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .name-tax:after,.ymc-extra-filter .filter-layout4 .filter-entry .group-filters .name-tax:after,.ymc-extra-search .filter-layout4 .filter-entry .group-filters .name-tax:after,.ymc-extra-sort .filter-layout4 .filter-entry .group-filters .name-tax:after{content:"";position:absolute;right:13px;top:50%;z-index:1;width:0;height:0;border:solid #141518;border-width:0 3px 3px 0;padding:3px;transform:translateY(-50%) rotate(45deg);transition:.3s}.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .name-tax.open:after,.ymc-extra-filter .filter-layout4 .filter-entry .group-filters .name-tax.open:after,.ymc-extra-search .filter-layout4 .filter-entry .group-filters .name-tax.open:after,.ymc-extra-sort .filter-layout4 .filter-entry .group-filters .name-tax.open:after{transform:rotate(227deg)}.ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .sub-filters,.ymc-extra-filter .filter-layout4 .filter-entry .group-filters .sub-filters,.ymc-extra-search .filter-layout4 .filter-entry .group-filters .sub-filters,.ymc-extra-sort .filter-layout4 .filter-entry .group-filters .sub-filters{display:none;list-style:none;margin:0;padding:0}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item,.ymc-extra-search .filter-layout4 .filter-entry .filter-item,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item{position:relative}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item:first-child,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item:first-child,.ymc-extra-search .filter-layout4 .filter-entry .filter-item:first-child,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item:first-child{margin-left:0}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item:last-child,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item:last-child,.ymc-extra-search .filter-layout4 .filter-entry .filter-item:last-child,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item:last-child{margin-right:0}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link{position:relative;display:block;padding:10px 15px;font-size:16px;text-decoration:none;line-height:normal;color:#fff;background-color:#098ab8;margin:10px 5px;width:100%;border:none;border-radius:3px;text-align:left;transition:.3s ease;cursor:pointer}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link:hover,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link:hover,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link:hover,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link:hover{text-decoration:none;opacity:.85}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link.active,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link.active,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link.active,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link.active{color:#222;font-weight:600}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link i,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link i,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link i,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link i{font-size:15px;margin-right:7px}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link.right-icon,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link.right-icon,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link.right-icon,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link.right-icon{display:flex;flex-direction:row-reverse;justify-content:flex-end}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link.right-icon i,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link.right-icon i,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link.right-icon i,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link.right-icon i{margin-right:0;margin-left:7px}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item .filter-link.isDisabled,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item .filter-link.isDisabled,.ymc-extra-search .filter-layout4 .filter-entry .filter-item .filter-link.isDisabled,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item .filter-link.isDisabled{opacity:.75;cursor:text}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item{list-style:none;padding:0;margin:0 0 0 20px;display:none}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link{display:block;margin-bottom:12px}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link:hover,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link:hover,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link:hover,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link:hover{text-decoration:none}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.active:after,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.active:after,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.active:after,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.active:after{opacity:1}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon i,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon i,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon i,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.right-icon i{margin-left:7px}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.isDisabled,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.isDisabled,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.isDisabled,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item .filter-link.isDisabled{opacity:.75;cursor:text}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item.isActive,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item.isActive,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item.isActive,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .sub_item.isActive{display:block}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow{position:absolute;top:15px;right:15px;font-size:14px;cursor:pointer;transition:transform .3s ease-in-out}.ymc-smart-filter-container .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow.isOpen,.ymc-extra-filter .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow.isOpen,.ymc-extra-search .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow.isOpen,.ymc-extra-sort .filter-layout4 .filter-entry .filter-item.item-has-children .isArrow.isOpen{transform:rotate(-180deg)}.ymc-smart-filter-container .filter-layout5 .filter-entry,.ymc-extra-filter .filter-layout5 .filter-entry,.ymc-extra-search .filter-layout5 .filter-entry,.ymc-extra-sort .filter-layout5 .filter-entry{display:flex;flex-wrap:wrap;align-items:baseline;margin-bottom:20px}.ymc-smart-filter-container .filter-layout5 .posts-found,.ymc-extra-filter .filter-layout5 .posts-found,.ymc-extra-search .filter-layout5 .posts-found,.ymc-extra-sort .filter-layout5 .posts-found{margin-bottom:20px;font-size:14px}.ymc-smart-filter-container .filter-layout5 .posts-found:empty,.ymc-extra-filter .filter-layout5 .posts-found:empty,.ymc-extra-search .filter-layout5 .posts-found:empty,.ymc-extra-sort .filter-layout5 .posts-found:empty{display:none}.ymc-smart-filter-container .filter-layout5 .dropdown-filter,.ymc-extra-filter .filter-layout5 .dropdown-filter,.ymc-extra-search .filter-layout5 .dropdown-filter,.ymc-extra-sort .filter-layout5 .dropdown-filter{font-size:16px;position:relative;margin-right:10px;margin-bottom:10px;max-width:300px;width:100%;display:inline-flex;flex-direction:column}.ymc-smart-filter-container .filter-layout5 .dropdown-filter:last-child,.ymc-extra-filter .filter-layout5 .dropdown-filter:last-child,.ymc-extra-search .filter-layout5 .dropdown-filter:last-child,.ymc-extra-sort .filter-layout5 .dropdown-filter:last-child{margin-right:0}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-active,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-active,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-active,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-active{border:1px solid #141518;padding:10px 20px 10px 10px;width:100%;position:relative;cursor:pointer;text-transform:capitalize;background:#fff}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-active .arrow,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-active .arrow,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-active .arrow,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-active .arrow{position:absolute;right:13px;top:50%;z-index:1;width:0;height:0;border:solid #141518;border-width:0 3px 3px 0;padding:3px;transform:translateY(-50%) rotate(45deg);transition:.3s}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-active .arrow.open,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-active .arrow.open,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-active .arrow.open,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-active .arrow.open{transform:rotate(227deg)}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-active .text-all,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-active .text-all,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-active .text-all,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-active .text-all{font-size:16px;color:#141518;font-weight:600}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive{display:none;max-width:300px;max-height:400px;margin-top:35px;padding:20px 20px 15px 20px;background:#141518;color:#fff;position:absolute;left:0;top:40px;width:100%;z-index:2;transition:.3s}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive:before,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive:before,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive:before,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive:before{content:"";position:absolute;width:15px;height:15px;background:#141518;left:10px;top:-14px;clip-path:polygon(50% 50%, 0% 100%, 100% 100%)}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive .btn-close,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive .btn-close,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive .btn-close,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive .btn-close{position:absolute;right:15px;top:15px;font-size:14px;font-style:normal;cursor:pointer}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__inner-items,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__inner-items,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__inner-items,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__inner-items{margin-top:5px;overflow-y:auto;max-height:250px;scrollbar-color:#fff #141518;scrollbar-width:thin}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar{width:5px;background-color:#141518}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-thumb,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-thumb,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-thumb,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-thumb{border-radius:10px;background:#fff}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-track,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-track,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-track,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__inner-items::-webkit-scrollbar-track{border-radius:5px}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item{display:flex;align-items:center;padding:8px 0}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item.item-all,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item.item-all,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item.item-all,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item.item-all{border-bottom:1px solid #565961}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item i,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item i,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item i,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item i{font-size:15px;margin-right:7px}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link{color:#fff;position:relative;padding-left:25px;font-size:14px;display:inline-block;word-break:break-word;line-height:normal;text-decoration:none}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:before,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:before,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:before,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:17px;height:17px;border:1px solid #fff}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:after{content:"";position:absolute;left:4px;top:48%;width:8px;height:5px;border-radius:1px;border-left:2px solid #faf7ed;border-bottom:2px solid #faf7ed;transform:translateY(-50%) rotate(-45deg);opacity:0;transition:.3s}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link:hover{text-decoration:none}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count{position:relative;display:inline-block;width:25px;text-align:center;margin-left:5px}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:before,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:before{position:absolute;content:"( ";left:0;top:0}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:after,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link .count:after{position:absolute;content:" )";right:0;top:0}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.active:after,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.active:after,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.active:after,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.active:after{opacity:1}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.isDisabled,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.isDisabled,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.isDisabled,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item .menu-link.isDisabled{cursor:text;color:#a8a8a8}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item.right-icon,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item.right-icon,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item.right-icon,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item.right-icon{flex-direction:row-reverse;justify-content:flex-end}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .menu-passive__item.right-icon .menu-link,.ymc-extra-filter .filter-layout5 .dropdown-filter .menu-passive__item.right-icon .menu-link,.ymc-extra-search .filter-layout5 .dropdown-filter .menu-passive__item.right-icon .menu-link,.ymc-extra-sort .filter-layout5 .dropdown-filter .menu-passive__item.right-icon .menu-link{margin-right:10px}.ymc-smart-filter-container .filter-layout5 .dropdown-filter .name-category,.ymc-extra-filter .filter-layout5 .dropdown-filter .name-category,.ymc-extra-search .filter-layout5 .dropdown-filter .name-category,.ymc-extra-sort .filter-layout5 .dropdown-filter .name-category{font-size:16px;margin-bottom:5px;font-weight:600}.ymc-smart-filter-container .filter-layout5 .selected-items,.ymc-extra-filter .filter-layout5 .selected-items,.ymc-extra-search .filter-layout5 .selected-items,.ymc-extra-sort .filter-layout5 .selected-items{width:100%}.ymc-smart-filter-container .filter-layout5 .selected-items:empty,.ymc-extra-filter .filter-layout5 .selected-items:empty,.ymc-extra-search .filter-layout5 .selected-items:empty,.ymc-extra-sort .filter-layout5 .selected-items:empty{display:none}.ymc-smart-filter-container .filter-layout5 .selected-items .item,.ymc-extra-filter .filter-layout5 .selected-items .item,.ymc-extra-search .filter-layout5 .selected-items .item,.ymc-extra-sort .filter-layout5 .selected-items .item{padding:7px 30px 7px 15px;margin:0 5px 5px 0;display:inline-block;font-size:12px;background:#000;color:#fff;border-radius:15px;position:relative;line-height:1}.ymc-smart-filter-container .filter-layout5 .selected-items .item small,.ymc-extra-filter .filter-layout5 .selected-items .item small,.ymc-extra-search .filter-layout5 .selected-items .item small,.ymc-extra-sort .filter-layout5 .selected-items .item small{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:11px;height:11px;font-size:11px;display:inline-block;text-align:center;cursor:pointer;line-height:1}.ymc-smart-filter-container .filter-range .filter-entry .clear-wrapper .clear-button,.ymc-extra-filter .filter-range .filter-entry .clear-wrapper .clear-button,.ymc-extra-search .filter-range .filter-entry .clear-wrapper .clear-button,.ymc-extra-sort .filter-range .filter-entry .clear-wrapper .clear-button{font-family:inherit;color:#0c1021;font-size:16px;line-height:1;padding:10px 25px;border:1px solid #a8a8a8;background-color:#ededed;margin-bottom:20px;border-radius:5px;cursor:pointer;transition:.3s ease}.ymc-smart-filter-container .filter-range .filter-entry .clear-wrapper .clear-button:hover,.ymc-extra-filter .filter-range .filter-entry .clear-wrapper .clear-button:hover,.ymc-extra-search .filter-range .filter-entry .clear-wrapper .clear-button:hover,.ymc-extra-sort .filter-range .filter-entry .clear-wrapper .clear-button:hover{background-color:#fff}.ymc-smart-filter-container .filter-range .filter-entry .posts-found,.ymc-extra-filter .filter-range .filter-entry .posts-found,.ymc-extra-search .filter-range .filter-entry .posts-found,.ymc-extra-sort .filter-range .filter-entry .posts-found{margin-bottom:10px;font-size:16px;font-weight:400}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper,.ymc-extra-filter .filter-range .filter-entry .range-wrapper,.ymc-extra-search .filter-range .filter-entry .range-wrapper,.ymc-extra-sort .filter-range .filter-entry .range-wrapper{position:relative;width:100%;font-family:inherit;background-color:#fff;padding:20px 20px 20px 20px;margin-bottom:20px;-webkit-box-shadow:0 0 10px 0 #ededed;-moz-box-shadow:0 0 10px 0 #ededed;box-shadow:0 0 10px 0 #ededed}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .tax-label,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .tax-label,.ymc-extra-search .filter-range .filter-entry .range-wrapper .tax-label,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .tax-label{font-size:16px;margin-bottom:10px;font-weight:600;line-height:1}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .tag-values,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .tag-values,.ymc-extra-search .filter-range .filter-entry .range-wrapper .tag-values,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .tag-values{font-family:inherit;background-color:#098ab8;width:100%;position:relative;margin:auto;padding:10px 5px;border-radius:5px;text-align:center;font-weight:500;font-size:16px;color:#fff}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .tag-values:before,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .tag-values:before,.ymc-extra-search .filter-range .filter-entry .range-wrapper .tag-values:before,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .tag-values:before{content:"";position:absolute;height:0;width:0;border-top:12px solid #098ab8;border-left:15px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);margin:auto;bottom:-11px;left:0;right:0}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container{position:relative;width:100%;margin-top:35px;margin-bottom:70px}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container .slider-track,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container .slider-track,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container .slider-track,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container .slider-track{width:100%;height:7px;position:absolute;margin:auto;top:0;bottom:0;border-radius:5px;background:linear-gradient(to right, rgb(218, 218, 229) 0%, #098ab8 0%, #098ab8 100%, rgb(218, 218, 229) 100%)}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range],.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range],.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range],.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;position:absolute;margin:auto;top:0;bottom:0;background-color:rgba(0,0,0,0);pointer-events:none}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-runnable-track,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-runnable-track,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-runnable-track,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;height:5px}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-track,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-track,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-track,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-track{-moz-appearance:none;height:5px}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-track,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-track,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-track,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-track{appearance:none;height:5px}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-thumb,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-thumb,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-thumb,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:25px;width:25px;background-color:#ededed;cursor:grabbing;margin-top:-10px;pointer-events:auto;border-radius:50%;border:1px solid #8e8e8e}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-thumb,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-thumb,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-thumb,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-moz-range-thumb{-webkit-appearance:none;height:25px;width:25px;cursor:grabbing;border-radius:50%;background-color:#ededed;pointer-events:auto;border:1px solid #8e8e8e}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-thumb,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-thumb,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-thumb,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]::-ms-thumb{appearance:none;height:25px;width:25px;cursor:grabbing;border-radius:10px;background-color:#ededed;pointer-events:auto;border:1px solid #8e8e8e}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-webkit-slider-thumb,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-webkit-slider-thumb,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-webkit-slider-thumb,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-webkit-slider-thumb{background-color:#098ab8;border:1px solid #098ab8;cursor:grabbing}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-moz-range-thumb,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-moz-range-thumb,.ymc-extra-search .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-moz-range-thumb,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .range-container input[type=range]:active::-moz-range-thumb{background-color:#098ab8;border:1px solid #098ab8;cursor:grabbing}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .apply-button__inner,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .apply-button__inner,.ymc-extra-search .filter-range .filter-entry .range-wrapper .apply-button__inner,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .apply-button__inner{font-family:inherit;font-size:16px;line-height:1;font-weight:400;background-color:#fff;padding:10px 20px;border-radius:5px;color:#098ab8;cursor:pointer;border:1px solid #098ab8;transition:.3s ease}.ymc-smart-filter-container .filter-range .filter-entry .range-wrapper .apply-button__inner:hover,.ymc-extra-filter .filter-range .filter-entry .range-wrapper .apply-button__inner:hover,.ymc-extra-search .filter-range .filter-entry .range-wrapper .apply-button__inner:hover,.ymc-extra-sort .filter-range .filter-entry .range-wrapper .apply-button__inner:hover{color:#222;background-color:rgba(9,137,183,.1)}.ymc-smart-filter-container .filter-date .filter-wrapper,.ymc-extra-filter .filter-date .filter-wrapper,.ymc-extra-search .filter-date .filter-wrapper,.ymc-extra-sort .filter-date .filter-wrapper{display:flex;flex-wrap:wrap;align-items:end;font-size:16px;margin-bottom:20px}@media screen and (max-width: 992px){.ymc-smart-filter-container .filter-date .filter-wrapper,.ymc-extra-filter .filter-date .filter-wrapper,.ymc-extra-search .filter-date .filter-wrapper,.ymc-extra-sort .filter-date .filter-wrapper{flex-direction:column-reverse;align-items:flex-start}}.ymc-smart-filter-container .filter-date .filter-wrapper__item,.ymc-extra-filter .filter-date .filter-wrapper__item,.ymc-extra-search .filter-date .filter-wrapper__item,.ymc-extra-sort .filter-date .filter-wrapper__item{position:relative;flex:0 0 200px;margin-right:10px;z-index:3}.ymc-smart-filter-container .filter-date .filter-wrapper__item:last-of-type,.ymc-extra-filter .filter-date .filter-wrapper__item:last-of-type,.ymc-extra-search .filter-date .filter-wrapper__item:last-of-type,.ymc-extra-sort .filter-date .filter-wrapper__item:last-of-type{margin-right:0;flex:1 0 auto}.ymc-smart-filter-container .filter-date .filter-wrapper__item .date-ranges__label,.ymc-extra-filter .filter-date .filter-wrapper__item .date-ranges__label,.ymc-extra-search .filter-date .filter-wrapper__item .date-ranges__label,.ymc-extra-sort .filter-date .filter-wrapper__item .date-ranges__label{font-weight:600;padding:5px 0}.ymc-smart-filter-container .filter-date .date-ranges__selected,.ymc-extra-filter .filter-date .date-ranges__selected,.ymc-extra-search .filter-date .date-ranges__selected,.ymc-extra-sort .filter-date .date-ranges__selected{position:relative;width:200px;border:1px solid #d3d3d3;background:#fff;cursor:pointer;padding:12px 10px 9px 10px;border-radius:4px;height:40px;line-height:1;z-index:2}.ymc-smart-filter-container .filter-date .date-ranges__selected:after,.ymc-extra-filter .filter-date .date-ranges__selected:after,.ymc-extra-search .filter-date .date-ranges__selected:after,.ymc-extra-sort .filter-date .date-ranges__selected:after{content:"";position:absolute;top:50%;right:10px;display:block;transform:translateY(-50%) rotate(0deg);transform-origin:center;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #000;transition:transform .3s ease-in-out}.ymc-smart-filter-container .filter-date .date-ranges__dropdown,.ymc-extra-filter .filter-date .date-ranges__dropdown,.ymc-extra-search .filter-date .date-ranges__dropdown,.ymc-extra-sort .filter-date .date-ranges__dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:10px;border:1px solid #d3d3d3;border-top:none;z-index:1}@media screen and (max-width: 992px){.ymc-smart-filter-container .filter-date .date-ranges__dropdown,.ymc-extra-filter .filter-date .date-ranges__dropdown,.ymc-extra-search .filter-date .date-ranges__dropdown,.ymc-extra-sort .filter-date .date-ranges__dropdown{top:33%}}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list{margin:0;padding:0;list-style:none}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list .list-item,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list .list-item,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list .list-item,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list .list-item{position:relative;margin-bottom:15px;cursor:pointer;padding-left:20px;font-weight:normal;transition:opacity .3s ease}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list .list-item:before,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list .list-item:before,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list .list-item:before,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list .list-item:before{content:"";position:absolute;display:block;width:10px;height:10px;left:0;top:50%;transform:translateY(-50%);border:1px solid #898989;box-sizing:border-box}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list .list-item:last-of-type,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list .list-item:last-of-type,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list .list-item:last-of-type,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list .list-item:last-of-type{margin-bottom:0}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive{font-weight:600}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive:before,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive:before,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive:before,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list .list-item.isActive:before{background:#000}.ymc-smart-filter-container .filter-date .date-ranges__dropdown .date-ranges__list .list-item:hover,.ymc-extra-filter .filter-date .date-ranges__dropdown .date-ranges__list .list-item:hover,.ymc-extra-search .filter-date .date-ranges__dropdown .date-ranges__list .list-item:hover,.ymc-extra-sort .filter-date .date-ranges__dropdown .date-ranges__list .list-item:hover{opacity:.8}.ymc-smart-filter-container .filter-date .date-ranges.open .date-ranges__selected:after,.ymc-extra-filter .filter-date .date-ranges.open .date-ranges__selected:after,.ymc-extra-search .filter-date .date-ranges.open .date-ranges__selected:after,.ymc-extra-sort .filter-date .date-ranges.open .date-ranges__selected:after{transform:translateY(-50%) rotate(180deg)}.ymc-smart-filter-container .filter-date .date-ranges.open .date-ranges__dropdown,.ymc-extra-filter .filter-date .date-ranges.open .date-ranges__dropdown,.ymc-extra-search .filter-date .date-ranges.open .date-ranges__dropdown,.ymc-extra-sort .filter-date .date-ranges.open .date-ranges__dropdown{display:block}.ymc-smart-filter-container .filter-date .date-ranges-custom,.ymc-extra-filter .filter-date .date-ranges-custom,.ymc-extra-search .filter-date .date-ranges-custom,.ymc-extra-sort .filter-date .date-ranges-custom{display:none}.ymc-smart-filter-container .filter-date .date-ranges-custom .message,.ymc-extra-filter .filter-date .date-ranges-custom .message,.ymc-extra-search .filter-date .date-ranges-custom .message,.ymc-extra-sort .filter-date .date-ranges-custom .message{margin-bottom:3px;font-size:13px;color:#df2424}.ymc-smart-filter-container .filter-date .date-ranges-custom .message:empty,.ymc-extra-filter .filter-date .date-ranges-custom .message:empty,.ymc-extra-search .filter-date .date-ranges-custom .message:empty,.ymc-extra-sort .filter-date .date-ranges-custom .message:empty{display:none}.ymc-smart-filter-container .filter-date .date-ranges-custom__container,.ymc-extra-filter .filter-date .date-ranges-custom__container,.ymc-extra-search .filter-date .date-ranges-custom__container,.ymc-extra-sort .filter-date .date-ranges-custom__container{display:flex;flex-wrap:wrap;align-items:end}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm{width:190px;margin-right:10px}@media screen and (max-width: 992px){.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm{margin-bottom:20px}}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm:last-of-type,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm:last-of-type,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm:last-of-type,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm:last-of-type{margin-right:0}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm .header,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm .header,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm .header,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm .header{width:100%;display:block;padding:5px 0;font-weight:600;line-height:1;margin:0}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm .datepicker,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm .datepicker,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm .datepicker,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm .datepicker{width:100%;border:1px solid #d3d3d3;padding:7px 10px;height:40px;color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l80 0 0 56-80 0 0-56zm0 104l80 0 0 64-80 0 0-64zm128 0l96 0 0 64-96 0 0-64zm144 0l80 0 0 64-80 0 0-64zm80-48l-80 0 0-56 80 0 0 56zm0 160l0 40c0 8.8-7.2 16-16 16l-64 0 0-56 80 0zm-128 0l0 56-96 0 0-56 96 0zm-144 0l0 56-64 0c-8.8 0-16-7.2-16-16l0-40 80 0zM272 248l-96 0 0-56 96 0 0 56z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:95% center;background-size:18px 18px;border-radius:4px;font-size:16px;line-height:1;outline:none}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm .btn-apply,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm .btn-apply,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm .btn-apply,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm .btn-apply{background-color:#0fade9;color:#fff;display:inline-block;width:80px;height:40px;padding:5px 15px;border-radius:4px;font-size:16px;line-height:1;transition:opacity .3s ease;border:none;cursor:pointer;font-weight:normal;margin-right:4px}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm .btn-apply:hover,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm .btn-apply:hover,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm .btn-apply:hover,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm .btn-apply:hover{opacity:.85}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel{background-color:#f0f0f0;border:1px solid #d3d3d3;color:#000;width:92px;display:inline-block;height:40px;padding:5px 15px;border-radius:4px;font-size:16px;line-height:1;transition:opacity .3s ease;cursor:pointer;font-weight:normal}.ymc-smart-filter-container .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel:hover,.ymc-extra-filter .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel:hover,.ymc-extra-search .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel:hover,.ymc-extra-sort .filter-date .date-ranges-custom__container .datepickerForm .btn-cancel:hover{opacity:.85}.ymc-smart-filter-container .alphabetical-layout .filter-entry,.ymc-extra-filter .alphabetical-layout .filter-entry,.ymc-extra-search .alphabetical-layout .filter-entry,.ymc-extra-sort .alphabetical-layout .filter-entry{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0 0 20px;padding:0}.ymc-smart-filter-container .alphabetical-layout .filter-entry .filter-item .filter-link,.ymc-extra-filter .alphabetical-layout .filter-entry .filter-item .filter-link,.ymc-extra-search .alphabetical-layout .filter-entry .filter-item .filter-link,.ymc-extra-sort .alphabetical-layout .filter-entry .filter-item .filter-link{font-size:16px;background-color:#098ab8;color:#fff;display:inline-block;padding:10px 15px;border:1px solid #fff;transition:.3s ease;text-decoration:none;cursor:pointer;line-height:1.3}.ymc-smart-filter-container .alphabetical-layout .filter-entry .filter-item .filter-link:hover,.ymc-extra-filter .alphabetical-layout .filter-entry .filter-item .filter-link:hover,.ymc-extra-search .alphabetical-layout .filter-entry .filter-item .filter-link:hover,.ymc-extra-sort .alphabetical-layout .filter-entry .filter-item .filter-link:hover{text-decoration:none;background-color:#141518}.ymc-smart-filter-container .alphabetical-layout .filter-entry .filter-item .filter-link.active,.ymc-extra-filter .alphabetical-layout .filter-entry .filter-item .filter-link.active,.ymc-extra-search .alphabetical-layout .filter-entry .filter-item .filter-link.active,.ymc-extra-sort .alphabetical-layout .filter-entry .filter-item .filter-link.active{background-color:#141518}.ymc-smart-filter-container .filter-custom-layout .cf-wrp,.ymc-smart-filter-container .filter-custom-extra-layout .cf-wrp,.ymc-extra-filter .filter-custom-layout .cf-wrp,.ymc-extra-filter .filter-custom-extra-layout .cf-wrp,.ymc-extra-search .filter-custom-layout .cf-wrp,.ymc-extra-search .filter-custom-extra-layout .cf-wrp,.ymc-extra-sort .filter-custom-layout .cf-wrp,.ymc-extra-sort .filter-custom-extra-layout .cf-wrp{border:1px solid #ccc;margin-bottom:15px;padding:15px}.ymc-smart-filter-container .filter-custom-layout .head-filter,.ymc-smart-filter-container .filter-custom-extra-layout .head-filter,.ymc-extra-filter .filter-custom-layout .head-filter,.ymc-extra-filter .filter-custom-extra-layout .head-filter,.ymc-extra-search .filter-custom-layout .head-filter,.ymc-extra-search .filter-custom-extra-layout .head-filter,.ymc-extra-sort .filter-custom-layout .head-filter,.ymc-extra-sort .filter-custom-extra-layout .head-filter{font-size:18px;margin-bottom:10px;padding-bottom:5px;font-weight:500}.ymc-smart-filter-container .filter-custom-layout .inform,.ymc-smart-filter-container .filter-custom-extra-layout .inform,.ymc-extra-filter .filter-custom-layout .inform,.ymc-extra-filter .filter-custom-extra-layout .inform,.ymc-extra-search .filter-custom-layout .inform,.ymc-extra-search .filter-custom-extra-layout .inform,.ymc-extra-sort .filter-custom-layout .inform,.ymc-extra-sort .filter-custom-extra-layout .inform{color:#949494;line-height:1.6;font-size:12px}.ymc-smart-filter-container .filter-custom-layout .inform .doc-text,.ymc-smart-filter-container .filter-custom-extra-layout .inform .doc-text,.ymc-extra-filter .filter-custom-layout .inform .doc-text,.ymc-extra-filter .filter-custom-extra-layout .inform .doc-text,.ymc-extra-search .filter-custom-layout .inform .doc-text,.ymc-extra-search .filter-custom-extra-layout .inform .doc-text,.ymc-extra-sort .filter-custom-layout .inform .doc-text,.ymc-extra-sort .filter-custom-extra-layout .inform .doc-text{color:#098ab8;font-weight:500;border:.5px dashed #098ab8;padding:1px 5px;font-size:12px}.ymc-smart-filter-container .filter-custom-layout .inform a,.ymc-smart-filter-container .filter-custom-extra-layout .inform a,.ymc-extra-filter .filter-custom-layout .inform a,.ymc-extra-filter .filter-custom-extra-layout .inform a,.ymc-extra-search .filter-custom-layout .inform a,.ymc-extra-search .filter-custom-extra-layout .inform a,.ymc-extra-sort .filter-custom-layout .inform a,.ymc-extra-sort .filter-custom-extra-layout .inform a{color:#098ab8;text-decoration:underline;display:inline-block;margin-left:5px}.ymc-smart-filter-container .featured-posts-filter-layout4--top_before,.ymc-smart-filter-container .featured-posts-filter-layout4--top_after,.ymc-smart-filter-container .featured-posts-filter-layout4--bottom,.ymc-smart-filter-container .featured-posts-filter-range--top_before,.ymc-smart-filter-container .featured-posts-filter-range--top_after,.ymc-smart-filter-container .featured-posts-filter-range--bottom,.ymc-extra-filter .featured-posts-filter-layout4--top_before,.ymc-extra-filter .featured-posts-filter-layout4--top_after,.ymc-extra-filter .featured-posts-filter-layout4--bottom,.ymc-extra-filter .featured-posts-filter-range--top_before,.ymc-extra-filter .featured-posts-filter-range--top_after,.ymc-extra-filter .featured-posts-filter-range--bottom,.ymc-extra-search .featured-posts-filter-layout4--top_before,.ymc-extra-search .featured-posts-filter-layout4--top_after,.ymc-extra-search .featured-posts-filter-layout4--bottom,.ymc-extra-search .featured-posts-filter-range--top_before,.ymc-extra-search .featured-posts-filter-range--top_after,.ymc-extra-search .featured-posts-filter-range--bottom,.ymc-extra-sort .featured-posts-filter-layout4--top_before,.ymc-extra-sort .featured-posts-filter-layout4--top_after,.ymc-extra-sort .featured-posts-filter-layout4--bottom,.ymc-extra-sort .featured-posts-filter-range--top_before,.ymc-extra-sort .featured-posts-filter-range--top_after,.ymc-extra-sort .featured-posts-filter-range--bottom{grid-column:1/3}.ymc-smart-filter-container .featured-posts-filter-layout4--top_after,.ymc-smart-filter-container .featured-posts-filter-range--top_after,.ymc-extra-filter .featured-posts-filter-layout4--top_after,.ymc-extra-filter .featured-posts-filter-range--top_after,.ymc-extra-search .featured-posts-filter-layout4--top_after,.ymc-extra-search .featured-posts-filter-range--top_after,.ymc-extra-sort .featured-posts-filter-layout4--top_after,.ymc-extra-sort .featured-posts-filter-range--top_after{order:3}.ymc-smart-filter-container .featured-posts__wrapper,.ymc-extra-filter .featured-posts__wrapper,.ymc-extra-search .featured-posts__wrapper,.ymc-extra-sort .featured-posts__wrapper{display:flex;flex-wrap:wrap}.ymc-smart-filter-container .featured-posts__wrapper.location_top_before,.ymc-extra-filter .featured-posts__wrapper.location_top_before,.ymc-extra-search .featured-posts__wrapper.location_top_before,.ymc-extra-sort .featured-posts__wrapper.location_top_before{margin-bottom:40px}.ymc-smart-filter-container .featured-posts__wrapper.location_top_after,.ymc-extra-filter .featured-posts__wrapper.location_top_after,.ymc-extra-search .featured-posts__wrapper.location_top_after,.ymc-extra-sort .featured-posts__wrapper.location_top_after{margin-top:40px;margin-bottom:40px}.ymc-smart-filter-container .featured-posts__wrapper.location_bottom,.ymc-extra-filter .featured-posts__wrapper.location_bottom,.ymc-extra-search .featured-posts__wrapper.location_bottom,.ymc-extra-sort .featured-posts__wrapper.location_bottom{margin-top:40px}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default{display:grid;overflow:hidden;grid-template-columns:40% 1fr;grid-column-gap:20px;width:49%;margin:0 2% 2% 0;position:relative;-moz-box-shadow:0 9px 17px -7px #adadad;box-shadow:0 9px 17px -7px #adadad}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default:nth-child(2n+2),.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default:last-of-type,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default:nth-child(2n+2),.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default:last-of-type,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default:nth-child(2n+2),.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default:last-of-type,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default:nth-child(2n+2),.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default:last-of-type{margin-right:0}@media screen and (max-width: 540px){.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .col-image,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .col-image,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .col-image,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .col-image{min-height:360px}}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .col-content,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .col-content,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .col-content,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .col-content{padding:20px 20px 20px 0;overflow:auto}@media screen and (max-width: 1024px){.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default{width:100%;margin:0 0 5% 0}}@media screen and (max-width: 540px){.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default{grid-template-columns:1fr}}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .media,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .media,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .media,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .media{position:relative;margin:0;height:100%;overflow:hidden}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .media img,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .media img,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .media img,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .media img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:50% 0;top:0;left:0;transition:.3s}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-thumbnail,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-thumbnail,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-thumbnail,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-thumbnail{width:auto;height:150px;object-fit:contain}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-medium,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-medium,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-medium,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-medium{object-fit:contain;width:auto;height:auto}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-large,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-large,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-large,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .media img.size-large{object-fit:contain;height:auto}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .media .media-link,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .media .media-link,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .media .media-link,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .media .media-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .category,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .category,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .category,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .category{margin-bottom:20px}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .category .cat-inner,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .category .cat-inner,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .category .cat-inner,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .category .cat-inner{font-size:12px;line-height:1.3;border:none;display:inline-block;padding:3px 10px;background:#000;margin-right:5px;margin-bottom:5px;color:#fff}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .title,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .title,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .title,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .title{font-size:22px;font-weight:600;margin-bottom:10px;line-height:1.3}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .title a,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .title a,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .title a,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .date,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .date,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .date,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .date{font-size:14px;margin:0 15px 10px 0;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .date i,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .date i,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .date i,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .date i{margin-right:5px}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .author,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .author,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .author,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .author{font-size:14px;margin-bottom:10px;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt{font-size:16px;line-height:1.3;margin-bottom:10px}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt p,.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h1,.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h2,.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h3,.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h4,.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h5,.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h6,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt p,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h1,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h2,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h3,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h4,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h5,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h6,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt p,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h1,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h2,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h3,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h4,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h5,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h6,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt p,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h1,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h2,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h3,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h4,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h5,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .excerpt h6{margin:0}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .read-more,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .read-more,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .read-more,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .read-more{text-align:right}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default .read-more .btn,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default .read-more .btn,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default .read-more .btn,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default .read-more .btn{display:inline-block;text-decoration:none;background:#000;color:#fff;padding:8px 15px;font-size:14px;font-weight:500;letter-spacing:normal;line-height:1.3;border-radius:0;border:none}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default:hover .media img,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default:hover .media img,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default:hover .media img,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default:hover .media img{transform:scale(1.1)}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch{grid-template-columns:1fr}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch .col-content,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch .col-content,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch .col-content,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-default.isStretch .col-content{padding:20px}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom{width:49%;margin:0 2% 2% 0;padding:10px;font-size:14px;line-height:1.3;color:#222;border:1px solid #e0e4e9;background:none;word-break:break-word}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom:nth-child(2n+2),.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom:last-of-type,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom:nth-child(2n+2),.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom:last-of-type,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom:nth-child(2n+2),.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom:last-of-type,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom:nth-child(2n+2),.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom:last-of-type{margin-right:0}@media screen and (max-width: 768px){.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom{width:100%;margin:0 0 5% 0}}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom .head-post,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom .head-post,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom .head-post,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom .head-post{font-size:18px;border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:5px;font-weight:500}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom .inform,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom .inform,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom .inform,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom .inform{color:#949494;line-height:1.6}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom .inform .doc-text,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom .inform .doc-text,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom .inform .doc-text,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom .inform .doc-text{font-size:12px;color:#098ab8;font-weight:500;border:.5px dashed #098ab8;padding:1px 5px;display:block}.ymc-smart-filter-container .featured-posts__wrapper .ymc-featured-post-layout-custom a,.ymc-extra-filter .featured-posts__wrapper .ymc-featured-post-layout-custom a,.ymc-extra-search .featured-posts__wrapper .ymc-featured-post-layout-custom a,.ymc-extra-sort .featured-posts__wrapper .ymc-featured-post-layout-custom a{display:block;font-size:12px;color:#098ab8;text-decoration:underline;margin-top:5px}.ymc-smart-filter-container .container-posts,.ymc-extra-filter .container-posts,.ymc-extra-search .container-posts,.ymc-extra-sort .container-posts{position:relative;min-height:180px;z-index:1}.ymc-smart-filter-container .container-posts .post-layout1,.ymc-extra-filter .container-posts .post-layout1,.ymc-extra-search .container-posts .post-layout1,.ymc-extra-sort .container-posts .post-layout1{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:20px;margin-bottom:40px}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1{position:relative;padding:20px;border:1px solid #e0e4e9}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .media,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .media,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .media{position:relative;margin:0 0 20px 0;overflow:hidden}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .media img,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .media img,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .media img{width:100%;height:250px;object-fit:cover;transition:.3s}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img.size-thumbnail,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .media img.size-thumbnail,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .media img.size-thumbnail,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .media img.size-thumbnail{width:auto;height:150px;object-fit:contain}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img.size-medium,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .media img.size-medium,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .media img.size-medium,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .media img.size-medium{object-fit:contain;width:auto;height:auto}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img.size-large,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .media img.size-large,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .media img.size-large,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .media img.size-large{object-fit:contain;height:auto}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media .media-link,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .media .media-link,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .media .media-link,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .media .media-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .category,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .category,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .category,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .category{margin-bottom:20px}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .category .cat-inner{font-size:12px;line-height:1.3;border:none;display:inline-block;padding:3px 10px;background:#000;margin-right:5px;margin-bottom:5px;color:#fff;text-decoration:none}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .title,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .title,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .title{font-size:22px;font-weight:600;margin-bottom:10px;line-height:1.3}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title a,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .title a,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .title a,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .date,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .date,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .date,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .date{font-size:14px;margin:0 15px 10px 0;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .date i,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .date i,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .date i,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .date i{margin-right:5px}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .author,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .author,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .author,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .author{font-size:14px;margin-bottom:10px;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt{font-size:16px;line-height:1.3;margin-bottom:10px}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt p,.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt h1,.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt h2,.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt h3,.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt h4,.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt h5,.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .excerpt h6,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt p,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt h1,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt h2,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt h3,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt h4,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt h5,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .excerpt h6,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt p,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt h1,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt h2,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt h3,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt h4,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt h5,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .excerpt h6,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt p,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt h1,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt h2,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt h3,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt h4,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt h5,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .excerpt h6{margin:0}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .read-more,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .read-more,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .read-more{text-align:right}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn{display:inline-block;text-decoration:none;background:#000;color:#fff;padding:8px 15px;font-size:14px;font-weight:500;letter-spacing:normal;line-height:1.3;border-radius:0;border:none}.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1:hover .media img,.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1:hover .media img,.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1:hover .media img,.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1:hover .media img{transform:scale(1.1)}.ymc-smart-filter-container .container-posts .post-layout2,.ymc-extra-filter .container-posts .post-layout2,.ymc-extra-search .container-posts .post-layout2,.ymc-extra-sort .container-posts .post-layout2{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:20px;margin-bottom:40px}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2{position:relative;padding:20px 20px 40px 20px;border:1px solid #e0e4e9}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .title,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .title,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .title,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .title{font-size:22px;font-weight:600;margin-bottom:10px;line-height:1.3}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .title a,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .title a,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .title a,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt{font-size:16px;line-height:1.4;margin-bottom:10px}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt p,.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt h1,.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt h2,.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt h3,.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt h4,.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt h5,.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .excerpt h6,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt p,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt h1,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt h2,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt h3,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt h4,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt h5,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .excerpt h6,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt p,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt h1,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt h2,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt h3,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt h4,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt h5,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .excerpt h6,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt p,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt h1,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt h2,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt h3,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt h4,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt h5,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .excerpt h6{margin:0}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .read-more,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .read-more,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .read-more,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .read-more{position:absolute;right:15px;bottom:10px}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn{display:inline-block;color:#000;font-size:14px;font-weight:600;letter-spacing:normal;line-height:1.3;border-radius:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;border:none;transition:.3s}.ymc-smart-filter-container .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn:hover,.ymc-extra-filter .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn:hover,.ymc-extra-search .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn:hover,.ymc-extra-sort .container-posts .post-layout2 .ymc-post-layout2 .read-more .btn:hover{text-decoration:none}.ymc-smart-filter-container .container-posts .post-layout3,.ymc-extra-filter .container-posts .post-layout3,.ymc-extra-search .container-posts .post-layout3,.ymc-extra-sort .container-posts .post-layout3{font-family:inherit}.ymc-smart-filter-container .container-posts .post-layout3 .post-item,.ymc-extra-filter .container-posts .post-layout3 .post-item,.ymc-extra-search .container-posts .post-layout3 .post-item,.ymc-extra-sort .container-posts .post-layout3 .post-item{display:flex;flex-wrap:wrap;margin-bottom:50px;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);position:relative}.ymc-smart-filter-container .container-posts .post-layout3 .ymc-col-1,.ymc-extra-filter .container-posts .post-layout3 .ymc-col-1,.ymc-extra-search .container-posts .post-layout3 .ymc-col-1,.ymc-extra-sort .container-posts .post-layout3 .ymc-col-1{flex:1 0 25%;margin-right:3%}@media screen and (max-width: 1024px){.ymc-smart-filter-container .container-posts .post-layout3 .ymc-col-1,.ymc-extra-filter .container-posts .post-layout3 .ymc-col-1,.ymc-extra-search .container-posts .post-layout3 .ymc-col-1,.ymc-extra-sort .container-posts .post-layout3 .ymc-col-1{flex:1 0 100%;padding:15px}}.ymc-smart-filter-container .container-posts .post-layout3 .ymc-col-2,.ymc-extra-filter .container-posts .post-layout3 .ymc-col-2,.ymc-extra-search .container-posts .post-layout3 .ymc-col-2,.ymc-extra-sort .container-posts .post-layout3 .ymc-col-2{flex:1 0 70%}@media screen and (max-width: 1024px){.ymc-smart-filter-container .container-posts .post-layout3 .ymc-col-2,.ymc-extra-filter .container-posts .post-layout3 .ymc-col-2,.ymc-extra-search .container-posts .post-layout3 .ymc-col-2,.ymc-extra-sort .container-posts .post-layout3 .ymc-col-2{flex:1 0 100%;padding:15px}}.ymc-smart-filter-container .container-posts .post-layout3 .media,.ymc-extra-filter .container-posts .post-layout3 .media,.ymc-extra-search .container-posts .post-layout3 .media,.ymc-extra-sort .container-posts .post-layout3 .media{position:relative;margin:0;padding:0;overflow:hidden}.ymc-smart-filter-container .container-posts .post-layout3 .media img,.ymc-extra-filter .container-posts .post-layout3 .media img,.ymc-extra-search .container-posts .post-layout3 .media img,.ymc-extra-sort .container-posts .post-layout3 .media img{width:100%;height:320px;object-fit:cover;object-position:50% 0;transition:.3s}@media screen and (max-width: 540px){.ymc-smart-filter-container .container-posts .post-layout3 .media img,.ymc-extra-filter .container-posts .post-layout3 .media img,.ymc-extra-search .container-posts .post-layout3 .media img,.ymc-extra-sort .container-posts .post-layout3 .media img{height:360px}}.ymc-smart-filter-container .container-posts .post-layout3 .media img.size-thumbnail,.ymc-extra-filter .container-posts .post-layout3 .media img.size-thumbnail,.ymc-extra-search .container-posts .post-layout3 .media img.size-thumbnail,.ymc-extra-sort .container-posts .post-layout3 .media img.size-thumbnail{width:auto;height:150px;object-fit:contain}.ymc-smart-filter-container .container-posts .post-layout3 .media img.size-medium,.ymc-extra-filter .container-posts .post-layout3 .media img.size-medium,.ymc-extra-search .container-posts .post-layout3 .media img.size-medium,.ymc-extra-sort .container-posts .post-layout3 .media img.size-medium{object-fit:contain;height:auto}.ymc-smart-filter-container .container-posts .post-layout3 .media img.size-large,.ymc-extra-filter .container-posts .post-layout3 .media img.size-large,.ymc-extra-search .container-posts .post-layout3 .media img.size-large,.ymc-extra-sort .container-posts .post-layout3 .media img.size-large{object-fit:contain;height:auto}.ymc-smart-filter-container .container-posts .post-layout3 .media img:hover,.ymc-extra-filter .container-posts .post-layout3 .media img:hover,.ymc-extra-search .container-posts .post-layout3 .media img:hover,.ymc-extra-sort .container-posts .post-layout3 .media img:hover{transform:scale(1.1)}.ymc-smart-filter-container .container-posts .post-layout3 .media .media-link,.ymc-extra-filter .container-posts .post-layout3 .media .media-link,.ymc-extra-search .container-posts .post-layout3 .media .media-link,.ymc-extra-sort .container-posts .post-layout3 .media .media-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.ymc-smart-filter-container .container-posts .post-layout3 .title,.ymc-extra-filter .container-posts .post-layout3 .title,.ymc-extra-search .container-posts .post-layout3 .title,.ymc-extra-sort .container-posts .post-layout3 .title{font-weight:700;font-size:26px;margin-bottom:20px;margin-top:10px;line-height:1.3}.ymc-smart-filter-container .container-posts .post-layout3 .title a,.ymc-extra-filter .container-posts .post-layout3 .title a,.ymc-extra-search .container-posts .post-layout3 .title a,.ymc-extra-sort .container-posts .post-layout3 .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .container-posts .post-layout3 .category,.ymc-extra-filter .container-posts .post-layout3 .category,.ymc-extra-search .container-posts .post-layout3 .category,.ymc-extra-sort .container-posts .post-layout3 .category{display:flex;flex-wrap:wrap}.ymc-smart-filter-container .container-posts .post-layout3 .category .cat-inner,.ymc-extra-filter .container-posts .post-layout3 .category .cat-inner,.ymc-extra-search .container-posts .post-layout3 .category .cat-inner,.ymc-extra-sort .container-posts .post-layout3 .category .cat-inner{padding:5px 10px;color:#fff;background-color:#141518;font-size:12px;margin:0 5px 20px 0;text-decoration:none}.ymc-smart-filter-container .container-posts .post-layout3 .date,.ymc-extra-filter .container-posts .post-layout3 .date,.ymc-extra-search .container-posts .post-layout3 .date,.ymc-extra-sort .container-posts .post-layout3 .date{font-size:14px;margin:0 15px 10px 0;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-layout3 .date i,.ymc-extra-filter .container-posts .post-layout3 .date i,.ymc-extra-search .container-posts .post-layout3 .date i,.ymc-extra-sort .container-posts .post-layout3 .date i{margin-right:5px}.ymc-smart-filter-container .container-posts .post-layout3 .author,.ymc-extra-filter .container-posts .post-layout3 .author,.ymc-extra-search .container-posts .post-layout3 .author,.ymc-extra-sort .container-posts .post-layout3 .author{font-size:14px;margin-bottom:10px;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-layout3 .excerpt,.ymc-extra-filter .container-posts .post-layout3 .excerpt,.ymc-extra-search .container-posts .post-layout3 .excerpt,.ymc-extra-sort .container-posts .post-layout3 .excerpt{font-size:16px;line-height:1.35;font-weight:400;margin-bottom:30px}.ymc-smart-filter-container .container-posts .post-layout3 .excerpt p,.ymc-smart-filter-container .container-posts .post-layout3 .excerpt h1,.ymc-smart-filter-container .container-posts .post-layout3 .excerpt h2,.ymc-smart-filter-container .container-posts .post-layout3 .excerpt h3,.ymc-smart-filter-container .container-posts .post-layout3 .excerpt h4,.ymc-smart-filter-container .container-posts .post-layout3 .excerpt h5,.ymc-smart-filter-container .container-posts .post-layout3 .excerpt h6,.ymc-extra-filter .container-posts .post-layout3 .excerpt p,.ymc-extra-filter .container-posts .post-layout3 .excerpt h1,.ymc-extra-filter .container-posts .post-layout3 .excerpt h2,.ymc-extra-filter .container-posts .post-layout3 .excerpt h3,.ymc-extra-filter .container-posts .post-layout3 .excerpt h4,.ymc-extra-filter .container-posts .post-layout3 .excerpt h5,.ymc-extra-filter .container-posts .post-layout3 .excerpt h6,.ymc-extra-search .container-posts .post-layout3 .excerpt p,.ymc-extra-search .container-posts .post-layout3 .excerpt h1,.ymc-extra-search .container-posts .post-layout3 .excerpt h2,.ymc-extra-search .container-posts .post-layout3 .excerpt h3,.ymc-extra-search .container-posts .post-layout3 .excerpt h4,.ymc-extra-search .container-posts .post-layout3 .excerpt h5,.ymc-extra-search .container-posts .post-layout3 .excerpt h6,.ymc-extra-sort .container-posts .post-layout3 .excerpt p,.ymc-extra-sort .container-posts .post-layout3 .excerpt h1,.ymc-extra-sort .container-posts .post-layout3 .excerpt h2,.ymc-extra-sort .container-posts .post-layout3 .excerpt h3,.ymc-extra-sort .container-posts .post-layout3 .excerpt h4,.ymc-extra-sort .container-posts .post-layout3 .excerpt h5,.ymc-extra-sort .container-posts .post-layout3 .excerpt h6{margin:0}.ymc-smart-filter-container .container-posts .post-layout3 .btn,.ymc-extra-filter .container-posts .post-layout3 .btn,.ymc-extra-search .container-posts .post-layout3 .btn,.ymc-extra-sort .container-posts .post-layout3 .btn{padding:10px 20px;color:#fff;background-color:#141518;font-size:12px;margin:0 5px 20px 0;border-radius:0;display:inline-block;border:1px solid #141518;text-decoration:none;transition:.3s}.ymc-smart-filter-container .container-posts .post-layout3 .btn:hover,.ymc-extra-filter .container-posts .post-layout3 .btn:hover,.ymc-extra-search .container-posts .post-layout3 .btn:hover,.ymc-extra-sort .container-posts .post-layout3 .btn:hover{background-color:#fff;color:#141518;border:1px solid #141518}.ymc-smart-filter-container .container-posts .post-layout3 .isStretch .ymc-col-2,.ymc-extra-filter .container-posts .post-layout3 .isStretch .ymc-col-2,.ymc-extra-search .container-posts .post-layout3 .isStretch .ymc-col-2,.ymc-extra-sort .container-posts .post-layout3 .isStretch .ymc-col-2{padding-left:20px;padding-right:20px}.ymc-smart-filter-container .container-posts .post-vi-timeline,.ymc-extra-filter .container-posts .post-vi-timeline,.ymc-extra-search .container-posts .post-vi-timeline,.ymc-extra-sort .container-posts .post-vi-timeline{position:relative;min-height:350px;overflow:hidden;margin-bottom:40px;margin-top:40px}.ymc-smart-filter-container .container-posts .post-vi-timeline .timeline-track,.ymc-extra-filter .container-posts .post-vi-timeline .timeline-track,.ymc-extra-search .container-posts .post-vi-timeline .timeline-track,.ymc-extra-sort .container-posts .post-vi-timeline .timeline-track{position:absolute;width:7px;height:100%;border:1px solid #098ab8;left:50%;transform:translate(-50%, 0px);border-radius:12px;overflow:hidden;z-index:1;background:#098ab8}.ymc-smart-filter-container .container-posts .post-vi-timeline .timeline-track .thumb,.ymc-extra-filter .container-posts .post-vi-timeline .timeline-track .thumb,.ymc-extra-search .container-posts .post-vi-timeline .timeline-track .thumb,.ymc-extra-sort .container-posts .post-vi-timeline .timeline-track .thumb{position:absolute;width:100%;height:0;left:0;top:0;transition:height .3s ease-in}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item,.ymc-extra-filter .container-posts .post-vi-timeline .post-item,.ymc-extra-search .container-posts .post-vi-timeline .post-item,.ymc-extra-sort .container-posts .post-vi-timeline .post-item{position:relative;min-height:350px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:40px;padding:15px;z-index:3}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item:after,.ymc-extra-filter .container-posts .post-vi-timeline .post-item:after,.ymc-extra-search .container-posts .post-vi-timeline .post-item:after,.ymc-extra-sort .container-posts .post-vi-timeline .post-item:after{content:"";position:absolute;width:30px;height:30px;border-radius:50%;border:5px solid #098ab8;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#fff}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .col,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .col,.ymc-extra-search .container-posts .post-vi-timeline .post-item .col,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .col{flex:1 0 50%;max-width:50%;padding:0}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .col:first-of-type,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .col:first-of-type,.ymc-extra-search .container-posts .post-vi-timeline .post-item .col:first-of-type,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .col:first-of-type{padding-right:7%;text-align:right}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .col:last-of-type,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .col:last-of-type,.ymc-extra-search .container-posts .post-vi-timeline .post-item .col:last-of-type,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .col:last-of-type{padding-left:7%;text-align:left}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .date,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .date,.ymc-extra-search .container-posts .post-vi-timeline .post-item .date,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .date{font-size:36px;font-weight:700}@media screen and (max-width: 1023.97px){.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .date,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .date,.ymc-extra-search .container-posts .post-vi-timeline .post-item .date,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .date{font-size:24px}}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .media,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .media,.ymc-extra-search .container-posts .post-vi-timeline .post-item .media,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .media{position:relative}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .media img,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .media img,.ymc-extra-search .container-posts .post-vi-timeline .post-item .media img,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .media img{width:100%;height:300px;object-fit:cover;object-position:center;margin-bottom:10px}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .media img.size-thumbnail,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .media img.size-thumbnail,.ymc-extra-search .container-posts .post-vi-timeline .post-item .media img.size-thumbnail,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .media img.size-thumbnail{width:auto;height:150px;object-fit:contain}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .media img.size-medium,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .media img.size-medium,.ymc-extra-search .container-posts .post-vi-timeline .post-item .media img.size-medium,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .media img.size-medium{object-fit:contain;width:auto;height:auto}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .media img.size-large,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .media img.size-large,.ymc-extra-search .container-posts .post-vi-timeline .post-item .media img.size-large,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .media img.size-large{object-fit:contain;height:auto}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .media .media-link,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .media .media-link,.ymc-extra-search .container-posts .post-vi-timeline .post-item .media .media-link,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .media .media-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .category,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .category,.ymc-extra-search .container-posts .post-vi-timeline .post-item .category,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .category{display:flex}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .category .cat-inner,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .category .cat-inner,.ymc-extra-search .container-posts .post-vi-timeline .post-item .category .cat-inner,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .category .cat-inner{padding:5px 10px;color:#fff;background-color:#141518;font-size:12px;margin:0 5px 20px 0;text-decoration:none}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .title,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .title,.ymc-extra-search .container-posts .post-vi-timeline .post-item .title,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .title{font-size:26px;font-weight:700;margin-bottom:10px;line-height:1.35}@media screen and (max-width: 1023.97px){.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .title,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .title,.ymc-extra-search .container-posts .post-vi-timeline .post-item .title,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .title{font-size:24px}}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .title a,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .title a,.ymc-extra-search .container-posts .post-vi-timeline .post-item .title a,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .author,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .author,.ymc-extra-search .container-posts .post-vi-timeline .post-item .author,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .author{font-size:14px;margin-bottom:10px;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt{font-size:18px;margin-bottom:20px;font-weight:400;line-height:1.35}@media screen and (max-width: 1023.97px){.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt{font-size:16px}}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt p,.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt h1,.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt h2,.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt h3,.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt h4,.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt h5,.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .excerpt h6,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt p,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt h1,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt h2,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt h3,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt h4,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt h5,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .excerpt h6,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt p,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt h1,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt h2,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt h3,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt h4,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt h5,.ymc-extra-search .container-posts .post-vi-timeline .post-item .excerpt h6,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt p,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt h1,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt h2,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt h3,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt h4,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt h5,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .excerpt h6{margin:0}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .read-more,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .read-more,.ymc-extra-search .container-posts .post-vi-timeline .post-item .read-more,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .read-more{display:inline-block}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .read-more .btn-read-more,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .read-more .btn-read-more,.ymc-extra-search .container-posts .post-vi-timeline .post-item .read-more .btn-read-more,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .read-more .btn-read-more{border:1px solid #098ab8;font-size:18px;font-weight:600;color:#098ab8;padding:10px;text-decoration:none}@media screen and (max-width: 1023.97px){.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item .read-more .btn-read-more,.ymc-extra-filter .container-posts .post-vi-timeline .post-item .read-more .btn-read-more,.ymc-extra-search .container-posts .post-vi-timeline .post-item .read-more .btn-read-more,.ymc-extra-sort .container-posts .post-vi-timeline .post-item .read-more .btn-read-more{font-size:16px}}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item:nth-child(odd),.ymc-extra-filter .container-posts .post-vi-timeline .post-item:nth-child(odd),.ymc-extra-search .container-posts .post-vi-timeline .post-item:nth-child(odd),.ymc-extra-sort .container-posts .post-vi-timeline .post-item:nth-child(odd){flex-direction:row-reverse}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:first-of-type,.ymc-extra-filter .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:first-of-type,.ymc-extra-search .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:first-of-type,.ymc-extra-sort .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:first-of-type{padding-left:7%;padding-right:unset;text-align:left}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:last-of-type,.ymc-extra-filter .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:last-of-type,.ymc-extra-search .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:last-of-type,.ymc-extra-sort .container-posts .post-vi-timeline .post-item:nth-child(odd) .col:last-of-type{padding-right:7%;padding-left:unset;text-align:right}.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item:nth-child(odd) .category,.ymc-extra-filter .container-posts .post-vi-timeline .post-item:nth-child(odd) .category,.ymc-extra-search .container-posts .post-vi-timeline .post-item:nth-child(odd) .category,.ymc-extra-sort .container-posts .post-vi-timeline .post-item:nth-child(odd) .category{justify-content:end}.ymc-smart-filter-container .container-posts .post-masonry,.ymc-extra-filter .container-posts .post-masonry,.ymc-extra-search .container-posts .post-masonry,.ymc-extra-sort .container-posts .post-masonry{font:inherit;margin-bottom:40px}.ymc-smart-filter-container .container-posts .post-masonry .post-item,.ymc-extra-filter .container-posts .post-masonry .post-item,.ymc-extra-search .container-posts .post-masonry .post-item,.ymc-extra-sort .container-posts .post-masonry .post-item{position:relative;padding:15px;border:1px solid #e0e4e9}@media screen and (min-width: 1399.98px){.ymc-smart-filter-container .container-posts .post-masonry .post-item,.ymc-extra-filter .container-posts .post-masonry .post-item,.ymc-extra-search .container-posts .post-masonry .post-item,.ymc-extra-sort .container-posts .post-masonry .post-item{width:18.5%}}@media screen and (max-width: 1399px){.ymc-smart-filter-container .container-posts .post-masonry .post-item,.ymc-extra-filter .container-posts .post-masonry .post-item,.ymc-extra-search .container-posts .post-masonry .post-item,.ymc-extra-sort .container-posts .post-masonry .post-item{width:23.5%}}@media screen and (max-width: 1023.97px){.ymc-smart-filter-container .container-posts .post-masonry .post-item,.ymc-extra-filter .container-posts .post-masonry .post-item,.ymc-extra-search .container-posts .post-masonry .post-item,.ymc-extra-sort .container-posts .post-masonry .post-item{width:28.5%}}@media screen and (max-width: 767.97px){.ymc-smart-filter-container .container-posts .post-masonry .post-item,.ymc-extra-filter .container-posts .post-masonry .post-item,.ymc-extra-search .container-posts .post-masonry .post-item,.ymc-extra-sort .container-posts .post-masonry .post-item{width:45%}}@media screen and (max-width: 539.97px){.ymc-smart-filter-container .container-posts .post-masonry .post-item,.ymc-extra-filter .container-posts .post-masonry .post-item,.ymc-extra-search .container-posts .post-masonry .post-item,.ymc-extra-sort .container-posts .post-masonry .post-item{width:100%}}.ymc-smart-filter-container .container-posts .post-masonry .post-item .media,.ymc-extra-filter .container-posts .post-masonry .post-item .media,.ymc-extra-search .container-posts .post-masonry .post-item .media,.ymc-extra-sort .container-posts .post-masonry .post-item .media{position:relative;margin:0 0 20px 0;overflow:hidden}.ymc-smart-filter-container .container-posts .post-masonry .post-item .media img,.ymc-extra-filter .container-posts .post-masonry .post-item .media img,.ymc-extra-search .container-posts .post-masonry .post-item .media img,.ymc-extra-sort .container-posts .post-masonry .post-item .media img{width:100%;height:220px;object-fit:cover;object-position:50% 0;transition:.3s}.ymc-smart-filter-container .container-posts .post-masonry .post-item .media img.size-thumbnail,.ymc-extra-filter .container-posts .post-masonry .post-item .media img.size-thumbnail,.ymc-extra-search .container-posts .post-masonry .post-item .media img.size-thumbnail,.ymc-extra-sort .container-posts .post-masonry .post-item .media img.size-thumbnail{width:auto;height:150px;object-fit:contain}.ymc-smart-filter-container .container-posts .post-masonry .post-item .media img.size-medium,.ymc-extra-filter .container-posts .post-masonry .post-item .media img.size-medium,.ymc-extra-search .container-posts .post-masonry .post-item .media img.size-medium,.ymc-extra-sort .container-posts .post-masonry .post-item .media img.size-medium{object-fit:contain;height:auto}.ymc-smart-filter-container .container-posts .post-masonry .post-item .media img.size-large,.ymc-extra-filter .container-posts .post-masonry .post-item .media img.size-large,.ymc-extra-search .container-posts .post-masonry .post-item .media img.size-large,.ymc-extra-sort .container-posts .post-masonry .post-item .media img.size-large{object-fit:contain;height:auto}.ymc-smart-filter-container .container-posts .post-masonry .post-item .media .media-link,.ymc-extra-filter .container-posts .post-masonry .post-item .media .media-link,.ymc-extra-search .container-posts .post-masonry .post-item .media .media-link,.ymc-extra-sort .container-posts .post-masonry .post-item .media .media-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.ymc-smart-filter-container .container-posts .post-masonry .post-item .category,.ymc-extra-filter .container-posts .post-masonry .post-item .category,.ymc-extra-search .container-posts .post-masonry .post-item .category,.ymc-extra-sort .container-posts .post-masonry .post-item .category{margin-bottom:20px}.ymc-smart-filter-container .container-posts .post-masonry .post-item .category .cat-inner,.ymc-extra-filter .container-posts .post-masonry .post-item .category .cat-inner,.ymc-extra-search .container-posts .post-masonry .post-item .category .cat-inner,.ymc-extra-sort .container-posts .post-masonry .post-item .category .cat-inner{font-size:12px;line-height:1.3;border:none;display:inline-block;padding:3px 10px;background:#000;margin-right:5px;margin-bottom:5px;color:#fff;text-decoration:none}.ymc-smart-filter-container .container-posts .post-masonry .post-item .title,.ymc-extra-filter .container-posts .post-masonry .post-item .title,.ymc-extra-search .container-posts .post-masonry .post-item .title,.ymc-extra-sort .container-posts .post-masonry .post-item .title{font-size:22px;font-weight:600;margin-bottom:10px;line-height:1.3}.ymc-smart-filter-container .container-posts .post-masonry .post-item .title a,.ymc-extra-filter .container-posts .post-masonry .post-item .title a,.ymc-extra-search .container-posts .post-masonry .post-item .title a,.ymc-extra-sort .container-posts .post-masonry .post-item .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .container-posts .post-masonry .post-item .date,.ymc-extra-filter .container-posts .post-masonry .post-item .date,.ymc-extra-search .container-posts .post-masonry .post-item .date,.ymc-extra-sort .container-posts .post-masonry .post-item .date{font-size:14px;margin:0 15px 10px 0;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-masonry .post-item .date i,.ymc-extra-filter .container-posts .post-masonry .post-item .date i,.ymc-extra-search .container-posts .post-masonry .post-item .date i,.ymc-extra-sort .container-posts .post-masonry .post-item .date i{margin-right:5px}.ymc-smart-filter-container .container-posts .post-masonry .post-item .author,.ymc-extra-filter .container-posts .post-masonry .post-item .author,.ymc-extra-search .container-posts .post-masonry .post-item .author,.ymc-extra-sort .container-posts .post-masonry .post-item .author{font-size:14px;margin-bottom:10px;border-bottom:1px solid #fff;padding-bottom:5px;display:inline-block}.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt{font-size:16px;line-height:1.3;margin-bottom:10px}.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt p,.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt h1,.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt h2,.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt h3,.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt h4,.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt h5,.ymc-smart-filter-container .container-posts .post-masonry .post-item .excerpt h6,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt p,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt h1,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt h2,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt h3,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt h4,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt h5,.ymc-extra-filter .container-posts .post-masonry .post-item .excerpt h6,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt p,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt h1,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt h2,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt h3,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt h4,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt h5,.ymc-extra-search .container-posts .post-masonry .post-item .excerpt h6,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt p,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt h1,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt h2,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt h3,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt h4,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt h5,.ymc-extra-sort .container-posts .post-masonry .post-item .excerpt h6{margin:0}.ymc-smart-filter-container .container-posts .post-masonry .post-item .read-more,.ymc-extra-filter .container-posts .post-masonry .post-item .read-more,.ymc-extra-search .container-posts .post-masonry .post-item .read-more,.ymc-extra-sort .container-posts .post-masonry .post-item .read-more{text-align:right}.ymc-smart-filter-container .container-posts .post-masonry .post-item .read-more .btn,.ymc-extra-filter .container-posts .post-masonry .post-item .read-more .btn,.ymc-extra-search .container-posts .post-masonry .post-item .read-more .btn,.ymc-extra-sort .container-posts .post-masonry .post-item .read-more .btn{display:inline-block;color:#000;font-size:14px;font-weight:600;letter-spacing:normal;line-height:1.3;border-radius:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;border:none;transition:.3s}.ymc-smart-filter-container .container-posts .post-masonry .post-item .read-more .btn:hover,.ymc-extra-filter .container-posts .post-masonry .post-item .read-more .btn:hover,.ymc-extra-search .container-posts .post-masonry .post-item .read-more .btn:hover,.ymc-extra-sort .container-posts .post-masonry .post-item .read-more .btn:hover{text-decoration:none}.ymc-smart-filter-container .container-posts .post-masonry .post-item:hover .media img,.ymc-extra-filter .container-posts .post-masonry .post-item:hover .media img,.ymc-extra-search .container-posts .post-masonry .post-item:hover .media img,.ymc-extra-sort .container-posts .post-masonry .post-item:hover .media img{transform:scale(1.2);transition:.3s}.ymc-smart-filter-container .container-posts .post-custom-masonry,.ymc-extra-filter .container-posts .post-custom-masonry,.ymc-extra-search .container-posts .post-custom-masonry,.ymc-extra-sort .container-posts .post-custom-masonry{font:inherit;margin-bottom:40px}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item,.ymc-extra-filter .container-posts .post-custom-masonry .post-item,.ymc-extra-search .container-posts .post-custom-masonry .post-item,.ymc-extra-sort .container-posts .post-custom-masonry .post-item{position:relative;padding:15px;font-size:14px;line-height:1.3;color:#222;border:1px solid #e0e4e9;background:none;word-break:break-word}@media screen and (min-width: 1399.98px){.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item,.ymc-extra-filter .container-posts .post-custom-masonry .post-item,.ymc-extra-search .container-posts .post-custom-masonry .post-item,.ymc-extra-sort .container-posts .post-custom-masonry .post-item{width:18.5%}}@media screen and (max-width: 1399px){.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item,.ymc-extra-filter .container-posts .post-custom-masonry .post-item,.ymc-extra-search .container-posts .post-custom-masonry .post-item,.ymc-extra-sort .container-posts .post-custom-masonry .post-item{width:23.5%}}@media screen and (max-width: 1023.97px){.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item,.ymc-extra-filter .container-posts .post-custom-masonry .post-item,.ymc-extra-search .container-posts .post-custom-masonry .post-item,.ymc-extra-sort .container-posts .post-custom-masonry .post-item{width:28.5%}}@media screen and (max-width: 767.97px){.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item,.ymc-extra-filter .container-posts .post-custom-masonry .post-item,.ymc-extra-search .container-posts .post-custom-masonry .post-item,.ymc-extra-sort .container-posts .post-custom-masonry .post-item{width:45%}}@media screen and (max-width: 539.97px){.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item,.ymc-extra-filter .container-posts .post-custom-masonry .post-item,.ymc-extra-search .container-posts .post-custom-masonry .post-item,.ymc-extra-sort .container-posts .post-custom-masonry .post-item{width:100%}}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item .head-post,.ymc-extra-filter .container-posts .post-custom-masonry .post-item .head-post,.ymc-extra-search .container-posts .post-custom-masonry .post-item .head-post,.ymc-extra-sort .container-posts .post-custom-masonry .post-item .head-post{font-size:18px;border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:5px;font-weight:500}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item .inform,.ymc-extra-filter .container-posts .post-custom-masonry .post-item .inform,.ymc-extra-search .container-posts .post-custom-masonry .post-item .inform,.ymc-extra-sort .container-posts .post-custom-masonry .post-item .inform{color:#949494;line-height:1.6}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item .inform .doc-text,.ymc-extra-filter .container-posts .post-custom-masonry .post-item .inform .doc-text,.ymc-extra-search .container-posts .post-custom-masonry .post-item .inform .doc-text,.ymc-extra-sort .container-posts .post-custom-masonry .post-item .inform .doc-text{font-size:12px;color:#098ab8;font-weight:500;border:.5px dashed #098ab8;padding:1px 5px;display:block}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item a,.ymc-extra-filter .container-posts .post-custom-masonry .post-item a,.ymc-extra-search .container-posts .post-custom-masonry .post-item a,.ymc-extra-sort .container-posts .post-custom-masonry .post-item a{display:block;font-size:12px;color:#098ab8;text-decoration:underline;margin-top:5px}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item:nth-child(even),.ymc-extra-filter .container-posts .post-custom-masonry .post-item:nth-child(even),.ymc-extra-search .container-posts .post-custom-masonry .post-item:nth-child(even),.ymc-extra-sort .container-posts .post-custom-masonry .post-item:nth-child(even){min-height:280px}.ymc-smart-filter-container .container-posts .post-custom-masonry .post-item:nth-child(even) .head-post,.ymc-extra-filter .container-posts .post-custom-masonry .post-item:nth-child(even) .head-post,.ymc-extra-search .container-posts .post-custom-masonry .post-item:nth-child(even) .head-post,.ymc-extra-sort .container-posts .post-custom-masonry .post-item:nth-child(even) .head-post{padding-top:20px}.ymc-smart-filter-container .container-posts .post-custom-layout,.ymc-extra-filter .container-posts .post-custom-layout,.ymc-extra-search .container-posts .post-custom-layout,.ymc-extra-sort .container-posts .post-custom-layout{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:20px;margin-bottom:40px}.ymc-smart-filter-container .container-posts .post-custom-layout .post-item,.ymc-extra-filter .container-posts .post-custom-layout .post-item,.ymc-extra-search .container-posts .post-custom-layout .post-item,.ymc-extra-sort .container-posts .post-custom-layout .post-item{padding:20px 10px;font-size:14px;line-height:1.3;color:#222;border:1px solid #e0e4e9;background:none;word-break:break-word}.ymc-smart-filter-container .container-posts .post-custom-layout .post-item .head-post,.ymc-extra-filter .container-posts .post-custom-layout .post-item .head-post,.ymc-extra-search .container-posts .post-custom-layout .post-item .head-post,.ymc-extra-sort .container-posts .post-custom-layout .post-item .head-post{font-size:18px;border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:5px;font-weight:500}.ymc-smart-filter-container .container-posts .post-custom-layout .post-item .inform,.ymc-extra-filter .container-posts .post-custom-layout .post-item .inform,.ymc-extra-search .container-posts .post-custom-layout .post-item .inform,.ymc-extra-sort .container-posts .post-custom-layout .post-item .inform{color:#949494;line-height:1.6}.ymc-smart-filter-container .container-posts .post-custom-layout .post-item .inform .doc-text,.ymc-extra-filter .container-posts .post-custom-layout .post-item .inform .doc-text,.ymc-extra-search .container-posts .post-custom-layout .post-item .inform .doc-text,.ymc-extra-sort .container-posts .post-custom-layout .post-item .inform .doc-text{font-size:12px;color:#098ab8;font-weight:500;border:.5px dashed #098ab8;padding:1px 5px;display:block}.ymc-smart-filter-container .container-posts .post-custom-layout .post-item a,.ymc-extra-filter .container-posts .post-custom-layout .post-item a,.ymc-extra-search .container-posts .post-custom-layout .post-item a,.ymc-extra-sort .container-posts .post-custom-layout .post-item a{display:block;font-size:12px;color:#098ab8;text-decoration:underline;margin-top:5px}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-wrapper,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-wrapper,.ymc-extra-search .container-posts .post-carousel-layout .swiper-wrapper,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-wrapper{margin-bottom:40px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout{font-family:inherit}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout.spaceBetweenSlide,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout.spaceBetweenSlide,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout.spaceBetweenSlide,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout.spaceBetweenSlide{margin-left:70px;margin-right:70px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .row,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .row,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .row,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .row{display:flex;flex-wrap:wrap;background-color:#fff}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col{margin-right:4%}@media screen and (max-width: 992px){.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col{margin-right:0}}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col.col-image,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col.col-image,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col.col-image,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col.col-image{flex:1 0 58%}@media screen and (max-width: 992px){.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col.col-image,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col.col-image,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col.col-image,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col.col-image{flex:1 1 108%}}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col.col-text,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col.col-text,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col.col-text,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col.col-text{flex:1 0 38%}@media screen and (max-width: 992px){.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col.col-text,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col.col-text,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col.col-text,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col.col-text{flex:1 1 108%}}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .col:last-of-type,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .col:last-of-type,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .col:last-of-type,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .col:last-of-type{margin-right:0}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .image,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .image,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .image,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .image{position:relative;padding-bottom:60%}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .image img,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .image img,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .image img,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .image img{width:100%;height:100%;object-fit:cover;object-position:top center;position:absolute;left:0;top:0}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .image img.size-thumbnail,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .image img.size-thumbnail,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .image img.size-thumbnail,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .image img.size-thumbnail{width:auto;height:150px;object-fit:contain}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .image img.size-medium,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .image img.size-medium,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .image img.size-medium,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .image img.size-medium{width:auto;height:auto;object-fit:contain}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .image img.size-large,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .image img.size-large,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .image img.size-large,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .image img.size-large{object-fit:contain}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .image .media-link,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .image .media-link,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .image .media-link,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .image .media-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .title,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .title,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .title,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .title{font-size:28px;font-family:inherit;font-weight:600;line-height:1.3;text-transform:uppercase;margin:15px 0 15px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .title a,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .title a,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .title a,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .title a{text-decoration:none;color:#000}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .category,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .category,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .category,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .category{display:flex;flex-wrap:wrap;margin:0 0 15px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .category__item,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .category__item,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .category__item,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .category__item{font-size:14px;padding:5px 10px;border:1px solid #b9b9b9;margin:0 5px 5px 0;border-radius:4px;line-height:1;color:#000;text-decoration:none}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .date_author,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .date_author,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .date_author,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .date_author{display:flex;margin:0 0 15px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .date_author__item,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .date_author__item,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .date_author__item,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .date_author__item{margin-right:15px;font-size:14px;line-height:1}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .date_author__item i,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .date_author__item i,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .date_author__item i,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .date_author__item i{margin-right:3px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt{font-size:16px;line-height:1.3;margin:0 0 25px}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt p,.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt h1,.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt h2,.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt h3,.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt h4,.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt h5,.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .excerpt h6,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt p,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt h1,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt h2,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt h3,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt h4,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt h5,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .excerpt h6,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt p,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt h1,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt h2,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt h3,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt h4,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt h5,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .excerpt h6,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt p,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt h1,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt h2,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt h3,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt h4,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt h5,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .excerpt h6{margin:0}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link{display:inline-block;font-size:18px;text-decoration:underline;text-decoration-color:#141518;text-underline-offset:3px;text-decoration-thickness:1px;color:#000;line-height:1;transition:.3s}.ymc-smart-filter-container .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link:hover,.ymc-extra-filter .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link:hover,.ymc-extra-search .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link:hover,.ymc-extra-sort .container-posts .post-carousel-layout .post-carousel-layout .btn-read__link:hover{text-decoration:none;opacity:.75}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-button-prev,.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-button-next,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-button-prev,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-button-next,.ymc-extra-search .container-posts .post-carousel-layout .swiper-button-prev,.ymc-extra-search .container-posts .post-carousel-layout .swiper-button-next,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-button-prev,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-button-next{transform:translateY(-50%)}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-button-prev:after,.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-button-next:after,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-button-prev:after,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-button-next:after,.ymc-extra-search .container-posts .post-carousel-layout .swiper-button-prev:after,.ymc-extra-search .container-posts .post-carousel-layout .swiper-button-next:after,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-button-prev:after,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-button-next:after{color:#000;font-size:50px;font-weight:400}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-pagination,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-pagination,.ymc-extra-search .container-posts .post-carousel-layout .swiper-pagination,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-pagination{bottom:0}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-pagination .swiper-pagination-bullet,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-pagination .swiper-pagination-bullet,.ymc-extra-search .container-posts .post-carousel-layout .swiper-pagination .swiper-pagination-bullet,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;line-height:20px;font-size:14px;background-color:#000}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-pagination-fraction,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-pagination-fraction,.ymc-extra-search .container-posts .post-carousel-layout .swiper-pagination-fraction,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-pagination-fraction{font-size:16px}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,.ymc-extra-search .container-posts .post-carousel-layout .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#098ab8}.ymc-smart-filter-container .container-posts .post-carousel-layout .swiper-scrollbar,.ymc-extra-filter .container-posts .post-carousel-layout .swiper-scrollbar,.ymc-extra-search .container-posts .post-carousel-layout .swiper-scrollbar,.ymc-extra-sort .container-posts .post-carousel-layout .swiper-scrollbar{bottom:35px;height:7px}@media(min-width: 320px){.ymc-smart-filter-container .container-posts .ymc-xs-col-4,.ymc-extra-filter .container-posts .ymc-xs-col-4,.ymc-extra-search .container-posts .ymc-xs-col-4,.ymc-extra-sort .container-posts .ymc-xs-col-4{grid-template-columns:23.875% 23.875% 23.875% 23.875%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xs-col-3,.ymc-extra-filter .container-posts .ymc-xs-col-3,.ymc-extra-search .container-posts .ymc-xs-col-3,.ymc-extra-sort .container-posts .ymc-xs-col-3{grid-template-columns:32.333% 32.333% 32.333%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xs-col-2,.ymc-extra-filter .container-posts .ymc-xs-col-2,.ymc-extra-search .container-posts .ymc-xs-col-2,.ymc-extra-sort .container-posts .ymc-xs-col-2{grid-template-columns:49.25% 49.25%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xs-col-1,.ymc-extra-filter .container-posts .ymc-xs-col-1,.ymc-extra-search .container-posts .ymc-xs-col-1,.ymc-extra-sort .container-posts .ymc-xs-col-1{grid-template-columns:100%;row-gap:5vw;column-gap:0}}@media(min-width: 575.98px){.ymc-smart-filter-container .container-posts .ymc-sm-col-4,.ymc-extra-filter .container-posts .ymc-sm-col-4,.ymc-extra-search .container-posts .ymc-sm-col-4,.ymc-extra-sort .container-posts .ymc-sm-col-4{grid-template-columns:23.875% 23.875% 23.875% 23.875%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-sm-col-3,.ymc-extra-filter .container-posts .ymc-sm-col-3,.ymc-extra-search .container-posts .ymc-sm-col-3,.ymc-extra-sort .container-posts .ymc-sm-col-3{grid-template-columns:32.333% 32.333% 32.333%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-sm-col-2,.ymc-extra-filter .container-posts .ymc-sm-col-2,.ymc-extra-search .container-posts .ymc-sm-col-2,.ymc-extra-sort .container-posts .ymc-sm-col-2{grid-template-columns:49.25% 49.25%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-sm-col-1,.ymc-extra-filter .container-posts .ymc-sm-col-1,.ymc-extra-search .container-posts .ymc-sm-col-1,.ymc-extra-sort .container-posts .ymc-sm-col-1{grid-template-columns:100%;row-gap:1vw;column-gap:0}}@media(min-width: 767.98px){.ymc-smart-filter-container .container-posts .ymc-md-col-6,.ymc-extra-filter .container-posts .ymc-md-col-6,.ymc-extra-search .container-posts .ymc-md-col-6,.ymc-extra-sort .container-posts .ymc-md-col-6{grid-template-columns:15.417% 15.417% 15.417% 15.417% 15.417% 15.417%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-md-col-5,.ymc-extra-filter .container-posts .ymc-md-col-5,.ymc-extra-search .container-posts .ymc-md-col-5,.ymc-extra-sort .container-posts .ymc-md-col-5{grid-template-columns:18.8% 18.8% 18.8% 18.8% 18.8%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-md-col-4,.ymc-extra-filter .container-posts .ymc-md-col-4,.ymc-extra-search .container-posts .ymc-md-col-4,.ymc-extra-sort .container-posts .ymc-md-col-4{grid-template-columns:23.875% 23.875% 23.875% 23.875%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-md-col-3,.ymc-extra-filter .container-posts .ymc-md-col-3,.ymc-extra-search .container-posts .ymc-md-col-3,.ymc-extra-sort .container-posts .ymc-md-col-3{grid-template-columns:32.333% 32.333% 32.333%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-md-col-2,.ymc-extra-filter .container-posts .ymc-md-col-2,.ymc-extra-search .container-posts .ymc-md-col-2,.ymc-extra-sort .container-posts .ymc-md-col-2{grid-template-columns:49.25% 49.25%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-md-col-1,.ymc-extra-filter .container-posts .ymc-md-col-1,.ymc-extra-search .container-posts .ymc-md-col-1,.ymc-extra-sort .container-posts .ymc-md-col-1{grid-template-columns:100%;row-gap:1vw;column-gap:0}}@media(min-width: 991.98px){.ymc-smart-filter-container .container-posts .ymc-lg-col-12,.ymc-extra-filter .container-posts .ymc-lg-col-12,.ymc-extra-search .container-posts .ymc-lg-col-12,.ymc-extra-sort .container-posts .ymc-lg-col-12{grid-template-columns:6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-11,.ymc-extra-filter .container-posts .ymc-lg-col-11,.ymc-extra-search .container-posts .ymc-lg-col-11,.ymc-extra-sort .container-posts .ymc-lg-col-11{grid-template-columns:7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-10,.ymc-extra-filter .container-posts .ymc-lg-col-10,.ymc-extra-search .container-posts .ymc-lg-col-10,.ymc-extra-sort .container-posts .ymc-lg-col-10{grid-template-columns:8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-9,.ymc-extra-filter .container-posts .ymc-lg-col-9,.ymc-extra-search .container-posts .ymc-lg-col-9,.ymc-extra-sort .container-posts .ymc-lg-col-9{grid-template-columns:9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-8,.ymc-extra-filter .container-posts .ymc-lg-col-8,.ymc-extra-search .container-posts .ymc-lg-col-8,.ymc-extra-sort .container-posts .ymc-lg-col-8{grid-template-columns:11.187% 11.187% 11.187% 11.187% 11.187% 11.187% 11.187% 11.187%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-7,.ymc-extra-filter .container-posts .ymc-lg-col-7,.ymc-extra-search .container-posts .ymc-lg-col-7,.ymc-extra-sort .container-posts .ymc-lg-col-7{grid-template-columns:13% 13% 13% 13% 13% 13% 13%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-6,.ymc-extra-filter .container-posts .ymc-lg-col-6,.ymc-extra-search .container-posts .ymc-lg-col-6,.ymc-extra-sort .container-posts .ymc-lg-col-6{grid-template-columns:15.417% 15.417% 15.417% 15.417% 15.417% 15.417%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-5,.ymc-extra-filter .container-posts .ymc-lg-col-5,.ymc-extra-search .container-posts .ymc-lg-col-5,.ymc-extra-sort .container-posts .ymc-lg-col-5{grid-template-columns:18.8% 18.8% 18.8% 18.8% 18.8%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-4,.ymc-extra-filter .container-posts .ymc-lg-col-4,.ymc-extra-search .container-posts .ymc-lg-col-4,.ymc-extra-sort .container-posts .ymc-lg-col-4{grid-template-columns:23.875% 23.875% 23.875% 23.875%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-3,.ymc-extra-filter .container-posts .ymc-lg-col-3,.ymc-extra-search .container-posts .ymc-lg-col-3,.ymc-extra-sort .container-posts .ymc-lg-col-3{grid-template-columns:32.333% 32.333% 32.333%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-2,.ymc-extra-filter .container-posts .ymc-lg-col-2,.ymc-extra-search .container-posts .ymc-lg-col-2,.ymc-extra-sort .container-posts .ymc-lg-col-2{grid-template-columns:49.25% 49.25%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-lg-col-1,.ymc-extra-filter .container-posts .ymc-lg-col-1,.ymc-extra-search .container-posts .ymc-lg-col-1,.ymc-extra-sort .container-posts .ymc-lg-col-1{grid-template-columns:100%;row-gap:1vw;column-gap:0}}@media(min-width: 1199.98px){.ymc-smart-filter-container .container-posts .ymc-xl-col-12,.ymc-extra-filter .container-posts .ymc-xl-col-12,.ymc-extra-search .container-posts .ymc-xl-col-12,.ymc-extra-sort .container-posts .ymc-xl-col-12{grid-template-columns:6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-11,.ymc-extra-filter .container-posts .ymc-xl-col-11,.ymc-extra-search .container-posts .ymc-xl-col-11,.ymc-extra-sort .container-posts .ymc-xl-col-11{grid-template-columns:7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-10,.ymc-extra-filter .container-posts .ymc-xl-col-10,.ymc-extra-search .container-posts .ymc-xl-col-10,.ymc-extra-sort .container-posts .ymc-xl-col-10{grid-template-columns:8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-9,.ymc-extra-filter .container-posts .ymc-xl-col-9,.ymc-extra-search .container-posts .ymc-xl-col-9,.ymc-extra-sort .container-posts .ymc-xl-col-9{grid-template-columns:9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-8,.ymc-extra-filter .container-posts .ymc-xl-col-8,.ymc-extra-search .container-posts .ymc-xl-col-8,.ymc-extra-sort .container-posts .ymc-xl-col-8{grid-template-columns:11.187% 11.187% 11.187% 11.187% 11.187% 11.187% 11.187% 11.187%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-7,.ymc-extra-filter .container-posts .ymc-xl-col-7,.ymc-extra-search .container-posts .ymc-xl-col-7,.ymc-extra-sort .container-posts .ymc-xl-col-7{grid-template-columns:13% 13% 13% 13% 13% 13% 13%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-6,.ymc-extra-filter .container-posts .ymc-xl-col-6,.ymc-extra-search .container-posts .ymc-xl-col-6,.ymc-extra-sort .container-posts .ymc-xl-col-6{grid-template-columns:15.417% 15.417% 15.417% 15.417% 15.417% 15.417%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-5,.ymc-extra-filter .container-posts .ymc-xl-col-5,.ymc-extra-search .container-posts .ymc-xl-col-5,.ymc-extra-sort .container-posts .ymc-xl-col-5{grid-template-columns:18.8% 18.8% 18.8% 18.8% 18.8%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-4,.ymc-extra-filter .container-posts .ymc-xl-col-4,.ymc-extra-search .container-posts .ymc-xl-col-4,.ymc-extra-sort .container-posts .ymc-xl-col-4{grid-template-columns:23.875% 23.875% 23.875% 23.875%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-3,.ymc-extra-filter .container-posts .ymc-xl-col-3,.ymc-extra-search .container-posts .ymc-xl-col-3,.ymc-extra-sort .container-posts .ymc-xl-col-3{grid-template-columns:32.333% 32.333% 32.333%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-2,.ymc-extra-filter .container-posts .ymc-xl-col-2,.ymc-extra-search .container-posts .ymc-xl-col-2,.ymc-extra-sort .container-posts .ymc-xl-col-2{grid-template-columns:49.25% 49.25%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xl-col-1,.ymc-extra-filter .container-posts .ymc-xl-col-1,.ymc-extra-search .container-posts .ymc-xl-col-1,.ymc-extra-sort .container-posts .ymc-xl-col-1{grid-template-columns:100%;row-gap:1vw;column-gap:0}}@media(min-width: 1399.98px){.ymc-smart-filter-container .container-posts .ymc-xxl-col-12,.ymc-extra-filter .container-posts .ymc-xxl-col-12,.ymc-extra-search .container-posts .ymc-xxl-col-12,.ymc-extra-sort .container-posts .ymc-xxl-col-12{grid-template-columns:6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958% 6.958%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-11,.ymc-extra-filter .container-posts .ymc-xxl-col-11,.ymc-extra-search .container-posts .ymc-xxl-col-11,.ymc-extra-sort .container-posts .ymc-xxl-col-11{grid-template-columns:7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727% 7.727%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-10,.ymc-extra-filter .container-posts .ymc-xxl-col-10,.ymc-extra-search .container-posts .ymc-xxl-col-10,.ymc-extra-sort .container-posts .ymc-xxl-col-10{grid-template-columns:8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65% 8.65%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-9,.ymc-extra-filter .container-posts .ymc-xxl-col-9,.ymc-extra-search .container-posts .ymc-xxl-col-9,.ymc-extra-sort .container-posts .ymc-xxl-col-9{grid-template-columns:9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777% 9.777%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-8,.ymc-extra-filter .container-posts .ymc-xxl-col-8,.ymc-extra-search .container-posts .ymc-xxl-col-8,.ymc-extra-sort .container-posts .ymc-xxl-col-8{grid-template-columns:11.187% 11.187% 11.187% 11.187% 11.187% 11.187% 11.187% 11.187%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-7,.ymc-extra-filter .container-posts .ymc-xxl-col-7,.ymc-extra-search .container-posts .ymc-xxl-col-7,.ymc-extra-sort .container-posts .ymc-xxl-col-7{grid-template-columns:13% 13% 13% 13% 13% 13% 13%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-6,.ymc-extra-filter .container-posts .ymc-xxl-col-6,.ymc-extra-search .container-posts .ymc-xxl-col-6,.ymc-extra-sort .container-posts .ymc-xxl-col-6{grid-template-columns:15.417% 15.417% 15.417% 15.417% 15.417% 15.417%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-5,.ymc-extra-filter .container-posts .ymc-xxl-col-5,.ymc-extra-search .container-posts .ymc-xxl-col-5,.ymc-extra-sort .container-posts .ymc-xxl-col-5{grid-template-columns:18.8% 18.8% 18.8% 18.8% 18.8%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-4,.ymc-extra-filter .container-posts .ymc-xxl-col-4,.ymc-extra-search .container-posts .ymc-xxl-col-4,.ymc-extra-sort .container-posts .ymc-xxl-col-4{grid-template-columns:23.875% 23.875% 23.875% 23.875%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-3,.ymc-extra-filter .container-posts .ymc-xxl-col-3,.ymc-extra-search .container-posts .ymc-xxl-col-3,.ymc-extra-sort .container-posts .ymc-xxl-col-3{grid-template-columns:32.333% 32.333% 32.333%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-2,.ymc-extra-filter .container-posts .ymc-xxl-col-2,.ymc-extra-search .container-posts .ymc-xxl-col-2,.ymc-extra-sort .container-posts .ymc-xxl-col-2{grid-template-columns:49.25% 49.25%;row-gap:1vw;column-gap:1.5%}.ymc-smart-filter-container .container-posts .ymc-xxl-col-1,.ymc-extra-filter .container-posts .ymc-xxl-col-1,.ymc-extra-search .container-posts .ymc-xxl-col-1,.ymc-extra-sort .container-posts .ymc-xxl-col-1{grid-template-columns:100%;row-gap:1vw;column-gap:0}}.ymc-smart-filter-container .ymc-pagination,.ymc-extra-filter .ymc-pagination,.ymc-extra-search .ymc-pagination,.ymc-extra-sort .ymc-pagination{list-style:none;margin:0;padding:0;min-height:0}.ymc-smart-filter-container .pagination-numeric,.ymc-extra-filter .pagination-numeric,.ymc-extra-search .pagination-numeric,.ymc-extra-sort .pagination-numeric{display:flex;justify-content:center;align-items:center}.ymc-smart-filter-container .pagination-numeric li,.ymc-extra-filter .pagination-numeric li,.ymc-extra-search .pagination-numeric li,.ymc-extra-sort .pagination-numeric li{margin-right:15px}.ymc-smart-filter-container .pagination-numeric li:last-child,.ymc-extra-filter .pagination-numeric li:last-child,.ymc-extra-search .pagination-numeric li:last-child,.ymc-extra-sort .pagination-numeric li:last-child{margin-right:0}.ymc-smart-filter-container .pagination-numeric li:before,.ymc-smart-filter-container .pagination-numeric li:after,.ymc-extra-filter .pagination-numeric li:before,.ymc-extra-filter .pagination-numeric li:after,.ymc-extra-search .pagination-numeric li:before,.ymc-extra-search .pagination-numeric li:after,.ymc-extra-sort .pagination-numeric li:before,.ymc-extra-sort .pagination-numeric li:after{content:none}.ymc-smart-filter-container .pagination-numeric li a,.ymc-extra-filter .pagination-numeric li a,.ymc-extra-search .pagination-numeric li a,.ymc-extra-sort .pagination-numeric li a{display:inline-block;padding:10px 10px;text-decoration:none;text-align:center;border-radius:0;min-width:30px;font-size:14px;line-height:1;color:#000}.ymc-smart-filter-container .pagination-numeric li a:hover,.ymc-extra-filter .pagination-numeric li a:hover,.ymc-extra-search .pagination-numeric li a:hover,.ymc-extra-sort .pagination-numeric li a:hover{text-decoration:none}.ymc-smart-filter-container .pagination-numeric li .current,.ymc-extra-filter .pagination-numeric li .current,.ymc-extra-search .pagination-numeric li .current,.ymc-extra-sort .pagination-numeric li .current{color:#098ab8;font-weight:700;font-size:16px;width:30px;height:15px;padding:0;display:inline-block;line-height:1;background:none;text-align:center}.ymc-smart-filter-container .pagination-load-more,.ymc-extra-filter .pagination-load-more,.ymc-extra-search .pagination-load-more,.ymc-extra-sort .pagination-load-more{text-align:center}.ymc-smart-filter-container .pagination-load-more .btn-load,.ymc-extra-filter .pagination-load-more .btn-load,.ymc-extra-search .pagination-load-more .btn-load,.ymc-extra-sort .pagination-load-more .btn-load{padding:5px 10px;text-decoration:none;transition:.3s;background-color:#098ab8;color:#fff;border:1px solid #098ab8;font-size:14px}.ymc-smart-filter-container .search-layout .search-form .form-inner,.ymc-extra-filter .search-layout .search-form .form-inner,.ymc-extra-search .search-layout .search-form .form-inner,.ymc-extra-sort .search-layout .search-form .form-inner{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;width:100%}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input,.ymc-extra-filter .search-layout .search-form .form-inner .component-input,.ymc-extra-search .search-layout .search-form .form-inner .component-input,.ymc-extra-sort .search-layout .search-form .form-inner .component-input{width:100%;position:relative}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results{display:none;position:absolute;top:40px;left:0;width:100%;border:1px solid #d0d0d0;border-top:none;min-height:50px;padding:15px;z-index:9;background:#fff;margin:0;list-style:none;max-height:250px;overflow:auto;font-size:14px;scrollbar-color:rgba(255,255,255,0);scrollbar-width:thin}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results li,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results li,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results li,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results li{margin-bottom:5px;padding:10px 20px 10px 40px;background-size:20px;background-repeat:no-repeat;background-position:8px center;background-image:url("data:image/svg+xml,%3Csvg fill='%23000000' height='100px' width='100px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 488.4 488.4' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0,203.25c0,112.1,91.2,203.2,203.2,203.2c51.6,0,98.8-19.4,134.7-51.2l129.5,129.5c2.4,2.4,5.5,3.6,8.7,3.6 s6.3-1.2,8.7-3.6c4.8-4.8,4.8-12.5,0-17.3l-129.6-129.5c31.8-35.9,51.2-83,51.2-134.7c0-112.1-91.2-203.2-203.2-203.2 S0,91.15,0,203.25z M381.9,203.25c0,98.5-80.2,178.7-178.7,178.7s-178.7-80.2-178.7-178.7s80.2-178.7,178.7-178.7 S381.9,104.65,381.9,203.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results li.selected,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results li.selected,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results li.selected,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results li.selected{background-color:rgba(179,173,214,.204)}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results li a,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results li a,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results li a,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results li a{display:block;text-decoration:none;font-size:14px;line-height:1.3;color:#969696}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results li a b,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results li a b,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results li a b,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results li a b{color:#000}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar{width:5px}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-thumb,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-thumb,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-thumb,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-thumb{border-radius:10px;background:#000}.ymc-smart-filter-container .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-track,.ymc-extra-filter .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-track,.ymc-extra-search .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-track,.ymc-extra-sort .search-layout .search-form .form-inner .component-input .results::-webkit-scrollbar-track{border-radius:5px}.ymc-smart-filter-container .search-layout .search-form__input,.ymc-extra-filter .search-layout .search-form__input,.ymc-extra-search .search-layout .search-form__input,.ymc-extra-sort .search-layout .search-form__input{font-family:"Poppins";width:100%;height:40px;padding:0 20px;border:1px solid #c6c6c6;border-radius:0;color:#000;font-size:16px;box-sizing:border-box}.ymc-smart-filter-container .search-layout .search-form__submit,.ymc-extra-filter .search-layout .search-form__submit,.ymc-extra-search .search-layout .search-form__submit,.ymc-extra-sort .search-layout .search-form__submit{font-family:"Poppins";border:1px solid #098ab8;border-radius:0;background:#098ab8;color:#fff;line-height:1.25;border-left:none;height:40px;padding:0 15px;font-size:16px;font-weight:500;cursor:pointer}.ymc-smart-filter-container .search-layout .search-form .clear,.ymc-extra-filter .search-layout .search-form .clear,.ymc-extra-search .search-layout .search-form .clear,.ymc-extra-sort .search-layout .search-form .clear{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;display:none}.ymc-smart-filter-container .search-layout .search-form .clear i,.ymc-extra-filter .search-layout .search-form .clear i,.ymc-extra-search .search-layout .search-form .clear i,.ymc-extra-sort .search-layout .search-form .clear i{color:#098ab8;font-size:14px}.ymc-smart-filter-container .sort-container,.ymc-extra-filter .sort-container,.ymc-extra-search .sort-container,.ymc-extra-sort .sort-container{display:flex;justify-content:left;align-items:center;padding:10px 0}.ymc-smart-filter-container .sort-container .dropdown-filter,.ymc-extra-filter .sort-container .dropdown-filter,.ymc-extra-search .sort-container .dropdown-filter,.ymc-extra-sort .sort-container .dropdown-filter{font-size:16px;position:relative;margin-right:10px;margin-bottom:10px;max-width:300px;width:100%;display:inline-flex}.ymc-smart-filter-container .sort-container .dropdown-filter:last-child,.ymc-extra-filter .sort-container .dropdown-filter:last-child,.ymc-extra-search .sort-container .dropdown-filter:last-child,.ymc-extra-sort .sort-container .dropdown-filter:last-child{margin-right:0}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active,.ymc-extra-filter .sort-container .dropdown-filter .menu-active,.ymc-extra-search .sort-container .dropdown-filter .menu-active,.ymc-extra-sort .sort-container .dropdown-filter .menu-active{border:1px solid #141518;padding:10px 20px 10px 10px;width:100%;position:relative;cursor:pointer;text-transform:capitalize;background:#fff}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active .arrow-orderby,.ymc-extra-filter .sort-container .dropdown-filter .menu-active .arrow-orderby,.ymc-extra-search .sort-container .dropdown-filter .menu-active .arrow-orderby,.ymc-extra-sort .sort-container .dropdown-filter .menu-active .arrow-orderby{position:relative;font-weight:normal}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active .arrow-orderby:after,.ymc-extra-filter .sort-container .dropdown-filter .menu-active .arrow-orderby:after,.ymc-extra-search .sort-container .dropdown-filter .menu-active .arrow-orderby:after,.ymc-extra-sort .sort-container .dropdown-filter .menu-active .arrow-orderby:after{content:"";position:absolute;right:-15px;top:-2px}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active .arrow-orderby.desc:after,.ymc-extra-filter .sort-container .dropdown-filter .menu-active .arrow-orderby.desc:after,.ymc-extra-search .sort-container .dropdown-filter .menu-active .arrow-orderby.desc:after,.ymc-extra-sort .sort-container .dropdown-filter .menu-active .arrow-orderby.desc:after{content:"↓"}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active .arrow-orderby.asc:after,.ymc-extra-filter .sort-container .dropdown-filter .menu-active .arrow-orderby.asc:after,.ymc-extra-search .sort-container .dropdown-filter .menu-active .arrow-orderby.asc:after,.ymc-extra-sort .sort-container .dropdown-filter .menu-active .arrow-orderby.asc:after{content:"↑"}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active .arrow,.ymc-extra-filter .sort-container .dropdown-filter .menu-active .arrow,.ymc-extra-search .sort-container .dropdown-filter .menu-active .arrow,.ymc-extra-sort .sort-container .dropdown-filter .menu-active .arrow{position:absolute;right:13px;top:50%;z-index:1;width:0;height:0;border:solid #141518;border-width:0 3px 3px 0;padding:3px;transform:translateY(-50%) rotate(45deg);transition:.3s}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-active .arrow.open,.ymc-extra-filter .sort-container .dropdown-filter .menu-active .arrow.open,.ymc-extra-search .sort-container .dropdown-filter .menu-active .arrow.open,.ymc-extra-sort .sort-container .dropdown-filter .menu-active .arrow.open{transform:rotate(227deg)}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive,.ymc-extra-search .sort-container .dropdown-filter .menu-passive,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive{display:none;max-width:300px;margin-top:15px;padding:30px 20px 15px 20px;background:#474747;color:#faf7ed;position:absolute;left:0;top:40px;width:100%;z-index:2;transition:.3s}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive:before,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive:before,.ymc-extra-search .sort-container .dropdown-filter .menu-passive:before,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive:before{content:"";position:absolute;width:15px;height:15px;background:#474747;left:10px;top:-14px;clip-path:polygon(50% 50%, 0% 100%, 100% 100%)}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive .btn-close,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive .btn-close,.ymc-extra-search .sort-container .dropdown-filter .menu-passive .btn-close,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive .btn-close{position:absolute;right:15px;top:15px;font-size:14px;font-style:normal;cursor:pointer}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive__item,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive__item,.ymc-extra-search .sort-container .dropdown-filter .menu-passive__item,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive__item{padding:8px 0}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-search .sort-container .dropdown-filter .menu-passive__item .menu-link,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive__item .menu-link{color:#fff;position:relative;font-size:14px;display:inline-block;word-break:break-word;line-height:1.35;text-decoration:none}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-search .sort-container .dropdown-filter .menu-passive__item .menu-link:hover,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive__item .menu-link:hover{text-decoration:none}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-search .sort-container .dropdown-filter .menu-passive__item .menu-link:after,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive__item .menu-link:after{content:"";position:absolute;right:-15px;top:0}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive__item .menu-link.desc:after,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive__item .menu-link.desc:after,.ymc-extra-search .sort-container .dropdown-filter .menu-passive__item .menu-link.desc:after,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive__item .menu-link.desc:after{content:"↓"}.ymc-smart-filter-container .sort-container .dropdown-filter .menu-passive__item .menu-link.asc:after,.ymc-extra-filter .sort-container .dropdown-filter .menu-passive__item .menu-link.asc:after,.ymc-extra-search .sort-container .dropdown-filter .menu-passive__item .menu-link.asc:after,.ymc-extra-sort .sort-container .dropdown-filter .menu-passive__item .menu-link.asc:after{content:"↑"}.ymc-smart-filter-container .ymc-popup-overlay,.ymc-extra-filter .ymc-popup-overlay,.ymc-extra-search .ymc-popup-overlay,.ymc-extra-sort .ymc-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(20,21,24,.6);z-index:9999999;padding:0;margin:0;display:none;max-height:none;max-width:none;min-height:0;min-width:0;clear:none;float:none;opacity:0;letter-spacing:normal;line-height:normal;visibility:visible;text-align:left;text-decoration:none;text-indent:0;text-transform:none;white-space:normal;transition:.15s ease-in-out}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp{position:fixed;width:50%;height:550px;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#fff;padding:50px 20px 20px 20px;transition:.3s ease-in-out}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp hr,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp hr,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp hr,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp hr{width:100%;margin:5px 0 20px;border:1px solid #ededed}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .btn-close,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .btn-close,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .btn-close,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .btn-close{position:absolute;top:20px;right:20px;cursor:pointer}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .btn-close i,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .btn-close i,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .btn-close i,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .btn-close i{font-size:24px}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-entry,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-entry,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-entry,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-entry{overflow:hidden;overflow-y:auto;max-height:90%;height:100%}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar{width:5px}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-thumb,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-thumb,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-thumb,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-thumb{border-radius:10px;background:#000}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-track,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-track,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-track,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-entry::-webkit-scrollbar-track{border-radius:5px}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-content img,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-content img,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-content img,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-content img{height:300px;object-fit:contain;margin-bottom:20px}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-content .title,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-content .title,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-content .title,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-content .title{font-size:24px;margin-bottom:20px}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp .popup-content .content,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp .popup-content .content,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp .popup-content .content,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp .popup-content .content{font-size:16px;line-height:1.35;padding-right:10px}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.popup-left:not(.slide),.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.popup-left:not(.slide),.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.popup-left:not(.slide),.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.popup-left:not(.slide){left:0;transform:translate(0%, -50%)}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.popup-right:not(.slide),.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.popup-right:not(.slide),.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.popup-right:not(.slide),.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.popup-right:not(.slide){left:100%;transform:translate(-100%, -50%)}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide{left:0;transform:translate(0%, -50%)}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.popup-left.slide{left:0;animation:popup-left-slide .5s ease-out}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.popup-right.slide,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.popup-right.slide,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.popup-right.slide,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.popup-right.slide{left:100%;transform:translate(-100%, -50%);animation:popup-right-slide .5s ease-out}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.normal,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.normal,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.normal,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.normal{transform:translate(-50%, -50%)}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.zoom-in,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.zoom-in,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.zoom-in,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.zoom-in{animation:popup-zoom-in .5s ease-out}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.rotate,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.rotate,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.rotate,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.rotate{animation:popup-rotate .5s ease-out}.ymc-smart-filter-container .ymc-popup-overlay .ymc-popup-wrp.fade-in,.ymc-extra-filter .ymc-popup-overlay .ymc-popup-wrp.fade-in,.ymc-extra-search .ymc-popup-overlay .ymc-popup-wrp.fade-in,.ymc-extra-sort .ymc-popup-overlay .ymc-popup-wrp.fade-in{animation:popup-fade-in .5s linear}@keyframes popup-zoom-in{0%{transform:translate(-50%, -50%) scale(0.3, 0.3);opacity:.5}100%{transform:translate(-50%, -50%) scale(1, 1);opacity:1}}@keyframes popup-rotate{0%{transform:translate(-50%, -50%) scale(0.3, 0.3) rotate(0deg);opacity:.5}100%{transform:translate(-50%, -50%) scale(1, 1) rotate(360deg);opacity:1}}@keyframes popup-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes popup-left-slide{0%{transform:translate(-100%, -50%)}100%{transform:translate(0%, -50%)}}@keyframes popup-right-slide{0%{transform:translate(100%, -50%)}100%{transform:translate(-100%, -50%)}}#wpadminbar #wp-admin-bar-ymc-filter-grids>.ab-item .counter{display:none;vertical-align:middle;box-sizing:border-box;margin:-2px 0 0 2px;padding:0 5px;min-width:18px;height:18px;border-radius:9px;background-color:#f0f0f1;color:#000;font-size:11px;line-height:1.6;text-align:center}#wpadminbar #wp-admin-bar-ymc-filter-grids>.ab-item:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M15.42,7.221c0-0.951-0.771-1.721-1.721-1.721H6.729c-0.951,0-1.721,0.771-1.721,1.721v6.103 c0,0.951,0.771,1.721,1.721,1.721h6.971c0.951,0,1.721-0.771,1.721-1.721V7.221z' fill='%23208ab0'/%3E%3Cpath d='M27.742,7.221c0-0.951-0.77-1.721-1.721-1.721h-6.971c-0.951,0-1.721,0.771-1.721,1.721v6.103 c0,0.951,0.77,1.721,1.721,1.721h6.971c0.951,0,1.721-0.771,1.721-1.721V7.221z' fill='%23208ab0'/%3E%3Cpath d='M15.42,18.676c0-0.951-0.771-1.721-1.721-1.721H6.729c-0.951,0-1.721,0.77-1.721,1.721v6.104 c0,0.95,0.771,1.721,1.721,1.721h6.971c0.951,0,1.721-0.771,1.721-1.721V18.676z' fill='%23208ab0'/%3E%3Cpath d='M27.742,18.676c0-0.951-0.77-1.721-1.721-1.721h-6.971c-0.951,0-1.721,0.77-1.721,1.721v6.104 c0,0.95,0.77,1.721,1.721,1.721h6.971c0.951,0,1.721-0.771,1.721-1.721V18.676z' fill='%23208ab0'/%3E%3C/g%3E%3C/svg%3E") !important;background-size:contain;background-position:center;background-repeat:no-repeat;top:50%;transform:translateY(-50%);width:20px;height:20px;filter:brightness(0) saturate(100%) invert(67%) sepia(7%) saturate(234%) hue-rotate(165deg) brightness(94%) contrast(94%)}.ymc__debugger{position:fixed;top:0;left:0;background:#0c5460;color:#fff;z-index:999999;max-width:350px;width:100%;height:100%;font-size:14px}.ymc__debugger.minified{height:max-content}.ymc__debugger .control-button{text-align:right;margin-right:20px;margin-top:15px;padding-bottom:15px;border-bottom:2px solid #000}.ymc__debugger .control-button i{cursor:pointer}.ymc__debugger .debug-entry{width:100%;overflow:auto;height:94%;padding-left:15px;padding-right:15px;box-sizing:border-box}.ymc__debugger .debug-entry.hideContent{display:none}@font-face{font-family:dashicons;src:url(//www.guatduwidu.es/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.guatduwidu.es/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.guatduwidu.es/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){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{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.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,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}
.eael-w-10{width:10%}.eael-w-20{width:20%}.eael-w-25{width:25%}.eael-w-30{width:30%}.eael-w-33{width:33%}.eael-w-40{width:40%}.eael-w-50{width:50%}.eael-w-60{width:60%}.eael-w-66{width:66%}.eael-w-70{width:70%}.eael-w-75{width:75%}.eael-w-80{width:80%}.eael-w-90{width:90%}.eael-w-100{width:100%}.d-none{display:none}.eael-lr-d-none{display:none}.eael-d-none{display:none !important}.d-ib{display:inline-block}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.fd-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.fd-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-recaptcha-no-branding-wrapper{width:370px;margin:0 auto;padding-top:20px;text-align:center}.eael-login-register-page-body .grecaptcha-badge{visibility:hidden}.eael-lr-form-wrapper{width:370px;margin:0 auto;background-color:#fff;padding:35px;border-radius:10px;-webkit-box-shadow:0 0 37.5px 14px rgba(2,8,53,.06);box-shadow:0 0 37.5px 14px rgba(2,8,53,.06)}.eael-lr-form-wrapper.style-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;border-radius:0}@media(max-width: 767px){.eael-lr-form-wrapper.style-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.eael-lr-form-wrapper.style-2 .lr-form-illustration{width:50%;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1}@media(max-width: 767px){.eael-lr-form-wrapper.style-2 .lr-form-illustration{padding-bottom:200px}}.eael-lr-form-wrapper.style-2 .lr-form-wrapper{padding:35px;width:370px}.eael-lr-form-wrapper .eael-lr-form-group{margin-bottom:1rem;display:inline-block;vertical-align:top}.eael-lr-form-wrapper .eael-lr-form-group label{display:inline-block;margin-bottom:.5rem}.eael-lr-form-wrapper .eael-lr-form-group label.mark-required{position:relative}.eael-lr-form-wrapper .eael-lr-form-group label.mark-required::after{content:" *";color:red;position:absolute;line-height:0;top:17px;right:-10px}.eael-lr-form-wrapper .eael-lr-form-group .eael-lr-form-control{display:block;width:100%;padding:15px;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #cfcfe8;border-radius:3px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;outline:none}.eael-lr-form-wrapper .eael-forever-forget{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.9em}.eael-lr-form-wrapper .eael-forever-forget .forget-menot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-lr-form-wrapper .eael-forever-forget .forget-menot label{margin:0 0 0 10px}.eael-lr-form-wrapper .eael-forever-forget .forget-menot,.eael-lr-form-wrapper .eael-forever-forget .forget-pass{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.eael-lr-form-wrapper .eael-forever-forget .forget-pass{text-align:right}.eael-lr-form-wrapper .eael-lr-password-wrapper,.eael-lr-form-wrapper .eael-lr-password-wrapper-register{position:relative}.eael-lr-form-wrapper .eael-lr-password-wrapper button,.eael-lr-form-wrapper .eael-lr-password-wrapper-register button{position:absolute;top:0;right:0;height:100%;background:rgba(0,0,0,0);border:none;color:red}.eael-lr-form-wrapper .eael-lr-btn{background-color:#744ffb;color:#fff;position:relative;overflow:hidden;display:inline-block;vertical-align:top;text-decoration:none;border:none;-webkit-transition:all .2s;transition:all .2s;padding:15px;width:130px}.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.eael-lr-form-wrapper .eael-lr-btn.eael-lr-btn-inline{display:inline-block}.eael-lr-form-wrapper .eael-lr-btn .eael-lr-btn-icon{font-size:1rem;color:#fff}.eael-lr-form-wrapper .eael-lr-btn svg.eael-lr-btn-icon{height:1rem;width:1rem;line-height:1rem;fill:#fff}.eael-lr-form-wrapper .eael-lr-link{display:inline-block}.eael-lr-form-wrapper .eael-sign-wrapper{text-align:center;padding:20px 0 0}.eael-lr-form-wrapper .lr-form-header.header-inline{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-lr-form-wrapper .lr-form-header.header-inline .form-logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.eael-lr-form-wrapper .lr-form-header.header-inline .form-dsc{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:15px;word-break:break-word}.eael-lr-form-wrapper .lr-form-header img{width:100px}.eael-lr-form-wrapper .lr-form-header h4{font-size:18px;font-weight:500;margin-top:0}.eael-lr-form-wrapper .lr-form-header p{font-size:14px}.eael-lr-form-wrapper .eael-form-msg{display:block;width:100%;margin-top:1rem;font-size:1rem;padding:10px 15px;border-top-right-radius:8px;border-bottom-right-radius:8px}.eael-lr-form-wrapper .eael-form-msg.invalid{color:#721c24;background-color:#f8d7da;border-left:3px solid red}.eael-lr-form-wrapper .eael-form-msg.valid{color:#155724;background-color:#d4edda;border-left:3px solid green}.eael-lr-form-wrapper ul,.eael-lr-form-wrapper ol,.eael-lr-form-wrapper .eael-form-msg ul,.eael-lr-form-wrapper .eael-form-msg ol{margin:0;padding-left:30px}.eael-lr-form-wrapper ul li:not(:last-child),.eael-lr-form-wrapper ol li:not(:last-child),.eael-lr-form-wrapper .eael-form-msg ul li:not(:last-child),.eael-lr-form-wrapper .eael-form-msg ol li:not(:last-child){padding-bottom:10px}.eael-lr-form-wrapper .eael_accept_tnc_wrap,.eael-lr-form-wrapper .eael_user_consent_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-lr-form-wrapper .eael_accept_tnc_wrap .eael-lr-tnc-link,.eael-lr-form-wrapper .eael_user_consent_wrap .eael-lr-tnc-link{margin-left:5px;display:inline-block}.eael-lr-form-wrapper .eael-recaptcha-wrapper{margin-bottom:1rem}.eael-lr-form-wrapper .eael-lr-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@supports(-webkit-appearance: none) or (-moz-appearance: none){.eael-lr-form-wrapper input[type=checkbox]{--active: #275EFE;--active-inner: #fff;--focus: 0;--border: #b7b7b7;--border-hover: var(--active);--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:18px;outline:none;display:inline-block;vertical-align:top;position:relative;top:2px;margin:0;cursor:pointer;border:2px solid var(--bc, var(--border)) !important;background:var(--b, var(--background)) !important;-webkit-transition:background .3s,border-color .3s,-webkit-box-shadow .2s;transition:background .3s,border-color .3s,-webkit-box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s,-webkit-box-shadow .2s}.eael-lr-form-wrapper input[type=checkbox]:after{content:"";display:block;left:0;top:0;position:absolute;-webkit-transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease)}.eael-lr-form-wrapper input[type=checkbox]:before{content:none}.eael-lr-form-wrapper input[type=checkbox]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}.eael-lr-form-wrapper input[type=checkbox]:checked:before{content:none}.eael-lr-form-wrapper input[type=checkbox]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}.eael-lr-form-wrapper input[type=checkbox]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}.eael-lr-form-wrapper input[type=checkbox]:disabled+label{cursor:not-allowed}.eael-lr-form-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}.eael-lr-form-wrapper input[type=checkbox]:focus{-webkit-box-shadow:0 0 0 var(--focus);box-shadow:0 0 0 var(--focus)}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle){width:18px !important}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after{opacity:var(--o, 0)}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked{--o: 1}.eael-lr-form-wrapper input[type=checkbox]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle){border-radius:3px}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:1px;-webkit-transform:rotate(var(--r, 20deg));-ms-transform:rotate(var(--r, 20deg));transform:rotate(var(--r, 20deg))}.eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):checked{--r: 43deg}.eael-lr-form-wrapper input[type=checkbox].lr-toggle{width:31px !important;border-radius:11px;border-width:1px}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:after{left:2px;top:1px;border-radius:50%;width:12px;height:12px;background:var(--ab, var(--border));-webkit-transform:translateX(var(--x, 0));-ms-transform:translateX(var(--x, 0));transform:translateX(var(--x, 0))}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:checked{--ab: var(--active-inner);--x: 13px}.eael-lr-form-wrapper input[type=checkbox].lr-toggle:disabled:not(:checked):after{opacity:.6}}.eael-lr-form-wrapper .eael-lostpassword-form .eael-lr-btn{width:unset}.eael-lr-form-wrapper .eael-resetpassword-form .eael-lr-btn{width:unset}.has-illustration .eael-lr-form-wrapper.style-2{width:100%}.rtl .eael-lr-form-wrapper.style-2{direction:ltr}.rtl .eael-lr-form-wrapper .lr-form-header.header-inline{direction:ltr}.eael-list-style-none-wrap li{list-style:none}section.eael-lr-otp-active>.eael-lr-form-wrapper>.lr-form-wrapper>form#eael-login-form,section.eael-lr-otp-active>.eael-lr-form-wrapper>.lr-form-wrapper>form#eael-register-form,section.eael-lr-otp-active .eael-login-form,section.eael-lr-otp-active .eael-register-form,section.eael-lr-otp-active .eael-animated-character-wrapper{display:none !important}section.eael-lr-otp-active .eael-lr-otp-wrapper{display:block !important}.eael-lr-otp-wrapper{margin-top:20px;padding:24px;background-color:#f7f8fa;border:1px solid #e3e6eb;border-radius:8px;text-align:center}.eael-lr-otp-wrapper .eael-lr-otp-title{margin:0 0 8px;font-size:20px;font-weight:600}.eael-lr-otp-wrapper .eael-lr-otp-subtitle{margin:0 0 18px;font-size:14px;color:#5b6577;line-height:1.5}.eael-lr-otp-wrapper .eael-lr-otp-input-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:18px}.eael-lr-otp-wrapper .eael-lr-otp-input{width:100%;max-width:240px;padding:12px 16px;font-size:22px;letter-spacing:8px;text-align:center;border:1px solid #c8ccd5;border-radius:6px;background-color:#fff;font-variant-numeric:tabular-nums}.eael-lr-otp-wrapper .eael-lr-otp-input:focus{outline:none;border-color:#4a90e2;-webkit-box-shadow:0 0 0 3px rgba(74,144,226,.15);box-shadow:0 0 0 3px rgba(74,144,226,.15)}.eael-lr-otp-wrapper .eael-lr-otp-verify-btn{display:inline-block;width:100%;max-width:240px;padding:12px 20px;background-color:#4a90e2;color:#fff;border:0;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.eael-lr-otp-wrapper .eael-lr-otp-verify-btn:hover{background-color:#3a7bc8}.eael-lr-otp-wrapper .eael-lr-otp-verify-btn:disabled{opacity:.65;cursor:not-allowed}.eael-lr-otp-wrapper .eael-lr-otp-resend-row{margin-top:14px;font-size:13px;color:#5b6577}.eael-lr-otp-wrapper .eael-lr-otp-resend{color:#4a90e2;text-decoration:none;font-weight:500}.eael-lr-otp-wrapper .eael-lr-otp-resend:hover{text-decoration:underline}.eael-lr-otp-wrapper .eael-lr-otp-resend.eael-lr-otp-disabled{color:#9aa1ad;pointer-events:none;cursor:not-allowed;text-decoration:none}.eael-lr-otp-wrapper .eael-lr-otp-cooldown-text{margin-left:4px;color:#9aa1ad}.eael-lr-otp-wrapper .eael-lr-otp-message{margin-top:14px;min-height:1.4em;font-size:13px}.eael-lr-otp-wrapper .eael-lr-otp-message.valid{color:#2e7d32}.eael-lr-otp-wrapper .eael-lr-otp-message.invalid{color:#c62828}@font-face{font-family:eicons;src:url(//www.guatduwidu.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.50.0);src:url(//www.guatduwidu.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.50.0#iefix) format("embedded-opentype"),url(//www.guatduwidu.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.50.0) format("woff2"),url(//www.guatduwidu.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.50.0) format("woff"),url(//www.guatduwidu.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.50.0) format("truetype"),url(//www.guatduwidu.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.50.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:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}