.video-hero{background:var(--black);color:#fff;--accent:var(--pink);padding:14rem 0;position:relative;overflow:hidden}.video-hero:after{content:"";background:var(--pink_gray-rope);z-index:10;width:14px;height:100%;display:block;position:absolute;top:0;right:0}@media (max-width:1320px){.video-hero:after{width:10px}}@media (max-width:767px){.video-hero{padding:8rem 0 3rem}}.video-hero .wrapper{z-index:1;flex-wrap:wrap;align-items:center;gap:2rem;display:flex;position:relative}.video-hero-text{flex:450px;max-width:660px}.video-hero-text h1 em{background:var(--accent);color:var(--black);padding-left:2px;padding-right:2px;font-style:normal}.video-hero-text-circle{border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;margin-top:4rem;transition:all .25s;display:inline-flex}.video-hero-text-circle svg{transition:all .25s}.video-hero-text-circle:hover{border-color:#fff}.video-hero-text-circle:hover svg{transform:scale(.8)}.video-hero-featured{background:var(--forest);flex:450px;max-width:491px;margin:auto;padding:2rem 2.5rem;transition:all .19s;position:relative}.video-hero-featured p{margin:2rem 0 0}.video-hero-featured p.h5{margin:0 0 2rem}.video-hero-featured img{width:100%}.video-hero-featured a{text-transform:uppercase;align-items:center;gap:.5rem;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:100%;text-decoration:none;display:inline-flex}.video-hero-featured a svg{transition:transform .3s,opacity .2s}.video-hero-featured a:after{content:"";z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.video-hero-featured-bg{-o-object-fit:cover;object-fit:cover;z-index:-1;transform-origin:50%;width:100%;max-width:none;transition:transform .4s cubic-bezier(.68,-.55,.27,1.55);position:absolute;top:0;bottom:0;left:0;right:0;height:100%!important}.video-hero-featured:hover{color:var(--black);background:#fff}.video-hero-featured:hover a svg{transform:translate(5px)}.video-hero-featured:hover .video-hero-featured-bg{transform:scale(1.1)}.video-hero-background{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;max-width:none;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}