.video-library-page{background-color:#fff}.video-library-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.video-hero{position:relative;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:60px}.video-hero .video-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-hero .video-hero-title{position:relative;z-index:1;color:#fff;font-size:4rem;font-weight:300;text-align:center;margin:0;letter-spacing:2px}.video-category-section{margin-bottom:80px}.video-category-section .category-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.video-category-section .category-header .category-title{font-size:2rem;font-weight:300;color:#1a1a1a;margin:0;letter-spacing:1px}.video-category-section .category-header .category-header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.video-category-section .category-header .see-all-link{font-size:.875rem;font-weight:600;color:#666;text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;-webkit-transition:color .3s ease;transition:color .3s ease}.video-category-section .category-header .see-all-link:hover{color:#06c}.carousel-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.carousel-nav .carousel-btn{width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease;color:#333}.carousel-nav .carousel-btn:hover:not(:disabled){background:#06c;border-color:#06c;color:#fff}.carousel-nav .carousel-btn:disabled{opacity:.4;cursor:not-allowed}.carousel-nav .carousel-btn svg{width:20px;height:20px}.videos-carousel-wrapper{overflow:hidden;position:relative}.videos-carousel{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;grid-template-columns:none !important;gap:30px;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease}.videos-carousel .video-card{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 20px);flex:0 0 calc(33.333% - 20px);min-width:calc(33.333% - 20px)}.videos-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}.video-card{cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.video-card:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.video-card:hover .video-play-overlay{opacity:1}.video-card:hover .video-thumbnail img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.video-card .video-thumbnail{position:relative;padding-bottom:56.25%;overflow:hidden;border-radius:0;background:#000;margin-bottom:15px}.video-card .video-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.video-card .video-thumbnail .video-duration{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.8);color:#fff;padding:4px 8px;font-size:.75rem;font-weight:600;border-radius:2px;z-index:2}.video-card .video-thumbnail .video-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;z-index:1}.video-card .video-thumbnail .video-play-overlay .play-icon{-webkit-filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.video-card .video-thumbnail:hover .play-icon{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video-card .video-title{font-size:1rem;font-weight:400;color:#1a1a1a;line-height:1.4;margin:0}@media(max-width: 1024px){.videos-grid{grid-template-columns:repeat(2, 1fr);gap:25px}.videos-carousel .video-card{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px);min-width:calc(50% - 15px)}.video-hero{height:400px}.video-hero .video-hero-title{font-size:3rem}}@media(max-width: 768px){.video-library-page .container{padding:0 15px}.video-hero{height:300px}.video-hero .video-hero-title{font-size:2.5rem}.video-category-section{margin-bottom:60px}.video-category-section .category-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.video-category-section .category-header .category-title{font-size:1.75rem}.video-category-section .category-header .category-header-right{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.videos-grid{grid-template-columns:1fr;gap:20px}.videos-carousel .video-card{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%}.carousel-nav .carousel-btn{width:36px;height:36px}}@media(max-width: 480px){.video-hero{height:250px;margin-bottom:40px}.video-hero .video-hero-title{font-size:2rem;padding:0 20px}.video-category-section{margin-bottom:50px}.video-category-section .category-header{margin-bottom:20px}.video-category-section .category-header .category-title{font-size:1.5rem}.video-category-section .category-header .see-all-link{font-size:.75rem}.video-card .video-title{font-size:.95rem}}.video-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.video-modal.active{opacity:1;visibility:visible}.video-modal .video-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);cursor:pointer}.video-modal .video-modal-content{position:relative;z-index:1;width:90%;max-width:1200px;padding:20px}.video-modal .video-modal-close{position:absolute;top:-40px;right:0;background:rgba(0,0,0,0);border:none;color:#fff;font-size:3rem;line-height:1;cursor:pointer;padding:0;width:40px;height:40px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.video-modal .video-modal-close:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.video-modal .video-modal-iframe-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.video-modal .video-modal-iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width: 768px){.video-modal .video-modal-content{width:95%;padding:10px}.video-modal .video-modal-close{font-size:2.5rem;top:-35px}}.video-category-archive .video-category-hero{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);padding:80px 0;text-align:center;color:#fff}.video-category-archive .video-category-hero .video-hero-title{font-size:3rem;font-weight:700;margin:0 0 15px 0}.video-category-archive .video-category-hero .video-hero-description{font-size:1.2rem;max-width:800px;margin:0 auto}.video-category-archive .video-count{color:#666;font-size:.95rem}.video-category-archive .video-excerpt{color:#666;font-size:.9rem;margin:10px 0 0 0;line-height:1.5}.video-category-archive .no-videos-message{text-align:center;padding:60px 20px;color:#999;font-size:1.1rem}.video-category-archive .back-to-library{text-align:center;padding:40px 0 60px 0}.video-category-archive .back-to-library .back-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem;-webkit-transition:color .3s ease;transition:color .3s ease}.video-category-archive .back-to-library .back-link:hover{color:#764ba2}.no-videos-notice{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:8px}.no-videos-notice h2{color:#333;margin:0 0 15px 0}.no-videos-notice p{color:#666;margin:10px 0}.no-videos-notice .button{display:inline-block;background:#667eea;color:#fff;padding:12px 30px;border-radius:4px;text-decoration:none;font-weight:600;margin-top:15px;-webkit-transition:background .3s ease;transition:background .3s ease}.no-videos-notice .button:hover{background:#764ba2}

/*# sourceMappingURL=video-library-387d36ee633561c37f02.css.map*/