.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.editor-styles-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif!important}.editor-styles-wrapper a{text-decoration:none;color:inherit}.editor-styles-wrapper .entry-action{display:none}.editor-styles-wrapper .wp-block-button__link{font-size:.875rem;padding:.8125rem 1.5rem;line-height:1}.editor-styles-wrapper .slick-alignfull img{display:none}.components-form-token-filter .components-form-token-field__token{cursor:move}.components-select-loop-type{width:100%}.components-panel .components-autocomplete{font-size:13px;padding:2px 8px;margin:4px 0 4px 0;box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #8d96a0}.components-panel .components-base-control__help,.components-panel .components-form-token-field__help{font-size:11px}.components-loop-date{margin-top:-16px;margin-bottom:16px}.components-loop-date-popup .components-popover__content{min-width:180px!important}.components-loop-date-dialog{display:flex;justify-content:space-between;align-items:center;padding:10px}.components-loop-date-dialog .components-base-control__field{margin-bottom:0}.components-loop-date-dialog input{width:50px}.components-range-control .components-range-control__slider{min-width:3rem}.grid-4-col{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:8px}.block-permission__help{font-size:12px;color:#888;user-select:none}:root{--loop-cols:5;--loop-xs-cols:2;--loop-rows:1;--loop-columns:max( var(--loop-cols) - 4, var(--loop-xs-cols) );--loop-grid-gap:1.5rem;--loop-row-gap:1rem;--loop-max-width:100%;--loop-min-width:0;--loop-line:1;--loop-line-height:1.3;--loop-ratio:1;--loop-radius:4px}.wp-block-loop{position:relative}.block-loop-items{margin-bottom:1.5rem;list-style:none;display:grid;grid-gap:var(--loop-grid-gap);--loop--cols:calc((var(--loop-max-width) - (var(--loop-columns) - 1) * var(--loop-grid-gap)) / var(--loop-columns));grid-template-columns:repeat(auto-fill,minmax(var(--loop--cols),1fr))}.block-loop-slider,[data-plugin=slider]{display:grid;overflow-x:auto;border-radius:var(--loop-radius);scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior-x:none;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;grid-auto-flow:column;--loop--cols:calc((var(--loop-max-width) - (var(--loop-columns) - 1) * var(--loop-grid-gap)) / var(--loop-columns));grid-auto-columns:var(--loop--cols);grid-template-rows:repeat(var(--loop-rows),max-content);grid-template-columns:inherit!important;box-sizing:border-box}.block-loop-slider::-webkit-scrollbar,.block-loop-snaps .block-loop-items::-webkit-scrollbar{display:none}.block-loop-snaps .block-loop-items{height:calc(100vh - var(--navbar-height));display:flex;flex-direction:column;align-items:center;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior-y:none;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;border-radius:var(--loop-radius)}.block-slider-scrolling{-ms-scroll-snap-type:none;scroll-snap-type:none;scroll-behavior:inherit}.block-loop-slider .entry-content>*,[data-plugin=slider] .entry-content>*{width:100%!important;max-width:100%!important}.block-loop-slider>*,.block-loop-snaps>*{scroll-snap-align:start}.column-sm-gap{--column-gap:var(--loop-grid-gap, 1rem)}@media (max-width:1000px){.is-stacked-tablet{flex-wrap:wrap!important}.is-stacked-tablet>.wp-block-column{flex-basis:100%!important}}@media (min-width:420px){.wp-block-loop{--loop-columns:max( var(--loop-cols) - 3, 2 )}}@media (min-width:640px){.wp-block-loop{--loop-columns:max( var(--loop-cols) - 2, 2 )}}@media (min-width:960px){.wp-block-loop{--loop-columns:max( var(--loop-cols) - 1, 3 )}}@media (min-width:1260px){.wp-block-loop{--loop-columns:var(--loop-cols)}}.grid-1{--loop-columns:1!important}.grid-2{--loop-columns:2!important}.grid-3{--loop-columns:3!important}@media (max-width:419px){.grid-xs-1{--loop-columns:1!important}.grid-xs-2{--loop-columns:2!important}.grid-xs-3{--loop-columns:3!important}}@media (max-width:639px){.grid-sm-1{--loop-columns:1!important}.grid-sm-2{--loop-columns:2!important}.grid-sm-3{--loop-columns:3!important}}@media (min-width:1580px){.grid-xl-1{--loop-columns:1!important}.grid-xl-2{--loop-columns:2!important}.grid-xl-3{--loop-columns:3!important}}.block-loop-title{display:flex;flex-wrap:wrap;align-items:center}.block-loop-heading{width:1%;flex:1}.block-loop-more{font-size:14px;font-weight:400}.block-loop-subtitle{font-size:14px;font-weight:400;color:var(--text-secondary-color,#888);line-height:1.6;text-transform:none;display:block;width:100%}.block-loop-nav{opacity:0;transition:opacity .2s;position:absolute;display:flex;align-items:center;z-index:5;height:0;width:calc(100% + 2.5rem);left:-1.25rem;top:var(--top,50%)}.alignfull>.block-loop-nav{width:calc(100% - 2.5rem);left:1.25rem}.block-loop-nav span{flex:1}.wp-block-loop:hover .block-loop-nav{opacity:1}.block-loop-nav button{width:2.5rem;height:2.5rem;padding:0;border-radius:100%;display:inline-flex;justify-content:center;align-items:center;border:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.block-loop-nav button svg{pointer-events:none;transform:rotate(var(--transform-rotate,0))}.block-loop-dot-overlay .block-loop-dot{position:absolute;z-index:5;left:50%;bottom:1rem;transform:translate(-50%,0);color:#fff}.block-loop-dot-left .block-loop-dot{margin:-4rem auto 0 auto;text-align:left;max-width:var(--content-width);width:calc(100% - var(--x-gap) * 2)}.block-loop-dot{text-align:center}.block-loop-dot button{width:1.5rem;height:1.5rem;padding:0;border-radius:2rem;border:none;background-color:transparent;color:inherit}.block-loop-dot button:after{content:"";display:inline-block;width:6px;height:6px;border-radius:6px;margin:0 auto;background-color:currentColor;opacity:.5}.block-loop-dot button.active:after{opacity:1}.scroller{width:15rem;font-size:12px!important;display:block!important;justify-content:center;margin:0 auto}.scroller.is-loading{cursor:wait;pointer-events:none}.block-loop-empty,.wp-block-loop .pagination,.wp-block-loop .scroller{grid-column:1/-1;order:10000}.wp-block-loop .navigation .nav-next-text,.wp-block-loop .navigation .nav-prev-text,.wp-block-loop .navigation .next:before,.wp-block-loop .navigation .prev:before{display:none}.block-loop-item{position:relative;padding:0;max-width:100%;border-radius:var(--loop-radius);display:flex;flex-direction:column;flex-wrap:wrap;scroll-snap-align:start;order:10}.block-loop-item:nth-child(1){order:0}.block-loop-item:nth-child(2){order:1}.block-loop-item:nth-child(3){order:2}.block-loop-item:nth-child(4){order:3}.block-loop-item:nth-child(5){order:4}.block-loop-item:nth-child(6){order:5}.block-loop-item:nth-child(7){order:6}.block-loop-item:nth-child(8){order:7}.block-loop-item:nth-child(9){order:8}.block-loop-item .entry-content,.block-loop-item .entry-footer,.block-loop-item .entry-header,.block-loop-item .post-thumbnail{width:100%;padding-left:0;padding-right:0}.block-loop-item .entry-header{margin-bottom:1rem}.block-loop-item .entry-meta{margin-top:4px;margin-bottom:0}.block-loop-item .entry-footer{margin-bottom:1rem}.block-loop-item .entry-header{padding:var(--loop-header-gap,.5rem) 0;margin:0;flex:1;display:flex;align-items:flex-start;grid-gap:var(--loop-header-gap,.5rem)}.block-loop-item .entry-title{margin:0;font-size:.9375rem;font-weight:400;letter-spacing:0}.block-loop-item .entry-subtitle{font-size:.8125rem;color:var(--text-secondary-color,#888)}.block-loop-item .entry-meta{display:flex;flex-wrap:wrap;grid-gap:0;font-size:.8125rem;margin-bottom:0;color:var(--text-secondary-color,#888)}.block-loop-item .author,.block-loop-item .entry-artist,.block-loop-item .entry-title{display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:var(--loop-line);line-height:var(--loop-line-height)}.block-loop-item .entry-meta>span{margin:0}.block-loop-item .wp-video,.block-loop-item .wp-video video{width:100%!important;height:auto;border-radius:inherit}.block-loop-item .attachment,.block-loop-item.attachment{float:none;width:100%}.block-loop-item.attachment audio~p{display:none}.block-loop-item .post-thumbnail br,.block-loop-item .post-thumbnail p{display:none}.block-loop-item .post-thumbnail{width:100%;position:relative;margin:0;padding:0;border-radius:inherit;background-color:rgba(110,120,130,.2)}.block-loop-item .btn-follow{height:1.25rem;padding:0 .5rem;font-size:12px;vertical-align:text-bottom;margin:.25rem 0}.block-loop-item .post-thumbnail a{border-radius:inherit}.block-loop-item .post-thumbnail .avatar,.block-loop-item .post-thumbnail img,.block-loop-item .post-thumbnail video{border-radius:inherit;position:absolute;width:100%;height:100%;object-fit:cover}.block-loop-item .post-thumbnail:after{padding-top:calc(100% / var(--loop-ratio));min-height:auto;content:"";width:100%;display:block}.block-loop-item .entry-action{opacity:0;pointer-events:none;color:#fff;background-color:rgba(0,0,0,.2);position:absolute;z-index:3;left:50%;top:50%;width:100%;height:100%;padding:0 5%;border-radius:inherit;transform:translate(-50%,-50%);transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-around;box-sizing:border-box}.block-loop-item .entry-action .count{display:none}.block-loop-item .entry-action.show{z-index:10}.block-loop-item .entry-action button,.block-loop-item .entry-action button:hover{flex-shrink:0}.entry-action-link{position:absolute;width:100%;height:100%}.block-loop-item-link{padding:.75rem 1rem;background-color:var(--btn-background,rgba(150,155,160,.2));border-radius:var(--btn-radius,.5rem)}.block-loop-item-link.active,.block-loop-item-link:hover{background-color:var(--btn-background-hover,rgba(150,155,160,.3))}.block-loop-item .btn-play{width:36px;height:36px}.block-loop-item.active .entry-action,.block-loop-item:active .entry-action,.block-loop-item:hover .entry-action,.block-loop-item:hover .entry-header-inner~.btn-more{opacity:1;pointer-events:initial}.block-loop-item .count,.comment-toolbar .count,.entry-meta .count{color:var(--text-secondary-color,#888);padding-inline-start:.5rem;-webkit-padding-start:.5rem}.play-count .count{padding-inline-end:.5rem;-webkit-padding-end:.5rem}.block-loop-item .entry-avatar{width:36px;flex-shrink:0}.block-loop-item .entry-footer{display:none;margin:0}.block-loop-item .waveform{width:100%}.block-loop-index.block-loop-row .waveform:before{content:"";display:inline-block;min-width:1rem}.block-loop-inline button.btn-play{transform:scale(1)}.block-loop-inline .btn-play-waveform{display:none}.block-loop-inline .waveform{flex:1;width:1%;margin:0 1rem}.wp-block-loop-user .post-thumbnail{width:80%;margin:10% 10% 0 10%;border-radius:50%}.wp-block-loop-user .entry-header{text-align:center;flex-direction:column;align-items:center;grid-gap:0}.wp-block-loop-user .post-thumbnail{--loop-ratio:1;border-radius:50%!important}.wp-block-loop-user.block-loop-row .block-loop-item{align-items:center}.wp-block-loop-user.block-loop-row .post-thumbnail{margin:0;min-width:0;width:3rem}.wp-block-loop-user.block-loop-row .entry-header{align-items:flex-start;text-align:inherit}.wp-block-loop-user .entry-title{font-size:.8125rem;font-weight:500}.block-loop-row{--loop-columns:1}.block-loop-row .block-loop-item{display:flex;grid-gap:var(--loop-row-gap);flex-direction:row;align-items:center}.block-loop-row .entry-avatar{display:none}.block-loop-row .post-thumbnail{width:6rem;min-width:var(--loop-min-width)}.block-loop-xs .post-thumbnail{width:2.75rem;min-width:auto}.block-loop-sm .post-thumbnail{width:4rem;min-width:auto}.block-loop-lg .post-thumbnail{width:10rem;min-width:auto}.block-loop-row .entry-header{flex:1;overflow:hidden;display:flex;flex-wrap:wrap;padding:0;align-items:center;grid-gap:0}.album-tracks .block-loop-items{grid-gap:0;--loop-columns:1}.album-tracks .entry-header{flex-wrap:nowrap;padding:0}.album-tracks .post-thumbnail{border-radius:2px;width:2.5rem}.album-track .icon-play{display:none;position:absolute;padding:1rem .25rem}.album-track.active:before,.album-track:hover:before{color:transparent}.album-track.active .icon-play,.album-track:hover .icon-play{display:block}.album-tracks .entry-meta a,.album-tracks .entry-title a{pointer-events:none}.album-tracks .entry-meta{justify-content:flex-start!important}.is-album .album-tracks .post-thumbnail{display:none}.entry-header-inner{flex:1;width:1%}.entry-header-inner~.btn-more{margin:-.375rem -.5rem;opacity:0}.entry-header-inner .byline{width:100%;justify-content:inherit}.entry-header-inner .play-count+.entry-meta-date:before{display:inline-block;content:'\00B7';color:var(--text-secondary-color);width:.75rem;font-weight:700}.block-loop-row .post-thumbnail .entry-action .btn-like,.block-loop-row .post-thumbnail .entry-action .btn-more{display:none}.block-loop-row .entry-footer{display:flex;align-items:center;padding-left:0;padding-right:0;width:auto}.block-loop-row .count,.block-loop-row .play-duration{font-size:12px}.block-loop-row .play-duration{padding:0 .5rem}.play-count{white-space:nowrap;display:inline-flex;align-items:center;white-space:nowrap}.play-count:before{display:inline-block;width:0;height:0;content:"";border-left:.5em solid;border-top:.3em solid transparent;border-bottom:.3em solid transparent;opacity:.5}.btn-play+.play-count:before{display:none}.entry-badge .play-duration{background-color:#000;color:#fff;font-size:11px;font-weight:500;border-radius:4px;padding:1px 4px;position:absolute;right:.5rem;bottom:.5rem}.block-loop-hide-footer .entry-footer{display:none}.block-loop-index{counter-reset:li}.block-loop-index:not(.block-loop-row) .block-loop-item .entry-header:before{content:counter(li);counter-increment:li;font-weight:400;-ms-flex-negative:0;flex-shrink:0;opacity:.5;position:absolute;right:.75rem}.block-loop-index.block-loop-row .block-loop-item:before{content:counter(li);counter-increment:li;min-width:1rem;max-width:1rem;font-weight:400;-ms-flex-negative:0;flex-shrink:0;opacity:.5;text-align:center;font-size:.9em;white-space:nowrap}.block-loop-overlay .entry-header{position:absolute;bottom:0;left:0;width:100%!important;padding:.75rem 1rem!important;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.85));border-radius:inherit;border-top-right-radius:0;border-top-left-radius:0;opacity:0;pointer-events:none}.block-loop-overlay .entry-header .entry-title{height:1.25rem;color:inherit;font-weight:500}.block-loop-overlay .entry-header .entry-meta,.block-loop-overlay .entry-header .entry-subtitle{color:rgba(255,255,255,.75)}.block-loop-overlay .entry-header a:hover{color:inherit}.block-loop-overlay .block-loop-item:hover .entry-header{opacity:1;pointer-events:initial;z-index:2}.block-loop-overlay-center .entry-header{top:0;opacity:1;font-weight:700;font-size:1rem;text-align:center;display:flex!important;align-items:center;justify-content:center}.block-loop-overlay-center .entry-meta{justify-content:center}.block-loop-hero .entry-header{position:absolute;top:0;bottom:0;left:0;width:100%;padding:calc(2rem + 1vw);padding-inline-end:35%;color:#fff;background:linear-gradient(-135deg,transparent 0,transparent 25%,rgba(0,0,0,.6) 70%,rgba(0,0,0,1) 100%);border-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0;color:#fff;align-items:flex-end}.block-loop-hero .entry-header .entry-title{font-size:clamp(1.5rem,2.5vw,3rem);font-weight:700;margin-bottom:1rem}.block-loop-hero .btn-more,.block-loop-hero .byline,.block-loop-hero .entry-action .btn-play,.block-loop-hero .entry-header .entry-avatar,.block-loop-hide-avatar .entry-avatar{display:none}.block-loop-hero .entry-action{background-color:transparent}.block-loop-short-item{--loop-ratio:calc(9/16);--loop-radius:1rem;--loop-line:3;--height:calc( 100vh - 56px - var(--ytd-shorts-top-spacing,0px) - 72px );height:var(--height);width:calc(var(--height) * .5625)}.block-loop-short-item .entry-header{position:absolute;z-index:99;bottom:0;width:100%;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));padding:3rem 1rem 1rem;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.block-loop-short-item .entry-meta{grid-gap:.5rem;margin-top:1rem}.block-loop-short-item .btn-follow{padding:1rem;border:none}.block-loop-short-item .btn-follow:not(.active){color:#000;background-color:#fff}.block-loop-short-item .byline{color:#fff;width:auto;flex:1}.block-loop-short-item.active .entry-action{opacity:0}.block-loop-short-item.active:hover .entry-action{opacity:1}.block-loop-short-item .post-thumbnail{border-radius:inherit!important}.block-loop-short-item .post-thumbnail .entry-action{background:linear-gradient(0deg,transparent,transparent 90%,rgba(0,0,0,.2));align-items:flex-start;justify-content:space-between;width:100%;height:auto;transform:none;left:0;top:0}.block-loop-short-item .btn-play{position:relative!important;box-shadow:none!important;background-color:transparent!important;border:none;color:#fff}.block-loop-short-item .btn-play:after{display:none}.block-loop-short-item .entry-actions{position:absolute;left:100%;bottom:0;padding:0 1rem;grid-gap:.75rem;display:flex;flex-direction:column}.block-loop-short-item .entry-action-link{pointer-events:none}.block-loop-short-item .entry-actions .btn-comment,.block-loop-short-item .entry-actions button{display:inline-flex!important;flex-direction:column;padding:0;margin:0!important;position:relative!important}.block-loop-short-item .entry-actions .count{padding:.25rem 0 0 0;font-size:12px;font-weight:600}.block-loop-short-item .entry-actions .btn-svg-icon{padding:1rem;background-color:rgba(150,150,150,.15);border-radius:2rem}.block-loop-short-item .entry-actions .btn-svg-icon svg{width:20px;height:20px;fill:currentColor}@media (max-width:419px){.block-loop-snaps{--x-gap:0;--loop-radius:0;--loop-grid-gap:0}.block-loop-short-item{--loop-radius:0;--text-secondary-color:#fff;width:100vw;height:calc(100vh - var(--navbar-height) - var(--mobile-menu-height))}.block-loop-short-item .entry-actions{left:auto;right:0;top:3rem;bottom:auto;z-index:999;color:#fff}}.block-loop-hover .entry-title{text-align:center}.block-loop-hover .entry-meta{justify-content:center}.block-loop-hover .entry-header{padding:.5rem .5rem 1rem .5rem!important}.block-loop-hover .block-loop-item.active,.block-loop-hover .block-loop-item:focus,.block-loop-hover .block-loop-item:hover{--text-secondary-color:#fff;background-color:#222;color:#fff}.block-loop-hover .block-loop-item.active .post-thumbnail:after,.block-loop-hover .block-loop-item:focus .post-thumbnail:after,.block-loop-hover .block-loop-item:hover .post-thumbnail:after{position:relative;z-index:1;background-color:#222;background:linear-gradient(180deg,rgba(22,22,22,.2),#222);border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0}.block-loop-hover .entry-action{background-color:transparent}.block-loop-reverse .block-loop-item{flex-direction:column-reverse}.block-loop-reverse .block-loop-item .entry-header{padding-top:0}.block-loop-divider .block-loop-title{padding-top:1.5rem;border-top:.5px solid var(--color-border,rgba(150,160,170,.1))}.wp-block-loop.alignfull{margin-left:2rem;margin-right:2rem}.entry-title-lg .entry-title{font-size:1.05rem}.wp-admin .display{font-weight:900;line-height:1;margin-top:0;margin-bottom:1rem}.wp-admin .circle{border-radius:50%}.wp-admin .rounded{border-radius:6px}.wp-admin .h-auto{min-height:auto}.white{color:#222;background-color:#fff}.text-white{color:#fff}.h-auto{min-height:auto}.h-v{min-height:100vh}.h-1{min-height:100vw}.h-2{min-height:50vw}.h-3{min-height:33.3vw}.h-4{min-height:25vw}.h-5{min-height:20vw}.h-6{min-height:16.6vw}.h-7{min-height:14.3vw}.h-8{min-height:12.5vw}.h-9{min-height:11.1vw}.h-10{min-height:10vw}.m-auto{margin-left:auto;margin-right:auto}.w-75{width:75%}.w-50{width:50%}.l-h-2{line-height:2}.l-h-3{line-height:3}.f-w-1{font-weight:100}.f-w-2{font-weight:200}.f-w-7{font-weight:700}.f-w-8{font-weight:800}.f-w-9{font-weight:900}.border{border:1px solid var(--color-border,#eee)}.rounded,.rounded.wp-block-cover>span,.rounded:before{border-radius:var(--border-radius,8px)}.no-border{border:none}.no-padding{padding:0!important}.no-margin{margin:0!important}#ffl-settings .postbox-header{border-bottom:none}.loop-filter{display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.loop-filter-item{margin-bottom:1rem}.loop-filter-list{display:block}.loop-filter-list .loop-filter-item{display:flex;grid-gap:1rem}.loop-filter-list .list-menu{display:flex;flex-wrap:wrap;grid-gap:.5rem;grid-row-gap:.5rem}.loop-filter-list .list-item{white-space:nowrap;display:inline-flex;align-items:center;padding:1px 5px;border-radius:4px}.loop-filter-list .selected{background-color:rgba(150,150,150,.2)}.loop-filter-list .loop-filter-item-heading{font-weight:600}.loop-filter-dropdown .loop-filter-item:after{content:"";display:inline-block;width:.5rem}.loop-filter-dropdown .selected{position:relative}.loop-filter-dropdown .selected:after{content:'';display:inline-block;width:.65em;height:.35em;border-left:.1em solid currentColor;border-bottom:.1em solid currentColor;transform:translate(-50%,-50%) rotate(-45deg);position:absolute;right:.5rem;top:45%;opacity:.6}.loop-filter-count{display:inline-block;background-color:rgba(150,160,170,.2);padding:0 .45em;margin-inline-start:.125rem;-webkit-margin-start:.125rem;font-size:11px;border-radius:1rem}.loop-filter-count:empty{display:none}.dropdown-menu .multi-range{margin:1rem}input[type=range].multirange{-webkit-appearance:none;height:2px;padding:0;margin:1.5rem 0 0;width:calc(100% - 0px);display:inline-block;vertical-align:top;background-image:linear-gradient(90deg,#78828c,#78828c 50%,#fff 50%,#fff 100%);background-size:6px 1px;color:currentColor;border:0;border-radius:6px}input[type=range].multirange.original{position:absolute}input[type=range].multirange::-webkit-slider-thumb{-webkit-appearance:none;position:relative;z-index:2;border:none;width:10px;height:10px;border-radius:1px;background-color:currentColor}input[type=range].multirange::-moz-range-thumb{border:none;width:10px;height:10px;border-radius:1px;background-color:currentColor}input[type=range].multirange.original::-moz-range-thumb{z-index:2}input[type=range].multirange.ghost{position:relative;background:var(--track-background);--track-background:linear-gradient(to right,
transparent var(--low), var(--range-color) 0,
var(--range-color) var(--high), transparent 0
) no-repeat 0 100%/100% 100%;--range-color:currentColor}input[type=range].multirange.ghost::-webkit-slider-thumb{position:relative;z-index:2}input[type=range].multirange.ghost::-moz-range-thumb{z-index:2}.multi-range{position:relative}.range-max,.range-min{position:absolute;top:0;font-size:10px;width:10px;display:flex;justify-content:center;text-align:center;left:calc(var(--left) * 1%);margin-left:calc(0px - var(--left)/ 100 * 10px)}.spinner{display:inline-block;width:1rem;height:1rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner .75s linear infinite;animation:spinner .75s linear infinite}.font-serif{font-family:serif;font-weight:500}:not(p).has-huge-font-size{font-size:12vw!important;letter-spacing:-.025em}:not(p).has-large-font-size{font-size:8vw!important;letter-spacing:-.025em}:not(p).has-medium-font-size{font-size:5vw!important;letter-spacing:-.025em}:not(p).has-normal-font-size{font-size:3vw!important}@keyframes spinner{0%{transform:scale(0)}50%{opacity:1}}@media (max-width:576px){:root{--loop-grid-gap:1rem}.block-loop-row .block-loop-items{--loop-columns:1}.block-loop-row:not(.album-tracks):not(.block-loop-xs):not(.block-loop-inline) .block-loop-item:not(.block-loop-inline) .entry-footer{flex:auto;width:100%}.block-loop-row:not(.album-tracks):not(.block-loop-xs):not(.block-loop-inline) .block-loop-item:not(.block-loop-inline) .post-thumbnail{width:4.5rem}.album-tracks .btn-download,.album-tracks .btn-like,.album-tracks .play-count,.block-loop-inline .waveform,.block-loop-nav{display:none}.modal-open .wp-block-loop-product .block-loop-slider{overflow:visible}:not(p).has-huge-font-size{font-size:15vw!important}:not(p).has-large-font-size{font-size:12.5vw!important}:not(p).has-medium-font-size{font-size:10vw!important}:not(p).has-normal-font-size{font-size:5vw!important}.entry-content>.wp-block-loop-slider{width:100%!important;--loop-max-width:85%}.entry-content>.wp-block-loop-slider .block-loop-items,.entry-content>.wp-block-loop-slider .block-loop-title{padding:0 var(--x-gap,1rem);scroll-snap-type:none}}@media (min-width:1330px){:not(p).has-huge-font-size{font-size:9rem!important}:not(p).has-large-font-size{font-size:7rem!important}:not(p).has-medium-font-size{font-size:5rem!important}:not(p).has-normal-font-size{font-size:2.5rem!important}}#plcover {
display: block;
z-index: 9999999999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
transition: all 1s;
}
#plcontent {
box-sizing: content-box;
position: absolute;
margin: auto auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 50px;
height: 50px;
}
#plcontent div {
box-sizing: content-box;
}
.plcircle {
width: 50px;
height: 50px;
border: 4px dashed black;
border-radius: 50px;
background-color: transparent;
-webkit-animation: plrotate 1.5s infinite linear;
animation: plrotate 1.5s infinite linear;
}
.plcircle2 {
width: 50px;
height: 50px;
border: 4px solid rgba(0, 0, 0, 0.1);
border-top: 4px solid black;
border-radius: 50px;
background-color: transparent;
-webkit-animation: plrotate 1.5s infinite linear;
animation: plrotate 1.5s infinite linear;
}
.plfan {
width: 20px;
height: 20px;
border: 17px dashed black;
border-radius: 50px;
background-color: transparent;
-webkit-animation: plrotate 1.5s infinite linear;
animation: plrotate 1.5s infinite linear;
}
.plsqaure {
width: 50px;
height: 50px;
background-color: black;
-webkit-animation: plsqaurerotate 1s infinite ease-in-out;
animation: plsqaurerotate 1s infinite ease-in-out;
}
.pldrop  {
width: 50px;
height: 50px;
border-radius: 50px;
background-color: black;
-webkit-animation: plwave 1s ease-in-out;
animation: plwave 1s infinite ease-in-out;
}
#plcontent img {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto auto auto auto;
} @-webkit-keyframes plsqaurerotate {
0% { -webkit-transform: perspective(120px); }
50% { -webkit-transform: perspective(120px) rotateY(180deg); }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg); }
}
@keyframes plsqaurerotate {
0% { transform: perspective(120px); }
50% { transform: perspective(120px) rotateY(-180deg); }
100% { transform: perspective(120px) rotateY(-180deg)  rotateX(-180deg); }
}
@-webkit-keyframes plrotate {
0% { -webkit-transform: rotate(0deg) }
50% { -webkit-transform: rotate(180deg) }
100% { -webkit-transform: rotate(360deg) }
}
@keyframes plrotate {
0% { transform: rotate(0deg) }
50% { transform: rotate(180deg) }
100% { transform: rotate(360deg) }
}
@-webkit-keyframes plwave {
0% { -webkit-transform: scale(0); opacity: 1; }
100% { -webkit-transform: scale(1); opacity: 0; }
}
@keyframes plwave {
0% { transform: scale(0); opacity: 1; }
100% { transform: scale(1); opacity: 0; }
}
.wp-picker-holder {
position: absolute;
z-index: 999;
}body{--progress-height:4px}.components-form-token-post{border:none!important;box-shadow:none!important;padding:0;flex-direction:column;align-items:stretch}.components-form-token-post .components-form-token-field__token{max-width:100%}.components-form-token-post .components-form-token-field__suggestions-list{max-width:100%}.components-form-token-post .components-form-token-field__token-text{flex:1}.components-form-token-post .components-form-token-field__suggestions-list{margin:0;padding:3px 0;box-shadow:0 1px 2px rgba(0,0,0,.1)}.components-form-token-post .components-flex-item{flex:1 1 100%}.components-form-hidden-empty{display:none}.components-form-hidden-help~[class*='__help']{display:none}.components-form-token-post .components-form-token-field__token{cursor:move}.components-form-token-post .sortable-placeholder{min-height:24px;flex:1 1 100%;margin-bottom:0}.is-medium{height:30px;box-shadow:inset 0 0 0 1px #757575}a[href^=play-separate]{padding:0!important;margin:8px 12px!important;border-top:1px solid rgba(255,255,255,.1);cursor:none;pointer-events:none}.progress{display:flex;padding:0}.progress li{flex:1 1 auto;padding:0;color:#aaa;border-bottom:var(--progress-height) solid currentColor;margin-bottom:calc(var(--progress-height) * -1);position:relative;padding:0 .25rem .75rem .25rem;text-align:center}.progress li:before{position:absolute;bottom:calc(var(--progress-height) * -2);left:50%;transform:translateX(-50%);content:'';display:inline-block;width:var(--progress-height);height:var(--progress-height);border-radius:100%;border:var(--progress-height) solid currentColor;background-color:#fff}.progress li.done:before{background-color:currentColor}.progress li.active,.progress li.done{color:#2271b1}.import-wrap{margin:0 auto;max-width:40rem}.import-dialog{background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);border-radius:5px;margin-top:2rem}.import-footer,.import-header{padding:2rem}.import-footer p:last-child,.import-header p:last-child{margin-bottom:0}.import-footer{display:flex}.import-footer .button{margin-inline-start:auto;-webkit-margin-start:auto}.import-content{border-top:1px solid rgba(150,155,160,.2);border-bottom:1px solid rgba(150,155,160,.2);padding:2rem}.import-header h2{margin:0 0 1rem 0}.import-content th{font-weight:400}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/ 2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/ 2*-1 - var(--plyr-range-track-height,5px)/ 2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(var(--plyr-control-spacing,10px)/ 2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/ 2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}:root{--plyr-range-thumb-height:8px;--plyr-range-track-height:2px;--plyr-mini-player-height:160px;--plyr-control-height:calc( var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing,10px) * 1.4 + 20px );--plyr-line:1;--plyr-line-height:1.35;--plyr-aspect-ratio:16/9;--text-secondary-color:#888}[dir=rtl]{--transform-rotate:180deg}body{margin:0}.plyr{font-family:inherit;border-radius:inherit;position:relative;z-index:1;min-height:var(--plyr-control-height);background-color:inherit}.plyr__control{line-height:1;font-size:14px}.plyr__timer{display:flex}.plyr__time{font-size:11px;opacity:.75;white-space:nowrap}.plyr__menu__container{--plyr-control-spacing:10px}.icon-play{line-height:1}.icon-play:after{content:"";box-sizing:border-box;display:inline-block;border:.5rem solid transparent;border-left-color:currentColor;border-left-width:.75rem;border-right-width:0;vertical-align:middle;transform:rotate(var(--transform-rotate))}.icon-play.active:after{width:.75rem;height:1rem;border-top-width:0;border-bottom-width:0;border-left-width:.25rem;border-right-width:.25rem;border-color:currentColor}.icon-plus{border:none;padding:.75rem .375rem;background-color:transparent;color:currentColor;position:relative}.icon-plus:after,.icon-plus:before{content:"";display:block;width:1em;height:2px;background-color:currentColor;opacity:.5;border-radius:2px}.icon-plus:after{width:2px;height:1em;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.icon-plus:hover:after,.icon-plus:hover:before{opacity:1}.icon-playlist,.icon-playlist:after,.icon-playlist:before{content:"";display:inline-block!important;width:.6em;height:2px;background-color:currentColor;position:relative;vertical-align:middle;border-radius:1px;opacity:.5}.icon-playlist:before{position:absolute;top:-3px;width:.8em}.icon-playlist:after{position:absolute;bottom:-3px;width:.4em}.btn-play-now{cursor:pointer}.btn-play-wrap{display:inline-flex;align-items:center}.btn-play{width:2.5rem;height:2.5rem;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;padding:0!important;position:relative;outline:0;vertical-align:middle;background-color:#fff;color:#333;cursor:pointer;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 5px 0 rgba(0,0,0,.26);outline:0!important}.btn-play:before{content:'';width:0;height:0;border:.5em solid transparent;border-left-color:currentColor;border-left-width:.75em;border-right-width:0;margin-inline-start:.25em;-webkit-margin-start:.25em;display:inline-block;transform:rotate(var(--transform-rotate));box-sizing:border-box}.btn-play.active:before{width:.75em;height:1em;min-width:.5em;border-top-width:0;border-bottom-width:0;border-left-width:.25em;border-right-width:.25em;border-color:currentColor;margin:0}.btn-play:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.4);transform:translate3d(0,-1px,0)}.btn-play span{display:none}.is--repeat svg,.is--shuffle svg{fill:#c02afe}.btn-like svg{fill:none;width:16px;height:16px;stroke-width:2;stroke:currentColor}.btn-like.active svg,[data-plyr=like] .icon--pressed{fill:currentColor}.plyr__controls .btn-like{padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__controls input[data-plyr=volume]{color:currentColor}.is-buffering [data-plyr=play]{min-width:calc(var(--plyr-control-icon-size,18px) + var(--plyr-control-spacing,10px) * 1.4);min-height:calc(var(--plyr-control-icon-size,18px) + var(--plyr-control-spacing,10px) * 1.4)}.plyr-initing .plyr__video-wrapper{display:none}.is-buffering [data-play-id].active .entry-header-container .btn-play:after,.is-buffering [data-play-id].active>.post-thumbnail .btn-play:after,.is-buffering [data-plyr=play]:after,.plyr-initing:after{content:'';width:100%;height:100%;left:0;top:0;position:absolute;border:2px solid;border-left-color:transparent;border-radius:100%;opacity:.5;-webkit-animation:loading 1s linear infinite;animation:loading 1s linear infinite}.is-buffering .plyr-theme-0 [data-plyr=play] svg,.is-buffering .plyr-theme-1 [data-plyr=play] svg{display:none}.is-buffering .plyr-theme-0 [data-plyr=play]:after,.is-buffering .plyr-theme-1 [data-plyr=play]:after,.plyr-initing:after{width:18px;height:18px;left:50%;top:50%;margin-left:-9px;margin-top:-9px}.plyr-initing:after{z-index:-1}.plyr__cues{margin:0;transform:translate(0,-50%)}.plyr--adsing .plyr__controls,.plyr--adsing~.plyr-list-wrap{pointer-events:none}.plyr--adsing .plyr-list-wrap{z-index:0}.plyr-playlist .plyr__controls{color:inherit;background:inherit;text-align:inherit;padding:10px}.plyr-playlist .plyr__controls .plyr__controls__item{margin:0}.plyr-playlist .plyr__controls .plyr__controls__item.plyr__progress__container{padding:0}.plyr-playlist .plyr__controls .plyr__poster{position:static;display:block;opacity:1;width:2rem;height:2rem;-ms-flex-negative:0;flex-shrink:0;border-radius:4px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;background-color:rgba(120,120,120,.1)}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:block}.plyr__row{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center}.plyr__col{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;width:1%;padding:0 calc(var(--plyr-control-spacing,10px)*.7)}.plyr__col .plyr__timer{margin:0 .25rem}.plyr__control.plyr__tab-focus,.plyr__control:hover,.plyr__control[aria-expanded=true]{background-color:transparent!important;color:inherit!important;box-shadow:none!important}.plyr__controls .plyr__poster{margin-left:calc(var(--plyr-control-spacing,10px)*.5)}.plyr__poster+.plyr__info{padding:0 calc(var(--plyr-control-spacing,10px))}.plyr__info{display:flex;flex-wrap:wrap;align-items:center;flex:1;grid-column-gap:.25rem}.plyr-item-title,.plyr__author,.plyr__title{display:block;display:-webkit-box;max-height:calc(var(--plyr-line) * var(--plyr-line-height,1.6rem));-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:var(--plyr-line);word-break:break-all;line-height:var(--plyr-line-height)}.plyr__title{font-size:14px;font-weight:500;line-height:calc(18/14);width:100%}.plyr__author,.plyr__queue{color:var(--text-secondary-color,#888);font-size:12px;line-height:calc(14/12)}.plyr__queue{display:flex;cursor:pointer;flex:1}.plyr__queue span{flex:1}.plyr__queue svg{width:24px;height:24px;margin-top:-.75rem;fill:currentColor}.plyr-preview{display:none;font-size:10px;line-height:1.2;font-weight:600;text-transform:uppercase;background-color:var(--color-primary,#666);color:#fff;padding:0 3px;margin:2px 0;border-radius:3px}.plyr-is-preview .plyr-preview{display:inline-flex}.plyr-live{display:inline-flex;align-items:center;grid-gap:4px;border-radius:3px;text-transform:uppercase;font-size:10px}.plyr-live:before{display:inline-block;content:'';width:8px;height:8px;border-radius:8px;border:2px solid;-webkit-animation:background-color 1s linear infinite;animation:background-color 1s linear infinite}.plyr-playlist .plyr__time+.plyr__time:before{margin-right:calc(var(--plyr-control-spacing,10px)/ 2)}.plyr-playlist .plyr__volume{width:auto;min-width:auto;background-color:inherit;position:relative}.plyr-playlist .plyr__volume input{display:none;position:absolute;transform:rotate(-90deg);transform-origin:left top;width:6rem;height:2.5rem;background-color:inherit;padding:0 1rem;border-radius:6px;bottom:0;margin:0;box-shadow:0 0 2px rgba(0,0,0,.15)}.plyr-playlist .plyr__volume:active input,.plyr-playlist .plyr__volume:hover input{display:block}.plyr__toggle-video:not(.plyr-fullscreen) .plyr__video-wrapper{display:none}.plyr-playlist{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;color:currentColor;background-color:inherit;position:relative;--plyr-video-progress-buffered-background:rgba(193, 200, 209, 0.6)}.plyr-playlist a{text-decoration:none;color:inherit}.plyr-playlist{position:fixed;left:0;right:0;bottom:0;z-index:1000;box-shadow:0 -1px 0 rgba(130,140,150,.1),0 1px 0 rgba(130,140,150,.1);min-height:var(--plyr-control-height)}.plyr-list-wrap{background-color:inherit;position:relative;z-index:2}.plyr-list{display:flex;flex-direction:column;width:480px;height:600px;max-height:calc(100vh - 12rem);position:absolute;bottom:calc(var(--plyr-control-height) + 1rem - 1px);right:calc(1rem - 1px);background-color:inherit;border-radius:5px;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 15px rgba(0,0,0,.1);background-clip:padding-box;pointer-events:none;opacity:0;font-size:14px;transform:translate3d(0,1rem,0);transition:opacity .2s,transform .2s cubic-bezier(.25,.8,.25,1)}.plyr-playlist.open .plyr-list{transform:translate3d(0,0,0);pointer-events:inherit;opacity:1}.plyr-playlist .add_to_cart_button{font-size:11px;padding:2px 6px}.plyr-list-header{padding:1rem 1rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center}.plyr-list-header h4{font-size:1rem;margin:0;flex:1}.plyr-list-header .close{padding:0 .5rem!important;font-size:1.25rem!important;opacity:.5}.plyr-clear{padding:.125rem .5rem;background-color:transparent;color:inherit;border-radius:2px;border:1px solid rgba(0,0,0,.05);font-size:12px}.plyr-list-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.plyr-list-empty{padding:1rem 5rem;text-align:center;color:var(--text-secondary-color,#888)}.plyr-item{display:-ms-flexbox;display:flex;padding:.5rem 1rem;cursor:pointer;position:relative;align-items:center}.plyr-item.active,.plyr-item:hover{background-color:rgba(150,155,160,.2);border-bottom-color:transparent}.plyr-list .close{background:0 0;color:inherit;line-height:1;font-weight:400;font-size:1rem;border:none;cursor:pointer;height:auto;padding:.5rem}.plyr-item .close{display:none}.plyr-item:active .close,.plyr-item:hover .close{display:block}.plyr-item .btn-play{width:24px;height:24px;font-size:10px;display:none;margin:6px;background:#fff!important;border:none}.plyr-item.active .btn-play,.plyr-item:active .btn-play,.plyr-item:hover .btn-play{display:inline-flex}.plyr-item .btn-like{height:auto;line-height:0}.plyr-item .plyr-item-poster{border-radius:2px;background-size:cover;background-position:50% 50%;background-color:rgba(110,120,130,.1);flex:0;width:36px;height:36px;min-width:36px;display:inline-flex;justify-content:center}.plyr-item .plyr-item-content{line-height:1.4;padding:0 1rem;flex:1;width:1%}.plyr-item .plyr-item-author{color:var(--text-secondary-color,#888)}.plyr-fullscreen{background-color:#000!important;color:#fff!important}.plyr-fullscreen .plyr__controls{position:absolute;left:0;right:0;bottom:0;background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5)))!important}.plyr-playlist:not(.plyr-theme-video) .plyr--video.plyr--hide-controls:not(.plyr-fullscreen) .plyr__controls{opacity:1;transform:none}.plyr-playlist .plyr--video.plyr--hide-controls:not(.plyr-fullscreen) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr-fullscreen.plyr--is-ios{position:fixed!important}.plyr-fullscreen.plyr--is-ios .plyr__video-wrapper{top:50%;transform:translateY(-50%)}.plyr-fullscreen [data-plyr=list]{display:none}.plyr-playlist .plyr--video{overflow:visible;background-color:transparent;background-color:inherit;position:relative}.plyr-playlist .plyr__video-wrapper{aspect-ratio:var(--plyr-aspect-ratio)}.plyr-playlist .plyr:not(.plyr-fullscreen) .plyr__video-wrapper{position:absolute;bottom:calc(100% + 1rem);right:1rem;height:auto;width:calc(var(--plyr-aspect-ratio) * var(--plyr-mini-player-height));box-shadow:0 12px 16px 1px rgba(0,0,0,.15),0 4px 22px 3px rgba(0,0,0,.1),0 6px 7px -4px rgba(0,0,0,.3)}.plyr-playlist .plyr__video-wrapper video{border:0;left:0;position:absolute;top:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{width:100%;height:calc(100% + 15rem);transform:translateY(-7.5rem)!important;position:absolute;max-width:inherit!important;padding:0}.plyr-playlist [data-plyr=download],.plyr-playlist [data-plyr=purchase]{display:inline-flex;align-items:center}.plyr-playlist .plyr--audio [data-plyr=video],.plyr-playlist [data-plyr=download]:not(.is-downloadable),.plyr-playlist [data-plyr=purchase]:not(.is-purchasable){display:none}.plyr--vimeo .plyr__video-wrapper .plyr__poster,.plyr--youtube .plyr__video-wrapper .plyr__poster{display:none}.plyr-duration-wrap{display:flex;justify-content:flex-start;flex:1}.plyr__waveform .waveform-time{visibility:hidden}.plyr-theme- .plyr__info{width:240px;max-width:240px}.plyr-theme-1 .plyr__title{width:auto}.plyr-theme-2 .plyr__progress__container{position:absolute;top:0;left:0;right:0;margin:0;padding:0!important;top:-7px}.plyr-theme-2 [data-plyr=play]{border-radius:100%;padding:11px;margin:-2px .25rem}@media (min-width:768px){.plyr-theme-3{--plyr-range-track-height:3px}}.plyr-theme-3 .plyr-control-center{flex-direction:column}.plyr-theme-3 [data-plyr=repeat],.plyr-theme-3 [data-plyr=shuffle]{transform:scale(.75)}.plyr-theme-3 [data-plyr=play]{--plyr-control-icon-size:20px}.plyr-theme-3 .waveform_wrap{height:24px!important;margin:-10px 0}.plyr button[data-plyr=close]{display:none}.plyr-theme-video{--plyr-video-progress-buffered-background:rgba(255, 255, 255, 0.6)}.single-station .plyr-theme-video{width:100vw;height:56.25vw;max-height:calc(100vh - 169px)}.single-station .plyr-theme-video .plyr{height:100%}.single-station .plyr-theme-video [data-plyr=repeat],.single-station .plyr-theme-video [data-plyr=shuffle],.single-station .plyr-theme-video [data-plyr=video]{display:none}.plyr-theme-video .plyr-initing:after{z-index:1;color:#fff;border-width:5px;width:4rem;height:4rem;margin-left:-2rem;margin-top:-2rem}.plyr-theme-video .plyr:not(.plyr-fullscreen) .plyr__video-wrapper{width:100%;height:100%;bottom:0;right:0;box-shadow:none!important;display:block}.plyr-theme-video .plyr:not(.plyr-fullscreen) .plyr__video-embed iframe{pointer-events:none}.plyr-theme-video .plyr-list-wrap{display:none;background-color:transparent;z-index:0}.plyr-theme-video .plyr-list-header,.plyr-theme-video .plyr__author,.plyr-theme-video .plyr__controls .btn-like,.plyr-theme-video .plyr__controls .btn-purchase,.plyr-theme-video .plyr__controls .plyr__info,.plyr-theme-video .plyr__controls .plyr__poster,.plyr-theme-video .plyr__controls [data-plyr=download],.plyr-theme-video .plyr__controls [data-plyr=list]{display:none!important}.plyr-theme-video .plyr__info{padding:.75rem 1rem;margin:0}.plyr-theme-video .plyr__info .plyr__title{margin-inline-end:2rem;-webkit-margin-end:2rem}.plyr-theme-video .plyr-list{height:0;max-height:calc(100vh - 20rem);border:none;border-top:1px solid rgba(120,130,140,.1);position:static;width:auto;transition:height .2s;box-shadow:none}.plyr-theme-video.open .plyr-list{height:15rem}.plyr-theme-video .plyr-item-poster{min-width:64px;border-radius:6px}.plyr-theme-video.open [data-plyr=list] svg{transform:rotate(-180deg)}.plyr-theme-video .plyr-list-header .close{display:none}.plyr-theme-video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:3;background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.95)));color:var(--plyr-video-control-color,#fff);transform:none!important}.plyr-theme-video .plyr-duration-wrap{padding:.5rem}.plyr-theme-video .plyr__progress__container{position:absolute;left:var(--plyr-control-spacing,10px);right:var(--plyr-control-spacing,10px);bottom:calc(100% - var(--plyr-range-thumb-height,13px));display:block}body:not(.single-station) .plyr-theme-video{width:calc(var(--plyr-aspect-ratio) * var(--plyr-mini-player-height));position:fixed;left:auto;right:1rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 3px 6px 0 rgba(0,0,0,.2);border-radius:8px 8px 0 0}body:not(.single-station) .plyr-theme-video.close-player{display:none}body:not(.single-station) .plyr-theme-video .plyr--audio:before{height:0;content:'';display:block;padding-bottom:56.25%!important;z-index:1}body:not(.single-station) .plyr-theme-video .plyr{background-color:#000;border-radius:inherit}body:not(.single-station) .plyr-theme-video .plyr-list-wrap{display:block}body:not(.single-station) .plyr-theme-video .plyr__controls{top:0;justify-content:space-around;padding-left:15%;padding-right:15%;background:0 0;border-radius:inherit}body:not(.single-station) .plyr-theme-video .plyr__video-wrapper{position:relative!important;right:auto!important;border-radius:inherit}body:not(.single-station) .plyr-theme-video .plyr__controls .plyr__waveform,body:not(.single-station) .plyr-theme-video .plyr__controls>*{display:none}body:not(.single-station) .plyr-theme-video .plyr--video.plyr--hide-controls .plyr__controls{opacity:1}body:not(.single-station) .plyr-theme-video .plyr__controls .plyr-duration-wrap,body:not(.single-station) .plyr-theme-video .plyr__controls [data-plyr=close],body:not(.single-station) .plyr-theme-video .plyr__controls [data-plyr=next],body:not(.single-station) .plyr-theme-video .plyr__controls [data-plyr=play],body:not(.single-station) .plyr-theme-video .plyr__controls [data-plyr=prev]{display:inline-flex;opacity:0;position:relative;z-index:3}body:not(.single-station) .plyr-theme-video .plyr__controls:hover>:not(.plyr__progress__container){opacity:1}body:not(.single-station) .plyr-theme-video .plyr__controls .plyr__progress__container{display:block;top:auto;bottom:calc(var(--plyr-range-track-height) - var(--plyr-range-thumb-height));left:0;right:0;opacity:1;z-index:3}body:not(.single-station) .plyr-theme-video .plyr--audio .plyr__controls .plyr__poster{display:block!important;position:absolute;width:100%;height:100%;margin:0;z-index:-1;border-radius:inherit}body:not(.single-station) .plyr-theme-video .plyr__controls [data-plyr=close]{position:absolute;right:0;top:0;opacity:0}body:not(.single-station) .plyr-theme-video .plyr__controls [data-plyr=close] svg{width:1.25rem;height:1.25rem}body:not(.single-station) .plyr-theme-video .plyr__controls .plyr-duration-wrap{position:absolute;bottom:0;left:0}body:not(.single-station) .plyr-theme-video .plyr__controls svg{width:2rem;height:2rem}.is-buffering body:not(.single-station) .plyr-theme-video .plyr__controls:after,body:not(.single-station) .plyr-theme-video .plyr__controls:hover:after{content:"";display:block;width:100%;height:100%;position:absolute;z-index:2;top:0;background-color:rgba(0,0,0,.55);border-radius:inherit}.is-buffering body:not(.single-station) .plyr-theme-video .plyr__controls>*,.plyr-theme-video .plyr--paused .plyr__controls>*{opacity:1}.is-buffering body:not(.single-station) .plyr-theme-video [data-plyr=play]:after{border-width:5px;width:120%;height:120%;left:-10%;top:-10%;opacity:.5}.sequence-player{position:absolute;z-index:1;left:0;right:0;top:0;bottom:0;border-radius:inherit}.sequence-player .plyr-playlist{position:absolute!important;right:0!important;bottom:0!important;border-radius:inherit!important;width:100%!important;height:100%}.sequence-player .plyr__controls{top:auto!important}.sequence-player .plyr__video-wrapper{bottom:0!important;right:0!important;width:100%!important;height:100%!important}.sequence-player .plyr{min-width:auto;height:100%;border-radius:inherit;overflow:hidden}.sequence-player .plyr-list-wrap,.sequence-player .plyr__controls:after,.sequence-player .plyr__controls>:not(.plyr__progress__container){display:none!important}.plyr-playlist:not(.plyr-theme-video) .plyr__ads{display:none;width:320px;height:180px;top:auto;left:auto;right:1rem;bottom:calc(100% + 1rem);box-shadow:0 12px 16px 1px rgba(0,0,0,.15),0 4px 22px 3px rgba(0,0,0,.1),0 6px 7px -4px rgba(0,0,0,.3)}.plyr--adsing .plyr__ads{display:block!important}.plyr__ads::after{right:auto;left:var(--plyr-control-spacing,10px);background-color:transparent;text-shadow:0 0 4px rgba(0,0,0,.75)}.plyr__ads>div,.plyr__ads>div iframe{width:100%!important;height:100%!important}.dark .play-embed-body{color:#fff}.play-embed-body .plyr,.play-embed-body .plyr-playlist{min-height:0}.play-embed-body .plyr-playlist{box-shadow:none;background-color:#000;color:#fff}.play-embed-body .plyr-playlist .plyr__msg{display:none}.play-embed-body .plyr-playlist .plyr--audio .plyr__controls{display:none}.play-embed-body .plyr-playlist .plyr--video{color:#fff}.play-embed-body .plyr-playlist .plyr__video-wrapper{bottom:0!important;right:0!important;width:100%!important}.play-embed-body .plyr-playlist .btn-download,.play-embed-body .plyr-playlist .btn-like,.play-embed-body .plyr-playlist .plyr__info,.play-embed-body .plyr-playlist .plyr__poster,.play-embed-body .plyr-playlist [data-plyr=list],.play-embed-body .plyr-playlist [data-plyr=next],.play-embed-body .plyr-playlist [data-plyr=prev],.play-embed-body .plyr-playlist [data-plyr=repeat],.play-embed-body .plyr-playlist [data-plyr=shuffle],.play-embed-body .plyr-playlist [data-plyr=video]{display:none}.play-embed-body .plyr-playlist .plyr__menu,.play-embed-body .plyr-playlist .plyr__time,.play-embed-body .plyr-playlist .plyr__volume{display:block!important}.play-embed-body .plyr-playlist .plyr__volume{margin-inline-start:auto;-webkit-margin-start:auto}.play-embed{display:flex;font-family:arial;font-size:14px}.play-embed a{text-decoration:none;color:inherit}.play-embed .site-brand{display:flex;align-items:center}.play-embed .site-logo{line-height:0}.play-embed .site-logo img,.play-embed .site-logo svg{width:auto;max-height:1.25rem}.play-embed .site-title{font-size:11px;color:var(--text-secondary-color,#888);margin:0 .25rem}.play-embed .entry-title{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:normal;font-size:1rem}.play-embed .entry-meta{margin:.25rem 0 0 0;color:var(--text-secondary-color,#888);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-embed figure{margin:10px;width:120px;height:120px;border-radius:4px;position:relative}.play-embed figure img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:4px}.play-embed.user .avatar{border-radius:100%;display:block;background-color:rgba(120,130,140,.1);position:relative}.play-embed.user .avatar:after{content:"";display:block;padding-top:100%}.play-embed.user .avatar img,.play-embed.user .avatar-name{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;font-weight:bolder;text-transform:uppercase}.play-embed.user .play-embed-footer{position:absolute;width:100%;bottom:0}.play-embed.user .play-embed-content{justify-content:center;position:relative}.play-embed-content{margin:10px;flex:1;width:1%;display:flex;flex-direction:column}.play-embed-header{display:flex}.play-embed-header .btn-play{flex-shrink:0;border-style:solid}.play-embed .waveform{margin:.5rem 0}.play-embed .waveform .btn-play,.play-embed .waveform .sep-1{display:none}.play-embed-footer{display:flex;margin-top:auto;margin-bottom:.25rem;align-items:center}.play-embed .posted-on{font-size:11px;color:var(--text-secondary-color,#888);margin-right:auto}.share-embed{margin:-10px -10px 0 -10px}.share-embed [type=single]{max-height:140px}.play-embed-list{font-family:arial;font-size:13px;font-weight:400;margin:0 10px;max-height:84px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.play-embed-list a{color:inherit;text-decoration:none;pointer-events:none}.play-embed-list .post-thumbnail{width:1.5rem;height:1.5rem;line-height:0;margin:0;flex-shrink:0;position:relative}.play-embed-list img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:2px}.play-embed-list h3{font-weight:400;font-size:13px;margin:0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-embed-list .icon-play{transform:scale(.75);opacity:.5;padding:.5rem}.play-embed-list .block-loop-title{display:none}.play-embed-list .block-loop-item{display:flex;align-items:center;border-top:1px solid rgba(150,160,170,.2);padding:.25rem 0;min-height:28px}.play-embed-list .block-loop-item.active{background-color:rgba(150,160,170,.075)}.play-embed-list .btn-more,.play-embed-list .btn-playlist,.play-embed-list .btn-purchase,.play-embed-list .entry-action,.play-embed-list .entry-avatar,.play-embed-list .entry-badge,.play-embed-list .entry-footer{display:none}.play-embed-list .entry-header-inner{display:flex}.play-embed-list .entry-meta{color:var(--text-secondary-color,#888);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-embed-cat{display:flex;grid-gap:.25rem}.play-embed-cat a{font-size:11px;background-color:#999;color:#fff;padding:2px 8px;border-radius:1rem}.plyr-playlist .plyr--mixcloud .plyr__video-wrapper,.plyr-playlist .plyr--mixcloud [data-plyr=fullscreen],.plyr-playlist .plyr--mixcloud [data-plyr=video],.plyr-playlist .plyr--soundcloud .plyr__video-wrapper,.plyr-playlist .plyr--soundcloud [data-plyr=fullscreen],.plyr-playlist .plyr--soundcloud [data-plyr=video],.plyr-playlist .plyr--spotify [data-plyr=fullscreen],.plyr-playlist .plyr--spotify [data-plyr=video]{display:none}.plyr-control-center,.plyr-control-left,.plyr-control-right{display:flex;flex:1;align-items:center}.plyr-control-right{justify-content:flex-end;background-color:inherit}.plyr-control-center{justify-content:center;align-items:center}.plyr-control-center-top{display:flex;justify-content:center;align-items:center;padding-bottom:3px;width:100%}.plyr-control-center-bottom{display:flex;width:100%;align-items:center}.plyr__msg{display:none;position:absolute;z-index:100000;left:50%;transform:translateX(-50%);bottom:calc(var(--plyr-control-height) + 2rem)}.plyr__msg_content{display:flex;align-items:center;grid-gap:1rem;padding:1rem 1rem;border-radius:6px;background-color:#ff0020;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.plyr__msg .close{border:none;font-size:1rem;padding:4px 8px;line-height:1;background:0 0;color:inherit}@media (min-width:961px){:root{--plyr-mini-player-height:225px}}@media (max-width:960px){.plyr-playlist .plyr__time,.plyr-playlist .plyr__volume{display:none!important;margin:0}}@media (max-width:767px){.plyr-playlist .add_to_cart_button,.plyr-playlist .plyr__volume,.plyr-playlist .plyr__waveform,.plyr-playlist [data-plyr=pip],.plyr-playlist [data-plyr=purchase],.plyr-playlist:not(.plyr-theme-video) .plyr__menu,.plyr-playlist:not(.plyr-theme-video) [data-plyr=captions]{display:none!important;margin:0}.plyr-playlist.plyr-muted .plyr__volume{display:block!important}.plyr-playlist .plyr__progress__container{position:absolute;left:0;right:0;top:-6px;bottom:auto;margin:0!important;padding:0}.plyr-list{width:auto;left:1rem}.plyr button{display:block;height:auto;margin:0}.plyr-theme-0 .plyr__info{width:1%;flex:1}.plyr .plyr__ads{right:50%;transform:translateX(50%)}.plyr-control-center-top{padding:0}}@media (max-width:600px){:root{--plyr-mini-player-height:90px}body:not(.single-station) .plyr-theme-video{--plyr-mini-player-height:160px}.plyr-playlist .plyr__controls>.plyr__col,.plyr-playlist .plyr__info,.plyr-playlist .plyr__poster{order:-1}.plyr-control-center,.plyr-control-right{flex:initial}}@media (max-width:480px){.plyr-playlist [data-plyr=repeat],.plyr-playlist [data-plyr=shuffle]{display:none}}@media (min-width:768px){:root{--plyr-control-spacing:1rem}.plyr-theme-3{--plyr-control-height:5rem}.plyr-theme-3 .plyr__poster{width:3rem!important;height:3rem!important}.plyr-control-center{margin:0 1rem}.plyr-playlist:not(.plyr-theme-video) .plyr__waveform+.plyr__progress{display:none}}@-webkit-keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-webkit-keyframes background-color{0%{background-color:transparent}50%{background-color:currentColor}100%{background-color:transparent}}@keyframes background-color{0%{background-color:transparent}50%{background-color:currentColor}100%{background-color:transparent}}@-webkit-keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}@keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}body{--dropdown-menu-radius:0.25rem;--modal-radius:0.625rem;--dropdown-menu-width:10rem;--dropdown-menu-item-background:rgba(150,155,160,0.2);--more-line:2;--more-line-height:1.25rem;--fadeDirection:270}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:600;line-height:1;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:11px;word-wrap:break-word;opacity:0;--tooltip:var(--tooltip-color, #222)}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.35rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.tooltip-inner{max-width:200px;padding:.5rem 1rem;color:#fff;text-align:center;background-color:var(--tooltip);border-radius:1rem}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.35rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.35rem .35rem 0;border-top-color:var(--tooltip)}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .35rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.35rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.35rem .35rem .35rem 0;border-right-color:var(--tooltip)}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.35rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .35rem .35rem;border-bottom-color:var(--tooltip)}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .35rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.35rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.35rem 0 .35rem .35rem;border-left-color:var(--tooltip)}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;box-shadow:0 1px 2px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.35);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:var(--dropdown-menu-width,10rem);padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:#212529;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.05);box-shadow:0 3px 5px rgba(0,0,0,.05);border-radius:var(--dropdown-menu-radius,.25rem);text-shadow:none;text-align:initial}.dropdown-toggle{cursor:pointer;display:inline-block;text-align:center;min-width:1.5rem}.button.dropdown-toggle{padding-left:1rem;padding-right:1rem}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-inline-start:.3em;-webkit-margin-start:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-menu.show{display:block}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-menu[x-out-of-boundaries]{display:none}.dropdown-menu ul{display:block!important;list-style:none;padding:0;margin-bottom:0}.dropdown-item,.dropdown-menu li a{display:block;width:100%;padding:.5rem 1.5rem;box-sizing:border-box;clear:both;font-weight:400;border-radius:0;font-size:13px;cursor:pointer}.dropdown-item:hover,.dropdown-menu .cat-item a:hover,.dropdown-menu .play-notification-item:hover{color:inherit;background-color:var(--dropdown-menu-item-background)}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--dropdown-menu-item-background)}.dropdown-menu .play-notification-item{border:none}.dropdown-term-filter,.loop-filter-item .dropdown-menu{max-height:15rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.dropdown-term-filter::-webkit-scrollbar{display:none}.dropdown-term-filter ul ul a{padding-inline-start:2rem;-webkit-padding-start:2rem}.archive-header-with-filter{position:relative;display:flex;align-items:center}.archive-header-with-filter .archive-title{margin-top:var(--y-gap,1.5rem)}.archive-description{display:flex;align-items:flex-start;grid-gap:1.5rem}.archive-description img{flex:0 0 auto;width:25%;border-radius:6px}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal{position:fixed;top:0;left:0;z-index:100050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 3.5rem);text-align:initial}.modal-loading .modal-dialog{max-width:5rem!important;margin-left:auto;margin-right:auto}.modal-loading .modal-body{padding:2rem}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-content{position:relative;width:100%;pointer-events:auto;color:#222;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:var(--modal-radius,.5rem);outline:0}.modal-body,.modal-footer,.modal-header{padding:2rem}.modal-body+.modal-footer,.modal-header+.modal-body{padding-top:0}.modal-header{display:flex;align-items:center}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end}.modal-title{margin:0;flex:1}.modal-title h2{margin:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:100040;width:100vw;height:100vh;background-color:#000}.modal .modal-backdrop{z-index:-1;background-color:rgba(0,0,0,.75)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.75}.modal .close{background-color:transparent;color:inherit;border:none;display:inline-block;padding:0 .5rem;margin:-.25rem -.5rem;font-size:1.5rem;font-weight:400;opacity:.5;line-height:1;align-self:flex-start}.modal .close:hover{opacity:1}.modal-loading .close{display:none}.moreless,[data-plugin=moreless]{word-break:break-word;position:relative;display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:var(--more-line,2);max-height:calc(var(--more-line,2) * 21px)}.moreless p,[data-plugin=moreless] p{margin-bottom:1.5em}.btn-moreless{--bg-start-color:rgba(255, 255, 255, 0);position:absolute;right:0;bottom:0;padding:0;border:none;border-radius:0;background-color:transparent;color:inherit;font-size:inherit;padding-inline-start:2rem;-webkit-padding-start:2rem;background:linear-gradient(90deg,var(--bg-start-color) 0,var(--body-bg-color) 2rem)}.dark .btn-moreless{--bg-start-color:rgba(0, 0, 0, 0)}.rtl .btn-moreless{left:0;right:auto;background:linear-gradient(-90deg,var(--bg-start-color) 0,var(--body-bg-color) 2rem)}.btn-moreless span+span{display:none}.moreless.show{--more-line:20000}.moreless.show .btn-moreless span:first-child{display:none}.moreless.show .btn-moreless span+span{display:inline-block}.btn-comment,.btn-download,.btn-purchase,button.btn-like,button.btn-more{display:inline-flex;align-items:center;padding:.5rem;min-width:2rem;line-height:1;color:inherit;background-color:transparent;border:none;outline:0}button.btn-like:hover,button.btn-more:hover{color:inherit;background-color:transparent}.btn-follow:not(.active){background-color:transparent}.btn-follow.active{background-color:currentColor}.btn-follow.active span{color:#fff}.btn-follow .following{display:none}.btn-follow.active .follow{display:none}.btn-follow.active .following{display:inline}.entry-cat,.entry-tag{list-style:none;padding:0}.file-upload-wrap{display:flex;margin-bottom:1em}.file-upload{position:relative;display:flex}.file-upload input:focus~.post-thumbnail{border:1px solid var(--color-primary,rgba(140,150,160,.3))}.file-upload input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:1;cursor:pointer}.file-upload .pos{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;z-index:2;background-color:rgba(50,50,50,.25);color:#fff;text-align:center}.file-upload button{white-space:nowrap}.file-upload:focus .pos,.file-upload:hover .pos{opacity:1}.file-upload .post-thumbnail:after{padding-top:100%}.file-upload .avatar{position:absolute;width:100%;left:0;border-radius:50%;vertical-align:middle}.file-upload .post-thumbnail{width:100%;position:relative;padding:0;border-radius:4px;margin-bottom:1rem;padding:0!important}.file-upload .post-thumbnail.circle{border-radius:50%}.file-upload .post-thumbnail:after{content:"";display:block;padding-top:100%}.file-upload .post-thumbnail img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:inherit}.checkable{display:flex;margin-bottom:1em}.checkable>input{margin-top:2px!important}.checkable>input:checked~* .hide{display:block!important}.form .flex-row p{flex:1}.form-action{display:flex;justify-content:flex-end;align-items:center}.track-list{display:block;list-style:none;padding:0}.track-list .remove{display:inline-block;opacity:.5;font-size:18px;cursor:pointer;line-height:1;padding:1rem}.track-list-title{flex:1;width:1%;border:none;background-color:transparent;padding:1rem 0;height:auto}.sortable-placeholder{min-height:3.5rem;border:1px dotted rgba(140,150,160,.2)}.track-list li{display:flex;margin-bottom:4px;padding:0;height:auto;position:relative}.track-list.single li{position:static}.track-list.single{height:0;overflow:hidden}.handle{width:16px;opacity:.5;cursor:move;position:relative;padding:1rem 1.5rem}.handle:after,.handle:before{position:absolute;top:50%;transform:translateY(-50%);left:1rem;content:"";display:block;height:.75rem;width:1rem;border:2px solid currentColor;border-left:none;border-right:0}.handle:after{height:0;border-top:none}.upload-start{background-color:#fff;border:1px solid rgba(140,150,160,.2);display:block}.dark .upload-start{background-color:transparent}.upload-start h3{font-size:1.25rem}.dragdrop-upload,.online-upload{padding:5rem 2rem;flex-basis:100%;text-align:center}.dragdrop-upload{background-color:rgba(140,150,160,.05);border-bottom:1px solid rgba(140,150,160,.1)}.dragdrop-upload.dropover{background-color:rgba(140,150,160,.1)}.dragdrop-upload .file-upload{display:inline-block}.url-upload{display:inline-block;width:75%}.url-upload input{width:100%}.file-upload .progress,.modal .progress{position:absolute;z-index:1;width:100%;height:2px;left:0;top:0;display:flex}.progress-bar{background-color:#0d6efd;display:inline-block;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.file-uploaded,.file-uploading{display:none}.flex{width:1%;flex:1;min-width:1rem}@media only screen and (min-width:600px){.upload-start{display:flex}.dragdrop-upload{border-bottom:none;border-right:1px solid rgba(150,160,170,.1)}}@media only screen and (min-width:992px){.flex-row{display:flex}.sep{width:2rem;flex-shrink:0}}#login-form{font-size:.9375rem;max-width:32rem;margin:5rem auto}#login-form .input{width:100%}#login-form .message{color:#3c3;margin:1rem 0}.login-form-links{display:inline-flex;flex-direction:column}.login-form-links a{margin:.25rem 0}#login-form .message #login_error,.error,.required{color:#f35}#message,.form-message{margin-bottom:1rem}#message:empty,.form-message:empty{display:none}.success{color:#390}#login-form .message #login_error a{display:none}.modal #comments{padding:1.5rem;margin-bottom:0}.modal .comments-backdrop{display:none}.modal .comments-title .close{display:block}.modal .comments-title a{pointer-events:none}#login-modal #login-form,#upload-modal #upload{margin:0;padding:2rem}#login-modal #loginform{display:block}#login-modal h2{margin-top:0}#upload-modal .modal-dialog{max-width:960px}#playlist-modal .entry-title{font-size:14px!important}#playlist-modal form{flex:1;display:flex;align-items:center}#playlist-modal form label{margin:0}#playlist-modal form input{flex:1;width:1%;margin:0 .5rem}#playlist-modal .block-loop-items{--grid-gap:0.75rem;margin-bottom:0}#playlist-modal .block-loop-item .entry-meta>span:after{content:'';display:inline-block;width:.5rem}#playlist-modal .count{display:inline-block}.user-verified{display:inline-flex}.verified{width:.75em;height:.75em;min-width:10px;min-height:10px;display:inline-block;background-color:#999;color:#fff;position:relative;border-radius:50%;margin-inline-start:.25em;-webkit-margin-start:.25rem;display:inline-flex;align-items:center;justify-content:center}.verified:after{content:"";display:block;width:.425em;height:.25em;border-left:.1em solid currentColor;border-bottom:.1em solid currentColor;transform:translate(-50%,calc(-50% - .05em)) rotate(-45deg);position:absolute;left:50%;top:50%}#share-modal .input{width:100%}#embed-code{margin-bottom:2rem}.share-list{margin-bottom:1rem}.share-list a{width:3.5rem;height:3.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #efefef;border-radius:100%;margin:4px;transition:background-color .2s}.share-list a:hover{background-color:#000;color:#fff}.waveform{display:flex;align-items:center}.waveform .btn-play{border-width:3px;width:3rem;height:3rem;border-color:currentColor;font-size:1.25rem}.waveform-container{color:inherit;flex:1;position:relative;border-width:0}.waveform-time span{font-size:10px;font-weight:600;background-color:rgba(255,255,255,.6);padding:0 5px;display:inline-block;height:1rem;line-height:1rem;border-radius:1rem;user-select:none}.waveform-time span:first-child{margin-inline-end:auto;-webkit-margin-end:auto}.dark .waveform-time span{background-color:rgba(0,0,0,.3)}.waveform_wrap{line-height:0}.sep-1{width:.5rem;flex-shrink:0}.editor-note{margin-top:1rem}.editor-note-title,.station-copyright{color:#999}.ranks{list-style:none;padding:0;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:1rem}.ranks li{padding:1rem;background-color:rgba(140,150,160,.075);border-radius:4px;display:block;font-size:11px;text-align:center}.ranks strong{font-size:1.5rem;line-height:1.2;display:block}form.processing{opacity:.5;cursor:wait;pointer-events:none}.private{background-color:#666;color:rgba(255,255,255,1);display:inline-block;border-radius:2px;padding:0 .15rem;font-style:normal;font-size:.25em;vertical-align:.25em;font-weight:500}.modal table td,.modal table th{border:none}.entry-meta form{margin-bottom:0!important}.dropdown-menu-notificaitons{width:320px;font-size:max(90%,13px)}.dropdown-menu-notificaitons .play-notification-item{padding:.5rem 1rem}.dropdown-menu-notificaitons .user-notifications{max-height:360px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.dropdown-menu-notificaitons .block-loop-items{margin-bottom:0}.dropdown-menu-notificaitons .spinner{display:block;margin:2rem auto}.dropdown-menu-notificaitons .block-loop-items .play-notification-item:last-child{border-bottom:none}.user-notifications .block-loop-items{grid-gap:0}.user-notifications .block-loop-items .scroller{margin-top:2rem}.dropdown-menu-notificaitons .block-loop-empty{padding:2rem 2rem 1rem;text-align:center}.play-notification-item{display:flex;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid rgba(150,160,170,.15)}.play-notification-item .user-avatar .avatar{width:2.5rem;height:2.5rem}.play-notification-content{flex:1;width:1%}.play-notification-item a{font-weight:600}.play-notification-date{display:block;color:var(--text-secondary-color,#888)}.view-all-notifications{padding:.5rem 1rem 0;border-top:1px solid rgba(150,160,170,.15);text-align:center}.wp-block-loop-empty~.view-all-notifications{display:none}li[data-toggle=dropdown]{cursor:pointer}.edd-loading{border:.2em solid currentColor;border-left-color:transparent}.menu-cart .cart-quantity,.nav .count{position:relative;top:-10px;margin:0 -8px;display:inline-block;padding:0;font-size:11px;text-align:center;height:18px;min-width:18px;line-height:18px;color:#fff;border-radius:18px;background-color:var(--color-primary,#f50)}.nav .count:empty,.search-loading #icon-search .icon-search{display:none}.search-loading #icon-search:before{content:'';display:inline-block;width:16px;height:16px;margin:2px;border-radius:50%;border:2px solid currentColor;border-left-color:transparent;opacity:.6;-webkit-animation:loading .75s linear infinite;animation:loading .75s linear infinite}.form-pwd{position:relative}.form-pwd label{display:flex}.form-pwd [type=password]{padding-inline-end:2rem;-webkit-padding-end:2rem}.form-pwd .btn-lostpassword{margin-inline-start:auto;-webkit-margin-start:auto}button.btn-toggle-pwd{position:absolute;right:0;border:none;background-color:transparent!important;padding-left:1rem;padding-right:1rem}.rtl .btn-toggle-pwd{right:auto;left:0}[type=text]~.btn-toggle-pwd .eye-on{display:none}[type=password]~.btn-toggle-pwd .eye-off{display:none}.pwd-hint{font-size:12px;margin-bottom:1.5rem}.pwd-strength{padding:0 1rem;line-height:2;text-align:center;margin-bottom:1em;margin-top:.5em;color:#000;border-radius:.25rem}.pwd-strength.short{background-color:#ffabaf}.pwd-strength.bad{background-color:#facfd2}.pwd-strength.good{background-color:#f5e6ab}.pwd-strength.strong{background-color:#b8e6bf}@keyframes loading{0%{transform:translateZ(0) rotate(0)}100%{transform:translateZ(0) rotate(359deg)}}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-sm .modal-dialog{max-width:300px}.dropdown-menu-notificaitons{width:400px}}@media (max-width:599px){.dropdown-open{overflow:hidden}#dropdown-more{position:fixed!important;transform:none!important;left:.5rem!important;top:auto!important;right:.5rem;bottom:.5rem;z-index:100050}.dropdown-open .dropdown-backdrop{background-color:rgba(0,0,0,.5);position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:100000}}.swpm-margin-10{
margin: 10px;
}
.swpm-margin-top-10{
margin-top: 10px;
}
.swpm-margin-bottom-10{
margin-bottom: 10px;
}
.swpm-hidden{
display: none;
}
.swpm-green-success-text{
font-weight: bold;
color: green;    
}
.swpm-red-error-text{
font-weight: bold;
color: red;
}
.swpm-box-shadow {
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.swpm-yellow-box{
margin: 10px 0px;
padding: 10px;
background-color: #FFFFE0;
border-color: #E6DB55;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
}
.swpm-red-box {
margin: 10px 0px;
padding: 10px;
background-color: #FFEBE8;
border-color: #CC0000;
color: #333333;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-orange-box{
margin: 10px 0px;
padding: 15px 10px;
color: #3F2502;
background-color: #FFF6D5;
border-color: #D1B655;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-white-box{
margin: 10px 0px;
padding: 15px 10px;
color: #3c434a;
background-color: #fff;
border-color: #c3c4c7;
border-width: 1px;
border-radius: 3px 3px 3px 3px;
border-style: solid;
} .swpm-grey-box{
margin: 10px 0px;
padding: 15px 10px;
background-color: #DDDDDD;
border-color: #CCCCCC;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-green-box {
margin: 10px 0px;
padding: 15px 10px;
background-color: #CCF4D6;
border-color: #059B53;
color: #043B14;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-blue-box {
margin: 10px 0px;
padding: 15px 10px;
background-color: #E7F4FE;
border-color: #AACEE6;
color: #1D263B;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
} .swpm-submit-btn-default-style {
min-width: 150px;
padding: 0.5em 1em;
cursor: pointer;
} .swpm-tooltip-notes-container{
position: relative;
display: inline-block;
}
.swpm-tooltip-notes-style-1 {
display: none;
margin-top: 5px;
padding: 4px 7px;
border-radius: 3px;
background-color: #2d2d2d;
color: #FFFFFF;
z-index: 9999;
} .swpm-payment-block-ic-wrapper{
padding: 16px;
} .swpm-button-wrapper input[type="submit"]{
width: auto !important;
height: auto !important;
}
.swpm-button-wrapper input[type="image"]{
width: auto !important;
height: auto !important;    
} .swpm-login-widget-form input,.swpm-login-widget-form checkbox{
width: auto;
}
.swpm-username-input, .swpm-password-input{
margin-bottom: 10px;
}
.swpm-login-submit{
margin: 10px 0px;
}
.swpm-login-widget-action-msg{
font-weight: bold;    
}
.swpm-logged-label{
font-weight: bold;
}
.swpm-logged-subs-status-value{
font-weight: bold;
color:#CC0000;
}
.swpm-logged-subs-status-description{
opacity: 0.8;
}
.swpm-edit-profile-link{
font-weight: bold;
}
.swpm-logged-logout-link{
font-weight: bold;
} .swpm-pw-reset-submit-button{
margin: 10px 0px;
}
.swpm-pw-reset-widget-form table{
border: none;
}
.swpm-pw-reset-widget-form tr{
border: none;
}
.swpm-pw-reset-widget-form td{
border: none;
}
.swpm-reset-pw-error{
font-weight: bold;
color: red;
}
.swpm-reset-pw-success-box{
margin: 10px 0px;
padding: 15px 10px;
background-color: #CCF4D6;
border-color: #059B53;
color: #043B14;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;    
} .swpm-registration-widget-form td{
min-width: 100px;
}
.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
width: 95%;
position: relative;
}
#swpm-accept-terms{
position: relative; }
#swpm-accept-pp{
position: relative; }
.swpm_already_used_registration_complete_link_msg{
font-weight: bold;
}
.swpm_registration_hidden_to_logged_users_msg{
font-weight: bold;
}
.swpm_registration_complete_link_invalid_msg{
font-weight: bold;
} .swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
width: 95%;
position: relative; }
.swpm-edit-profile-form select {
width: 95%;
}
.swpm-edit-profile-submit-section{
text-align: center;
}
.swpm-profile-account-delete-section{
text-align: center;
}
.swpm-profile-account-delete-section a{
color: red !important;
}
.swpm-profile-update-success{
font-weight: bold;
color: green;    
}
.swpm-profile-update-error{
font-weight: bold;
color: red;    
} .swpm-restricted{
font-weight: bold;
color:red;
}
.swpm-select-box-left{
margin: 0;
padding-bottom: 5px;
} .swpm-ppcp-txn-success-message{
font-weight: bold;
color: green;
margin: 15px 0px;
} .swpm_status_completed{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #b6e4b6;
}
.swpm_status_refunded{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #e4d4b6;
}
.swpm_status_general{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #dedede;
}
.swpm_status_subscription, .swpm_status_subscription_created{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #b6dee4;
}
.swpm_status_subscription_cancelled{
padding: 7px 15px;
width: auto;
display: inline-block;
text-align: center;
min-width: 80px;
border-radius: 4px;
background-color: #e4d4b6;
}
.swpm-active-subs-table{
width: 100%;
}
.swpm-active-subs-table td, .swpm-active-subs-table th{
text-align: left;
padding: 6px 10px;
}
.swpm-sub-attached-to-profile{
font-style: italic;
opacity: 0.7;
}
.swpm-cancel-subscription-button{
padding: 8px 15px;
text-align: center;
border-radius: 4px;
border: none; 
outline: none; 
margin: auto;
}
.swpm-cancel-subscription-button-active{
background-color: #ff6a6a;
cursor: pointer;
color: white;
}
.swpm-cancel-subscription-button-active:hover{
background-color: #d95e5e;
transition: 200ms;
}
.swpm-active-subs-api-key-error-msg{
color: #cc0000;
}
.swpm-cancel-subscription-form{
margin-bottom: 0;
} @media (max-width: 420px) {  .swpm-pw-reset-text {
width: 100%;
}
} .swpm-stats-container{
overflow: hidden;
}
.swpm-stats-container th{
font-weight: bold;
}
.swpm-stats-container .table-column{ order: 2;
}
.swpm-stats-container .char-column{ order: 1;
}
.swpm_report_date_range_form {
width: 100%;
display: flex;
align-items: end;
margin-bottom: 10px;
flex-wrap: wrap;
}
.swpm_report_date_range_form label{
font-size: smaller;
}
.swpm_report_date_range_form div:last-child{
margin-top: 5px;
}
.swpm_report_total_container{
margin-top: 6px; }
@media (min-width: 768px) {
.swpm-stats-container{
display: flex;
align-items: center;
}
.swpm-stats-container .table-column{
min-width: 50%;
order: 1;
}
.swpm-stats-container .table-column-80X{
min-width: 80%;
}
.swpm-stats-container .char-column{ flex-grow: 1;
padding: 24px 10px;
order: 2;
}
.swpm_report_date_range_form div:last-child{
margin-top: 0px;
margin-left: 4px;
}
}.weglot-flags.hw>a:before,.weglot-flags.hw>span:before{background-position:-3570px 0 !important}.weglot-flags.af>a:before,.weglot-flags.af>span:before{background-position:-6570px 0 !important}.weglot-flags.fl>a:before,.weglot-flags.fl>span:before{background-position:-3060px 0 !important}.weglot-flags.sq>a:before,.weglot-flags.sq>span:before{background-position:-2580px 0 !important}.weglot-flags.am>a:before,.weglot-flags.am>span:before{background-position:-5130px 0 !important}.weglot-flags.ar>a:before,.weglot-flags.ar>span:before{background-position:-510px 0 !important}.weglot-flags.hy>a:before,.weglot-flags.hy>span:before{background-position:-1800px 0 !important}.weglot-flags.az>a:before,.weglot-flags.az>span:before{background-position:-6840px 0 !important}.weglot-flags.ba>a:before,.weglot-flags.ba>span:before{background-position:-2040px 0 !important}.weglot-flags.eu>a:before,.weglot-flags.eu>span:before{background-position:-7260px 0 !important}.weglot-flags.be>a:before,.weglot-flags.be>span:before{background-position:-5310px 0 !important}.weglot-flags.bn>a:before,.weglot-flags.bn>span:before{background-position:-5400px 0 !important}.weglot-flags.bs>a:before,.weglot-flags.bs>span:before{background-position:-6390px 0 !important}.weglot-flags.bg>a:before,.weglot-flags.bg>span:before{background-position:-2730px 0 !important}.weglot-flags.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 0 !important}.weglot-flags.my>a:before,.weglot-flags.my>span:before{background-position:-3299px 0 !important}.weglot-flags.ca>a:before,.weglot-flags.ca>span:before{background-position:-7230px 0 !important}.weglot-flags.zh>a:before,.weglot-flags.zh>span:before{background-position:-3690px 0 !important}.weglot-flags.tw>a:before,.weglot-flags.tw>span:before{background-position:-2970px 0 !important}.weglot-flags.km>a:before,.weglot-flags.km>span:before{background-position:-6930px 0 !important}.weglot-flags.ny>a:before,.weglot-flags.ny>span:before{background-position:-1140px 0 !important}.weglot-flags.co>a:before,.weglot-flags.co>span:before{background-position:-2520px 0 !important}.weglot-flags.hr>a:before,.weglot-flags.hr>span:before{background-position:-5910px 0 !important}.weglot-flags.cs>a:before,.weglot-flags.cs>span:before{background-position:-2700px 0 !important}.weglot-flags.da>a:before,.weglot-flags.da>span:before{background-position:-2670px 0 !important}.weglot-flags.nl>a:before,.weglot-flags.nl>span:before{background-position:-2100px 0 !important}.weglot-flags.en>a:before,.weglot-flags.en>span:before{background-position:-1920px 0 !important}.weglot-flags.eo>a:before,.weglot-flags.eo>span:before{background-position:-1920px 0 !important}.weglot-flags.et>a:before,.weglot-flags.et>span:before{background-position:-2640px 0 !important}.weglot-flags.fj>a:before,.weglot-flags.fj>span:before{background-position:-1710px 0 !important}.weglot-flags.fi>a:before,.weglot-flags.fi>span:before{background-position:-2550px 0 !important}.weglot-flags.fr>a:before,.weglot-flags.fr>span:before{background-position:-2520px 0 !important}.weglot-flags.gl>a:before,.weglot-flags.gl>span:before{background-position:-7290px 0 !important}.weglot-flags.ka>a:before,.weglot-flags.ka>span:before{background-position:-5040px 0 !important}.weglot-flags.de>a:before,.weglot-flags.de>span:before{background-position:-2490px 0 !important}.weglot-flags.el>a:before,.weglot-flags.el>span:before{background-position:-2460px 0 !important}.weglot-flags.gu>a:before,.weglot-flags.gu>span:before{background-position:-1170px 0 !important}.weglot-flags.ht>a:before,.weglot-flags.ht>span:before{background-position:-4650px 0 !important}.weglot-flags.ha>a:before,.weglot-flags.ha>span:before{background-position:-900px 0 !important}.weglot-flags.he>a:before,.weglot-flags.he>span:before{background-position:-1050px 0 !important}.weglot-flags.hi>a:before,.weglot-flags.hi>span:before{background-position:-1170px 0 !important}.weglot-flags.hu>a:before,.weglot-flags.hu>span:before{background-position:-2430px 0 !important}.weglot-flags.is>a:before,.weglot-flags.is>span:before{background-position:-2400px 0 !important}.weglot-flags.ig>a:before,.weglot-flags.ig>span:before{background-position:-870px 0 !important}.weglot-flags.id>a:before,.weglot-flags.id>span:before{background-position:-3510px 0 !important}.weglot-flags.ga>a:before,.weglot-flags.ga>span:before{background-position:-2340px 0 !important}.weglot-flags.it>a:before,.weglot-flags.it>span:before{background-position:-2310px 0 !important}.weglot-flags.ja>a:before,.weglot-flags.ja>span:before{background-position:-3480px 0 !important}.weglot-flags.jv>a:before,.weglot-flags.jv>span:before{background-position:-3360px 0 !important}.weglot-flags.kn>a:before,.weglot-flags.kn>span:before{background-position:-1170px 0 !important}.weglot-flags.kk>a:before,.weglot-flags.kk>span:before{background-position:-3150px 0 !important}.weglot-flags.ko>a:before,.weglot-flags.ko>span:before{background-position:-6990px 0 !important}.weglot-flags.ku>a:before,.weglot-flags.ku>span:before{background-position:-2430px 0 !important}.weglot-flags.ky>a:before,.weglot-flags.ky>span:before{background-position:-3420px 0 !important}.weglot-flags.lo>a:before,.weglot-flags.lo>span:before{background-position:-3450px 0 !important}.weglot-flags.la>a:before,.weglot-flags.la>span:before{background-position:-2310px 0 !important}.weglot-flags.lv>a:before,.weglot-flags.lv>span:before{background-position:-2280px 0 !important}.weglot-flags.lt>a:before,.weglot-flags.lt>span:before{background-position:-2250px 0 !important}.weglot-flags.lb>a:before,.weglot-flags.lb>span:before{background-position:-2220px 0 !important}.weglot-flags.mk>a:before,.weglot-flags.mk>span:before{background-position:-2190px 0 !important}.weglot-flags.mg>a:before,.weglot-flags.mg>span:before{background-position:-1200px 0 !important}.weglot-flags.ms>a:before,.weglot-flags.ms>span:before{background-position:-3360px 0 !important}.weglot-flags.ml>a:before,.weglot-flags.ml>span:before{background-position:-1170px 0 !important}.weglot-flags.mt>a:before,.weglot-flags.mt>span:before{background-position:-2130px 0 !important}.weglot-flags.mi>a:before,.weglot-flags.mi>span:before{background-position:-3240px 0 !important}.weglot-flags.mr>a:before,.weglot-flags.mr>span:before{background-position:-1170px 0 !important}.weglot-flags.mn>a:before,.weglot-flags.mn>span:before{background-position:-6000px 0 !important}.weglot-flags.ne>a:before,.weglot-flags.ne>span:before{background-position:-3270px 0 !important}.weglot-flags.no>a:before,.weglot-flags.no>span:before{background-position:-5850px 0 !important}.weglot-flags.ps>a:before,.weglot-flags.ps>span:before{background-position:-5189px 0 !important}.weglot-flags.fa>a:before,.weglot-flags.fa>span:before{background-position:-6690px 0 !important}.weglot-flags.pl>a:before,.weglot-flags.pl>span:before{background-position:-2160px 0 !important}.weglot-flags.pt>a:before,.weglot-flags.pt>span:before{background-position:-1740px 0 !important}.weglot-flags.pa>a:before,.weglot-flags.pa>span:before{background-position:-3180px 0 !important}.weglot-flags.ro>a:before,.weglot-flags.ro>span:before{background-position:-2070px 0 !important}.weglot-flags.ru>a:before,.weglot-flags.ru>span:before{background-position:-2040px 0 !important}.weglot-flags.sm>a:before,.weglot-flags.sm>span:before{background-position:-4620px 0 !important}.weglot-flags.gd>a:before,.weglot-flags.gd>span:before{background-position:-30px 0 !important}.weglot-flags.sr>a:before,.weglot-flags.sr>span:before{background-position:-4290px 0 !important}.weglot-flags.sn>a:before,.weglot-flags.sn>span:before{background-position:-540px 0 !important}.weglot-flags.sd>a:before,.weglot-flags.sd>span:before{background-position:-3180px 0 !important}.weglot-flags.si>a:before,.weglot-flags.si>span:before{background-position:-2820px 0 !important}.weglot-flags.sk>a:before,.weglot-flags.sk>span:before{background-position:-6810px 0 !important}.weglot-flags.sl>a:before,.weglot-flags.sl>span:before{background-position:-2010px 0 !important}.weglot-flags.so>a:before,.weglot-flags.so>span:before{background-position:-4560px 0 !important}.weglot-flags.st>a:before,.weglot-flags.st>span:before{background-position:-4830px 0 !important}.weglot-flags.es>a:before,.weglot-flags.es>span:before{background-position:-480px 0 !important}.weglot-flags.su>a:before,.weglot-flags.su>span:before{background-position:-4530px 0 !important}.weglot-flags.sw>a:before,.weglot-flags.sw>span:before{background-position:-1290px 0 !important}.weglot-flags.sv>a:before,.weglot-flags.sv>span:before{background-position:-1980px 0 !important}.weglot-flags.tl>a:before,.weglot-flags.tl>span:before{background-position:-3060px 0 !important}.weglot-flags.ty>a:before,.weglot-flags.ty>span:before{background-position:-6270px 0 !important}.weglot-flags.tg>a:before,.weglot-flags.tg>span:before{background-position:-2940px 0 !important}.weglot-flags.ta>a:before,.weglot-flags.ta>span:before{background-position:-1170px 0 !important}.weglot-flags.tt>a:before,.weglot-flags.tt>span:before{background-position:-2040px 0 !important}.weglot-flags.te>a:before,.weglot-flags.te>span:before{background-position:-1170px 0 !important}.weglot-flags.th>a:before,.weglot-flags.th>span:before{background-position:-2910px 0 !important}.weglot-flags.to>a:before,.weglot-flags.to>span:before{background-position:-6540px 0 !important}.weglot-flags.tr>a:before,.weglot-flags.tr>span:before{background-position:-1950px 0 !important}.weglot-flags.uk>a:before,.weglot-flags.uk>span:before{background-position:-1890px 0 !important}.weglot-flags.ur>a:before,.weglot-flags.ur>span:before{background-position:-3180px 0 !important}.weglot-flags.uz>a:before,.weglot-flags.uz>span:before{background-position:-2880px 0 !important}.weglot-flags.vi>a:before,.weglot-flags.vi>span:before{background-position:-2850px 0 !important}.weglot-flags.cy>a:before,.weglot-flags.cy>span:before{background-position:-6420px 0 !important}.weglot-flags.fy>a:before,.weglot-flags.fy>span:before{background-position:-2100px 0 !important}.weglot-flags.xh>a:before,.weglot-flags.xh>span:before{background-position:-6570px 0 !important}.weglot-flags.yi>a:before,.weglot-flags.yi>span:before{background-position:-1050px 0 !important}.weglot-flags.yo>a:before,.weglot-flags.yo>span:before{background-position:-870px 0 !important}.weglot-flags.zu>a:before,.weglot-flags.zu>span:before{background-position:-6570px 0 !important}.weglot-flags.flag-1.hw>a:before,.weglot-flags.flag-1.hw>span:before{background-position:-7840px 0 !important}.weglot-flags.flag-1.fl>a:before,.weglot-flags.flag-1.fl>span:before{background-position:2560px 0 !important}.weglot-flags.flag-1.af>a:before,.weglot-flags.flag-1.af>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.sq>a:before,.weglot-flags.flag-1.sq>span:before{background-position:-97px 0 !important}.weglot-flags.flag-1.am>a:before,.weglot-flags.flag-1.am>span:before{background-position:-2369px 0 !important}.weglot-flags.flag-1.ar>a:before,.weglot-flags.flag-1.ar>span:before{background-position:-6465px 0 !important}.weglot-flags.flag-1.hy>a:before,.weglot-flags.flag-1.hy>span:before{background-position:-385px 0 !important}.weglot-flags.flag-1.az>a:before,.weglot-flags.flag-1.az>span:before{background-position:-513px 0 !important}.weglot-flags.flag-1.ba>a:before,.weglot-flags.flag-1.ba>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.eu>a:before,.weglot-flags.flag-1.eu>span:before{background-position:-8353px 0 !important}.weglot-flags.flag-1.be>a:before,.weglot-flags.flag-1.be>span:before{background-position:-705px 0 !important}.weglot-flags.flag-1.bn>a:before,.weglot-flags.flag-1.bn>span:before{background-position:-609px 0 !important}.weglot-flags.flag-1.bs>a:before,.weglot-flags.flag-1.bs>span:before{background-position:-929px 0 !important}.weglot-flags.flag-1.bg>a:before,.weglot-flags.flag-1.bg>span:before{background-position:-1121px 0 !important}.weglot-flags.flag-1.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 0 !important}.weglot-flags.flag-1.my>a:before,.weglot-flags.flag-1.my>span:before{background-position:-4929px 0 !important}.weglot-flags.flag-1.ca>a:before,.weglot-flags.flag-1.ca>span:before{background-position:-8321px 0 !important}.weglot-flags.flag-1.zh>a:before,.weglot-flags.flag-1.zh>span:before{background-position:-1505px 0 !important}.weglot-flags.flag-1.tw>a:before,.weglot-flags.flag-1.tw>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.km>a:before,.weglot-flags.flag-1.km>span:before{background-position:-1217px 0 !important}.weglot-flags.flag-1.ny>a:before,.weglot-flags.flag-1.ny>span:before{background-position:-4289px 0 !important}.weglot-flags.flag-1.co>a:before,.weglot-flags.flag-1.co>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.hr>a:before,.weglot-flags.flag-1.hr>span:before{background-position:-1793px 0 !important}.weglot-flags.flag-1.cs>a:before,.weglot-flags.flag-1.cs>span:before{background-position:-1921px 0 !important}.weglot-flags.flag-1.da>a:before,.weglot-flags.flag-1.da>span:before{background-position:-1985px 0 !important}.weglot-flags.flag-1.nl>a:before,.weglot-flags.flag-1.nl>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.eo>a:before,.weglot-flags.flag-1.eo>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.et>a:before,.weglot-flags.flag-1.et>span:before{background-position:-2337px 0 !important}.weglot-flags.flag-1.fj>a:before,.weglot-flags.flag-1.fj>span:before{background-position:-2497px 0 !important}.weglot-flags.flag-1.fi>a:before,.weglot-flags.flag-1.fi>span:before{background-position:-2529px 0 !important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.gl>a:before,.weglot-flags.flag-1.gl>span:before{background-position:-8383px 0 !important}.weglot-flags.flag-1.ka>a:before,.weglot-flags.flag-1.ka>span:before{background-position:-2721px 0 !important}.weglot-flags.flag-1.de>a:before,.weglot-flags.flag-1.de>span:before{background-position:-2753px 0 !important}.weglot-flags.flag-1.el>a:before,.weglot-flags.flag-1.el>span:before{background-position:-2881px 0 !important}.weglot-flags.flag-1.gu>a:before,.weglot-flags.flag-1.gu>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ht>a:before,.weglot-flags.flag-1.ht>span:before{background-position:-3169px 0 !important}.weglot-flags.flag-1.ha>a:before,.weglot-flags.flag-1.ha>span:before{background-position:-5281px 0 !important}.weglot-flags.flag-1.he>a:before,.weglot-flags.flag-1.he>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.hi>a:before,.weglot-flags.flag-1.hi>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.hu>a:before,.weglot-flags.flag-1.hu>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.is>a:before,.weglot-flags.flag-1.is>span:before{background-position:-3297px 0 !important}.weglot-flags.flag-1.ig>a:before,.weglot-flags.flag-1.ig>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.id>a:before,.weglot-flags.flag-1.id>span:before{background-position:-3361px 0 !important}.weglot-flags.flag-1.ga>a:before,.weglot-flags.flag-1.ga>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-1.it>a:before,.weglot-flags.flag-1.it>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.ja>a:before,.weglot-flags.flag-1.ja>span:before{background-position:-3617px 0 !important}.weglot-flags.flag-1.jv>a:before,.weglot-flags.flag-1.jv>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.kn>a:before,.weglot-flags.flag-1.kn>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.kk>a:before,.weglot-flags.flag-1.kk>span:before{background-position:-3713px 0 !important}.weglot-flags.flag-1.ko>a:before,.weglot-flags.flag-1.ko>span:before{background-position:-6913px 0 !important}.weglot-flags.flag-1.ku>a:before,.weglot-flags.flag-1.ku>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.ky>a:before,.weglot-flags.flag-1.ky>span:before{background-position:-3873px 0 !important}.weglot-flags.flag-1.lo>a:before,.weglot-flags.flag-1.lo>span:before{background-position:-3904px 0 !important}.weglot-flags.flag-1.la>a:before,.weglot-flags.flag-1.la>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.lv>a:before,.weglot-flags.flag-1.lv>span:before{background-position:-3937px 0 !important}.weglot-flags.flag-1.lt>a:before,.weglot-flags.flag-1.lt>span:before{background-position:-4129px 0 !important}.weglot-flags.flag-1.lb>a:before,.weglot-flags.flag-1.lb>span:before{background-position:-4161px 0 !important}.weglot-flags.flag-1.mk>a:before,.weglot-flags.flag-1.mk>span:before{background-position:-4225px 0 !important}.weglot-flags.flag-1.mg>a:before,.weglot-flags.flag-1.mg>span:before{background-position:-4257px 0 !important}.weglot-flags.flag-1.ms>a:before,.weglot-flags.flag-1.ms>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.ml>a:before,.weglot-flags.flag-1.ml>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mt>a:before,.weglot-flags.flag-1.mt>span:before{background-position:-4417px 0 !important}.weglot-flags.flag-1.mi>a:before,.weglot-flags.flag-1.mi>span:before{background-position:-5217px 0 !important}.weglot-flags.flag-1.mr>a:before,.weglot-flags.flag-1.mr>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mn>a:before,.weglot-flags.flag-1.mn>span:before{background-position:-4769px 0 !important}.weglot-flags.flag-1.ne>a:before,.weglot-flags.flag-1.ne>span:before{background-position:-5091px 0 !important}.weglot-flags.flag-1.no>a:before,.weglot-flags.flag-1.no>span:before{background-position:-5505px 0 !important}.weglot-flags.flag-1.ps>a:before,.weglot-flags.flag-1.ps>span:before{background-position:-33px 0 !important}.weglot-flags.flag-1.fa>a:before,.weglot-flags.flag-1.fa>span:before{background-position:-3393px 0 !important}.weglot-flags.flag-1.pl>a:before,.weglot-flags.flag-1.pl>span:before{background-position:-5889px 0 !important}.weglot-flags.flag-1.pt>a:before,.weglot-flags.flag-1.pt>span:before{background-position:-5921px 0 !important}.weglot-flags.flag-1.pa>a:before,.weglot-flags.flag-1.pa>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ro>a:before,.weglot-flags.flag-1.ro>span:before{background-position:-6081px 0 !important}.weglot-flags.flag-1.ru>a:before,.weglot-flags.flag-1.ru>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.sm>a:before,.weglot-flags.flag-1.sm>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.gd>a:before,.weglot-flags.flag-1.gd>span:before{background-position:-6497px 0 !important}.weglot-flags.flag-1.sr>a:before,.weglot-flags.flag-1.sr>span:before{background-position:-6561px 0 !important}.weglot-flags.flag-1.sn>a:before,.weglot-flags.flag-1.sn>span:before{background-position:-8287px 0 !important}.weglot-flags.flag-1.sd>a:before,.weglot-flags.flag-1.sd>span:before{background-position:-5601px 0 !important}.weglot-flags.flag-1.si>a:before,.weglot-flags.flag-1.si>span:before{background-position:-7039px 0 !important}.weglot-flags.flag-1.sk>a:before,.weglot-flags.flag-1.sk>span:before{background-position:-6689px 0 !important}.weglot-flags.flag-1.sl>a:before,.weglot-flags.flag-1.sl>span:before{background-position:-6721px 0 !important}.weglot-flags.flag-1.so>a:before,.weglot-flags.flag-1.so>span:before{background-position:-6785px 0 !important}.weglot-flags.flag-1.st>a:before,.weglot-flags.flag-1.st>span:before{background-position:-4001px 0 !important}.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before{background-position:-7009px 0 !important}.weglot-flags.flag-1.su>a:before,.weglot-flags.flag-1.su>span:before{background-position:-7073px 0 !important}.weglot-flags.flag-1.sw>a:before,.weglot-flags.flag-1.sw>span:before{background-position:-3745px 0 !important}.weglot-flags.flag-1.sv>a:before,.weglot-flags.flag-1.sv>span:before{background-position:-7169px 0 !important}.weglot-flags.flag-1.tl>a:before,.weglot-flags.flag-1.tl>span:before{background-position:-5823px 0 !important}.weglot-flags.flag-1.ty>a:before,.weglot-flags.flag-1.ty>span:before{background-position:-2593px 0 !important}.weglot-flags.flag-1.tg>a:before,.weglot-flags.flag-1.tg>span:before{background-position:-7297px 0 !important}.weglot-flags.flag-1.ta>a:before,.weglot-flags.flag-1.ta>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.tt>a:before,.weglot-flags.flag-1.tt>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.te>a:before,.weglot-flags.flag-1.te>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.th>a:before,.weglot-flags.flag-1.th>span:before{background-position:-7361px 0 !important}.weglot-flags.flag-1.to>a:before,.weglot-flags.flag-1.to>span:before{background-position:-7456px 0 !important}.weglot-flags.flag-1.tr>a:before,.weglot-flags.flag-1.tr>span:before{background-position:-7553px 0 !important}.weglot-flags.flag-1.uk>a:before,.weglot-flags.flag-1.uk>span:before{background-position:-7713px 0 !important}.weglot-flags.flag-1.ur>a:before,.weglot-flags.flag-1.ur>span:before{background-position:-5600px 0 !important}.weglot-flags.flag-1.uz>a:before,.weglot-flags.flag-1.uz>span:before{background-position:-7969px 0 !important}.weglot-flags.flag-1.vi>a:before,.weglot-flags.flag-1.vi>span:before{background-position:-8097px 0 !important}.weglot-flags.flag-1.cy>a:before,.weglot-flags.flag-1.cy>span:before{background-position:-8129px 0 !important}.weglot-flags.flag-1.fy>a:before,.weglot-flags.flag-1.fy>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.xh>a:before,.weglot-flags.flag-1.xh>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.yi>a:before,.weglot-flags.flag-1.yi>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.yo>a:before,.weglot-flags.flag-1.yo>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.zu>a:before,.weglot-flags.flag-1.zu>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-2.hw>a:before,.weglot-flags.flag-2.hw>span:before{background-position:-5448px 0 !important}.weglot-flags.flag-2.fl>a:before,.weglot-flags.flag-2.fl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.af>a:before,.weglot-flags.flag-2.af>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.sq>a:before,.weglot-flags.flag-2.sq>span:before{background-position:-2976px 0 !important}.weglot-flags.flag-2.am>a:before,.weglot-flags.flag-2.am>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-2.ar>a:before,.weglot-flags.flag-2.ar>span:before{background-position:-768px 0 !important}.weglot-flags.flag-2.hy>a:before,.weglot-flags.flag-2.hy>span:before{background-position:0 0 !important}.weglot-flags.flag-2.az>a:before,.weglot-flags.flag-2.az>span:before{background-position:-5136px 0 !important}.weglot-flags.flag-2.ba>a:before,.weglot-flags.flag-2.ba>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.eu>a:before,.weglot-flags.flag-2.eu>span:before{background-position:-5376px 0 !important}.weglot-flags.flag-2.be>a:before,.weglot-flags.flag-2.be>span:before{background-position:-4224px 0 !important}.weglot-flags.flag-2.bn>a:before,.weglot-flags.flag-2.bn>span:before{background-position:-4056px 0 !important}.weglot-flags.flag-2.bs>a:before,.weglot-flags.flag-2.bs>span:before{background-position:-3984px 0 !important}.weglot-flags.flag-2.bg>a:before,.weglot-flags.flag-2.bg>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-2.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-2.my>a:before,.weglot-flags.flag-2.my>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-2.ca>a:before,.weglot-flags.flag-2.ca>span:before{background-position:-5352px 0 !important}.weglot-flags.flag-2.zh>a:before,.weglot-flags.flag-2.zh>span:before{background-position:-2592px 0 !important}.weglot-flags.flag-2.tw>a:before,.weglot-flags.flag-2.tw>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.km>a:before,.weglot-flags.flag-2.km>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-2.ny>a:before,.weglot-flags.flag-2.ny>span:before{background-position:-1392px 0 !important}.weglot-flags.flag-2.co>a:before,.weglot-flags.flag-2.co>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.hr>a:before,.weglot-flags.flag-2.hr>span:before{background-position:-4416px 0 !important}.weglot-flags.flag-2.cs>a:before,.weglot-flags.flag-2.cs>span:before{background-position:-2472px 0 !important}.weglot-flags.flag-2.da>a:before,.weglot-flags.flag-2.da>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-2.nl>a:before,.weglot-flags.flag-2.nl>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.et>a:before,.weglot-flags.flag-2.et>span:before{background-position:-2424px 0 !important}.weglot-flags.flag-2.fj>a:before,.weglot-flags.flag-2.fj>span:before{background-position:-576px 0 !important}.weglot-flags.flag-2.fi>a:before,.weglot-flags.flag-2.fi>span:before{background-position:-2328px 0 !important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.gl>a:before,.weglot-flags.flag-2.gl>span:before{background-position:-5400px 0 !important}.weglot-flags.flag-2.ka>a:before,.weglot-flags.flag-2.ka>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-2.de>a:before,.weglot-flags.flag-2.de>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-2.el>a:before,.weglot-flags.flag-2.el>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-2.gu>a:before,.weglot-flags.flag-2.gu>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ht>a:before,.weglot-flags.flag-2.ht>span:before{background-position:-3528px 0 !important}.weglot-flags.flag-2.ha>a:before,.weglot-flags.flag-2.ha>span:before{background-position:-1176px 0 !important}.weglot-flags.flag-2.he>a:before,.weglot-flags.flag-2.he>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.hi>a:before,.weglot-flags.flag-2.hi>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.hu>a:before,.weglot-flags.flag-2.hu>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.is>a:before,.weglot-flags.flag-2.is>span:before{background-position:-2064px 0 !important}.weglot-flags.flag-2.ig>a:before,.weglot-flags.flag-2.ig>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.id>a:before,.weglot-flags.flag-2.id>span:before{background-position:-2040px 0 !important}.weglot-flags.flag-2.ga>a:before,.weglot-flags.flag-2.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-2.it>a:before,.weglot-flags.flag-2.it>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.ja>a:before,.weglot-flags.flag-2.ja>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-2.jv>a:before,.weglot-flags.flag-2.jv>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.kn>a:before,.weglot-flags.flag-2.kn>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.kk>a:before,.weglot-flags.flag-2.kk>span:before{background-position:-1704px 0 !important}.weglot-flags.flag-2.ko>a:before,.weglot-flags.flag-2.ko>span:before{background-position:-1848px 0 !important}.weglot-flags.flag-2.ku>a:before,.weglot-flags.flag-2.ku>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.ky>a:before,.weglot-flags.flag-2.ky>span:before{background-position:-1800px 0 !important}.weglot-flags.flag-2.lo>a:before,.weglot-flags.flag-2.lo>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-2.la>a:before,.weglot-flags.flag-2.la>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.lv>a:before,.weglot-flags.flag-2.lv>span:before{background-position:-1752px 0 !important}.weglot-flags.flag-2.lt>a:before,.weglot-flags.flag-2.lt>span:before{background-position:-1656px 0 !important}.weglot-flags.flag-2.lb>a:before,.weglot-flags.flag-2.lb>span:before{background-position:-1632px 0 !important}.weglot-flags.flag-2.mk>a:before,.weglot-flags.flag-2.mk>span:before{background-position:-1440px 0 !important}.weglot-flags.flag-2.mg>a:before,.weglot-flags.flag-2.mg>span:before{background-position:-1560px 0 !important}.weglot-flags.flag-2.ms>a:before,.weglot-flags.flag-2.ms>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.ml>a:before,.weglot-flags.flag-2.ml>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mt>a:before,.weglot-flags.flag-2.mt>span:before{background-position:-1200px 0 !important}.weglot-flags.flag-2.mi>a:before,.weglot-flags.flag-2.mi>span:before{background-position:-1224px 0 !important}.weglot-flags.flag-2.mr>a:before,.weglot-flags.flag-2.mr>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mn>a:before,.weglot-flags.flag-2.mn>span:before{background-position:-4800px 0 !important}.weglot-flags.flag-2.ne>a:before,.weglot-flags.flag-2.ne>span:before{background-position:-1320px 0 !important}.weglot-flags.flag-2.no>a:before,.weglot-flags.flag-2.no>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-2.ps>a:before,.weglot-flags.flag-2.ps>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-2.fa>a:before,.weglot-flags.flag-2.fa>span:before{background-position:-5088px 0 !important}.weglot-flags.flag-2.pl>a:before,.weglot-flags.flag-2.pl>span:before{background-position:-984px 0 !important}.weglot-flags.flag-2.pt>a:before,.weglot-flags.flag-2.pt>span:before{background-position:-528px 0 !important}.weglot-flags.flag-2.pa>a:before,.weglot-flags.flag-2.pa>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ro>a:before,.weglot-flags.flag-2.ro>span:before{background-position:-960px 0 !important}.weglot-flags.flag-2.ru>a:before,.weglot-flags.flag-2.ru>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.sm>a:before,.weglot-flags.flag-2.sm>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.gd>a:before,.weglot-flags.flag-2.gd>span:before{background-position:-4872px 0 !important}.weglot-flags.flag-2.sr>a:before,.weglot-flags.flag-2.sr>span:before{background-position:-3120px 0 !important}.weglot-flags.flag-2.sn>a:before,.weglot-flags.flag-2.sn>span:before{background-position:-72px 0 !important}.weglot-flags.flag-2.sd>a:before,.weglot-flags.flag-2.sd>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.si>a:before,.weglot-flags.flag-2.si>span:before{background-position:-480px 0 !important}.weglot-flags.flag-2.sk>a:before,.weglot-flags.flag-2.sk>span:before{background-position:-4152px 0 !important}.weglot-flags.flag-2.sl>a:before,.weglot-flags.flag-2.sl>span:before{background-position:-696px 0 !important}.weglot-flags.flag-2.so>a:before,.weglot-flags.flag-2.so>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-2.st>a:before,.weglot-flags.flag-2.st>span:before{background-position:-3552px 0 !important}.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before{background-position:-96px 0 !important}.weglot-flags.flag-2.su>a:before,.weglot-flags.flag-2.su>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-2.sw>a:before,.weglot-flags.flag-2.sw>span:before{background-position:-1872px 0 !important}.weglot-flags.flag-2.sv>a:before,.weglot-flags.flag-2.sv>span:before{background-position:-552px 0 !important}.weglot-flags.flag-2.tl>a:before,.weglot-flags.flag-2.tl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.ty>a:before,.weglot-flags.flag-2.ty>span:before{background-position:-4512px 0 !important}.weglot-flags.flag-2.tg>a:before,.weglot-flags.flag-2.tg>span:before{background-position:-264px 0 !important}.weglot-flags.flag-2.ta>a:before,.weglot-flags.flag-2.ta>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.tt>a:before,.weglot-flags.flag-2.tt>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.te>a:before,.weglot-flags.flag-2.te>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.th>a:before,.weglot-flags.flag-2.th>span:before{background-position:-456px 0 !important}.weglot-flags.flag-2.to>a:before,.weglot-flags.flag-2.to>span:before{background-position:-3264px 0 !important}.weglot-flags.flag-2.tr>a:before,.weglot-flags.flag-2.tr>span:before{background-position:-360px 0 !important}.weglot-flags.flag-2.uk>a:before,.weglot-flags.flag-2.uk>span:before{background-position:-288px 0 !important}.weglot-flags.flag-2.ur>a:before,.weglot-flags.flag-2.ur>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.uz>a:before,.weglot-flags.flag-2.uz>span:before{background-position:-240px 0 !important}.weglot-flags.flag-2.vi>a:before,.weglot-flags.flag-2.vi>span:before{background-position:-144px 0 !important}.weglot-flags.flag-2.cy>a:before,.weglot-flags.flag-2.cy>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-2.fy>a:before,.weglot-flags.flag-2.fy>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.xh>a:before,.weglot-flags.flag-2.xh>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.yi>a:before,.weglot-flags.flag-2.yi>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.yo>a:before,.weglot-flags.flag-2.yo>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.zu>a:before,.weglot-flags.flag-2.zu>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-3.hw>a:before,.weglot-flags.flag-3.hw>span:before{background-position:-2711px 0 !important}.weglot-flags.flag-3.fl>a:before,.weglot-flags.flag-3.fl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.af>a:before,.weglot-flags.flag-3.af>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.sq>a:before,.weglot-flags.flag-3.sq>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-3.am>a:before,.weglot-flags.flag-3.am>span:before{background-position:-192px 0 !important}.weglot-flags.flag-3.ar>a:before,.weglot-flags.flag-3.ar>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-3.hy>a:before,.weglot-flags.flag-3.hy>span:before{background-position:-4632px 0 !important}.weglot-flags.flag-3.az>a:before,.weglot-flags.flag-3.az>span:before{background-position:-4536px 0 !important}.weglot-flags.flag-3.ba>a:before,.weglot-flags.flag-3.ba>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.eu>a:before,.weglot-flags.flag-3.eu>span:before{background-position:-5808px 0 !important}.weglot-flags.flag-3.be>a:before,.weglot-flags.flag-3.be>span:before{background-position:-144px 0 !important}.weglot-flags.flag-3.bn>a:before,.weglot-flags.flag-3.bn>span:before{background-position:-4488px 0 !important}.weglot-flags.flag-3.bs>a:before,.weglot-flags.flag-3.bs>span:before{background-position:-4392px 0 !important}.weglot-flags.flag-3.bg>a:before,.weglot-flags.flag-3.bg>span:before{background-position:-4296px 0 !important}.weglot-flags.flag-3.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 0 !important}.weglot-flags.flag-3.my>a:before,.weglot-flags.flag-3.my>span:before{background-position:-3769px 0 !important}.weglot-flags.flag-3.ca>a:before,.weglot-flags.flag-3.ca>span:before{background-position:-5784px 0 !important}.weglot-flags.flag-3.zh>a:before,.weglot-flags.flag-3.zh>span:before{background-position:-3240px 0 !important}.weglot-flags.flag-3.tw>a:before,.weglot-flags.flag-3.tw>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-3.km>a:before,.weglot-flags.flag-3.km>span:before{background-position:-4201px 0 !important}.weglot-flags.flag-3.ny>a:before,.weglot-flags.flag-3.ny>span:before{background-position:-384px 0 !important}.weglot-flags.flag-3.co>a:before,.weglot-flags.flag-3.co>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.hr>a:before,.weglot-flags.flag-3.hr>span:before{background-position:-3048px 0 !important}.weglot-flags.flag-3.cs>a:before,.weglot-flags.flag-3.cs>span:before{background-position:-5280px 0 !important}.weglot-flags.flag-3.da>a:before,.weglot-flags.flag-3.da>span:before{background-position:-3024px 0 !important}.weglot-flags.flag-3.nl>a:before,.weglot-flags.flag-3.nl>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.en>a:before,.weglot-flags.flag-3.en>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.eo>a:before,.weglot-flags.flag-3.eo>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.et>a:before,.weglot-flags.flag-3.et>span:before{background-position:-2856px 0 !important}.weglot-flags.flag-3.fj>a:before,.weglot-flags.flag-3.fj>span:before{background-position:-0px 0 !important}.weglot-flags.flag-3.fi>a:before,.weglot-flags.flag-3.fi>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-3.fr>a:before,.weglot-flags.flag-3.fr>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.gl>a:before,.weglot-flags.flag-3.gl>span:before{background-position:-5832px 0 !important}.weglot-flags.flag-3.ka>a:before,.weglot-flags.flag-3.ka>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-3.de>a:before,.weglot-flags.flag-3.de>span:before{background-position:-1488px 0 !important}.weglot-flags.flag-3.el>a:before,.weglot-flags.flag-3.el>span:before{background-position:-1416px 0 !important}.weglot-flags.flag-3.gu>a:before,.weglot-flags.flag-3.gu>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ht>a:before,.weglot-flags.flag-3.ht>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-3.ha>a:before,.weglot-flags.flag-3.ha>span:before{background-position:-361px 0 !important}.weglot-flags.flag-3.he>a:before,.weglot-flags.flag-3.he>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.hi>a:before,.weglot-flags.flag-3.hi>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.hu>a:before,.weglot-flags.flag-3.hu>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.is>a:before,.weglot-flags.flag-3.is>span:before{background-position:-840px 0 !important}.weglot-flags.flag-3.ig>a:before,.weglot-flags.flag-3.ig>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.id>a:before,.weglot-flags.flag-3.id>span:before{background-position:-4992px 0 !important}.weglot-flags.flag-3.ga>a:before,.weglot-flags.flag-3.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-3.it>a:before,.weglot-flags.flag-3.it>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.ja>a:before,.weglot-flags.flag-3.ja>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-3.jv>a:before,.weglot-flags.flag-3.jv>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.kn>a:before,.weglot-flags.flag-3.kn>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.kk>a:before,.weglot-flags.flag-3.kk>span:before{background-position:-3912px 0 !important}.weglot-flags.flag-3.ko>a:before,.weglot-flags.flag-3.ko>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-3.ku>a:before,.weglot-flags.flag-3.ku>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.ky>a:before,.weglot-flags.flag-3.ky>span:before{background-position:-744px 0 !important}.weglot-flags.flag-3.lo>a:before,.weglot-flags.flag-3.lo>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-3.la>a:before,.weglot-flags.flag-3.la>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.lv>a:before,.weglot-flags.flag-3.lv>span:before{background-position:-216px 0 !important}.weglot-flags.flag-3.lt>a:before,.weglot-flags.flag-3.lt>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-3.lb>a:before,.weglot-flags.flag-3.lb>span:before{background-position:-1945px 0 !important}.weglot-flags.flag-3.mk>a:before,.weglot-flags.flag-3.mk>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-3.mg>a:before,.weglot-flags.flag-3.mg>span:before{background-position:-5064px 0 !important}.weglot-flags.flag-3.ms>a:before,.weglot-flags.flag-3.ms>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.ml>a:before,.weglot-flags.flag-3.ml>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mt>a:before,.weglot-flags.flag-3.mt>span:before{background-position:-4920px 0 !important}.weglot-flags.flag-3.mi>a:before,.weglot-flags.flag-3.mi>span:before{background-position:-2113px 0 !important}.weglot-flags.flag-3.mr>a:before,.weglot-flags.flag-3.mr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mn>a:before,.weglot-flags.flag-3.mn>span:before{background-position:-24px 0 !important}.weglot-flags.flag-3.ne>a:before,.weglot-flags.flag-3.ne>span:before{background-position:-5642px 0 !important}.weglot-flags.flag-3.no>a:before,.weglot-flags.flag-3.no>span:before{background-position:-984px 0 !important}.weglot-flags.flag-3.ps>a:before,.weglot-flags.flag-3.ps>span:before{background-position:-4753px 0 !important}.weglot-flags.flag-3.fa>a:before,.weglot-flags.flag-3.fa>span:before{background-position:-816px 0 !important}.weglot-flags.flag-3.pl>a:before,.weglot-flags.flag-3.pl>span:before{background-position:-4944px 0 !important}.weglot-flags.flag-3.pt>a:before,.weglot-flags.flag-3.pt>span:before{background-position:-3504px 0 !important}.weglot-flags.flag-3.pa>a:before,.weglot-flags.flag-3.pa>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ro>a:before,.weglot-flags.flag-3.ro>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-3.ru>a:before,.weglot-flags.flag-3.ru>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.sm>a:before,.weglot-flags.flag-3.sm>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-3.gd>a:before,.weglot-flags.flag-3.gd>span:before{background-position:-3841px 0 !important}.weglot-flags.flag-3.sr>a:before,.weglot-flags.flag-3.sr>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-3.sn>a:before,.weglot-flags.flag-3.sn>span:before{background-position:-5521px 0 !important}.weglot-flags.flag-3.sd>a:before,.weglot-flags.flag-3.sd>span:before{background-position:-1993px 0 !important}.weglot-flags.flag-3.si>a:before,.weglot-flags.flag-3.si>span:before{background-position:-2833px 0 !important}.weglot-flags.flag-3.sk>a:before,.weglot-flags.flag-3.sk>span:before{background-position:-552px 0 !important}.weglot-flags.flag-3.sl>a:before,.weglot-flags.flag-3.sl>span:before{background-position:-936px 0 !important}.weglot-flags.flag-3.so>a:before,.weglot-flags.flag-3.so>span:before{background-position:-4032px 0 !important}.weglot-flags.flag-3.st>a:before,.weglot-flags.flag-3.st>span:before{background-position:-3961px 0 !important}.weglot-flags.flag-3.es>a:before,.weglot-flags.flag-3.es>span:before{background-position:-3576px 0 !important}.weglot-flags.flag-3.su>a:before,.weglot-flags.flag-3.su>span:before{background-position:-3985px 0 !important}.weglot-flags.flag-3.sw>a:before,.weglot-flags.flag-3.sw>span:before{background-position:-912px 0 !important}.weglot-flags.flag-3.sv>a:before,.weglot-flags.flag-3.sv>span:before{background-position:-264px 0 !important}.weglot-flags.flag-3.tl>a:before,.weglot-flags.flag-3.tl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.ty>a:before,.weglot-flags.flag-3.ty>span:before{background-position:-1512px 0 !important}.weglot-flags.flag-3.tg>a:before,.weglot-flags.flag-3.tg>span:before{background-position:-3720px 0 !important}.weglot-flags.flag-3.ta>a:before,.weglot-flags.flag-3.ta>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.tt>a:before,.weglot-flags.flag-3.tt>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.te>a:before,.weglot-flags.flag-3.te>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.th>a:before,.weglot-flags.flag-3.th>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-3.to>a:before,.weglot-flags.flag-3.to>span:before{background-position:-1680px 0 !important}.weglot-flags.flag-3.tr>a:before,.weglot-flags.flag-3.tr>span:before{background-position:-432px 0 !important}.weglot-flags.flag-3.uk>a:before,.weglot-flags.flag-3.uk>span:before{background-position:-5736px 0 !important}.weglot-flags.flag-3.ur>a:before,.weglot-flags.flag-3.ur>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-3.uz>a:before,.weglot-flags.flag-3.uz>span:before{background-position:-2160px 0 !important}.weglot-flags.flag-3.vi>a:before,.weglot-flags.flag-3.vi>span:before{background-position:-3384px 0 !important}.weglot-flags.flag-3.cy>a:before,.weglot-flags.flag-3.cy>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-3.fy>a:before,.weglot-flags.flag-3.fy>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.xh>a:before,.weglot-flags.flag-3.xh>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.yi>a:before,.weglot-flags.flag-3.yi>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.yo>a:before,.weglot-flags.flag-3.yo>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.zu>a:before,.weglot-flags.flag-3.zu>span:before{background-position:-5496px 0 !important}#wp-admin-bar-weglot>.ab-item{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJNMjEuNzM5IDkyLjU2NWw1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwMC0yMC43NjQtMTMuODQyYy03Ljg4Ny0zLjM4LTE2LjI1Ny01LjE1LTI1LjExLTUuMTV6Ii8+PC9nPjwvc3ZnPg==") !important;-webkit-background-size:22px auto !important;background-size:22px auto !important;background-repeat:no-repeat !important;background-position:4px 5px !important;padding-left:30px !important}li.weglot-hide,.weglot-hide{display:none !important}.country-selector{z-index:9999;text-align:left;position:relative;display:inline-block;width:auto}.country-selector a{padding:0 10px;outline:none;text-decoration:none;float:none !important;white-space:nowrap;font-weight:normal;cursor:pointer;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.country-selector a:focus{outline:none}.country-selector ul{padding:0px;z-index:1010;list-style:none;margin:0}.country-selector li{margin:0px;padding:0px}.country-selector.weglot-custom-switcher-ajax{display:none}.country-selector.weglot-dropdown{background-color:white}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{display:block;height:37px;line-height:36px;font-size:13px;padding:0 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:normal}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;list-style:none;display:block;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{display:inline-block;position:absolute;top:17px;right:8px;width:13px;height:7px;-ms-interpolation-mode:nearest-neighbor;image-rendering:-webkit-optimize-contrast;image-rendering:-o-pixelated;image-rendering:pixelated;background:url(//muzicon.es/wp-content/plugins/weglot/dist/images/wgarrowdown.png) no-repeat;content:"";-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.country-selector.weglot-dropdown ul{position:absolute;min-width:100%;border:1px solid #ebeef0;background:white;left:0;top:initial;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:0}.country-selector.weglot-dropdown input:checked ~ ul{display:block}.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.country-selector.weglot-dropdown li{width:100%}.country-selector.weglot-dropdown.weglot-invert ul{bottom:38px}.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.country-selector.weglot-default{position:fixed;bottom:0px;right:40px}.country-selector.weglot-inline a:hover{text-decoration:underline;color:#00a0d2}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0;display:inline-block;vertical-align:middle}.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1 !important;display:inline-block;margin:2px 0px;vertical-align:middle}.country-selector.weglot-inline.weglot-default{bottom:5px}.country-selector input{display:none !important}.navbar .navbar-nav li.weglot-flags a.weglot-lang:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.js .main-navigation .country-selector ul{display:none}html[dir="rtl"] .weglot-flags a:before,html[dir="rtl"] .weglot-flags span:before{margin-right:0;margin-left:10px}.weglot-flags>a:before,.weglot-flags>span.wglanguage-name:before{background-image:url(//muzicon.es/wp-content/plugins/weglot/dist/images/rect_mate.png);-webkit-background-size:auto 20px !important;background-size:auto 20px !important;border-radius:0px !important;width:30px !important;height:20px !important;content:"";vertical-align:middle;margin-right:10px;display:inline-block;overflow:hidden}.weglot-flags.flag-1>a:before,.weglot-flags.flag-1>span:before{background-image:url(//muzicon.es/wp-content/plugins/weglot/dist/images/rect_bright.png)}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url(//muzicon.es/wp-content/plugins/weglot/dist/images/square_flag.png);width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url(//muzicon.es/wp-content/plugins/weglot/dist/images/circular_flag.png);width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags>a span:before{background-image:none !important;display:none !important}.weglot-flags>span a:before{background-image:none !important;display:none !important}.weglot-flags.flag-3.wg-af>a:before,.weglot-flags.flag-3.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/circle/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-af>a:before,.weglot-flags.flag-2.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/square/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-af>a:before,.weglot-flags.flag-1.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-af>a:before,.weglot-flags.flag-0.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-xh>a:before,.weglot-flags.flag-3.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/circle/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-xh>a:before,.weglot-flags.flag-2.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/square/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-xh>a:before,.weglot-flags.flag-1.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-xh>a:before,.weglot-flags.flag-0.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-zu>a:before,.weglot-flags.flag-3.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-zu>a:before,.weglot-flags.flag-2.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/square/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-zu>a:before,.weglot-flags.flag-1.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-zu>a:before,.weglot-flags.flag-0.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-am>a:before,.weglot-flags.flag-3.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/circle/et.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-am>a:before,.weglot-flags.flag-2.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/square/et.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-am>a:before,.weglot-flags.flag-1.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/et.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-am>a:before,.weglot-flags.flag-0.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/et.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ar>a:before,.weglot-flags.flag-3.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/circle/sa.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ar>a:before,.weglot-flags.flag-2.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/square/sa.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ar>a:before,.weglot-flags.flag-1.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/sa.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ar>a:before,.weglot-flags.flag-0.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/sa.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-az>a:before,.weglot-flags.flag-3.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/circle/az.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-az>a:before,.weglot-flags.flag-2.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/square/az.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-az>a:before,.weglot-flags.flag-1.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/az.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-az>a:before,.weglot-flags.flag-0.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/az.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ba>a:before,.weglot-flags.flag-3.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ba>a:before,.weglot-flags.flag-2.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/square/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ba>a:before,.weglot-flags.flag-1.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ba>a:before,.weglot-flags.flag-0.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ru>a:before,.weglot-flags.flag-3.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ru>a:before,.weglot-flags.flag-2.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/square/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ru>a:before,.weglot-flags.flag-1.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ru>a:before,.weglot-flags.flag-0.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-be>a:before,.weglot-flags.flag-3.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/circle/by.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-be>a:before,.weglot-flags.flag-2.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/square/by.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-be>a:before,.weglot-flags.flag-1.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/by.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-be>a:before,.weglot-flags.flag-0.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/by.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-bg>a:before,.weglot-flags.flag-3.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/circle/bg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-bg>a:before,.weglot-flags.flag-2.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/square/bg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-bg>a:before,.weglot-flags.flag-1.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/bg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-bg>a:before,.weglot-flags.flag-0.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/bg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-bn>a:before,.weglot-flags.flag-3.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/bd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-bn>a:before,.weglot-flags.flag-2.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/square/bd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-bn>a:before,.weglot-flags.flag-1.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/bd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-bn>a:before,.weglot-flags.flag-0.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/bd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-br>a:before,.weglot-flags.flag-3.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/circle/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-br>a:before,.weglot-flags.flag-2.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/square/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-br>a:before,.weglot-flags.flag-1.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-br>a:before,.weglot-flags.flag-0.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pt-br>a:before,.weglot-flags.flag-3.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/circle/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pt-br>a:before,.weglot-flags.flag-2.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/square/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pt-br>a:before,.weglot-flags.flag-1.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pt-br>a:before,.weglot-flags.flag-0.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-bs>a:before,.weglot-flags.flag-3.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ba.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-bs>a:before,.weglot-flags.flag-2.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/square/ba.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-bs>a:before,.weglot-flags.flag-1.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ba.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-bs>a:before,.weglot-flags.flag-0.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ba.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ca>a:before,.weglot-flags.flag-3.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/circle/es-ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ca>a:before,.weglot-flags.flag-2.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/square/es-ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ca>a:before,.weglot-flags.flag-1.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/es-ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ca>a:before,.weglot-flags.flag-0.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/es-ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-co>a:before,.weglot-flags.flag-3.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/circle/co.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-co>a:before,.weglot-flags.flag-2.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/square/co.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-co>a:before,.weglot-flags.flag-1.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/co.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-co>a:before,.weglot-flags.flag-0.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/co.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-cs>a:before,.weglot-flags.flag-3.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/circle/cz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-cs>a:before,.weglot-flags.flag-2.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/square/cz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-cs>a:before,.weglot-flags.flag-1.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/cz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-cs>a:before,.weglot-flags.flag-0.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/cz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-cy>a:before,.weglot-flags.flag-3.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gb-wls.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-cy>a:before,.weglot-flags.flag-2.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/square/gb-wls.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-cy>a:before,.weglot-flags.flag-1.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gb-wls.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-cy>a:before,.weglot-flags.flag-0.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gb-wls.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-da>a:before,.weglot-flags.flag-3.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/circle/dk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-da>a:before,.weglot-flags.flag-2.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/square/dk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-da>a:before,.weglot-flags.flag-1.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/dk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-da>a:before,.weglot-flags.flag-0.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/dk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-de>a:before,.weglot-flags.flag-3.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/circle/de.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-de>a:before,.weglot-flags.flag-2.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/square/de.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-de>a:before,.weglot-flags.flag-1.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/de.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-de>a:before,.weglot-flags.flag-0.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/de.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-el>a:before,.weglot-flags.flag-3.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-el>a:before,.weglot-flags.flag-2.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/square/gr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-el>a:before,.weglot-flags.flag-1.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-el>a:before,.weglot-flags.flag-0.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-en>a:before,.weglot-flags.flag-3.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gb.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-en>a:before,.weglot-flags.flag-2.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/square/gb.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-en>a:before,.weglot-flags.flag-1.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gb.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-en>a:before,.weglot-flags.flag-0.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gb.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-eo>a:before,.weglot-flags.flag-3.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/circle/eo.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-eo>a:before,.weglot-flags.flag-2.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/square/eo.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-eo>a:before,.weglot-flags.flag-1.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/eo.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-eo>a:before,.weglot-flags.flag-0.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/eo.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-es>a:before,.weglot-flags.flag-3.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/circle/es.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-es>a:before,.weglot-flags.flag-2.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/square/es.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-es>a:before,.weglot-flags.flag-1.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/es.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-es>a:before,.weglot-flags.flag-0.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/es.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-et>a:before,.weglot-flags.flag-3.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ee.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-et>a:before,.weglot-flags.flag-2.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/square/ee.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-et>a:before,.weglot-flags.flag-1.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ee.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-et>a:before,.weglot-flags.flag-0.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ee.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-eu>a:before,.weglot-flags.flag-3.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/eu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-eu>a:before,.weglot-flags.flag-2.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/square/eu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-eu>a:before,.weglot-flags.flag-1.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/eu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-eu>a:before,.weglot-flags.flag-0.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/eu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fa>a:before,.weglot-flags.flag-3.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ir.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fa>a:before,.weglot-flags.flag-2.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/square/ir.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fa>a:before,.weglot-flags.flag-1.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ir.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fa>a:before,.weglot-flags.flag-0.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ir.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fi>a:before,.weglot-flags.flag-3.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/fi.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fi>a:before,.weglot-flags.flag-2.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/square/fi.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fi>a:before,.weglot-flags.flag-1.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/fi.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fi>a:before,.weglot-flags.flag-0.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/fi.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fj>a:before,.weglot-flags.flag-3.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/circle/fj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fj>a:before,.weglot-flags.flag-2.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/square/fj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fj>a:before,.weglot-flags.flag-1.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/fj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fj>a:before,.weglot-flags.flag-0.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/fj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-cb>a:before,.weglot-flags.flag-3.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-cb>a:before,.weglot-flags.flag-2.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/square/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-cb>a:before,.weglot-flags.flag-1.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-cb>a:before,.weglot-flags.flag-0.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ceb>a:before,.weglot-flags.flag-3.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ceb>a:before,.weglot-flags.flag-2.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/square/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ceb>a:before,.weglot-flags.flag-1.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ceb>a:before,.weglot-flags.flag-0.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fl>a:before,.weglot-flags.flag-3.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fl>a:before,.weglot-flags.flag-2.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/square/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fl>a:before,.weglot-flags.flag-1.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fl>a:before,.weglot-flags.flag-0.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fr>a:before,.weglot-flags.flag-3.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/fr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fr>a:before,.weglot-flags.flag-2.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/square/fr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fr>a:before,.weglot-flags.flag-1.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/fr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fr>a:before,.weglot-flags.flag-0.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/fr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fy>a:before,.weglot-flags.flag-3.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/circle/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fy>a:before,.weglot-flags.flag-2.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/square/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fy>a:before,.weglot-flags.flag-1.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fy>a:before,.weglot-flags.flag-0.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-nl>a:before,.weglot-flags.flag-3.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-nl>a:before,.weglot-flags.flag-2.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/square/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-nl>a:before,.weglot-flags.flag-1.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-nl>a:before,.weglot-flags.flag-0.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ga>a:before,.weglot-flags.flag-3.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ie.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ga>a:before,.weglot-flags.flag-2.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/square/ie.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ga>a:before,.weglot-flags.flag-1.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ie.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ga>a:before,.weglot-flags.flag-0.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ie.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-gd>a:before,.weglot-flags.flag-3.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gb-sct.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-gd>a:before,.weglot-flags.flag-2.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/square/gb-sct.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-gd>a:before,.weglot-flags.flag-1.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gb-sct.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-gd>a:before,.weglot-flags.flag-0.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gb-sct.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-gl>a:before,.weglot-flags.flag-3.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/es-ga.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-gl>a:before,.weglot-flags.flag-2.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/square/es-ga.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-gl>a:before,.weglot-flags.flag-1.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/es-ga.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-gl>a:before,.weglot-flags.flag-0.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/es-ga.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-as>a:before,.weglot-flags.flag-3.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-as>a:before,.weglot-flags.flag-2.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-as>a:before,.weglot-flags.flag-1.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-as>a:before,.weglot-flags.flag-0.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-gu>a:before,.weglot-flags.flag-3.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-gu>a:before,.weglot-flags.flag-2.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-gu>a:before,.weglot-flags.flag-1.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-gu>a:before,.weglot-flags.flag-0.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hi>a:before,.weglot-flags.flag-3.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hi>a:before,.weglot-flags.flag-2.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hi>a:before,.weglot-flags.flag-1.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hi>a:before,.weglot-flags.flag-0.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-kn>a:before,.weglot-flags.flag-3.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-kn>a:before,.weglot-flags.flag-2.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-kn>a:before,.weglot-flags.flag-1.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-kn>a:before,.weglot-flags.flag-0.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ml>a:before,.weglot-flags.flag-3.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ml>a:before,.weglot-flags.flag-2.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ml>a:before,.weglot-flags.flag-1.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ml>a:before,.weglot-flags.flag-0.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mr>a:before,.weglot-flags.flag-3.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mr>a:before,.weglot-flags.flag-2.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mr>a:before,.weglot-flags.flag-1.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mr>a:before,.weglot-flags.flag-0.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-or>a:before,.weglot-flags.flag-3.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-or>a:before,.weglot-flags.flag-2.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-or>a:before,.weglot-flags.flag-1.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-or>a:before,.weglot-flags.flag-0.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pa>a:before,.weglot-flags.flag-3.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pa>a:before,.weglot-flags.flag-2.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pa>a:before,.weglot-flags.flag-1.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pa>a:before,.weglot-flags.flag-0.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ta>a:before,.weglot-flags.flag-3.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ta>a:before,.weglot-flags.flag-2.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ta>a:before,.weglot-flags.flag-1.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ta>a:before,.weglot-flags.flag-0.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-te>a:before,.weglot-flags.flag-3.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-te>a:before,.weglot-flags.flag-2.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-te>a:before,.weglot-flags.flag-1.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-te>a:before,.weglot-flags.flag-0.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tl>a:before,.weglot-flags.flag-3.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tl>a:before,.weglot-flags.flag-2.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tl>a:before,.weglot-flags.flag-1.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tl>a:before,.weglot-flags.flag-0.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ha>a:before,.weglot-flags.flag-3.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ha>a:before,.weglot-flags.flag-2.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/square/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ha>a:before,.weglot-flags.flag-1.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ha>a:before,.weglot-flags.flag-0.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ig>a:before,.weglot-flags.flag-3.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ig>a:before,.weglot-flags.flag-2.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/square/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ig>a:before,.weglot-flags.flag-1.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ig>a:before,.weglot-flags.flag-0.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-he>a:before,.weglot-flags.flag-3.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/circle/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-he>a:before,.weglot-flags.flag-2.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/square/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-he>a:before,.weglot-flags.flag-1.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-he>a:before,.weglot-flags.flag-0.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-yi>a:before,.weglot-flags.flag-3.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-yi>a:before,.weglot-flags.flag-2.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/square/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-yi>a:before,.weglot-flags.flag-1.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-yi>a:before,.weglot-flags.flag-0.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hr>a:before,.weglot-flags.flag-3.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hr>a:before,.weglot-flags.flag-2.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/square/hr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hr>a:before,.weglot-flags.flag-1.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hr>a:before,.weglot-flags.flag-0.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ht>a:before,.weglot-flags.flag-3.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ht.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ht>a:before,.weglot-flags.flag-2.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/square/ht.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ht>a:before,.weglot-flags.flag-1.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ht.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ht>a:before,.weglot-flags.flag-0.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ht.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hu>a:before,.weglot-flags.flag-3.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hu>a:before,.weglot-flags.flag-2.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/square/hu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hu>a:before,.weglot-flags.flag-1.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hu>a:before,.weglot-flags.flag-0.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hw>a:before,.weglot-flags.flag-3.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hw>a:before,.weglot-flags.flag-2.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/square/hw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hw>a:before,.weglot-flags.flag-1.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hw>a:before,.weglot-flags.flag-0.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hy>a:before,.weglot-flags.flag-3.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/circle/am.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hy>a:before,.weglot-flags.flag-2.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/square/am.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hy>a:before,.weglot-flags.flag-1.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/am.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hy>a:before,.weglot-flags.flag-0.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/am.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-id>a:before,.weglot-flags.flag-3.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/circle/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-id>a:before,.weglot-flags.flag-2.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/square/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-id>a:before,.weglot-flags.flag-1.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-id>a:before,.weglot-flags.flag-0.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-jv>a:before,.weglot-flags.flag-3.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/circle/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-jv>a:before,.weglot-flags.flag-2.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/square/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-jv>a:before,.weglot-flags.flag-1.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-jv>a:before,.weglot-flags.flag-0.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-is>a:before,.weglot-flags.flag-3.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/circle/is.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-is>a:before,.weglot-flags.flag-2.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/square/is.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-is>a:before,.weglot-flags.flag-1.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/is.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-is>a:before,.weglot-flags.flag-0.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/is.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-it>a:before,.weglot-flags.flag-3.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/circle/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-it>a:before,.weglot-flags.flag-2.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/square/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-it>a:before,.weglot-flags.flag-1.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-it>a:before,.weglot-flags.flag-0.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-la>a:before,.weglot-flags.flag-3.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/circle/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-la>a:before,.weglot-flags.flag-2.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/square/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-la>a:before,.weglot-flags.flag-1.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-la>a:before,.weglot-flags.flag-0.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ja>a:before,.weglot-flags.flag-3.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/circle/jp.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ja>a:before,.weglot-flags.flag-2.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/square/jp.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ja>a:before,.weglot-flags.flag-1.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/jp.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ja>a:before,.weglot-flags.flag-0.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/jp.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ka>a:before,.weglot-flags.flag-3.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ge.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ka>a:before,.weglot-flags.flag-2.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/square/ge.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ka>a:before,.weglot-flags.flag-1.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ge.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ka>a:before,.weglot-flags.flag-0.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ge.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-kk>a:before,.weglot-flags.flag-3.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-kk>a:before,.weglot-flags.flag-2.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/square/kz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-kk>a:before,.weglot-flags.flag-1.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-kk>a:before,.weglot-flags.flag-0.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-km>a:before,.weglot-flags.flag-3.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kh.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-km>a:before,.weglot-flags.flag-2.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/square/kh.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-km>a:before,.weglot-flags.flag-1.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kh.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-km>a:before,.weglot-flags.flag-0.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kh.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ko>a:before,.weglot-flags.flag-3.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ko>a:before,.weglot-flags.flag-2.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/square/kr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ko>a:before,.weglot-flags.flag-1.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ko>a:before,.weglot-flags.flag-0.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ku>a:before,.weglot-flags.flag-3.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/circle/iq.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ku>a:before,.weglot-flags.flag-2.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/square/iq.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ku>a:before,.weglot-flags.flag-1.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/iq.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ku>a:before,.weglot-flags.flag-0.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/iq.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ky>a:before,.weglot-flags.flag-3.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ky>a:before,.weglot-flags.flag-2.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/square/kg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ky>a:before,.weglot-flags.flag-1.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ky>a:before,.weglot-flags.flag-0.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lb>a:before,.weglot-flags.flag-3.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lb>a:before,.weglot-flags.flag-2.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/square/lu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lb>a:before,.weglot-flags.flag-1.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lb>a:before,.weglot-flags.flag-0.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lo>a:before,.weglot-flags.flag-3.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/circle/la.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lo>a:before,.weglot-flags.flag-2.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/square/la.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lo>a:before,.weglot-flags.flag-1.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/la.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lo>a:before,.weglot-flags.flag-0.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/la.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lt>a:before,.weglot-flags.flag-3.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lt>a:before,.weglot-flags.flag-2.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/square/lt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lt>a:before,.weglot-flags.flag-1.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lt>a:before,.weglot-flags.flag-0.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lv>a:before,.weglot-flags.flag-3.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lv.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lv>a:before,.weglot-flags.flag-2.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/square/lv.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lv>a:before,.weglot-flags.flag-1.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lv.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lv>a:before,.weglot-flags.flag-0.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lv.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mg>a:before,.weglot-flags.flag-3.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mg>a:before,.weglot-flags.flag-2.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/square/mg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mg>a:before,.weglot-flags.flag-1.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mg>a:before,.weglot-flags.flag-0.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mi>a:before,.weglot-flags.flag-3.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/nz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mi>a:before,.weglot-flags.flag-2.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/square/nz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mi>a:before,.weglot-flags.flag-1.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/nz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mi>a:before,.weglot-flags.flag-0.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/nz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mk>a:before,.weglot-flags.flag-3.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mk>a:before,.weglot-flags.flag-2.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/square/mk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mk>a:before,.weglot-flags.flag-1.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mk>a:before,.weglot-flags.flag-0.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mn>a:before,.weglot-flags.flag-3.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mn>a:before,.weglot-flags.flag-2.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/square/mn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mn>a:before,.weglot-flags.flag-1.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mn>a:before,.weglot-flags.flag-0.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ms>a:before,.weglot-flags.flag-3.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/circle/my.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ms>a:before,.weglot-flags.flag-2.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/square/my.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ms>a:before,.weglot-flags.flag-1.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/my.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ms>a:before,.weglot-flags.flag-0.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/my.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mt>a:before,.weglot-flags.flag-3.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mt>a:before,.weglot-flags.flag-2.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/square/mt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mt>a:before,.weglot-flags.flag-1.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mt>a:before,.weglot-flags.flag-0.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-my>a:before,.weglot-flags.flag-3.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-my>a:before,.weglot-flags.flag-2.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/square/mm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-my>a:before,.weglot-flags.flag-1.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-my>a:before,.weglot-flags.flag-0.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ne>a:before,.weglot-flags.flag-3.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/circle/np.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ne>a:before,.weglot-flags.flag-2.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/square/np.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ne>a:before,.weglot-flags.flag-1.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/np.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ne>a:before,.weglot-flags.flag-0.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/np.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-no>a:before,.weglot-flags.flag-3.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/circle/no.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-no>a:before,.weglot-flags.flag-2.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/square/no.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-no>a:before,.weglot-flags.flag-1.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/no.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-no>a:before,.weglot-flags.flag-0.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/no.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ny>a:before,.weglot-flags.flag-3.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ny>a:before,.weglot-flags.flag-2.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/square/mw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ny>a:before,.weglot-flags.flag-1.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ny>a:before,.weglot-flags.flag-0.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pl>a:before,.weglot-flags.flag-3.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pl>a:before,.weglot-flags.flag-2.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/square/pl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pl>a:before,.weglot-flags.flag-1.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pl>a:before,.weglot-flags.flag-0.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ps>a:before,.weglot-flags.flag-3.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/circle/af.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ps>a:before,.weglot-flags.flag-2.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/square/af.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ps>a:before,.weglot-flags.flag-1.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/af.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ps>a:before,.weglot-flags.flag-0.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/af.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pt>a:before,.weglot-flags.flag-3.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pt>a:before,.weglot-flags.flag-2.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/square/pt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pt>a:before,.weglot-flags.flag-1.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pt>a:before,.weglot-flags.flag-0.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ro>a:before,.weglot-flags.flag-3.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ro.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ro>a:before,.weglot-flags.flag-2.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/square/ro.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ro>a:before,.weglot-flags.flag-1.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ro.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ro>a:before,.weglot-flags.flag-0.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ro.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sd>a:before,.weglot-flags.flag-3.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sd>a:before,.weglot-flags.flag-2.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/square/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sd>a:before,.weglot-flags.flag-1.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sd>a:before,.weglot-flags.flag-0.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ur>a:before,.weglot-flags.flag-3.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ur>a:before,.weglot-flags.flag-2.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/square/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ur>a:before,.weglot-flags.flag-1.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ur>a:before,.weglot-flags.flag-0.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-si>a:before,.weglot-flags.flag-3.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-si>a:before,.weglot-flags.flag-2.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/square/lk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-si>a:before,.weglot-flags.flag-1.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-si>a:before,.weglot-flags.flag-0.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sk>a:before,.weglot-flags.flag-3.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/sk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sk>a:before,.weglot-flags.flag-2.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/square/sk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sk>a:before,.weglot-flags.flag-1.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/sk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sk>a:before,.weglot-flags.flag-0.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/sk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sl>a:before,.weglot-flags.flag-3.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/si.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sl>a:before,.weglot-flags.flag-2.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/square/si.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sl>a:before,.weglot-flags.flag-1.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/si.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sl>a:before,.weglot-flags.flag-0.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/si.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sm>a:before,.weglot-flags.flag-3.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ws.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sm>a:before,.weglot-flags.flag-2.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/square/ws.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sm>a:before,.weglot-flags.flag-1.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ws.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sm>a:before,.weglot-flags.flag-0.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ws.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sn>a:before,.weglot-flags.flag-3.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/zw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sn>a:before,.weglot-flags.flag-2.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/square/zw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sn>a:before,.weglot-flags.flag-1.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/zw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sn>a:before,.weglot-flags.flag-0.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/zw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-so>a:before,.weglot-flags.flag-3.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/circle/so.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-so>a:before,.weglot-flags.flag-2.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/square/so.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-so>a:before,.weglot-flags.flag-1.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/so.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-so>a:before,.weglot-flags.flag-0.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/so.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sq>a:before,.weglot-flags.flag-3.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/circle/al.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sq>a:before,.weglot-flags.flag-2.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/square/al.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sq>a:before,.weglot-flags.flag-1.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/al.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sq>a:before,.weglot-flags.flag-0.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/al.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sa>a:before,.weglot-flags.flag-3.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sa>a:before,.weglot-flags.flag-2.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/square/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sa>a:before,.weglot-flags.flag-1.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sa>a:before,.weglot-flags.flag-0.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sr-latn>a:before,.weglot-flags.flag-3.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sr-latn>a:before,.weglot-flags.flag-2.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/square/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sr-latn>a:before,.weglot-flags.flag-1.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sr-latn>a:before,.weglot-flags.flag-0.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sr>a:before,.weglot-flags.flag-3.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sr>a:before,.weglot-flags.flag-2.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/square/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sr>a:before,.weglot-flags.flag-1.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sr>a:before,.weglot-flags.flag-0.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-st>a:before,.weglot-flags.flag-3.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-st>a:before,.weglot-flags.flag-2.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/square/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-st>a:before,.weglot-flags.flag-1.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-st>a:before,.weglot-flags.flag-0.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-yo>a:before,.weglot-flags.flag-3.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-yo>a:before,.weglot-flags.flag-2.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/square/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-yo>a:before,.weglot-flags.flag-1.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-yo>a:before,.weglot-flags.flag-0.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-su>a:before,.weglot-flags.flag-3.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/circle/sd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-su>a:before,.weglot-flags.flag-2.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/square/sd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-su>a:before,.weglot-flags.flag-1.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/sd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-su>a:before,.weglot-flags.flag-0.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/sd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sv>a:before,.weglot-flags.flag-3.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/circle/se.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sv>a:before,.weglot-flags.flag-2.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/square/se.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sv>a:before,.weglot-flags.flag-1.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/se.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sv>a:before,.weglot-flags.flag-0.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/se.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sw>a:before,.weglot-flags.flag-3.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ke.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sw>a:before,.weglot-flags.flag-2.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/square/ke.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sw>a:before,.weglot-flags.flag-1.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ke.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sw>a:before,.weglot-flags.flag-0.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ke.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tg>a:before,.weglot-flags.flag-3.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tg>a:before,.weglot-flags.flag-2.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/square/tj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tg>a:before,.weglot-flags.flag-1.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tg>a:before,.weglot-flags.flag-0.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-th>a:before,.weglot-flags.flag-3.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/circle/th.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-th>a:before,.weglot-flags.flag-2.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/square/th.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-th>a:before,.weglot-flags.flag-1.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/th.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-th>a:before,.weglot-flags.flag-0.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/th.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-to>a:before,.weglot-flags.flag-3.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/circle/to.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-to>a:before,.weglot-flags.flag-2.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/square/to.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-to>a:before,.weglot-flags.flag-1.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/to.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-to>a:before,.weglot-flags.flag-0.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/to.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tk>a:before,.weglot-flags.flag-3.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tk>a:before,.weglot-flags.flag-2.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/square/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tk>a:before,.weglot-flags.flag-1.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tk>a:before,.weglot-flags.flag-0.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tr>a:before,.weglot-flags.flag-3.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tr>a:before,.weglot-flags.flag-2.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/square/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tr>a:before,.weglot-flags.flag-1.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tr>a:before,.weglot-flags.flag-0.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tt>a:before,.weglot-flags.flag-3.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tt>a:before,.weglot-flags.flag-2.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/square/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tt>a:before,.weglot-flags.flag-1.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tt>a:before,.weglot-flags.flag-0.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tw>a:before,.weglot-flags.flag-3.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tw>a:before,.weglot-flags.flag-2.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/square/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tw>a:before,.weglot-flags.flag-1.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tw>a:before,.weglot-flags.flag-0.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-zh-tw>a:before,.weglot-flags.flag-3.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-zh-tw>a:before,.weglot-flags.flag-2.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/square/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-zh-tw>a:before,.weglot-flags.flag-1.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-zh-tw>a:before,.weglot-flags.flag-0.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ty>a:before,.weglot-flags.flag-3.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pf.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ty>a:before,.weglot-flags.flag-2.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/square/pf.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ty>a:before,.weglot-flags.flag-1.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pf.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ty>a:before,.weglot-flags.flag-0.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pf.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-uk>a:before,.weglot-flags.flag-3.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ua.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-uk>a:before,.weglot-flags.flag-2.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/square/ua.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-uk>a:before,.weglot-flags.flag-1.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ua.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-uk>a:before,.weglot-flags.flag-0.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ua.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-uz>a:before,.weglot-flags.flag-3.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/circle/uz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-uz>a:before,.weglot-flags.flag-2.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/square/uz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-uz>a:before,.weglot-flags.flag-1.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/uz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-uz>a:before,.weglot-flags.flag-0.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/uz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-vi>a:before,.weglot-flags.flag-3.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/vn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-vi>a:before,.weglot-flags.flag-2.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/square/vn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-vi>a:before,.weglot-flags.flag-1.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/vn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-vi>a:before,.weglot-flags.flag-0.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/vn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-zh>a:before,.weglot-flags.flag-3.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/circle/cn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-zh>a:before,.weglot-flags.flag-2.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/square/cn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-zh>a:before,.weglot-flags.flag-1.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/cn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-zh>a:before,.weglot-flags.flag-0.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/cn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hm>a:before,.weglot-flags.flag-3.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hm>a:before,.weglot-flags.flag-2.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/square/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hm>a:before,.weglot-flags.flag-1.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hm>a:before,.weglot-flags.flag-0.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hmn>a:before,.weglot-flags.flag-3.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hmn>a:before,.weglot-flags.flag-2.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/square/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hmn>a:before,.weglot-flags.flag-1.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hmn>a:before,.weglot-flags.flag-0.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ug>a:before,.weglot-flags.flag-3.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ug.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ug>a:before,.weglot-flags.flag-2.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/square/ug.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ug>a:before,.weglot-flags.flag-1.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ug.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ug>a:before,.weglot-flags.flag-0.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ug.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fc>a:before,.weglot-flags.flag-3.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fc>a:before,.weglot-flags.flag-2.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/square/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fc>a:before,.weglot-flags.flag-1.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fc>a:before,.weglot-flags.flag-0.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fr-ca>a:before,.weglot-flags.flag-3.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fr-ca>a:before,.weglot-flags.flag-2.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/square/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fr-ca>a:before,.weglot-flags.flag-1.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fr-ca>a:before,.weglot-flags.flag-0.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-rw>a:before,.weglot-flags.flag-3.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-rw>a:before,.weglot-flags.flag-2.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/square/rw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-rw>a:before,.weglot-flags.flag-1.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-rw>a:before,.weglot-flags.flag-0.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0>a:before,.weglot-flags.flag-0>span:before{background-position:unset !important;width:27px !important}:root{
--x-gap: 5vw;
--y-gap: 1.5rem;
--column-gap: 2rem;
--color-primary: #FF5500;
--color-secondary: #065fd4;
--color-grey-30: #fafbfc;
--color-grey-40: #f7f8f9;
--color-grey-50: #f1f2f3;
--color-grey-60: #b1b2b3;
--color-grey-70: #919293;
--color-grey-80: #818383;
--color-grey-100: #717273;
--color-grey-200: #636567;
--color-grey-300: #515355;
--color-grey-400: #454749;
--color-grey-500: #3a3c3e;
--color-grey-600: #202326;
--color-grey-700: #101316;
--color-grey-800: #010305;
--box-shadow: 0 1px 1px rgba(130,140,150,0.1), 0 -1px 0px rgba(120, 130, 140, 0.05);
--border-radius: 0.5rem;
--button-radius: 2rem;
--input-radius: 0.25rem;
--font-size: 0.875rem;
--line-height: 1.5;
--font-article-size: 1rem;
--font-weight-heading: 600;
--color-border: rgba(150,155,160,0.25);
--plyr-color-main: var(--color-primary);
--navbar-height: 4rem;
--adminbar-height: 0rem;
--open-player-height: 0rem;
--mobile-menu-height: 3rem;
--mobile-menu-icon-width: 1.25rem;
--mobile-menu-icon-height: 1.625rem;
--mobile-menu-font-size: 0.625rem;
--side-width: 12.5rem;
--side-folded-width: 5rem;
--side-icon-width: 1.5rem;
--side-icon-height: 1rem;
--side-menu-gap: 1.5rem;
--side-menu-item-height: 1.5rem;
--side-menu-item-grid-gap: 0.75rem;
--side-menu-item-row-gap: 0;
--sidebar-width: 18.75rem;
--content-width: 60rem;
--body-bg-color: #fff;
--text-color: #212529;
--text-secondary-color: #888;
--offcanvas: -100%;
--transform-rotate: 0;
}
.rtl{
direction: rtl;
--offcanvas: 100%;
--transform-rotate: 180deg;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
overflow-x: hidden;
color: var(--text-color);
background-color: var(--body-bg-color);
font-size: var(--font-size);
font-weight: var(--font-weight, 400);
line-height: var(--line-height, 1.5);
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
p {
margin-top: 0;
margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
li > ol,
li > ul,
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1rem 2rem;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: 600;
}
small {
font-size: 90%;
}
sub,
sup {
font-size: 0.15em;
letter-spacing: 0;
}
a {
color: inherit;
text-decoration: none;
background-color: transparent;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 2rem 0;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border-style: none;
border-radius: inherit;
}
img[src=""] {
content:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
background-color: rgba(150,160,170,0.1);
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: none;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
input::placeholder{
opacity: 0.3;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 0;
margin-bottom: var(--y-gap);
font-weight: var(--font-weight-heading);
line-height: 1.1;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.5rem;
}
h4, .h4 {
font-size: 1.25rem;
}
h5, .h5 {
font-size: 1rem;
}
h6, .h6 {
font-size: 0.75rem;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-spacing: 0;
}
table td, table th{
padding: 0.5em 0.75em;
text-align: inherit;
border-bottom: 1px solid #ccc;
}
thead th{
border-bottom-width: 2px;
}
audio,
video{
outline: 0;
width: auto;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: inherit;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-inline-start: 0;
margin-inline-end: var(--x-gap);
}
.alignright {
float: right;
margin-inline-end: 0;
margin-inline-start: var(--x-gap);
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.alignmiddle {
display: flex;
align-items: center;
justify-content: center;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.sticky-post{
border-radius: 0;
padding: 0px 8px;
font-size: 12px;
border: 1px solid;
position: relative;
display: inline-block;
margin: 0 1rem;
}
.updated:not(.published) {
display: none;
}
.post-navigation .post-title, 
.entry-title, 
.not-found .page-title, 
.error-404 .page-title, 
.comments-title,
.user-title,
.user-description,
.comment-author,
.comment-content,
blockquote{
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-break: break-word;
word-wrap: break-word;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
font-size: 10px;
line-height: 1.2;
margin: 4px 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .button,
.input,
button,
input,
select,
textarea{
position: relative;
align-items: center;
font-weight: 500;
color: inherit;
border: 1px solid var(--color-border);
background-color: #fff;
border-radius: var(--input-radius, 0.25rem);
font-size: 0.875rem;
padding: 0.5rem 0.75rem;
height: 2.5rem;
line-height: 1.5;
outline: none;
transition: border .3s ease-in-out;
}
.button,
button,
input[type='button'], 
input[type='submit'], 
input[type='reset']{
color: #333;
display: inline-flex;
cursor: pointer;
text-align: center;
padding: 0.53125rem 1.25rem;
border-radius: var(--button-radius);
height: auto;
}
[disabled]{
pointer-events: none;
opacity: 0.5;
}
input[type='checkbox'], 
input[type='radio']{
width: 18px;
min-width: 18px;
height: 18px;
margin-inline-end: 0.5rem;
-webkit-margin-end: 0.5rem;
vertical-align: middle;
display: inline-block;
padding: 0;
text-align: center;
line-height: 0;
border-color: var(--text-secondary-color);
border-radius: 2px;
border-width: 2px;
transition: all .3s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type='radio']{
border-radius: 50%;
}
input[type='checkbox']:checked,
input[type='radio']:checked{
border-color: currentColor;
}
input[type='checkbox']:before, 
input[type='radio']:before{
content: "";
display: block;
position: absolute;
left: 50%;
top: 50%;
border-radius: inherit;
width: 10px;
height: 10px;
background-color: currentColor;
transform: translate(-50%, -50%) scale(0);
transition: transform 0.2s;
}
input[type='checkbox']:checked:before,
input[type='radio']:checked:before{
transform: translate(-50%, -50%) scale(1);
}
input[type='checkbox']:checked{
background-color: currentColor;
border-width: 9px;
}
input[type='checkbox']:checked:before{
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
border-radius: 0;
width: 10px;
height: 6px;
transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
background-color: transparent;
}
select{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23888888' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right .5rem center;
background-size: 8px 10px;
padding-inline-end: 1.5rem !important;
-webkit-padding-end: 1.5rem !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.rtl select{
background-position: left .5rem center;
}
select[multiple],
select[size]:not([size="1"]),
textarea,
textarea.input{
height: auto;
padding-inline-end: 0.75rem;
-webkit-padding-end: 0.75rem;
background-image: none;
}
input.switch{
border-radius: 5rem;
width: 36px;
}
input.switch:before{
transform: translate(-14px, -50%);
width: 14px;
height: 14px;
opacity: 0.35;
}
input.switch:checked{
color: #33cc66;
background-color: currentColor;
}
input.switch:checked:before{
transform: translate(0, -50%);
opacity: 1;
color: #fff;
}
form p{
margin-bottom: 1em;
}
form label{
color: var(--text-secondary-color);
font-size: 0.875rem;
display: inline-block;
margin: 0 0 0.5rem 0;
}
form label + label{
margin-left: 1rem;
margin-right: 1rem;
}
.btn-follow,
.button-primary{
border-color: currentColor;
}
button.button-sm,
a.button-sm,
.button-sm a{
padding-top: 0.65rem;
padding-bottom: 0.65rem;
font-size: 13px;
}
button.button-xs,
a.button-xs,
.button-xs a{
height: 1.125rem;
padding: 0 .5rem;
font-size: 12px;
vertical-align: text-bottom;
margin-left: 2px;
margin-right: 2px;
}
a.btn-lg,
.btn-lg a,
a.button-lg,
.button-lg a{
font-size: 1.2rem;
padding: 1.25rem 2rem;
}
.button-rounded{
border-radius: 3rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.button-link{
color: inherit;
border-color: transparent;
background-color: transparent;
}
.button-reverse{
color: #fff;
background-color: #000;
}
.button + .button{
margin-inline-start: 0.5rem;
-webkit-margin-start: 0.5rem;
}
.button ins{
text-decoration: none;
}
.form .input{
width: 100%;
}
.post-password-form{
padding: 4rem 0;
}
.post-password-form label{
margin: 0;
}
button[type="submit"]{
min-width: 10rem;
justify-content: center;
}
.search-form{
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.search-form label input{
width: 100%;
}
.search-form label{
margin-bottom: 0;
}
.search-form .search-submit{
margin: 0 0.5rem;
}
.search-results .product .entry-footer{
display: none;
} .site-header .search-form{
display: flex;
flex: 10;
align-items: center;
background-color: #f7f8f9;
border-radius: 2rem;
padding: 0 0.5rem;
position: relative;
}
.site-header .search-form input{
border: 0;
outline: 0 !important;
box-shadow: none !important;
color: inherit;
display: block;
flex: 1;
width: 1%;
height: 1.5rem;
padding: 0 0.5rem;
background-color: transparent !important;
}
.site-header .search-form input::placeholder {
color: inherit;
opacity: 0.3;
}
.site-header .search-form label{
margin: 0;
}
.site-header .search-form .dropdown-menu:empty{
display: none;
}
.site-header .search-form .dropdown-menu{
width: 100%;
left: 0;
top: 100% !important;
transform: none !important;
min-width: 240px;
max-height: 300px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
.site-header .search-form .dropdown-menu a{
display: flex;
grid-gap: 0.5rem;
align-items: center;
padding: 0.5rem 1rem;
word-break: break-word;
}
.site-header .search-form .dropdown-menu img{
border-radius: 3px;
display: inline-block;
vertical-align: middle;
}
.site-header .search-form .dropdown-menu img,
.site-header .search-form .dropdown-menu .avatar{
width: 2.5rem;
}
.site-header .search-form .dropdown-menu span.author{
display: block;
color: var(--text-secondary-color);
font-size: 12px;
}
.site-header .search-form .dropdown-menu a > span:not(.avatar){
display: block;
width: 1%;
flex: 1;
}
.site-header .search-form .dropdown-menu a > span:not(.avatar) span{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.site-header .search-form .dropdown-user img{
border-radius: 50%;
}
.is-touch .site-header .menu-item-has-children > a{
pointer-events: none;
}
#menu-state:checked ~ .site-header{
z-index: 1001;
}
#search-state:checked ~ .site-header .search-form{
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
color: #333;
margin: 0;
border-radius: 0;
padding: 0 0.5rem;
max-width: initial;
}
#search-state:checked ~ .site-header .search-form input{
padding: 0 1rem;
opacity: 1;
display: block;
transform: translate3d(0, 0%, 0);
} .hide-search .site-header .search-form{
display: none;
}
.hide-sidenav-icon .menu-toggle,
.hide-sidenav-icon .site-sidebar{
display: none !important;
}
.site-header-transparent{
--side-width: 0;
--side-folded-width: 0;
--content-width: 70rem;
--sub-menu-color: var(--color-grey-600);
}
.site-header-transparent .site-content{
margin-top: 0;
}
.site-header-transparent .site-header{
color: rgba(255,255,255,1);
position: absolute;
box-shadow: none;
background: transparent !important;
max-width: calc(var(--content-width) + 2rem);
margin: 0 auto;
}
.site-header-transparent .site-header .site-navbar{
padding-top: 1vw;
}
.site-header-transparent .site-sidebar{
top: 0;
border: none;
z-index: 100000;
--side-width: 15rem;
--side-folded-width: 5rem;
transform: translate3d(var(--offcanvas), 0, 0) !important;
}
.site-header-transparent #menu-state.hide-sidenav:checked ~ .site-sidebar{
transform: none !important;
}
@media (min-width: 600px){
.site-header-transparent .site-header .search-form{
background-color: rgba(255, 255, 255, 0.35);
}
} nav ul{
list-style: none;
padding: 0;
margin: 0;
}
.nav,
.nav ul{
margin: 0;
padding: 0;
list-style: none;
}
.nav{
display: flex;
flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
.nav::-webkit-scrollbar { 
display: none;
}
.nav li{
position: relative;
float: none;
display: flex;
flex-direction: column;
}
.nav li > a{
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
position: relative;
transition: color linear 0.2s;
}
.nav .current-menu-item > a,
.nav a:hover{
transition: color 0.3s ease;
}
.nav ul a{
white-space: normal;
}
.nav .sub-menu{
display: none;
font-weight: 400;
font-size: max(90%, 13px);
}
.nav li.active > .sub-menu,
.user-navigation .nav li.current-menu-ancestor > .sub-menu,
.site-sidebar .nav li.current-menu-ancestor > .sub-menu{
display: block;
}
.nav .current-menu-item > a{
font-weight: 600;
}
.nav .menu-item-has-children:before,
.nav .menu-item-has-children > a:after{
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2rem;
height: 100%;
opacity: 0.5;
cursor: pointer;
}
.nav .menu-item-has-children > a:after{
position: static;
width: 0;
height: 0;
top: 50%;
margin: 1px 2px 0 2px;
border-color: currentColor transparent transparent;
border-style: solid;
border-width: 4px 3px 0;
background-color: transparent;
opacity: 0.5;
z-index: 0;
transition: transform 0.3s;
}
.is-touch .nav .menu-item-has-children.no-toggle > a{
pointer-events: none;
}
.nav .menu-item-has-children.current-menu-ancestor > a:after{
transform: rotate(180deg);
}
.nav .button{
color: inherit;
mix-blend-mode: different;
}
.nav .avatar{
width: 30px;
border-radius: 100%;
vertical-align: middle;
}
.nav .user-display-name{
margin-inline-end: 0.5rem;
-webkit-margin-end: 0.5rem;
}
.nav .svg-icon + span{
margin-inline-start: 0.5rem;
-webkit-margin-start: 0.5rem;
}
.nav li.btn-link a{
position: relative;
color: #fff !important;
padding: 0.125rem 1rem;
background-color: var(--text-secondary-color);
border-radius: var(--button-radius, 2rem);
min-height: 30px;
}
.nav li.hide-text > a{
padding-left: 0;
padding-right: 0;
min-width: 30px;
text-align: center;
justify-content: center;
}
.nav li.hide-text > a > span{
display: none;
}
.admin-bar{
--adminbar-height: 32px;
}
@media (max-width: 782px){
.admin-bar{
--adminbar-height: 46px;
}
}
.site-header{
font-size: 0.875rem;
left: 0;
right: 0;
top: var(--adminbar-height);
z-index: 1000;
position: fixed;
background-color: #fff;
box-shadow: var(--box-shadow);
}
.site-header .nav{
min-height: var(--navbar-height);
}
.site-header .nav > li{
flex-direction: row;
align-items: center;
}
.is-touch .site-header li.current-menu-ancestor > .sub-menu,
html:not(.is-touch) .site-header li:hover > .sub-menu{
display: block;
}
.is-touch li.fullscreen{
display: none;
}
.site-header .sub-menu{
position: absolute;
background-color: var(--sub-menu-color, #fff);
right: 50%;
transform: translate(50%, 0);
top: 100%;
min-width: 10rem;
padding: 0.5rem 0;
border-radius: var(--border-radius);
line-height: 1.5;
box-shadow: 0 10px 30px rgb(0,0,0,0.1);
}
.site-header .menu-after-login{
display: flex;
}
.site-header .menu-after-login .sub-menu{
right: 0;
transform: none;
}
.site-header .sub-menu a{
padding-left: 1rem;
padding-right: 1rem;
}
.site-header .sub-menu .sub-menu{
transform: none;
right: 100%;
top: -0.5rem;
}
.site-header .secondary-menu{
display: none;
}
.header-container{
padding: 0 1rem;
position: relative;
}
.site-navbar{
display: flex;
align-items: center;
min-height: var(--navbar-height);
}
.site-brand{
display: flex;
align-items: center;
user-select: none;
min-height: var(--navbar-height);
}
.site-brand .menu-toggle{
display: flex;
align-items: center;
align-self: stretch;
padding: 0.75rem;
margin: 0;
cursor: pointer;
}
.site-brand .site-tagline{
margin: 0 0.25rem;
}
.site-title{
margin: 0 0.25rem;
font-size: 1.15rem;
line-height: 1.2;
font-weight: 600;
letter-spacing: -0.023em;
color: inherit;
}
.site-title a:hover{
color: inherit;
}
.hide-site-title .site-title{
display: none;
}
.site-logo{
display: inline-flex;
align-items: center;
line-height: 0;
}
.site-logo figcaption{
font-size: 1.15rem;
font-weight: bold;
padding: 0 1rem;
margin: 0;
color: inherit;
}
.site-logo svg,
.site-logo img{
width: auto;
height: 2rem;
}
.nav .avatar img{
max-width: 24px;
} .site-sidebar{
--icon-width: 0rem;
background-color: #fff;
border-right: 1px solid rgba(130,140,150,0.1);
width: var(--side-width);
padding-top: 1rem;
flex-shrink: 0;
position: fixed;
z-index: 990;
left: 0;
top: calc(var(--adminbar-height) + var(--navbar-height));
bottom: 0;
overflow-y: auto; 
scrollbar-width: none;
-ms-overflow-style: none;
transition: transform 0.2s;
-webkit-overflow-scrolling: touch;
}
.site-sidebar .site-brand{
display: none;
padding: 0 calc(var(--side-menu-gap) - 0.5rem);
align-items: center;
}
.site-sidebar::-webkit-scrollbar {
width: 0;
height: 0;
}
.site-sidebar .svg-icon{
width: var(--icon-width, 24px);
height: var(--icon-height, 16px);
flex-shrink: 0;
}
.site-sidebar .menu-has-icon{
--icon-width: var(--side-icon-width);
--icon-height: var(--side-icon-height);
}
.site-sidebar .nav{
flex-direction: column;
grid-gap: var(--side-menu-item-row-gap);
}
.site-sidebar .nav a{
display: flex;
grid-gap: var(--side-menu-item-grid-gap);
min-height: var(--side-menu-item-height);
padding: 0.375rem 0;
}
.site-sidebar .nav a span{
margin: 0;
}
.site-sidebar .theme-color i{
margin: calc(var(--side-icon-height)/2 - 0.5rem) calc(var(--side-icon-width)/2 - 0.5rem);
}
.site-sidebar .theme-switch i{
margin: calc(var(--side-icon-height)/2 - 0.375rem) calc(var(--side-icon-width)/2 - 0.75rem);
}
.site-sidebar .theme-color,
.site-sidebar .theme-switch{
grid-gap: var(--side-menu-item-grid-gap);
}
.site-sidebar .sub-menu a{
--padding: calc( var(--icon-width) + var(--side-menu-item-grid-gap) );
padding-inline-start: var(--padding);
-webkit-padding-start: var(--padding);
}
.site-sidebar .menu-item-has-children{
padding: 0 !important;
}
.site-sidebar .menu-item-has-children > a:after{
margin-inline-start: auto;
-webkit-margin-start: auto;
}
.site-sidebar .menu-header{
padding: 0.5rem 0;
opacity: 0.5;
font-size: 0.85em;
}
.site-sidebar li ~ .menu-header{
padding-top: 1.5rem;
}
.site-sidebar .menu-header a{
padding: 0;
pointer-events: none;
}
.site-sidebar .primary-menu{
padding: 0 var(--side-menu-gap);
}
.site-sidebar .site-sidebar-header:not(:empty),
.site-sidebar .site-sidebar-footer:not(:empty){
margin: 1rem var(--side-menu-gap);
font-size: 0.875rem;
}
.site-sidebar .site-sidebar-footer a{
color: var(--text-secondary-color);
margin-inline-end: 0.75rem;
-webkit-margin-end: 0.75rem;
}
.site-content{
margin-top: var(--navbar-height);
min-height: calc(100vh - var(--navbar-height) - var(--adminbar-height) - var(--open-player-height));
transition: margin 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.open-player body{
--open-player-height: 3.75rem;
padding-bottom: var(--open-player-height);
} .nav-links{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: calc(var(--y-gap)*1.5);
}
.nav-links .page-numbers:not(.prev):not(.next){
padding: 0.25rem 0.5rem;
font-size: 1rem;
position: relative;
display: inline-block;
margin: 0.25rem 0.25rem;
}
.nav-links a.page-numbers:not(.prev):not(.next):after{
content: "";
display: block;
position: absolute;
left: 25%;
bottom: 0;
width: 50%;
border-bottom: 1px solid;
transform: translate3d(0,0,0) scaleX(0);
transform-origin: right top;
transition: transform 0.2s ease-in-out 0.1s;
}
.nav-links a.page-numbers:not(.prev):not(.next):hover:after{
transform: translate3d(0,0,0) scaleX(1);
transform-origin: left top;
}
.nav-links .current,
.nav-links .page-numbers span{
color: var(--text-secondary-color);
}
.nav-links .meta-nav{
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
color: var(--text-secondary-color);
top: -4px;
position: relative;
}
.nav-links .prev,
.nav-links .next,
.nav-links .nav-previous,
.nav-links .nav-next{
display: flex;
align-items: center;
width: 50%;
margin-right: auto;
line-height: 1.2;
}
.nav-links .prev:before,
.nav-links .next:before,
.nav-links .nav-previous:before,
.nav-links .nav-next:before{
font-family: serif;
content: "\2039";
display: inline-block;
text-align: center;
height: 2.25rem;
width: 2.25rem;
font-size: 28px;
border-radius: 50%;
flex-shrink: 0;
color: var(--text-secondary-color);
box-shadow: var(--box-shadow);
transform: scale(1);
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
background-color: #fff;
}
.nav-links .next:before,
.nav-links .nav-next:before{
content: "\203a";
}
.nav-links .next,
.nav-links .nav-next{
flex-direction: row-reverse;
margin-left: auto;
margin-right: inherit;
}
.nav-links .post-title{
margin: 0 1rem;
display: block;
}
.nav-links .prev:hover:before,
.nav-links .next:hover:before,
.nav-links .nav-previous:hover:before,
.nav-links .nav-next:hover:before{
border-color: currentColor;
color: currentColor;
}
.nav-links .prev svg, 
.nav-links .next svg{
transform: rotate(var(--transform-rotate));
}
.nav-links .nav-next a{
text-align: right;
}
.nav-links .prev, 
.nav-links .next{
margin: 0 0.5rem;
width: auto;
}
.page-links {
clear: both;
font-size: 0.85rem;
}
.page-links .page-links-title{
display: none;
}
.page-links .current,
.page-links a{
display: inline-block;
text-align: center;
padding: 0;
width: 2rem;
height: 2rem;
line-height: 1.9rem;
border-radius: 50%;
border: 1px solid rgba(150,160,170,0.2);
color: var(--text-secondary-color);
transition: all 0.3s;
}
.page-links a:hover{
border-color: currentColor;
color: inherit;
}
.page-links .current{
background-color: rgba(150,160,170,0.1);
border-color: transparent;
} .entry-meta{
display: flex;
align-items: center;
flex-wrap: wrap;
grid-gap: var(--entry-meta-grid-gap, 1rem);
margin-bottom: var(--y-gap);
}
.entry-term > *,
.entry-tag > *{
margin-inline-end: 0.5rem;
-webkit-margin-end: 0.5rem;
margin-bottom: 0.5rem;
}
.entry-tag li,
.entry-cat li{
display: inline-block;
}
.entry-info{
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.entry-info > span + span:before,
.entry-cat li + li:before{
display: inline-block;
content: '\00B7';
color: var(--text-secondary-color);
width: 1.25rem;
font-weight: bold;
text-align: center;
}
.cat-links{
display: block;
margin-left: -0.5rem;
margin-right: -0.5rem;
margin-bottom: var(--y-gap);
white-space: pre-wrap;
text-transform: uppercase;
}
.cat-links a{
display: inline-flex;
align-items: center;
position: relative;
margin: 0 0.5rem;
}
.cat-links a:before{
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 1px solid;
transform: translate3d(0,0,0) scaleX(0);
transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transform-origin: right top;
}
.cat-links a:hover:before{
transform: translate3d(0,0,0) scaleX(1);
transform-origin: left top;
}
.user-links{
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}
.user-links li{
display: flex;
align-items: center;
}
.user-links li a{
display: inline-block;
padding: 0.375rem;
line-height: 0;
}
.tags{
display: block;
margin-top: calc(var(--y-gap)*2);
margin-bottom: calc(var(--y-gap)*2);
}
.entry-tag a,
.tags a{
color: inherit;
display: inline-block;
padding: 2px 10px;
border: 1px solid rgba(150,170,170,0.2);
background-color: #fff;
border-radius: 4px;
margin-bottom: 4px;
text-transform: capitalize;
transition: all 0.2s;
}
.entry-tag a:hover,
.tags a:hover{
border-color: inherit;
}
.tags + a{
color: var(--text-secondary-color);
margin: 0 var(--tag-gap, 0.5rem);
}
.byline,
.posted-on,
.comments-link,
.post-edit-link{
color: var(--text-secondary-color);
}
.avatar{
display: block;
position: relative;
border-radius: 50%;
flex-shrink: 0;
background-color: #666;
color: #fff;
}
.avatar:before{
content: '';
display: block;
padding-top: 100%;
}
.avatar img,
.avatar > .avatar-name{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: bolder;
text-transform: capitalize;
}
.avatar-name svg{
color: var(--text-secondary-color);
}
#wp-admin-bar-my-account > .ab-item .avatar{
display: none;
}
.count{
color: var(--text-secondary-color);
font-weight: 500;
}
.count:empty{
display: none;
}
.user-social-links{
margin-bottom: 1rem;
color: var(--text-secondary-color);
}
.user-social-links a:after{
content: '';
display: inline-block;
width: 1rem;
} .user-bio{
display: flex;
width: 100%;
font-size: 14px;
margin-bottom: var(--y-gap);
}
.user-bio .user-follower span{
color: var(--text-secondary-color);
}
.user-bio .user-follower .count{
color: inherit;
}
.user-meta{
display: flex;
width: 100%;
}
.user-avatar{
flex-shrink: 0;
display: inline-flex;
align-items: flex-start;
}
.user-avatar .avatar{
width: 3.75rem;
}
.user-link:after,
.user-avatar:after,
.user-title h3:after{
content: '';
display: inline-block;
width: 1rem;
}
.user-title{
text-transform: capitalize;
display: flex;
align-items: center;
}
.author-name{
text-transform: capitalize;
}
.user-info{
flex: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.user-info .user-title > h3{
font-size: 1.1rem;
margin: 0.25rem 0;
display: flex;
align-items: center;
}
.user-bio .user-links{
margin-top: 0.5rem;
}
.user-bio .btn-follow{
padding: 0.25rem 1rem;
}
.entry-header .user-title h3{
font-size: 14px;
}
.entry-footer .user-bio{
padding: 1.5rem 1.5rem;
background-color: #fff;
box-shadow: var(--box-shadow);
border-radius: 4px;
margin-top: var(--y-gap);
}
.entry-footer .user-bio .user-link:after{
display: none;
}
.user-heading{
display: none;
font-size: 10px;
font-weight: bold;
color: var(--text-secondary-color);
}
.user-description{
color: var(--text-secondary-color);
}
.single .user-heading{
display: block;
}
.single-post .entry-content,
.archive-content p{
font-size: var(--font-article-size);
} .comments-area{
margin-bottom: calc(var(--y-gap)*2);
}
.comments-title{
display: flex;
align-items: center;
}
.comments-title .close{
margin-inline-start: auto;
-webkit-margin-start: auto;
font-weight: 100;
cursor: pointer;
padding: 0 0.25rem;
display: none;
}
.comment-list,
.comment-list .comment-list,
.comment-list .comment,
.comment-list .children{
list-style: none;
padding: 0;
margin: 0;
}
.comment-list .trackback,
.comment-list .pingback{
padding-left: 0 !important;
padding-right: 0 !important;
}
.comment-list .says{
font-size: 0;
display: none;
}
.comment-content,
.comment-body > .reply,
.children .comment,
.comment-toolbar,
.comment-meta,
.comment .comment-respond{
padding-inline-start: 3.25rem;
-webkit-padding-start: 3.25rem;
line-height: 1.5;
}
#cancel-comment-reply-link{
padding-inline-start: 0.75rem;
-webkit-padding-start: 0.75rem;
}
.comment-body{
margin-bottom: var(--y-gap);
font-size: 14px;
}
.comment-toolbar{
display: flex;
align-items: center;
margin-top: 4px;
color: var(--text-secondary-color);
}
.comment-author .avatar{
position: absolute;
left: 0;
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
font-size: 0.85rem;
}
.rtl .nav .menu-item-has-children:before{
left: 0;
right: auto;
}
.rtl .site-header .menu-after-login .sub-menu{
left: 0;
right: auto;
}
.rtl .site-header .sub-menu .sub-menu{
left: 100%;
right: auto;
}
.rtl .site-sidebar{
left: auto;
right: 0;
}
.rtl .comment-author .avatar{
left: auto;
right: 0;
}
.comment-meta{
position: relative;
display: flex;
flex-wrap: wrap;
}
.comment-metadata{
display: flex;
flex: 1;
margin: 0 4px;
}
.comment-metadata > a{
margin-inline-end: auto;
-webkit-margin-end: auto;
}
.comment-metadata time,
.comment-metadata > a{
font-size: 0;
}
.comment-meta,
.comment-metadata > a .comment-human-time{
font-size: 13px;
line-height: 1.5;
}
.comment-metadata > a .comment-human-time{
color: var(--text-secondary-color);
}
.comment-content a {
word-wrap: break-word;
}
.comment-content p{
color: inherit !important;
}
.comment-content p:last-child{
margin-bottom: 0;
}
.bypostauthor > .comment-body .comment-author b a{
background-color: #999;
color: #fff;
font-size: 12px;
padding: 0px 8px;
border-radius: 10px;
display: inline-block;
}
.comment-author a:hover{
color: inherit;
} .comment-respond{
position: relative;
margin-bottom: 1.5rem;
display: flex;
grid-gap: 0.75rem;
align-items: start;
}
.comment-list .comment-respond{
margin-top: 2rem;
}
.no-comments{
font-size: 14px;
color: var(--text-secondary-color);
text-align: center;
padding: 1rem;
}
.comment-message{
margin-top: 0.5rem;
order: 2;
}
.comment-message p:empty,
.comment-message p a{
display: none;
}
.comment-respond .avatar{
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
margin: 0 !important;
}
.comment-respond textarea{ }
.comment-respond .comment-reply-header{
display: flex;
align-items: center;
}
.comment-respond .comment-reply-title{
font-size: 1rem;
margin: 0 1rem;
height: 2rem;
overflow: hidden;
}
.comment-respond .comment-reply-title span{
display: flex;
align-items: center;
color: var(--text-secondary-color);
height: 2rem;
transition: all 0.2s ease-in-out;
}
.comment-respond .comment-reply-header small{
margin-inline-start: auto;
-webkit-margin-start: auto;
}
.comment-form{ transition: max-height 0.3s ease-in-out;
overflow: hidden;
display: flex;
flex: 1;
flex-wrap: wrap;
}
.is-logged-in ~ .comment-form{
max-height: inherit;
}
.comment-form-comment label{
width: 100%;
height: 2.375rem;
position: absolute;
top: 0;
padding: 0.375rem 0.75rem;
margin: 0;
z-index: 2;
}
.is-logged-in + .comment-form .comment-form-comment label{
display: none;
}
#commentform-state{
display: none;
}
#commentform-state:checked ~ .comment-form{
max-height: 50rem;
}
#commentform-state:checked ~ .comment-form .comment-form-comment label{
display: none;
}
.comment-form input[name="author"], 
.comment-form input[name="email"], 
.comment-form input[name="url"],
.comment-form textarea {
display: block;
width: 100%;
}
.comment-form > p{
order: 10;
position: relative;
}
.comment-form .comment-notes{
font-size: 0.85rem;
color: var(--text-secondary-color);
order: 3;
width: 100%;
margin-top: 0.5rem;
}
.comment-form .comment-form-cookies-consent{
display: flex;
}
.comment-form .comment-form-comment{
flex: 1;
display: flex;
}
.comment-form .comment-form-comment:after{ display: inline-block;
width: 1rem;
}
.comment-form .comment-form-comment,
.comment-form .form-submit{
width: 100%;
flex: auto; }
.comment-reply-title{
margin-bottom: 0;
}
.comment-form .logged-in-as{
margin-top: 0.5rem;
font-size: 0.85em;
color: var(--text-secondary-color);
}
.comment-list .pingback .comment-body a:not(.comment-edit-link), 
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
font-weight: 500;
font-size: 14px;
padding-right: 0.5rem;
display: block;
}
.comment-edit-link,
.comment-reply-link{
font-size: 0.75rem;
color: var(--text-secondary-color);
text-transform: uppercase;
display: inline-block;
}
.comment-toolbar .comment-reply-link{
padding: 0.5rem;
}
.comment-edit-link:hover,
.comment-reply-link:hover{
color: inherit;
border-color: currentColor;
}
#cancel-comment-reply-link{
position: absolute;
top: -1.5rem;
color: #999;
font-size: 13px;
}
.comment-reply-login{
display: none;
}
.comment-respond .must-log-in{
flex: 1;
display: flex;
}
.comment-respond .must-log-in p{
flex: 1;
display: block;
text-align: inherit;
height: auto;
margin-bottom: 0;
}
.comment-respond .must-log-in + button{
display: none;
}
.comment-respond .must-log-in:after{
content: '';
display: inline-block;
width: 0.75rem;
}
.comment-awaiting-moderation{
width: 100%;
display: block;
margin-top: 0.5rem;
font-size: 0.85em;
}
.comment-form .comment-form-author, 
.comment-form .comment-form-email, 
.comment-form .comment-form-url{
width: 100%;
}
.comment-navigation{
margin: 1rem 0;
width: auto !important;
max-width: auto !important;
} .btn{
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
padding: .375rem 1rem;
border-radius: 0;
font-size: 0.875rem;
color: #222 !important;
background-color: transparent !important;
user-select: none;
outline: none;
cursor: pointer;
}
.btn:before,
.btn:after{
position: absolute;
content: "";
z-index: -2;
left: 0;
top: 0;
bottom: 0;
width: 100%;
background: #fff;
border-radius: inherit;
transform: translate3d(0,0,0) scaleX(1);
transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
transform-origin: right center;
}
.btn:after{
z-index: -1;
background-color: #000;
transform: translate3d(0,0,0) scaleX(0);
}
.btn:hover,
.btn:focus{
color: #fff !important;
}
.btn:hover:after,
.btn:focus:after{
transform: translate3d(0,0,0) scaleX(1);
transform-origin: left center;
}
.btn-sm,
.btn-sm a{
padding: 4px 12px;
font-size: 12px;
}
.btn-reverse{
color: #fff;
}
.btn-reverse:before{
background: #000;
}
.btn-reverse:after{
background: #fff;
} #icon-nav,
#icon-search{
line-height: 0;
padding: 0.5rem;
margin: 0;
text-align: center;
color: inherit;
cursor: pointer;
margin: 0;
white-space: nowrap;
}
#icon-nav{
display: none;
}
i.icon-menu {
position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
cursor: pointer;
font-size: 0;
}
i.icon-menu:before, 
i.icon-menu:after,
i.icon-menu i:before,
i.icon-menu i:after {
content: '';
position: absolute;
width: 80%;
height: 2px;
border-radius: 1px;
top: 50%;
left: 10%;
margin-top: -1px;
background-color: currentColor;
transition: transform .2s ease-in-out;
transform-origin: left center; 
}
i.icon-menu:before {
top: 37.5%;
transition-delay: .3s;
}
i.icon-menu:after {
top: 62.5%;
transition-delay: .4s;
}
i.icon-menu:hover:after {
transform: scaleX(1);
}
i.icon-menu i {
position: absolute;
left: 10%;
top: 10%;
width: 80%;
height: 80%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
i.icon-menu i:before {
top: 0;
left: 50%;
transform: rotate(90deg) scaleX(0);
transition-delay: 0.1s;
}
i.icon-menu i:after {
top: 50%;
right: 0;
transform: scaleX(0);
transition-delay: 0s;
}
i.icon-nav,
i.icon-nav:before,
i.icon-nav:after{
content: "";
display: inline-block;
position: relative;
height: 1px;
width: 18px;
border-radius: 2px;
background-color: var(--text-secondary-color, currentcolor);
}
i.icon-nav:before{
position: absolute;
left: 0;
top: -0.3125em;
}
i.icon-nav:after{
position: absolute;
left: 0;
bottom: -0.3125em;
}
i.icon-search{
position: relative;
display: inline-block;
vertical-align: middle;
width: 1.5em;
height: 1.5em;
cursor: pointer;
}
i.icon-search:before,
i.icon-search:after{
content: '';
position: absolute;
width: 25%;
height: 1px;
border-radius: 1px;
background-color: currentColor;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: transform .1s ease-in-out;
}
i.icon-search:before{
width: 50%;
height: 50%;
border-radius: 100%;
border: 1px solid currentColor;
background-color: transparent;
}
i.icon-search:after{
transform: rotate(45deg);
transform-origin: left top;
left: 62.5%;
top: 62.5%;
}
#nav-state,
#menu-state,
#search-state{
display: none;
}
#menu-state:checked ~ * i.icon-menu:before {
transition-delay: 0.1s;
transform: scaleX(0);
transform-origin: right center;
}
#menu-state:checked ~ * i.icon-menu:after {
transition-delay: 0s;
transform: scaleX(0);
transform-origin: right center;
}
#menu-state:checked ~ * i.icon-menu i:before {
transition-delay: .4s;
-webkit-transform: rotate(90deg) scaleX(1);
transform: rotate(90deg) scaleX(1);
}
#menu-state:checked ~ * i.icon-menu i:after {
transition-delay: .5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#menu-state:checked ~ .site-sidebar{
transform: translate3d(var(--offcanvas), 0, 0);
}
#search-state:checked ~ * i.icon-search:before{
width: 75%;
height: 1px;
border-radius: 1px;
background-color: currentColor;
border: none;
transform: translate(-50%, -50%) rotate(45deg);
}
#search-state:checked ~ * i.icon-search:after{
width: 75%;
transform: translate(-50%, -50%) rotate(-45deg);
left: 50%;
top: 50%;
transform-origin: center center;
}
.theme-color,
.theme-switch{
display: inline-flex;
align-items: center;
margin: 0;
}
.theme-color i{
display: inline-block;
position: relative;
width: 1rem;
height: 1rem;
padding: 0;
margin: 0 0.25rem;
border-radius: 50%;
flex-shrink: 0;
}
.theme-color input{
width: 1px;
height: 1px;
padding: 0;
border: none;
order: 5;
position: absolute;
}
.theme-color input::-webkit-color-swatch {
border: none;
}
.theme-switch i{
display: inline-block;
position: relative;
width: 1.5rem;
height: 0.75rem;
border-radius: 2rem;
background-color: rgba(120,130,140,0.2);
line-height: 1;
cursor: pointer;
flex-shrink: 0;
}
.theme-switch i:before{
content: "";
display: block;
opacity: 1;
width: 1rem;
height: 1rem;
margin-top: -2px;
background-color: #fff;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
position: absolute;
border-radius: 2rem;
transition: all 0.2s;
left: 0;
}
.dark .theme-switch i:before{
left: 0.5rem;
} .loading-spin {
animation-duration: .75s;
transform-origin: center center;
animation-iteration-count: 1;
animation-name: loading;
}
.loading-bounce > *{
animation-duration: .75s;
animation-name: bounce;
animation-iteration-count: 1;
animation-fill-mode: forwards;
animation-delay: calc(var(--n) * 0.075s);
transform-origin: center center;
}
.page-loading .loading-spin{
animation-iteration-count: infinite;
}
.page-loading .loading-bounce > * {
animation-iteration-count: infinite;
}
.spinner{
display: inline-block;
width: 1rem;
height: 1rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner .75s linear infinite;
animation: spinner .75s linear infinite;
}
.page-loading body,
.page-loading a{
cursor: wait;
}
@keyframes spinner {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 1;
transform: scale(0.5);
}
100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes loading {
0% {
transform: translateZ(0) rotate(0deg);
}
100% {
transform: translateZ(0) rotate(359deg);
} 
}
@keyframes bounce {
0% {
transform: scaleY(1);
}
50% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
} .has-white-color{
color: #fff !important;;
}
.has-black-color{
color: #000 !important;;
}
.has-white-background-color{
background-color: #fff !important;;
}
.has-black-background-color{
background-color: #000 !important;;
}
.flex{
width: 1%;
flex: 1;
min-width: 1rem;
}
.flex-sm-row{
display: flex;
}
.separator{
display: flex;
height: 2rem;
}
.separator:before,
.separator:after{
content: '';
border-bottom: 1px solid rgba(156,160,170,0.2);
width: 1%;
height: 1rem;
flex: 1;
}
.separator span{
margin: 0 1rem;
line-height: 2;
}
.wp-block-button__link{
font-size: 0.875rem;
padding: 0.8125rem 1.5rem;
line-height: 1;
box-shadow: 0 0 0 1px rgba(0,0,0,0);
transition: all .3s ease-in-out;
}
.has-drop-cap{
line-height: inherit;
}
.has-drop-cap:not(:focus):first-letter{
float: left;
font-size: 5.1em;
line-height: .6;
font-weight: inherit;
margin-top: .15em;
margin-right: .2em;
text-transform: uppercase;
font-style: inherit;
}
.has-drop-cap-2:not(:focus):first-letter{
font-size: 3.2em;
margin-right: .3em;
}
.has-drop-cap:after {
content: "";
display: table;
clear: both;
}
ul, ol {
padding-inline-start: 1.5rem;
-webkit-padding-start: 1.5rem;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
.wp-block-pullquote blockquote,
blockquote{
padding: 2rem 4rem !important;
color: #333;
background-color: var(--color-blockquote, #fff);
border-radius: 1rem;
border-width: 0;
position: relative;
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.025);
margin-bottom: 3rem !important;
font-style: italic;
}
blockquote p{
font-size: 1.25rem;
}
blockquote:after{
position: absolute;
bottom: -1rem;
left: 2rem;
content: "";
display: inline-block;
border-width: 1rem 0 0 2rem;
border-style: solid;
border-color: var(--color-blockquote, #fff) transparent transparent;
}
blockquote.is-style-large:after,
blockquote.has-text-align-right:after{
left: auto;
right: 2rem;
border-width: 1rem 2rem 0 0;
}
blockquote:before{
content: '\201C';
font-family: arial;
position: absolute;
left: 1rem;
top: 4rem;
font-size: 6rem;
line-height: 0;
opacity: 0.1;
z-index: 1;
}
.wp-block-quote cite,
blockquote cite{
display: block;
color: #888;
position: relative;
bottom: -3rem;
height: 0;
margin: 0 !important;
}
blockquote p:last-of-type{
margin-bottom: 0;
}
.wp-block-pullquote{
border-width: 0;
padding: 0 !important;
}
.wp-block-pullquote cite{
text-align: left;
}
.wp-block-pullquote blockquote{
border-top: 2px solid;
border-color: inherit;
}
.wp-block-pullquote.is-style-solid-color{
border-radius: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote{
max-width: 100%;
background-color: transparent;
border-width: 0;
}
mark, ins{
background-color: #fff9c0;
color: #000;
text-decoration: none;
}
address{
font-style: italic;
}
.wp-block-separator{
border-color: rgba(150,160,170,0.2);
}
.wp-block-separator.is-style-dots:before{
color: rgba(150,160,170,0.5);
}
.wp-block-cover-contain{
background-size: contain;
background-repeat: no-repeat;
background-color: transparent;
}
.wp-block-cover-contain .wp-block-cover__inner-container{
color: inherit;
}
.has-large-font-size,
.has-huge-font-size{
line-height: 1.1;
}
.wp-block-image{
margin-bottom: 2rem;
}
.wp-block-navigation,
.wp-block-buttons,
.wp-block-social-links,
.is-layout-flex{
display: flex;
flex-wrap: wrap;
gap: var(--flex-gap, 0.5em);
}
.is-content-justification-left{
justify-content: flex-start;
}
.is-content-justification-center{
justify-content: center;
}
.is-content-justification-right{
justify-content: flex-end;
}
.is-vertical{
flex-direction: column;
}
.is-content-justification-left.is-vertical{
align-items: flex-start;
}
.is-content-justification-center.is-vertical{
align-items: center;
}
.is-content-justification-right.is-vertical{
align-items: flex-end;
}
.is-nowrap{
flex-wrap: nowrap;
}
.wp-block-columns{
gap: var(--column-gap);
}
.no-gap{
gap: 0;
}
.wp-block-columns.alignfull p{
margin-left: 2rem;
margin-right: 2rem;
}
.wp-block-cover.no-padding .wp-block-cover__inner-container{
width: 100%;
}
.wp-block-cover.has-background-dim{
color: #fff;
}
.wp-block-group.has-background{
margin-bottom: 0;
}
.is-style-squared a{
border-radius: 0;
}
.single-post figure[style]{
max-width: 100% !important;
} .container,
.container-wrap .wp-block-cover__inner-container,
.container-wrap .wp-block-group__inner-container,
.navigation,
.page-header,
.page-content,
.archive-header,
.archive-content,
.archive-footer,
.site-main > .comments-area,
.site-main > .entry > .entry-header-container,
.site-main > .entry > .entry-header,
.site-main > .entry > .entry-summary,
.site-main > .entry > .entry-footer,
.site-main > .entry > .post-thumbnail,
.site-main > .entry > .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: calc(100% - var(--x-gap) * 2);
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}
.entry-content > .alignleft{
margin-inline-end: var(--x-gap);
}
.entry-content > .alignright{
margin-inline-start: var(--x-gap);
}
.entry-content > .alignwide{
width: calc(100% - var(--x-gap) * 1);
max-width: calc(var(--content-width) + 10vw);
margin-left: auto;
margin-right: auto;
}
.container-wrap{
padding: 0 !important;
} .error-404,
.not-found{
padding: 5rem 0 5rem 0;
}
.error-404,
.not-found{
text-align: center;
}
.error-404 h2{
font-size: 9rem;
}
.error-404 .search-form,
.not-found .search-form{
margin-left: auto;
margin-right: auto;
max-width: 280px;
margin: 3rem auto;
}
.entry-header{
margin-top: calc(var(--y-gap)*2);
}
.hide-title{
display: none;
}
.entry-description{
color: var(--text-secondary-color);
margin-bottom: 1rem;
}
.entry-footer{
margin-bottom: calc(var(--y-gap)*2);
}
.entry-artist a:after{
display: none;
}
.entry-content > *{
word-wrap: break-word;
margin-bottom: var(--y-gap);
}
.search-title,
.archive-title{
font-size: 1.25rem;
margin-top: calc(var(--y-gap)*2);
line-height: inherit;
}
.archive-description{
color: var(--text-secondary-color);
}
.byline{
display: inline-flex;
align-items: center;
}
.byline .avatar{
width: 24px;
height: 24px;
}
.byline .avatar + .author-name:before,
.byline .svg-icon + .author:before{
content: '';
display: inline-block;
width: 0.25rem;
}
.navigation .nav{
overflow: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
.navigation .nav a{
white-space: nowrap;
}
.page-navigation .nav{
margin-top: 1.5rem;
margin-bottom: 1.5rem;
padding-top: 2px;
padding-bottom: 2px;
}
.user-navigation{
margin-bottom: 1.5rem;
font-weight: 600;
}
.user-navigation a span{
font-size: 0.85em;
margin-inline-start: 4px;
-webkit-margin-start: 4px;
}
.user-navigation a span:empty{
display: none;
}
.user-placeholder{
text-align: center;
padding: 3rem 0;
}
.user-placeholder p{
margin-top: 1rem;
color: var(--text-secondary-color);
}
.menu-mega .menu-item-has-children > a{
font-weight: bold;
}
.menu-divider{
border-top: 1px solid rgba(130,140,150,0.1);
} .site-footer{
font-size: 0.875rem;
line-height: 2;
position: relative;
}
.site-footer ul{
list-style: none;
margin: 0 0 1.5rem 0;
padding: 0;
}
.site-footer .site-info{
margin-bottom: calc(var(--y-gap)*2);
}
.site-info{
display: flex;
}
.site-info .site-copyright{
font-size: 85%;
margin-inline-start: auto;
-webkit-margin-start: auto;
margin-top: 1.25rem;
}
.sticky-top{
position: -webkit-sticky;
position: sticky;
top: 6rem;
z-index: 10;
} .archive-content-column{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: calc(var(--y-gap)*2);
margin-top: calc(var(--y-gap)*2);
margin-bottom: calc(var(--y-gap)*2);
}
.archive-content-column > h3{
grid-column: 1/-1;
margin-bottom: -0.5rem;
}
.archive-content-column > .entry{
display: inline-block;
width: 100%;
}
.archive-content-column .entry-header{
margin-top: 0;
}
.archive-content-column .entry-title{
font-size: 1.25rem;
}
.archive-content-column .block-loop-items{
margin-bottom: 0;
}
.accordion p{
display: none;
}
.accordion h3,
.accordion h4{
display: flex;
align-items: center;
margin: 0;
padding: 1.5rem 0;
}
.accordion h3 ~ h3,
.accordion h4 ~ h4{
border-top: 1px solid var(--color-border);
}
.accordion h3:after,
.accordion h4:after{
content: "";
display: block;
border: 0.35rem solid transparent;
border-top-color: currentColor;
border-bottom-width: 0;
opacity: 0.5;
margin-inline-start: auto;
-webkit-margin-start: auto;
}
.accordion h3.open:after,
.accordion h4.open:after{
transform: rotate(-180deg);
} .dark,
.dark body{
--text-color: #fff;
--text-secondary-color: #aaa;
--body-bg-color: var(--color-grey-800);
--tooltip-color: var(--color-grey-500);
--sub-menu-color: var(--color-grey-600);
}
.dark .site-header,
.dark .site-header .search-form,
.dark .site-sidebar,
.dark .plyr-playlist{
background-color: inherit;
}
.dark #search-state:checked ~ .site-header .search-form,
.dark .entry-footer .user-bio,
.dark .modal-content,
.dark .dropdown-menu,
.dark .wp-block-code,
.dark .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.dark .nav-links .prev:before,
.dark .nav-links .next:before,
.dark .nav-links .nav-previous:before,
.dark .nav-links .nav-next:before,
.dark .button:not(.button-primary){
color: #fff;
background-color: var(--color-grey-600);
}
.dark .dark-white,
.dark .tags a,
.dark .entry-tag a{
background-color: var(--color-grey-500);
}
.dark .dark-white .has-white-background-color{
background-color: var(--color-grey-500) !important;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .dark-white .wp-block-cover__inner-container,
.dark .dropdown-menu .dropdown-item{
color: inherit;
}
.dark .input,
.dark input:not([type='range']):not([type='button']):not([type='submit']):not([type='reset']):not([type='checkbox']):not([type='radio']),
.dark select,
.dark textarea,
.dark .button-primary,
.dark input[type="checkbox"],
.dark input[type="radio"]{
background-color: transparent;
} .text-primary,
.text-primary:hover,
.site-logo,
.button-primary,
.button-primary,
input.button-primary, 
button.button-primary:hover, 
input.button-primary:hover, 
.btn-follow, 
.btn-like.active,
.album-track.active .icon-play,
.user-navigation a span,
input[type="checkbox"]:checked, 
input[type="radio"]:checked{
color: var(--color-primary);
}
.text-primary:hover{
text-decoration: underline;
}
[data-plyr="like"] .icon--pressed,
.btn-like.active svg{
stroke: var(--color-primary);
fill: var(--color-primary);
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):focus,
select:focus,
textarea:focus,
.dropdown-toggle.button:hover,
.waveform .waveform-container{
border-color: var(--color-primary);
}
.theme-color i,
.nav li.btn-link a,
.btn-primary a{
color: #fff !important;
background-color: var(--color-primary) !important;
}
.is--repeat svg,
.is--shuffle svg{
fill: var(--color-primary);
}
.wp-block-loop:not(.block-loop-row) .btn-like.active svg{
stroke: currentColor;
fill: currentColor;
}
.progress-bar,
.block-loop-hover .block-loop-item:hover, 
.block-loop-hover .block-loop-item.active{
background-color: var(--color-primary);
}
.block-loop-hover .block-loop-item:hover .post-thumbnail:after, 
.block-loop-hover .block-loop-item.active .post-thumbnail:after{
background-color: var(--color-primary);
background: linear-gradient(180deg, rgba(0,0,0,0.2), var(--color-primary));
}
.user-description a,
.entry-content > p a,
.entry-content > table a,
.entry-content > dl a,
.entry-content > ul a,
.entry-content > ol a,
.station-content a{
color: var(--color-secondary);
} .backdrop{
transform: translate3d(0, 0, 0);
transform-origin: top right;
position: fixed;
z-index: 980;
top: 0;
right: 0;
left: 0;
height: 0;
display: flex;
background-color: inherit;
transition: transform 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);
transition-delay: 0.3s;
}
.backdrop i{
display: flex;
flex: 1;
flex-shrink: 0;
background-color: inherit;
background-clip: padding-box;
}
.backdrop i:before,
.backdrop i:after{
flex: 1;
flex-shrink: 0;
background-color: inherit;
content: "";
display: block;
height: 100vh;
transform: translate3d(0, 0, 0) scaleX(0);
transform-origin: right center;
transition: transform 0.5s cubic-bezier(0.32, 0.08, 0.24, 1);
transition-delay: 1;
border-left: 1px solid rgba(150,160,170,0.1);
}
.page-loading .backdrop i:before,
.page-loading .backdrop i:after{ }
.entry-header-container > .entry-header .entry-title{
clip-path: polygon(0 0, 100% 0, 100% 120%, 0 120%);
transform: translate3d(0, 0, 0);
transition: clip-path cubic-bezier(0.075,.82,.165,1) 1s;
transition-delay: 0.35s;
}
.page-animate.page-animating .featured-image .entry-header-container > .post-thumbnail{
opacity: 0;
transition-delay: 0s;
transform: translate3d(0, 0, 0);
}
.page-animate.page-animating .entry-header-container > .entry-header .entry-title{
clip-path: polygon(0 0,0 0,0 120%,0 120%);
transition-delay: 0s;
} .mobile-menu{
position: fixed;
bottom: 0;
background-color: inherit;
z-index: 1000;
width: 100%;
height: var(--mobile-menu-height);
overflow-y: hidden;
overflow-x: auto;
scrollbar-width: none;
-ms-overflow-style: none;
transition: transform 0.2s;
-webkit-overflow-scrolling: touch;
box-shadow: 0 -1px 0 rgba(130,140,150,0.1);
background-clip: padding-box;
display: none;
}
.mobile-menu::-webkit-scrollbar{
display: none;
}
.mobile-menu .nav{
display: flex;
align-items: center;
justify-content: space-between;
font-size: var(--mobile-menu-font-size);
min-height: var(--mobile-menu-height);
}
.mobile-menu .nav li{
flex: 1 1;
}
.mobile-menu .nav li > a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1;
text-align: center;
white-space: nowrap;
}
.mobile-menu .nav li > a span{
margin: 0;
line-height: 1;
}
.mobile-menu .nav li.hide-text a{
max-width: 30px;
margin: 0 auto;
}
.mobile-menu .nav a > svg{
width: var(--mobile-menu-icon-width);
height: var(--mobile-menu-icon-height);
color: inherit;
display: block;
}
.mobile-menu li.current_page_item > a,
.mobile-menu li.current-menu-item > a{
color: var(--color-primary);
}
.mobile-menu .menu-item-has-children > a:after{
display: none;
} .swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"],
.swpm-pw-reset-widget-form input[type="text"],
.swpm-validate-form input[type="text"], 
.swpm-validate-form input[type="password"]{
width: 100%;
}
input.swpm-buy-now-button-submit{
min-width: 10rem;
justify-content: center;
color: #fff;
background-color: var(--color-primary);
}
.swpm-validate-form table{
margin-bottom: 0;
}
.swpm-password-input,
.swpm-validate-form td{
position: relative;
}
.swpm-validate-form th,
.swpm-validate-form td{
display: block;
border: none;
padding: 0;
}
.swpm-validate-form tr{
display: block;
margin-bottom: 1rem;
}
.swpm-edit-profile-submit-section,
.swpm-registration-submit-section{
text-align: inherit !important;
}
.swpm-remember-me{
margin-bottom: 1rem;
}
.swpm-registration-widget-form .formError{
display: none !important;
}
.formError .formErrorArrow div,
.formError .formErrorContent{
box-shadow: none !important;
border: none !important;
} @media (min-width: 360px){
.site-header .secondary-menu{
display: block;
}
.site-header .nav > li.menu-has-icon{
min-width: 2.5rem;
justify-content: center;
}
}
@media (max-width: 359px){
.user-info,
.user-meta{
display: block;
}
}
@media (min-width: 600px){
.site-header .search-form{
margin: 0 1rem;;
}
.archive-content-column{
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 599px){
.mobile-menu{
display: block;
}
.with-mobile-menu .plyr-playlist{
bottom: var(--mobile-menu-height);
}
.site-header .search-form{
flex: inherit;
margin: 0 0.5rem;
background-color: transparent;
padding: 0;
margin: 0;
}
.site-header .search-form input{
display: none;
}
.site-header .flex ~ .flex{
display: none;
}
.comment-list .children .children .comment{
margin-left: 0;
margin-right: 0;
}
.hide-sm{
display: none;
}
.no-float-sm{
float: none;
}
.align-center-sm,
.text-center-sm{
text-align: center;
justify-content: center !important;
}
.wp-block-columns.row-sm-2{
flex-wrap: wrap !important;
}
.wp-block-columns.row-sm-2 > .wp-block-column {
flex-basis: calc(50% - var(--column-gap)) !important;
}
}
@media (max-width: 781px){
h1.entry-title{
font-size: 2rem;
}
.site-brand{
min-width: auto;
}
.admin-bar .site-header{
top: 0;
position: relative;
}
.admin-bar .site-sidebar{
top: 0;
z-index: 100000;
}
.admin-bar .site-content{
margin-top: 0;
}
.site-sidebar{
transform: translate3d(var(--offcanvas), 0, 0);
}
.site-sidebar .site-brand{
display: flex;
align-items: center;
}
#menu-state:checked ~ .site-header .menu-toggle {
background-color: rgba(0,0,0,0.5);
position: fixed;
z-index: 990;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#menu-state:checked ~ .site-sidebar{
top: 0;
padding-top: 0;
z-index: 100000;
transform: none !important;
width: 300px;
}
.site-header .menu-avatar > a > span:not(.avatar),
.site-header .nav > .menu-has-icon > a > span{
display: none;
}
.site-header .menu-has-icon.btn-link a{
padding-left: 0;
padding-right: 0;
min-width: 30px;
text-align: center;
justify-content: center;
}
#icon-nav{
display: block;
padding: 0 0.5rem;
font-size: 12px;
min-height: var(--navbar-height);
line-height: var(--navbar-height);
}
.site-header .secondary-menu .nav{
padding: 0;
border-radius: 0;
min-width: 10rem;
display: block;
opacity: 0;
transform: translate3d(0, 2rem, 0);
transition: opacity .5s 0.25s cubic-bezier(0.52, 0.16, 0.24, 1), transform .5s 0.25s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.site-header .secondary-menu .nav li{
flex-direction: column;
align-items: stretch;
}
.site-header .secondary-menu .nav a{
padding: 0.75rem 1rem;
}
.site-header .secondary-menu > div > .nav > li > a{
border-top: 1px solid rgba(140,150,160,0.1);
}
.site-header .secondary-menu > div{
height: 0;
overflow: hidden;
position: absolute;
right: 0;
left: 0;
top: 100%;
background-color: var(--sub-menu-color, #fff);
transition: height .35s cubic-bezier(0.52, 0.16, 0.24, 1);
-webkit-overflow-scrolling: touch;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
.site-header .secondary-menu.current-menu-ancestor > div{
height: calc(100vh - var(--navbar-height));
overflow-y: auto;
padding-bottom: 4rem;
}
.site-header .secondary-menu.current-menu-ancestor .nav{
opacity: 1;
transform: none;
}
.site-header .secondary-menu .sub-menu{
transform: none;
position: static;
padding: 0;
box-shadow: none;
left: 0;
}
.site-header .secondary-menu .menu-item-has-children > a:after{
margin-inline-start: auto;
-webkit-margin-start: auto;
}
.nav-links .prev span, 
.nav-links .next span{
display: none;
}
.hide-md{
display: none;
}
}
@media (min-width: 782px){
.site-sidebar ~ .site-content,
.site-sidebar ~ .site-footer{
margin-inline-start: var(--side-width);
-webkit-margin-start: var(--side-width);
}
#menu-state:checked ~ .site-content,
#menu-state:checked ~ .site-footer{
margin-left: 0;
margin-right: 0;
}
#menu-state:checked ~ .site-sidebar .hide-menu-folded{
display: none;
}
.hide-sidenav ~ .site-sidebar{
transform: translate3d(var(--offcanvas), 0, 0);
}
.hide-sidenav ~ .site-content,
.hide-sidenav ~ .site-footer{
margin-left: 0;
margin-right: 0;
}
#menu-state.hide-sidenav:checked ~ .site-sidebar{
transform: none;
}
#menu-state.hide-sidenav:checked ~ .site-content,
#menu-state.hide-sidenav:checked ~ .site-footer{
margin-inline-start: var(--side-width);
-webkit-margin-start: var(--side-width);
}
.site-header .search-form{
margin: 0 2rem;
max-width: 40rem;
}
.menu-mega .sub-menu .sub-menu{
display: block;
position: static;
padding: 0;
box-shadow: none;
}
.menu-mega:hover > .sub-menu,
.menu-mega.active > .sub-menu{
display: flex !important;
flex-wrap: wrap;
width: 21rem;
}
.menu-mega > .sub-menu > li{
width: 10rem;
}
.menu-mega-3 > .sub-menu{
width: 31rem !important;
}
.menu-mega-4 > .sub-menu{
width: 41rem !important;
}
#commentform{
display: flex;
flex-wrap: wrap;
}
.comment-form-cookies-consent,
.comment-message{
width: 100%;
}
.comment-form .comment-form-author, 
.comment-form .comment-form-email,
.comment-form .comment-form-url{
width: calc(33.33% - 0.75rem);
}
.comment-form .comment-form-email {
width: calc(33.33% + 1.5rem);
padding: 0 1rem;
}
.has-medium-gap{
gap: 4rem;
}
.nav .menu-item-has-children.no-toggle > a:after{
display: none;
}
}
@media (min-width: 992px){
h1, .h1{
font-size: 3rem;
}
.with-sidebar .content-area,
.with-sidebar .entry-content-wrap{
display: flex;
}
.with-sidebar .site-main,
.with-sidebar .entry-content-inner{
flex: 1;
width: 1%;
}
.sidebar{
flex-shrink: 0;
width: var(--sidebar-width);
margin-inline-start: 2rem;
-webkit-margin-start: 2rem;
}
.content-area > .sidebar{
margin: 0;
margin-inline-end: 2rem;
-webkit-margin-end: 2rem;
}
.with-sidebar .entry-content-inner .wp-block-loop:not(.block-loop-row){
--loop-columns: 3;
}
}
@media (min-width: 1660px){
#menu-state:checked ~ .site-content{
--side-width: 0rem;
}
.site-header .site-brand + .flex{
flex: 2;
}
.entry-content > .alignleft{
position: absolute;
right: calc(( 100vw - var(--content-width) - var(--side-width) ) / 2 + var(--content-width));
margin-left: -13rem;
max-width: 11rem;
height: auto;
}
.entry-content > .alignright{
position: absolute;
left: calc(( 100vw - var(--content-width) + var(--side-width) ) / 2 + var(--content-width));
margin-right: -13rem;
max-width: 11rem;
height: auto;
}
}