@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin: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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}.str-video *,.str-video :after,.str-video :before{box-sizing:border-box}.str-video{--str-video__brand-color1:#005fff;--str-video__brand-color2:#69e5f6;--str-video__brand-color3:#00e2a1;--str-video__brand-color4:#ffd646;--str-video__brand-color5:#dc433b;--str_video__brand-color6:#b38af8;--str-video__base-color1:#e3e4e5;--str-video__base-color2:#979ca0;--str-video__base-color3:#4c535b;--str-video__base-color4:#000;--str-video__base-color5:#0c0d0e;--str-video__base-color6:#19232d;--str-video__base-color7:#101213;--str-video__backdrop1:#00000080;--str-video__button-default-base:#19232d;--str-video__button-default-hover:#323b44;--str-video__button-default-pressed:#0c0d0e;--str-video__button-default-active:#19232d;--str-video__button-default-disabled:#1e262e;--str-video__button-primary-base:#19232d;--str-video__button-primary-hover:#4c8fff;--str-video__button-primary-pressed:#0c48ab;--str-video__button-primary-active:#005fff;--str-video__button-secondary-base:#19232d;--str-video__button-secondary-hover:#e96962;--str-video__button-secondary-pressed:#6a3233;--str-video__button-secondary-active:#dc433b;--str-video__button-tertiary-base:#dc433b;--str-video__button-tertiary-hover:#e96962;--str-video__button-tertiary-pressed:#6a3233;--str-video__button-tertiary-active:#31292f;--str-video__icon-default:#eff0f1;--str-video__icon-hover:#eff0f1;--str-video__icon-pressed:#656b72;--str-video__icon-active:#e3e4e5;--str-video__icon-alert:#e3e4e5;--str-video__icon-disabled:#7e8389;--str-video__alert-success:#00e2a1;--str-video__alert-caution:#ffd646;--str-video__alert-warning:#dc433b;--str-video__alert-success-background:#00e2a180;--str-video__alert-caution-background:#ffd64680;--str-video__alert-warning-background:#dc433b80;--str-video__font-size-xxs:0.625rem;--str-video__font-size-xs:0.75rem;--str-video__font-size-sm:0.875rem;--str-video__font-size-md:1rem;--str-video__font-size-lg:1.125rem;--str-video__font-size-xl:1.25rem;--str-video__font-size-xxl:1.5rem;--str-video__border-radius-xxs:4px;--str-video__border-radius-xs:8px;--str-video__border-radius-sm:12px;--str-video__border-radius-md:18px;--str-video__border-radius-lg:24px;--str-video__border-radius-xl:30px;--str-video__border-radius-xxl:48px;--str-video__border-radius-circle:999px;--str-video__spacing-xxs:4px;--str-video__spacing-xs:6px;--str-video__spacing-sm:8px;--str-video__spacing-md:12px;--str-video__spacing-lg:16px;--str-video__spacing-xl:20px;--str-video__primary-color:#005fff;--str-video__secondary-color:#669fff;--str-video__text-color1:#fff;--str-video__text-color2:#b4b7bb;--str-video__text-color3:#72767e;--str-video__text-color4:#f7f7f8;--str-video__info-color:#4ce68c;--str-video__info-color--accent:#20e070;--str-video__danger-color:#ff3742;--str-video__danger-color--accent:#ff000e;--str-video__background-color0:#000;--str-video__background-color1:#1c1e22;--str-video__background-color2:#272a30;--str-video__background-color3:#f4f4f5;--str-video__background-color4:#121416;--str-video__background-color5:#1d2938;--str-video__background-color6:#b4b7bb;--str-video__background-color7:#72767e;--str-video__overlay-color:#272a30bf;--str-video__livestream-overlay-color:#272a3040;--str-video__livestream-overlay-color-hovered:#272a3080;--str-video__icon--call-accept:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjUxIDEyLjM4MmMtMS4yMyAwLTIuNDItLjItMy41My0uNTZhLjk3Ny45NzcgMCAwIDAtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDEuNjlDMS4xNS4wMDIuNS4yNDIuNS45OTJjMCA5LjI5IDcuNzMgMTcuMDEgMTcuMDEgMTcuMDEuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);--str-video__icon--call-end:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQuNTggMTYuMDMgMi0xLjU5Yy40OC0uMzguNzYtLjk2Ljc2LTEuNTd2LTIuNmMzLjAyLS45OCA2LjI5LS45OSA5LjMyIDB2Mi42MWMwIC42MS4yOCAxLjE5Ljc2IDEuNTdsMS45OSAxLjU4Yy44LjYzIDEuOTQuNTcgMi42Ni0uMTVsMS4yMi0xLjIyYy44LS44LjgtMi4xMy0uMDUtMi44OC02LjQxLTUuNjYtMTYuMDctNS42Ni0yMi40OCAwLS44NS43NS0uODUgMi4wOC0uMDUgMi44OGwxLjIyIDEuMjJjLjcxLjcyIDEuODUuNzggMi42NS4xNVoiIGZpbGw9IiNCMEI0QjciLz48L3N2Zz4=);--str-video__icon--camera:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDEwLjVWN2MwLS41NS0uNDUtMS0xLTFINGMtLjU1IDAtMSAuNDUtMSAxdjEwYzAgLjU1LjQ1IDEgMSAxaDEyYy41NSAwIDEtLjQ1IDEtMXYtMy41bDIuMjkgMi4yOWMuNjMuNjMgMS43MS4xOCAxLjcxLS43MVY4LjkxYzAtLjg5LTEuMDgtMS4zNC0xLjcxLS43MUwxNyAxMC41WiIgZmlsbD0iI0IwQjRCNyIvPjwvc3ZnPg==);--str-video__icon--camera-off:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjI5MSAxNC43N1Y5LjQ4YzAtLjg5LTEuMDgtMS4zNC0xLjcxLS43MWwtMi4yOSAyLjN2LTMuNWMwLS41NS0uNDUtMS0xLTFoLTUuNjFsOC45MSA4LjkxYy42Mi42MyAxLjcuMTggMS43LS43MVpNMy4wMDIgMy4xM2EuOTk2Ljk5NiAwIDAgMCAwIDEuNDFsMi4wMiAyLjAzaC0uNzNjLS41NSAwLTEgLjQ1LTEgMXYxMGMwIC41NS40NSAxIDEgMWgxMmMuMjEgMCAuMzktLjA4LjU1LS4xOGwyLjQ4IDIuNDhhLjk5Ni45OTYgMCAxIDAgMS40MS0xLjQxTDQuNDEyIDMuMTNhLjk5Ni45OTYgMCAwIDAtMS40MSAwWiIgZmlsbD0iI0IwQjRCNyIvPjwvc3ZnPg==);--str-video__icon--caret:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMjU1IDEwLjQ4OSA5LjQxMyA4LjMzYS44My44MyAwIDAgMSAxLjE3NSAwbDIuMTU5IDIuMTU5Yy41MjQuNTI0LjE1IDEuNDI1LS41OTIgMS40MjVINy44MzhjLS43NDEgMC0xLjEwOC0uOS0uNTgzLTEuNDI1WiIgZmlsbD0iI0UzRTRFNSIvPjwvc3ZnPg==);--str-video__icon--caret-down:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMjU1IDEwLjQ4OSA5LjQxMyA4LjMzYS44My44MyAwIDAgMSAxLjE3NSAwbDIuMTU5IDIuMTU5Yy41MjQuNTI0LjE1IDEuNDI1LS41OTIgMS40MjVINy44MzhjLS43NDEgMC0xLjEwOC0uOS0uNTgzLTEuNDI1WiIgZmlsbD0iI0UzRTRFNSIvPjwvc3ZnPg==);--str-video__icon--caret-up:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMjU1IDEwLjQ4OSA5LjQxMyA4LjMzYS44My44MyAwIDAgMSAxLjE3NSAwbDIuMTU5IDIuMTU5Yy41MjQuNTI0LjE1IDEuNDI1LS41OTIgMS40MjVINy44MzhjLS43NDEgMC0xLjEwOC0uOS0uNTgzLTEuNDI1WiIgZmlsbD0iI0UzRTRFNSIvPjwvc3ZnPg==);--str-video__icon--chevron-down:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTcuNDEgOC4yOTUgNC41OSA0LjU4IDQuNTktNC41OEwxOCA5LjcwNWwtNiA2LTYtNiAxLjQxLTEuNDFaIiBmaWxsPSIjQjBCNEI3Ii8+PC9zdmc+);--str-video__icon--chevron-up:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTcuNDEgMTUuNzA1IDQuNTktNC41OCA0LjU5IDQuNTggMS40MS0xLjQxLTYtNi02IDYgMS40MSAxLjQxWiIgZmlsbD0iI0UzRTRFNSIvPjwvc3ZnPg==);--str-video__icon--chevron-right:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuOTk4IDIxLjAxNWMuNDkuNDkgMS4yOC40OSAxLjc3IDBsOC4zMS04LjMxYS45OTYuOTk2IDAgMCAwIDAtMS40MWwtOC4zMS04LjMxYTEuMjUgMS4yNSAwIDAgMC0xLjc3IDAgMS4yNSAxLjI1IDAgMCAwIDAgMS43N2w3LjI0IDcuMjUtNy4yNSA3LjI1Yy0uNDguNDgtLjQ4IDEuMjguMDEgMS43NloiIGZpbGw9IiNCMEI0QjciLz48L3N2Zz4=);--str-video__icon--call-latency:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjAwMyAxNy45OTlhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyWk03LjAwMyAxMi45OTlhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyWk0xNy4wMDMgMTIuOTk5YTEgMSAwIDEgMCAwLTIgMSAxIDAgMCAwIDAgMloiIGZpbGw9IiNFM0U0RTUiLz48cGF0aCBkPSJNMTIuMDAzIDIuOTk5Yy0uNTUgMC0xIC40NS0xIDF2MmMwIC41NS40NSAxIDEgMXMxLS40NSAxLTF2LS45MmMzLjMxLjQ4IDUuODcgMy4yNSA2IDYuNjYuMTQgMy44NS0zLjAzIDcuMi02Ljg4IDcuMjZhNi45OTYgNi45OTYgMCAwIDEtNy4xMi03YzAtMS42OC41OS0zLjIyIDEuNTgtNC40Mmw0LjcxIDQuNzJhLjk5Ni45OTYgMCAxIDAgMS40MS0xLjQxbC01LjQ0LTUuNDNjLS4zOC0uMzgtMS0uMzktMS40LS4wMmE4LjkwNCA4LjkwNCAwIDAgMC0yLjg2IDYuNTZjMCA1LjA0IDQuMTQgOS4xMiA5LjIxIDkgNC43LS4xMSA4LjYzLTQuMDEgOC43OC04LjcxLjE3LTUuMS0zLjkyLTkuMjktOC45OS05LjI5WiIgZmlsbD0iI0UzRTRFNSIvPjwvc3ZnPg==);--str-video__icon--close:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjMgNS43MWEuOTk2Ljk5NiAwIDAgMC0xLjQxIDBMMTIgMTAuNTkgNy4xMSA1LjdBLjk5Ni45OTYgMCAxIDAgNS43IDcuMTFMMTAuNTkgMTIgNS43IDE2Ljg5YS45OTYuOTk2IDAgMSAwIDEuNDEgMS40MUwxMiAxMy40MWw0Ljg5IDQuODlhLjk5Ni45OTYgMCAxIDAgMS40MS0xLjQxTDEzLjQxIDEybDQuODktNC44OWMuMzgtLjM4LjM4LTEuMDIgMC0xLjRaIiBmaWxsPSIjQjBCNEI3Ii8+PC9zdmc+);--str-video__icon--connection-quality-poor:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4yNTUgNi4yNWE2IDYgMCAwIDEgNi02aDI2djI2YTYgNiAwIDAgMS02IDZoLTI2di0yNloiIGZpbGw9IiMwQzBEMEUiIGZpbGwtb3BhY2l0eT0iLjY1Ii8+PHBhdGggZD0iTTE2LjI1NSAyMC4yNXYtNSIgc3Ryb2tlPSIjRTNFNEU1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMS4yNTUgMjAuMjV2LTIiIHN0cm9rZT0iI0RDNDMzQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMjEuMjU1IDIwLjI1di04IiBzdHJva2U9IiNFM0U0RTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);--str-video__icon--connection-quality-good:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS45MjUgNi4yNWE2IDYgMCAwIDEgNi02aDI2djI2YTYgNiAwIDAgMS02IDZoLTI2di0yNloiIGZpbGw9IiMwQzBEMEUiIGZpbGwtb3BhY2l0eT0iLjY1Ii8+PHBhdGggZD0iTTE2LjkyNSAyMC4yNXYtNU0xMS45MjUgMjAuMjV2LTIiIHN0cm9rZT0iIzAwRTJBMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMjEuOTI1IDIwLjI1di04IiBzdHJva2U9IiNFM0U0RTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);--str-video__icon--connection-quality-excellent:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4yNTUgNi4yNWE2IDYgMCAwIDEgNi02aDI2djI2YTYgNiAwIDAgMS02IDZoLTI2di0yNloiIGZpbGw9IiMwQzBEMEUiIGZpbGwtb3BhY2l0eT0iLjY1Ii8+PHBhdGggZD0iTTE2LjI1NSAyMC4yNXYtNU0xMS4yNTUgMjAuMjV2LTJNMjEuMjU1IDIwLjI1di04IiBzdHJva2U9IiMwMEUyQTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);--str-video__icon--download:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjA2IDYuMzMzSDE2VjNjMC0uMzY2LS4zLS42NjctLjY2Ni0uNjY3aC0yLjY2N2MtLjM2NiAwLS42NjYuMy0uNjY2LjY2N3YzLjMzM2gtMS4wNmEuNjY5LjY2OSAwIDAgMC0uNDc0IDEuMTRsMy4wNiAzLjA2Yy4yNi4yNi42OC4yNi45NCAwbDMuMDYtMy4wNmMuNDItLjQyLjEyNy0xLjE0LS40NjYtMS4xNFpNOS4zMzUgMTNjMCAuMzY3LjMuNjY3LjY2Ny42NjdoOGMuMzY2IDAgLjY2Ni0uMy42NjYtLjY2NyAwLS4zNjctLjMtLjY2Ni0uNjY2LS42NjZoLThjLS4zNjcgMC0uNjY3LjMtLjY2Ny42NjZaIiBmaWxsPSIjRTNFNEU1Ii8+PC9zdmc+);--str-video__icon--ellipsis:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTBjLTEuMSAwLTIgLjktMiAycy45IDIgMiAyIDItLjkgMi0yLS45LTItMi0yWm0xMiAwYy0xLjEgMC0yIC45LTIgMnMuOSAyIDIgMiAyLS45IDItMi0uOS0yLTItMlptLTYgMGMtMS4xIDAtMiAuOS0yIDJzLjkgMiAyIDIgMi0uOSAyLTItLjktMi0yLTJaIiBmaWxsPSIjRTNFNEU1Ii8+PC9zdmc+);--str-video__icon--film-roll:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmMtLjU1IDAtMSAuNDUtMSAxdjEzYzAgMS4xLjkgMiAyIDJoMTNjLjU1IDAgMS0uNDUgMS0xcy0uNDUtMS0xLTFINWMtLjU1IDAtMS0uNDUtMS0xVjdjMC0uNTUtLjQ1LTEtMS0xWm0xNy00SDhjLTEuMSAwLTIgLjktMiAydjEyYzAgMS4xLjkgMiAyIDJoMTJjMS4xIDAgMi0uOSAyLTJWNGMwLTEuMS0uOS0yLTItMlptLTggMTIuNXYtOWw1LjQ3IDQuMWMuMjcuMi4yNy42IDAgLjhMMTIgMTQuNVoiIGZpbGw9IiNCMEI0QjciLz48L3N2Zz4=);--str-video__icon--filter:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMy43NUEuNzUuNzUgMCAwIDEgMS43NSAzaDEyLjVhLjc1Ljc1IDAgMCAxIDAgMS41SDEuNzVBLjc1Ljc1IDAgMCAxIDEgMy43NXptMi41IDRBLjc1Ljc1IDAgMCAxIDQuMjUgN2g3LjVhLjc1Ljc1IDAgMCAxIDAgMS41aC03LjVhLjc1Ljc1IDAgMCAxLS43NS0uNzV6TTYuNzUgMTFhLjc1Ljc1IDAgMCAwIDAgMS41aDIuNWEuNzUuNzUgMCAwIDAgMC0xLjVoLTIuNXoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPlw8L3N2Zz4=);--str-video__icon--fullscreen:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDE2aDJ2LTRoNHYtMmgtNnY2ek0yMCAxMHYyaDR2NGgydi02aC02ek0yNCAyNGgtNHYyaDZ2LTZoLTJ2NHpNMTIgMjBoLTJ2Nmg2di0yaC00di00eiIvPjwvc3ZnPg==);--str-video__icon--info-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTExIDdoMnYyaC0yem0wIDRoMnY2aC0yem0xLTlDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPjwvc3ZnPg==);--str-video__icon--livestream-viewers:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOC4zNzcgNC41NjNBNi4xMDYgNi4xMDYgMCAwIDEgMTMuODkgOGE2LjEwNiA2LjEwNiAwIDAgMS01LjUxMyAzLjQzOEE2LjEwNiA2LjEwNiAwIDAgMSAyLjg2NSA4YTYuMTA2IDYuMTA2IDAgMCAxIDUuNTEyLTMuNDM4Wm0wLTEuMjVBNy4zOTIgNy4zOTIgMCAwIDAgMS41MDIgOGE3LjM5MiA3LjM5MiAwIDAgMCA2Ljg3NSA0LjY4OEE3LjM5MiA3LjM5MiAwIDAgMCAxNS4yNTIgOGE3LjM5MiA3LjM5MiAwIDAgMC02Ljg3NS00LjY4OFptMCAzLjEyNGExLjU2MyAxLjU2MyAwIDEgMSAwIDMuMTI3IDEuNTYzIDEuNTYzIDAgMCAxIDAtMy4xMjdabTAtMS4yNUEyLjgxNyAyLjgxNyAwIDAgMCA1LjU2NSA4YTIuODE3IDIuODE3IDAgMCAwIDIuODEyIDIuODEzQTIuODE3IDIuODE3IDAgMCAwIDExLjE5IDhhMi44MTcgMi44MTcgMCAwIDAtMi44MTMtMi44MTNaIiBmaWxsPSIjRkNGQ0ZDIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHJlY3QgeD0iLjg3NyIgeT0iLjUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgcng9IjQiIGZpbGw9IiNmZmYiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);--str-video__icon--loading:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC45MjEgMTVjMCA4LjI4NC02LjcxNSAxNS0xNSAxNS01LjIwNiAwLTkuNzkyLTIuNjUyLTEyLjQ4Mi02LjY3OWwxLjY2NC0xLjExQTEyLjk4OCAxMi45ODggMCAwIDAgMTUuOTIxIDI4YzcuMTggMCAxMy01LjgyIDEzLTEzcy01LjgyLTEzLTEzLTEzVjBjOC4yODUgMCAxNSA2LjcxNiAxNSAxNVoiIGZpbGw9InVybCgjYSkiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIzLjQzOSIgeTE9IjAiIHgyPSIzLjQzOSIgeTI9IjMwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1vcGFjaXR5PSIuMDEiLz48c3RvcCBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=);--str-video__icon--logout:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMDA3IDIuOTE3aDMuNWMuMzIgMCAuNTgzLS4yNjMuNTgzLS41ODRhLjU4NS41ODUgMCAwIDAtLjU4My0uNTgzaC0zLjVBMS4xNyAxLjE3IDAgMCAwIDEuODQgMi45MTd2OC4xNjZhMS4xNyAxLjE3IDAgMCAwIDEuMTY3IDEuMTY3aDMuNWMuMzIgMCAuNTgzLS4yNjIuNTgzLS41ODNhLjU4NS41ODUgMCAwIDAtLjU4My0uNTg0aC0zLjVWMi45MTdaIiBmaWxsPSIjRTNFNEU1Ii8+PHBhdGggZD0ibTEyLjEzNiA2Ljc5Ni0xLjYyOC0xLjYyOGEuMjkyLjI5MiAwIDAgMC0uNTAxLjIwNHYxLjA0NUg1LjkyM0EuNTg1LjU4NSAwIDAgMCA1LjM0IDdjMCAuMzIuMjYyLjU4My41ODMuNTgzaDQuMDg0djEuMDQ0YzAgLjI2My4zMTUuMzkxLjQ5NS4yMDVsMS42MjgtMS42MjhhLjI4Ny4yODcgMCAwIDAgLjAwNi0uNDA4WiIgZmlsbD0iI0UzRTRFNSIvPjwvc3ZnPg==);--str-video__icon--low-bandwidth:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTI0IDBIMHYyNGgyNHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNOC4xIDVjLjE3IDAgLjMyLjA5LjQxLjIzbC4wNy4xNSA1LjE4IDExLjY1Yy4xNi4yOS4yNi42MS4yNi45NiAwIDEuMTEtLjkgMi4wMS0yLjAxIDIuMDEtLjk2IDAtMS43Ny0uNjgtMS45Ni0xLjU5bC0uMDEtLjAzTDcuNiA1LjVjMC0uMjguMjItLjUuNS0uNU0yMyA5bC0yIDJhMTIuNjYgMTIuNjYgMCAwIDAtMTAuNTMtMy42Mkw5LjI4IDQuN2M0LjgzLS44NiA5Ljk4LjU3IDEzLjcyIDQuM00zIDExIDEgOWExNS40IDE1LjQgMCAwIDEgNS41OS0zLjU3bC41MyAyLjgyQzUuNjIgOC44NyA0LjIyIDkuNzggMyAxMW00IDQtMi0yYy44LS44IDEuNy0xLjQyIDIuNjYtMS44OWwuNTUgMi45MmMtLjQyLjI3LS44My41OS0xLjIxLjk3bTEyLTItMiAyYTcuMSA3LjEgMCAwIDAtNC4wMy0ybC0xLjI4LTIuODhjMi42My0uMDggNS4zLjg3IDcuMzEgMi44OCIvPjwvc3ZnPg==);--str-video__icon--magnifier-glass:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDg1IDcuODZoLS41MjlsLS4xODgtLjE4YTQuMzUyIDQuMzUyIDAgMCAwIC45OTEtMy41NzZDOC40NDUgMi4yNDMgNi44OTEuNzU2IDUuMDE3LjUzQTQuMzU1IDQuMzU1IDAgMCAwIC4xNDkgNS4zOTZDLjM3NyA3LjI3MSAxLjg2MyA4LjgyNCAzLjcyNCA5LjE0QTQuMzUyIDQuMzUyIDAgMCAwIDcuMyA4LjE1bC4xOC4xODd2LjUyOWwyLjg0NiAyLjg0NWEuNzA3LjcwNyAwIDAgMCAuOTk4IDAgLjcwNy43MDcgMCAwIDAgMC0uOTk4TDguNDg0IDcuODZabS00LjAxNyAwYTMuMDA5IDMuMDA5IDAgMCAxLTMuMDEzLTMuMDEzIDMuMDA5IDMuMDA5IDAgMCAxIDMuMDEzLTMuMDEzQTMuMDA5IDMuMDA5IDAgMCAxIDcuNDggNC44NDcgMy4wMDkgMy4wMDkgMCAwIDEgNC40NjggNy44NloiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);--str-video__icon--mic:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxNC41YzEuNjYgMCAzLTEuMzQgMy0zdi02YzAtMS42Ni0xLjM0LTMtMy0zcy0zIDEuMzQtMyAzdjZjMCAxLjY2IDEuMzQgMyAzIDNabTUuOTEtM2MtLjQ5IDAtLjkuMzYtLjk4Ljg1LS40MSAyLjM1LTIuNDYgNC4xNS00LjkzIDQuMTUtMi40NyAwLTQuNTItMS44LTQuOTMtNC4xNWEuOTk4Ljk5OCAwIDAgMC0uOTgtLjg1Yy0uNjEgMC0xLjA5LjU0LTEgMS4xNC40OSAzIDIuODkgNS4zNSA1LjkxIDUuNzh2Mi4wOGMwIC41NS40NSAxIDEgMXMxLS40NSAxLTF2LTIuMDhhNi45OTMgNi45OTMgMCAwIDAgNS45MS01Ljc4Yy4xLS42LS4zOS0xLjE0LTEtMS4xNFoiIGZpbGw9IiNCMEI0QjciLz48L3N2Zz4=);--str-video__icon--mic-off:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjkyIDExLjFWNS41YzAtMS42Ni0xLjM0LTMtMy0zLTEuNTQgMC0yLjc5IDEuMTYtMi45NiAyLjY1bDUuOTYgNS45NVptMy4wOC40Yy0uNDEgMC0uNzcuMy0uODMuNzEtLjA1LjMyLS4xMi42NC0uMjIuOTNsMS4yNyAxLjI3Yy4zLS42LjUyLTEuMjUuNjMtMS45NGEuODU3Ljg1NyAwIDAgMC0uODUtLjk3Wk0zLjYzIDQuMDZhLjk5Ni45OTYgMCAwIDAgMCAxLjQxbDUuMjkgNS4zdi40M2MwIDEuMTkuNiAyLjMyIDEuNjMgMi45MS43NS40MyAxLjQxLjQ0IDIuMDIuMzFsMS42NiAxLjY2Yy0uNzEuMzMtMS41LjUyLTIuMzEuNTItMi41NCAwLTQuODgtMS43Ny01LjI1LTQuMzlhLjgzOS44MzkgMCAwIDAtLjgzLS43MWMtLjUyIDAtLjkyLjQ2LS44NS45Ny40NiAyLjk2IDIuOTYgNS4zIDUuOTMgNS43NXYyLjI4YzAgLjU1LjQ1IDEgMSAxczEtLjQ1IDEtMXYtMi4yOGE3LjEzIDcuMTMgMCAwIDAgMi41NS0uOWwzLjQ5IDMuNDlhLjk5Ni45OTYgMCAxIDAgMS40MS0xLjQxTDUuMDQgNC4wNmEuOTk2Ljk5NiAwIDAgMC0xLjQxIDBaIiBmaWxsPSIjQjBCNEI3Ii8+PC9zdmc+);--str-video__icon--network-quality:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNCA5LjJoLjJjLjc3IDAgMS40LjYzIDEuNCAxLjR2N2MwIC43Ny0uNjMgMS40LTEuNCAxLjRoLS4yYy0uNzcgMC0xLjQtLjYzLTEuNC0xLjR2LTdjMC0uNzcuNjMtMS40IDEuNC0xLjRaTTEyIDVjLjc3IDAgMS40LjYzIDEuNCAxLjR2MTEuMmMwIC43Ny0uNjMgMS40LTEuNCAxLjQtLjc3IDAtMS40LS42My0xLjQtMS40VjYuNGMwLS43Ny42My0xLjQgMS40LTEuNFptNS42IDhjLjc3IDAgMS40LjYzIDEuNCAxLjR2My4yYzAgLjc3LS42MyAxLjQtMS40IDEuNC0uNzcgMC0xLjQtLjYzLTEuNC0xLjR2LTMuMmMwLS43Ny42My0xLjQgMS40LTEuNFoiIGZpbGw9IiNFM0U0RTUiLz48L3N2Zz4=);--str-video__icon--reactions:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDQuNWMwIC41NS0uNDUgMS0xIDFoLTF2MWMwIC41NS0uNDUgMS0xIDFzLTEtLjQ1LTEtMXYtMWgtMWMtLjU1IDAtMS0uNDUtMS0xcy40NS0xIDEtMWgxdi0xYzAtLjU1LjQ1LTEgMS0xczEgLjQ1IDEgMXYxaDFjLjU1IDAgMSAuNDUgMSAxWm0tMi40OCA0Ljk1Yy4zMS45Ni40OCAxLjk5LjQ4IDMuMDUgMCA1LjUyLTQuNDggMTAtMTAgMTBzLTEwLTQuNDgtMTAtMTAgNC40OC0xMCAxMC0xMGMxLjUgMCAyLjkyLjM0IDQuMi45NC0uMTIuMzMtLjIuNjgtLjIgMS4wNiAwIDEuMzUuOSAyLjUgMi4xMyAyLjg3QTMuMDAzIDMuMDAzIDAgMCAwIDIwIDkuNWMuMTggMCAuMzUtLjAyLjUyLS4wNVpNNiAxMGMwIC44My42NyAxLjUgMS41IDEuNVM5IDEwLjgzIDkgMTBzLS42Ny0xLjUtMS41LTEuNVM2IDkuMTcgNiAxMFptOS4zMSA0LjVINi42OWMtLjM4IDAtLjYzLjQyLS40NC43NUE1LjQ4OSA1LjQ4OSAwIDAgMCAxMSAxOGMyLjAzIDAgMy44LTEuMTEgNC43NS0yLjc1YS41MDMuNTAzIDAgMCAwLS40NC0uNzVaTTE2IDEwYzAtLjgzLS42Ny0xLjUtMS41LTEuNVMxMyA5LjE3IDEzIDEwcy42NyAxLjUgMS41IDEuNVMxNiAxMC44MyAxNiAxMFoiIGZpbGw9IiNCMEI0QjciLz48L3N2Zz4=);--str-video__icon--recording-off:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0IwQjRCNyI+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJabTAgMThjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4WiIvPjxwYXRoIGQ9Ik0xMiAxN2E1IDUgMCAxIDAgMC0xMCA1IDUgMCAwIDAgMCAxMFoiLz48L2c+PC9zdmc+);--str-video__icon--recording-on:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNS41MiAwIDEwIDBabTMgMTRIN2MtLjU1IDAtMS0uNDUtMS0xVjdjMC0uNTUuNDUtMSAxLTFoNmMuNTUgMCAxIC40NSAxIDF2NmMwIC41NS0uNDUgMS0xIDFaIiBmaWxsPSIjRTNFNEU1Ii8+PC9zdmc+);--str-video__icon--refresh:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDE5MjAiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTk2MCAwdjIxMy4zMzNjNDExLjYyNyAwIDc0Ni42NjcgMzM0LjkzNCA3NDYuNjY3IDc0Ni42NjdTMTM3MS42MjcgMTcwNi42NjcgOTYwIDE3MDYuNjY3IDIxMy4zMzMgMTM3MS43MzMgMjEzLjMzMyA5NjBjMC0xOTcuMDEzIDc4LjQtMzgyLjUwNyAyMTMuMzM0LTUyMC43NDd2MjU0LjA4SDY0MFYxMDYuNjY3SDUzLjMzM1YzMjBoMTkxLjA0Qzg4LjY0IDQ5NC4wOCAwIDcyMC45NiAwIDk2MGMwIDUyOS4yOCA0MzAuNjEzIDk2MCA5NjAgOTYwczk2MC00MzAuNzIgOTYwLTk2MFMxNDg5LjM4NyAwIDk2MCAwIi8+PC9zdmc+);--str-video__icon--screen-share-off:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDE4YzEuMSAwIDItLjkgMi0yVjZjMC0xLjEtLjktMi0yLTJINGMtMS4xIDAtMiAuOS0yIDJ2MTBhMiAyIDAgMCAwIDIgMkgxYy0uNTUgMC0xIC40NS0xIDFzLjQ1IDEgMSAxaDIyYy41NSAwIDEtLjQ1IDEtMXMtLjQ1LTEtMS0xaC0zWm0tNy0zLjUzdi0yLjE5Yy0yLjc4IDAtNC42MS44NS02IDIuNzIuNTYtMi42NyAyLjExLTUuMzMgNi01Ljg3VjdsMy42MSAzLjM2Yy4yMS4yLjIxLjUzIDAgLjczTDEzIDE0LjQ3WiIgZmlsbD0iI0IwQjRCNyIvPjwvc3ZnPg==);--str-video__icon--screen-share-on:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDE4YzEuMSAwIDEuOTktLjkgMS45OS0yTDIyIDZhMiAyIDAgMCAwLTItMkg0Yy0xLjExIDAtMiAuODktMiAydjEwYTIgMiAwIDAgMCAyIDJIMHYyaDI0di0yaC00Wk00IDE2VjZoMTZ2MTAuMDFMNCAxNlptOS02Ljg3Yy0zLjg5LjU0LTUuNDQgMy4yLTYgNS44NyAxLjM5LTEuODcgMy4yMi0yLjcyIDYtMi43MnYyLjE5bDQtMy43NEwxMyA3djIuMTNaIiBmaWxsPSIjQjBCNEI3Ii8+PC9zdmc+);--str-video__icon--settings:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjUgMTJjMC0uMjMtLjAxLS40NS0uMDMtLjY4bDEuODYtMS40MWMuNC0uMy41MS0uODYuMjYtMS4zbC0xLjg3LTMuMjNhLjk4Ny45ODcgMCAwIDAtMS4yNS0uNDJsLTIuMTUuOTFjLS4zNy0uMjYtLjc2LS40OS0xLjE3LS42OGwtLjI5LTIuMzFjLS4wNi0uNS0uNDktLjg4LS45OS0uODhoLTMuNzNjLS41MSAwLS45NC4zOC0xIC44OGwtLjI5IDIuMzFjLS40MS4xOS0uOC40Mi0xLjE3LjY4bC0yLjE1LS45MWMtLjQ2LS4yLTEtLjAyLTEuMjUuNDJMMi40MSA4LjYyYy0uMjUuNDQtLjE0Ljk5LjI2IDEuM2wxLjg2IDEuNDFhNy4zNDMgNy4zNDMgMCAwIDAgMCAxLjM1bC0xLjg2IDEuNDFjLS40LjMtLjUxLjg2LS4yNiAxLjNsMS44NyAzLjIzYy4yNS40NC43OS42MiAxLjI1LjQybDIuMTUtLjkxYy4zNy4yNi43Ni40OSAxLjE3LjY4bC4yOSAyLjMxYy4wNi41LjQ5Ljg4Ljk5Ljg4aDMuNzNjLjUgMCAuOTMtLjM4Ljk5LS44OGwuMjktMi4zMWMuNDEtLjE5LjgtLjQyIDEuMTctLjY4bDIuMTUuOTFjLjQ2LjIgMSAuMDIgMS4yNS0uNDJsMS44Ny0zLjIzYy4yNS0uNDQuMTQtLjk5LS4yNi0xLjNsLTEuODYtMS40MWMuMDMtLjIzLjA0LS40NS4wNC0uNjhabS03LjQ2IDMuNWMtMS45MyAwLTMuNS0xLjU3LTMuNS0zLjVzMS41Ny0zLjUgMy41LTMuNSAzLjUgMS41NyAzLjUgMy41LTEuNTcgMy41LTMuNSAzLjVaIiBmaWxsPSIjQjBCNEI3Ii8+PC9zdmc+);--str-video__icon--speaker:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgMTAuMDAydjRjMCAuNTUuNDUgMSAxIDFoM2wzLjI5IDMuMjljLjYzLjYzIDEuNzEuMTggMS43MS0uNzFWNi40MTJjMC0uODktMS4wOC0xLjM0LTEuNzEtLjcxTDcgOS4wMDJINGMtLjU1IDAtMSAuNDUtMSAxWm0xMy41IDJhNC41IDQuNSAwIDAgMC0yLjUtNC4wM3Y4LjA1YzEuNDgtLjczIDIuNS0yLjI1IDIuNS00LjAyWk0xNCA0LjQ1MnYuMmMwIC4zOC4yNS43MS42Ljg1YTcuMDA0IDcuMDA0IDAgMCAxIDQuNCA2LjVjMCAyLjk0LTEuODIgNS40Ny00LjQgNi41LS4zNi4xNC0uNi40Ny0uNi44NXYuMmMwIC42My42MyAxLjA3IDEuMjEuODVhOC45OCA4Ljk4IDAgMCAwIDUuNzktOC40YzAtMy44NC0yLjQtNy4xMS01Ljc5LTguNC0uNTgtLjIzLTEuMjEuMjItMS4yMS44NVoiIGZpbGw9IiNCMEI0QjciLz48L3N2Zz4=);--str-video__icon--stats:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEzLjg5MSAxMC41NDctMS4wNi0uNDlhLjUuNSAwIDAgMSAwLS45MWwxLjA2LS40OS40OS0xLjA1YS41LjUgMCAwIDEgLjkxIDBsLjQ5IDEuMDYgMS4wNS40OWEuNS41IDAgMCAxIDAgLjkxbC0xLjA2LjQ5LS40OSAxLjA1YS41LjUgMCAwIDEtLjkxIDBsLS40OC0xLjA2Wm0tOS42MSAzLjA2LjQ5LTEuMDYgMS4wNi0uNDlhLjUuNSAwIDAgMCAwLS45MWwtMS4wNi0uNDktLjQ5LTEuMDVhLjQ5Mi40OTIgMCAwIDAtLjkgMGwtLjQ5IDEuMDYtMS4wNi40OWEuNS41IDAgMCAwIDAgLjkxbDEuMDYuNDkuNDkgMS4wNWMuMTcuMzkuNzMuMzkuOSAwWm00LjUxLTUuMDEuNjMtMS40IDEuNC0uNjNhLjUuNSAwIDAgMCAwLS45MWwtMS40LS42My0uNjMtMS40YS41LjUgMCAwIDAtLjkxIDBsLS42MyAxLjQtMS40LjYzYS41LjUgMCAwIDAgMCAuOTFsMS40LjYzLjYzIDEuNGMuMTcuMzkuNzMuMzkuOTEgMFptMTMuMzguMjhhMSAxIDAgMCAwLTEuNDUuMDRsLTYuMzkgNy4xOC0zLjI5LTMuMjlhLjk5Ni45OTYgMCAwIDAtMS40MSAwbC02LjA0IDYuMDVjLS40MS40MS0uNDEgMS4wOSAwIDEuNS40MS40MSAxLjA5LjQxIDEuNSAwbDUuMjUtNS4yNiAzLjI1IDMuMjVjLjQxLjQxIDEuMDcuMzkgMS40NS0uMDRsNy4xNy04LjA3Yy4zNS0uMzkuMzMtLjk5LS4wNC0xLjM2WiIgZmlsbD0iI0IwQjRCNyIvPjwvc3ZnPg==);--str-video__icon--pin:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOSAxMi44N2MwLS40Ny0uMzQtLjg1LS44LS45OEEyLjk5NyAyLjk5NyAwIDAgMSAxNiA5VjRoMWMuNTUgMCAxLS40NSAxLTFzLS40NS0xLTEtMUg3Yy0uNTUgMC0xIC40NS0xIDFzLjQ1IDEgMSAxaDF2NWMwIDEuMzgtLjkzIDIuNTQtMi4yIDIuODktLjQ2LjEzLS44LjUxLS44Ljk4VjEzYzAgLjU1LjQ1IDEgMSAxaDQuOThsLjAyIDdjMCAuNTUuNDUgMSAxIDFzMS0uNDUgMS0xbC0uMDItN0gxOGMuNTUgMCAxLS40NSAxLTF2LS4xM1oiIGZpbGw9IiNFM0U0RTUiLz48L3N2Zz4=);--str-video__icon--no-audio:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im05LjMzNi43NzMuNDEzLS4zM2EuNDQ1LjQ0NSAwIDAgMSAuNjE2LjA2Yy4wNjQuMDc2LjEuMTcyLjEuMjdWMTQuMzZhLjQzMy40MzMgMCAwIDEtLjQzOC40MjguNDQ0LjQ0NCAwIDAgMS0uMjc4LS4wOTdsLS40MTMtLjMzdi0uMDAxbC0uNDI3LS4zNDEtLjA1LS4wNC0zLjc0Mi0yLjk5MkgxLjcxMmEuODY1Ljg2NSAwIDAgMS0uODc1LS44NTV2LTUuMTNjMC0uNDcyLjM5Mi0uODU1Ljg3NS0uODU1aDMuNDA0TDguODYgMS4xNTRsLjA1LS4wNC40MjUtLjM0LjAwMS0uMDAxWk02LjExOCA1LjQgOC44NiAzLjIwOHY4LjcxNkw2LjExOSA5LjczM2wtLjQ0LS4zNTJIMi40NHYtMy42M2gzLjIzN2wuNDQtLjM1MVptMTMuNDA2IDQuNDY0LTIuMjk4LTIuMjk4IDIuMjk4LTIuMjk4YS44MS44MSAwIDAgMC0uMDA1LTEuMTQuODEuODEgMCAwIDAtMS4xNC0uMDA2TDE2LjA4IDYuNDJsLTIuMjk4LTIuMjk4YS44MS44MSAwIDAgMC0xLjE0LjAwNi44MS44MSAwIDAgMC0uMDA2IDEuMTRsMi4yOTggMi4yOTgtMi4yOTggMi4yOThhLjgxLjgxIDAgMCAwIC4wMDYgMS4xNC44MDkuODA5IDAgMCAwIDEuMTQuMDA2bDIuMjk4LTIuMjk4IDIuMjk5IDIuMjk4YS44MDkuODA5IDAgMCAwIDEuMTQtLjAwNS44MS44MSAwIDAgMCAuMDA1LTEuMTRaIiBmaWxsPSIjNzI3NjdFIi8+PC9zdmc+);--str-video__icon--camera-off-outline:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuODUxIDUuNTEgNS4yNDcgMy45MDUgMS45MTcuNTg0Ljc4NyAxLjcxNWwyLjE5IDIuMTlIMi4zOWEuODA1LjgwNSAwIDAgMC0uODAzLjgwM3Y4LjAyM2MwIC40NC4zNjEuODAyLjgwMy44MDJoOS42MjdhLjgyNi44MjYgMCAwIDAgLjQ0MS0uMTQ1bDIuNTUyIDIuNTUyIDEuMTMtMS4xMzJMOS4wMzUgNy43IDYuODUgNS41MVptLTMuNjU4IDYuNDE4VjUuNTFoMS4zODhsNi40MTggNi40MThIMy4xOTNabTguMDIzLTYuNDE4djIuMDk0bDQuODEzIDQuODE0VjQuMzA3TDEyLjgyIDcuNTE2VjQuNzA4YS44MDUuODA1IDAgMCAwLS44MDItLjgwM2gtNC41TDkuMTIxIDUuNTFoMi4wOTRaIiBmaWxsPSIjNzI3NjdFIi8+PC9zdmc+);--str-video__icon--not-allowed:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDY0LjkzNkE4LjAyNiA4LjAyNiAwIDAgMCAuNDQxIDguOTU4YTguMDI2IDguMDI2IDAgMCAwIDguMDIzIDguMDIzIDguMDI2IDguMDI2IDAgMCAwIDguMDIzLTguMDIzQTguMDI2IDguMDI2IDAgMCAwIDguNDY0LjkzNlpNMi4wNDYgOC45NThBNi40MTYgNi40MTYgMCAwIDEgOC40NjQgMi41NGE2LjM0IDYuMzQgMCAwIDEgMy45MzEgMS4zNTZMMy40MDIgMTIuODlhNi4zNCA2LjM0IDAgMCAxLTEuMzU2LTMuOTMyWm02LjQxOCA2LjQxOWE2LjM0IDYuMzQgMCAwIDEtMy45MzEtMS4zNTZsOC45OTQtOC45OTRhNi4zNCA2LjM0IDAgMCAxIDEuMzU2IDMuOTMxIDYuNDE3IDYuNDE3IDAgMCAxLTYuNDE5IDYuNDE5WiIgZmlsbD0iIzcyNzY3RSIvPjwvc3ZnPg==)}.str-video__avatar{height:2rem;object-fit:cover;width:2rem}.str-video__avatar--initials-fallback{align-items:center;display:flex;height:2rem;justify-content:center;width:2rem}.str-video{--str-video__avatar--color:var(--str-video__text-color1);--str-video__avatar--background-color:var(--str-video__background-color1);--str-video__avatar--border-radius:var(--str-video__border-radius-circle)}.str-video__avatar{-webkit-border-before:var(--str-video__avatar--border-block-start);-webkit-border-after:var(--str-video__avatar--border-block-end);-webkit-border-start:var(--str-video__avatar--border-inline-start);-webkit-border-end:var(--str-video__avatar--border-inline-end);background:var(--str-video__avatar--background-color);border-block-end:var(--str-video__avatar--border-block-end);border-block-start:var(--str-video__avatar--border-block-start);border-inline-end:var(--str-video__avatar--border-inline-end);border-inline-start:var(--str-video__avatar--border-inline-start);border-radius:var(--str-video__avatar--border-radius);box-shadow:var(--str-video__avatar--box-shadow);color:var(--str-video__avatar--color)}.str-video__avatar--initials-fallback{background-color:var(--str-video__primary-color);border-radius:var(--str-video__border-radius-circle);font-size:1rem;font-weight:600;text-transform:uppercase}.str-video__button{align-items:center;background-color:var(--str-video__button-primary-base);border:1px solid #0000;border-radius:var(--str-video__border-radius-md);color:var(--str-video__text-color1);display:flex;font-size:var(--str-video__font-size-md);font-weight:500;justify-content:center;min-width:120px;padding:var(--str-video__spacing-sm) var(--str-video__spacing-lg);text-align:center;width:100%}.str-video__button:not([disabled]):hover{background-color:var(--str-video__button-primary-hover);cursor:pointer}.str-video__button__icon{-webkit-margin-end:var(--str-video__spacing-xs);background-color:var(--str-video__text-color1);margin-inline-end:var(--str-video__spacing-xs)}.str-video__button:disabled{background-color:var(--str-video__button-default-disabled);cursor:not-allowed}.str-video__composite-button--caption{align-items:center;display:flex;flex-direction:column;gap:.25rem}.str-video__composite-button .str-video__composite-button__button-group{align-items:center;display:flex}.str-video__composite-button .str-video__composite-button__button-group .str-video__composite-button__button{all:unset;align-items:center;display:flex;font-size:12px;justify-content:center;padding:.5rem;position:relative}.str-video__composite-button .str-video__composite-button__button-group .str-video__composite-button__button:not([disabled]):hover{cursor:pointer}.str-video__composite-button .str-video__composite-button__button-group .str-video__menu-toggle-button{-webkit-margin-start:-30px;-webkit-margin-end:8px;margin-inline-end:8px;margin-inline-start:-30px;padding:0}.str-video__composite-button .str-video__composite-button__button-group .str-video__loading-indicator__icon{height:1.375rem;-webkit-mask-size:1.25rem;mask-size:1.25rem;width:1.375rem}.str-video__composite-button.str-video__composite-button--menu .str-video__composite-button__button{-webkit-padding-end:2.5rem;padding-inline-end:2.5rem}.str-video__call-controls__button{padding:.5rem}.str-video__call-controls__button[disabled]{cursor:not-allowed}.str-video__call-controls__button:hover,.str-video__call-controls__button:hover>:hover{cursor:pointer}.str-video__text-button{all:unset;background:var(--str-video__participant-list-header__close-button--background-color);border-radius:var(--str-video__participant-list-header__close-button--border-radius);font-size:12px;padding:5px}.str-video__call-recording-list-item__action-button{border:none}.str-video{--str-video__composite-button__button-group--color:var(
    --str-video__text-color1
  );--str-video__composite-button__button-group--background-color:var(
    --str-video__button-primary-base
  );--str-video__composite-button__button-group-active--background-color:var(
    --str-video__button-primary-active
  );--str-video__composite-button__button-group-active-primary--background-color:var(
    --str-video__button-primary-active
  );--str-video__composite-button__button-group-active-secondary--background-color:var(
    --str-video__button-secondary-active
  );--str-video__composite-button__button-group-active-secondary-hover--background-color:var(
    --str-video__button-secondary-hover
  );--str-video__composite-button__button-group-hover--background-color:var(
    --str-video__button-default-hover
  );--str-video__composite-button__button-group--border-radius:var(
    --str-video__border-radius-xs
  )}.str-video__composite-button__button-group{-webkit-border-before:var(--str-video__composite-button__button-group--border-block-start);-webkit-border-after:var(--str-video__composite-button__button-group--border-block-end);-webkit-border-start:var(--str-video__composite-button__button-group--border-inline-start);-webkit-border-end:var(--str-video__composite-button__button-group--border-inline-end);background:var(--str-video__composite-button__button-group--background-color);background-color:var(--str-video__composite-button__button-group--background-color);border-block-end:var(--str-video__composite-button__button-group--border-block-end);border-block-start:var(--str-video__composite-button__button-group--border-block-start);border-inline-end:var(--str-video__composite-button__button-group--border-inline-end);border-inline-start:var(--str-video__composite-button__button-group--border-inline-start);border-radius:var(--str-video__composite-button__button-group--border-radius);border-radius:var(--str-video__border-radius-circle);box-shadow:var(--str-video__composite-button__button-group--box-shadow);color:var(--str-video__composite-button__button-group--color)}.str-video__composite-button__button-group .str-video__call-controls__button.str-video__menu-toggle-button{background-color:var(--str-video__button-primary-base)}.str-video__composite-button__button-group .str-video__call-controls__button.str-video__menu-toggle-button:hover{background-color:var(--str-video__button-default-hover)}.str-video__composite-button__button-group .str-video__call-controls__button.str-video__menu-toggle-button--active{background-color:var(--str-video__composite-button__button-group-hover--background-color);color:#fff}.str-video__composite-button__button-group .str-video__call-controls__button.str-video__menu-toggle-button--active:disabled,.str-video__composite-button__button-group .str-video__call-controls__button.str-video__menu-toggle-button--active:hover{background-color:var(--str-video__composite-button__button-group-hover--background-color)}.str-video__composite-button__button-group.str-video__composite-button__button-group--active{background-color:var(--str-video__composite-button__button-group-active--background-color)}.str-video__composite-button__button-group.str-video__composite-button__button-group--active:hover{background-color:var(--str-video__button-primary-hover)}.str-video__composite-button__button-group.str-video__composite-button__button-group--active .str-video__icon{background-color:var(--str-video__icon-active)}.str-video__composite-button__button-group.str-video__composite-button__button-group--active-primary{background-color:var(--str-video__composite-button__button-group-active-primary--background-color)}.str-video__composite-button__button-group.str-video__composite-button__button-group--active-secondary{background-color:var(--str-video__composite-button__button-group-active-secondary--background-color)}.str-video__composite-button__caption{font-size:12px;line-height:15px;overflow:hidden;text-align:center;white-space:nowrap}.str-video__composite-button__button-group:not(.str-video__composite-button__button-group--disabled):hover{background-color:var(--str-video__composite-button__button-group-hover--background-color)}.str-video__composite-button__button-group:not(.str-video__composite-button__button-group--disabled):hover.str-video__composite-button__button-group--active-secondary:hover{background-color:var(--str-video__composite-button__button-group-active-secondary-hover--background-color)}.str-video__composite-button__button-group:not(.str-video__composite-button__button-group--disabled):hover .str-video__icon{background-color:var(--str-video__icon-hover)}.str-video__call-controls__button{background-color:var(--str-video__button-primary-base);border:none;border-radius:var(--str-video__border-radius-circle);box-shadow:none;text-decoration:none}.str-video__call-controls__button:hover{background-color:var(--str-video__composite-button__button-group-hover--background-color);text-decoration:none}.str-video__call-controls__button:hover .str-video__icon{background-color:var(--str-video__icon-hover)}.str-video__call-controls__button--variant-danger{background-color:var(--str-video__button-tertiary-base)}.str-video__call-controls__button--variant-danger .str-video__icon{background-color:#fff}.str-video__call-controls__button--variant-danger:hover{background-color:var(--str-video__button-tertiary-hover)}.str-video__call-controls__button--variant-success{background-color:var(--str-video__info-color)}.str-video__call-controls__button--variant-success:hover{background-color:var(--str-video__info-color--accent)}.str-video__call-controls__button--variant-active{background-color:var(--str-video__button-primary-active)}.str-video__call-controls__button--variant-active:hover{background-color:var(--str-video__button-primary-hover)}.str-video__call-controls__button--enabled{background:var(--str-video__background-color7)}.str-video__background-filters{bottom:0;opacity:0;overflow:hidden;position:absolute;right:calc(100% - 1px)}.str-video__background-filters .str-video__background-filters__video{height:auto;object-fit:cover;top:0;width:100%}.str-video__background-filters .str-video__background-filters__video--tall{object-fit:contain}.str-video__background-filters .str-video__background-filters__background-image{height:auto;top:5px;width:100%}.str-video__background-filters .str-video__background-filters__target-canvas{height:auto;top:10px;width:100%}.str-video__call-controls{display:flex;gap:1rem;justify-content:center;padding:1rem 0}.str-video__call-controls .str-video__reactions-menu{background-color:var(--str-video__base-color6);border-radius:var(--str-video__border-radius-lg);display:flex;gap:.5rem;padding:var(--str-video__spacing-sm)}.str-video__call-controls .str-video__reactions-menu--horizontal{flex-direction:row}.str-video__call-controls .str-video__reactions-menu--vertical{flex-direction:column}.str-video__call-controls .str-video__reactions-menu .str-video__reactions-menu__button{align-items:center;background-color:var(--str-video__button-primary-base);border:1px solid #0000;border-radius:var(--str-video__border-radius-circle);display:flex;font-family:Twemoji Mozilla,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,EmojiOne Color;font-size:1.2rem;height:38px;justify-content:center;width:38px}.str-video__call-controls .str-video__reactions-menu .str-video__reactions-menu__button:hover{background-color:var(--str-video__button-primary-hover);cursor:pointer}.str-video__no-media-permission,.str-video__pending-permission{align-items:center;border-radius:var(--str-video__border-radius-circle);cursor:pointer;display:flex;font-size:var(--str-video__font-size-xxs);font-weight:600;height:12px;justify-content:center;outline:1px solid var(--str-video__base-color6);position:absolute;right:-3px;top:0;width:12px}.str-video__no-media-permission{background-color:var(--str-video__alert-caution);color:var(--str-video__base-color4)}.str-video__pending-permission{background-color:var(--str-video__button-secondary-active);color:var(--str-video__text-color1)}.str-video__composite-button.str-video__device-unavailable .str-video__composite-button__button-group{background-color:var(--str-video__button-default-disabled)}.str-video__composite-button.str-video__device-unavailable .str-video__composite-button__button-group:hover{background-color:var(--str-video__button-default-hover)}.str-video__end-call__confirmation{display:flex;flex-direction:column;gap:var(--str-video__spacing-md);padding:var(--str-video__spacing-lg)}.str-video__end-call__end,.str-video__end-call__leave{border:1px solid #0000;color:var(--str-video__text-color1);min-width:196px;padding:calc(var(--str-video__spacing-sm) - 1px) var(--str-video__spacing-lg)}.str-video__end-call__end-icon,.str-video__end-call__leave-icon{background-color:var(--str-video__text-color1)}.str-video__end-call__leave{background-color:var(--str-video__button-tertiary-base)}.str-video__end-call__leave:hover{background-color:var(--str-video__button-tertiary-hover)}.str-video__end-call__end{background-color:var(--str-video__button-primary-base);border-color:var(--str-video__button-default-hover)}.str-video__end-call__end:hover{background-color:var(--str-video__button-tertiary-hover);border-color:#0000}.str-video__end-call.str-video__end-call__leave-icon,.str-video__icon.str-video__end-call__end-icon{background-color:var(--str-video__text-color1)}.str-video__end-recording__confirmation{background-color:var(--str-video__base-color7);border-radius:var(--str-video__border-radius-lg);display:flex;flex-direction:column;gap:var(--str-video__spacing-lg);padding:var(--str-video__spacing-xl)}.str-video__end-recording__header{display:flex;flex-direction:row;gap:var(--str-video__spacing-md)}.str-video__end-recording__heading{font-size:var(--str-video__font-size-lg);font-weight:600;margin:0}.str-video__end-recording__description{color:var(--str-video__text-color2);font-size:var(--str-video__font-size-sm);margin:0}.str-video__end-recording__actions{display:flex;flex-direction:row;gap:var(--str-video__spacing-md);justify-content:space-between}.str-video__end-recording__actions .str-video__composite-button{gap:var(--str-video__spacing-md);width:100%}.str-video__end-recording__actions .str-video__composite-button:first-of-type{background-color:initial}.str-video__end-recording__actions .str-video__composite-button:first-of-type .str-video__composite-button__button-group{background-color:initial;border:1px solid var(--str-video__base-color2);justify-content:center;width:100%}.str-video__end-recording__actions .str-video__composite-button:first-of-type .str-video__composite-button__button-group:hover{background-color:var(--str-video__button-default-hover)}.str-video__end-recording__actions .str-video__composite-button .str-video__composite-button__button-group{background-color:var(--str-video__button-tertiary-base);justify-content:center;width:100%}.str-video__end-recording__actions .str-video__composite-button .str-video__composite-button__button-group .str-video__text-button{align-items:center;display:flex;gap:5px}.str-video__end-recording__actions .str-video__composite-button .str-video__composite-button__button-group:hover{background-color:var(--str-video__button-tertiary-hover)}.str-video__livestream-layout__wrapper{display:flex;flex-grow:1;height:100%;justify-content:center;overflow-y:hidden;position:relative;width:100%}.str-video__livestream-layout__wrapper .str-video__livestream-layout__screen-share{max-width:100%}.str-video__livestream-layout__wrapper .str-video__livestream-layout__screen-share .str-video__video{object-fit:contain}.str-video__livestream-layout__wrapper .str-video__livestream-layout__floating-participant{box-shadow:var(--str-video__background-color1) 0 0 3px 0;height:135px;position:absolute;width:240px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__floating-participant--top-right{right:8px;top:8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__floating-participant--top-left{left:8px;top:8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__floating-participant--bottom-right{bottom:8px;right:8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__floating-participant--bottom-left{bottom:8px;left:8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay{display:flex;flex-direction:column-reverse;height:100%;position:absolute;width:100%}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay:hover .str-video__livestream-layout__overlay__bar{background-color:var(--str-video__livestream-overlay-color-hovered)}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__overlay__bar{align-items:center;background-color:var(--str-video__livestream-overlay-color);border-bottom-left-radius:var(--str-video__border-radius-sm);border-bottom-right-radius:var(--str-video__border-radius-sm);bottom:0;display:flex;height:10%;max-height:70px;min-height:40px;padding:0 20px;position:relative}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__live-badge{background-color:var(--str-video__primary-color);border-radius:var(--str-video__border-radius-xxs);color:var(--str-video__text-color1);padding:4px 8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__viewers-count{padding:4px 8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__viewers-count:before{content:var(--str-video__icon--livestream-viewers);margin-right:3px;vertical-align:middle}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__speaker-name{flex:1 1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__duration{flex:1 1;text-align:center}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__go-fullscreen{background:var(--str-video__icon--fullscreen) center no-repeat;border-radius:var(--str-video__border-radius-xxs);cursor:pointer;height:32px;width:32px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__overlay .str-video__livestream-layout__go-fullscreen:hover{background-color:var(--str-video__overlay-color)}.str-video__livestream-layout__wrapper .str-video__livestream-layout__backstage{align-items:center;display:flex;flex-direction:column}.str-video__livestream-layout__wrapper .str-video__livestream-layout__backstage .str-video__livestream-layout__early-viewers-count,.str-video__livestream-layout__wrapper .str-video__livestream-layout__backstage .str-video__livestream-layout__starts-at{padding:4px 8px}.str-video__livestream-layout__wrapper .str-video__livestream-layout__backstage .str-video__livestream-layout__early-viewers-count:before{content:var(--str-video__icon--livestream-viewers);margin-right:3px;vertical-align:middle}.str-video__paginated-grid-layout__wrapper{flex-grow:1}.str-video__paginated-grid-layout{align-items:center;display:flex;height:100%;justify-content:space-between}.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:auto;max-width:110vh;padding-inline:1.25rem;width:100%}.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group .str-video__participant-view{flex-basis:calc(25% - 6px);flex-grow:0;flex-shrink:1}.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group.str-video__paginated-grid-layout--one .str-video__participant-view{flex-basis:calc(100% - 6px);flex-grow:0;flex-shrink:1}.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group.str-video__paginated-grid-layout--two-four .str-video__participant-view{flex-basis:calc(50% - 6px);flex-grow:0;flex-shrink:1}.str-video__paginated-grid-layout .str-video__paginated-grid-layout__group.str-video__paginated-grid-layout--five-nine .str-video__participant-view{flex-basis:calc(33% - 6px);flex-grow:0;flex-shrink:1}.str-video__speaker-layout__wrapper{flex-grow:1;overflow-y:hidden}.str-video__speaker-layout{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;padding-inline:2px;padding:2px;width:100%}.str-video__speaker-layout .str-video__participant-view{aspect-ratio:16/9}.str-video__speaker-layout .str-video__speaker-layout__spotlight{display:flex;height:100%;justify-content:center;min-height:0}.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__participant-view--speaking:has(.str-video__video--screen-share){outline:none}.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__video{height:100%;width:100%}.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__call-controls__button,.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__participant-details{opacity:1}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper>.str-video__call-controls__button .str-video__icon{height:1rem;width:1rem}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-left{left:.5rem;position:absolute}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-right{position:absolute;right:.5rem}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-top{position:absolute;top:.5rem}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-buttons-wrapper .str-video__speaker-layout__participants-bar--button-bottom{bottom:.5rem;position:absolute}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper{scrollbar-width:none}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper::-webkit-scrollbar{display:none}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper .str-video__speaker-layout__participants-bar{align-items:center;display:flex}.str-video__speaker-layout .str-video__speaker-layout__participants-bar-wrapper .str-video__speaker-layout__participants-bar .str-video__speaker-layout__participant-tile{max-width:25vh;min-width:280px;padding:5px;width:280px}.str-video__speaker-layout--variant-top{flex-direction:column-reverse}.str-video__speaker-layout--variant-left{flex-direction:row-reverse}.str-video__speaker-layout--variant-right{flex-direction:row}.str-video__speaker-layout--variant-left .str-video__speaker-layout__participants-bar-wrapper,.str-video__speaker-layout--variant-right .str-video__speaker-layout__participants-bar-wrapper{max-height:100%;overflow-y:auto}.str-video__speaker-layout--variant-left .str-video__speaker-layout__participants-bar,.str-video__speaker-layout--variant-right .str-video__speaker-layout__participants-bar{flex-direction:column}.str-video__speaker-layout--variant-left .str-video__speaker-layout__spotlight,.str-video__speaker-layout--variant-right .str-video__speaker-layout__spotlight{width:100%}.str-video__speaker-layout--variant-left .str-video__participant-view,.str-video__speaker-layout--variant-right .str-video__participant-view{max-width:none}.str-video__speaker-layout--variant-bottom .str-video__speaker-layout__participants-bar-wrapper,.str-video__speaker-layout--variant-top .str-video__speaker-layout__participants-bar-wrapper{overflow-x:auto}.str-video__speaker-layout--variant-bottom .str-video__speaker-layout__participants-bar,.str-video__speaker-layout--variant-top .str-video__speaker-layout__participants-bar{flex-direction:row}.str-video__speaker-layout--variant-bottom .str-video__participant-view,.str-video__speaker-layout--variant-top .str-video__participant-view{max-width:110vh}@media (min-width:600px){.str-video__speaker-layout .str-video__speaker-layout__spotlight{align-items:center;height:auto}.str-video__speaker-layout .str-video__speaker-layout__spotlight .str-video__video{object-fit:contain}}.str-video__pip-layout{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;height:100%;justify-content:center;overflow:hidden;padding-inline:1rem}.str-video__pip-screen-share-local{border-radius:var(--str-video__border-radius-sm);display:flex;font-size:var(--str-video__font-size-sm);gap:var(--str-video__spacing-sm);padding:var(--str-video__spacing-md)}.str-video__pip-screen-share-local .str-video__icon{height:1rem;width:1rem}.str-video__pip-screen-share-local{background:var(--str-video__background-color5)}.str-video__participant-list{display:flex;flex-direction:column}.str-video__participant-list .str-video__participant-list-header{align-items:center;display:flex}.str-video__participant-list .str-video__participant-list-header .str-video__participant-list-header__title{flex:1 1;font-size:var(--str-video__font-size-sm)}.str-video__participant-list .str-video__participant-list-header .str-video__participant-list-header__close-button>span{height:15px;width:15px}.str-video__participant-list .str-video__search-input__container{margin-top:var(--str-video__spacing-md)}.str-video__participant-list .str-video__participant-list__content-header{align-items:center;display:none;gap:.5rem;justify-content:flex-end;margin-top:var(--str-video__spacing-md)}.str-video__participant-list .str-video__participant-list__content-header .str-video__participant-list__content-header-title{align-items:center;display:flex;justify-content:flex-end}.str-video__participant-list .str-video__participant-list__content-header .str-video__call-controls__button{align-items:center;display:flex;height:1.75rem;justify-content:center;padding:initial;width:1.75rem}.str-video__participant-list .str-video__participant-list__content-header .str-video__call-controls__button .str-video__icon--filter{height:1rem;width:1rem}.str-video__participant-list .str-video__participant-list__content{flex-grow:1;height:auto;margin-top:var(--str-video__spacing-xl);overflow-y:auto}.str-video__participant-list .str-video__participant-list__footer{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.str-video__participant-list .str-video__search-results--loading{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.str-video__participant-list .str-video__search-results--loading .str-video__loading-indicator__icon{height:3rem;-webkit-mask-size:3rem;mask-size:3rem;width:3rem}.str-video__participant-list .str-video__participant-list--empty{align-items:center;display:flex;font-size:var(--str-video__font-size-sm);padding:var(--str-video__spacing-md);width:100%}.str-video__invite-link-button{align-items:center;display:flex;gap:.375rem;justify-content:center;padding-block:.5rem;position:relative;width:100%}.str-video__invite-link-button .str-video__invite-link-tooltip{bottom:110%;position:absolute}.str-video__invite-link-button .str-video__invite-participant-icon{height:20px;width:20px}.str-video__participant-listing-item{align-items:center;display:flex;gap:var(--str-video__spacing-sm);justify-content:space-between;padding-block:.5rem;width:100%}.str-video__participant-listing-item .str-video__call-controls__button{padding:initial}.str-video__participant-listing-item .str-video__participant-listing-item__display-name{flex:1 1;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-video__participant-listing-item .str-video__participant-avatar,.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group{align-items:center;display:flex;gap:var(--str-video__spacing-sm)}.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon{height:.75rem;width:.75rem}.str-video__participant-listing-item .str-video__participant-listing-item__display-name{font-size:13px}.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-mic{background-color:var(--str-video__text-color1);-webkit-mask-image:var(--str-video__icon--mic);mask-image:var(--str-video__icon--mic);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-mic-off{background-color:var(--str-video__danger-color);-webkit-mask-image:var(--str-video__icon--mic-off);mask-image:var(--str-video__icon--mic-off);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-camera{background-color:var(--str-video__text-color1);-webkit-mask-image:var(--str-video__icon--camera);mask-image:var(--str-video__icon--camera);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-camera-off{background-color:var(--str-video__danger-color);-webkit-mask-image:var(--str-video__icon--camera-off);mask-image:var(--str-video__icon--camera-off);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.str-video__participant-listing-item .str-video__participant-listing-item__media-indicator-group .str-video__participant-listing-item__icon-pinned{background-color:var(--str-video__text-color1);-webkit-mask-image:var(--str-video__icon--pin);mask-image:var(--str-video__icon--pin);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.str-video__call-preview{display:inline-block;height:auto;object-fit:contain;width:100%}.str-video__call-recording-list__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.str-video__call-recording-list__list:first-of-type .str-video__call-recording-list__item{font-weight:600}.str-video__call-recording-list__item{align-items:center;border-bottom:1px solid var(--str-video__base-color2);display:flex;flex-direction:row;font-size:var(--str-video__font-size-xs);gap:var(--str-video__spacing-sm);justify-content:space-between;padding:var(--str-video__spacing-sm) 0}.str-video__call-recording-list__item:last-of-type{border-bottom:none}.str-video__call-recording-list__filename{width:200px}.str-video__call-recording-list__time{width:100px}.str-video__call-recording-list__download{display:flex;justify-content:flex-end;width:100px}.str-video__call-recording-list__filename,.str-video__call-recording-list__time{overflow:hidden;text-overflow:ellipsis}.str-video__call-recording-list-item__action-button--download .str-video__icon--download{height:32px;width:32px}.str-video__call-recording-list-item__action-button--download:hover .str-video__icon--download{background-color:var(--str-video__brand-color1);cursor:pointer}.str-video__call-recording-list__title{font-size:1rem;font-weight:500;line-height:1.25rem}.str-video__call-controls__button--icon-call-recordings{background-color:var(--str-video__text-color1);-webkit-mask-image:var(--str-video__icon--film-roll);mask-image:var(--str-video__icon--film-roll);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:2px;mask-size:2px}.str-video__call-recordings__toggle-button--active{background-color:var(--str-video__background-color7)}.str-video__refresh-button{background-color:initial;border-radius:4px;cursor:pointer}.str-video__refresh-button:hover{background-color:var(--str-video__background-color7)}.str-video__refresh-button:active{background-color:var(--str-video__background-color5);transition:background-color .2s ease-out}.str-video__refresh-button .str-video__refresh-button--icon{-webkit-mask-image:var(--str-video__icon--refresh);mask-image:var(--str-video__icon--refresh)}.str-video__call-recording-list__listing--icon-empty,.str-video__refresh-button .str-video__refresh-button--icon{background-color:var(--str-video__text-color1);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.str-video__call-recording-list__listing--icon-empty{-webkit-mask-image:var(--str-video__icon--film-roll);mask-image:var(--str-video__icon--film-roll)}.str-video__call-stats{background-color:var(--str-video__base-color7);border-radius:var(--str-video__border-radius-lg);display:flex;flex-direction:column;gap:.75rem;padding:var(--str-video__spacing-md);width:100%}.str-video__call-stats h3{margin:initial}.str-video__call-stats .str-video__call-stats__header{display:flex;flex-direction:column;margin-bottom:var(--str-video__spacing-md)}.str-video__call-stats .str-video__call-stats__heading{align-items:center;display:flex}.str-video__call-stats .str-video__call-stats__icon{height:18px;margin-right:var(--str-video__spacing-sm);width:18px}.str-video__call-stats .str-video__call-stats__description{font-size:var(--str-video__font-size-sm);font-weight:600;margin-bottom:var(--str-video__spacing-sm)}.str-video__call-stats .str-video__call-stats__card-container{--gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap)}.str-video__call-stats .str-video__call-stats__card{background-color:var(--str-video__background-color4);border-radius:var(--str-video__border-radius-xs);display:flex;justify-content:space-between;padding:.5rem;width:calc(50% - var(--gap)/2)}.str-video__call-stats .str-video__call-stats__card .str-video__call-stats__card-content{display:flex;flex-direction:column}.str-video__call-stats .str-video__call-stats__card .str-video__call-stats__card-label{color:var(--str-video__text-color2);display:flex;font-size:.5625rem;font-weight:500;text-transform:uppercase}.str-video__call-stats .str-video__call-stats__card .str-video__call-stats__card-value{font-size:1.0625rem;font-weight:500;line-height:1.25rem}.str-video__call-stats .str-video__call-explanation__icon{height:12px;margin-left:var(--str-video__spacing-xs);width:12px}.str-video__call-stats .str-video__call-explanation__icon:hover{cursor:pointer}.str-video__call-stats .str-video__call-explanation__description{background-color:var(--str-video__base-color3);border-radius:var(--str-video__border-radius-xs);font-size:var(--str-video__font-size-xs);padding:var(--str-video__spacing-xs)}.str-video__call-stats .str-video__call-stats-line-chart-container{height:170px;margin:auto;position:relative;width:100%}.str-video__call-stats .str-video__call-stats__tag{border-radius:var(--str-video__border-radius-sm);font-size:var(--str-video__font-size-sm);font-weight:600;height:30px;padding:var(--str-video__spacing-xs)}.str-video__call-stats .str-video__call-stats__tag--good{background-color:var(--str-video__alert-success-background);color:var(--str-video__alert-success)}.str-video__call-stats .str-video__call-stats__tag--ok{background-color:var(--str-video__alert-caution-background);color:var(--str-video__alert-caution)}.str-video__call-stats .str-video__call-stats__tag--bad{background-color:var(--str-video__alert-warming-background);color:var(--str-video__alert-warning)}.str-video__device-settings__button .str-video__call-controls__button--icon-device-settings{height:1.25rem;width:1.25rem}.str-video__device-settings{font-family:Inter;padding:.625rem;z-index:1}.str-video__device-settings__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:33px;padding:16px 16px 0}.str-video__icon.str-video__device-settings__settings-icon{color:var(--str-video__base-color1);height:24px;width:24px}.str-video__device-settings__heading{word-wrap:"break-word";color:var(--str-video__base-color1);font-size:24;font-weight:500;justify-self:start;margin:initial;margin-left:8px;width:100%}.str-video__device-settings__close-button{background-color:initial;color:var(--str-video__base-color1)}.str-video__device-settings__device-kind{padding:var(--str-video__spacing-lg)}.str-video__device-settings__device-kind .str-video__device-settings__device-selector-title{font-size:var(--str-video__font-size-xs);font-size:13px;line-height:1.25rem;margin-bottom:8px;padding-bottom:.5rem}.str-video__device-settings__device-kind .str-video__device-settings__option,.str-video__device-settings__device-kind .str-video__option{align-items:center;background-color:var(--str-video__button-primary-base);border-radius:var(--str-video__border-radius-lg);display:flex;font-size:var(--str-video__font-size-sm);font-weight:600;gap:8px;line-height:var(--str-video__spaging-lg);padding:var(--str-video__spacing-sm) var(--str-video__spacing-lg)}.str-video__device-settings__device-kind .str-video__device-settings__option:not(:first-of-type),.str-video__device-settings__device-kind .str-video__option:not(:first-of-type){margin-top:8px}.str-video__device-settings__device-kind .str-video__device-settings__option__icon--selected,.str-video__device-settings__device-kind .str-video__option__icon--selected{background-color:var(--str-video__brand-color1)}.str-video__device-settings__device-kind .str-video__device-settings__option:hover,.str-video__device-settings__device-kind .str-video__option:hover{background-color:var(--str-video__button-default-hover);cursor:pointer}.str-video__device-settings__device-kind .str-video__device-settings__option--active,.str-video__device-settings__device-kind .str-video__device-settings__option--selected,.str-video__device-settings__device-kind .str-video__option--active,.str-video__device-settings__device-kind .str-video__option--selected{background-color:var(--str-video__button-default-hover)}.str-video__device-settings__device-kind .str-video__device-settings__option input[type=radio],.str-video__device-settings__device-kind .str-video__option input[type=radio]{display:grid;height:1rem;margin:0;place-content:center;width:1rem}.str-video__device-settings__device-kind .str-video__device-settings__option input[type=radio]:before,.str-video__device-settings__device-kind .str-video__option input[type=radio]:before{content:"";height:.5rem;transform:scale(0);width:.5rem}.str-video__device-settings__device-kind .str-video__device-settings__option input[type=radio]:checked:before,.str-video__device-settings__device-kind .str-video__option input[type=radio]:checked:before{transform:scale(1)}.str-video__device-settings__device-kind .str-video__device-settings__option input[type=radio]:checked,.str-video__device-settings__device-kind .str-video__option input[type=radio]:checked{border-color:var(--str-video__primary-color)}.str-video__dropdown{position:relative}.str-video__dropdown-selected{align-items:center;background-color:var(--str-video__base-color4);border:1px solid var(--str-video__base-color6);border-radius:var(--str-video__border-radius-lg);display:flex;justify-content:space-between}.str-video__dropdown-selected__label{align-items:center;display:flex;font-size:var(--str-video__font-size-xs);font-weight:600;padding:var(--str-video__spacing-sm)}.str-video__dropdown-selected__icon{margin-right:var(--str-video__spacing-sm)}.str-video__dropdown-selected__chevron{margin-right:var(--str-video__spacing-md)}.str-video__dropdown-selected:hover,.str-video__dropdown-selected>:hover{cursor:pointer}.str-video__dropdown-selected:hover{border:1px solid var(--str-video__brand-color1)}.str-video__dropdown-list{background-color:var(--str-video__base-color6);box-shadow:0 0 24px -4px #000000a3;flex-direction:column;gap:var(--str-video__spacing-sm);margin-top:var(--str-video__spacing-sm);padding:var(--str-video__spacing-md);position:absolute;width:100%;z-index:2}.str-video__dropdown-list,.str-video__dropdown-option{border-radius:var(--str-video__border-radius-lg);display:flex}.str-video__dropdown-option{align-items:center;font-size:var(--str-video__font-size-sm);font-weight:600;gap:8px;padding:8px 16px}.str-video__dropdown-option:hover{background-color:var(--str-video__button-default-hover);cursor:pointer}.str-video__dropdown-option--selected{background-color:var(--str-video__button-primary-active);color:var(--str-video__text-color1)}.str-video__dropdown-option--selected:hover{background-color:var(--str-video__button-primary-hover)}.str-video__dropdown-icon{background-color:var(--str-video__icon-default)}.str-video__dropdown__option:hover .str-video__dropdown-icon{background-color:var(--str-video__icon-hover)}.str-video__dropdown-option--selected .str-video__dropdown-icon{background-color:var(--str-video__text-color1)}.str-video__dropdown-label{font-size:var(--str-video__font-size-xs)}.str-video__dropdown__option:hover .str-video__dropdown-label{color:var(--str-video__base-color1)}@media (min-width:600px){.str-video__dropdown-selected__label{font-size:var(--str-video__font-size-sm)}}.str-video__icon{background-color:var(--str-video__icon-default)}.str-video__icon--reactions{-webkit-mask-image:var(--str-video__icon--reactions);mask-image:var(--str-video__icon--reactions)}.str-video__icon--call-latency{-webkit-mask-image:var(--str-video__icon--call-latency);mask-image:var(--str-video__icon--call-latency)}.str-video__icon--network-quality{-webkit-mask-image:var(--str-video__icon--network-quality);mask-image:var(--str-video__icon--network-quality)}.str-video__icon--recording-on{-webkit-mask-image:var(--str-video__icon--recording-on);mask-image:var(--str-video__icon--recording-on)}.str-video__icon--caret-up{-webkit-mask-image:var(--str-video__icon--caret-up);mask-image:var(--str-video__icon--caret-up)}.str-video__icon--download{-webkit-mask-image:var(--str-video__icon--download);mask-image:var(--str-video__icon--download)}.str-video__icon--caret-down{-webkit-mask-image:var(--str-video__icon--caret-down);mask-image:var(--str-video__icon--caret-down)}.str-video__icon--chevron-right{-webkit-mask-image:var(--str-video__icon--chevron-right);mask-image:var(--str-video__icon--chevron-right)}.str-video__icon--recording-off{-webkit-mask-image:var(--str-video__icon--recording-off);mask-image:var(--str-video__icon--recording-off)}.str-video__icon--loading{animation-iteration-count:infinite;animation-timing-function:linear;-webkit-mask-image:var(--str-video__icon--loading);mask-image:var(--str-video__icon--loading);transform:rotate(1turn);transition-delay:now;transition-duration:1s}.str-video__icon--logout{-webkit-mask-image:var(--str-video__icon--logout);mask-image:var(--str-video__icon--logout)}.str-video__icon--chevron-up{-webkit-mask-image:var(--str-video__icon--chevron-up);mask-image:var(--str-video__icon--chevron-up)}.str-video__icon--chevron-down{-webkit-mask-image:var(--str-video__icon--chevron-down);mask-image:var(--str-video__icon--chevron-down)}.str-video__icon--screen-share-on{-webkit-mask-image:var(--str-video__icon--screen-share-on);mask-image:var(--str-video__icon--screen-share-on)}.str-video__icon--screen-share-off{-webkit-mask-image:var(--str-video__icon--screen-share-off);mask-image:var(--str-video__icon--screen-share-off)}.str-video__icon--caret-down{transform:rotate(180deg)}.str-video__icon--caret-down,.str-video__icon--caret-right,.str-video__icon--caret-up{-webkit-mask-image:var(--str-video__icon--caret);mask-image:var(--str-video__icon--caret)}.str-video__icon--caret-right{transform:rotate(90deg)}.str-video__icon--caret-left{-webkit-mask-image:var(--str-video__icon--caret);mask-image:var(--str-video__icon--caret);transform:rotate(-90deg)}.str-video__icon--close{-webkit-mask-image:var(--str-video__icon--close);mask-image:var(--str-video__icon--close)}.str-video__icon--mic{-webkit-mask-image:var(--str-video__icon--mic);mask-image:var(--str-video__icon--mic)}.str-video__icon--mic-off{-webkit-mask-image:var(--str-video__icon--mic-off);mask-image:var(--str-video__icon--mic-off)}.str-video__icon--camera{-webkit-mask-image:var(--str-video__icon--camera);mask-image:var(--str-video__icon--camera)}.str-video__icon--camera-off{-webkit-mask-image:var(--str-video__icon--camera-off);mask-image:var(--str-video__icon--camera-off)}.str-video__icon--camera-off-outline{-webkit-mask-image:var(--str-video__icon--camera-off-outline);mask-image:var(--str-video__icon--camera-off-outline)}.str-video__icon--call-end{-webkit-mask-image:var(--str-video__icon--call-end);mask-image:var(--str-video__icon--call-end)}.str-video__icon--call-accept{-webkit-mask-image:var(--str-video__icon--call-accept);mask-image:var(--str-video__icon--call-accept)}.str-video__icon--info{-webkit-mask-image:var(--str-video__icon--info-icon);mask-image:var(--str-video__icon--info-icon)}.str-video__icon--stats{-webkit-mask-image:var(--str-video__icon--stats);mask-image:var(--str-video__icon--stats)}.str-video__icon--speaker{-webkit-mask-image:var(--str-video__icon--speaker);mask-image:var(--str-video__icon--speaker)}.str-video__icon--ellipsis{-webkit-mask-image:var(--str-video__icon--ellipsis);mask-image:var(--str-video__icon--ellipsis)}.str-video__icon--pin{-webkit-mask-image:var(--str-video__icon--pin);mask-image:var(--str-video__icon--pin)}.str-video__icon--no-audio{-webkit-mask-image:var(--str-video__icon--no-audio);mask-image:var(--str-video__icon--no-audio)}.str-video__icon--not-allowed{-webkit-mask-image:var(--str-video__icon--not-allowed);mask-image:var(--str-video__icon--not-allowed)}.str-video__icon--film-roll{-webkit-mask-image:var(--str-video__icon--film-roll);mask-image:var(--str-video__icon--film-roll)}.str-video__icon--device-settings{-webkit-mask-image:var(--str-video__icon--settings);mask-image:var(--str-video__icon--settings)}.str-video__icon--filter{-webkit-mask-image:var(--str-video__icon--filter);mask-image:var(--str-video__icon--filter)}.str-video__icon--refresh{-webkit-mask-image:var(--str-video__icon--refresh);mask-image:var(--str-video__icon--refresh)}.str-video__icon{display:block;height:1.25rem;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:1.25rem}.str-video__loading-indicator{align-items:center;display:flex;flex-direction:column}.str-video__loading-indicator__icon.spinner{animation:rotation 1s linear infinite;background-color:var(--str-video__text-color2);height:1rem;-webkit-mask-image:var(--str-video__icon--loading);mask-image:var(--str-video__icon--loading);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1rem;mask-size:1rem;width:1rem}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.str-video__menu-container{-ms-overflow-style:none;scrollbar-width:none;width:-webkit-max-content;width:max-content;z-index:2}.str-video__menu-container::-webkit-scrollbar{display:none}.str-video__portal{background-color:var(--str-video__backdrop1);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.str-video__portal:hover{cursor:pointer}.str-video__portal-content{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:2}.str-video__menu-container{background-color:var(--str-video__base-color6);border-radius:var(--str-video__border-radius-lg);box-shadow:0 0 24px -4px #000000a3}.str-video__generic-menu{display:flex;flex-direction:column;gap:var(--str-video__spacing-xs);list-style:none;margin:initial;padding:var(--str-video__spacing-md)}.str-video__generic-menu .str-video__generic-menu--item{align-items:center;display:flex;font-size:var(--str-video__font-size-md);font-weight:600;gap:8px}.str-video__generic-menu .str-video__generic-menu--item button{all:unset;align-items:center;background-color:var(--str-video__button-primary-base);border-radius:var(--str-video__border-radius-lg);display:flex;font-size:13px;gap:10px;padding:var(--str-video__spacing-xs) var(--str-video__spacing-lg);position:relative;width:100%}.str-video__generic-menu .str-video__generic-menu--item button:hover{background-color:var(--str-video__button-default-hover);cursor:pointer}.str-video__generic-menu .str-video__generic-menu--item button--active,.str-video__generic-menu .str-video__generic-menu--item button--selected{background-color:var(--str-video__button-primary-hover)}.str-video__generic-menu .str-video__generic-menu--item button[aria-selected]{padding:5px 10px 5px 26px}.str-video__generic-menu .str-video__generic-menu--item button[aria-selected=true]:after{content:"●";font-size:10px;left:10px;position:absolute}.str-video__notification{align-items:center;display:flex;gap:.625rem;padding:.625rem}.str-video__notification .str-video__notification__icon{display:inline-block;height:1.5rem;width:1.5rem}.str-video__notification .str-video__notification__message{flex:1 1}.str-video__notification .str-video__notification__close{display:inline-block;height:1rem;width:1rem}.str-video__notification .str-video__notification__close:hover{cursor:pointer}.str-video__notification{background-color:var(--str-video__background-color1);border-radius:var(--str-video__border-radius-xs);z-index:100}.str-video__notification .str-video__notification__icon{background-color:var(--str-video__text-color1);-webkit-mask-image:var(--str-video__icon--info-icon);mask-image:var(--str-video__icon--info-icon);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1.5rem;mask-size:1.5rem}.str-video__notification .str-video__notification__message{font-size:.75rem}.str-video__participant-view{align-items:center;aspect-ratio:4/3;border-radius:var(--str-video__border-radius-sm);display:flex;justify-content:center;max-height:100%;max-width:1280px;min-height:0;position:relative;width:100%}.str-video__participant-view--speaking{outline:2px solid var(--str-video__primary-color)}.str-video__participant-view .str-video__call-controls__button{color:var(--str-video__text-color1);opacity:.3;transition:opacity .2s ease-out}.str-video__participant-view:hover .str-video__call-controls__button{opacity:1}.str-video__participant-view>.str-video__call-controls__button{left:.875rem;padding:.3rem;position:absolute;top:.875rem}.str-video__participant-view .str-video__participant-details{align-items:center;background-color:var(--str-video__background-color4);border-radius:0 var(--str-video__border-radius-xs) 0 var(--str-video__border-radius-sm);bottom:0;display:flex;gap:var(--str-video__spacing-sm);left:0;position:absolute}.str-video__participant-view .str-video__participant-details .str-video__participant-details__name{align-items:center;display:flex;font-size:var(--str-video__font-size-sm);gap:var(--str-video__spacing-sm);overflow:hidden;padding:4px 6px;text-overflow:ellipsis;white-space:nowrap}.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--audio-muted{background-color:var(--str-video__text-color1);height:1rem;-webkit-mask-image:var(--str-video__icon--mic-off);mask-image:var(--str-video__icon--mic-off);-webkit-mask-size:1rem;mask-size:1rem;width:1rem}.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--video-muted{background-color:var(--str-video__text-color1);height:1rem;-webkit-mask-image:var(--str-video__icon--camera-off);mask-image:var(--str-video__icon--camera-off);-webkit-mask-size:1rem;mask-size:1rem;width:1rem}.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--track-paused{background-color:var(--str-video__text-color1);height:1rem;mask-image:var(--str-video__icon--low-bandwidth);-webkit-mask-image:var(--str-video__icon--low-bandwidth);-webkit-mask-size:1rem;mask-size:1rem;width:1rem}.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--pinned{background-color:var(--str-video__text-color1);cursor:pointer;height:1rem;-webkit-mask-image:var(--str-video__icon--pin);mask-image:var(--str-video__icon--pin);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1rem;mask-size:1rem;-webkit-mask-size:.8rem;mask-size:.8rem;width:1rem;width:.8rem}.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--network-stats{background-color:var(--str-video__text-color1);background-image:var(--str-video__icon--network-quality);cursor:pointer;height:1rem;margin-right:.625rem;-webkit-mask-size:1rem;mask-size:1rem;width:1rem}.str-video__participant-view .str-video__participant-details__connection-quality{background-color:var(--str-video__background-color4);background-size:cover;border-radius:var(--str-video__border-radius-sm) 0 var(--str-video__border-radius-sm) 0;bottom:0;display:block;height:24px;position:absolute;right:0;width:24px}.str-video__participant-view .str-video__participant-details__connection-quality--poor{background-image:var(--str-video__icon--connection-quality-poor)}.str-video__participant-view .str-video__participant-details__connection-quality--good{background-image:var(--str-video__icon--connection-quality-good)}.str-video__participant-view .str-video__participant-details__connection-quality--excellent{background-image:var(--str-video__icon--connection-quality-excellent)}.str-video__speech-indicator{align-items:center;display:flex;gap:1px;height:16px;justify-content:space-between}.str-video__speech-indicator .str-video__speech-indicator__bar{animation-duration:.4s;animation-iteration-count:1;animation-name:speech-indicator-silence;animation-timing-function:ease-in-out;background-color:var(--str-video__primary-color);border-radius:2px;height:20%;width:3px}.str-video__speech-indicator.str-video__speech-indicator--dominant .str-video__speech-indicator__bar{background-color:var(--str-video__primary-color)}.str-video__speech-indicator.str-video__speech-indicator--speaking .str-video__speech-indicator__bar{animation-iteration-count:infinite;height:100%}.str-video__speech-indicator.str-video__speech-indicator--speaking .str-video__speech-indicator__bar:first-child{animation-duration:.8s;animation-name:speech-indicator-quiet;height:70%}.str-video__speech-indicator.str-video__speech-indicator--speaking .str-video__speech-indicator__bar:nth-child(2){animation-duration:1s;animation-name:speech-indicator-loud;height:80%}.str-video__speech-indicator.str-video__speech-indicator--speaking .str-video__speech-indicator__bar:nth-child(3){animation-duration:.9s;animation-name:speech-indicator-quiet;height:60%}@keyframes speech-indicator-silence{25%{transform:scaleY(2)}50%{transform:scaleY(2.5)}75%{transform:scaleY(1)}}@keyframes speech-indicator-quiet{25%{transform:scaleY(.5)}50%{transform:scaleY(.3)}75%{transform:scaleY(.5)}}@keyframes speech-indicator-loud{25%{transform:scaleY(1)}50%{transform:scaleY(.45)}75%{transform:scaleY(1.1)}}.str-video__permission-requests{background-color:var(--str-video__background-color1);border-radius:8px;padding:10px;position:relative}.str-video__permission-requests .str-video__permission-request,.str-video__permission-requests .str-video__permission-requests__notification{align-items:center;display:flex;gap:10px;padding:10px 0}.str-video__permission-requests .str-video__permission-request__message,.str-video__permission-requests .str-video__permission-requests__notification__message{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-video__permission-requests .str-video__permission-request__button{background-color:initial;border:1px solid var(--str-video__text-color1);border-radius:4px;color:var(--str-video__color1);cursor:pointer;font-size:14px;font-weight:500;min-width:120px;padding:8px}.str-video__permission-requests .str-video__permission-request__button--allow{background-color:var(--str-video__primary-color);border:1px solid var(--str-video__primary-color)}.str-video__permission-requests .str-video__permission-requests-list{background-color:var(--str-video__background-color1);border-bottom-left-radius:8px;border-bottom-right-radius:8px;opacity:.9;overflow-x:scroll;overflow-y:hidden;padding:10px;width:100%;z-index:1}.str-video__permission-requests .str-video__permission-requests-list::-webkit-scrollbar{display:none}.str-video__reaction{position:absolute;right:.875rem;top:.875rem}.str-video__reaction .str-video__reaction__emoji{display:flex;font-size:2.5rem;line-height:1}.str-video__call-panel{align-items:center;display:flex;flex-direction:column;gap:1rem;height:300px;justify-content:space-around;padding:1rem 1rem .5rem;width:400px}.str-video__call-panel--ringing .str-video__call-panel__members-list{align-items:center;display:flex;overflow:hidden}.str-video__call-panel--ringing .str-video__call-panel__members-list .str-video__call-panel__member-box{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem;position:relative}.str-video__call-panel--ringing .str-video__call-panel__members-list .str-video__call-panel__member-box .str-video__avatar{height:80px;width:80px}.str-video__call-panel--ringing .str-video__call-panel__members-list .str-video__call-panel__member-box .str-video__member_details{bottom:10%;padding:.125rem .375rem;position:absolute}.str-video__call-panel--ringing .str-video__pending-call-controls{display:flex;gap:.675rem}.str-video__call-panel{background:var(--str-video__background-color3);border:2px solid #c8c8c899;border-radius:10px}.str-video__call-panel--ringing .str-video__call-panel__members-list .str-video__call-panel__member-box{background:var(--str-video__background-color6);border-radius:var(--str-video__border-radius-circle)}.str-video__call-panel--ringing .str-video__call-panel__members-list .str-video__call-panel__member-box:before{background:linear-gradient(180deg,var(--str-video__primary-color),var(--str-video__info-color));border-radius:var(--str-video__border-radius-circle);content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:4px;position:absolute}.str-video__call-panel--ringing .str-video__call-panel__members-list .str-video__call-panel__member-box .str-video__member_details{background-color:var(--str-video__background-color4);border-radius:4px;color:var(--str-video__text-color1);font-size:12px;line-height:16px}.str-video__screen-share-overlay{align-items:center;display:flex;flex-direction:column;gap:1.8rem;height:100%;justify-content:center;position:absolute;width:100%}.str-video__screen-share-overlay>.str-video__icon{height:4rem;width:4rem}.str-video__screen-share-overlay .str-video__screen-share-overlay__button{align-items:center;display:flex;gap:.4rem;padding-block:.8rem;padding-inline:1.6rem}.str-video__screen-share-overlay .str-video__screen-share-overlay__button .str-video__icon{height:.7rem;width:.7rem}.str-video__screen-share-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:var(--str-video__overlay-color);border-radius:inherit}.str-video__screen-share-overlay .str-video__screen-share-overlay__title{font-size:1.3rem}.str-video__screen-share-overlay .str-video__screen-share-overlay__button{background:var(--str-video__danger-color);border-radius:var(--str-video__border-radius-xs);color:#fff}.str-video__screen-share-overlay .str-video__screen-share-overlay__button:hover{background-color:var(--str-video__danger-color--accent)}.str-video__search-input__container{display:flex;gap:.5rem;margin-inline:-.25rem;padding:.5rem .75rem}.str-video__search-input__container input{flex:1 1;min-width:0}.str-video__search-input__container .str-video__search-input__clear-btn{align-items:center;display:flex;justify-content:center;padding:0}.str-video__search-input__container .str-video__search-input__icon{padding:.25rem}.str-video__search-input__container .str-video__search-input__icon,.str-video__search-input__container .str-video__search-input__icon--active{display:inline-block;height:1.125rem;width:1.125rem}.str-video{--str-video__search-input__container--color:var(--str-video__text-color1);--str-video__search-input__container--background-color:var(
    --str-video__background-color0
  );--str-video__search-input__container--border-radius:var(
    --str-video__border-radius-circle
  );--str-video__search-input__container--border-block-start:1px solid #0000;--str-video__search-input__container--border-block-end:1px solid #0000;--str-video__search-input__container--border-inline-start:1px solid #0000;--str-video__search-input__container--border-inline-end:1px solid #0000;--str-video__search-input__placeholder-color:var(--str-video__text-color2);--str-video__search-input__icon--color:var(--str-video__text-color1)}.str-video__search-input__container.str-video__search-input__container--active{border-color:var(--str-video__primary-color)}.str-video__search-input__container{-webkit-border-before:var(--str-video__search-input__container--border-block-start);-webkit-border-after:var(--str-video__search-input__container--border-block-end);-webkit-border-start:var(--str-video__search-input__container--border-inline-start);-webkit-border-end:var(--str-video__search-input__container--border-inline-end);background:var(--str-video__search-input__container--background-color);border-block-end:var(--str-video__search-input__container--border-block-end);border-block-start:var(--str-video__search-input__container--border-block-start);border-inline-end:var(--str-video__search-input__container--border-inline-end);border-inline-start:var(--str-video__search-input__container--border-inline-start);border-radius:var(--str-video__search-input__container--border-radius);box-shadow:var(--str-video__search-input__container--box-shadow);color:var(--str-video__search-input__container--color)}.str-video__search-input__container input{background-color:initial;border:none;color:inherit;font-size:13px;outline:none}.str-video__search-input__container input::placeholder{color:var(--str-video__search-input__placeholder-color)}.str-video__search-input__container .str-video__search-input__icon{background-color:var(--str-video__search-input__icon--color);-webkit-mask-image:var(--str-video__icon--magnifier-glass);mask-image:var(--str-video__icon--magnifier-glass);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:.75rem .75rem;mask-size:.75rem .75rem}.str-video__search-input__container .str-video__search-input__clear-btn{background-color:initial;border:none;border-radius:var(--str-video__border-radius-circle)}.str-video__search-input__container .str-video__search-input__clear-btn:hover{cursor:pointer}.str-video__search-input__container .str-video__search-input__clear-btn .str-video__search-input__icon--active{background-color:var(--str-video__search-input__icon--color);-webkit-mask-image:var(--str-video__icon--close);mask-image:var(--str-video__icon--close);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:.75rem .75rem;mask-size:.75rem .75rem}.str-video__call{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;width:100%}.str-video__call,.str-video__call .str-video{background-color:var(--str-video__background-color2);color:var(--str-video__text-color1)}.str-video__tooltip{display:flex;justify-content:center;max-width:250px;overflow-wrap:break-word;padding:var(--str-video__spacing-sm);white-space:normal;width:-webkit-max-content;width:max-content;z-index:4}.str-video{--str-video__tooltip--border-radius:var(--str-video__border-radius-xs);--str-video__tooltip--color:var(--str-video__text-color1);--str-video__tooltip--background-color:var(
    --str-video__button-default-hover
  );--str-video__tooltip--border-block-start:none;--str-video__tooltip--border-block-end:none;--str-video__tooltip--border-inline-start:none;--str-video__tooltip--border-inline-end:none;--str-video__tooltip--box-shadow:none}.str-video__tooltip{-webkit-border-before:var(--str-video__tooltip--border-block-start);-webkit-border-after:var(--str-video__tooltip--border-block-end);-webkit-border-start:var(--str-video__tooltip--border-inline-start);-webkit-border-end:var(--str-video__tooltip--border-inline-end);background:var(--str-video__tooltip--background-color);border-block-end:var(--str-video__tooltip--border-block-end);border-block-start:var(--str-video__tooltip--border-block-start);border-inline-end:var(--str-video__tooltip--border-inline-end);border-inline-start:var(--str-video__tooltip--border-inline-start);border-radius:var(--str-video__tooltip--border-radius);box-shadow:var(--str-video__tooltip--box-shadow);color:var(--str-video__tooltip--color);font-size:14px;line-height:1rem}.str-video__tooltip:after{background-color:var(--str-video__tooltip-background-color)}.str-video__video{border-radius:inherit;height:100%;object-fit:cover;pointer-events:none;width:100%}.str-video__video--tall{object-fit:contain}.str-video__video--mirror:not(:picture-in-picture){transform:scaleX(-1)}.str-video__video{background-color:var(--str-video__background-color5)}.str-video__video-placeholder{align-items:center;aspect-ratio:4/3;display:flex;height:100%;justify-content:center;width:100%}.str-video__video-placeholder .str-video__video-placeholder__avatar{height:100px;object-fit:cover;width:100px}.str-video__video-placeholder .str-video__video-placeholder__initials-fallback{align-items:center;display:flex;height:100px;justify-content:center;width:100px}.str-video__video-placeholder{background:var(--str-video__base-color6);border-radius:inherit}.str-video__video-placeholder .str-video__video-placeholder__avatar{border-radius:var(--str-video__border-radius-circle)}.str-video__video-placeholder .str-video__video-placeholder__initials-fallback{background-color:var(--str-video__primary-color);border-radius:var(--str-video__border-radius-circle);font-size:32px;font-weight:600;text-transform:uppercase}.str-video__video-preview-container{align-items:center;display:flex;height:375px;justify-content:center;width:500px}.str-video__video-preview-container .str-video__video-preview{height:100%;object-fit:cover;width:100%}.str-video__video-preview-container .str-video__loading-indicator__icon{height:3rem;-webkit-mask-size:3rem;mask-size:3rem;width:3rem}.str-video__video-preview-container .str-video__video-preview--mirror{transform:scaleX(-1)}.str-video__video-preview-container .str-video__video-preview--loading{display:none}.str-video{--str-video__video-preview-container--color:var(--str-video__text-color1);--str-video__video-preview-container--background-color:var(
    --str-video__background-color5
  );--str-video__video-preview-container--border-radius:var(
    --str-video__border-radius-xs
  );--str-video__video-preview-container--border-block-start:4px solid var(--str-video__primary-color);--str-video__video-preview-container--border-block-end:4px solid var(--str-video__primary-color);--str-video__video-preview-container--border-inline-start:4px solid var(--str-video__primary-color);--str-video__video-preview-container--border-inline-end:4px solid var(--str-video__primary-color)}.str-video__video-preview-container{-webkit-border-before:var(--str-video__video-preview-container--border-block-start);-webkit-border-after:var(--str-video__video-preview-container--border-block-end);-webkit-border-start:var(--str-video__video-preview-container--border-inline-start);-webkit-border-end:var(--str-video__video-preview-container--border-inline-end);background:var(--str-video__video-preview-container--background-color);border-block-end:var(--str-video__video-preview-container--border-block-end);border-block-start:var(--str-video__video-preview-container--border-block-start);border-inline-end:var(--str-video__video-preview-container--border-inline-end);border-inline-start:var(--str-video__video-preview-container--border-inline-start);border-radius:var(--str-video__video-preview-container--border-radius);box-shadow:var(--str-video__video-preview-container--box-shadow);color:var(--str-video__video-preview-container--color);overflow:hidden}
/*# sourceMappingURL=main.9f57b755.css.map*/