.video__wrap{display:flex;flex-direction:column;gap:40px}.video__header{display:flex;flex-direction:column;gap:8px}.video__title h1,.video__title h2,.video__title h3,.video__title h4,.video__title h5,.video__title h6{font:inherit;letter-spacing:inherit;color:inherit;margin:0}.video__title h1:not(:last-child),.video__title h2:not(:last-child),.video__title h3:not(:last-child),.video__title h4:not(:last-child),.video__title h5:not(:last-child),.video__title h6:not(:last-child){margin:0 0 8px}.video__title p:not(:last-child){margin-bottom:8px}.video__title a{color:inherit;text-decoration:underline;text-decoration-thickness:from-font;transition:color .2s ease-in-out}.video__title a:hover,.video__title a:focus,.video__title a:active{color:#FF6A00}.video__title ul,.video__title ol{padding-left:30px}.video__title ul:not(:last-child),.video__title ol:not(:last-child){margin-bottom:8px}.video__title>*{font:inherit;color:inherit;letter-spacing:inherit}.video__description h1,.video__description h2,.video__description h3,.video__description h4,.video__description h5,.video__description h6{font:inherit;letter-spacing:inherit;color:inherit;margin:0}.video__description h1:not(:last-child),.video__description h2:not(:last-child),.video__description h3:not(:last-child),.video__description h4:not(:last-child),.video__description h5:not(:last-child),.video__description h6:not(:last-child){margin:0 0 8px}.video__description p:not(:last-child){margin-bottom:8px}.video__description a{color:inherit;text-decoration:underline;text-decoration-thickness:from-font;transition:color .2s ease-in-out}.video__description a:hover,.video__description a:focus,.video__description a:active{color:#FF6A00}.video__description ul,.video__description ol{padding-left:30px}.video__description ul:not(:last-child),.video__description ol:not(:last-child){margin-bottom:8px}.video__description>*{font:inherit;color:inherit;letter-spacing:inherit}.video--playing .video__overlay{opacity:0;visibility:hidden;pointer-events:none}.video__inner{width:100%;aspect-ratio:16/9;border-radius:42px;position:relative;overflow:hidden}.video__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video__overlay{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0}.video__poster-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.video__play{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0);border:none;cursor:pointer}.video__play:hover .video__play-icon,.video__play:focus .video__play-icon,.video__play:active .video__play-icon{transform:translate(-50%, -50%) scale(1.05)}.video__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:130px;height:130px;padding:30px;border:1px solid hsla(0,0%,100%,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(50px);transition:all .2s ease-in-out}.video__play-icon svg{width:24px;height:24px}.video__play-icon svg path{fill:#FF6A00}.video__iframe{width:100%;height:100%;border:none}.video iframe{width:100%;height:100%}@media only screen and (max-width: 992px){.video__wrap{gap:24px}.video__inner{border-radius:12px}.video__play-icon{width:54px;height:54px;padding:12px}.video__play-icon svg{width:20px;height:20px}}@media screen and (min-width: 993px){.video.video-background-blur{position:relative}.video.video-background-blur::before{content:"";display:block;position:absolute;bottom:-127.485px;left:0;width:502.993px;height:362.947px;transform:rotate(27.052deg);border-radius:502.993px;background:radial-gradient(61.24% 61.24% at 50.54% 38.76%, #F86C1F 0%, rgba(248, 108, 31, 0.1) 51.04%, rgba(255, 255, 255, 0.7) 100%);filter:blur(150px)}}