section.hero-section{overflow:hidden;padding-block:0;position:relative;width:100%}#mask-overlay{background:#000;height:100%;left:0;-webkit-mask-composite:source-over;mask-composite:add;-webkit-mask-image:radial-gradient(circle 40px at center,transparent 0,transparent 40px,#000 0);mask-image:radial-gradient(circle 40px at center,transparent 0,transparent 40px,#000 0);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@supports (-webkit-appearance:none){#mask-overlay{-webkit-mask-image:radial-gradient(circle 40px at center,transparent 0,transparent 40px,#000 0)}}.hero-section .content{color:#fff;display:flex;flex-direction:column;height:100%;min-height:600px;position:relative;transition:opacity .5s ease;z-index:2}.hero-section .content .content-wrapper{padding-block:110px}@media (min-width:768px){.hero-section .content{min-height:800px}.hero-section .content .content-wrapper{padding-block:100px}}@media (min-width:1024px){.hero-section .content{min-height:760px}.hero-section .content .content-wrapper{padding-block:255px}.hero-section.has-video .content{aspect-ratio:16/9;cursor:none;max-height:900px;min-height:auto;width:100%}.hero-section.has-video .content.hidden-lg{opacity:0}}.hero-section .bg-video{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:0}.hero-section .bg-video video{display:block;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.hero-section #circle-svg{height:120px;isolation:isolate;mix-blend-mode:normal;overflow:visible;pointer-events:none;position:absolute;transform:translate(-50%,-50%);width:120px;will-change:transform;z-index:10}.hero-section .video-controls{bottom:2rem;display:flex;flex-direction:column;gap:12px;position:absolute;right:2rem;z-index:10}.hero-section .video-controls button{align-items:center;background:hsla(0,0%,100%,.3);border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background .3s ease}.hero-section .video-controls button:hover{color:#fff}.hero-section .material-icons{font-size:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-section .mobile-play-btn{align-items:center;background-color:transparent;border:none;bottom:2rem;color:#fff;cursor:pointer;display:flex;gap:10px;justify-content:center;padding:12px;position:absolute;right:1rem;transition:all .3s ease}@media (min-width:1024px){.hero-section .mobile-play-btn{display:none}}.hero-section .mobile-play-btn .material-icons-outlined{background-color:hsla(0,0%,100%,.2);border-radius:50%;color:#fff;font-size:20px;padding:10px}