:root{--gerne-red: hsla(0, 100%, 66%, 1);--gerne-blue: hsla(221, 65%, 68%, 1);--gerne-yellow: hsla(31, 58%, 43%, 1);--gerne-green: hsla(42, 99%, 56%, 1)}.swiper-slide.episode-card{display:flex;flex-direction:column;gap:20px}.swiper-slide.episode-card .episode-card__img{overflow:hidden;position:relative;width:100%;aspect-ratio:453/272;border-radius:10px}.swiper-slide.episode-card .episode-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.swiper-slide.episode-card .episode-card__img:after{content:"";width:100%;height:100%;position:absolute;display:block;top:0;left:0;background-image:linear-gradient(180deg,#0003,#000c);opacity:0;transition:opacity .4s ease}.swiper-slide.episode-card .episode-card__img:hover:after{opacity:1}.swiper-slide.episode-card .episode-card__date{color:#fff}.swiper-slide.watch-card{width:clamp(258px,172px + 25vw,572px);display:flex;flex-direction:column;align-items:flex-start;gap:20px}.swiper-slide.watch-card .img-box{aspect-ratio:572/343;border-radius:10px;overflow:hidden;width:100%;position:relative}.swiper-slide.watch-card .img-box img{aspect-ratio:inherit}.swiper-slide.watch-card .img-box:after{content:"";width:100%;height:100%;position:absolute;display:block;top:0;left:0;background-image:linear-gradient(180deg,#0003,#000c);opacity:0;transition:opacity .4s ease}.swiper-slide.watch-card .play{width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;bottom:5px;left:5px;z-index:1000;opacity:0;transition:opacity .4s ease;background-color:#0d59ff;border-radius:50%}.swiper-slide.watch-card .play svg{width:11px;height:14px}.swiper-slide.watch-card:hover .img-box:after{opacity:1}.swiper-slide.watch-card:hover .play{opacity:1}.slider{overflow:hidden}.slider .container{width:100%;overflow-y:unset}.slider .container-slider{max-width:100vw;place-items:center;margin-inline:auto;padding-inline:100px;overflow-x:visible;overflow-y:clip}@media(max-width:1200px){.slider .container-slider{padding-inline:50px}}@media(max-width:992px){.slider .container-slider{padding-inline:20px}}.slider__wrap{display:flex;flex-direction:column;gap:40px;width:100%;color:#fff}.slider__wrap-title{width:100%;display:flex;align-items:center;justify-content:space-between}.slider__wrap-swiper{display:block;width:100%;max-width:1400px;height:auto;overflow:visible}.slider .swiper{width:100%;max-width:1400px;height:auto;overflow-x:visible;overflow-y:clip}.slider .swiper-btn-next,.slider .swiper-btn-prev{top:50%;z-index:1000;transform:translateY(-100%);width:40px;height:40px;position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.slider .navver1{transform:translateY(-100%)}.slider .navver2{transform:translateY(-50%)}.slider .navver3{display:none}.slider .swiper-btn-next{right:0}.slider .swiper-btn-next svg{transform:rotate(180deg)}.slider .swiper-btn-prev{left:0}.slider .swiper-button-disabled{opacity:.8;cursor:default}@property --deg{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@property --percent1{syntax: "<percentage>"; initial-value: 0%; inherits: false;}@property --percent2{syntax: "<percentage>"; initial-value: 0%; inherits: false;}.hero{width:100%;height:100vh;min-height:850px;padding-top:317px;padding-bottom:89px;--deg: 90deg;--percent1: 20%;--percent2: 100%;background:linear-gradient(var(--deg),#00091E var(--percent1),rgba(0,0,0,0) var(--percent2)),url(/build/assets/bg1-ClYkk8zB.png) no-repeat right top;background-size:cover}@media(max-width:992px){.hero{padding-top:200px;padding-bottom:50px;min-height:auto;height:100%;--deg: 180deg;--percent1: 10%;--percent2: 200%}}@media(max-width:768px){.hero{padding-top:0;padding-bottom:0;margin-inline:auto;height:100vh;margin-block:auto}}.hero .container{height:100%}.hero__wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:100%;color:#fff;max-width:633px}@media(max-width:992px){.hero__wrap{gap:50px;justify-content:center}}.hero__wrap-content{display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.hero__wrap-content{align-items:center}}.hero__wrap-content .html-content{padding-block:10px}@media(max-width:768px){.hero__wrap-content .html-content{text-align:center}}.hero__wrap-content--title{display:flex;flex-direction:column;gap:5px}@media(max-width:768px){.hero__wrap-content--title{align-items:center}}.hero__wrap-content--date{font-weight:600;font-size:16px;line-height:20px}.hero .ctab{margin-top:10px;max-width:fit-content;background-color:#1f2940;border-radius:30px;display:flex;align-items:center;gap:12px;padding-inline:22px 20px;padding-block:12px;transition:background-color .4s ease;font-weight:700;font-size:14px;line-height:18px;letter-spacing:.1px}.hero .ctab:hover{background-color:#0d59ff}.hero .ctab svg{width:10px;height:12px}.hero .theme-title{display:flex;align-items:center;gap:15px}.hero .theme-title .line{width:1px;height:13px;background-color:#5d687e}.hero .theme-title svg{width:20px;height:20px}.hero__wrap-radio{display:flex;align-items:center;justify-content:start;gap:17px}@media(max-width:768px){.hero__wrap-radio{display:none}}.hero__wrap-radio--item{color:#001033;background-color:#fff;border-radius:5px;padding:2px 21px;display:flex;align-items:center;gap:10px;transition:transform .4s ease}.hero__wrap-radio--item:before{content:"";width:10px;height:10px;border-radius:50%;background-color:currentColor}.hero__wrap-radio--item img{width:93px;aspect-ratio:93/62}.hero__wrap-radio--item:hover{transform:translateY(-5px)}.description{margin-block:144px 150px}@media(max-width:768px){.description{margin-block:64px 43px}}.description__wrap{display:flex;align-items:center;gap:20px;color:#fff}@media(max-width:768px){.description__wrap{flex-direction:column}}.description__wrap-content{display:flex;flex-direction:column;gap:20px;width:66%}@media(max-width:992px){.description__wrap-content{width:70%}}@media(max-width:768px){.description__wrap-content{width:100%}}.description__wrap-content .html-content{color:#e9ecf1}.description .production{display:flex;flex-direction:column;gap:10px}.description .production__wrap{display:flex;flex-direction:column;align-items:flex-start;color:#fff}.description .info{font-weight:400;font-size:16px;line-height:22px}.description .author{font-weight:700;font-size:17px;line-height:28px}.description .img-box{width:300px;height:250px;margin-inline:auto;flex:0 0 auto}.description .img-box img{aspect-ratio:300/250}.description .ad-container{margin-top:100px;margin-bottom:100px}@media(max-width:768px){.description .ad-container{margin-top:50px;margin-bottom:50px}}.episodes__wrap{display:flex;flex-direction:column;gap:40px;color:#fff}.episodes__filter{display:flex;justify-content:space-between;max-width:100%;width:fit-content;background:#fff;padding:5px;border-radius:50px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}.episodes__filter::-webkit-scrollbar{display:none}.episodes__filter .filter-btn{scroll-snap-align:start end;flex:0 0 auto;background:transparent;border:none;padding:6px clamp(13px,-16.5384615385px + 3.8461538462vw,45px);border-radius:50px;cursor:pointer;transition:color .4s ease,background-color .4s ease;color:#767676;font-weight:500;font-size:14px;line-height:28px}.episodes__filter .filter-btn.active{background:#00091e;color:#fff}.episodes__filter .filter-btn:hover:not(.active){background-color:#0000001a}.episodes__grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:40px;column-gap:20px}@media(max-width:992px){.episodes__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.episodes__grid{grid-template-columns:1fr}}.episodes__more{display:flex;justify-content:center;margin-top:30px}@media(max-width:768px){.episodes__more{margin-top:25px}}.slider.also{margin-block:150px}@media(max-width:768px){.slider.also{margin-block:70px}}
