@charset "UTF-8";.youtube-gallery-block{transition:all .3s ease}.youtube-gallery-block--bg-white{background-color:#fff}.youtube-gallery-block--bg-light-gray{background-color:#e3e3e6}.youtube-gallery-block--bg-dark-gray{background-color:#1f2526}.youtube-gallery-block--bg-primary{background-color:#3b97de}.youtube-gallery-block--bg-secondary{background-color:#1f537a}.youtube-gallery-block--bg-dark{background-color:#000}.youtube-gallery-block--width-container-width-bg-content{max-width:1200px;margin:0 auto;padding:2rem 15px}@media (min-width:768px){.youtube-gallery-block--width-container-width-bg-content{padding:3rem 15px}}.youtube-gallery-block--layout-slider .youtube-gallery-container{position:relative}.youtube-gallery-block--layout-slider .youtube-gallery-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem}.youtube-gallery-block--layout-slider .youtube-gallery-slider::-webkit-scrollbar{height:8px}.youtube-gallery-block--layout-slider .youtube-gallery-slider::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.5rem}.youtube-gallery-block--layout-slider .youtube-gallery-slider::-webkit-scrollbar-thumb{background:#3b97de;border-radius:.5rem}.youtube-gallery-block--layout-slider .youtube-gallery-slider::-webkit-scrollbar-thumb:hover{background:#1f537a}.youtube-gallery-block--layout-slider .youtube-video-item{flex:0 0 auto;width:300px;scroll-snap-align:start}@media (min-width:768px){.youtube-gallery-block--layout-slider .youtube-video-item{width:350px}}.youtube-gallery-block--layout-slider.youtube-gallery-block--infinite .youtube-gallery-slider{animation:infiniteScroll 60s linear infinite}.youtube-gallery-block--layout-slider.youtube-gallery-block--infinite .youtube-gallery-slider:hover{animation-play-state:paused}.youtube-gallery-block--layout-grid .youtube-gallery-grid{display:grid;gap:2rem}@media (min-width:768px){.youtube-gallery-block--layout-grid .youtube-gallery-grid{gap:2.5rem}}.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-2 .youtube-gallery-grid{grid-template-columns:1fr}@media (min-width:768px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-2 .youtube-gallery-grid{grid-template-columns:repeat(2,1fr)}}.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-3 .youtube-gallery-grid{grid-template-columns:1fr}@media (min-width:768px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-3 .youtube-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-3 .youtube-gallery-grid{grid-template-columns:repeat(3,1fr)}}.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-4 .youtube-gallery-grid{grid-template-columns:1fr}@media (min-width:768px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-4 .youtube-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-4 .youtube-gallery-grid{grid-template-columns:repeat(4,1fr)}}.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:repeat(6,1fr)}}.youtube-gallery-block--layout-list .youtube-gallery-grid{display:flex;flex-direction:column;gap:1.5rem}.youtube-gallery-block--layout-list .youtube-gallery-grid .youtube-video-card{display:flex;align-items:center;gap:1.5rem}@media (min-width:768px){.youtube-gallery-block--layout-list .youtube-gallery-grid .youtube-video-card{gap:2rem}}.youtube-gallery-block--layout-list .youtube-gallery-grid .youtube-video-card .video-thumbnail-wrapper{width:200px;flex-shrink:0}@media (min-width:768px){.youtube-gallery-block--layout-list .youtube-gallery-grid .youtube-video-card .video-thumbnail-wrapper{width:300px}}.youtube-gallery-block--layout-list .youtube-gallery-grid .youtube-video-card .video-info{flex:1}.youtube-video-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.youtube-video-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.youtube-gallery-block.text-white .youtube-video-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff}.video-thumbnail-wrapper{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#000}.video-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.video-thumbnail.lazy{opacity:0;transition:opacity .3s ease}.video-thumbnail.lazy.loaded{opacity:1}.play-button-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;transition:all .3s ease}.youtube-video-card:hover .play-button-overlay{opacity:1}.play-button{transform:scale(.8);transition:transform .3s ease;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, .3))}.youtube-video-card:hover .play-button{transform:scale(1)}.play-button svg{transition:all .3s ease}.play-button:hover svg{transform:scale(1.1)}.video-link{position:absolute;top:0;left:0;right:0;bottom:0;background:0 0;border:none;cursor:pointer;z-index:10}.video-link:focus{outline:3px solid #3b97de;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.video-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.video-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1f2526;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.youtube-gallery-block.text-white .video-title{color:#fff}.video-description{font-size:.9rem;color:#e3e3e6;line-height:1.5;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.youtube-gallery-block.text-white .video-description{color:rgba(255,255,255,.8)}.video-embed-container{position:relative;width:100%;aspect-ratio:16/9;background:#000}.video-embed-container iframe{width:100%;height:100%;border:none}.youtube-gallery-slider .slick-slide{padding:0 1rem}.youtube-gallery-slider .slick-arrow{width:50px;height:50px;background:#3b97de;border-radius:50%;border:none;color:#fff;font-size:1.2rem;transition:all .3s ease;z-index:10}.youtube-gallery-slider .slick-arrow:hover{background:#1f537a;transform:scale(1.1)}.youtube-gallery-slider .slick-arrow.slick-prev{left:-25px}.youtube-gallery-slider .slick-arrow.slick-prev:before{content:"←";font-family:Arial,sans-serif;font-size:1.5rem}.youtube-gallery-slider .slick-arrow.slick-next{right:-25px}.youtube-gallery-slider .slick-arrow.slick-next:before{content:"→";font-family:Arial,sans-serif;font-size:1.5rem}.youtube-gallery-slider .slick-arrow:before{opacity:1;color:#fff}.youtube-gallery-slider .slick-dots{bottom:-50px}.youtube-gallery-slider .slick-dots li{margin:0 4px}.youtube-gallery-slider .slick-dots li button{width:12px;height:12px;border-radius:50%;background:#ddd;border:none;transition:all .3s ease}.youtube-gallery-slider .slick-dots li button:before{display:none}.youtube-gallery-slider .slick-dots li.slick-active button{background:#3b97de;transform:scale(1.2)}@media (max-width:1200px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1200px) and (min-width:768px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.youtube-gallery-block--layout-grid .youtube-gallery-grid{gap:1.5rem;grid-template-columns:1fr}.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-2 .youtube-gallery-grid,.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-3 .youtube-gallery-grid,.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-4 .youtube-gallery-grid,.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:1fr}}@media (max-width:768px) and (min-width:768px){.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-2 .youtube-gallery-grid,.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-3 .youtube-gallery-grid,.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-4 .youtube-gallery-grid,.youtube-gallery-block--layout-grid.youtube-gallery-block--columns-6 .youtube-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.youtube-gallery-block--layout-list .youtube-video-card{flex-direction:column;align-items:stretch}.youtube-gallery-block--layout-list .youtube-video-card .video-thumbnail-wrapper{width:100%}.video-info{padding:1rem}.youtube-gallery-slider .slick-arrow{width:40px;height:40px;font-size:1rem}.youtube-gallery-slider .slick-arrow.slick-prev{left:-20px}.youtube-gallery-slider .slick-arrow.slick-next{right:-20px}}@media (max-width:576px){.youtube-gallery-slider .slick-arrow{display:none!important}.play-button svg{width:48px;height:34px}}.youtube-gallery-block__placeholder{border:2px dashed #ddd;padding:2rem;text-align:center;background-color:#f9f9f9;border-radius:.5rem}.youtube-gallery-block__placeholder-title{font-weight:700;font-size:1.2rem;margin-bottom:.5rem;color:#666}.youtube-gallery-block__placeholder-text{color:#999;font-style:italic}@media (prefers-reduced-motion:reduce){.youtube-video-card{transition:none}.youtube-video-card:hover{transform:none}.play-button,.play-button-overlay,.video-thumbnail{transition:none}.youtube-gallery-slider .slick-arrow{transition:none}.youtube-gallery-slider .slick-arrow:hover{transform:none}.youtube-gallery-block--infinite .youtube-gallery-slider{animation:none!important}}@keyframes infiniteScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/*# sourceMappingURL=style.min.css.map */
