@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes header-spinner{to{transform:rotate(1turn)}}.video-download-close-confirmation{display:flex;flex-direction:column;gap:24px;padding:0;color:#fcfbfb}.video-download-close-confirmation__title{margin-top:64px}@media only screen and (min-width:576px){.video-download-close-confirmation__title{margin:0}}.video-download-close-confirmation__message{margin:0}.video-download-close-confirmation__actions{display:flex;flex-direction:column;gap:16px;margin-top:8px;margin-bottom:64px}@media only screen and (min-width:576px){.video-download-close-confirmation__actions{flex-direction:row;margin-bottom:0}}.video-download-close-confirmation__button{flex:1 1;width:100%!important}.video-download-close-confirmation__body{width:100%;max-width:480px}