.b-dynamically-start-course{align-items:center;background:rgba(40,40,40,.75);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999999}.b-dynamically-start-course .loader{animation:loader_rotate 1s linear infinite;border-radius:50%;display:block;height:48px;margin:24px auto;position:relative;width:48px}.b-dynamically-start-course .loader:before{animation:loader_clip_fix 2s linear infinite;border:5px solid #fff;border-radius:50%;box-sizing:border-box;content:"";inset:0;position:absolute}.b-dynamically-start-course__loading-message{animation:fadeIn 1s ease forwards;animation-delay:.5s;color:#fff;opacity:0}@keyframes loader_rotate{to{transform:rotate(1turn)}}@keyframes loader_clip_fix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.b-dynamically-start-course__body__redirect-container{display:flex}.b-dynamically-start-course__body__redirect-container>*{margin-right:.5rem}