.hero-full{width:100%;height:calc(100vh - var(--header-height));position:relative;overflow:hidden}.hero-full .swiper-container{height:100%}.hero-full .swiper-container .swiper-pagination{bottom:2em}.hero-full .swiper-container .swiper-pagination .swiper-pagination-bullet{width:40px;height:11px;border-radius:0;transform:skewX(calc(-1 * var(--bg-line-angle)));background:var(--color-white);opacity:.5;margin:0 .25em;transition:opacity .3s ease}.hero-full .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.hero-full .swiper-slide{display:flex;justify-content:center;align-items:center;position:relative;padding:4em var(--content-side-padding)}.hero-full__media{width:100%;height:100%;position:absolute;top:0;left:0}.hero-full__media::before{content:'';display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;background:var(--color-black-overlay)}.hero-full__media::after{content:'';display:inline-block;width:100%;height:100%;position:absolute;bottom:0;left:0;background:var(--color-overlay);mix-blend-mode:multiply;clip-path:polygon(calc(50% - max(110px, 8vw)) 0, calc(50% + max(90px, 6vw)) 0, calc(50% + max(90px, 6vw)) 100%, calc(50% - max(110px, 8vw)) 100%);transform:skewX(calc(-1 * var(--bg-line-angle)));transform-origin:bottom}.hero-full__image,.hero-full__video{width:100%;height:100%;object-fit:cover}.hero-full__image img,.hero-full__video img{width:100%;height:100%;object-fit:cover}.hero-full__content{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.hero-full__inner{width:100%;max-width:var(--max-content-width);color:var(--color-white);padding:0 var(--content-side-padding)}.hero-full__inner>*+*{margin-top:1.5em}.hero-full__title{max-width:22ch;margin:0;overflow-wrap:break-word;hyphens:auto}.hero-full__text{max-width:48ch}
