body{overflow-x:hidden}.z-index-up{z-index:1}.hr--logo svg .line{stroke-dasharray:100;stroke-dashoffset:100;animation:none}.hr--logo svg .logo{opacity:0;transform:scale(.9)}.hr--logo svg.animate .line-left{stroke-dashoffset:-100;animation:drawLeft .6s ease-out forwards}.hr--logo svg.animate .line-right{stroke-dashoffset:100;animation:drawRight .6s ease-out forwards}.hr--logo svg.animate .logo{animation:fadeLogo .4s ease-out forwards;animation-delay:.1s}@keyframes drawLeft{0%{stroke-dashoffset:-100}to{stroke-dashoffset:0}}@keyframes drawRight{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes fadeLogo{to{opacity:1;transform:scale(1)}}.hide-element{visibility:hidden;height:0;margin:0!important}*{box-sizing:border-box}.video-block{margin-bottom:5rem}.video-block h2{margin-bottom:0}.video-block .video-container{position:relative;max-width:100%;aspect-ratio:16/9}.video-block .video-container .video-wrapper{position:relative;width:100%;height:100%}.video-block .video-container .video-wrapper .video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;z-index:2;transition:opacity .4s ease;cursor:pointer;overflow:hidden}.video-block .video-container .video-wrapper .video-thumbnail:before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.4);z-index:1}.video-block .video-container .video-wrapper .video-thumbnail.is-hidden{opacity:0;pointer-events:none}.video-block .video-container .video-wrapper .video-thumbnail .play-button{position:relative;z-index:2;background:transparent;border:none;width:80px;height:80px;background-image:url(../../assets/images/svg-icons/play-icon.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;cursor:pointer}.video-block .video-container .video-wrapper .video-thumbnail .video-title{position:relative;z-index:2;color:#fff;margin-top:1rem;font-weight:300}.video-block .video-container .video-wrapper .video-iframe-wrapper{position:relative;z-index:1;width:100%;height:100%}.video-block .video-container .video-wrapper .video-iframe-wrapper iframe{width:100%;height:100%;border:none}.video-block .line{stroke-dasharray:80;animation:drawLine 1s ease-out forwards}.video-block .line-left{stroke-dashoffset:-80;animation-delay:.2s}.video-block .line-right{stroke-dashoffset:80;animation-delay:.2s}@media screen and (min-width:991px) and (max-width:1500px){.video-block .video-col{width:83.333333%!important}}@media screen and (max-width:767px){.hr--logo svg .line{stroke-dasharray:none!important}.video-block .video-container .video-wrapper .video-thumbnail .video-title{font-size:2rem}}