.spv-vl{position:relative;max-width:100%;overflow:hidden}.spv-vl,.spv-vl *,.spv-vl *::before,.spv-vl *::after{box-sizing:border-box}.spv-vl__skeleton,.spv-vl__wrap{grid-row:1;grid-column:1;width:100%}.spv-vl__skeleton{display:flex;gap:30px;z-index:2;transition:opacity .35s}.spv-vl__skeleton .spv-sk-card{flex:0 0 100%;min-width:0}.spv-vl__skeleton .spv-sk-card:nth-child(n+2){display:none}@media(min-width: 768px){.spv-vl__skeleton .spv-sk-card{flex:0 0 calc(50% - 15px)}.spv-vl__skeleton .spv-sk-card:nth-child(n+2){display:block}.spv-vl__skeleton .spv-sk-card:nth-child(n+3){display:none}}@media(min-width: 992px){.spv-vl__skeleton .spv-sk-card{flex:0 0 calc(33.333% - 20px)}.spv-vl__skeleton .spv-sk-card:nth-child(n+3){display:block}.spv-vl__skeleton .spv-sk-card:nth-child(n+4){display:none}}@media(min-width: 1200px){.spv-vl__skeleton .spv-sk-card{flex:0 0 calc(25% - 22.5px)}.spv-vl__skeleton .spv-sk-card:nth-child(n+4){display:block}.spv-vl__skeleton .spv-sk-card:nth-child(n+5){display:none}}.spv-vl__skeleton.is-hiding{opacity:0;pointer-events:none}.spv-vl__skeleton.is-gone{display:none}.spv-vl__wrap{z-index:1;opacity:0;transition:opacity .35s}.spv-vl__wrap.is-visible{opacity:1}@media(max-width: 991px){.spv-vl .owl-nav{position:absolute;bottom:21px;right:0}}@media(min-width: 992px){.spv-vl .owl-nav{position:absolute;inset:0;pointer-events:none;z-index:20}}.spv-vl .owl-prev,.spv-vl .owl-next{pointer-events:all;width:48px;height:48px;background:var(--main-500) !important;border-radius:50% !important;display:flex !important;align-items:center;justify-content:center;color:#fff;border:none;margin:0;box-shadow:0 4px 16px rgba(0,0,0,.2)}@media(min-width: 992px){.spv-vl .owl-prev,.spv-vl .owl-next{position:absolute;top:35%}}.spv-vl .owl-prev.disabled,.spv-vl .owl-next.disabled{opacity:.5;pointer-events:none}.spv-vl .owl-prev svg,.spv-vl .owl-next svg{display:block}@media(min-width: 992px){.spv-vl .owl-prev{left:-40px;animation:unhoverVLOWLNAVPREV .8s ease-in-out forwards}}@media(min-width: 992px){.spv-vl .owl-next{right:-40px;animation:unhoverVLOWLNAVNEXT .8s ease-in-out forwards}}@media(min-width: 992px){.spv-vl:hover .owl-prev:not(.disabled){animation:hoverVLOWLNAVPREV .8s ease-in-out forwards}.spv-vl:hover .owl-next:not(.disabled){animation:hoverVLOWLNAVNEXT .8s ease-in-out forwards}}.spv-vl__track:not(.owl-loaded){display:flex;flex-wrap:wrap;gap:30px}.spv-vl__track:not(.owl-loaded) .spv-vi{flex:0 0 100%}@media(min-width: 768px){.spv-vl__track:not(.owl-loaded) .spv-vi{flex:0 0 calc(50% - 15px)}}@media(min-width: 1200px){.spv-vl__track:not(.owl-loaded) .spv-vi{flex:0 0 calc(25% - 22.5px)}}@media(min-width: 992px){.spv-vl[data-view=rectangle] .spv-vl__track:not(.owl-loaded) .spv-vi{flex:0 0 calc(33.333% - 20px)}}@media(min-width: 992px){.spv-vl[data-view=vertical] .spv-vl__track:not(.owl-loaded) .spv-vi{flex:0 0 calc(33.333% - 20px)}}@media(min-width: 1200px){.spv-vl[data-view=vertical] .spv-vl__track:not(.owl-loaded) .spv-vi{flex:0 0 calc(25% - 22.5px)}}.spv-vi{overflow:visible;background:rgba(0,0,0,0);display:flex;flex-direction:column;position:relative}.spv-vi__box{position:relative;width:100%;height:350px;overflow:hidden;background:#000;border-radius:var(--border-radius);margin:0 0 19px}.spv-vl[data-view=vertical] .spv-vi__box{height:506px;min-width:0}@media(min-width: 992px){.spv-vl[data-view=vertical] .spv-vi__box{height:566px}}@media(max-width: 680px){.spv-vl[data-view=vertical] .spv-vl__track{width:min(100%,290px) !important;margin:0 auto}.spv-vl[data-view=vertical] .spv-vl__track .owl-stage-outer{overflow:hidden !important}.spv-vl[data-view=vertical] .spv-vl__track .owl-item{transition:opacity .5s;opacity:.5}.spv-vl[data-view=vertical] .spv-vl__track .owl-item.active{opacity:1}}.spv-vi__thumb{position:absolute;inset:0;transition:opacity .2s}.spv-vi__thumb.is-hidden{opacity:0;pointer-events:none}.spv-vi__thumb img,.spv-vi__thumb video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.spv-vi__thumb::before{content:"";background:linear-gradient(98deg, rgba(0, 0, 0, 0.66), transparent);position:absolute;z-index:1;inset:0;display:block}.spv-vi__player{position:absolute;inset:0;z-index:5;background:#000}.spv-vi__player video,.spv-vi__player iframe{width:100%;height:100%;display:block;border:none}.spv-vi__player[hidden]{display:none}.spv-vi__like{position:absolute;z-index:5;top:20px;left:20px;width:30px;background:none;border:none;padding:0;cursor:pointer;display:block}.spv-vi__like .spv-vi__heart{width:100%;height:auto;transform:scale(1);transition:transform .5s ease-in-out}.spv-vi__like .spv-vi__heart-empty{fill:#fff;opacity:1;transition:opacity .5s ease-in-out}.spv-vi__like .spv-vi__heart-full{fill:red;opacity:0;transition:opacity .5s ease-in-out}.spv-vi__like .spv-vi__like-num{position:absolute;top:3px;left:45px;color:#fff;font-size:16px;line-height:24px;white-space:nowrap}.spv-vi__like:hover .spv-vi__heart{transform:scale(1.2)}.spv-vi__like:hover .spv-vi__heart-empty{opacity:0}.spv-vi__like:hover .spv-vi__heart-full{opacity:1}.spv-vi__like.is-liked{cursor:default}.spv-vi__like.is-liked .spv-vi__heart{transform:scale(1) !important;opacity:.7}.spv-vi__like.is-liked .spv-vi__heart-empty{opacity:0}.spv-vi__like.is-liked .spv-vi__heart-full{opacity:1}.spv-vi__like.is-bounce{animation:spv-heart-pop .55s cubic-bezier(0.36, 1.56, 0.64, 1)}@keyframes spv-heart-pop{0%{transform:scale(1)}40%{transform:scale(1.4)}70%{transform:scale(0.88)}100%{transform:scale(1)}}.spv-vi__sound{position:absolute;z-index:5;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;background:#fff;display:flex;justify-content:center;align-items:center;border:none;outline:none;border-radius:50%;cursor:pointer;padding-left:3px}.spv-vi__sound svg{display:block;width:13px;height:18px;transform:scale(0.9);transition:transform .5s ease-in-out}.spv-vi__sound svg path{fill:var(--primary, #ec4899)}.spv-vi__sound:hover svg{transform:scale(1.1)}.spv-vi__sound::before{content:"";display:inline-block;position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:inherit;border:1px solid #fff;animation:spv-ripple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;border-color:#fff}@keyframes spv-ripple{0%{border-width:4px;transform:scale(1);opacity:1}80%{border-width:1px;transform:scale(1.35)}100%{opacity:0}}.spv-vi__caption{font-family:var(--font-global);font-size:24px;line-height:34px;font-weight:700;color:#fff;font-family:var(--font-title, var(--font-global));position:absolute;bottom:0;left:0;z-index:2;width:100%;padding:25px 25px 30px 35px}.spv-vi__meta{padding:0;background:rgba(0,0,0,0);display:flex;flex-direction:column;padding:0 10px}.spv-vi__meta-row{position:relative;display:flex;justify-content:space-between;align-items:flex-start}.spv-vi__name{position:relative;width:100%;font-family:var(--font-global);font-size:18px;line-height:1.2;color:var(--text)}.spv-vi__qq{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0}.spv-vi__qq svg{width:100%;height:100%}.spv-vi__qq svg path{fill:var(--main-500)}.spv-vi__title{font-family:var(--font-title);font-size:24px;line-height:1.3;font-weight:600;margin:0 0 20px;color:var(--main-500);position:relative;display:block}.spv-vi__title::after{content:"";width:64px;height:1px;background:var(--main-500);position:absolute;bottom:-5px;left:0}.spv-vi__text{font-family:var(--font-global);font-size:18px;line-height:1.3;color:var(--text);margin:4px 0 0}@media(min-width: 992px){.spv-vl[data-view=rectangle] .spv-vl__skeleton .spv-sk-card{flex:0 0 calc(33.333% - 20px)}}@media(min-width: 1200px){.spv-vl[data-view=rectangle] .spv-vl__skeleton .spv-sk-card{flex:0 0 calc(25% - 22.5px)}.spv-vl[data-view=rectangle] .spv-vl__skeleton .spv-sk-card:nth-child(4){display:block !important}.spv-vl[data-view=rectangle] .spv-vl__skeleton .spv-sk-card:nth-child(n+5){display:none !important}}.spv-popup-modal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center}.spv-popup-modal.is-open{display:flex}.spv-popup-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.88);cursor:pointer}.spv-popup-modal__inner{position:relative;z-index:1;width:90vw;max-width:920px;aspect-ratio:16/9;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.6)}.spv-popup-modal__close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;border:1px solid hsla(0,0%,100%,.25);cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s}.spv-popup-modal__close:hover{background:rgba(0,0,0,.85)}.spv-popup-modal__player{position:absolute;inset:0}.spv-popup-modal__player video,.spv-popup-modal__player iframe{width:100%;height:100%;display:block;border:none}body.spv-popup-open{overflow:hidden}@keyframes hoverVLOWLNAVPREV{0%{left:-21px}50%{left:-40px}100%{z-index:1;left:-20px}}@keyframes unhoverVLOWLNAVPREV{0%{z-index:1;left:-21px}50%{left:-40px}100%{left:-20px}}@keyframes hoverVLOWLNAVNEXT{0%{right:-21px}50%{right:-40px}100%{z-index:1;right:-20px}}@keyframes unhoverVLOWLNAVNEXT{0%{z-index:1;right:-21px}50%{right:-40px}100%{right:-20px}}.spv-vl{display:grid;grid-template-columns:minmax(0, 1fr);align-items:start;overflow:visible}.spv-vl__wrap{position:relative;visibility:hidden;pointer-events:none}.spv-vl__wrap.is-visible{visibility:visible;pointer-events:auto}.spv-vl__skeleton{position:relative;pointer-events:none}.spv-vl .owl-stage-outer{overflow:hidden}@media(min-width: 992px){.spv-vl .owl-nav{position:static;inset:auto;z-index:auto;pointer-events:auto}.spv-vl .owl-nav button.owl-prev,.spv-vl .owl-nav button.owl-next{position:absolute;width:60px;height:60px;margin:-30px 0 0;border:0;border-radius:30px !important;outline:0;z-index:-1;opacity:1;background:var(--primary, var(--main-500, #c60062)) !important;box-shadow:none;transform:none;transition:var(--transition, all 0.3s ease) !important}.spv-vl .owl-nav button.owl-prev>span[aria-label],.spv-vl .owl-nav button.owl-next>span[aria-label]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.spv-vl .owl-nav button.owl-prev svg,.spv-vl .owl-nav button.owl-next svg{display:block;width:30px;height:30px;padding:0;margin:0;stroke:var(--white, #fff);transition:var(--transition, all 0.3s ease)}.spv-vl .owl-nav button.owl-prev svg path,.spv-vl .owl-nav button.owl-next svg path{fill:var(--white, #fff);transition:var(--transition, all 0.3s ease)}.spv-vl .owl-nav button.owl-prev:hover,.spv-vl .owl-nav button.owl-next:hover{background:var(--secondary, var(--primary, #c60062)) !important}.spv-vl .owl-nav button.owl-prev{left:-21px}.spv-vl .owl-nav button.owl-next{right:-21px}.spv-vl[data-view=vertical] .owl-nav button.owl-prev,.spv-vl[data-view=vertical] .owl-nav button.owl-next{top:283px}.spv-vl[data-view=rectangle] .owl-nav button.owl-prev,.spv-vl[data-view=rectangle] .owl-nav button.owl-next{top:175px}.spv-vl:hover .owl-nav button.owl-prev{animation:hoverVLOWLNAVPREV .8s ease-in-out forwards}.spv-vl:hover .owl-nav button.owl-next{animation:hoverVLOWLNAVNEXT .8s ease-in-out forwards}.spv-vl:not(:hover) .owl-nav button.owl-prev{animation:unhoverVLOWLNAVPREV .8s ease-in-out forwards}.spv-vl:not(:hover) .owl-nav button.owl-next{animation:unhoverVLOWLNAVNEXT .8s ease-in-out forwards}}.spv-vl .owl-dots{width:100%;display:flex;justify-content:center;align-items:center;gap:5px;margin:28px 0 0}.spv-vl .owl-dots .owl-dot{border:0;outline:0;padding:0 !important}.spv-vl .owl-dots .owl-dot span{display:block;width:11px;height:11px;border-radius:50%;background:var(--gray-300, #e5e7eb);transition:width .25s ease,background-color .25s ease}.spv-vl .owl-dots .owl-dot.active span{width:25px;border-radius:5px;background:var(--gray-700, #4b5563)}.spv-vi__box{margin-bottom:22px}.spv-vi__box.has-caption>.spv-vi__thumb,.spv-vi__box.has-caption>.spv-vi__player{bottom:122px}.spv-vi .spv-vi__player>wistia-player,.spv-vi .spv-vi__player>iframe,.spv-vi .spv-vi__player>video{pointer-events:none}.spv-vi__thumb::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 24%)}.spv-vi__thumb .spv-vi__preview-loop{position:absolute;inset:0;z-index:0;width:100%;height:100%;display:block;border:0;object-fit:cover;pointer-events:none}.spv-vi__like{z-index:8;top:22px;left:22px;width:31px}.spv-vi__like.is-error{animation:spv-heart-shake .45s ease}@keyframes spv-heart-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.spv-vi__sound{z-index:8;top:20px;right:20px;left:auto;width:56px;height:56px;padding:0;transform:none;background:rgba(12,12,12,.82);transition:background .2s ease,transform .2s ease,opacity .2s ease}.spv-vi__sound svg{width:25px;height:25px;transform:none}.spv-vi__sound svg path{fill:#fff}.spv-vi__sound::before{display:none}.spv-vi__sound:hover{background:rgba(0,0,0,.96);transform:scale(1.06)}.spv-vi__sound:hover svg{transform:none}.spv-vi__caption{z-index:7;height:122px;padding:18px 24px;display:flex;align-items:center;justify-content:center;background:#202323;border-top:1px solid hsla(0,0%,100%,.08);color:#fff;font-size:clamp(20px,1.55vw,27px);line-height:1.08;font-weight:800;text-align:center;text-transform:uppercase;text-wrap:balance}.spv-vi__meta{padding:0}.spv-vi__name{color:#fff;font-size:20px}.spv-vi__qq{width:24px;height:24px}.spv-vi__qq svg path{fill:var(--main-500, #c60062)}.spv-vi__title{margin:2px 0 18px;color:var(--main-500, #c60062);font-size:24px;line-height:1.08;font-weight:700}.spv-vi__title::after{background:var(--main-500, #c60062)}.spv-vi__text{margin:0;color:#fff;font-size:19px;line-height:1.45}@media(max-width: 767px){.spv-vl .owl-nav{position:static;display:flex;justify-content:center;gap:12px;margin-top:18px}.spv-vl .owl-prev,.spv-vl .owl-next{width:48px;height:48px}.spv-vi__caption{font-size:21px}}@media(max-width: 991px){.spv-vl .owl-nav{position:absolute;inset:0;display:block;margin:0;pointer-events:none;z-index:20}.spv-vl .owl-nav button.owl-prev,.spv-vl .owl-nav button.owl-next{position:absolute;display:flex !important;align-items:center;justify-content:center;width:60px;height:60px;margin:-30px 0 0;border-radius:50% !important;pointer-events:auto}.spv-vl .owl-nav button.owl-prev>span[aria-label],.spv-vl .owl-nav button.owl-next>span[aria-label]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.spv-vl .owl-nav button.owl-prev svg,.spv-vl .owl-nav button.owl-next svg{display:block;width:30px;height:30px;padding:0;margin:0}.spv-vl .owl-nav button.owl-prev svg path,.spv-vl .owl-nav button.owl-next svg path{fill:var(--white, #fff)}.spv-vl .owl-nav button.owl-prev{left:-20px;right:auto}.spv-vl .owl-nav button.owl-next{right:-20px;left:auto}.spv-vl[data-view=vertical] .owl-nav button.owl-prev,.spv-vl[data-view=vertical] .owl-nav button.owl-next{top:253px}.spv-vl[data-view=rectangle] .owl-nav button.owl-prev,.spv-vl[data-view=rectangle] .owl-nav button.owl-next{top:175px}}
