.video-carousel-wrapper{width:100%;position:relative}.video-carousel-wrapper>.swiper-wrapper{margin:0;padding:0}.video-carousel-wrapper>.swiper-wrapper>.swiper-slide{overflow:hidden;position:relative;box-sizing:border-box;margin-right:16px}.video-carousel-wrapper>.swiper-wrapper>.swiper-slide:last-child{margin-right:0}.video-carousel-wrapper .video-thumb{position:relative;cursor:pointer;transition:transform 0.3s ease}.video-carousel-wrapper .video-thumb video{width:100%;height:auto;object-fit:cover;display:block}.video-carousel-wrapper .play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;pointer-events:none;text-shadow:0 0 8px rgb(0 0 0 / .8);transition:transform 0.3s ease;background:linear-gradient(180deg,#fff0,rgb(0 0 0 / .2))}.video-carousel-wrapper .play-icon svg{filter:drop-shadow(0 0 8px rgb(0 0 0 / .8));transition:transform 0.3s ease}.video-carousel-wrapper .video-thumb:hover .play-icon svg{transform:scale(1.2)}.video-carousel-wrapper .video-title{margin:8px 0 0;font-weight:700;font-size:1.375rem;line-height:1.2;font-family:"Source Serif Pro",sans-serif;width:100%;max-width:100%;overflow-wrap:break-word;word-break:break-word}.video-carousel-wrapper .overlay{position:absolute;left:0;right:0;bottom:0;padding:8px 12px;font-size:.875rem;color:#fff;background:linear-gradient(180deg,transparent 0%,rgb(0 0 0 / .7) 100%);display:flex;justify-content:space-between;align-items:center}.video-carousel-wrapper .video-nav .swiper-button-prev,.video-carousel-wrapper .video-nav .swiper-button-next{width:50px!important;height:50px!important;background:#ffffff!important;border-radius:50%!important;top:45%;box-shadow:0 4px 20px rgb(0 0 0 / .2);outline:none;border:none}.video-carousel-wrapper .video-nav .swiper-button-prev{left:-14px}.video-carousel-wrapper .video-nav .swiper-button-next{right:-14px}.video-carousel-wrapper .video-nav .swiper-button-prev:after,.video-carousel-wrapper .video-nav .swiper-button-next:after{font-size:1.25rem!important;font-weight:700!important;color:var(--pe-gray-900,#1a1a1a)!important}@media (max-width:1250px){.video-carousel-wrapper .video-nav .swiper-button-next{right:10px}.video-carousel-wrapper .video-nav .swiper-button-prev{left:10px;}}.soct-video-modal{position:fixed!important;inset:0;display:none;justify-content:center;align-items:center;backdrop-filter:blur(4px);background:rgb(0 0 0 / .8);z-index:9999}.soct-video-modal.active{display:flex}.soct-video-modal video{max-width:90vw;max-height:90vh}.soct-video-modal .close{position:absolute;top:20px;right:30px;font-size:2rem;color:#fff;cursor:pointer;z-index:20}.is-preview .video-grid-wrapper{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.is-preview .video-grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.is-preview .video-grid-wrapper{grid-template-columns:repeat(1,1fr)}}.video-carousel-wrapper .video-thumb{position:relative;cursor:pointer;transition:transform .3s ease}.video-pagination{margin:80px 0 0;text-align:center}.video-pagination .page-numbers{list-style:none;display:flex;gap:10px;padding:0;margin:0;justify-content:center}.video-pagination .page-numbers a,.video-pagination .page-numbers span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#666;font-family:"Lora",serif;font-size:1.125rem;font-weight:500;text-decoration:none;background:#fff;transition:background .2s ease}.video-pagination .page-numbers a:hover{background:#E2ECFC}.video-pagination a:hover .pagination-icon path{fill:#1462ED}.video-pagination a:hover .pagination-icon{background-color:#E2ECFC}.video-pagination .page-numbers.current{background:#1462ED;color:#fff}.video-pagination .pagination-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px}.video-pagination .pagination-icon path{fill:#666}.video-pagination .dots{width:auto;background:#fff0;pointer-events:none}.video-grid-wrapper{display:grid;column-gap:20px;row-gap:40px}.video-grid-wrapper.columns-1{grid-template-columns:repeat(1,1fr)}.video-grid-wrapper.columns-2{grid-template-columns:repeat(2,1fr)}.video-grid-wrapper.columns-3{grid-template-columns:repeat(3,1fr)}.video-grid-wrapper.columns-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.video-grid-wrapper.columns-tab-1{grid-template-columns:repeat(1,1fr)}.video-grid-wrapper.columns-tab-2{grid-template-columns:repeat(2,1fr)}.video-grid-wrapper.columns-tab-3{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.video-grid-wrapper.columns-mob-1{grid-template-columns:repeat(1,1fr)}.video-grid-wrapper.columns-mob-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.soct-video-carousel.is-grid .video-thumb,.soct-video-carousel.is-grid .video-thumb video{max-height:285px;height:auto;object-fit:cover;overflow:hidden}}.soct-video-carousel.swiper .video-thumb,.soct-video-carousel.swiper .video-thumb video{max-height:500px;height:auto;object-fit:cover;overflow:hidden}@keyframes skeleton-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.video-skeleton-wrapper{position:absolute;inset:0;display:grid;gap:16px;background:#fff;pointer-events:none;z-index:2}.video-skeleton{width:100%;max-height:522px;height:100%;background:#f3f3f3;border-radius:0;overflow:hidden;position:relative}.video-skeleton::before{content:'';position:absolute;left:0;right:0;bottom:0;height:22px;background:#e3e3e3}.video-skeleton::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f3f3f3 0%,#e8e8e8 50%,#f3f3f3 100%);animation:skeleton-shimmer 1.2s infinite;transform:translateX(-100%)}.video-skeleton[data-h]{height:var(--vh,522px);max-height:var(--vh,522px)}.soct-video-carousel.swiper .swiper-slide{width:295px!important}@media (max-width:767px){.soct-video-carousel.swiper .swiper-slide{width:295px!important}.soct-video-carousel.swiper .swiper-wrapper{justify-content:flex-start}}.soct-video-carousel.swiper .swiper-slide{display:flex;flex-direction:column}.soct-video-carousel.swiper .video-title{margin:8px 0 0;align-self:flex-start}@media (max-width:767px){.soct-video-carousel .video-title{font-size:1.125rem}}.soct-video-modal{position:fixed!important;inset:0;display:none}.soct-video-modal.active{display:flex}.soct-video-modal .close{position:absolute;top:max(12px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right));width:44px;height:44px;display:grid;place-items:center;background:rgb(0 0 0 / .5);border-radius:999px;font-size:22px;line-height:1;color:#fff;cursor:pointer;z-index:3;-webkit-tap-highlight-color:#fff0;border:0}.soct-video-modal video{z-index:1}.soct-video-modal .soct-video-box{position:relative;display:inline-block}.soct-video-modal video{max-width:90vw;max-height:80vh;border-radius:12px;background:#000;display:block}.soct-video-modal iframe{border:0;border-radius:12px;background:#000}.soct-video-modal .close{position:absolute;top:10px;right:14px;color:#fff;font-size:28px;cursor:pointer;line-height:1}.soct-video-modal #soctShareBtn{position:absolute;top:10px;right:10px;color:#fff;background:#fff0;border:0;border-radius:8px;padding:6px;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;z-index:2}.soct-video-modal #soctShareBtn svg{filter:drop-shadow(0 -1px 2px rgb(0 0 0 / .55))}.soct-video-modal .soct-copy-toast{position:absolute;top:10px;right:48px;background:rgb(0 0 0 / .8);color:#fff;font:12px/1 system-ui;padding:6px 8px;border-radius:6px;z-index:3}.video-carousel-wrapper .youtube-thumbnail{width:295px;height:500px;object-fit:cover;display:block}.video-carousel-wrapper .youtube-thumbnail-iframe{width:100%;height:auto;aspect-ratio:16/9;pointer-events:none;border:0;border-radius:8px}.video-carousel-wrapper .youtube-thumbnail-iframe{position:relative}.video-carousel-wrapper .youtube-thumbnail-iframe::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#fff0;pointer-events:auto;z-index:1}.soct-video-modal #soctYouTubeIframe.youtube-vertical{width:min(90vw, 400px)!important;height:min(160vw, 711px)!important;max-height:80vh!important}.soct-video-modal #soctYouTubeIframe.youtube-horizontal{width:90vw!important;max-width:1200px!important;height:50.625vw!important;max-height:80vh!important}.soct-video-modal #soctYouTubeIframe.youtube-square{width:min(90vw, 600px)!important;height:min(90vw, 600px)!important;max-height:80vh!important}@media (max-width:768px){.soct-video-modal #soctYouTubeIframe.youtube-vertical{width:min(95vw, 350px)!important;height:min(168.75vw, 630px)!important}.soct-video-modal #soctYouTubeIframe.youtube-horizontal{width:95vw!important;height:53.4375vw!important}.soct-video-modal #soctYouTubeIframe.youtube-square{width:min(95vw, 500px)!important;height:min(95vw, 500px)!important}}@media (max-width:480px){.soct-video-modal #soctYouTubeIframe.youtube-vertical{width:min(98vw, 300px)!important;height:min(174.22vw, 540px)!important}.soct-video-modal #soctYouTubeIframe.youtube-square{width:min(98vw, 400px)!important;height:min(98vw, 400px)!important}}