:root{--VideoTargetter--first-line-rotation-angle-end:0deg;--VideoTargetter--second-line-rotation-angle-end:0deg}.videoTargetter__arrow{height:0;width:2px;transform-origin:top;position:absolute}.videoTargetter__second-arrow{height:0;width:2px;transform-origin:bottom;position:absolute;right:0;bottom:0}.videoTargetter__iframeEl{width:0;height:0;position:absolute;top:0;right:0}.videoTargetter__iframeEl:after{content:"";position:absolute;top:0;right:0;width:2px;height:0;background-color:#b60100;animation:showBorder 0s linear 1.2s forwards}.videoTargetter__get-it{background-color:#b60100;width:20%;height:25px;float:right;text-align:center;transition:background-color .3s ease;cursor:pointer;user-select:none;color:#fff;z-index:9999}.videoTargetter__get-it:hover{background-color:#f66}@keyframes showBorder{0%{height:0}to{height:calc(100% + 25px)}}@keyframes animateFirstLine{0%{transform:rotate(var(--VideoTargetter--first-line-rotation-angle-end)) scaleY(0)}to{transform:rotate(var(--VideoTargetter--first-line-rotation-angle-end)) scaleY(1)}}@keyframes animateSecondLine{0%{transform:rotate(var(--VideoTargetter--second-line-rotation-angle-end)) scaleY(0)}to{transform:rotate(var(--VideoTargetter--second-line-rotation-angle-end)) scaleY(1)}}@keyframes animateIframeEl{0%{transform:scale(0)}to{transform:scale(1)}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#b60100 transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:hsla(0,0%,39%,.5);border-radius:10px;border:2px solid transparent}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,47%,.7)}