:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.startup{display:flex;flex-direction:row;justify-content:center}.startup,.startup .div-2{background-color:#f7f7fb;width:100%}.startup .div-2{height:1024px;position:relative}.startup .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.startup .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.startup .header-instance{left:0!important;position:absolute!important;top:0!important}.startup .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.startup .left-nav-3{left:auto!important}.startup .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.startup .frame-20{align-items:flex-start;flex:0 0 auto;position:relative;width:100%}.startup .frame-20,.startup .frame-seasonsettings{align-self:stretch;display:flex;flex-direction:column;gap:24px}.startup .frame-seasonsettings{align-items:center;flex:1 0;justify-content:center;padding:24px 16px}.startup .info{height:72px;position:relative;width:72px}.startup .please-configure-the-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:47px;position:relative}.startup .please-configure-the{color:#272525;font-family:Raleway-Medium,Helvetica;font-size:18px;font-weight:500;letter-spacing:0;line-height:30px;margin-top:-1px;position:relative;width:466px}.startup .frameinfo{flex-direction:column;gap:32px;justify-content:center;padding:24px}.startup .divinfo,.startup .frameinfo{align-items:center;display:inline-flex;position:relative}.startup .divinfo{flex:0 0 auto;flex-direction:column;gap:24px}.startup .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.startup .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.startup .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.startup .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.startup .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.startup .material-symbols{height:20px;position:relative;width:20px}.startup .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.startup .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.startup .text-wrapper-4,.startup .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.startup .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.startup .frame-22{align-items:center;align-self:stretch;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;padding:32px 56px;position:relative;width:100%}.startup .frame-settings-alert{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px 0 #0000000f;display:flex;justify-content:center;padding:70px 80px}.startup .frame-23{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.startup .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.startup .frame-1003-instance{flex:0 0 auto!important}.startup .frame-24{background-color:#d02b2f33!important}.startup .frame-25{background-color:#d02b2f!important}.startup .frame-26{color:#d02b2f!important}.startup .line{height:1px;object-fit:cover;position:relative;width:928px}.startup .frame-27{align-items:flex-end;gap:32px}.startup .frame-27,.startup .frame-28{display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.startup .frame-28{align-items:flex-start;gap:16px}.startup .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.startup .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.startup .frame-30{flex:0 0 auto;flex-direction:column}.startup .frame-30,.startup .frame-31{align-items:flex-start;display:inline-flex;gap:24px;position:relative}.startup .frame-31{flex:0 0 auto}.startup .group-37146{position:relative!important}.startup .group-instance{left:13px!important;top:14px!important}.startup .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.startup .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.startup .group-3{top:14px!important}.startup .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.startup .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.startup .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popup-startup-auth{background:#fff;background:var(--surface,#fff);border-radius:8px;box-shadow:0 11px 15px 0 #00000029,0 9px 46px 0 #00000017,0 24px 38px 0 #0000001c;flex-direction:column;gap:24px;overflow:hidden;padding:40px 0 24px;width:480px}.popup-startup-auth,.popup-startup-auth .title{align-items:center;display:flex;position:relative}.popup-startup-auth .title{align-self:stretch;flex:0 0 auto;flex-direction:column;gap:4px;justify-content:center;padding:0 32px;width:100%}.popup-startup-auth .frame{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.popup-startup-auth .brightness-alert{height:24px;position:relative;width:24px}.popup-startup-auth .text-wrapper{color:var(--on-surface);font-family:var(--typo-heading-06-font-family);font-size:var(--typo-heading-06-font-size);font-style:var(--typo-heading-06-font-style);font-weight:var(--typo-heading-06-font-weight);letter-spacing:var(--typo-heading-06-letter-spacing);line-height:var(--typo-heading-06-line-height);position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popup-startup-auth .content{flex:0 0 auto;flex-direction:column;padding:0 32px 16px}.popup-startup-auth .content,.popup-startup-auth .div{align-items:flex-start;align-self:stretch;display:flex;gap:16px;position:relative;width:100%}.popup-startup-auth .div{flex:0 0 auto}.popup-startup-auth .checkbox-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:2px 0 0;position:relative}.popup-startup-auth .checkbox-instance{background-image:url(/static/media/fi-rr-checkbox-2.d337f6ac4f17a6c0e54e.svg)!important;height:14px!important;position:relative!important;width:14px!important}.popup-startup-auth .text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;flex-grow:1;gap:16px;padding:0 16px 0 0;position:relative}.popup-startup-auth .p{text-wrap:wrap;align-self:stretch;color:var(--on-surface-medium);font-family:var(--typo-para-01-font-family);font-size:var(--typo-para-01-font-size);font-style:var(--typo-para-01-font-style);font-weight:var(--typo-para-01-font-weight);letter-spacing:var(--typo-para-01-letter-spacing);line-height:var(--typo-para-01-line-height);margin-top:-1px;position:relative;width:100%}.popup-startup-auth .actions{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;gap:8px;padding:0 32px;position:relative;width:100%}.popup-startup-auth .secondary-action{align-items:flex-start;align-self:stretch;display:flex;flex:1 1;flex-direction:column;flex-grow:1;justify-content:center;position:relative}.popup-startup-auth .dialog-actions{align-items:flex-end;align-self:stretch;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:flex-end;position:relative}.popup-startup-auth .button-primary{all:unset;align-items:center;border:1px solid #4a3aff;border-radius:18px;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;overflow:hidden;padding:8px 16px;position:relative}.popup-startup-auth .label{color:#4a3aff;font-family:var(--typo-link-font-family);font-size:var(--typo-link-font-size);font-style:var(--typo-link-font-style);font-weight:var(--typo-link-font-weight);letter-spacing:var(--typo-link-letter-spacing);line-height:var(--typo-link-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popup-startup-auth .button{all:unset;align-items:center;background-color:#4a3aff;border-radius:18px;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;overflow:hidden;padding:8px 16px;position:relative}.popup-startup-auth .button.disabled{opacity:.5}.popup-startup-auth .label-2{color:#fff;font-family:var(--typo-link-font-family);font-size:var(--typo-link-font-size);font-style:var(--typo-link-font-style);font-weight:var(--typo-link-font-weight);letter-spacing:var(--typo-link-letter-spacing);line-height:var(--typo-link-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame{align-items:center;gap:10px;justify-content:center;padding:10px 0}.frame .image{height:47px;position:relative;width:204px}.notification-warning{height:31px;width:31px}.notification-warning .overlap-group{background-color:var(--red);border:1px solid;border-color:var(--background);border-radius:19.5px;height:8px;left:-2px;position:relative;top:18px;width:8px}.notification-warning .text-wrapper{color:var(--white);font-family:var(--body-1-nunito-sans-bold-font-family);font-size:var(--body-1-nunito-sans-bold-font-size);font-style:var(--body-1-nunito-sans-bold-font-style);font-weight:var(--body-1-nunito-sans-bold-font-weight);left:14px;letter-spacing:var(--body-1-nunito-sans-bold-letter-spacing);line-height:var(--body-1-nunito-sans-bold-line-height);position:absolute;top:5px}.header{align-items:flex-start;background-color:#fff;box-shadow:0 4px 32px #0000000d;gap:165px;padding:8px 24px;width:100%}.header,.header .div{display:flex;position:relative}.header .div{align-items:center;flex:1 1;flex-grow:1;gap:32px}.header .frame-2{align-items:center;display:inline-flex;flex:0 0 auto;gap:49px;position:relative}.header .frame-1{flex:0 0 auto!important}.header .menu{height:32px;position:relative;width:32px}.header .frame-3{align-items:flex-start;flex:0 0 auto;flex-direction:column;justify-content:center}.header .frame-3,.header .frame-4{display:inline-flex;position:relative}.header .frame-4{align-items:center;flex:0 0 auto;gap:10px}.header .text-wrapper-2{color:#000;font-size:21px;font-weight:500}.header .p,.header .text-wrapper-2{font-family:Raleway,Helvetica;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header .p{color:#717171;font-size:14px;font-weight:400;white-space:nowrap}.header .frame-5{align-items:flex-end;display:inline-flex;flex:0 0 auto;gap:32px;position:relative}.header .schedule{height:48px;position:relative;width:24px}.header .overlap{height:52px;position:relative}.header .element-bell{height:24px;left:0;position:absolute;top:20px;width:26px}.header .notification-warning-instance{left:16px!important;position:absolute!important;top:0!important}.header .frame-6{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.header .ellipse{height:48px;position:relative;width:48px}.header .icon-chevron-down{height:10.13px;position:relative;width:18px}.frame-wrapper .text-wrapper{color:#151d48;color:var(--greysblue-grey900,#151d48);font-size:14px;font-weight:500;letter-spacing:0;line-height:21px;margin-top:-1px}.frame-wrapper .text-wrapper,.frame-wrapper .text-wrapper-2{font-family:Raleway;font-style:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame-wrapper .text-wrapper-2{color:#a1a6c1;font-size:10px;font-weight:400;line-height:12px}.text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.yes-BTN{align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:8px 32px;position:relative}.frame-model .button-text-logout{color:var(--neutral-100);cursor:pointer;font-family:DM Sans-Bold,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.subitem{align-items:center;display:flex;gap:10px;height:40px;padding:0 10px 0 35px;position:relative;width:264px}.subitem .home-2{color:#1e1e1e;font-family:Poppins,Helvetica;font-size:14px;letter-spacing:0;line-height:30px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.subitem.variant-2,.subitem.variant-3{background-color:#1862ff33;border-radius:8px}.subitem.frame-966 .home-2{font-weight:400}.subitem.variant-2 .home-2,.subitem.variant-3 .home-2{font-weight:500}.home{background-color:#4a3aff;border-bottom:1px solid;border-color:#4a3aff1a;border-radius:8px;height:44px;overflow:hidden;width:264px}.home .frame-7{align-items:flex-start;display:inline-flex;flex-direction:column;gap:4px;height:44px;position:relative}.home .frame-8{gap:8px;height:44px;padding:10px 8px;width:264px}.home .frame-8,.home .frame-9{align-items:center;display:flex;position:relative}.home .frame-9{flex:1 1;flex-grow:1;gap:4px;margin-bottom:-4px;margin-top:-4px}.home .frame-10{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;padding:4px;position:relative}.home .fi-rr-graduation-cap{height:24px!important;position:relative!important;width:24px!important}.home .event-overview-wrapper{align-items:center;display:flex;flex:1 1;flex-grow:1;gap:10px;padding:1px 4px;position:relative}.home .event-overview-2{color:#fff;font-family:Raleway;font-size:14px;letter-spacing:0;line-height:22px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .element-wrapper{align-items:center;background-color:var(--colorslight-blue50);border:1px solid #0094ff;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;overflow:hidden;padding:4px 8px;position:relative}.home .element{color:#0094ff;font-family:Open Sans,Helvetica;font-size:13px;font-weight:400;letter-spacing:0;line-height:16px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .dd-items{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;justify-content:center;margin-bottom:-124px;padding:0 28px;position:relative;width:264px}.home .subitem-instance{display:inline-flex!important;height:30px!important;padding:0 10px 0 0!important;width:auto!important}.home .design-component-instance-node{color:#374957!important;margin-top:-1px!important}.left-nav{background-color:#fff;box-shadow:10px 0 15px #0000001a;height:939px;width:280px}.left-nav .overlap-group-2{background-size:100% 100%;height:100%;left:auto!important;position:relative;top:-12px;width:304px}.left-nav .frame-11{align-items:center;display:flex;flex-direction:column;gap:4px;left:8px;padding:24px 0 0;position:relative;top:12px;width:280px}.left-nav .home-3,.left-nav .home-instance{position:relative!important}.left-nav .home-3{background-color:initial!important}.left-nav .home-4{color:#4a3aff!important}.label .event-ID{color:#170f49;font-family:DM Sans-Medium,Helvetica;font-size:18px;font-weight:500;left:0;letter-spacing:0;line-height:20px;white-space:nowrap}.tab{width:100%}.select-template-settings{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.select-template-settings .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.select-template-settings .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.select-template-settings .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.select-template-settings .header-instance{left:0!important;position:absolute!important;top:0!important}.select-template-settings .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.select-template-settings .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.select-template-settings .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.select-template-settings .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.select-template-settings .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.select-template-settings .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.select-template-settings .material-symbols{height:20px;position:relative;width:20px}.select-template-settings .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.select-template-settings .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.select-template-settings .text-wrapper-4,.select-template-settings .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.select-template-settings .frame-22{align-items:flex-start;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:24px;padding:24px 16px}.select-template-settings .frame-23{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.select-template-settings .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.select-template-settings .frame-24{flex:0 0 auto!important}.select-template-settings .frame-1003-instance{color:#d02b2f!important}.select-template-settings .frame-25{background-color:#d02b2f33!important}.select-template-settings .line{height:1px;object-fit:cover;position:relative;width:928px}.select-template-settings .frame-26{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.select-template-settings .frame-27{gap:8px}.select-template-settings .frame-27,.select-template-settings .frame-28{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.select-template-settings .frame-28{border-radius:8px;gap:10px;padding:8px 0}.select-template-settings .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.select-template-settings .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .frame-30{gap:117px}.select-template-settings .frame-30,.select-template-settings .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.select-template-settings .frame-31{flex-direction:column;gap:16px}.select-template-settings .frame-32{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:100%}.select-template-settings .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.select-template-settings .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.select-template-settings .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.select-template-settings .group-37146{position:relative!important}.select-template-settings .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.select-template-settings .button-text-wrapper{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.select-template-settings .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.select-template-settings .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:184px;position:relative;width:358px}.select-template-settings .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.select-template-settings .overlap-group-3{height:53px;position:relative}.select-template-settings .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.select-template-settings .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.select-template-settings .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.select-template-settings .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.select-template-settings .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.select-template-settings .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.select-template-settings .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.select-template-settings .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.select-template-settings .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template-settings .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.select-template-settings .left-nav-3{left:auto!important}.select-gradreel-type{width:100%}.select-gradreel-type .frame-select-gradreel{align-items:flex-start;display:flex;flex-direction:column;position:relative;width:408px}.select-gradreel-type .frame-select-gradreel2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:16px;position:relative}.select-gradreel-type .frame-select-gradreelheader{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative}.select-gradreel-type .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-gradreel-type .frame-select-gradreelbuttons{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.select-gradreel-type .frame-select-gradreelbuttons2{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.select-gradreel-type .standard-custom-gradreel{margin-right:-71px!important}.select-gradreel-type .frame-27{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.select-gradreel-type .primary-BTN{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.select-gradreel-type .button-text{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-gradreel-type .button-text-wrapper{align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.select-gradreel-type .button-text-2{color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-gradreel-type .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.select-gradreel-type .left-nav-2{background-image:url(/static/media/rectangle-60-1.305b9ef4cfcf8c8f3b1a.svg)!important;height:951px!important;left:auto!important;width:296px!important}.select-gradreel-type .left-nav-3{left:auto!important}.standard-btn{align-items:center;border:1px solid #4a3aff;border-radius:4px;box-shadow:0 2px 6px #13124212;cursor:pointer;display:flex;gap:10px;justify-content:center;padding:8px 16px;position:relative;width:180px}.standard-btn .standard-gradreel{color:#4a3aff;font-family:Raleway,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.standard-btn.default{background-color:#fff}.standard-btn.variant-3{background-color:#3422fd}.standard-btn.variant-4{background-color:#fff}.standard-btn:hover{background-color:#4a3aff}.standard-btn:hover .standard-gradreel{color:#fff;font-weight:600}.standard-btn:active{background-color:#4a3aff}.standard-btn:active .standard-gradreel{color:#fff;font-weight:600}.standard-btn.selected{background-color:#4a3aff}.standard-btn.selected .standard-gradreel{color:#fff;font-weight:600}.standard-custom{position:relative;width:479px}.standard-custom .frame-1023{justify-content:flex-end!important;left:0!important;padding:0 0 0 6px!important;position:absolute!important;top:0!important}.standard-custom .class-14{background-image:url(/static/media/fi-rr-checkbox-1.734289a69cf589728692.svg)!important}.standard-custom .class-14,.standard-custom .class-15{height:16px!important;position:relative!important;width:16px!important}.standard-custom .class-15{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important}.standard-custom .frame-instance{cursor:pointer;padding:8px 0!important}.standard-custom .frame-9{align-items:flex-start;display:inline-flex;flex-direction:column;gap:8px;left:0;position:absolute;top:40px}.standard-custom .frame-10{flex:0 0 auto;flex-direction:column;gap:8px}.standard-custom .frame-10,.standard-custom .frame-11{align-items:flex-start;display:inline-flex;position:relative}.standard-custom .frame-11{flex:0 0 auto;gap:10px;padding:0 8px}.standard-custom .a-standard-gradreel{color:#434343;margin-top:-1px;position:relative;width:450px}.standard-custom .span{color:#434343;font-family:Raleway,Helvetica;font-size:12px;font-weight:400;letter-spacing:0;line-height:21px}.standard-custom .text-wrapper-4{font-weight:700}.standard-custom .table-cells{align-items:center;display:inline-flex;gap:8px;height:64px;padding:0 8px;position:relative}.standard-custom .thumb-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.standard-custom .thumb{height:48px;position:relative;width:86.4px}.standard-custom .overlap-group-wrapper{height:48px;width:86px}.standard-custom .overlap-group{cursor:pointer;height:48px;position:relative}.standard-custom .microsoftteams-image-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;height:48px;justify-content:center;left:0;position:absolute;top:0;width:86px}.standard-custom .microsoftteams-image{align-self:stretch;flex:1 1;flex-grow:1;object-fit:cover;position:relative;width:100%}.standard-custom .play-button-wrapper{height:18px;left:34px;position:absolute;top:15px;width:18px}.standard-custom .play-button{height:13px;left:4px;position:absolute;top:3px;width:11px}.standard-custom .a-custom-gradreel,.standard-custom .don-t-worry-if-you{color:#434343;margin-top:-1px;position:relative;width:463px}.standard-custom .don-t-worry-if-you{font-family:var(--typo-para-01-font-family);font-size:var(--typo-para-01-font-size);font-style:var(--typo-para-01-font-style);font-weight:var(--typo-para-01-font-weight);letter-spacing:var(--typo-para-01-letter-spacing);line-height:var(--typo-para-01-line-height)}.standard-custom.property-1-default{height:40px;margin:5px 0 0 5px;overflow:hidden}.standard-custom.property-1-variant-2{height:344px;margin:5px 0 0 5px}.standard-custom.property-1-default .a-standard-gradreel{font-family:Raleway,Helvetica;font-size:12px;font-weight:400;letter-spacing:0;line-height:21px}.standard-custom.property-1-variant-2 .a-standard-gradreel{font-family:var(--typo-para-01-font-family);font-size:var(--typo-para-01-font-size);font-style:var(--typo-para-01-font-style);font-weight:var(--typo-para-01-font-weight);letter-spacing:var(--typo-para-01-letter-spacing);line-height:var(--typo-para-01-line-height)}.standard-custom.property-1-default .a-custom-gradreel{font-family:Raleway,Helvetica;font-size:12px;font-weight:400;letter-spacing:0;line-height:21px}.standard-custom.property-1-variant-2 .a-custom-gradreel{font-family:var(--typo-para-01-font-family);font-size:var(--typo-para-01-font-size);font-style:var(--typo-para-01-font-style);font-weight:var(--typo-para-01-font-weight);letter-spacing:var(--typo-para-01-letter-spacing);line-height:var(--typo-para-01-line-height)}.video-modal{background:#000c;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.video-player-container{align-items:center;display:flex;justify-content:center;padding:100px;position:relative}.close-button{background:none;border:none;color:#666;cursor:pointer;font-size:32px;padding:0;position:absolute;right:200px;top:80px}.close-button:hover{color:#999}.video-player{width:60%}.frame-wrapper-template{align-items:center;border-radius:8px;display:inline-flex;gap:10px;position:relative}.frame-wrapper-template .frame-8{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.frame-wrapper-template .i-authorise{color:#1c1b1f;font-family:Poppins,Helvetica;font-size:var(--typo-overline-font-size);font-style:var(--typo-overline-font-style);font-weight:var(--typo-overline-font-weight);letter-spacing:var(--typo-overline-letter-spacing);line-height:var(--typo-overline-line-height);position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.checkbox{height:24px;width:24px}.checkbox.fi-rr-checkbox{background-image:url(/static/media/fi-rr-checkbox-3.7c509dd6451a097ab4f0.svg)}.checkbox.fi-sr-checkbox{background-image:url(/static/media/fi-sr-checkbox-3.2d49b495d91e8b68f570.svg)}.checkbox.fi-sr-info{background-image:url(/static/media/fi-sr-info.dab7cbdf863a2f45450f.svg)}.media-details-settings{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;min-height:1280px;width:100%}.media-details-settings .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.media-details-settings .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:1440px}.media-details-settings .header-instance{left:0!important;position:absolute!important;top:0!important}.media-details-settings .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.media-details-settings .left-nav-3{left:auto!important}.media-details-settings .frame-29{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.media-details-settings .frame-30{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.media-details-settings .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.media-details-settings .frame-31{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.media-details-settings .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.media-details-settings .text-wrapper-7{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.media-details-settings .div-2{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.media-details-settings .material-symbols{height:20px;position:relative;width:20px}.media-details-settings .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.media-details-settings .text-wrapper-8{color:#c4c4c4;font-family:Poppins,Helvetica}.media-details-settings .text-wrapper-8,.media-details-settings .text-wrapper-9{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details-settings .text-wrapper-9{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.media-details-settings .frame-32{align-items:center;align-self:stretch;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 16px #080f340f;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;min-height:100%;padding:24px 16px;position:relative;width:100%}.media-details-settings .design-component-instance-node-2{flex:0 0 auto!important}.media-details-settings .frame-33{gap:32px;min-height:100%;width:100%}.media-details-settings .frame-33,.media-details-settings .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.media-details-settings .frame-34{gap:10px}.media-details-settings .text-wrapper-6{font-size:var(--headings-typography-size-3-font-size)}.media-details-settings .frame-35{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.media-details-settings .text-wrapper-10{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details-settings .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.media-details-settings .group-3{position:relative!important}.media-details-settings .group-4{font-family:DMSans-Regular,Helvetica;font-size:18px;font-weight:600;line-height:20px;white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.media-details-settings .isolation-mode{height:24px;left:437px;position:absolute;top:40px;width:20px}.media-details-settings .icon-instance-node{height:24px!important;position:relative!important;width:24px!important}.media-details-settings .audio-clip-section-instance{height:16px!important;position:relative!important;width:16px!important}.media-details-settings .frame-37{align-items:flex-start;display:inline-flex;flex-direction:column;gap:32px;height:100%;overflow:hidden;position:relative}.media-details-settings .frame-38{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:16px;position:relative}.media-details-settings .frame-1026{background-image:url(/static/media/fi-rr-checkbox-9.68d8849a6a530f95bdd9.svg)!important;position:relative!important}.media-details-settings .frame-39{align-items:flex-start}.media-details-settings .frame-39,.media-details-settings .frame-40{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.media-details-settings .frame-40{align-items:center}.media-details-settings .frame-41{align-items:flex-start;display:flex;flex:0 0 auto;gap:80px;position:relative;width:864px}.media-details-settings .frame-42{align-items:flex-end}.media-details-settings .frame-42,.media-details-settings .frame-43{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.media-details-settings .frame-43{align-items:flex-start;opacity:.5}.media-details-settings .frame-44{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.media-details-settings .group-5{color:#c8c8c8!important}.media-details-settings .group-6{height:10px!important;left:1px!important;top:3px!important;width:14px!important}.media-details-settings .design-component-instance-node-3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEfSURBVHgB7ZdREYMwDIbTKkACDiZhm4QpYBIYBgAFQwIOZgEJm4KBgqEA9odLWY7bI4WX/i8pTY58zfWhvyGlNE1PCIkxhmNM66odx7FBLKuqat2mcYssy3IUFLSBuA8gyhngT/NOaFcRJhohHEhN1UEYjD1GwVv2eyQuSDTkQeh1Ra87lpFAnC1ioahuvpqz8O+aD6i2Eguio3y0XECeJQfseM2XnScQS+5FG0ndr9iqzQ/tIEs7KwAEgAAQAAJAAAgAAWAvgEgDzA9E2kjodZBla/UDUayZV7E3IHkIA6ThCdT0I3tIga/mJzEmk4ZhKJ01KzCJXNWykXwi9rSSloYX/2eTWmhzuoTwJtd8AtMJ8YmcONL69twZ3lrbvy98H4jKGAt+TwAAAABJRU5ErkJggg==)!important;height:16px!important;position:relative!important;width:16px!important}.media-details-settings .group-7{color:#6e6b8f80!important}.media-details-settings .group-8{height:108px;position:relative;width:420px}.media-details-settings .frame-45{align-items:flex-start;display:inline-flex;flex-direction:column;gap:8px;position:relative;top:4px}.media-details-settings .frame-46{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.media-details-settings .p{color:#0000;font-family:DM Sans,Helvetica;font-size:18px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details-settings .span{color:#170f49;font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height)}.media-details-settings .text-wrapper-11{color:#9c9c9c;font-size:12px}.media-details-settings .frame-47{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.media-details-settings .frame-48{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.media-details-settings .element-wrapper{align-items:center;display:flex;gap:10px;position:relative;width:362px}.media-details-settings .element{color:var(--neutral-600);font-family:var(--other-18-20-r-font-family);font-size:var(--other-18-20-r-font-size);font-style:var(--other-18-20-r-font-style);font-weight:var(--other-18-20-r-font-weight);letter-spacing:var(--other-18-20-r-letter-spacing);line-height:var(--other-18-20-r-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details-settings .frame-1027-instance{flex:0 0 auto!important;padding:0 0 0 6px!important}.media-details-settings .frame-49{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.media-details-settings .button-text-wrapper{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.media-details-settings .button{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details-settings .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.media-details-settings .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details-settings .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.media-details-settings .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.media-details-settings .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#streamingprovider,#streamingurl{padding:10px}.checkbox-label2{font-size:var(--typo-overline-font-size)}.property-default-wrapper-music .element{color:var(--neutral-600);font-family:var(--other-18-20-r-font-family);font-size:var(--other-18-20-r-font-size);font-style:var(--other-18-20-r-font-style);font-weight:var(--other-18-20-r-font-weight);letter-spacing:var(--other-18-20-r-letter-spacing);line-height:var(--other-18-20-r-line-height);margin-top:-1px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:70%}.property-default-wrapper-music .element-wrapper{align-items:center;display:flex;gap:10px;position:relative;width:550px}.property-default-wrapper-music{width:420px}.property-default-wrapper-music .frame-15{align-items:flex-start;display:inline-flex;flex-direction:column;gap:8px;position:relative}.property-default-wrapper-music .event-ID-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.property-default-wrapper-music .event-ID{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height);margin-top:-1px;position:relative;width:69.93px}.property-default-wrapper-music .frame-16{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.property-default-wrapper-music .frame-17{display:inline-flex;flex:0 0 auto;position:relative}.property-default-wrapper-music .frame-18{align-items:center;display:flex;gap:10px;position:relative;width:362px}.property-default-wrapper-music .text-wrapper-4{color:var(--neutral-600);font-family:Raleway,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.property-default-wrapper-music .frame-19{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px 8px 0 0;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.property-default-wrapper-music .frame-20{align-items:flex-start;background-color:#fff;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-radius:0 0 8px 8px;border-right:1px solid #f2f2f2;border-top-color:#f2f2f2;display:inline-flex;flex:0 0 auto;flex-direction:column;overflow:hidden;position:relative}.property-default-wrapper-music .frame-21{align-items:center;border-bottom:1px solid;border-color:#eff0f6;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.property-default-wrapper-music .instance-node{height:16px!important;position:relative!important;width:16px!important}.property-default-wrapper-music .frame-22{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.property-default-wrapper-music .text-wrapper-5{color:var(--neutral-600);font-family:Raleway,Helvetica;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.property-default-wrapper-music .frame-1027{flex:0 0 auto!important;padding:0 0 0 6px!important}.property-default-wrapper-music.property-1-0-default,.property-default-wrapper-music.property-1-0-variant-3{height:108px}.property-default-wrapper-music.property-1-0-variant-2{height:332px}.property-default-wrapper-music.property-1-0-default .frame-15,.property-default-wrapper-music.property-1-0-variant-3 .frame-15{top:4px}.property-default-wrapper-music.property-1-0-variant-2 .frame-15{top:12px}.property-default-wrapper-music.property-1-0-default .frame-17{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;cursor:pointer;gap:10px;padding:15px}.property-default-wrapper-music.property-1-0-variant-3 .frame-17{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;gap:10px;padding:16px}.property-default-wrapper-music.property-1-0-variant-2 .frame-17{align-items:flex-start;flex-direction:column}.expand{height:16px;position:relative;width:16px}.expand .polygon{height:7px;left:3px;position:absolute;top:-1px;width:10px}.frame-wrapper3{border-radius:8px;gap:10px}.frame-wrapper3,.frame-wrapper3 .frame-14{align-items:center;display:inline-flex;position:relative}.frame-wrapper3 .frame-14{flex:0 0 auto;gap:4px}.frame-wrapper3 .i-authorise{color:#1c1b1f;font-family:var(--typo-overline-font-family);font-size:var(--typo-overline-font-size);font-style:var(--typo-overline-font-style);font-weight:var(--typo-overline-font-weight);letter-spacing:var(--typo-overline-letter-spacing);line-height:var(--typo-overline-line-height);position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.radio-option{align-items:flex-start;display:inline-flex;gap:16px;position:relative}.radio-option .item{height:22px;margin-right:-2px;position:relative;width:104px}.radio-option .upload-media{color:#717579;font-family:var(--h6-nunito-sans-semibold-font-family);font-size:var(--h6-nunito-sans-semibold-font-size);font-style:var(--h6-nunito-sans-semibold-font-style);font-weight:var(--h6-nunito-sans-semibold-font-weight);left:0;letter-spacing:var(--h6-nunito-sans-semibold-letter-spacing);line-height:var(--h6-nunito-sans-semibold-line-height);position:absolute;top:0}.radio-option .radio-buttons{height:24px!important;position:relative!important;width:24px!important}.radio-btn-music-clip{align-items:flex-start;display:inline-flex;position:relative}.radio-btn-music-clip .radio-option-instance{cursor:pointer;flex:0 0 auto!important}.radio-btn-music-clip .radio-buttons-4{height:24px!important;position:relative!important;width:24px!important}.audio-clip-section{flex-direction:column}.audio-clip-section,.audio-clip-section .frame-23{align-items:flex-start;display:inline-flex;position:relative}.audio-clip-section .frame-23{flex:0 0 auto;flex-direction:column}.audio-clip-section .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.audio-clip-section .frame-24{flex:0 0 auto;flex-direction:column;gap:7px}.audio-clip-section .frame-24,.audio-clip-section .frame-25{align-items:flex-start;display:inline-flex;position:relative}.audio-clip-section .frame-25{flex:0 0 auto;gap:32px}.audio-clip-section .radio-btn-music-clip-instance{flex:0 0 auto!important}.audio-clip-section .radio-btn-music-clip-2,.audio-clip-section .radio-btn-music-clip-3{width:140px!important}.audio-clip-section .group-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.audio-clip-section .dropdown-instance{position:relative!important}.audio-clip-section .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.audio-clip-section .frame-instance{flex:0 0 auto!important;padding:0 0 0 6px!important}.audio-clip-section .radio-buttons-2{height:24px!important;position:relative!important;width:24px!important}.audio-clip-section .frame-27{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.audio-clip-section .audio-clip{height:64px!important;position:relative!important;width:221.44px!important}.audio-clip-section.property-1-3-default{gap:32px}.audio-clip-section.property-1-3-default .frame-23,.audio-clip-section.property-1-3-variant-2{gap:16px}.audio-clip-section.property-1-3-variant-2 .frame-23{gap:7px}.audio-clip-container{display:flex;justify-content:center}.frame-26{align-items:center;display:flex;margin-right:30px}.create-intro-clip-settings{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.create-intro-clip-settings .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.create-intro-clip-settings .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.create-intro-clip-settings .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.create-intro-clip-settings .header-instance{left:0!important;position:absolute!important;top:0!important}.create-intro-clip-settings .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.create-intro-clip-settings .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.create-intro-clip-settings .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.create-intro-clip-settings .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.create-intro-clip-settings .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-intro-clip-settings .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.create-intro-clip-settings .material-symbols{height:20px;position:relative;width:20px}.create-intro-clip-settings .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.create-intro-clip-settings .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.create-intro-clip-settings .text-wrapper-4,.create-intro-clip-settings .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.create-intro-clip-settings .frame-22{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 16px #080f340f;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;padding:24px 16px;position:relative;width:100%}.create-intro-clip-settings .frame-23{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.create-intro-clip-settings .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.create-intro-clip-settings .frame-24{flex:0 0 auto!important}.create-intro-clip-settings .frame-1003-instance{color:#d02b2f!important}.create-intro-clip-settings .frame-25{background-color:#d02b2f33!important}.create-intro-clip-settings .line{height:1px;object-fit:cover;position:relative;width:928px}.create-intro-clip-settings .frame-26{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.create-intro-clip-settings .frame-27{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.create-intro-clip-settings .frame-28{align-items:flex-start;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 0;position:relative}.create-intro-clip-settings .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.create-intro-clip-settings .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .frame-30{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:117px;position:relative}.create-intro-clip-settings .frame-31{display:inline-flex;gap:16px}.create-intro-clip-settings .frame-31,.create-intro-clip-settings .frame-32{align-items:flex-start;flex:0 0 auto;flex-direction:column;position:relative}.create-intro-clip-settings .frame-32{align-self:stretch;display:flex;gap:7px;width:100%}.create-intro-clip-settings .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.create-intro-clip-settings .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.create-intro-clip-settings .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.create-intro-clip-settings .group-37146{position:relative!important}.create-intro-clip-settings .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.create-intro-clip-settings .button-text-wrapper{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.create-intro-clip-settings .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.create-intro-clip-settings .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:203px;position:relative;width:358px}.create-intro-clip-settings .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.create-intro-clip-settings .overlap-group-3{height:53px;position:relative}.create-intro-clip-settings .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.create-intro-clip-settings .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.create-intro-clip-settings .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.create-intro-clip-settings .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.create-intro-clip-settings .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.create-intro-clip-settings .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-intro-clip-settings .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-intro-clip-settings .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.create-intro-clip-settings .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-settings .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.create-intro-clip-settings .left-nav-3{left:auto!important}.frame-1026{border-radius:8px}.frame-1026,.frame-1026 .frame-13{align-items:center;display:inline-flex;gap:10px;position:relative}.frame-1026 .frame-13{flex:0 0 auto;justify-content:center}.frame-1026 .if-you-don-t-have-a{color:#000;font-family:DM Sans,Helvetica;font-size:11px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame-1026 .primary-BTN{all:unset;align-items:center;background-color:red;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.frame-1026 .primary-BTN.disabled{background-color:#d96868;cursor:not-allowed;opacity:.5}.frame-1026 .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.checkboxtext3{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.frame-instance3{height:16px;width:16px}.group .frame-10{flex-direction:column;gap:8px}.group .frame-10,.group .frame-11{align-items:flex-start;display:inline-flex;position:relative}.group .frame-11{flex:0 0 auto;flex-direction:column;gap:4px}.group .frame-12{background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;cursor:pointer;display:inline-flex;flex:0 0 auto;padding:16px}.group .element-wrapper,.group .frame-12{align-items:center;gap:10px;position:relative}.group .element-wrapper{display:flex;width:362px}.group .element{color:var(--neutral-600);font-family:var(--other-18-20-r-font-family);font-size:var(--other-18-20-r-font-size);font-style:var(--other-18-20-r-font-style);font-weight:var(--other-18-20-r-font-weight);letter-spacing:var(--other-18-20-r-letter-spacing);line-height:var(--other-18-20-r-line-height);margin-top:-1px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button-text-wrapper.active{cursor:pointer;opacity:1!important}.upload-video .button.active{cursor:pointer}.frame-uploadimg{flex:0 0 auto!important;padding:0!important}.frame-1027,.frame-uploadimg{align-items:center;border-radius:8px;display:inline-flex;gap:10px;position:relative}.frame-1027 .frame-18{display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.frame-1027 .checkbox{background-size:100% 100%;cursor:pointer;height:16px;position:relative;width:16px}.frame-1027 .i-authorise{color:#374957;font-family:DM Sans,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:18px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;min-height:1280px;width:100%}.ind-introclip-season .div-3{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.ind-introclip-season .div-10{display:inline-flex;flex-direction:column}.ind-introclip-season .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.ind-introclip-season .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.ind-introclip-season .header-instance{left:0!important;position:absolute!important;top:0!important}.ind-introclip-season .icon-instance-node{height:24px!important;position:absolute!important;right:0;width:24px!important}.ind-introclip-season .icon-instance-node-upload{height:24px!important;position:relative!important;width:24px!important}.ind-introclip-season .frame-12{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.ind-introclip-season .frame-13{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;left:0;overflow:hidden;position:relative;top:0;width:100%}.ind-introclip-season .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.ind-introclip-season .frame-14{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.ind-introclip-season .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.ind-introclip-season .text-wrapper-4{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.ind-introclip-season .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.ind-introclip-season .material-symbols{height:20px;position:relative;width:20px}.ind-introclip-season .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.ind-introclip-season .text-wrapper-5{color:#c4c4c4;font-family:Poppins,Helvetica}.ind-introclip-season .text-wrapper-5,.ind-introclip-season .text-wrapper-6{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .text-wrapper-6{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.ind-introclip-season .frame-15{align-items:center;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:10px;padding:24px 16px}.ind-introclip-season .design-component-instance-node-2{flex:0 0 auto!important}.ind-introclip-season .frame-16{width:100%}.ind-introclip-season .frame-17{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:64px;position:relative;width:95%}.ind-introclip-season .frame-18{align-items:center;display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.ind-introclip-season .frame-19{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;position:relative;width:100%}.ind-introclip-season .frame-20{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;flex-grow:1;position:relative}.ind-introclip-season .frame-21{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.ind-introclip-season .text-wrapper-7{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.ind-introclip-season .frame-22{left:5px}.ind-introclip-season .frame-22,.ind-introclip-season .frame-23{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.ind-introclip-season .component-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.ind-introclip-season .component-1{background-image:url(/static/media/vuesax-linear-teacher.c3501f310436f7d2758f.svg)!important}.ind-introclip-season .video-tutorial-how{color:#0000;font-family:Raleway,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .span{color:#282828}.ind-introclip-season .text-wrapper-8{color:#4a3aff;text-decoration:underline}.ind-introclip-season .group-2{background-image:none;background-position:50% 50%;background-size:cover;border-radius:20px;height:540px;position:relative;width:960px}.ind-introclip-season .overlap-group-wrapper{height:444px;left:34px;position:absolute;top:26px;width:385px}.ind-introclip-season .group-3{background-image:none;background-size:100% 100%;border:10px double;height:425px;left:30px;position:absolute;text-align:center;top:55px;width:425px}.ind-introclip-season .frame-24{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:73px;opacity:.5;position:relative;top:160px}.ind-introclip-season .text-wrapper-9{color:#717171;font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .fi-rr-edit-12-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-20px;top:-20px}.ind-introclip-season .icon-instance-node-2{height:16px!important;position:relative!important;width:16px!important}.ind-introclip-season .frame-25{align-items:center;display:inline-flex;flex-direction:column;gap:15px;height:216px;left:500px;position:absolute;top:120px}.ind-introclip-season .frame-26{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.ind-introclip-season .frame-27{align-items:center;border:1px dashed #89939e;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:8px;position:relative}.ind-introclip-season .text-wrapper-10{background:none;border:none;color:#413e3e;font-family:HeadLineA-Regular;font-size:36px;font-weight:400;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .fi-rr-edit-14-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.ind-introclip-season .text-wrapper-11{background:none;border:none;font-family:Fraunces;font-size:42px;font-weight:700;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .fi-rr-edit-15-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.ind-introclip-season .overlap-2{height:80px;margin-top:60px;position:relative;width:370px}.ind-introclip-season .rectangle-2{border:1px dashed #89939e;height:64px;left:0;position:absolute;width:370px}.ind-introclip-season .frame-28{align-items:center;cursor:pointer;display:inline-flex;flex-direction:row;gap:24px;left:74px;overflow:hidden;position:absolute;top:5px}.ind-introclip-season .frame-28 img{max-height:100%;max-width:100%;object-fit:contain}.ind-introclip-season .group-4{height:55px;position:relative;width:57px}.ind-introclip-season .overlap-group-3{background-color:#6e6e6e;border-radius:27.5px;height:55px;position:relative;width:55px}.ind-introclip-season .text-wrapper-12{color:#fff;left:10px;position:absolute;top:6px}.ind-introclip-season .text-wrapper-12,.ind-introclip-season .text-wrapper-13{font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;text-align:center;white-space:nowrap}.ind-introclip-season .text-wrapper-13{color:#000;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .fi-rr-cloud-upload-wrapper{align-items:flex-start;background-color:#f5f5f5;display:inline-flex;gap:10px;left:352px;padding:10px;position:absolute;top:-20px}.ind-introclip-season .fi-rr-edit-11-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;padding:8px;position:absolute;right:0;top:-15px}.ind-introclip-season .template-empty{height:24px!important;left:0!important;position:absolute!important;top:-3px!important;width:24px!important}.ind-introclip-season .frame-29{align-items:flex-start;border:initial;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.ind-introclip-season .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.ind-introclip-season .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.ind-introclip-season .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.ind-introclip-season .button-text-wrapper{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.ind-introclip-season .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-introclip-season .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.ind-introclip-season .left-nav-3{align-items:center;display:flex;flex-direction:column;gap:4px;left:auto!important;left:8px;padding:24px 0 0;position:relative;top:12px;width:280px}.ind-introclip-season .plusIcon_Image{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:12px}.ind-introclip-season .plusIcon_Image,.ind-introclip-season .plusIcon_ImagePreview{border:1px solid #f0f0f0;border-radius:4px;gap:10px;height:64px;width:64px}.ind-introclip-season .delete-button{background:none;border:none;cursor:pointer;font-weight:700;position:absolute}.uploadContainer{background-color:#fff;display:flex;flex-direction:column;justify-content:center;width:100%}.uploadContainer .div-2{height:540px;overflow:hidden;position:relative;width:100%}.uploadContainer .CTA{all:unset;align-items:center;background-color:#4a3aff;border-radius:4px;box-sizing:border-box;display:flex;gap:10px;height:45px;justify-content:center;opacity:.5;padding:9px 14px;position:absolute;top:450px;width:100%}.uploadContainer .label{color:#fff;font-family:Mulish,Helvetica;font-size:14px;font-weight:700;letter-spacing:0;line-height:18px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.uploadContainer .heading-upload{align-items:flex-start;display:inline-flex;gap:10px;position:absolute;top:30px}.uploadContainer .text-wrapper{color:#0e0e0e;font-family:Mulish,Helvetica;font-size:22px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.uploadContainer .upload-file-area{background-color:#f8f7ff;border:1px dashed #4a3aff;border-radius:4px;cursor:pointer;height:375px;position:absolute;text-align:center;top:60px;width:100%}.uploadContainer .frame-2{align-items:center;display:inline-flex;flex-direction:column;gap:28px;position:relative;top:142px}.uploadContainer .upload-icon{height:59.89px;position:relative;width:68.78px}.uploadContainer .frame-3{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.uploadContainer .drag-drop-files{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:5px;position:relative}.uploadContainer .drag-drop-files-or{color:#0000;font-family:Mulish,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.uploadContainer .span{color:#0e0e0e}.uploadContainer .text-wrapper-2{color:#4a3aff;text-decoration:underline}.uploadContainer .frame-1027{flex:0 0 auto!important;padding:0 0 0 6px!important}.dialogConfig1 .MuiDialog-paper{height:540px;width:540px}.property-default{border:1px dashed #89939e;padding:8px 0}.property-default,.property-default .congratulations-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;position:relative}.property-default .congratulations-wrapper{flex:0 0 auto}.property-default .congratulations{background:none;border:none;color:#6e6e6e;font-family:Enriqueta;font-size:40px;font-weight:400;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.property-default .fi-rr-edit-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-22px;top:-22px}.property-default .fi-rr-edit{height:10px!important;position:relative!important;width:16px!important}.btn-save,.btn-save:active,.btn-save:focus,.btn-save:hover,.btn-save:visited{margin-right:10px}.btn-cancel,.btn-cancel:active,.btn-cancel:focus,.btn-cancel:hover,.btn-cancel:visited{margin-left:10px}.btn{border-color:#828282;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;height:43px}.btn-save,.btn-save:active,.btn-save:focus,.btn-save:hover,.btn-save:visited{background:#4a3aff!important;border-color:#4a3aff!important;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;height:43px;margin-bottom:10px;margin-left:10px;width:106px}.btn-cancel,.btn-cancel:active,.btn-cancel:focus,.btn-cancel:hover,.btn-cancel:visited{background:#fff!important;border-color:#4a3aff!important;border-radius:10px;color:#4a3aff;cursor:pointer;font-weight:700;height:43px;margin-bottom:10px;margin-right:10px;width:106px}.cropContainer{height:200px;position:relative;width:100%}@media (min-width:600px){.cropContainer{height:400px}}.cropButton{flex-shrink:0;margin-left:16px}.controls{align-items:stretch;display:flex;flex-direction:row}@media (min-width:600px){.controls{align-items:center;flex-direction:row}}.sliderContainer{align-items:center;display:flex;flex:1 1;padding:10px}.sliderLabel{min-width:65px}.slider{margin-left:32px;padding:22px 0}@media (min-width:600px){.slider{align-items:center;flex-direction:row;margin:0 16px}}.ind-studentclip-season{background-color:#f7f7fb;display:flex;flex-direction:row;height:1110px;justify-content:center;width:100%}.ind-studentclip-season .div-3{background-color:#f7f7fb;height:1280px;position:relative;width:100%}.ind-studentclip-season .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.ind-studentclip-season .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.ind-studentclip-season .header-instance{left:0!important;position:absolute!important;top:0!important}.ind-studentclip-season .icon-instance-node{height:24px!important;position:absolute!important;right:0;width:24px!important}.ind-studentclip-season .icon-instance-node-upload{height:24px!important;position:relative!important;width:24px!important}.ind-studentclip-season .frame-12{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.ind-studentclip-season .frame-13{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.ind-studentclip-season .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.ind-studentclip-season .frame-14{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.ind-studentclip-season .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.ind-studentclip-season .text-wrapper-4{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.ind-studentclip-season .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.ind-studentclip-season .material-symbols{height:20px;position:relative;width:20px}.ind-studentclip-season .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.ind-studentclip-season .text-wrapper-5{color:#c4c4c4;font-family:Poppins,Helvetica}.ind-studentclip-season .text-wrapper-5,.ind-studentclip-season .text-wrapper-6{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .text-wrapper-6{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.ind-studentclip-season .frame-15{align-items:flex-start;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:24px;padding:24px 16px}.ind-studentclip-season .frame-create-student-clip{width:100%}.ind-studentclip-season .design-component-instance-node-2{flex:0 0 auto!important}.ind-studentclip-season .frame-16{flex:0 0 auto;flex-direction:column;gap:32px;min-height:100%}.ind-studentclip-season .frame-16,.ind-studentclip-season .frame-17{align-items:flex-start;display:inline-flex;position:relative;width:100%}.ind-studentclip-season .frame-17{flex:0 0 auto;gap:64px}.ind-studentclip-season .frame-18{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.ind-studentclip-season .frame-19{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative;width:100%}.ind-studentclip-season .frame-20{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;flex-grow:1;left:6px;position:relative}.ind-studentclip-season .frame-studenttext{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative}.ind-studentclip-season .text-content{font-family:Poppins,Helvetica;font-size:10px;font-weight:400;letter-spacing:.02em;line-height:12px;text-align:left}.ind-studentclip-season .text-wrapper-7{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .frame-22{align-items:flex-start;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:24px;padding:24px 16px}.ind-studentclip-season .frame-23{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;margin:10px 0 10px 10px;position:relative}.ind-studentclip-season .component-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.ind-studentclip-season .component-1{background-image:url(/static/media/vuesax-linear-teacher.c3501f310436f7d2758f.svg)!important}.ind-studentclip-season .video-tutorial-how{color:#0000;font-family:Raleway,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .span{color:#282828}.ind-studentclip-season .text-wrapper-8{color:#4a3aff;cursor:pointer;text-decoration:underline}.ind-studentclip-season .group-2{background-image:none;background-position:50% 50%;background-size:cover;border-radius:20px;height:540px;position:relative;width:960px}.ind-studentclip-season .overlap-group-wrapper{height:444px;left:34px;position:absolute;top:26px;width:385px}.ind-studentclip-season .group-3{background-image:none;background-size:100% 100%;border-style:solid;border-width:10px;height:400px;left:35px;position:absolute;text-align:center;top:70px;width:400px}.ind-studentclip-season .frame-24{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;gap:10px;opacity:.5;position:relative;top:150px}.ind-studentclip-season .text-wrapper-9{color:#717171;font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:30px;position:relative;text-align:center;width:70%}.ind-studentclip-season .fi-rr-edit-12-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-20px;top:-20px}.ind-studentclip-season .icon-instance-node-2{height:16px!important;position:relative!important;width:16px!important}.ind-studentclip-season .frame-25{align-items:center;display:inline-flex;flex-direction:column;gap:12px;height:216px;left:460px;position:absolute;top:120px}.ind-studentclip-season .frame-26{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.ind-studentclip-season .frame-27{align-items:center;border:1px dashed #89939e;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:8px 0;position:relative}.ind-studentclip-season .text-wrapper-10{background:none;border:none;color:#413e3e;font-family:HeadLineA-Regular,Helvetica;font-size:36px;font-weight:400;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .fi-rr-edit-14-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.ind-studentclip-season .text-wrapper-11{background:none;border:none;font-family:Fraunces,Helvetica;font-size:33px;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .fi-rr-edit-15-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.ind-studentclip-season .overlap-2{height:80px;margin-top:45px;position:relative;width:370px}.ind-studentclip-season .rectangle-2{border:1px dashed #89939e;height:64px;left:0;position:absolute;top:16px;width:370px}.ind-studentclip-season .frame-28{align-items:center;cursor:pointer;display:inline-flex;flex-direction:row;gap:24px;left:74px;overflow:hidden;position:absolute;top:21px}.ind-studentclip-season .frame-28 img{max-height:100%;max-width:100%;object-fit:contain}.ind-studentclip-season .group-4{height:55px;position:relative;width:57px}.ind-studentclip-season .overlap-group-3{background-color:#6e6e6e;border-radius:27.5px;height:55px;position:relative;width:55px}.ind-studentclip-season .text-wrapper-12{color:#fff;left:10px;position:absolute;top:6px}.ind-studentclip-season .text-wrapper-12,.ind-studentclip-season .text-wrapper-13{font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;text-align:center;white-space:nowrap}.ind-studentclip-season .text-wrapper-13{color:#000;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .fi-rr-cloud-upload-wrapper{align-items:flex-start;background-color:#f5f5f5;display:inline-flex;gap:10px;left:352px;padding:10px;position:absolute;top:0}.ind-studentclip-season .fi-rr-edit-11-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;padding:8px;position:absolute;right:0;top:-15px}.ind-studentclip-season .template-empty{height:24px!important;left:0!important;position:absolute!important;top:-3px!important;width:24px!important}.ind-studentclip-season .frame-29{align-items:flex-start;border:initial;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.ind-studentclip-season .primary-BTN{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.ind-studentclip-season .button-text{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .button-text-wrapper{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.ind-studentclip-season .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.ind-studentclip-season .left-nav-3{align-items:center;display:flex;flex-direction:column;gap:4px;left:auto!important;left:8px;padding:24px 0 0;position:relative;top:12px;width:280px}.primary-BTN-8{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.button-text-7{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ind-studentclip-season .frame-95{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.text-student{align-items:center;display:flex;gap:5px;margin-left:5px}.button-text-save{color:#fff}.checkbox.fi-sr-info.class-2{background-image:url(/static/media/fi-sr-info.dab7cbdf863a2f45450f.svg);height:16px}.create-exit-clip-settings{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.create-exit-clip-settings .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.create-exit-clip-settings .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.create-exit-clip-settings .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.create-exit-clip-settings .header-instance{left:0!important;position:absolute!important;top:0!important}.create-exit-clip-settings .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.create-exit-clip-settings .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.create-exit-clip-settings .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.create-exit-clip-settings .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.create-exit-clip-settings .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-exit-clip-settings .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.create-exit-clip-settings .material-symbols{height:20px;position:relative;width:20px}.create-exit-clip-settings .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.create-exit-clip-settings .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.create-exit-clip-settings .text-wrapper-4,.create-exit-clip-settings .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.create-exit-clip-settings .frame-22{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 16px #080f340f;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;padding:24px 16px;position:relative;width:100%}.create-exit-clip-settings .frame-23{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.create-exit-clip-settings .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.create-exit-clip-settings .frame-24{flex:0 0 auto!important}.create-exit-clip-settings .frame-1003-instance{color:#d02b2f!important}.create-exit-clip-settings .frame-25{background-color:#d02b2f33!important}.create-exit-clip-settings .line{height:1px;object-fit:cover;position:relative;width:928px}.create-exit-clip-settings .frame-26{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.create-exit-clip-settings .frame-27{gap:8px}.create-exit-clip-settings .frame-27,.create-exit-clip-settings .frame-28{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.create-exit-clip-settings .frame-28{border-radius:8px;gap:10px;padding:8px 0}.create-exit-clip-settings .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.create-exit-clip-settings .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .frame-30{gap:117px}.create-exit-clip-settings .frame-30,.create-exit-clip-settings .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.create-exit-clip-settings .frame-31{flex-direction:column;gap:16px}.create-exit-clip-settings .frame-32{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:100%}.create-exit-clip-settings .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.create-exit-clip-settings .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.create-exit-clip-settings .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.create-exit-clip-settings .group-37146{position:relative!important}.create-exit-clip-settings .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.create-exit-clip-settings .button-text-wrapper{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.create-exit-clip-settings .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.create-exit-clip-settings .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:203px;position:relative;width:358px}.create-exit-clip-settings .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.create-exit-clip-settings .overlap-group-3{height:53px;position:relative}.create-exit-clip-settings .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.create-exit-clip-settings .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.create-exit-clip-settings .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.create-exit-clip-settings .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.create-exit-clip-settings .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.create-exit-clip-settings .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-exit-clip-settings .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-exit-clip-settings .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.create-exit-clip-settings .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-settings .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.create-exit-clip-settings .left-nav-3{left:auto!important}.create-exit-frame-settings{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;min-height:1280px;width:100%}.create-exit-frame-settings .div-3{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.create-exit-frame-settings .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.create-exit-frame-settings .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.create-exit-frame-settings .header-instance{left:0!important;position:absolute!important;top:0!important}.create-exit-frame-settings .icon-instance-node{height:24px!important;position:absolute!important;right:0;width:24px!important}.create-exit-frame-settings .icon-instance-node-upload{height:24px!important;position:relative!important;width:24px!important}.create-exit-frame-settings .frame-12{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.create-exit-frame-settings .frame-13{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;left:0;overflow:hidden;position:relative;top:0;width:100%}.create-exit-frame-settings .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.create-exit-frame-settings .frame-14{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.create-exit-frame-settings .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-exit-frame-settings .text-wrapper-4{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.create-exit-frame-settings .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.create-exit-frame-settings .material-symbols{height:20px;position:relative;width:20px}.create-exit-frame-settings .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.create-exit-frame-settings .text-wrapper-5{color:#c4c4c4;font-family:Poppins,Helvetica}.create-exit-frame-settings .text-wrapper-5,.create-exit-frame-settings .text-wrapper-6{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .text-wrapper-6{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.create-exit-frame-settings .frame-15{align-items:flex-start;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:24px;padding:24px 16px;position:relative}.create-exit-frame-settings .frame-16{align-items:center;display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.create-exit-frame-settings .design-component-instance-node-2{flex:0 0 auto!important}.create-exit-frame-settings .frame-161{align-items:center;background-color:#fff;border-radius:24px;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;padding:32px 56px;position:relative;width:100%}.create-exit-frame-settings .frame-17{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:64px;position:relative;width:95%}.create-exit-frame-settings .frame-18{align-items:flex-start;display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.create-exit-frame-settings .frame-19{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;position:relative;width:100%}.create-exit-frame-settings .frame-20{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;flex-grow:1;position:relative}.create-exit-frame-settings .frame-21{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-exit-frame-settings .text-wrapper-7{color:#282828;font-family:Raleway,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:35px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .frame-22{left:5px}.create-exit-frame-settings .frame-22,.create-exit-frame-settings .frame-23{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.create-exit-frame-settings .component-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.create-exit-frame-settings .component-1{background-image:url(/static/media/vuesax-linear-teacher.c3501f310436f7d2758f.svg)!important}.create-exit-frame-settings .video-tutorial-how{color:#0000;font-family:Raleway,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .span{color:#282828}.create-exit-frame-settings .text-wrapper-8{color:#4a3aff;text-decoration:underline}.create-exit-frame-settings .group-2{background-image:none;background-position:50% 50%;background-size:cover;border-radius:20px;height:468px;position:relative;width:100%}.create-exit-frame-settings .overlap-group-wrapper{height:444px;left:34px;position:absolute;top:26px;width:385px}.create-exit-frame-settings .group-3{background-image:none;background-size:100% 100%;border-style:solid;border-width:10px;height:414px;left:0;position:absolute;top:3px;width:100%}.create-exit-frame-settings .frame-241{align-items:center;display:inline-flex;flex-direction:column;height:73px;left:8px;opacity:.5;position:relative;top:170px}.create-exit-frame-settings .text-wrapper-9{color:#717171;font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .fi-rr-edit-12-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:center;left:360px;padding:8px;position:absolute;top:0}.create-exit-frame-settings .icon-instance-node-2{height:16px!important;position:relative!important;width:16px!important}.create-exit-frame-settings .frame-251{align-items:center;display:inline-flex;flex-direction:column;gap:20px;height:216px;left:611px;position:absolute;top:63px}.create-exit-frame-settings .frame-26{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.create-exit-frame-settings .frame-27{align-items:center;border-color:#89939e;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:8px 16px;position:relative}.create-exit-frame-settings .text-wrapper-101{color:#413e3e;font-family:HeadLineA-Regular;font-size:36px;font-weight:700;letter-spacing:0;line-height:44px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .fi-rr-edit-14-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.create-exit-frame-settings .text-wrapper-111{font-family:Fraunces;font-size:33px;letter-spacing:0;line-height:44px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .fi-rr-edit-15-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.create-exit-frame-settings .overlap-21{height:80px;left:630px;position:absolute;top:347px;width:388px}.create-exit-frame-settings .rectangle-2{border:1px dashed #89939e;height:64px;left:0;position:absolute;top:16px;width:370px}.create-exit-frame-settings .frame-28{align-items:center;display:inline-flex;flex-direction:row;gap:24px;left:74px;position:absolute;top:21px}.create-exit-frame-settings .group-4{height:55px;position:relative;width:57px}.create-exit-frame-settings .overlap-group-3{background-color:#6e6e6e;border-radius:27.5px;height:55px;position:relative;width:55px}.create-exit-frame-settings .text-wrapper-12{color:#fff;left:10px;position:absolute;top:6px}.create-exit-frame-settings .text-wrapper-12,.create-exit-frame-settings .text-wrapper-13{font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;text-align:center;white-space:nowrap}.create-exit-frame-settings .text-wrapper-13{color:#000;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .fi-rr-cloud-upload-wrapper{align-items:flex-start;background-color:#f5f5f5;display:inline-flex;gap:10px;left:352px;padding:10px;position:absolute;top:0}.create-exit-frame-settings .fi-rr-edit-11-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;padding:8px;position:absolute;right:15px;top:42px}.create-exit-frame-settings .template-empty{height:24px!important;left:0!important;position:absolute!important;top:-3px!important;width:24px!important}.create-exit-frame-settings .frame-29{align-items:flex-start;border:initial;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.create-exit-frame-settings .primary-BTN{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-exit-frame-settings .button-text{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .button-text-wrapper{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-exit-frame-settings .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settings .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.create-exit-frame-settings .left-nav-3{align-items:center;display:flex;flex-direction:column;gap:4px;left:auto!important;left:8px;padding:24px 0 0;position:relative;top:12px;width:280px}.create-exit-frame-settingsex{background-color:#fff;display:flex;flex-direction:row;justify-content:center;width:100%}.create-exit-frame-settingsex .div-2{background-color:#fff;border-radius:16px;box-shadow:0 6px 16px #0000000f;height:620px;overflow:hidden;position:relative;width:540px}.create-exit-frame-settingsex .CTA{all:unset;align-items:center;background-color:#4a3aff;border-radius:4px;box-sizing:border-box;display:flex;gap:10px;height:45px;justify-content:center;left:47px;opacity:.5;padding:9px 14px;position:absolute;top:545px;width:445px}.create-exit-frame-settingsex .label{color:#fff;font-family:Mulish,Helvetica;font-size:14px;font-weight:700;letter-spacing:0;line-height:18px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settingsex .heading-upload{align-items:flex-start;display:inline-flex;gap:10px;left:42px;padding:0 10px;position:absolute;top:30px}.create-exit-frame-settingsex .text-wrapper{color:#0e0e0e;font-family:Mulish,Helvetica;font-size:22px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settingsex .upload-file-area{background-color:#f8f7ff;border:1px dashed #4a3aff;border-radius:4px;height:427px;left:47px;position:absolute;top:88px;width:445px}.create-exit-frame-settingsex .frame-2{align-items:center;display:inline-flex;flex-direction:column;gap:28px;left:62px;position:relative;top:142px}.create-exit-frame-settingsex .upload-icon{height:59.89px;position:relative;width:68.78px}.create-exit-frame-settingsex .frame-3{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.create-exit-frame-settingsex .drag-drop-files{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:5px;position:relative}.create-exit-frame-settingsex .drag-drop-files-or{color:#0000;font-family:Mulish,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-frame-settingsex .span{color:#0e0e0e}.create-exit-frame-settingsex .text-wrapper-2{color:#333}.create-exit-frame-settingsex .text-wrapper-3{color:#4a3aff;text-decoration:underline}.create-exit-frame-settingsex .frame-1027{flex:0 0 auto!important;padding:0 0 0 6px!important}.plusIcon_Image{align-items:center;border:1px solid gray;display:flex;justify-content:center;width:60px}.edit-icon-backgroundcolor{background-color:#000;padding:5px;position:absolute;right:10px;top:-10px}.create-exit-frame-settings .exit-clip-root{background-color:#000;border:1px solid;border-radius:20px;color:#fff;height:480px;margin-top:10px;padding:175px;position:relative;width:960px}.create-exit-frame-settings .exit-clip-root .exit-clip-upload-logo{border:1px dotted #fff;cursor:pointer;height:290px;margin-top:-318px;width:750px}.create-exit-frame-settings .empty-logo-text{font-family:DM Sans,Helvetica;margin-top:10px}.create-exit-frame-settings .exit-clip-root .parent{align-items:center;display:flex;height:453px;justify-content:center}.create-exit-frame-settings .exit-clip-root .logo-text{border:1px dotted #fff;color:#fff;left:245px;margin-top:5px;text-align:center;top:404px;width:750px}.create-exit-frame-settings .exit-clip-root .logo-text .edit-icon{background-color:#000;right:-97%;top:-1px!important}.create-exit-frame-settings .exit-clip-root .logo-text .edit-icon,.exit-clip-upload-logo .upload-icon{color:#fff;position:relative;top:-8px;width:24px}.create-exit-frame-settings .exit-clip-upload-logo .upload-icon{background-color:#000;padding:5px;right:-97%}.create-exit-frame-settings .exit-clip-root .child{position:relative}.create-exit-frame-settings .exit-clip-root .logo-container{border:2px solid #000;border-radius:50%;color:#fff;height:100px;margin-left:14px;margin-top:-150px;top:100px;width:100px}.create-exit-frame-settings .exit-clip-root .logo{height:auto;width:100%}.create-exit-frame-settings .edit-icon-background{background-color:#000;padding:5px;position:absolute;right:-5px;top:50px}.pre-event-details-dashboard{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.pre-event-details-dashboard .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.pre-event-details-dashboard .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.pre-event-details-dashboard .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.pre-event-details-dashboard .header-instance{left:0!important;position:absolute!important;top:0!important}.pre-event-details-dashboard .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.pre-event-details-dashboard .left-nav-3{left:auto!important}.pre-event-details-dashboard .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:105px;width:73%}.pre-event-details-dashboard .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.pre-event-details-dashboard .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.pre-event-details-dashboard .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:5px;position:relative;width:636px}.pre-event-details-dashboard .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.pre-event-details-dashboard .pagetitle{color:var(--primary-text);font-family:Poppins,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.pre-event-details-dashboard .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.pre-event-details-dashboard .material-symbols{height:20px;position:relative;width:20px}.pre-event-details-dashboard .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.pre-event-details-dashboard .text-wrapper-4{color:#c4c4c4}.pre-event-details-dashboard .text-wrapper-4,.pre-event-details-dashboard .text-wrapper-5{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pre-event-details-dashboard .text-wrapper-5{color:#4a3aff}.pre-event-details-dashboard .frame-data{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;height:824px;padding:32px 56px}.pre-event-details-dashboard .frame-23,.pre-event-details-dashboard .frame-data{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.pre-event-details-dashboard .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.pre-event-details-dashboard .frame-1003-instance{flex:0 0 auto!important}.pre-event-details-dashboard .frame-24{background-color:#d02b2f33!important}.pre-event-details-dashboard .frame-25{background-color:#d02b2f!important}.pre-event-details-dashboard .frame-26{color:#d02b2f!important}.pre-event-details-dashboard .line{height:1px;object-fit:cover;position:relative;width:928px}.pre-event-details-dashboard .frame-27{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.pre-event-details-dashboard .frame-28{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:16px;position:relative}.pre-event-details-dashboard .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.pre-event-details-dashboard .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.pre-event-details-dashboard .frame-30{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.pre-event-details-dashboard .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.pre-event-details-dashboard .group-37146{position:relative!important}.pre-event-details-dashboard .group-instance{left:13px!important;top:14px!important}.pre-event-details-dashboard .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.pre-event-details-dashboard .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.pre-event-details-dashboard .group-3{top:14px!important}.pre-event-details-dashboard .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.pre-event-details-dashboard .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.pre-event-details-dashboard .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pre-event-details-dashboard .frame-datasearch{background-color:#fff;border-radius:8px 8px 0 0;display:flex;height:56px;left:0;position:absolute;top:0;width:100%}.pre-event-details-dashboard .frame-datasearch2{height:40px;left:16px;position:relative;top:8px;width:50%}.pre-event-details-dashboard .frame-datafilter{background-color:#fff;border-radius:8px 8px 0 0;height:56px;left:0;position:relative;top:0;width:50%}.pre-event-details-dashboard .frame-datafilter2{margin:10px}.pre-event-details-dashboard .search{background-color:#fff;border:1px solid #ebebeb;border:1px solid var(--Light-Beerus-Beerus,#ebebeb);border-radius:4px;height:40px;left:0;position:absolute;top:0;width:320px}.pre-event-details-dashboard .label-and{position:absolute}.pre-event-details-dashboard .input,.pre-event-details-dashboard .label-and{color:#999ca0;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;width:272px}.pre-event-details-dashboard .input{background:#0000;border:none;padding:0 0 0 8px}.pre-event-details-dashboard .generic{height:24px;left:288px;position:absolute;top:8px;width:24px}.pre-event-details-dashboard .filter-icon{height:32px;left:336px;position:absolute;top:4px;width:32px}.pre-event-details-dashboard .frame-datagrid{height:768px;left:0;position:absolute;top:56px;width:100%}.no-BTN{align-items:center;background-color:var(--primarycolor-1);border:1px solid #89939e;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:8px 32px;position:relative}.event-overview{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.event-overview .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.event-overview .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.event-overview .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.event-overview .header-instance{left:0!important;position:absolute!important;top:0!important}.event-overview .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.event-overview .left-nav-3{left:auto!important}.event-overview .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.event-overview .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.event-overview .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.event-overview .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.event-overview .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.event-overview .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.event-overview .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.event-overview .material-symbols{height:20px;position:relative;width:20px}.event-overview .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.event-overview .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.event-overview .text-wrapper-4,.event-overview .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.event-overview .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.event-overview .frame-22{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;padding:32px 56px}.event-overview .frame-22,.event-overview .frame-23{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.event-overview .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.event-overview .frame-1003-instance{flex:0 0 auto!important}.event-overview .frame-24{background-color:#d02b2f33!important}.event-overview .frame-25{background-color:#d02b2f!important}.event-overview .frame-26{color:#d02b2f!important}.event-overview .line{height:1px;object-fit:cover;position:relative;width:928px}.event-overview .frame-27{align-items:flex-end;gap:32px}.event-overview .frame-27,.event-overview .frame-28{display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative;width:100%}.event-overview .frame-28{align-items:flex-start;gap:16px}.event-overview .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.event-overview .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.event-overview .frame-30{flex:0 0 auto;flex-direction:column}.event-overview .frame-30,.event-overview .frame-31{align-items:flex-start;display:inline-flex;gap:24px;position:relative}.event-overview .frame-31{flex:0 0 auto}.event-overview .group-37146{position:relative!important}.event-overview .group-instance{left:13px!important;top:14px!important}.event-overview .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.event-overview .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.event-overview .group-3{top:14px!important}.event-overview .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.event-overview .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.event-overview .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.group{height:108px;width:420px}.group .frame-14{flex-direction:column;gap:8px}.group .event-ID-wrapper,.group .frame-14{align-items:flex-start;display:inline-flex;position:relative}.group .event-ID-wrapper{flex:0 0 auto;gap:10px}.group .event-ID{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height);margin-top:-1px;position:relative;width:69.93px}.group .frame-15{align-items:flex-start;flex:0 0 auto;flex-direction:column;gap:4px}.group .frame-15,.group .frame-16{display:inline-flex;position:relative}.group .frame-16{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;flex:0 0 auto;gap:10px;padding:16px}.group .frame-17{align-items:center;display:flex;gap:10px;position:relative;width:362px}.group .element-2{color:var(--neutral-600);font-family:var(--other-18-20-r-font-family);font-size:var(--other-18-20-r-font-size);font-style:var(--other-18-20-r-font-style);font-weight:var(--other-18-20-r-font-weight);letter-spacing:var(--other-18-20-r-letter-spacing);line-height:var(--other-18-20-r-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.group .frame-1027-instance{flex:0 0 auto!important;padding:0 0 0 6px!important}.select-template{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.select-template .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.select-template .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.select-template .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.select-template .header-instance{left:0!important;position:absolute!important;top:0!important}.select-template .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.select-template .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.select-template .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.select-template .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.select-template .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.select-template .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.select-template .material-symbols{height:20px;position:relative;width:20px}.select-template .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.select-template .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.select-template .text-wrapper-4,.select-template .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.select-template .frame-22{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:inline-flex;padding:32px 56px}.select-template .frame-22,.select-template .frame-23{align-items:center;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.select-template .frame-23{align-self:stretch;display:flex}.select-template .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.select-template .frame-24{flex:0 0 auto!important}.select-template .frame-1003-instance{color:#d02b2f!important}.select-template .frame-25{background-color:#d02b2f33!important}.select-template .line{height:1px;object-fit:cover;position:relative;width:928px}.select-template .frame-26{flex:0 0 auto;flex-direction:column;gap:32px}.select-template .frame-26,.select-template .frame-27{align-items:flex-start;display:inline-flex;position:relative}.select-template .frame-27{flex:0 0 auto;gap:8px}.select-template .frame-28{align-items:flex-start;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 0;position:relative}.select-template .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.select-template .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .frame-30{gap:117px}.select-template .frame-30,.select-template .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.select-template .frame-31{flex-direction:column;gap:16px}.select-template .frame-32{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:100%}.select-template .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.select-template .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.select-template .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.select-template .group-37146{position:relative!important}.select-template .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.select-template .button-text-wrapper{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.select-template .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.select-template .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:184px;position:relative;width:358px}.select-template .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.select-template .overlap-group-3{height:53px;position:relative}.select-template .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.select-template .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.select-template .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.select-template .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.select-template .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.select-template .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.select-template .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.select-template .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.select-template .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-template .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.select-template .left-nav-3{left:auto!important}.media-details{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;min-height:1280px;width:100%}.media-details .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.media-details .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:1440px}.media-details .header-instance{left:0!important;position:absolute!important;top:0!important}.media-details .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.media-details .left-nav-3{left:auto!important}.media-details .frame-29{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.media-details .frame-30{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.media-details .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.media-details .frame-31{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.media-details .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.media-details .text-wrapper-7{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.media-details .div-2{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.media-details .material-symbols{height:20px;position:relative;width:20px}.media-details .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.media-details .text-wrapper-8{color:#c4c4c4;font-family:Poppins,Helvetica}.media-details .text-wrapper-8,.media-details .text-wrapper-9{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details .text-wrapper-9{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.media-details .frame-32{align-items:center;align-self:stretch;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;min-height:100%;padding:32px 56px;position:relative;width:100%}.media-details .design-component-instance-node-2{flex:0 0 auto!important}.media-details .frame-33{min-height:100%;width:100%}.media-details .frame-33,.media-details .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.media-details .frame-34{gap:20px}.media-details .frame-35{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.media-details .text-wrapper-10{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:35px;position:relative}.media-details .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.media-details .group-3{position:relative!important}.media-details .group-4{font-family:DMSans-Regular,Helvetica;font-size:18px;font-weight:600;line-height:20px;white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.media-details .isolation-mode{cursor:pointer;height:24px;left:437px;position:absolute;top:40px;width:20px}.media-details .icon-instance-node{height:24px!important;position:relative!important;width:24px!important}.media-details .audio-clip-section-instance{height:16px!important;position:relative!important;width:16px!important}.media-details .frame-37{flex-direction:column;gap:32px;height:100%;overflow:hidden}.media-details .frame-37,.media-details .frame-38{align-items:flex-start;display:inline-flex;position:relative}.media-details .frame-38{flex:0 0 auto;flex-direction:column;gap:16px}.media-details .frame-1026{background-image:url(/static/media/fi-rr-checkbox-9.68d8849a6a530f95bdd9.svg)!important;position:relative!important}.media-details .frame-39{align-items:flex-start}.media-details .frame-39,.media-details .frame-40{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.media-details .frame-40{align-items:center}.media-details .frame-41{align-items:flex-start;display:flex;flex:0 0 auto;gap:80px;position:relative;width:864px}.media-details .frame-42{align-items:flex-end}.media-details .frame-42,.media-details .frame-43{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.media-details .frame-43{align-items:flex-start;opacity:.5}.media-details .frame-44{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.media-details .group-5{color:#c8c8c8!important}.media-details .group-6{height:10px!important;left:1px!important;top:3px!important;width:14px!important}.media-details .design-component-instance-node-3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEfSURBVHgB7ZdREYMwDIbTKkACDiZhm4QpYBIYBgAFQwIOZgEJm4KBgqEA9odLWY7bI4WX/i8pTY58zfWhvyGlNE1PCIkxhmNM66odx7FBLKuqat2mcYssy3IUFLSBuA8gyhngT/NOaFcRJhohHEhN1UEYjD1GwVv2eyQuSDTkQeh1Ra87lpFAnC1ioahuvpqz8O+aD6i2Eguio3y0XECeJQfseM2XnScQS+5FG0ndr9iqzQ/tIEs7KwAEgAAQAAJAAAgAAWAvgEgDzA9E2kjodZBla/UDUayZV7E3IHkIA6ThCdT0I3tIga/mJzEmk4ZhKJ01KzCJXNWykXwi9rSSloYX/2eTWmhzuoTwJtd8AtMJ8YmcONL69twZ3lrbvy98H4jKGAt+TwAAAABJRU5ErkJggg==)!important;height:16px!important;position:relative!important;width:16px!important}.media-details .group-7{color:#6e6b8f80!important}.media-details .group-8{height:108px;position:relative;width:420px}.media-details .frame-45{flex-direction:column;gap:8px;top:4px}.media-details .frame-45,.media-details .frame-46{align-items:flex-start;display:inline-flex;position:relative}.media-details .frame-46{flex:0 0 auto;gap:10px}.media-details .p{color:#0000;font-family:DM Sans,Helvetica;font-size:18px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details .span{color:#170f49;font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height)}.media-details .text-wrapper-11{color:#9c9c9c;font-size:12px}.media-details .frame-47{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.media-details .frame-48{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.media-details .element-wrapper{align-items:center;display:flex;gap:10px;position:relative;width:362px}.media-details .element{color:var(--neutral-600);font-family:var(--other-18-20-r-font-family);font-size:var(--other-18-20-r-font-size);font-style:var(--other-18-20-r-font-style);font-weight:var(--other-18-20-r-font-weight);letter-spacing:var(--other-18-20-r-letter-spacing);line-height:var(--other-18-20-r-line-height);margin-top:-1px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details .frame-1027-instance{flex:0 0 auto!important;padding:0 0 0 6px!important}.media-details .frame-49{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.media-details .button-text-wrapper{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.media-details .button{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.media-details .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.media-details .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.media-details .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.media-details .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#streamingurl{color:#000}#streamingprovider,#streamingurl{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;gap:10px;padding:15px;width:420px}.event-ID-wrapper{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.event-ID{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:18px;font-style:var(--other-18-20-m-font-style);font-weight:500;letter-spacing:var(--other-18-20-m-letter-spacing);line-height:20px;position:relative;width:100%}.checkbox-wrapper{align-items:center;display:flex}.checkbox-label{color:#1c1b1f;font-size:var(--typo-overline-font-size)}.checkbox-label,.checkbox-label2{font-family:var(--typo-overline-font-family);font-style:var(--typo-overline-font-style);font-weight:var(--typo-overline-font-weight);letter-spacing:var(--typo-overline-letter-spacing);line-height:var(--typo-overline-line-height);position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.checkbox-label2{color:#000;font-size:12px}.checkboxtext{margin-left:5px}.checkboxtext,.checkboxtext2{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.frame-instance{height:16px;width:16px}.frame-instance2{height:24px;width:24px}.delete-button .button{all:unset;background-color:red;box-sizing:border-box;color:#fff;font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.property-default-wrapper{width:420px}.property-default-wrapper .frame-15{align-items:flex-start;display:inline-flex;flex-direction:column;gap:8px;position:relative}.property-default-wrapper .event-ID-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.property-default-wrapper .event-ID{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height);margin-top:-1px;position:relative;width:69.93px}.property-default-wrapper .frame-16{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.property-default-wrapper .frame-17{display:inline-flex;flex:0 0 auto;position:relative}.property-default-wrapper .frame-18{align-items:center;display:flex;gap:10px;position:relative;width:362px}.property-default-wrapper .text-wrapper-4{color:var(--neutral-600);font-family:Raleway,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.property-default-wrapper .frame-19{align-items:center;border:1px solid #eff0f6;border-radius:8px 8px 0 0;gap:10px;padding:16px}.property-default-wrapper .frame-19,.property-default-wrapper .frame-20{background-color:#fff;display:inline-flex;flex:0 0 auto;position:relative}.property-default-wrapper .frame-20{align-items:flex-start;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-radius:0 0 8px 8px;border-right:1px solid #f2f2f2;border-top-color:#f2f2f2;flex-direction:column;overflow:hidden}.property-default-wrapper .frame-21{align-items:center;border-bottom:1px solid;border-color:#eff0f6;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.property-default-wrapper .instance-node{height:16px!important;position:relative!important;width:16px!important}.property-default-wrapper .frame-22{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.property-default-wrapper .text-wrapper-5{color:var(--neutral-600);font-family:Raleway,Helvetica;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.property-default-wrapper .frame-1027{flex:0 0 auto!important;padding:0 0 0 6px!important}.property-default-wrapper.property-1-0-default,.property-default-wrapper.property-1-0-variant-3{height:108px}.property-default-wrapper.property-1-0-variant-2{height:332px}.property-default-wrapper.property-1-0-default .frame-15,.property-default-wrapper.property-1-0-variant-3 .frame-15{top:4px}.property-default-wrapper.property-1-0-variant-2 .frame-15{top:12px}.property-default-wrapper.property-1-0-default .frame-17{padding:10px}.property-default-wrapper.property-1-0-default .frame-17,.property-default-wrapper.property-1-0-variant-3 .frame-17{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;gap:10px}.property-default-wrapper.property-1-0-variant-3 .frame-17{padding:16px}.property-default-wrapper.property-1-0-variant-2 .frame-17{align-items:flex-start;flex-direction:column}.upload-video{display:flex;flex-direction:row;justify-content:center}.upload-video,.upload-video .div-2{background-color:#f7f7fb;width:100%}.upload-video .div-2{height:1024px;position:relative}.upload-video .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.upload-video .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.upload-video .header-instance{left:0!important;position:absolute!important;top:0!important}.upload-video .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.upload-video .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.upload-video .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.upload-video .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.upload-video .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.upload-video .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.upload-video .material-symbols{height:20px;position:relative;width:20px}.upload-video .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.upload-video .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.upload-video .text-wrapper-4,.upload-video .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.upload-video .frame-22{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:inline-flex;padding:32px 56px}.upload-video .frame-22,.upload-video .frame-23{align-items:center;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.upload-video .frame-23{align-self:stretch;display:flex}.upload-video .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.upload-video .frame-24{flex:0 0 auto!important}.upload-video .frame-1003-instance{color:#d02b2f!important}.upload-video .frame-25{background-color:#d02b2f33!important}.upload-video .line{height:1px;object-fit:cover;position:relative;width:928px}.upload-video .frame-26{flex:0 0 auto;flex-direction:column;gap:32px;margin-right:0;width:100%}.upload-video .frame-26,.upload-video .frame-27{align-items:flex-start;display:inline-flex;position:relative}.upload-video .frame-27{flex:0 0 auto;gap:8px}.upload-video .frame-28{align-items:flex-start;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 0;position:relative}.upload-video .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.upload-video .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .frame-30{gap:100px}.upload-video .frame-30,.upload-video .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.upload-video .frame-31{flex-direction:column;gap:16px}.upload-video .frame-32{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:100%}.upload-video .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.upload-video .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.upload-video .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.upload-video .group-37146{position:relative!important}.upload-video .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.upload-video .button-text-wrapper{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.upload-video .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.upload-video .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:203px;position:relative;width:358px}.upload-video .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.upload-video .overlap-group-3{height:53px;position:relative}.upload-video .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.upload-video .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.upload-video .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.upload-video .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.upload-video .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.upload-video .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.upload-video .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.upload-video .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.upload-video .left-nav-3{left:auto!important}.upload-video .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.create-intro-clip-frame{background-color:#f7f7fb;display:flex;flex-direction:row;height:1280px;justify-content:center;width:100%}.create-intro-clip-frame .div-3{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.create-intro-clip-frame .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.create-intro-clip-frame .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.create-intro-clip-frame .header-instance{left:0!important;position:absolute!important;top:0!important}.create-intro-clip-frame .icon-instance-node{height:24px!important;position:absolute!important;right:0;width:24px!important}.create-intro-clip-frame .icon-instance-node-upload{height:24px!important;position:relative!important;width:24px!important}.create-intro-clip-frame .frame-12{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.create-intro-clip-frame .frame-13{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;left:0;position:relative;top:0;width:100%}.create-intro-clip-frame .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.create-intro-clip-frame .frame-14{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.create-intro-clip-frame .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-intro-clip-frame .text-wrapper-4{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.create-intro-clip-frame .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.create-intro-clip-frame .material-symbols{height:20px;position:relative;width:20px}.create-intro-clip-frame .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.create-intro-clip-frame .text-wrapper-5{color:#c4c4c4}.create-intro-clip-frame .text-wrapper-5,.create-intro-clip-frame .text-wrapper-6{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .text-wrapper-6{color:#4a3aff}.create-intro-clip-frame .frame-15{align-items:center;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.create-intro-clip-frame .design-component-instance-node-2{flex:0 0 auto!important}.create-intro-clip-frame .frame-16{align-items:center;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;gap:32px;padding:32px 56px}.create-intro-clip-frame .frame-16,.create-intro-clip-frame .frame-16-1{display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative;width:100%}.create-intro-clip-frame .frame-16-1{align-items:flex-start;gap:10px}.create-intro-clip-frame .frame-17{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:64px;position:relative;width:100%}.create-intro-clip-frame .frame-18{align-items:center;display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.create-intro-clip-frame .frame-19{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;position:relative;width:100%}.create-intro-clip-frame .frame-20{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;flex-grow:1;position:relative}.create-intro-clip-frame .frame-21{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-intro-clip-frame .text-wrapper-7{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.create-intro-clip-frame .frame-22,.create-intro-clip-frame .frame-23{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.create-intro-clip-frame .component-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.create-intro-clip-frame .component-1{background-image:url(/static/media/vuesax-linear-teacher.c3501f310436f7d2758f.svg)!important}.create-intro-clip-frame .video-tutorial-how{color:#0000;font-family:Raleway,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .span{color:#282828}.create-intro-clip-frame .text-wrapper-8{color:#4a3aff;cursor:pointer;text-decoration:underline}.create-intro-clip-frame .group-2{background-image:none;background-position:50% 50%;background-size:cover;border-radius:20px;height:480px;position:relative;width:880px}.create-intro-clip-frame .overlap-group-wrapper{height:444px;left:34px;position:absolute;top:26px;width:385px}.create-intro-clip-frame .group-3{background-image:none;background-size:100% 100%;border:10px double;height:375px;left:20px;position:absolute;text-align:center;top:50px;width:375px}.create-intro-clip-frame .frame-24{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:73px;opacity:.5;position:relative;top:160px}.create-intro-clip-frame .text-wrapper-9{color:#717171;font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .fi-rr-edit-12-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-20px;top:-20px}.create-intro-clip-frame .icon-instance-node-2{height:16px!important;position:relative!important;width:16px!important}.create-intro-clip-frame .frame-25{align-items:center;display:inline-flex;flex-direction:column;gap:12px;height:216px;left:420px;position:absolute;top:100px}.create-intro-clip-frame .frame-26{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.create-intro-clip-frame .frame-27-class,.create-intro-clip-frame .frame-27-year{align-items:center;border:1px dashed #89939e;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:8px;position:relative}.create-intro-clip-frame .text-wrapper-10{background:none;border:none;color:#413e3e;font-family:HeadLineA-Regular;font-size:36px;font-weight:400;letter-spacing:0;line-height:44px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .fi-rr-edit-14-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.create-intro-clip-frame .text-wrapper-11{background:none;border:none;font-family:Fraunces;font-size:42px;font-weight:700;height:50px;letter-spacing:0;line-height:44px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .fi-rr-edit-15-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.create-intro-clip-frame .overlap-2{height:80px;margin-top:30px;position:relative;width:370px}.create-intro-clip-frame .rectangle-2{border:1px dashed #89939e;height:64px;left:0;position:absolute;width:370px}.create-intro-clip-frame .frame-28{align-items:center;cursor:pointer;display:inline-flex;flex-direction:row;gap:24px;left:74px;overflow:hidden;position:absolute;top:5px}.create-intro-clip-frame .frame-28 img{max-height:100%;max-width:100%;object-fit:contain}.create-intro-clip-frame .group-4{height:55px;position:relative;width:57px}.create-intro-clip-frame .overlap-group-3{background-color:#6e6e6e;border-radius:27.5px;height:55px;position:relative;width:55px}.create-intro-clip-frame .text-wrapper-12{color:#fff;left:10px;position:absolute;top:6px}.create-intro-clip-frame .text-wrapper-12,.create-intro-clip-frame .text-wrapper-13{font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;text-align:center;white-space:nowrap}.create-intro-clip-frame .text-wrapper-13{color:#000;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .fi-rr-cloud-upload-wrapper{align-items:flex-start;background-color:#f5f5f5;display:inline-flex;gap:10px;left:352px;padding:10px;position:absolute;top:-20px}.create-intro-clip-frame .fi-rr-edit-11-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;padding:8px;position:absolute;right:0;top:-10px}.create-intro-clip-frame .template-empty{height:24px!important;left:0!important;position:absolute!important;top:-3px!important;width:24px!important}.create-intro-clip-frame .frame-29{align-items:flex-start;border:initial;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.create-intro-clip-frame .primary-BTN{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-intro-clip-frame .button-text{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .button-text-wrapper{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-intro-clip-frame .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-intro-clip-frame .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.create-intro-clip-frame .left-nav-3{align-items:center;display:flex;flex-direction:column;gap:4px;left:auto!important;left:8px;padding:24px 0 0;position:relative;top:12px;width:280px}.uploadModal{background-color:#fff;display:flex;flex-direction:row;justify-content:center;width:100%}.uploadModal .div-2{background-color:#fff;border-radius:16px;box-shadow:0 6px 16px #0000000f;height:620px;overflow:hidden;position:relative;width:540px}.uploadModal .CTA{all:unset;align-items:center;background-color:#4a3aff;border-radius:4px;box-sizing:border-box;display:flex;gap:10px;height:45px;justify-content:center;left:47px;opacity:.5;padding:9px 14px;position:absolute;top:545px;width:445px}.uploadModal .label{color:#fff;font-family:Mulish,Helvetica;font-size:14px;font-weight:700;letter-spacing:0;line-height:18px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.uploadModal .heading-upload{align-items:flex-start;display:inline-flex;gap:10px;left:42px;padding:0 10px;position:absolute;top:35px}.uploadModal .text-wrapper{color:#0e0e0e;font-family:Mulish,Helvetica;font-size:22px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.uploadModal .upload-file-area{background-color:#f8f7ff;border:1px dashed #4a3aff;border-radius:4px;cursor:pointer;height:427px;left:47px;position:absolute;top:88px;width:445px}.uploadModal .frame-2{align-items:center;display:inline-flex;flex-direction:column;gap:28px;left:62px;position:relative;top:142px}.uploadModal .upload-icon{height:59.89px;position:relative;width:68.78px}.uploadModal .frame-3{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.uploadModal .drag-drop-files{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:5px;position:relative}.uploadModal .drag-drop-files-or{color:#0000;font-family:Mulish,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.uploadModal .span{color:#0e0e0e}.uploadModal .text-wrapper-2,.uploadModal .text-wrapper-3{color:#4a3aff;text-decoration:underline}.uploadModal .frame-1027{flex:0 0 auto!important;padding:0 0 0 6px!important}.create-intro-clip-frame .plusIcon_Image{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:12px}.create-intro-clip-frame .plusIcon_Image,.create-intro-clip-frame .plusIcon_ImagePreview{border:1px solid #f0f0f0;border-radius:4px;gap:10px;height:64px;width:64px}.create-intro-clip-frame .delete-button{background:none;border:none;cursor:pointer;font-weight:700;position:absolute}.student-clip{display:flex;flex-direction:row;height:1280px;justify-content:center}.student-clip,.student-clip .div-3{background-color:#f7f7fb;width:100%}.student-clip .div-3{height:1024px;position:relative}.student-clip .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.student-clip .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.student-clip .header-instance{left:0!important;position:absolute!important;top:0!important}.student-clip .icon-instance-node{height:24px!important;position:absolute!important;right:0;width:24px!important}.student-clip .icon-instance-node-upload{height:24px!important;position:relative!important;width:24px!important}.student-clip .frame-12{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.student-clip .frame-13{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;left:0;position:relative;top:0;width:100%}.student-clip .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.student-clip .frame-14{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.student-clip .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.student-clip .text-wrapper-4{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.student-clip .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.student-clip .material-symbols{height:20px;position:relative;width:20px}.student-clip .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.student-clip .text-wrapper-5{color:#c4c4c4}.student-clip .text-wrapper-5,.student-clip .text-wrapper-6{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .text-wrapper-6{color:#4a3aff}.student-clip .frame-15{align-items:center;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.student-clip .design-component-instance-node-2{flex:0 0 auto!important}.student-clip .frame-16{align-items:center;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;padding:32px 56px}.student-clip .frame-16,.student-clip .frame-16-1{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.student-clip .frame-16-1{align-items:flex-start}.student-clip .frame-17{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:64px;position:relative;width:100%}.student-clip .frame-18{align-items:center;display:flex;flex-direction:column;gap:10px;position:relative;width:100%}.student-clip .frame-19{align-self:stretch;flex:0 0 auto;width:100%}.student-clip .frame-19,.student-clip .frame-20{align-items:flex-start;display:flex;position:relative}.student-clip .frame-20{flex:1 1;flex-direction:column;flex-grow:1}.student-clip .frame-21{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.student-clip .text-wrapper-7{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.student-clip .frame-22,.student-clip .frame-23{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.student-clip .component-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.student-clip .component-1{background-image:url(/static/media/vuesax-linear-teacher.c3501f310436f7d2758f.svg)!important}.student-clip .video-tutorial-how{color:#0000;font-family:Raleway,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .span{color:#282828}.student-clip .text-wrapper-8{color:#4a3aff;cursor:pointer;text-decoration:underline}.student-clip .group-2{background-image:none;background-position:50% 50%;background-size:cover;border-radius:20px;height:480px;position:relative;width:880px}.student-clip .overlap-group-wrapper{height:444px;left:34px;position:absolute;top:26px;width:385px}.student-clip .group-3{background-image:none;background-size:100% 100%;border-style:solid;border-width:10px;height:375px;left:20px;position:absolute;top:50px;width:375px}.student-clip .frame-241{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;gap:10px;opacity:.5;position:relative;top:150px}.student-clip .text-wrapper-9{color:#717171;font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:30px;position:relative;text-align:center;width:70%}.student-clip .fi-rr-edit-12-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:center;padding:8px;position:absolute;right:-20px;top:-20px}.student-clip .icon-instance-node-2{height:16px!important;position:relative!important;width:16px!important}.student-clip .frame-251{align-items:center;display:inline-flex;flex-direction:column;gap:12px;height:216px;left:420px;position:absolute;top:100px}.student-clip .frame-26{flex:0 0 auto;flex-direction:column}.student-clip .frame-26,.student-clip .frame-27{align-items:center;display:inline-flex;position:relative}.student-clip .frame-27{border:1px dashed #89939e;flex:0 0 auto;gap:10px;justify-content:center;padding:8px 0}.student-clip .text-wrapper-101{background:none;border:none;color:#413e3e;font-family:HeadLineA-Regular;font-size:36px;font-weight:700;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .fi-rr-edit-14-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.student-clip .text-wrapper-111{background:none;border:none;font-family:Fraunces;font-size:33px;letter-spacing:0;line-height:44px;margin-top:-1px;outline:none;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .fi-rr-edit-15-wrapper{align-items:center;background-color:#f5f5f5;display:inline-flex;gap:10px;justify-content:end;padding:8px;position:absolute;right:-12px;top:-13px}.student-clip .overlap-21{height:80px;margin-top:20px;position:relative;width:370px}.student-clip .rectangle-2{border:1px dashed #89939e;height:64px;left:0;position:absolute;top:16px;width:370px}.student-clip .frame-28{align-items:center;cursor:pointer;display:inline-flex;flex-direction:row;gap:24px;left:74px;overflow:hidden;position:absolute;top:21px}.student-clip .frame-28 img{max-height:100%;max-width:100%;object-fit:contain}.student-clip .group-4{height:55px;position:relative;width:57px}.student-clip .overlap-group-3{background-color:#6e6e6e;border-radius:27.5px;height:55px;position:relative;width:55px}.student-clip .text-wrapper-12{color:#fff;left:10px;position:absolute;top:6px}.student-clip .text-wrapper-12,.student-clip .text-wrapper-13{font-family:DM Sans,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:44px;text-align:center;white-space:nowrap}.student-clip .text-wrapper-13{color:#000;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .fi-rr-cloud-upload-wrapper{align-items:flex-start;background-color:#f5f5f5;display:inline-flex;gap:10px;left:352px;padding:10px;position:absolute;top:0}.student-clip .fi-rr-edit-11-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;padding:8px;position:absolute;right:0;top:-15px}.student-clip .template-empty{height:24px!important;left:0!important;position:absolute!important;top:-3px!important;width:24px!important}.student-clip .frame-29{align-items:flex-start;border:initial;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.student-clip .primary-BTN{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.student-clip .button-text{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .button-text-wrapper{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.student-clip .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.student-clip .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.student-clip .left-nav-3{align-items:center;display:flex;flex-direction:column;gap:4px;left:auto!important;left:8px;padding:24px 0 0;position:relative;top:12px;width:280px}.upload-video-exit{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.upload-video-exit .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.upload-video-exit .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.upload-video-exit .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.upload-video-exit .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.upload-video-exit .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.upload-video-exit .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.upload-video-exit .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.upload-video-exit .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.upload-video-exit .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.upload-video-exit .material-symbols{height:20px;position:relative;width:20px}.upload-video-exit .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.upload-video-exit .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.upload-video-exit .text-wrapper-4,.upload-video-exit .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.upload-video-exit .frame-22{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:inline-flex;padding:32px 56px}.upload-video-exit .frame-22,.upload-video-exit .frame-23{align-items:center;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.upload-video-exit .frame-23{align-self:stretch;display:flex}.upload-video-exit .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.upload-video-exit .frame-24{flex:0 0 auto!important}.upload-video-exit .frame-1003-instance{color:#d02b2f!important}.upload-video-exit .frame-25{background-color:#d02b2f33!important}.upload-video-exit .line{height:1px;object-fit:cover;position:relative;width:928px}.upload-video-exit .frame-26{flex:0 0 auto;flex-direction:column;gap:32px;margin-right:0;width:100%}.upload-video-exit .frame-26,.upload-video-exit .frame-27{align-items:flex-start;display:inline-flex;position:relative}.upload-video-exit .frame-27{flex:0 0 auto;gap:8px}.upload-video-exit .frame-28{align-items:flex-start;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 0;position:relative}.upload-video-exit .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.upload-video-exit .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .frame-30{gap:100px}.upload-video-exit .frame-30,.upload-video-exit .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.upload-video-exit .frame-31{flex-direction:column;gap:16px}.upload-video-exit .frame-32{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:100%}.upload-video-exit .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.upload-video-exit .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.upload-video-exit .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.upload-video-exit .group-37146{position:relative!important}.upload-video-exit .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.upload-video-exit .button-text-wrapper{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.button-text-wrapper.delete-button{all:unset;align-items:center;background-color:red;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.upload-video-exit .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.upload-video-exit .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:203px;position:relative;width:358px}.upload-video-exit .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.upload-video-exit .overlap-group-3{height:53px;position:relative}.upload-video-exit .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.upload-video-exit .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.upload-video-exit .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.upload-video-exit .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.upload-video-exit .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.upload-video-exit .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.upload-video-exit .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.upload-video-exit .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.upload-video-exit .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-video-exit .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.upload-video-exit .left-nav-3{left:auto!important}.frame-30.disabled,.frame-31.disabled{opacity:.5;pointer-events:none}.create-exit-clip-frame{background-color:#f7f7fb;display:flex;flex-direction:row;height:1280px;justify-content:center;width:100%}.create-exit-clip-frame .div-3{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.create-exit-clip-frame .overlap{height:83px;left:0;position:absolute;top:0;width:100%}.create-exit-clip-frame .rectangle{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.create-exit-clip-frame .icon-instance-node{height:24px!important;position:absolute!important;right:0;width:24px!important}.create-exit-clip-frame .frame-12{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.create-exit-clip-frame .frame-13{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.create-exit-clip-frame .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.create-exit-clip-frame .frame-14{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.create-exit-clip-frame .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-exit-clip-frame .text-wrapper-4{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.create-exit-clip-frame .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.create-exit-clip-frame .material-symbols{height:20px;position:relative;width:20px}.create-exit-clip-frame .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.create-exit-clip-frame .text-wrapper-5{color:#c4c4c4}.create-exit-clip-frame .text-wrapper-5,.create-exit-clip-frame .text-wrapper-6{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-frame .text-wrapper-6{color:#4a3aff}.create-exit-clip-frame .frame-15{align-items:center;align-self:stretch;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.create-exit-clip-frame .stepper-horizontal-instance{flex:0 0 auto!important;margin-left:-6px!important;margin-right:-6px!important}.create-exit-clip-frame .frame-16{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;gap:32px;padding:32px 56px}.create-exit-clip-frame .frame-16,.create-exit-clip-frame .frame-16-1{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative;width:100%}.create-exit-clip-frame .frame-16-1{gap:10px}.create-exit-clip-frame .frame-17{display:inline-flex;flex:0 0 auto;gap:32px}.create-exit-clip-frame .frame-17,.create-exit-clip-frame .frame-18{align-items:flex-start;flex-direction:column;position:relative;width:100%}.create-exit-clip-frame .frame-18{display:flex;gap:10px}.create-exit-clip-frame .frame-19{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;position:relative;width:100%}.create-exit-clip-frame .frame-20x{display:inline-flex;gap:64px}.create-exit-clip-frame .frame-20x,.create-exit-clip-frame .frame-21{align-items:flex-start;flex:0 0 auto;flex-direction:column;position:relative}.create-exit-clip-frame .frame-21{display:flex;gap:10px;width:864px}.create-exit-clip-frame .frame-22,.create-exit-clip-frame .frame-23{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.create-exit-clip-frame .frame-24{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.create-exit-clip-frame .text-wrapper-7{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.create-exit-clip-frame .frame-25{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.create-exit-clip-frame .template-empty-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.create-exit-clip-frame .video-tutorial-how{color:#0000;font-family:Raleway,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-frame .span{color:#282828}.create-exit-clip-frame .text-wrapper-8{color:#4a3aff;cursor:pointer;text-decoration:underline}.create-exit-clip-frame .img{height:468px;position:relative;width:864px}.create-exit-clip-frame .fi-rr-edit-wrapper{align-items:flex-start;background-color:#000;display:inline-flex;gap:10px;left:825px;padding:8px 6px;position:absolute;top:68px}.create-exit-clip-frame .fi-rr-edit{height:16px!important;position:relative!important;width:16px!important}.create-exit-clip-frame .frame-27{align-items:flex-start;background-color:initial;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.create-exit-clip-frame .primary-BTN{margin-left:75%}.create-exit-clip-frame .button-text{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button-wrap{display:flex;gap:10px}.create-exit-clip-frame .button-text-wrapper{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-left:.5%;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-exit-clip-frame .primary-BTN{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.create-exit-clip-frame .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.create-exit-clip-frame .left-nav-3{left:auto!important}.create-exit-clip-frame .exit-clip-root{background-color:#000;border:1px solid;border-radius:16px;color:#fff;height:480px;padding:175px;position:relative;width:880px}.create-exit-clip-frame .exit-clip-root .exit-clip-upload-logo{border:1px dotted #fff;height:290px;margin-top:-318px;width:750px}.create-exit-clip-frame .empty-logo-text{font-family:DM Sans,Helvetica;margin-top:10px}.exit-clip-root .parent{align-items:center;display:flex;height:453px;justify-content:center}.exit-clip-root .logo-text{border:1px dotted #fff;color:#fff;left:245px;margin-top:5px;text-align:center;top:404px;width:750px}.exit-clip-root .logo-text .edit-icon{background-color:#000;right:-97%;top:-1px!important}.exit-clip-root .logo-text .edit-icon,.exit-clip-upload-logo .upload-icon{color:#fff;position:relative;top:-8px;width:24px}.exit-clip-upload-logo .upload-icon{background-color:#000;padding:5px;right:-97%}.exit-clip-upload-logo img{max-height:100%;max-width:100%;object-fit:contain}.exit-clip-root .child{position:relative}.exit-clip-root .logo-container{border:2px solid #000;border-radius:50%;color:#fff;cursor:pointer;height:100px;margin-left:14px;margin-top:-150px;top:100px;width:100px}.exit-clip-root .logo{height:auto;width:100%}.edit-icon-background{background-color:#000;padding:5px;position:absolute;right:10px;top:-10px}.back-text-btn{color:#fff}.Confirm-Pre-Event-Details{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.Confirm-Pre-Event-Details .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.Confirm-Pre-Event-Details .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.Confirm-Pre-Event-Details .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.Confirm-Pre-Event-Details .header-instance{left:0!important;position:absolute!important;top:0!important}.Confirm-Pre-Event-Details .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.Confirm-Pre-Event-Details .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.Confirm-Pre-Event-Details .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.Confirm-Pre-Event-Details .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.Confirm-Pre-Event-Details .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.Confirm-Pre-Event-Details .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .div-3{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.Confirm-Pre-Event-Details .material-symbols{height:20px;position:relative;width:20px}.Confirm-Pre-Event-Details .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.Confirm-Pre-Event-Details .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.Confirm-Pre-Event-Details .text-wrapper-4,.Confirm-Pre-Event-Details .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.Confirm-Pre-Event-Details .frame-22{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:inline-flex;padding:32px 56px}.Confirm-Pre-Event-Details .frame-22,.Confirm-Pre-Event-Details .frame-23{align-items:center;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.Confirm-Pre-Event-Details .frame-23{align-self:stretch;display:flex}.Confirm-Pre-Event-Details .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.Confirm-Pre-Event-Details .frame-24{flex:0 0 auto!important}.Confirm-Pre-Event-Details .frame-1003-instance{color:#d02b2f!important}.Confirm-Pre-Event-Details .frame-25{background-color:#d02b2f33!important}.Confirm-Pre-Event-Details .line{height:1px;object-fit:cover;position:relative;width:928px}.Confirm-Pre-Event-Details .frame-26{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.Confirm-Pre-Event-Details .frame-27{gap:8px}.Confirm-Pre-Event-Details .frame-27,.Confirm-Pre-Event-Details .frame-28{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.Confirm-Pre-Event-Details .frame-28{border-radius:8px;gap:10px;padding:8px 0}.Confirm-Pre-Event-Details .text-wrapper-6{color:#374957;font-family:SF Pro Rounded-Semibold,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .frame-29{align-items:flex-start;background-color:#f8f8f8;border-radius:8px;display:inline-flex;flex:0 0 auto;gap:10px;padding:8px 16px;position:relative}.Confirm-Pre-Event-Details .text-wrapper-7{color:#717171;font-family:SF Pro Rounded-Regular,Helvetica;font-size:18px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .frame-30{gap:117px}.Confirm-Pre-Event-Details .frame-30,.Confirm-Pre-Event-Details .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.Confirm-Pre-Event-Details .frame-31{flex-direction:column;gap:16px}.Confirm-Pre-Event-Details .frame-32{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:100%}.Confirm-Pre-Event-Details .text-wrapper-8{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.Confirm-Pre-Event-Details .frame-33{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.Confirm-Pre-Event-Details .frame-34{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.Confirm-Pre-Event-Details .group-37146{position:relative!important}.Confirm-Pre-Event-Details .group-instance{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.Confirm-Pre-Event-Details .button-text-wrapper{all:unset;align-items:center;background-color:#2a16fc;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:8px 16px;position:relative}.Confirm-Pre-Event-Details .button-text-wrapper.disabled{cursor:not-allowed;opacity:.5}.primary-BTN.disabled{cursor:not-allowed!important;opacity:.5!important}.Confirm-Pre-Event-Details .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .frame-35{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.Confirm-Pre-Event-Details .text-wrapper-9{color:#282828;font-family:DM Sans,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .group-wrapper{background-color:#f4f4f4;border:1px dashed #d9d9d9;border-radius:8px;height:184px;position:relative;width:358px}.Confirm-Pre-Event-Details .overlap-group-wrapper{height:53px;left:149px;position:relative;top:67px;width:53px}.Confirm-Pre-Event-Details .overlap-group-3{height:53px;position:relative}.Confirm-Pre-Event-Details .fi-sr-video-camera{height:26px!important;left:16px!important;position:absolute!important;top:11px!important;width:26px!important}.Confirm-Pre-Event-Details .line-wrapper{align-items:center;display:inline-flex;gap:10px;justify-content:center;left:17px;padding:10px;position:absolute;top:-1px;transform:rotate(45deg)}.Confirm-Pre-Event-Details .img{height:25.51px;margin-left:-12.25px;margin-right:-13.25px;object-fit:cover;position:relative;transform:rotate(-45deg);width:25.51px}.Confirm-Pre-Event-Details .frame-1026-instance{background-image:url(/static/media/fi-rr-checkbox.74ae405fff8bf54a2a04.svg)!important;position:relative!important}.Confirm-Pre-Event-Details .frame-36{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.Confirm-Pre-Event-Details .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.Confirm-Pre-Event-Details .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .primary-BTN-3{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.Confirm-Pre-Event-Details .button-text-3{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.Confirm-Pre-Event-Details .left-nav-3{left:auto!important}.frame{align-items:flex-start;display:inline-flex;flex-direction:column;gap:32px;position:relative}.frame .no-videos-no-problem{color:#000;font-family:var(--typo-overline-font-family);font-size:var(--typo-overline-font-size);font-style:var(--typo-overline-font-style);font-weight:var(--typo-overline-font-weight);letter-spacing:var(--typo-overline-letter-spacing);line-height:var(--typo-overline-line-height);position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame .frame-wrapper{align-items:center;flex:0 0 auto;flex-direction:column;gap:32px}.frame .div-3,.frame .frame-wrapper{display:inline-flex;position:relative}.frame .div-3{gap:80px}.frame .div-3,.frame .div-4{align-items:flex-start;flex:0 0 auto}.frame .div-4{display:inline-flex;flex-direction:column;gap:10px;position:relative}.frame .text-wrapper{color:#282828;font-family:DM Sans-Bold,Helvetica;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame .div-5{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;position:relative}.Confirm-Pre-Event-Details .frame .group{height:200px;position:relative;width:350px}.frame .overlap-group{height:248px;position:relative}.frame .microsoftteams-image{height:200px;left:0;object-fit:cover;position:absolute;top:0;width:356px}.frame .div-wrapper{height:248px;left:0;position:absolute;top:0;width:387px}.frame .div-6{align-items:flex-end;display:inline-flex;flex-direction:column;gap:10px;position:relative}.frame .img{height:248px;object-fit:cover;position:relative;width:387px}.frame .play-button{height:59px;left:173px;position:absolute;top:94px;width:53px}.frame .div-7{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.frame .primary-BTN{all:unset;align-items:center;border:1px solid #4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:8px 16px;position:relative}.frame .button-text{all:unset;box-sizing:border-box;color:#4a3aff;cursor:pointer;font-family:DM Sans-Bold,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame .button{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:DM Sans-Bold,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame .primary-BTN-2{all:unset;align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;opacity:.5;padding:8px 16px;position:relative}.checkbox-label-confirm{color:#000;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;letter-spacing:.2px;line-height:12px}.checkboxtextconfirm{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.frame-instance-confirm{height:20px;width:20px}.frame-model{align-items:flex-end;background:#fff;border-radius:10px;flex-direction:column;gap:64px;padding:40px}.frame-model,.frame-model .div-model{display:inline-flex;position:relative}.frame-model .div-model{align-items:center;flex:0 0 auto;flex-direction:column;gap:47px}.frame-model .failed-loader{height:120px!important;position:relative!important;width:120px!important}.frame-model .once-published{color:#000;font-family:DM Sans-Regular,Helvetica;font-size:24px;font-weight:400;letter-spacing:0;line-height:24px;position:relative;width:466px}.frame-model .text-wrapper{line-height:30px}.frame-model .span{line-height:50px}.frame-model .div-2-model{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.frame-model .primary-BTN{align-items:center;border:1px solid #89939e;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:8px 32px;position:relative}.frame-model .button-text{color:#89939e;font-family:DM Sans-Bold,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame-model .button-text-wrapper{align-items:center;background-color:#4a3aff;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:8px 32px;position:relative}.frame-model .button-text-2{color:var(--neutral-100);cursor:pointer;font-family:DM Sans-Bold,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.frame-success-model{align-items:center;background:#fff;border-radius:10px;display:inline-flex;flex-direction:column;gap:24px;padding:50px 200px;position:relative}.frame-success-model .sucess-loader{height:120px!important;position:relative!important;width:120px!important}.frame-success-model .property-1-group-37324{height:120px!important}.frame-success-model .property-group-instance{height:120px!important;width:120px!important}.frame-success-model .fi-rr-check-instance{height:34px!important;left:43px!important;position:absolute!important;top:43px!important;transform:rotate(-90deg)!important;width:34px!important}.frame-success-model .text-wrapper-success{color:#1ba421;font-family:DM Sans-Medium,Helvetica;font-size:24px;font-weight:500;letter-spacing:0;line-height:30px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Confirm-Pre-Event-Details .primary-BTN-3.disabled{background-color:#d3d3d3;cursor:not-allowed}.loader{background:#f0f0f0;height:200px}.loader,.loader-container{align-items:center;display:flex;justify-content:center}.loader-container{background-color:#ffffff80;bottom:0;left:0;position:absolute;right:0;top:0}.property-group{height:200px;transform:rotate(90deg);width:200px}.property-group .overlap-group{height:200px;position:relative}.property-group .ellipse{height:200px;left:0;position:absolute;top:0;transform:rotate(-90deg);width:200px}.property-group .fi-rr-check{height:56px!important;left:72px!important;position:absolute!important;top:72px!important;transform:rotate(-90deg)!important;width:56px!important}.apply-season-settings{justify:space-between;background:#d02b2f;border:1px solid #d02b2f;border-radius:8px;color:#fff;cursor:pointer;font-family:Poppins;font-size:16px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;padding:8px 16px;text-align:center;width:220px}.apply-season-settings:disabled{cursor:not-allowed;opacity:.5}.custom-video-review-dashboard{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.custom-video-review-dashboard .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.custom-video-review-dashboard .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.custom-video-review-dashboard .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.custom-video-review-dashboard .header-instance{left:0!important;position:absolute!important;top:0!important}.custom-video-review-dashboard .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.custom-video-review-dashboard .left-nav-3{left:auto!important}.custom-video-review-dashboard .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:105px;width:73%}.custom-video-review-dashboard .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.custom-video-review-dashboard .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.custom-video-review-dashboard .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:5px;position:relative;width:636px}.custom-video-review-dashboard .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.custom-video-review-dashboard .pagetitle{color:var(--primary-text);font-family:Poppins,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.custom-video-review-dashboard .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.custom-video-review-dashboard .material-symbols{height:20px;position:relative;width:20px}.custom-video-review-dashboard .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.custom-video-review-dashboard .text-wrapper-4{color:#c4c4c4}.custom-video-review-dashboard .text-wrapper-4,.custom-video-review-dashboard .text-wrapper-5{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.custom-video-review-dashboard .text-wrapper-5{color:#4a3aff}.custom-video-review-dashboard .frame-data{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;height:824px;padding:32px 56px}.custom-video-review-dashboard .frame-23,.custom-video-review-dashboard .frame-data{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.custom-video-review-dashboard .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.custom-video-review-dashboard .frame-1003-instance{flex:0 0 auto!important}.custom-video-review-dashboard .frame-24{background-color:#d02b2f33!important}.custom-video-review-dashboard .frame-25{background-color:#d02b2f!important}.custom-video-review-dashboard .frame-26{color:#d02b2f!important}.custom-video-review-dashboard .line{height:1px;object-fit:cover;position:relative;width:928px}.custom-video-review-dashboard .frame-27{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.custom-video-review-dashboard .frame-28{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:16px;position:relative}.custom-video-review-dashboard .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.custom-video-review-dashboard .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.custom-video-review-dashboard .frame-30{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.custom-video-review-dashboard .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.custom-video-review-dashboard .group-37146{position:relative!important}.custom-video-review-dashboard .group-instance{left:13px!important;top:14px!important}.custom-video-review-dashboard .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.custom-video-review-dashboard .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.custom-video-review-dashboard .group-3{top:14px!important}.custom-video-review-dashboard .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.custom-video-review-dashboard .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.custom-video-review-dashboard .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.custom-video-review-dashboard .frame-datasearch{background-color:#fff;border-radius:8px 8px 0 0;display:flex;height:56px;left:0;position:absolute;top:0;width:100%}.custom-video-review-dashboard .frame-datasearch2{height:40px;left:16px;position:relative;top:8px;width:50%}.custom-video-review-dashboard .frame-datafilter{background-color:#fff;border-radius:8px 8px 0 0;float:right;height:56px;left:0;position:relative;top:0;width:50%}.custom-video-review-dashboard .frame-datafilter2{margin:10px}.custom-video-review-dashboard .search{background-color:#fff;border:1px solid #ebebeb;border:1px solid var(--Light-Beerus-Beerus,#ebebeb);border-radius:4px;height:40px;left:0;position:absolute;top:0;width:320px}.custom-video-review-dashboard .label-and{position:absolute}.custom-video-review-dashboard .input,.custom-video-review-dashboard .label-and{color:#999ca0;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;width:272px}.custom-video-review-dashboard .input{background:#0000;border:none;padding:0 0 0 8px}.custom-video-review-dashboard .generic{height:24px;left:288px;position:absolute;top:8px;width:24px}.custom-video-review-dashboard .filter-icon{height:32px;left:336px;position:absolute;top:4px;width:32px}.custom-video-review-dashboard .frame-datagrid{height:768px;left:0;position:absolute;top:56px;width:100%}.pending-video-dashboard{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;min-height:1280px;width:100%}.pending-video-dashboard .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.pending-video-dashboard .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.pending-video-dashboard .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.pending-video-dashboard .header-instance{left:0!important;position:absolute!important;top:0!important}.pending-video-dashboard .left-nav-instance{left:0!important;min-height:1200px;position:absolute!important;top:85px!important}.pending-video-dashboard .left-nav-3{left:auto!important}.pending-video-dashboard .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:105px;width:73%}.pending-video-dashboard .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.pending-video-dashboard .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.pending-video-dashboard .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:5px;position:relative;width:636px}.pending-video-dashboard .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.pending-video-dashboard .pagetitle{color:var(--primary-text);font-family:Poppins,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.pending-video-dashboard .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.pending-video-dashboard .material-symbols{height:20px;position:relative;width:20px}.pending-video-dashboard .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.pending-video-dashboard .text-wrapper-4{color:#c4c4c4}.pending-video-dashboard .text-wrapper-4,.pending-video-dashboard .text-wrapper-5{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pending-video-dashboard .text-wrapper-5{color:#4a3aff}.pending-video-dashboard .frame-data{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;height:824px}.pending-video-dashboard .frame-23,.pending-video-dashboard .frame-data{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.pending-video-dashboard .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.pending-video-dashboard .frame-1003-instance{flex:0 0 auto!important}.pending-video-dashboard .frame-24{background-color:#d02b2f33!important}.pending-video-dashboard .frame-25{background-color:#d02b2f!important}.pending-video-dashboard .frame-26{color:#d02b2f!important}.pending-video-dashboard .line{height:1px;object-fit:cover;position:relative;width:928px}.pending-video-dashboard .frame-27{align-items:flex-end;gap:32px}.pending-video-dashboard .frame-27,.pending-video-dashboard .frame-28{display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.pending-video-dashboard .frame-28{align-items:flex-start;gap:16px}.pending-video-dashboard .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.pending-video-dashboard .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.pending-video-dashboard .frame-30{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.pending-video-dashboard .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.pending-video-dashboard .group-37146{position:relative!important}.pending-video-dashboard .group-instance{left:13px!important;top:14px!important}.pending-video-dashboard .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.pending-video-dashboard .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.pending-video-dashboard .group-3{top:14px!important}.pending-video-dashboard .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.pending-video-dashboard .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.pending-video-dashboard .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pending-video-dashboard .frame-datasearch{background-color:#fff;border-radius:8px 8px 0 0;display:flex;height:56px;justify-content:space-between;width:100%}.pending-video-dashboard .frame-datasearch2{height:40px;left:16px;position:relative;top:8px;width:50%}.pending-video-dashboard .frame-datafilter{background-color:#fff;border-radius:8px 8px 0 0;height:56px;left:0;position:relative;top:0;width:50%}.pending-video-dashboard .search{background-color:#fff;border:1px solid #ebebeb;border:1px solid var(--Light-Beerus-Beerus,#ebebeb);border-radius:4px;height:40px;left:0;position:absolute;top:0;width:320px}.pending-video-dashboard .label-and{position:absolute}.pending-video-dashboard .input,.pending-video-dashboard .label-and{color:#999ca0;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;width:272px}.pending-video-dashboard .input{background:#0000;border:none;padding:0 0 0 8px}.pending-video-dashboard .generic{height:24px;left:288px;position:absolute;top:8px;width:24px}.pending-video-dashboard .filter-icon{height:32px;left:336px;position:absolute;top:4px;width:32px}.pending-video-dashboard .frame-datagrid{height:768px;left:0;position:absolute;top:56px;width:100%}.video-review-stats{grid-gap:1rem;display:grid;grid-template-columns:repeat(5,1fr);margin-top:1rem}.video-review-stats__item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:85px;padding:16px;width:200px}.video-review-stats__label{color:#809fb8;font-family:Poppins;font-size:14px;font-weight:500;letter-spacing:0;text-align:left}.video-review-stats__value{color:#4a3aff}.video-review-approved,.video-review-stats__value{font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-review-approved{color:#1ba421}.video-review-pending{color:#fb813c}.video-review-pending,.video-review-rejected{font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-review-rejected{color:#ea0c0c}.accept-button{background-color:#4caf50;font-weight:400;margin:10px}.accept-button,.reject-button{border:0;border-radius:7px;color:#fff;cursor:pointer;display:inline-block;font-family:Poppins,Helvetica;font-size:16px;height:40px;text-align:center;text-decoration:none;width:90px}.reject-button{background-color:#ea0c0c;margin:10px 20px 10px 10px}.text-area{height:150px;width:300px}.button-modal{border-radius:20px;cursor:pointer;font-family:Poppins,Helvetica;height:35px;width:82px}.rejectyes{background-color:#4a3aff;border:0;color:#fff}.rejectno{background-color:#fff;border-color:#4a3aff;color:#4a3aff}.modal-label{color:grey;font-family:Poppins,Helvetica}.modal-label-reject{color:#000;font-family:Poppins,Helvetica}.dialogConfig .MuiDialog-paper{height:300px;width:500px}.dialogConfig2 .MuiDialog-paper{height:200px;width:450px}.rejectDialogConfig .MuiDialog-paper{height:420px;width:500px}.brightness-alert{height:24px;left:50%;position:absolute;top:13%;transform:translate(-50%,-50%);width:24px}.ellipse1{background-color:initial;border-radius:27.5px;height:25px;left:0;position:absolute;top:21px;width:55px}.overlap-group1{position:relative}.fi-rr-check{height:18px;margin-top:20px;padding-top:6px}.round-button-accept{background-color:green}.round-button-accept,.round-button-reject{border-color:#fff;border-radius:50%;height:25px;width:25px}.round-button-reject{background-color:red}.accept{background-color:green;color:#fff}.reject{background-color:red;color:#fff}.button-container{align-items:center;display:flex}.button-container .round-button-reject{margin-left:10px}.button-text{color:green;font-size:12px;margin-left:5px}.table-cells{align-items:center;gap:8px;height:64px;padding:0 8px}.table-cells,.thumb-wrapper{display:inline-flex;position:relative}.thumb-wrapper{align-items:flex-start;flex:0 0 auto;flex-direction:column;gap:10px}.thumb{align-items:center;display:flex;height:35px;justify-content:center;overflow:hidden;position:relative;width:80px}.thumb img{max-height:100%;max-width:100%;object-fit:contain;object-position:center}.overlap-group-wrapper{height:48px;width:86px}.overlap-group{cursor:pointer;height:48px;position:relative}.index-reason{z-index-reason:1000;background-color:#fff;border:1px solid #d4d4d4;border-radius:5px;box-shadow:0 2px 8px #0000001a;height:208px;justify-content:center;margin-left:-190px;padding:16px;position:absolute;width:250px}.index-reason-reason .frame-wrapper{border:1px;height:129px;width:185px}.index-reason-reason .frame{background-color:#fff;border-radius:4px;box-shadow:0 4px 24px #7b7b7b0f;height:129px;position:relative}.index-reason .div-wrapper{height:77px;left:-85px;position:absolute;top:8px;width:169px}.index-reason .div{height:77px}.index-reason .frame-2{height:77px;width:169px}.index-reason .frame-3{height:77px;position:relative}.index-reason .reason-for-rejection{left:96px;position:absolute;text-align:center;white-space:nowrap}.index-reason .reason-for-rejection,.index-reason .text-wrapper{color:#374957;font-family:Poppins,Helvetica;font-size:16px;font-weight:500;letter-spacing:0;line-height:20px}.index-reason .rectangle{background-color:#f8f8f8;border-radius:8px;height:100px;left:92px;position:absolute;top:27px;width:200px}.index-reason .frame-4{height:28px;left:368px;position:absolute;top:93px;width:137px}.index-reason .primary-BTN{all:unset;border-radius:4px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;height:28px;left:-300px;position:absolute;top:50px;width:71px}.index-reason .button-text{left:8px;position:absolute;text-align:center;top:3px;white-space:nowrap}.index-reason .button-text,.index-reason .span{color:#89939e;font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px}.index-reason .button-text-wrapper{all:unset;background-color:#4a3aff;border-radius:4px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;height:28px;left:-220px;position:absolute;top:50px;width:56px}.index-reason .span-wrapper{left:8px;position:absolute;text-align:center;top:3px;white-space:nowrap}.index-reason .span-wrapper,.index-reason .text-wrapper-2{color:#fff;font-family:DM Sans,Helvetica;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px}.textarea-css{height:100px;width:200px}.post-event-details-dashboard{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.post-event-details-dashboard .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.post-event-details-dashboard .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.post-event-details-dashboard .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.post-event-details-dashboard .header-instance{left:0!important;position:absolute!important;top:0!important}.post-event-details-dashboard .left-nav-instance{left:0!important;position:absolute!important;top:85px!important}.post-event-details-dashboard .left-nav-3{left:auto!important}.post-event-details-dashboard .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:105px;width:73%}.post-event-details-dashboard .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.post-event-details-dashboard .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.post-event-details-dashboard .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:5px;position:relative;width:636px}.post-event-details-dashboard .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.post-event-details-dashboard .pagetitle{color:var(--primary-text);font-family:Poppins,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.post-event-details-dashboard .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.post-event-details-dashboard .material-symbols{height:20px;position:relative;width:20px}.post-event-details-dashboard .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.post-event-details-dashboard .text-wrapper-4{color:#c4c4c4}.post-event-details-dashboard .text-wrapper-4,.post-event-details-dashboard .text-wrapper-5{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post-event-details-dashboard .text-wrapper-5{color:#4a3aff}.post-event-details-dashboard .frame-data{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;height:824px;padding:32px 56px}.post-event-details-dashboard .frame-23,.post-event-details-dashboard .frame-data{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.post-event-details-dashboard .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.post-event-details-dashboard .frame-1003-instance{flex:0 0 auto!important}.post-event-details-dashboard .frame-24{background-color:#d02b2f33!important}.post-event-details-dashboard .frame-25{background-color:#d02b2f!important}.post-event-details-dashboard .frame-26{color:#d02b2f!important}.post-event-details-dashboard .line{height:1px;object-fit:cover;position:relative;width:928px}.post-event-details-dashboard .frame-27{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.post-event-details-dashboard .frame-28{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:16px;position:relative}.post-event-details-dashboard .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.post-event-details-dashboard .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.post-event-details-dashboard .frame-30{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.post-event-details-dashboard .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.post-event-details-dashboard .group-37146{position:relative!important}.post-event-details-dashboard .group-instance{left:13px!important;top:14px!important}.post-event-details-dashboard .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.post-event-details-dashboard .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.post-event-details-dashboard .group-3{top:14px!important}.post-event-details-dashboard .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.post-event-details-dashboard .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.post-event-details-dashboard .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post-event-details-dashboard .frame-datasearch{background-color:#fff;border-radius:8px 8px 0 0;display:flex;height:56px;left:0;position:absolute;top:0;width:100%}.post-event-details-dashboard .frame-datasearch2{height:40px;left:16px;position:relative;top:8px;width:50%}.post-event-details-dashboard .frame-datafilter{background-color:#fff;border-radius:8px 8px 0 0;height:56px;left:0;position:relative;top:0;width:50%}.post-event-details-dashboard .search{background-color:#fff;border:1px solid #ebebeb;border:1px solid var(--Light-Beerus-Beerus,#ebebeb);border-radius:4px;height:40px;left:0;position:absolute;top:0;width:320px}.post-event-details-dashboard .label-and{position:absolute}.post-event-details-dashboard .input,.post-event-details-dashboard .label-and{color:#999ca0;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;width:272px}.post-event-details-dashboard .input{background:#0000;border:none;padding:0 0 0 8px}.post-event-details-dashboard .generic{height:24px;left:288px;position:absolute;top:8px;width:24px}.post-event-details-dashboard .filter-icon{height:32px;left:336px;position:absolute;top:4px;width:32px}.post-event-details-dashboard .frame-datagrid{height:768px;left:0;position:absolute;top:56px;width:100%}.custom-step-label{flex:none;text-align:center;width:60px}.custom-alternative-label{margin-top:5px}.custom-step-icon{background-color:#008744;border-radius:50%;height:24px;width:24px}.post-event-overview{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;width:100%}.post-event-overview .div-2{background-color:#f7f7fb;height:1280px;position:relative;width:100%}.post-event-overview .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.post-event-overview .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.post-event-overview .header-instance{left:0!important;position:absolute!important;top:0!important}.post-event-overview .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.post-event-overview .left-nav-3{left:auto!important}.post-event-overview .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:109px;width:73%}.post-event-overview .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.post-event-overview .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.post-event-overview .frame-34.disabled{opacity:.5;pointer-events:none}.post-event-overview .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:12px;position:relative;width:636px}.post-event-overview .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.post-event-overview .text-wrapper-3{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post-event-overview .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.post-event-overview .material-symbols{height:20px;position:relative;width:20px}.post-event-overview .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.post-event-overview .text-wrapper-4{color:#c4c4c4;font-family:Poppins,Helvetica}.post-event-overview .text-wrapper-4,.post-event-overview .text-wrapper-5{font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post-event-overview .text-wrapper-5{color:#4a3aff;font-family:Poppins-Regular,Helvetica}.post-event-overview .frame-22{align-items:flex-start;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;gap:32px;padding:32px}.post-event-overview .frame-22,.post-event-overview .frame-23{align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;position:relative;width:100%}.post-event-overview .frame-23{align-items:center;gap:16px}.post-event-overview .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.post-event-overview .frame-1003-instance{flex:0 0 auto!important}.post-event-overview .frame-24{background-color:#d02b2f33!important}.post-event-overview .frame-25{background-color:#d02b2f!important}.post-event-overview .frame-26{color:#d02b2f!important}.post-event-overview .line{height:1px;object-fit:cover;position:relative;width:928px}.post-event-overview .frame-27{align-items:flex-end;gap:32px}.post-event-overview .frame-27,.post-event-overview .frame-28{display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.post-event-overview .frame-28{align-items:flex-start;gap:16px}.post-event-overview .frame-29{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative;width:682.51px}.post-event-overview .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:auto}.post-event-overview .frame-30{flex:0 0 auto;flex-direction:column}.post-event-overview .frame-30,.post-event-overview .frame-31{align-items:flex-start;display:inline-flex;gap:24px;position:relative}.post-event-overview .frame-31{flex:0 0 auto}.post-event-overview .group-37146{position:relative!important}.post-event-overview .group-instance{left:13px!important;top:14px!important}.post-event-overview .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.post-event-overview .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.post-event-overview .group-3{top:14px!important}.post-event-overview .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.post-event-overview .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.post-event-overview .primary-BTN-2{all:unset;align-items:center;border:2px solid #a0a3bd;border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.post-event-overview .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post-event-overview .button-text-2{all:unset;box-sizing:border-box;color:#a0a3bd;font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-2px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.property-default-wrapper-music .event-ID{width:100%}.frame-streaming-provider{margin-top:20px}.progress-percent{color:red;font-weight:700}.postevent-handshake-row{width:100%}.postevent-handshake-offsets{align-items:flex-start;display:flex;gap:24px;width:100%}.postevent-handshake-field{display:flex;flex:1 1;flex-direction:column;gap:10px}.postevent-handshake-label{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height)}.postevent-handshake-input{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;display:flex;height:45px;padding:10px;position:relative;width:100%}.postevent-handshake-saved{color:#1ba421;font-family:Poppins,Helvetica,Arial,sans-serif;font-size:12px}.upload-media-clip-section{align-items:flex-start;display:inline-flex;flex-direction:column;position:relative}.upload-media-clip-section .frame-23{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.upload-media-clip-section .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.upload-media-clip-section .frame-24{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:7px;position:relative}.upload-media-clip-section .frame-radio-button{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:32px;position:relative}.upload-media-clip-section .radio-btn-music-clip-instance{flex:0 0 auto!important}.upload-media-clip-section .radio-btn-music-clip-2{width:135px!important}.upload-media-clip-section .radio-btn-music-clip-3{width:136px!important}.upload-media-clip-section .frame-26{gap:8px}.upload-media-clip-section .frame-26,.upload-media-clip-section .group-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.upload-media-clip-section .group-wrapper{gap:4px}.upload-media-clip-section .dropdown-instance{position:relative!important}.upload-media-clip-section .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.upload-media-clip-section .frame-instance{flex:0 0 auto!important;padding:0 0 0 6px!important}.upload-media-clip-section .radio-buttons-2{height:24px!important;position:relative!important;width:24px!important}.upload-media-clip-section .frame-27{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.upload-media-clip-section .audio-clip{height:64px!important;position:relative!important;width:221.44px!important}.upload-media-clip-section .property-1-3-default{gap:32px}.upload-media-clip-section .property-1-3-default .frame-23,.upload-media-clip-section .property-1-3-variant-2{gap:16px}.upload-media-clip-section .property-1-3-variant-2 .frame-23{gap:7px}#streamingproviderpostevent{margin-right:40px}#streamingproviderpostevent,#streamingurlpostevent{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;gap:10px;padding:15px;width:400px}#streamingurlpostevent{color:#000}.timestamp-field-wrapper{display:flex;flex-direction:column;gap:8px}.timestamp-input{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;display:flex;gap:10px;height:45px;padding:10px;position:relative;width:100%}.timestamp-label{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height);margin-top:-1px;position:relative;white-space:nowrap;width:auto}.timestamp-format-label{align-items:center;color:gray;display:inline-flex;font-size:12px;gap:5px}.checkbox{background-size:100% 100%;height:16px;margin-left:.5%;position:relative;width:16px}.i-authorise{color:#1c1b1f;font-family:var(--typo-overline-font-family);font-size:var(--typo-overline-font-size);font-style:var(--typo-overline-font-style);font-weight:var(--typo-overline-font-weight);letter-spacing:var(--typo-overline-letter-spacing);line-height:var(--typo-overline-line-height);position:relative;white-space:nowrap;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}#FileUpload{bottom:0;position:fixed;right:10px;transition:width .3s ease-in-out}#FileUpload.minimized{width:200px}.wrapper{background-color:#fff;box-shadow:0 19px 38px #0000004d,0 15px 12px #00000038;width:430px}.wrapper h6{padding-left:20px;padding-top:5px}.upload{align-items:center;border-radius:5px;display:flex;height:50px;justify-content:space-evenly}.upload,.upload p{font-family:Poppins;font-size:16px}.upload p{color:#000;line-height:35;margin-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.minimized-wrapper{align-items:center;background-color:#4a3aff;border:2px solid #1976d2;border-radius:5px;box-shadow:0 5px 10px #00000026;display:flex;justify-content:space-between;padding:5px;width:200px}.header-buttons{display:inline;float:right}.upload-header{background-color:#4a3aff;border-radius:8px 8px 0 0;color:#fff;font-size:15px;opacity:.9}.header-buttons button{margin-left:50px}.uploaded{align-items:center;background-color:#796fed;border-radius:10px;display:flex;flex-direction:row;justify-content:flex-start;margin:10px auto;width:375px}.file{display:flex;flex-direction:column}.file__name{align-items:baseline;color:#fff;display:flex;flex-direction:row;font-family:Poppins;font-size:18px;justify-content:space-between;letter-spacing:1.5px;line-height:0;width:300px}.fa-times:hover{cursor:pointer;opacity:.8}.fa-file-pdf{color:#000;font-size:40px;padding:15px}.video-processing-dashboard{background-color:#f7f7fb;display:flex;flex-direction:row;justify-content:center;min-height:1280px;width:100%}.video-processing-dashboard .div-2{background-color:#f7f7fb;height:1024px;position:relative;width:100%}.video-processing-dashboard .overlap-2{height:83px;left:0;position:absolute;top:0;width:100%}.video-processing-dashboard .rectangle-2{background-color:#fff;box-shadow:0 4px 24px #0000000d;height:64px;left:0;position:absolute;top:0;width:100%}.video-processing-dashboard .header-instance{left:0!important;position:absolute!important;top:0!important}.video-processing-dashboard .left-nav-instance{height:1200px;left:0!important;position:absolute!important;top:85px!important}.video-processing-dashboard .left-nav-3{left:auto!important}.video-processing-dashboard .frame-19{align-items:flex-end;display:inline-flex;flex-direction:column;gap:24px;left:324px;position:absolute;top:105px;width:73%}.video-processing-dashboard .frame-20{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative;width:100%}.video-processing-dashboard .section-title{align-items:center;display:flex;flex:0 0 auto;gap:20px;position:relative}.video-processing-dashboard .frame-21{align-items:flex-start;display:flex;flex-direction:column;gap:5px;position:relative;width:636px}.video-processing-dashboard .page-title{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.video-processing-dashboard .pagetitle{color:var(--primary-text);font-family:Poppins,Helvetica;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.video-processing-dashboard .breadcrum{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.video-processing-dashboard .material-symbols{height:20px;position:relative;width:20px}.video-processing-dashboard .keyboard-arrow-right{height:8px;position:relative;width:5.33px}.video-processing-dashboard .text-wrapper-4{color:#c4c4c4}.video-processing-dashboard .text-wrapper-4,.video-processing-dashboard .text-wrapper-5{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.video-processing-dashboard .text-wrapper-5{color:#4a3aff}.video-processing-dashboard .frame-data{background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;height:824px}.video-processing-dashboard .frame-23,.video-processing-dashboard .frame-data{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative;width:100%}.video-processing-dashboard .frame-1003-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:112px;position:relative}.video-processing-dashboard .frame-1003-instance{flex:0 0 auto!important}.video-processing-dashboard .frame-24{background-color:#d02b2f33!important}.video-processing-dashboard .frame-25{background-color:#d02b2f!important}.video-processing-dashboard .frame-26{color:#d02b2f!important}.video-processing-dashboard .line{height:1px;object-fit:cover;position:relative;width:928px}.video-processing-dashboard .frame-27{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:32px;position:relative}.video-processing-dashboard .frame-28{display:inline-flex;gap:16px}.video-processing-dashboard .frame-28,.video-processing-dashboard .frame-29{align-items:flex-start;flex:0 0 auto;flex-direction:column;position:relative}.video-processing-dashboard .frame-29{display:flex;gap:7px;width:682.51px}.video-processing-dashboard .text-wrapper-6{color:var(--neutral-800);font-family:var(--headings-typography-size-3-font-family);font-size:var(--headings-typography-size-3-font-size);font-style:var(--headings-typography-size-3-font-style);font-weight:var(--headings-typography-size-3-font-weight);letter-spacing:var(--headings-typography-size-3-letter-spacing);line-height:var(--headings-typography-size-3-line-height);margin-top:-1px;position:relative;width:202.63px}.video-processing-dashboard .frame-30{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.video-processing-dashboard .frame-31{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.video-processing-dashboard .group-37146{position:relative!important}.video-processing-dashboard .group-instance{left:13px!important;top:14px!important}.video-processing-dashboard .group-37146-instance{color:#c8c8c8!important;font-family:Raleway,Helvetica!important;font-size:14px!important;font-weight:500!important}.video-processing-dashboard .group-2{white-space:nowrap!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.video-processing-dashboard .group-3{top:14px!important}.video-processing-dashboard .primary-BTN-wrapper{all:unset;align-items:flex-start;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:24px;justify-content:flex-end;position:relative}.video-processing-dashboard .primary-BTN{all:unset;align-items:center;background-color:var(--primarycolor-1);border-radius:56px;box-shadow:0 3px 12px #4939ff2e;box-sizing:border-box;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;padding:20px 40px 21px;position:relative}.video-processing-dashboard .button-text{all:unset;box-sizing:border-box;color:var(--neutral-100);font-family:var(--other-18-20-b-font-family);font-size:var(--other-18-20-b-font-size);font-style:var(--other-18-20-b-font-style);font-weight:var(--other-18-20-b-font-weight);letter-spacing:var(--other-18-20-b-letter-spacing);line-height:var(--other-18-20-b-line-height);margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.video-processing-dashboard .frame-datasearch{background-color:#fff;border-radius:8px 8px 0 0;display:flex;height:56px;justify-content:space-between;width:100%}.video-processing-dashboard .frame-datasearch2{height:40px;left:16px;position:relative;top:8px;width:50%}.video-processing-dashboard .frame-datafilter{background-color:#fff;border-radius:8px 8px 0 0;height:56px;left:0;position:relative;top:0;width:50%}.video-processing-dashboard .search{background-color:#fff;border:1px solid #ebebeb;border:1px solid var(--Light-Beerus-Beerus,#ebebeb);border-radius:4px;height:40px;left:0;position:absolute;top:0;width:320px}.video-processing-dashboard .label-and{position:absolute}.video-processing-dashboard .input,.video-processing-dashboard .label-and{color:#999ca0;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;width:272px}.video-processing-dashboard .input{background:#0000;border:none;padding:0 0 0 8px}.video-processing-dashboard .generic{height:24px;left:288px;position:absolute;top:8px;width:24px}.video-processing-dashboard .filter-icon{height:32px;left:336px;position:absolute;top:4px;width:32px}.video-processing-dashboard .frame-datagrid{height:768px;left:0;position:absolute;top:56px;width:100%}.video-processing-dashboard .video-review-stats{grid-gap:1rem;display:grid;grid-template-columns:repeat(5,1fr);margin-top:1rem}.video-processing-dashboard .video-review-stats__item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:85px;padding:16px;width:180px}.video-processing-dashboard .video-review-stats__label{color:#809fb8;font-family:Poppins;font-size:14px;font-weight:500;letter-spacing:0;text-align:left}.video-processing-dashboard .video-review-stats__value{color:#4a3aff;font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-processing-dashboard .video-review-queue{color:#9ba41b;font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-processing-dashboard .video-review-approved{color:#1ba421;font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-processing-dashboard .video-review-pending{color:#fb813c;font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-processing-dashboard .video-review-rejected{color:#ea0c0c;font-family:Poppins;font-size:21px;font-weight:700;letter-spacing:0;text-align:left}.video-processing-dashboard .refresh-button{align-items:center;background-color:initial;border:1px solid #999ca0;border-radius:4px;cursor:pointer;display:flex;height:40px;justify-content:center;margin-right:16px;margin-top:8px;padding:8px;width:40px}.video-processing-dashboard .refresh-icon{color:#999ca0}.event-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:16px;padding:16px;width:100%}.event-details{font-size:16px}.event-details p{font-family:Poppins;margin:8px 0}.event-details strong{font-weight:700}.handshake-template .submit-button{background-color:blue;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:10px 20px}.handshake-template .submit-button:hover{background-color:#00008b}.handshake-template .submit-button.disabled{background-color:#d3d3d3;cursor:not-allowed}.handshake-template .timestamp-field-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.handshake-template .clientId-input{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;display:flex;gap:10px;height:45px;padding:10px;position:relative;width:100%}.handshake-template .clientId-label{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height);margin-top:-1px;position:relative;width:69.93px}.handshake-template .frame-22{align-items:flex-start;align-self:stretch;background-color:#fff;border-radius:24px;box-shadow:0 4px 16px #080f340f;display:flex;flex:0 0 auto;flex-direction:column;gap:32px;margin:2% auto;padding:32px;position:relative;width:50%}.handshake-template .text-wrapper{color:var(--primary-text);font-family:Nunito Sans-Bold,Helvetica;font-size:21px;font-weight:700;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.handshake-template .timestamp-field-wrapperr{align-items:center;display:flex}.handshake-template .gauge-wrapper{text-align:center}.handshake-template .i-authorise{font-family:var(--typo-overline-font-family);font-size:var(--typo-overline-font-size);line-height:var(--typo-overline-line-height);width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.confScore,.handshake-template .i-authorise{color:#1c1b1f;font-style:var(--typo-overline-font-style);font-weight:var(--typo-overline-font-weight);letter-spacing:var(--typo-overline-letter-spacing);position:relative;white-space:nowrap}.confScore{font-family:poppins;line-height:20px;text-align:center;width:100%}.confScore-inner{font-size:large;font-weight:600}.radial-gauge{margin:0 auto}.excel-upload-component{width:420px}.excel-upload-component .frame-15{align-items:flex-start;display:inline-flex;flex-direction:column;gap:8px;position:relative}.excel-upload-component .event-ID-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:10px;position:relative}.excel-upload-component .event-ID{color:var(--neutral-800);font-family:var(--other-18-20-m-font-family);font-size:var(--other-18-20-m-font-size);font-style:var(--other-18-20-m-font-style);font-weight:var(--other-18-20-m-font-weight);letter-spacing:var(--other-18-20-m-letter-spacing);line-height:var(--other-18-20-m-line-height);margin-top:-1px;position:relative}.excel-upload-component .frame-16{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.excel-upload-component .frame-17{display:inline-flex;flex:0 0 auto;position:relative}.excel-upload-component .frame-18{align-items:center;display:flex;gap:10px;position:relative;width:362px}.excel-upload-component .text-wrapper-4{color:var(--neutral-600);font-family:Raleway,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.excel-upload-component .frame-19{align-items:center;border:1px solid #eff0f6;border-radius:8px 8px 0 0;gap:10px;padding:16px}.excel-upload-component .frame-19,.excel-upload-component .frame-20{background-color:#fff;display:inline-flex;flex:0 0 auto;position:relative}.excel-upload-component .frame-20{align-items:flex-start;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-radius:0 0 8px 8px;border-right:1px solid #f2f2f2;border-top-color:#f2f2f2;flex-direction:column;overflow:hidden}.excel-upload-component .frame-21{align-items:center;border-bottom:1px solid;border-color:#eff0f6;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.excel-upload-component .instance-node{height:16px!important;position:relative!important;width:16px!important}.excel-upload-component .frame-22{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;padding:16px;position:relative}.excel-upload-component .text-wrapper-5{color:var(--neutral-600);font-family:Raleway,Helvetica;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.excel-upload-component .frame-1027{flex:0 0 auto!important;padding:0 0 0 6px!important}.excel-upload-component.property-1-0-default{height:120px}.excel-upload-component.property-1-0-variant-3{height:108px}.excel-upload-component.property-1-0-variant-2{height:332px}.excel-upload-component.property-1-0-default .frame-15,.excel-upload-component.property-1-0-variant-3 .frame-15{top:4px}.excel-upload-component.property-1-0-variant-2 .frame-15{top:12px}.excel-upload-component.property-1-0-default .frame-17{cursor:pointer;padding:15px}.excel-upload-component.property-1-0-default .frame-17,.excel-upload-component.property-1-0-variant-3 .frame-17{align-items:center;background-color:#fff;border:1px solid #eff0f6;border-radius:8px;box-shadow:0 2px 6px #13124212;gap:10px}.excel-upload-component.property-1-0-variant-3 .frame-17{padding:16px}.excel-upload-component.property-1-0-variant-2 .frame-17{align-items:flex-start;flex-direction:column}
/*# sourceMappingURL=main.8d3285f0.css.map*/