@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
:root{--plyr-video-control-background-hover:var(--hms-ui-colors-primaryLight);--plyr-progress-marker-background:#e9e9e9;--off-white-color:#e9e9e9;--secondary-gray-color:#8c8e95;--yellow-color:#e3c050}.margin-left-auto-plyr{margin-left:auto}.background-transparent-plyr{background-color:initial}.text-overflow-ellipsis-plyr{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-decoration-none-plyr{text-decoration:none}.com-btn-plyr{background-color:#000;border:1px solid #e3c050;border-radius:4px;color:#e9e9e9;cursor:pointer;font-size:14px;font-weight:700;padding:12px 28px}.light-gray-bg-plyr{background-color:#1e1e1e}.off-white-text-plyr{color:var(--off-white-color)}.secondary-gray-text-plyr{color:var(--secondary-gray-color)}.light-gray-text-plyr{color:#1e1e1e}.white-color-text-plyr{color:#fff}.display-block-plyr{display:block}.display-none{display:none!important}.com-heading-plyr{font-size:16px;font-weight:500;margin-bottom:20px}.com-divider-plyr{background-color:#1f1f1f;height:1px;margin:23px 0;width:100%}.plyr-video-body *{box-sizing:border-box}.plyr-video-body{color:#e9e9e9;min-height:auto;position:static!important}.goog-gt-tt,.skiptranslate{display:none!important}.video-wrap-body font{background-color:initial!important;box-shadow:none!important}.front-loader{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99999}.video-wrap-body p{color:var(--secondary-gray-color);font-size:15px}.plyr__progress__marker{border:1px solid #606060;border-radius:50%;height:8px}.video-wrap-body{background-color:#000;display:flex;justify-content:center}.video-wrap{position:relative;width:100%}.video-wrap-overlay:after{background:#0000;bottom:0;content:"";cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.video-wrap video{height:100%;max-height:100vh;object-fit:contain;width:100%}.plyr__control--overlaid{background-color:#000!important;border:5px solid #acacac;height:100px;width:100px!important}.plyr__control--overlaid use{color:#d9d9d9}.plyr__control--overlaid svg{height:36px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);width:36px}.plyr--video{border-radius:0}.plyr--video .plyr__controls{background-color:#000;height:44px;padding:0}.plyr__controls.hidden{display:none!important}.plyr__progress input[type=range]{color:#e9e9e9}.plyr__progress__buffer{background:var(--hms-ui-colors-primaryLight)}.vid-player-wrap{max-width:94vw;position:relative;width:860px}.click-for-sound{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.click-for-sound-btn{align-items:center;background-color:#131313!important;border:none;border-radius:40px;box-sizing:border-box;color:#e9e9e9;cursor:pointer;display:flex;gap:8px;height:55px;justify-content:flex-end;min-width:55px;padding:0 16px;position:absolute;right:12px;text-align:center;top:12px;z-index:1}.click-for-sound-text{display:none}.click-for-sound img{width:23px}.video-wrap:hover .click-for-sound-text{display:block}.plyr__controls__item .plyr__control,button.plyr__controls__item{align-items:center;border-radius:0;color:#e9e9e9;display:flex!important;height:44px;justify-content:center;text-align:center;width:42px}.plyr__controls__item .plyr__control:hover,button.plyr__controls__item:hover{background-color:var(--hms-ui-colors-primaryLight)}.plyr__controls__item.plyr__volume{position:relative}.plyr__controls__item.plyr__volume input{background-color:#13131396;border-radius:0;bottom:50%;color:#e9e9e9;display:none;left:50%;margin:0;max-width:none;padding:22px 12px;position:absolute;text-align:center;top:-20px;transform:rotate(-90deg)!important;-webkit-transform:rotate(-90deg)!important;-moz-transform:rotate(-90deg)!important;-o-transform:rotate(-90deg)!important;-ms-transform:rotate(-90deg)!important;transform-origin:left;width:120px;width:110px!important}.plyr__controls__item.plyr__volume:hover input{display:block}.plyr__controls__item.plyr__menu{position:static}.plyr__menu__container{background-color:#131313;border-radius:11px;bottom:146px;color:#8c8e95;font-size:14px;left:50%;margin:0;padding:4px;position:absolute;transform:translateX(-50%)!important;-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;width:auto}.plyr__menu__container .plyr__control{margin:0;width:100%}.speed-control-area{background-color:#131313;border-radius:11px;bottom:100px;color:#8c8e95;display:none;font-size:14px;left:50%;overflow:hidden;padding:4px;position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);white-space:nowrap;z-index:1}.speed-control-area.speed-control-area-animated{bottom:150px}.speed-control-area.visible{display:block}.vid-light-text{color:#e9e9e9}.speed-control-area .active{color:#e9e9e9!important}.speed-control-area-row{align-items:center;display:flex;gap:8px;justify-content:center;padding:8px 12px}.speed-control-area-num{margin-bottom:4px}.speed-control-area-num .x-btn.active{transform:scale(1.14);-webkit-transform:scale(1.14);-moz-transform:scale(1.14);-o-transform:scale(1.14);-ms-transform:scale(1.14);transform-origin:center}.speed-control-area-num .x-btn{background:#0000;border:none;color:inherit;cursor:pointer;padding:0}.speed-control-area-num .x-btn:hover{color:#fff!important;transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2)}.speed-control-area-time{background-color:var(--hms-ui-colors-primaryLight);border-radius:0 0 9px 9px}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:none}.plyr--full-ui.plyr--video .plyr__control--overlaid.visible{display:block!important;opacity:1;visibility:visible}.speed-control-area-animated .x-btn{display:none}.speed-control-area-animated .x-btn.active{display:block}.speed-control-area-animated .speed-control-area-num{margin:0 auto 4px;width:-moz-fit-content;width:fit-content}.speed-control-area-animated .speed-control-area-num>svg{color:var(--yellow-color)}.speed-control-area-animated .speed-control-area-num:hover .x-btn{display:block}.speed-control-area-animated .speed-control-area-num:hover .speed-icon{display:none}.speed-control-area-animated .vid-light-text.updated{animation:upside .3s linear}@keyframes upside{0%{transform:translateY(10px)}to{transform:translateY(0)}}.caption-list{background-color:var(--hms-ui-colors-primaryLight);border-radius:6px;bottom:calc(100% + 20px);color:#e9e9e9;display:none;font-size:16px;max-height:190px;max-height:250px;max-width:660px;min-width:160px;overflow-y:auto;padding:2px 0;position:absolute;right:20px;z-index:1}.caption-list.visible{display:block}.caption-list-short-name{background-color:#000;border:1px solid var(--hms-ui-colors-primaryLight);border-radius:4px;flex-shrink:0;font-size:13px;margin-left:auto;min-width:17px;padding:1px 5px;text-align:center;text-transform:uppercase}.caption-list-single input{display:none}.caption-list-single input:checked+.caption-list-single-label{background-color:#000}.caption-list-single-label{align-items:center;cursor:pointer;display:flex;gap:5px;padding:8px 10px}.caption-list-single-label:hover{background-color:#000}.caption-list-text{text-align:left}.caption-list-languages{column-count:3;column-gap:22px;max-height:none}.caption-list-input{accent-color:#000;margin-left:0}.markers-list{background-color:var(--hms-ui-colors-primaryLight);bottom:calc(100% + 25px);color:#fff;display:none;max-height:320px;max-width:315px;overflow-y:auto;position:absolute;right:10px;z-index:1}.markers-list.visible{display:block}.markers-list ul{list-style-type:none;margin:0;padding:0}.markers-list ul li{display:flex;font-weight:600;padding:8px 12px}.markers-list-time{white-space:nowrap}.markers-list ul li:hover{background-color:#000;cursor:pointer}.markers-list-text{margin-left:12px;text-align:left}.plyr__progress__container .plyr__tooltip{background-color:#000;color:#fff;font-size:14px;max-width:none!important;width:-moz-fit-content;width:fit-content}.d-none{display:none}.video-lang-active{background-color:#000}.replay-download{bottom:0;left:0;position:absolute;right:0;text-align:center}.replay-download-btn{border:1px solid var(--hms-ui-colors-primaryLightBorder);border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;color:var(--hms-ui-colors-light);cursor:pointer;display:flex;font-size:14px;gap:5px;justify-content:center;margin:3px auto;padding:6px 0;text-decoration:none;width:160px}.replay-download-btn:hover{background:var(--hms-ui-colors-black);border-color:var(--hms-ui-colors-yellow);color:var(--hms-ui-colors-white)}@media(max-width:1200px){.click-for-sound-text{display:block}.plyr__control--overlaid{border-width:4px;height:70px;width:70px!important}.plyr__control--overlaid svg{height:26px;width:26px}}@media(max-width:767px){.video-wrap video{height:auto}.markers-list{bottom:100%;max-height:130px}.markers-list ul li{font-size:12px;padding:6px 8px}.caption-list{bottom:100%;max-height:110px;max-width:99vw;right:0}.video-frame-separate .caption-list{max-height:240px;max-width:99vw;right:0}.caption-list-single{font-size:13px}.caption-list-short-name{font-size:10px;min-width:30px}.caption-list-single-label{padding:5px 9px}.caption-list-languages{column-count:2;column-gap:15px}.caption-list-input{width:10px}.plyr__progress__marker{border-width:1px;height:6px;width:6px}.plyr{line-height:normal}.plyr__control--overlaid{aspect-ratio:1/1;border-width:3px;height:55px;width:55px!important}.plyr__caption{font-size:10px}.plyr__control--overlaid svg{height:50%;width:50%}.click-for-sound-btn{font-size:11px;height:36px;padding:0 11px;right:7px;top:5px}.click-for-sound img{width:18px}.plyr__control svg{height:50%;min-height:14px;min-width:14px;width:50%}.plyr__control img{width:14px}.plyr__controls__item .plyr__control,button.plyr__controls__item{height:36px;padding:2px;width:24px}.plyr--video .plyr__controls{height:40px}.plyr__time{font-size:10px}.plyr--fullscreen-enabled .plyr__video-wrapper{align-items:center;display:flex}.speed-control-area,.speed-control-area-num .x-btn{font-size:11px}.speed-control-area-row{padding:4px 9px}.speed-control-area{bottom:36px}.speed-control-area.speed-control-area-animated{bottom:6px}}
.colorPickerMenu *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.spinner{animation-duration:.5s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dropListIcon{display:flex;flex-direction:column;margin-left:2px;width:8px}
.react-tagsinput{background-color:#fff;border:1px solid #ccc;overflow:hidden;padding-left:5px;padding-top:5px}.react-tagsinput--focused{border-color:#a5d24a}.react-tagsinput-tag{background-color:#cde69c;border:1px solid #a5d24a;border-radius:2px;color:#638421;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:5px;margin-right:5px;padding:5px}.react-tagsinput-remove{cursor:pointer;font-weight:700}.react-tagsinput-tag a:before{content:" ×"}.react-tagsinput-input{background:#0000;border:0;color:#777;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:6px;margin-top:1px;outline:none;padding:5px;width:80px}
._wrap_5y04w_1{border:1px dashed hsl(var(--richtext-border))!important;border-radius:6px;display:flex;flex-direction:column;height:100%;line-height:0;max-width:100%;overflow:hidden}._wrap_5y04w_1 ._handlerWrap_5y04w_11{display:flex;padding:10px}._wrap_5y04w_1 ._innerWrap_5y04w_15{border-radius:var(--richtext-border-radius);flex:1;height:100%;overflow:hidden;position:relative;width:100%}._wrap_5y04w_1 ._emptyWrap_5y04w_23{align-items:center;display:flex;height:100%;justify-content:center}._wrap_5y04w_1 iframe{border:0;border:none!important;height:100%;width:100%}::backdrop,:root{--richtext-border-spacing-x:0;--richtext-border-spacing-y:0;--richtext-translate-x:0;--richtext-translate-y:0;--richtext-rotate:0;--richtext-skew-x:0;--richtext-skew-y:0;--richtext-scale-x:1;--richtext-scale-y:1;--richtext-pan-x: ;--richtext-pan-y: ;--richtext-pinch-zoom: ;--richtext-scroll-snap-strictness:proximity;--richtext-gradient-from-position: ;--richtext-gradient-via-position: ;--richtext-gradient-to-position: ;--richtext-ordinal: ;--richtext-slashed-zero: ;--richtext-numeric-figure: ;--richtext-numeric-spacing: ;--richtext-numeric-fraction: ;--richtext-ring-inset: ;--richtext-ring-offset-width:0px;--richtext-ring-offset-color:#fff;--richtext-ring-color:#3b82f680;--richtext-ring-offset-shadow:0 0 #0000;--richtext-ring-shadow:0 0 #0000;--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;--richtext-blur: ;--richtext-brightness: ;--richtext-contrast: ;--richtext-grayscale: ;--richtext-hue-rotate: ;--richtext-invert: ;--richtext-saturate: ;--richtext-sepia: ;--richtext-drop-shadow: ;--richtext-backdrop-blur: ;--richtext-backdrop-brightness: ;--richtext-backdrop-contrast: ;--richtext-backdrop-grayscale: ;--richtext-backdrop-hue-rotate: ;--richtext-backdrop-invert: ;--richtext-backdrop-opacity: ;--richtext-backdrop-saturate: ;--richtext-backdrop-sepia: ;--richtext-contain-size: ;--richtext-contain-layout: ;--richtext-contain-paint: ;--richtext-contain-style: }:root{--richtext-background:0 0% 100%;--richtext-foreground:240 10% 3.9%;--richtext-muted:240 4.8% 95.9%;--richtext-muted-foreground:240 3.8% 46.1%;--richtext-popover:0 0% 100%;--richtext-popover-foreground:240 10% 3.9%;--richtext-card:0 0% 100%;--richtext-card-foreground:240 10% 3.9%;--richtext-border:240 5.9% 90%;--richtext-input:240 5.9% 90%;--richtext-primary:240 5.9% 10%;--richtext-primary-foreground:0 0% 98%;--richtext-secondary:240 4.8% 95.9%;--richtext-secondary-foreground:240 5.9% 10%;--richtext-accent:0 0% 88.24%;--richtext-accent-foreground:240 5.9% 10%;--richtext-destructive:0 84.2% 60.2%;--richtext-destructive-foreground:0 0% 98%;--richtext-ring:240 10% 3.9%;--richtext-radius:.5rem;--red:#ff5c33}.dark{--richtext-background:240 10% 3.9%;--richtext-foreground:0 0% 98%;--richtext-muted:240 3.7% 15.9%;--richtext-muted-foreground:240 5% 64.9%;--richtext-popover:240 10% 3.9%;--richtext-popover-foreground:0 0% 98%;--richtext-card:240 10% 3.9%;--richtext-card-foreground:0 0% 98%;--richtext-border:240 3.7% 15.9%;--richtext-input:240 3.7% 15.9%;--richtext-primary:0 0% 98%;--richtext-primary-foreground:240 5.9% 10%;--richtext-secondary:240 3.7% 15.9%;--richtext-secondary-foreground:0 0% 98%;--richtext-accent:240 3.7% 15.9%;--richtext-accent-foreground:0 0% 98%;--richtext-destructive:0 62.8% 30.6%;--richtext-destructive-foreground:0 0% 98%;--richtext-ring:240 4.9% 83.9%;--red:#ff5c33}.richtext-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.richtext-pointer-events-none{pointer-events:none}.richtext-pointer-events-auto{pointer-events:auto}.richtext-fixed{position:fixed}.richtext-absolute{position:absolute}.richtext-relative{position:relative}.richtext-inset-0{bottom:0;left:0;right:0;top:0}.richtext-inset-y-0{bottom:0;top:0}.-richtext-top-px{top:-1px}.richtext-left-0{left:0}.richtext-left-2{left:.5rem}.richtext-left-\[50\%\]{left:50%}.richtext-left-px{left:1px}.richtext-right-2{right:.5rem}.richtext-right-4{right:1rem}.richtext-start-0{inset-inline-start:0}.richtext-top-0{top:0}.richtext-top-2{top:.5rem}.richtext-top-4{top:1rem}.richtext-top-\[50\%\]{top:50%}.richtext-isolate{isolation:isolate}.richtext-z-0{z-index:0}.richtext-z-50{z-index:50}.richtext-z-\[100\]{z-index:100}.richtext-z-\[1\]{z-index:1}.richtext-z-\[99999\]{z-index:99999}.richtext-col-\[1\/-1\]{grid-column:1/-1}.\!richtext-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!richtext-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!richtext-mx-\[10px\]{margin-left:10px!important;margin-right:10px!important}.\!richtext-my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.\!richtext-my-\[10px\]{margin-bottom:10px!important;margin-top:10px!important}.richtext--mx-1{margin-left:-.25rem;margin-right:-.25rem}.richtext-mx-2{margin-left:.5rem;margin-right:.5rem}.richtext-mx-auto{margin-left:auto;margin-right:auto}.richtext-my-1{margin-bottom:.25rem;margin-top:.25rem}.richtext-my-\[10px\]{margin-bottom:10px;margin-top:10px}.richtext-my-\[12px\]{margin-bottom:12px;margin-top:12px}.richtext-my-\[5px\]{margin-bottom:5px;margin-top:5px}.\!richtext-mr-1{margin-right:.25rem!important}.richtext-mb-8{margin-bottom:2rem}.richtext-mb-\[10px\]{margin-bottom:10px}.richtext-mb-\[16px\]{margin-bottom:16px}.richtext-mb-\[5px\]{margin-bottom:5px}.richtext-mb-\[6px\]{margin-bottom:6px}.richtext-mb-\[8px\]{margin-bottom:8px}.richtext-ml-1{margin-left:.25rem}.richtext-ml-1\.5{margin-left:.375rem}.richtext-ml-\[4px\]{margin-left:4px}.richtext-ml-auto{margin-left:auto}.richtext-mt-1{margin-top:.25rem}.richtext-mt-2{margin-top:.5rem}.richtext-mt-\[8px\]{margin-top:8px}.richtext-box-border{box-sizing:border-box}.richtext-block{display:block}.richtext-inline-block{display:inline-block}.\!richtext-flex{display:flex!important}.richtext-flex{display:flex}.richtext-inline-flex{display:inline-flex}.richtext-grid{display:grid}.\!richtext-size-7{height:1.75rem!important;width:1.75rem!important}.richtext-size-3{height:.75rem;width:.75rem}.richtext-size-4{height:1rem;width:1rem}.richtext-size-5{height:1.25rem;width:1.25rem}.richtext-size-6{height:1.5rem;width:1.5rem}.richtext-size-7{height:1.75rem;width:1.75rem}.richtext-size-\[18px\]{height:18px;width:18px}.richtext-size-\[1em\]{height:1em;width:1em}.richtext-size-\[28px\]{height:28px;width:28px}.richtext-size-full{height:100%;width:100%}.\!richtext-h-3{height:.75rem!important}.\!richtext-h-4{height:1rem!important}.\!richtext-h-\[16px\]{height:16px!important}.\!richtext-h-\[32px\]{height:32px!important}.\!richtext-h-\[342px\]{height:342px!important}.\!richtext-h-auto{height:auto!important}.richtext-h-10{height:2.5rem}.richtext-h-11{height:2.75rem}.richtext-h-12{height:3rem}.richtext-h-2{height:.5rem}.richtext-h-3\.5{height:.875rem}.richtext-h-4{height:1rem}.richtext-h-5{height:1.25rem}.richtext-h-6{height:1.5rem}.richtext-h-7{height:1.75rem}.richtext-h-8{height:2rem}.richtext-h-9{height:2.25rem}.richtext-h-\[1px\]{height:1px}.richtext-h-\[26px\]{height:26px}.richtext-h-\[32px\]{height:32px}.richtext-h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.richtext-h-auto{height:auto}.richtext-h-full{height:100%}.richtext-h-px{height:1px}.richtext-max-h-60{max-height:15rem}.richtext-max-h-96{max-height:24rem}.richtext-max-h-\[280px\]{max-height:280px}.richtext-max-h-\[320px\]{max-height:320px}.richtext-max-h-\[min\(80vh\,24rem\)\]{max-height:min(80vh,24rem)}.richtext-max-h-full{max-height:100%}.richtext-max-h-screen{max-height:100vh}.richtext-min-h-\[80px\]{min-height:80px}.\!richtext-w-12{width:3rem!important}.\!richtext-w-3{width:.75rem!important}.\!richtext-w-4{width:1rem!important}.richtext-w-10{width:2.5rem}.richtext-w-11{width:2.75rem}.richtext-w-2{width:.5rem}.richtext-w-3{width:.75rem}.richtext-w-3\.5{width:.875rem}.richtext-w-32{width:8rem}.richtext-w-4{width:1rem}.richtext-w-48{width:12rem}.richtext-w-5{width:1.25rem}.richtext-w-72{width:18rem}.richtext-w-80{width:20rem}.richtext-w-\[160px\]{width:160px}.richtext-w-\[1px\]{width:1px}.richtext-w-\[200px\]{width:200px}.richtext-w-\[32px\]{width:32px}.richtext-w-\[60px\]{width:60px}.richtext-w-auto{width:auto}.richtext-w-fit{width:-moz-fit-content;width:fit-content}.richtext-w-full{width:100%}.richtext-min-w-0{min-width:0}.richtext-min-w-24{min-width:6rem}.richtext-min-w-32{min-width:8rem}.richtext-min-w-4{min-width:1rem}.richtext-min-w-48{min-width:12rem}.richtext-min-w-\[8rem\]{min-width:8rem}.richtext-min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.\!richtext-max-w-\[1300px\]{max-width:1300px!important}.richtext-max-w-24{max-width:6rem}.richtext-max-w-\[286px\]{max-width:286px}.richtext-max-w-\[600px\]{max-width:600px}.richtext-max-w-lg{max-width:32rem}.richtext-max-w-sm{max-width:24rem}.richtext-flex-1{flex:1 1 0%}.richtext-flex-\[0_0_auto\]{flex:0 0 auto}.richtext-flex-none{flex:none}.\!richtext-shrink-0{flex-shrink:0!important}.richtext-shrink-0{flex-shrink:0}.richtext-grow{flex-grow:1}.richtext-translate-x-\[-50\%\]{--richtext-translate-x:-50%}.richtext-translate-x-\[-50\%\],.richtext-translate-y-\[-50\%\]{transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.richtext-translate-y-\[-50\%\]{--richtext-translate-y:-50%}.richtext-animate-spin{animation:richtext-spin 1s linear infinite}.richtext-cursor-default{cursor:default}.richtext-cursor-grab{cursor:grab}.richtext-cursor-pointer{cursor:pointer}.richtext-select-none{-webkit-user-select:none;user-select:none}.richtext-scroll-my-1{scroll-margin-bottom:.25rem;scroll-margin-top:.25rem}.richtext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.richtext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.richtext-flex-row{flex-direction:row}.richtext-flex-col{flex-direction:column}.richtext-flex-col-reverse{flex-direction:column-reverse}.richtext-flex-wrap{flex-wrap:wrap}.richtext-flex-nowrap{flex-wrap:nowrap}.\!richtext-items-center{align-items:center!important}.richtext-items-center{align-items:center}.richtext-justify-start{justify-content:flex-start}.richtext-justify-end{justify-content:flex-end}.\!richtext-justify-center{justify-content:center!important}.richtext-justify-center{justify-content:center}.richtext-justify-between{justify-content:space-between}.richtext-gap-0\.5{gap:.125rem}.richtext-gap-1{gap:.25rem}.richtext-gap-1\.5{gap:.375rem}.richtext-gap-2{gap:.5rem}.richtext-gap-3{gap:.75rem}.richtext-gap-4{gap:1rem}.richtext-gap-\[10px\]{gap:10px}.richtext-gap-\[4px\]{gap:4px}.richtext-gap-\[6px\]{gap:6px}.richtext-gap-x-1{column-gap:.25rem}.richtext-gap-y-1{row-gap:.25rem}.richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--richtext-space-x-reverse)));margin-right:calc(.5rem*var(--richtext-space-x-reverse))}.richtext-space-x-4>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--richtext-space-x-reverse)));margin-right:calc(1rem*var(--richtext-space-x-reverse))}.richtext-space-y-1\.5>:not([hidden])~:not([hidden]){--richtext-space-y-reverse:0;margin-bottom:calc(.375rem*var(--richtext-space-y-reverse));margin-top:calc(.375rem*(1 - var(--richtext-space-y-reverse)))}.richtext-self-end{align-self:flex-end}.richtext-overflow-auto{overflow:auto}.richtext-overflow-hidden{overflow:hidden}.richtext-overflow-y-auto{overflow-y:auto}.richtext-overflow-x-hidden{overflow-x:hidden}.richtext-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.richtext-whitespace-nowrap{white-space:nowrap}.richtext-break-all{word-break:break-all}.\!richtext-rounded-sm{border-radius:calc(var(--richtext-radius) - 4px)!important}.richtext-rounded-\[0\.5rem\]{border-radius:.5rem}.richtext-rounded-\[10px\]{border-radius:10px}.richtext-rounded-\[12px\]{border-radius:12px}.richtext-rounded-\[2px\]{border-radius:2px}.richtext-rounded-\[6px\]{border-radius:6px}.richtext-rounded-full{border-radius:9999px}.richtext-rounded-lg{border-radius:var(--richtext-radius)}.richtext-rounded-md{border-radius:calc(var(--richtext-radius) - 2px)}.richtext-rounded-sm{border-radius:calc(var(--richtext-radius) - 4px)}.\!richtext-border{border-width:1px!important}.richtext-border{border-width:1px}.richtext-border-2{border-width:2px}.\!richtext-border-b{border-bottom-width:1px!important}.richtext-border-b{border-bottom-width:1px}.richtext-border-t{border-top-width:1px}.richtext-border-solid{border-style:solid}.richtext-border-none{border-style:none}.\!richtext-border-border{border-color:hsl(var(--richtext-border))!important}.\!richtext-border-neutral-200{--richtext-border-opacity:1!important;border-color:rgb(229 229 229/var(--richtext-border-opacity,1))!important}.\!richtext-border-primary{border-color:hsl(var(--richtext-primary))!important}.richtext-border-\[\#3a3f4b\]{--richtext-border-opacity:1;border-color:rgb(58 63 75/var(--richtext-border-opacity,1))}.richtext-border-\[\#ccc\]{--richtext-border-opacity:1;border-color:rgb(204 204 204/var(--richtext-border-opacity,1))}.richtext-border-border{border-color:hsl(var(--richtext-border))}.richtext-border-destructive{border-color:hsl(var(--richtext-destructive))}.richtext-border-input{border-color:hsl(var(--richtext-input))}.richtext-border-neutral-200{--richtext-border-opacity:1;border-color:rgb(229 229 229/var(--richtext-border-opacity,1))}.richtext-border-transparent{border-color:#0000}.\!richtext-bg-foreground{background-color:hsl(var(--richtext-foreground))!important}.\!richtext-bg-primary{background-color:hsl(var(--richtext-primary))!important}.\!richtext-bg-transparent{background-color:initial!important}.\!richtext-bg-white{--richtext-bg-opacity:1!important;background-color:rgb(255 255 255/var(--richtext-bg-opacity,1))!important}.richtext-bg-\[\#21252b\]{--richtext-bg-opacity:1;background-color:rgb(33 37 43/var(--richtext-bg-opacity,1))}.richtext-bg-\[\#5a5d5e4f\]{background-color:#5a5d5e4f}.richtext-bg-background{background-color:hsl(var(--richtext-background))}.richtext-bg-black\/80{background-color:#000c}.richtext-bg-border{background-color:hsl(var(--richtext-border))}.richtext-bg-destructive{background-color:hsl(var(--richtext-destructive))}.richtext-bg-muted{background-color:hsl(var(--richtext-muted))}.richtext-bg-popover{background-color:hsl(var(--richtext-popover))}.richtext-bg-secondary{background-color:hsl(var(--richtext-secondary))}.richtext-bg-transparent{background-color:initial}.richtext-bg-white{--richtext-bg-opacity:1;background-color:rgb(255 255 255/var(--richtext-bg-opacity,1))}.richtext-bg-opacity-10{--richtext-bg-opacity:.1}.richtext-fill-current{fill:currentColor}.\!richtext-p-0{padding:0!important}.\!richtext-p-2{padding:.5rem!important}.\!richtext-p-\[4px\]{padding:4px!important}.richtext-p-0{padding:0}.richtext-p-0\.5{padding:.125rem}.richtext-p-1{padding:.25rem}.richtext-p-1\.5{padding:.375rem}.richtext-p-2{padding:.5rem}.richtext-p-3{padding:.75rem}.richtext-p-4{padding:1rem}.richtext-p-6{padding:1.5rem}.richtext-p-\[10px\]{padding:10px}.richtext-px-1{padding-left:.25rem;padding-right:.25rem}.richtext-px-1\.5{padding-left:.375rem;padding-right:.375rem}.richtext-px-2{padding-left:.5rem;padding-right:.5rem}.richtext-px-3{padding-left:.75rem;padding-right:.75rem}.richtext-px-4{padding-left:1rem;padding-right:1rem}.richtext-px-5{padding-left:1.25rem;padding-right:1.25rem}.richtext-px-8{padding-left:2rem;padding-right:2rem}.richtext-px-\[5px\]{padding-left:5px;padding-right:5px}.richtext-py-0{padding-bottom:0;padding-top:0}.richtext-py-1{padding-bottom:.25rem;padding-top:.25rem}.richtext-py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.richtext-py-2{padding-bottom:.5rem;padding-top:.5rem}.richtext-py-3{padding-bottom:.75rem;padding-top:.75rem}.richtext-pb-1{padding-bottom:.25rem}.richtext-pb-2{padding-bottom:.5rem}.richtext-pl-10{padding-left:2.5rem}.richtext-pl-4{padding-left:1rem}.richtext-pl-8{padding-left:2rem}.richtext-pr-2{padding-right:.5rem}.richtext-pr-8{padding-right:2rem}.richtext-pt-3\.5{padding-top:.875rem}.richtext-text-left{text-align:left}.richtext-text-center{text-align:center}.\!richtext-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.richtext-text-\[0\.65rem\]{font-size:.65rem}.richtext-text-base{font-size:1rem;line-height:1.5rem}.richtext-text-lg{font-size:1.125rem;line-height:1.75rem}.richtext-text-sm{font-size:.875rem;line-height:1.25rem}.richtext-text-xs{font-size:.75rem;line-height:1rem}.richtext-font-medium{font-weight:500}.richtext-font-normal{font-weight:400}.richtext-font-semibold{font-weight:600}.richtext-uppercase{text-transform:uppercase}.richtext-leading-none{line-height:1}.richtext-tracking-tight{letter-spacing:-.025em}.richtext-tracking-wider{letter-spacing:.05em}.richtext-tracking-widest{letter-spacing:.1em}.\!richtext-text-black{--richtext-text-opacity:1!important;color:rgb(0 0 0/var(--richtext-text-opacity,1))!important}.\!richtext-text-current{color:currentColor!important}.\!richtext-text-neutral-500{--richtext-text-opacity:1!important;color:rgb(115 115 115/var(--richtext-text-opacity,1))!important}.\!richtext-text-neutral-800{--richtext-text-opacity:1!important;color:rgb(38 38 38/var(--richtext-text-opacity,1))!important}.\!richtext-text-primary-foreground{color:hsl(var(--richtext-primary-foreground))!important}.richtext-text-\[\#ccc\]{--richtext-text-opacity:1;color:rgb(204 204 204/var(--richtext-text-opacity,1))}.richtext-text-destructive-foreground{color:hsl(var(--richtext-destructive-foreground))}.richtext-text-foreground{color:hsl(var(--richtext-foreground))}.richtext-text-foreground\/50{color:hsl(var(--richtext-foreground)/.5)}.richtext-text-gray-500{--richtext-text-opacity:1;color:rgb(107 114 128/var(--richtext-text-opacity,1))}.richtext-text-gray-800{--richtext-text-opacity:1;color:rgb(31 41 55/var(--richtext-text-opacity,1))}.richtext-text-muted-foreground{color:hsl(var(--richtext-muted-foreground))}.richtext-text-neutral-600{--richtext-text-opacity:1;color:rgb(82 82 82/var(--richtext-text-opacity,1))}.richtext-text-popover-foreground{color:hsl(var(--richtext-popover-foreground))}.richtext-text-primary{color:hsl(var(--richtext-primary))}.richtext-text-red-500{--richtext-text-opacity:1;color:rgb(239 68 68/var(--richtext-text-opacity,1))}.richtext-text-secondary-foreground{color:hsl(var(--richtext-secondary-foreground))}.richtext-text-zinc-500{--richtext-text-opacity:1;color:rgb(113 113 122/var(--richtext-text-opacity,1))}.richtext-text-zinc-600{--richtext-text-opacity:1;color:rgb(82 82 91/var(--richtext-text-opacity,1))}.richtext-underline{text-decoration-line:underline}.richtext-underline-offset-4{text-underline-offset:4px}.richtext-opacity-0{opacity:0}.richtext-opacity-50{opacity:.5}.richtext-opacity-60{opacity:.6}.richtext-opacity-70{opacity:.7}.richtext-opacity-90{opacity:.9}.richtext-shadow{--richtext-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--richtext-shadow-colored:0 1px 3px 0 var(--richtext-shadow-color),0 1px 2px -1px var(--richtext-shadow-color)}.richtext-shadow,.richtext-shadow-lg{box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-lg{--richtext-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--richtext-shadow-colored:0 10px 15px -3px var(--richtext-shadow-color),0 4px 6px -4px var(--richtext-shadow-color)}.richtext-shadow-md{--richtext-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--richtext-shadow-colored:0 4px 6px -1px var(--richtext-shadow-color),0 2px 4px -2px var(--richtext-shadow-color)}.richtext-shadow-md,.richtext-shadow-sm{box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-sm{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color)}.richtext-outline-none{outline:2px solid #0000;outline-offset:2px}.richtext-outline{outline-style:solid}.richtext-outline-1{outline-width:1px}.richtext-ring-0{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.\!richtext-ring-offset-background{--richtext-ring-offset-color:hsl(var(--richtext-background))!important}.richtext-ring-offset-background{--richtext-ring-offset-color:hsl(var(--richtext-background))}.richtext-transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-duration-200{transition-duration:.2s}.richtext-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes aenter{0%{opacity:var(--richtext-enter-opacity,1);transform:translate3d(var(--richtext-enter-translate-x,0),var(--richtext-enter-translate-y,0),0) scale3d(var(--richtext-enter-scale,1),var(--richtext-enter-scale,1),var(--richtext-enter-scale,1)) rotate(var(--richtext-enter-rotate,0))}}@keyframes aexit{to{opacity:var(--richtext-exit-opacity,1);transform:translate3d(var(--richtext-exit-translate-x,0),var(--richtext-exit-translate-y,0),0) scale3d(var(--richtext-exit-scale,1),var(--richtext-exit-scale,1),var(--richtext-exit-scale,1)) rotate(var(--richtext-exit-rotate,0))}}.richtext-animate-in{--richtext-enter-opacity:initial;--richtext-enter-scale:initial;--richtext-enter-rotate:initial;--richtext-enter-translate-x:initial;--richtext-enter-translate-y:initial;animation-duration:.15s;animation-name:aenter}.richtext-fade-in-0{--richtext-enter-opacity:0}.richtext-zoom-in-95{--richtext-enter-scale:.95}.richtext-duration-200{animation-duration:.2s}.richtext-ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.\[transition-property\:top\,_left\]{transition-property:top,left}html body[data-scroll-locked]{--removed-body-scroll-bar-size:0!important;position:static!important}.character-count--warning{color:var(--red)!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{caret-color:#000;outline-width:0;padding:4rem 2rem 4rem 5rem;z-index:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror:is([class~=dark] *){caret-color:#fff}@media (min-width:1024px){.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{padding-left:2rem;padding-right:2rem}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{min-height:180px;padding:32px 80px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder{--richtext-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);background-color:#ffffff4d;position:relative;width:-moz-fit-content;width:fit-content}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{box-sizing:border-box;content:"";display:inline-block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}@keyframes richtext-spin{to{transform:rotate(1turn)}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{animation:richtext-spin 1s linear infinite;border-color:#0000 currentColor currentColor;border-radius:9999px;border-width:3px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper{margin:1em 0;overflow-x:auto}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table{display:table;overflow:hidden;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .column-resize-handle{background-color:hsl(var(--richtext-primary));bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:.25rem;z-index:10}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .resize-cursor{cursor:"col-resize"}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell{background-color:#0000000d;border-color:#0003;border-style:double}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell:is([class~=dark] *){background-color:#ffffff1a;border-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]{animation-duration:.1s;animation-timing-function:cubic-bezier(.4,0,.2,1);cursor:pointer;transition-duration:.1s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode{background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode:is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr{border-top-color:#0000004d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr:is([class~=dark] *){border-top-color:#ffffff4d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode){background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode):is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view){--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;background-color:#0000001a;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);outline:2px solid #0000;outline-offset:2px;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view):is([class~=dark] *){background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view),.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.image-view)::selection{background-color:#0000001a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view):is([class~=dark] *),.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.image-view):is([class~=dark] *)::selection{background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-empty:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .columns.is-empty:before{display:none!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-editor-empty:first-child:before,.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor{margin-left:auto;margin-right:auto;max-width:42rem;position:relative;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:after{border-top-color:#0006;left:0;margin-left:auto;margin-right:auto;max-width:42rem;right:0;top:-1.5em;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:is([class~=dark] *):after{border-top-color:#fff6}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view{display:inline-block;float:none;line-height:0;max-width:100%;-webkit-user-select:none;user-select:none;vertical-align:initial}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body{clear:both;display:inline-block;max-width:100%;outline:2px solid #0000;position:relative;transition:all .2s ease-in}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__button-wrap{align-items:center;background:#26262699;border-radius:8px;display:none;justify-content:center;position:absolute;right:9px;top:9px;z-index:4}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover{outline-color:#ffc83d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover .image-view__body__button-wrap{display:block}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--focused:hover,.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--resizing:hover{outline-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__image{cursor:pointer!important;margin:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view .image-view__body--focused{outline-color:hsl(var(--richtext-primary))!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view.focus img{outline-color:hsl(var(--richtext-primary));outline-style:solid;outline-width:2px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view img{display:inline;vertical-align:initial}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer{border-color:hsl(var(--richtext-border))!important;border-width:1px!important;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler{background-color:hsl(var(--richtext-primary));border:1px solid #fff;border-radius:2px;box-sizing:border-box;display:block;height:12px;position:absolute;width:12px;z-index:2}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tl{cursor:nw-resize;left:-6px;top:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tr{cursor:ne-resize;right:-6px;top:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--bl{bottom:-6px;cursor:sw-resize;left:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--br{bottom:-6px;cursor:se-resize;right:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense .ProseMirror{min-height:32px;padding:6px 12px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense p{line-height:1.2rem;padding:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror[contenteditable=true].resize-cursor{cursor:col-resize}.slash-command-active.slash-command-active{background-color:hsl(var(--richtext-accent))!important}[data-dui-1-3-5~=dui-tooltip-wrapper]{display:inline-block;position:relative}.heading-0{font-size:16px;font-weight:700}.heading-1{font-size:28px}.heading-1,.heading-2{font-weight:700;line-height:1.6}.heading-2{font-size:24px}.heading-3{font-size:20px}.heading-3,.heading-4{font-weight:700;line-height:1.6}.heading-4{font-size:16px}.heading-5,.heading-6{font-size:14px;font-weight:700;line-height:1.6}.tableCellActive{border-radius:2px!important;transition:all .1s ease-in-out}.tableCellActive>div{border:unset!important}.node-tableOfContents.focus{border-radius:6px;border-width:1px}div[data-twitter]>div{margin:10px auto}.react-renderer.node-twitter.focus{border-radius:6px;border-width:1px}.ProseMirror p{line-height:1.625;margin-bottom:.375rem}.ProseMirror p:first-child{margin-top:0}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror>p{margin-bottom:.375rem}.ProseMirror>p:first-child{margin-top:0}.ProseMirror>p:last-child{margin-bottom:0}.ProseMirror h1{font-size:1.875rem;line-height:2.25rem}.ProseMirror h2{font-size:1.5rem;line-height:2rem}.ProseMirror h3{font-size:1.25rem;line-height:1.75rem}.ProseMirror h4{font-size:1.125rem;line-height:1.75rem}.ProseMirror h5{font-size:1rem;line-height:1.5rem}.ProseMirror h6{font-size:.875rem;line-height:1.25rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{font-weight:700}.ProseMirror h1:first-child,.ProseMirror h2:first-child,.ProseMirror h3:first-child,.ProseMirror h4:first-child,.ProseMirror h5:first-child,.ProseMirror h6:first-child{margin-top:0}.ProseMirror h1:last-child,.ProseMirror h2:last-child,.ProseMirror h3:last-child,.ProseMirror h4:last-child,.ProseMirror h5:last-child,.ProseMirror h6:last-child{margin-bottom:0}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{margin-top:3rem}.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{margin-top:2rem}.ProseMirror a.link{--richtext-text-opacity:1;color:rgb(59 130 246/var(--richtext-text-opacity,1));font-weight:800}.ProseMirror a.link:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(96 165 250/var(--richtext-text-opacity,1))}.ProseMirror mark{--richtext-bg-opacity:1;background-color:rgb(239 68 68/var(--richtext-bg-opacity,1));border-radius:calc(var(--richtext-radius) - 4px);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:inherit;padding:.25rem 0}.ProseMirror mark:is([class~=dark] *){--richtext-bg-opacity:1;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.ProseMirror img{height:auto;max-width:100%}.ProseMirror [data-indent="1"]{text-indent:2em!important}.ProseMirror [data-indent="2"]{text-indent:4em!important}.ProseMirror [data-indent="3"]{text-indent:6em!important}.ProseMirror [data-indent="4"]{text-indent:8em!important}.ProseMirror [data-indent="5"]{text-indent:10em!important}.ProseMirror [data-indent="6"]{text-indent:12em!important}.ProseMirror [data-indent="7"]{text-indent:14em!important}.ProseMirror iframe{border-color:hsl(var(--richtext-border));border-radius:calc(var(--richtext-radius) - 4px);border-width:1px!important;height:400px;margin-top:.5rem;width:100%}.ProseMirror [data-type=horizontalRule]{margin-bottom:2rem;margin-top:2rem;padding-bottom:1rem;padding-top:1rem}.ProseMirror [data-type=horizontalRule] hr{background-color:#000c;border-color:#0003;border-width:1px 0 0}.ProseMirror [data-type=horizontalRule] hr:is([class~=dark] *){background-color:#fffc;border-color:#fff3}.ProseMirror .blockquote{--richtext-border-opacity:1;--richtext-bg-opacity:.8;--richtext-text-opacity:1;border-radius:var(--richtext-radius);border-bottom-left-radius:0;border-left-color:rgb(64 64 64/var(--richtext-border-opacity,1));border-left-width:4px;border-top-left-radius:0;color:rgb(0 0 0/var(--richtext-text-opacity,1));padding:.5rem 1rem}.ProseMirror .blockquote:is([class~=dark] *){--richtext-border-opacity:1;--richtext-text-opacity:1;border-left-color:rgb(212 212 212/var(--richtext-border-opacity,1));color:rgb(255 255 255/var(--richtext-text-opacity,1))}.ProseMirror code{--richtext-bg-opacity:1;--richtext-text-opacity:1;--richtext-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--richtext-shadow-colored:0 10px 15px -3px var(--richtext-shadow-color),0 4px 6px -4px var(--richtext-shadow-color);background-color:rgb(23 23 23/var(--richtext-bg-opacity,1));border-radius:calc(var(--richtext-radius) - 4px);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);caret-color:#fff;color:rgb(255 255 255/var(--richtext-text-opacity,1));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ProseMirror code::selection{background-color:#ffffff4d}.ProseMirror pre{--richtext-border-opacity:1;--richtext-bg-opacity:1;--richtext-text-opacity:1;background-color:rgb(64 64 64/var(--richtext-bg-opacity,1));border-color:rgb(0 0 0/var(--richtext-border-opacity,1));border-radius:.25rem;border-width:1px!important;caret-color:#fff;color:rgb(255 255 255/var(--richtext-text-opacity,1));margin-bottom:3rem;margin-top:3rem;padding:1rem}.ProseMirror pre:is([class~=dark] *){--richtext-border-opacity:1;--richtext-bg-opacity:1;background-color:rgb(23 23 23/var(--richtext-bg-opacity,1));border-color:rgb(38 38 38/var(--richtext-border-opacity,1))}.ProseMirror pre ::selection{background-color:#fff3}.ProseMirror pre code{--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;background-color:inherit;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);color:inherit;padding:0}.ProseMirror ol{list-style-type:decimal}.ProseMirror ul{list-style-type:disc}.ProseMirror ol,.ProseMirror ul{margin-bottom:1.5rem;margin-top:1.5rem;padding:0 2rem}.ProseMirror ol:first-child,.ProseMirror ul:first-child{margin-top:0}.ProseMirror ol:last-child,.ProseMirror ul:last-child{margin-bottom:0}.ProseMirror ol li,.ProseMirror ol ol,.ProseMirror ol ul,.ProseMirror ul li,.ProseMirror ul ol,.ProseMirror ul ul{margin-bottom:.25rem;margin-top:.25rem}.ProseMirror ol p,.ProseMirror ul p{margin-bottom:.25rem;margin-top:0}.ProseMirror>ol,.ProseMirror>ul{margin-bottom:2rem;margin-top:2rem}.ProseMirror>ol:first-child,.ProseMirror>ul:first-child{margin-top:0}.ProseMirror>ol:last-child,.ProseMirror>ul:last-child{margin-bottom:0}.ProseMirror ul[data-type=taskList]{list-style-type:none;padding:0}.ProseMirror ul[data-type=taskList] p{margin:0}.ProseMirror ul[data-type=taskList] li{display:flex}.ProseMirror ul[data-type=taskList] li>label{display:inline;flex:1 1 auto;flex-grow:0;flex-shrink:0;margin-right:.5rem;-webkit-user-select:none;user-select:none}.ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.ProseMirror ul[data-type=taskList] li[data-checked=true]{text-decoration-line:line-through}.ProseMirror table{border:1px solid #0000001a;border-collapse:collapse;box-sizing:border-box;display:block;overflow-x:auto;overflow-y:hidden;table-layout:fixed}.ProseMirror table:is([class~=dark] *){border-color:#fff3}.ProseMirror table td,.ProseMirror table th{border-width:1px!important;border:1px solid #0000001a;box-sizing:border-box;min-width:1em;padding:.5rem;position:relative;text-align:left;vertical-align:top}.ProseMirror table td:is([class~=dark] *),.ProseMirror table th:is([class~=dark] *){border-color:#fff3}.ProseMirror table td:first-of-type:not(a),.ProseMirror table th:first-of-type:not(a){margin-top:0}.ProseMirror table td p,.ProseMirror table th p{margin:0}.ProseMirror table td p+p,.ProseMirror table th p+p{margin-top:.75rem}.ProseMirror table th{font-weight:700;text-align:left}.ProseMirror .search-result{background:#c4eed0}.ProseMirror .search-result-current{background:#6cd58b}.columns{display:flex;gap:8px;margin-top:.75em;width:100%}.columns .column{border-color:hsl(var(--richtext-border));border-radius:2px;border-style:solid;border-width:1px;box-sizing:border-box;flex:1 1 0%;min-width:0;padding:12px}.columns .column p:first-of-type{margin-top:0}.mention{background-color:#666e76;border-radius:6px;color:#fff;padding:2px 6px}.file\:richtext-border-0::file-selector-button{border-width:0}.file\:richtext-bg-transparent::file-selector-button{background-color:initial}.file\:richtext-text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:richtext-font-medium::file-selector-button{font-weight:500}.placeholder\:richtext-text-muted-foreground::placeholder{color:hsl(var(--richtext-muted-foreground))}.first\:richtext-mt-0\.5:first-child{margin-top:.125rem}.last\:richtext-pb-2:last-child{padding-bottom:.5rem}.hover\:richtext-cursor-pointer:hover{cursor:pointer}.hover\:richtext-border-border:hover{border-color:hsl(var(--richtext-border))}.hover\:\!richtext-bg-accent:hover{background-color:hsl(var(--richtext-accent))!important}.hover\:\!richtext-bg-primary\/90:hover{background-color:hsl(var(--richtext-primary)/.9)!important}.hover\:richtext-bg-\[\#5a5d5e4f\]:hover{background-color:#5a5d5e4f}.hover\:richtext-bg-accent:hover{background-color:hsl(var(--richtext-accent))}.hover\:richtext-bg-destructive\/90:hover{background-color:hsl(var(--richtext-destructive)/.9)}.hover\:richtext-bg-muted:hover{background-color:hsl(var(--richtext-muted))}.hover\:richtext-bg-red-400:hover{--richtext-bg-opacity:1;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.hover\:richtext-bg-secondary:hover{background-color:hsl(var(--richtext-secondary))}.hover\:richtext-bg-secondary\/80:hover{background-color:hsl(var(--richtext-secondary)/.8)}.hover\:richtext-bg-opacity-20:hover{--richtext-bg-opacity:.2}.hover\:richtext-text-accent-foreground:hover{color:hsl(var(--richtext-accent-foreground))}.hover\:richtext-text-foreground:hover{color:hsl(var(--richtext-foreground))}.hover\:richtext-text-muted-foreground:hover{color:hsl(var(--richtext-muted-foreground))}.hover\:richtext-underline:hover{text-decoration-line:underline}.hover\:richtext-opacity-100:hover{opacity:1}.hover\:richtext-shadow-sm:hover{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.focus\:richtext-bg-accent:focus{background-color:hsl(var(--richtext-accent))}.focus\:richtext-bg-red-400:focus{--richtext-bg-opacity:1;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.focus\:richtext-bg-opacity-30:focus{--richtext-bg-opacity:.3}.focus\:richtext-text-accent-foreground:focus{color:hsl(var(--richtext-accent-foreground))}.focus\:richtext-text-red-500:focus{--richtext-text-opacity:1;color:rgb(239 68 68/var(--richtext-text-opacity,1))}.focus\:richtext-opacity-100:focus{opacity:1}.focus\:richtext-outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:richtext-ring-2:focus{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.focus\:richtext-ring-ring:focus{--richtext-ring-color:hsl(var(--richtext-ring))}.focus\:richtext-ring-offset-2:focus{--richtext-ring-offset-width:2px}.focus-visible\:\!richtext-outline-none:focus-visible{outline:2px solid #0000!important;outline-offset:2px!important}.focus-visible\:richtext-outline-none:focus-visible{outline:2px solid #0000;outline-offset:2px}.focus-visible\:\!richtext-ring-2:focus-visible{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color)!important;--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color)!important;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)!important}.focus-visible\:richtext-ring-2:focus-visible{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.focus-visible\:\!richtext-ring-ring:focus-visible{--richtext-ring-color:hsl(var(--richtext-ring))!important}.focus-visible\:richtext-ring-ring:focus-visible{--richtext-ring-color:hsl(var(--richtext-ring))}.focus-visible\:\!richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width:2px!important}.focus-visible\:richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width:2px}.focus-visible\:richtext-ring-offset-background:focus-visible{--richtext-ring-offset-color:hsl(var(--richtext-background))}.disabled\:richtext-pointer-events-none:disabled{pointer-events:none}.disabled\:\!richtext-cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:richtext-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!richtext-opacity-50:disabled{opacity:.5!important}.disabled\:richtext-opacity-50:disabled{opacity:.5}.richtext-group:hover .group-hover\:richtext-opacity-100{opacity:1}.richtext-group.destructive .group-\[\.destructive\]\:richtext-border-muted\/40{border-color:hsl(var(--richtext-muted)/.4)}.richtext-group.destructive .group-\[\.destructive\]\:richtext-text-red-300{--richtext-text-opacity:1;color:rgb(252 165 165/var(--richtext-text-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-border-destructive\/30:hover{border-color:hsl(var(--richtext-destructive)/.3)}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-bg-destructive:hover{background-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-destructive-foreground:hover{color:hsl(var(--richtext-destructive-foreground))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-red-50:hover{--richtext-text-opacity:1;color:rgb(254 242 242/var(--richtext-text-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-destructive:focus{--richtext-ring-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-red-400:focus{--richtext-ring-opacity:1;--richtext-ring-color:rgb(248 113 113/var(--richtext-ring-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-offset-red-600:focus{--richtext-ring-offset-color:#dc2626}.richtext-peer:disabled~.peer-disabled\:richtext-cursor-not-allowed{cursor:not-allowed}.richtext-peer:disabled~.peer-disabled\:richtext-opacity-70{opacity:.7}.data-\[disabled\]\:richtext-pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:richtext-translate-y-1[data-side=bottom]{--richtext-translate-y:.25rem}.data-\[side\=bottom\]\:richtext-translate-y-1[data-side=bottom],.data-\[side\=left\]\:richtext--translate-x-1[data-side=left]{transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=left\]\:richtext--translate-x-1[data-side=left]{--richtext-translate-x:-.25rem}.data-\[side\=right\]\:richtext-translate-x-1[data-side=right]{--richtext-translate-x:.25rem}.data-\[side\=right\]\:richtext-translate-x-1[data-side=right],.data-\[side\=top\]\:richtext--translate-y-1[data-side=top]{transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=top\]\:richtext--translate-y-1[data-side=top]{--richtext-translate-y:-.25rem}.data-\[state\=checked\]\:richtext-translate-x-5[data-state=checked]{--richtext-translate-x:1.25rem}.data-\[state\=checked\]\:richtext-translate-x-5[data-state=checked],.data-\[state\=unchecked\]\:richtext-translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:richtext-translate-x-0[data-swipe=cancel]{transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[state\=unchecked\]\:richtext-translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:richtext-translate-x-0[data-swipe=cancel]{--richtext-translate-x:0px}.data-\[swipe\=end\]\:richtext-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--richtext-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:richtext-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:richtext-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[swipe\=move\]\:richtext-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--richtext-translate-x:var(--radix-toast-swipe-move-x)}.data-\[active\]\:richtext-bg-accent[data-active]{background-color:hsl(var(--richtext-accent))}.data-\[state\=active\]\:richtext-bg-background[data-state=active]{background-color:hsl(var(--richtext-background))}.data-\[state\=checked\]\:\!richtext-bg-primary[data-state=checked]{background-color:hsl(var(--richtext-primary))!important}.data-\[state\=checked\]\:richtext-bg-primary[data-state=checked]{background-color:hsl(var(--richtext-primary))}.data-\[state\=on\]\:richtext-bg-accent[data-state=on],.data-\[state\=open\]\:richtext-bg-accent[data-state=open]{background-color:hsl(var(--richtext-accent))}.data-\[state\=unchecked\]\:richtext-bg-input[data-state=unchecked]{background-color:hsl(var(--richtext-input))}.data-\[state\=active\]\:richtext-text-foreground[data-state=active]{color:hsl(var(--richtext-foreground))}.data-\[state\=checked\]\:\!richtext-text-primary-foreground[data-state=checked]{color:hsl(var(--richtext-primary-foreground))!important}.data-\[state\=on\]\:richtext-text-accent-foreground[data-state=on]{color:hsl(var(--richtext-accent-foreground))}.data-\[state\=open\]\:richtext-text-muted-foreground[data-state=open]{color:hsl(var(--richtext-muted-foreground))}.data-\[disabled\]\:richtext-opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:richtext-shadow-sm[data-state=active]{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.data-\[swipe\=move\]\:richtext-transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:richtext-animate-in[data-state=open]{--richtext-enter-opacity:initial;--richtext-enter-scale:initial;--richtext-enter-rotate:initial;--richtext-enter-translate-x:initial;--richtext-enter-translate-y:initial;animation-duration:.15s;animation-name:aenter}.data-\[state\=closed\]\:richtext-animate-out[data-state=closed],.data-\[swipe\=end\]\:richtext-animate-out[data-swipe=end]{--richtext-exit-opacity:initial;--richtext-exit-scale:initial;--richtext-exit-rotate:initial;--richtext-exit-translate-x:initial;--richtext-exit-translate-y:initial;animation-duration:.15s;animation-name:aexit}.data-\[state\=closed\]\:richtext-fade-out-0[data-state=closed]{--richtext-exit-opacity:0}.data-\[state\=closed\]\:richtext-fade-out-80[data-state=closed]{--richtext-exit-opacity:.8}.data-\[state\=open\]\:richtext-fade-in-0[data-state=open]{--richtext-enter-opacity:0}.data-\[state\=closed\]\:richtext-zoom-out-95[data-state=closed]{--richtext-exit-scale:.95}.data-\[state\=open\]\:richtext-zoom-in-95[data-state=open]{--richtext-enter-scale:.95}.data-\[side\=bottom\]\:richtext-slide-in-from-top-2[data-side=bottom]{--richtext-enter-translate-y:-.5rem}.data-\[side\=left\]\:richtext-slide-in-from-right-2[data-side=left]{--richtext-enter-translate-x:.5rem}.data-\[side\=right\]\:richtext-slide-in-from-left-2[data-side=right]{--richtext-enter-translate-x:-.5rem}.data-\[side\=top\]\:richtext-slide-in-from-bottom-2[data-side=top]{--richtext-enter-translate-y:.5rem}.data-\[state\=closed\]\:richtext-slide-out-to-left-1\/2[data-state=closed]{--richtext-exit-translate-x:-50%}.data-\[state\=closed\]\:richtext-slide-out-to-right-full[data-state=closed]{--richtext-exit-translate-x:100%}.data-\[state\=closed\]\:richtext-slide-out-to-top-\[48\%\][data-state=closed]{--richtext-exit-translate-y:-48%}.data-\[state\=open\]\:richtext-slide-in-from-left-1\/2[data-state=open]{--richtext-enter-translate-x:-50%}.data-\[state\=open\]\:richtext-slide-in-from-top-\[48\%\][data-state=open]{--richtext-enter-translate-y:-48%}.data-\[state\=open\]\:richtext-slide-in-from-top-full[data-state=open]{--richtext-enter-translate-y:-100%}.dark\:\!richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity:1!important;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))!important}.dark\:richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity:1;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))}.dark\:\!richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity:1!important;background-color:rgb(0 0 0/var(--richtext-bg-opacity,1))!important}.dark\:richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity:1;background-color:rgb(0 0 0/var(--richtext-bg-opacity,1))}.dark\:\!richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity:1!important;color:rgb(229 229 229/var(--richtext-text-opacity,1))!important}.dark\:richtext-text-gray-100:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(243 244 246/var(--richtext-text-opacity,1))}.dark\:richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(229 229 229/var(--richtext-text-opacity,1))}.dark\:hover\:richtext-bg-opacity-20:hover:is([class~=dark] *){--richtext-bg-opacity:.2}.dark\:hover\:richtext-text-red-500:hover:is([class~=dark] *){--richtext-text-opacity:1;color:rgb(239 68 68/var(--richtext-text-opacity,1))}@media (min-width:640px){.sm\:richtext-bottom-0{bottom:0}.sm\:richtext-right-0{right:0}.sm\:richtext-top-auto{top:auto}.sm\:richtext-flex-row{flex-direction:row}.sm\:richtext-flex-col{flex-direction:column}.sm\:richtext-justify-end{justify-content:flex-end}.sm\:richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--richtext-space-x-reverse)));margin-right:calc(.5rem*var(--richtext-space-x-reverse))}.sm\:richtext-rounded-lg{border-radius:var(--richtext-radius)}.sm\:richtext-text-left{text-align:left}.data-\[state\=open\]\:sm\:richtext-slide-in-from-bottom-full[data-state=open]{--richtext-enter-translate-y:100%}}@media (min-width:768px){.md\:richtext-max-w-\[420px\]{max-width:420px}}.\[\&\>span\]\:richtext-line-clamp-1>span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}._listUsers_en3pm_1{border-radius:4px;box-shadow:0 0 1px #091e424f,0 4px 8px -2px #091e4240;max-height:320px;overflow-x:hidden;overflow-y:auto;width:160px}._itemUser_en3pm_10{align-items:center;background-color:#fff;border:0;border-radius:0;color:#091e42;cursor:pointer;display:flex;flex:0 0 auto;padding:12px 12px 11px;text-decoration:none;width:100%}._itemUser_en3pm_10:hover{background-color:#f4f5f7}._itemUser_en3pm_10 img{height:1em;width:1em}._selectedUser_en3pm_31{fill:#deebff;background-color:#deebff;color:#0052cc;text-decoration:none}._attachment_1x1ms_1,._wrap_1x1ms_2{align-items:center;border-radius:4px;border-width:1px!important;display:flex;justify-content:space-between;margin:10px 0;padding:10px}._attachment_1x1ms_1 .attachment__icon,._wrap_1x1ms_2 .attachment__icon{text-align:center;width:32px}._attachment_1x1ms_1 .attachment__icon svg,._wrap_1x1ms_2 .attachment__icon svg{display:inline-block;width:32px}._toc_aag8a_1{border-radius:.5rem;max-width:100%;opacity:.75;width:max-content}._toc_aag8a_1._visible_aag8a_7{margin:.75em 0;padding:.75rem}._toc_aag8a_1 ._list_aag8a_11{list-style:none;margin:0 0 12px;padding:0}._toc_aag8a_1 ._item_aag8a_16 a:hover{opacity:.5}._toc_aag8a_1 ._item--3_aag8a_19{padding-left:1rem}._toc_aag8a_1 ._item--4_aag8a_22{padding-left:2rem}._toc_aag8a_1 ._item--5_aag8a_25{padding-left:3rem}._toc_aag8a_1 ._item--6_aag8a_28{padding-left:4rem}._wrap_15k3c_1{line-height:0;max-width:100%;overflow:visible;position:relative}._wrap_15k3c_1 ._renderWrap_15k3c_7{border:1px dashed hsl(var(--richtext-border))!important;border-radius:6px}._wrap_15k3c_1 ._renderWrap_15k3c_7:after{background-color:initial!important}._wrap_15k3c_1 ._title_15k3c_14{left:10px;position:absolute;top:10px;z-index:2}._wrap_15k3c_1 ._title_15k3c_14 ._icon_15k3c_20{align-items:center;background-color:#f80;border-radius:2px;color:#fff;display:flex;height:18px;justify-content:center;width:18px}._wrap_15k3c_1 ._handlerWrap_15k3c_30{border:1px solid hsl(var(--richtext-border));border-radius:6px;bottom:10px;padding:2px 4px;position:absolute;right:10px;z-index:2}._verified_lvyh0_1{fill:currentColor;height:1.25em;margin-left:.125rem;max-height:20px;max-width:20px;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}._root_98iqw_1{background-color:var(--richtexteet-bg-color);border:var(--richtexteet-border);border-radius:12px;box-sizing:border-box;color:var(--richtexteet-font-color);font-family:var(--richtexteet-font-family);font-weight:400;margin:var(--richtexteet-container-margin);max-width:550px;min-width:250px;overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}._root_98iqw_1:hover{background-color:var(--richtexteet-bg-color-hover)}._article_98iqw_21{box-sizing:inherit;padding:.75rem 1rem;position:relative}.react-tweet-theme{--richtexteet-container-margin:1.5rem 0;--richtexteet-header-font-size:.9375rem;--richtexteet-header-line-height:1.25rem;--richtexteet-body-font-size:1.25rem;--richtexteet-body-font-weight:400;--richtexteet-body-line-height:1.5rem;--richtexteet-body-margin:0;--richtexteet-quoted-container-margin:.75rem 0;--richtexteet-quoted-body-font-size:.938rem;--richtexteet-quoted-body-font-weight:400;--richtexteet-quoted-body-line-height:1.25rem;--richtexteet-quoted-body-margin:.25rem 0 .75rem 0;--richtexteet-info-font-size:.9375rem;--richtexteet-info-line-height:1.25rem;--richtexteet-actions-font-size:.875rem;--richtexteet-actions-line-height:1rem;--richtexteet-actions-font-weight:700;--richtexteet-actions-icon-size:1.25em;--richtexteet-actions-icon-wrapper-size:calc(var(--richtexteet-actions-icon-size) + 0.75em);--richtexteet-replies-font-size:.875rem;--richtexteet-replies-line-height:1rem;--richtexteet-replies-font-weight:700}:where(.react-tweet-theme) *{box-sizing:border-box;margin:0;padding:0}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg,#fafafa,#eaeaea,#eaeaea,#fafafa);--richtexteet-border:1px solid #cfd9de;--richtexteet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--richtexteet-font-color:#0f1419;--richtexteet-font-color-secondary:#536471;--richtexteet-bg-color:#fff;--richtexteet-bg-color-hover:#f7f9f9;--richtexteet-quoted-bg-color-hover:#00000008;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#006fd6;--richtexteet-color-blue-secondary-hover:#006fd61a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:var(--richtexteet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--richtexteet-border:1px solid #425364;--richtexteet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--richtexteet-font-color:#f7f9f9;--richtexteet-font-color-secondary:#8b98a5;--richtexteet-bg-color:#15202b;--richtexteet-bg-color-hover:#1e2732;--richtexteet-quoted-bg-color-hover:#ffffff08;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#6bc9fb;--richtexteet-color-blue-secondary-hover:#6bc9fb1a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:#fff}@media (prefers-color-scheme:dark){:where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--richtexteet-border:1px solid #425364;--richtexteet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--richtexteet-font-color:#f7f9f9;--richtexteet-font-color-secondary:#8b98a5;--richtexteet-bg-color:#15202b;--richtexteet-bg-color-hover:#1e2732;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#6bc9fb;--richtexteet-color-blue-secondary-hover:#6bc9fb1a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:#fff}}._header_nqq4j_1{display:flex;font-size:var(--richtexteet-header-font-size);line-height:var(--richtexteet-header-line-height);overflow:hidden;overflow-wrap:break-word;padding-bottom:.75rem;white-space:nowrap}._avatar_nqq4j_11{height:48px;position:relative;width:48px}._avatarOverflow_nqq4j_16{border-radius:9999px;height:100%;overflow:hidden;position:absolute;width:100%}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{box-shadow:inset 0 0 2px #00000008;height:100%;transition-duration:.2s;transition-property:background-color;width:100%}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{display:flex;flex-direction:column;justify-content:center;margin:0 .5rem;max-width:calc(100% - 84px)}._authorLink_nqq4j_44{align-items:center;color:inherit;display:flex;text-decoration:none}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._authorFollow_nqq4j_66,._authorMeta_nqq4j_63{display:flex}._username_nqq4j_69{color:var(--richtexteet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}._follow_nqq4j_74{color:var(--richtexteet-color-blue-secondary);font-weight:700;text-decoration:none}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{fill:currentColor;color:var(--richtexteet-twitter-icon-color);height:23.75px;-webkit-user-select:none;user-select:none;width:23.75px}._verifiedOld_lcna5_1{color:var(--richtexteet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--richtexteet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_1ec15_1{color:var(--richtexteet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;overflow-wrap:break-word;text-decoration:none;white-space:pre-wrap}._root_1ec15_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._root_eihfa_1{color:var(--richtexteet-color-blue-secondary);cursor:pointer;font-weight:inherit;text-decoration:none}._root_eihfa_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._root_1xq52_1{font-size:var(--richtexteet-body-font-size);font-weight:var(--richtexteet-body-font-weight);line-height:var(--richtexteet-body-line-height);margin:var(--richtexteet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}._root_g9tkv_1{margin-top:.75rem;overflow:hidden;position:relative}._rounded_g9tkv_6{border:var(--richtexteet-border);border-radius:12px}._mediaWrapper_g9tkv_10{display:grid;gap:2px;grid-auto-rows:1fr;height:100%;width:100%}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}._mediaLink_g9tkv_34{outline-style:none;text-decoration:none}._skeleton_g9tkv_38{display:block;padding-bottom:56.25%;width:100%}._image_g9tkv_43{bottom:0;height:100%;left:0;margin:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}._anchor_fp31d_1{border:1px solid #0000;border-radius:9999px;color:#fff;font-weight:700;outline-style:none;padding:0 1rem;text-decoration:none;text-overflow:ellipsis;transition:background-color .2s;-webkit-user-select:none;user-select:none;white-space:nowrap}._anchor_fp31d_1,._videoButton_fp31d_17{align-items:center;cursor:pointer;display:flex}._videoButton_fp31d_17{background-color:var(--richtexteet-color-blue-primary);border:4px solid #fff;border-radius:9999px;height:67px;justify-content:center;position:relative;transition-duration:.2s;transition-property:background-color;width:67px}._videoButton_fp31d_17:focus-visible,._videoButton_fp31d_17:hover{background-color:var(--richtexteet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{fill:currentColor;color:#fff;height:calc(50% + 4px);margin-left:3px;max-width:100%;-webkit-user-select:none;user-select:none;width:calc(50% + 4px)}._watchOnTwitter_fp31d_44{position:absolute;right:8px;top:12px}._watchOnTwitter_fp31d_44>a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf;font-size:.875rem;line-height:1rem;min-height:2rem;min-width:2rem}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{background-color:var(--richtexteet-color-blue-primary);border-color:var(--richtexteet-color-blue-primary);font-size:.9375rem;line-height:1.25rem;min-height:2rem;position:relative}._viewReplies_fp31d_60:hover{background-color:var(--richtexteet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;font-size:var(--richtexteet-info-font-size);line-height:var(--richtexteet-info-line-height);text-decoration:none}._root_i24yn_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._info_19qcj_1{align-items:center;color:var(--richtexteet-font-color-secondary);display:flex;margin-top:.125rem;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}._infoLink_19qcj_10{align-items:center;border-radius:9999px;color:inherit;display:flex;font:inherit;height:var(--richtexteet-actions-icon-wrapper-size);justify-content:center;margin-left:auto;margin-right:-4px;text-decoration:none;transition-duration:.2s;transition-property:background-color;width:var(--richtexteet-actions-icon-wrapper-size)}._infoLink_19qcj_10:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._infoIcon_19qcj_30{fill:currentColor;color:inherit;height:var(--richtexteet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--richtexteet-color-blue-secondary)}._actions_n2anf_1{align-items:center;border-top:var(--richtexteet-border);color:var(--richtexteet-font-color-secondary);display:flex;margin-top:.25rem;overflow-wrap:break-word;padding-top:.25rem;text-overflow:ellipsis;white-space:nowrap}._copy_n2anf_15,._like_n2anf_13,._reply_n2anf_14{align-items:center;color:inherit;display:flex;margin-right:1.25rem;text-decoration:none}._copy_n2anf_15:hover,._like_n2anf_13:hover,._reply_n2anf_14:hover{background-color:#0000}._like_n2anf_13:hover>._likeIconWrapper_n2anf_27{background-color:var(--richtexteet-color-red-primary-hover)}._like_n2anf_13:hover>._likeCount_n2anf_30{color:var(--richtexteet-color-red-primary);text-decoration-line:underline}._copyIconWrapper_n2anf_36,._likeIconWrapper_n2anf_27,._replyIconWrapper_n2anf_35{align-items:center;border-radius:9999px;display:flex;height:var(--richtexteet-actions-icon-wrapper-size);justify-content:center;margin-left:-.25rem;width:var(--richtexteet-actions-icon-wrapper-size)}._copyIcon_n2anf_36,._likeIcon_n2anf_27,._replyIcon_n2anf_35{fill:currentColor;height:var(--richtexteet-actions-icon-size);-webkit-user-select:none;user-select:none}._likeIcon_n2anf_27{color:var(--richtexteet-color-red-primary)}._copyText_n2anf_57,._likeCount_n2anf_30,._replyText_n2anf_56{font-size:var(--richtexteet-actions-font-size);font-weight:var(--richtexteet-actions-font-weight);line-height:var(--richtexteet-actions-line-height);margin-left:.25rem}._reply_n2anf_14:hover>._replyIconWrapper_n2anf_35{background-color:var(--richtexteet-color-blue-secondary-hover)}._reply_n2anf_14:hover>._replyText_n2anf_56{color:var(--richtexteet-color-blue-secondary);text-decoration-line:underline}._replyIcon_n2anf_35{color:var(--richtexteet-color-blue-primary)}._copy_n2anf_15{background:none;border:none;cursor:pointer;font:inherit}._copy_n2anf_15:hover>._copyIconWrapper_n2anf_36{background-color:var(--richtexteet-color-green-primary-hover)}._copy_n2anf_15:hover ._copyIcon_n2anf_36,._copy_n2anf_15:hover>._copyText_n2anf_57{color:var(--richtexteet-color-green-primary)}._copy_n2anf_15:hover>._copyText_n2anf_57{text-decoration-line:underline}._replies_1cutb_1{padding:.25rem 0}._link_1cutb_4{align-items:center;border:var(--richtexteet-border);border-radius:9999px;color:var(--richtexteet-color-blue-secondary);display:flex;justify-content:center;min-height:32px;min-width:32px;outline-style:none;padding:0 1rem;text-decoration:none;transition-duration:.2s;transition-property:background-color;-webkit-user-select:none;user-select:none}._link_1cutb_4:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._text_1cutb_23{font-size:var(--richtexteet-replies-font-size);font-weight:var(--richtexteet-replies-font-weight);line-height:var(--richtexteet-replies-line-height);overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}._root_q5799_1{border:var(--richtexteet-border);border-radius:12px;cursor:pointer;margin:var(--richtexteet-quoted-container-margin);overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}._root_q5799_1:hover{background-color:var(--richtexteet-quoted-bg-color-hover)}._article_q5799_16{box-sizing:inherit;position:relative}._header_r31i5_1{display:flex;font-size:var(--richtexteet-header-font-size);line-height:var(--richtexteet-header-line-height);overflow:hidden;overflow-wrap:break-word;padding:.75rem .75rem 0;white-space:nowrap}._avatar_r31i5_11{height:20px;position:relative;width:20px}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{display:flex;margin:0 .5rem}._authorText_r31i5_26{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._username_r31i5_33{color:var(--richtexteet-font-color-secondary);margin-left:.125rem;text-decoration:none;text-overflow:ellipsis}._root_175ot_1{font-size:var(--richtexteet-quoted-body-font-size);font-weight:var(--richtexteet-quoted-body-font-weight);line-height:var(--richtexteet-quoted-body-line-height);margin:var(--richtexteet-quoted-body-margin);overflow-wrap:break-word;padding:0 .75rem;white-space:pre-wrap}._root_16yxa_1{align-items:center;display:flex;flex-direction:column;padding-bottom:.75rem}._root_16yxa_1>h3{font-size:1.25rem;margin-bottom:.5rem}._skeleton_oi7hr_1{animation:_loading_oi7hr_1 8s ease-in-out infinite;background-image:var(--richtexteet-skeleton-gradient);background-size:400% 100%;border-radius:5px;display:block;width:100%}@media (prefers-reduced-motion:reduce){._skeleton_oi7hr_1{animation:none;background-position:200% 0}}@keyframes _loading_oi7hr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._root_17qqv_1{padding-bottom:.25rem;pointer-events:none}._wrapper_rraz2_1{border:1px solid #eee;border-radius:10px;box-shadow:0 0 10px #0000001a;gap:10px;left:0;padding:10px;position:absolute;top:0;z-index:100}._tool_rraz2_17,._wrapper_rraz2_1{background-color:#fff;cursor:pointer}._tool_rraz2_17{border:none;border-radius:5px;color:#595353!important;outline:none;padding:5px;transition:all .3s}._tool_rraz2_17 svg{height:20px;width:20px}._tool_rraz2_17:hover{background-color:#f5f5f5}._active_rraz2_37{background-color:#eee!important}._pen_rraz2_41{align-items:center;display:flex;flex-wrap:wrap;gap:4px}._line_rraz2_48{background-color:#bcb9b9;height:20px;margin:0 6px;transform:rotate(18deg);width:1px}._options_rraz2_56{align-items:center;border-top:1px dashed #eee;display:flex;flex-wrap:wrap;gap:4px;margin-top:10px;padding:10px 0 0}._colorWrap_rraz2_66{align-items:center;display:flex;gap:8px;margin:4px 0}._color_rraz2_66{border:none!important;border:1px solid #eee;border-radius:4px;cursor:pointer;height:20px;outline:none!important;width:20px}._colorActive_rraz2_83{outline:2px solid #2576b9!important}._wrap_1x3wi_1{--editor__bg:#292c33;--widget__border:#3a3f4b;--widget__color:#ccc}._wrap_1x3wi_1 .richtext-node-code-block{border-radius:4px;outline:1px solid #000;overflow:hidden;position:relative;width:100%}._wrap_1x3wi_1 .richtext-code-block-toolbar{align-items:center;background-color:var(--editor__bg);border-bottom:1px solid var(--widget__border);color:var(--widget__color);display:flex;gap:8px;padding:4px;z-index:10}._wrap_1x3wi_1 .richtext-code-block-toolbar .toolbar-divider{background-color:var(--widget__border);height:16px;margin:0 4px;width:1px}._blockInfoEditable_1x3wi_30{pointer-events:none}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}
*,:after,:before{border-style:solid;border-width:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none;border:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}
.dark-theme{--colors-selected:#e3c050!important;--hms-ui-colors-white:#fff;--hms-ui-colors-secondary:#8c8e95;--hms-ui-colors-light:silver;--hms-ui-colors-danger:#fb1751;--hms-ui-colors-black:#000;--hms-ui-colors-gray:#575757;--hms-ui-colors-dark:#4e4e4e;--hms-ui-colors-gray-gradient:linear-gradient(180deg,#1f1f1f,#1f1f1fcc);--hms-ui-colors-transparent:#0000;--hms-ui-colors-yellow:#e3c050!important;--hms-ui-colors-danger:#e64135!important;--hms-ui-colors-borderDefault:#373737!important;--hms-ui-colors-border_default:#454648!important;--hms-ui-colors-borderDefault2:#4a4a4a80;--hms-ui-colors-borderLight:#373737!important;--hms-ui-colors-borderAccent:#373737!important;--hms-ui-colors-success:#35764d!important;--hms-ui-colors-warning:#ffab00;--hms-ui-colors-brandLight:#fff968;--hms-ui-colors-brandDefault:#e3c050!important;--hms-ui-colors-brandDark:#9e8638;--hms-ui-colors-brandDisabled:#f9d358;--hms-ui-colors-grayLight:#b0c3db;--hms-ui-colors-grayDark:#303740;--hms-ui-colors-secondaryGray:#242a33;--hms-ui-colors-grayDisabled:#dce4ef;--hms-ui-colors-textHighEmp:#f5f9fff2;--hms-ui-colors-textMedEmp:#e0ecffcc;--hms-ui-colors-textDisabled:#ffffff61;--hms-ui-colors-textAccentHigh:#fffffffa;--hms-ui-colors-textAccentMedium:#ffffffb8;--hms-ui-colors-textAccentDisabled:#ffffff7a;--hms-ui-colors-surfaceLight:#131313!important;--hms-ui-colors-menuBg:#1f1f1f!important;--hms-ui-colors-surface_default:#2b2b2b!important;--hms-ui-colors-surface_dim:#1f1f1f!important;--hms-ui-colors-surface_bright:#2b2b2b!important;--hms-ui-colors-surface_brighter:#2b2b2b!important;--hms-ui-colors-border_bright:#454648!important;--hms-ui-colors-on_surface_high:#ededed!important;--hms-ui-colors-on_surface_low:#8c8e95!important;--hms-ui-colors-backgroundDefault:#131313!important;--hms-ui-colors-backgroundDefault2:#13131380;--hms-ui-colors-backgroundDark:#131313!important;--hms-ui-colors-backgroundDarker:#131313!important;--hms-ui-colors-primaryLight:#2b2b2b!important;--hms-ui-colors-background_default:#2b2b2b!important;--hms-ui-colors-secondary_dim:#454648!important;--hms-ui-colors-secondary_default:#454648!important;--hms-ui-colors-primaryLightBorder:#454648!important;--hms-ui-colors-primaryDefault:#e3c050!important;--hms-ui-colors-primary_default:#e3c050!important;--hms-ui-colors-primary_dim:#e3c050!important;--hms-ui-colors-primary_bright:#e3c050!important;--hms-ui-colors-primaryDark:#e3c050!important;--hms-ui-colors-primaryDisabled:#e3c050!important;--hms-ui-colors-secondaryLight:#6b7d99;--hms-ui-colors-secondaryDefault:#545454!important;--hms-ui-colors-secondaryDark:#545454!important;--hms-ui-colors-secondaryDisabled:#545454!important;--hms-ui-colors-error:#e64135!important;--hms-ui-colors-errorTint:#fb1404!important;--hms-ui-colors-errorDark:#bf180b!important;--hms-ui-colors-errorDefault:#e64135!important;--hms-ui-colors-errorLight:#e66e6e!important;--hms-ui-colors-errorDisabled:#a44848!important;--hms-ui-colors-alert_error_default:#e64135!important;--hms-ui-colors-alert_error_bright:#fb1404!important;--hms-ui-colors-bgPrimary:#000!important;--hms-ui-colors-bgSecondary:#1d232b;--hms-ui-colors-bgTertiary:#303740;--hms-ui-colors-bg37:#373737;--hms-ui-colors-textPrimary:#e9e9e9!important;--hms-ui-colors-textSecondary:#ffffffb8;--hms-ui-colors-textInvert:#000000e6;--hms-ui-colors-iconBtn:var(--hms-ui-colors-white);--hms-ui-colors-iconHoverBg:#ffffff40;--hms-ui-colors-transparentBg:#00000038;--hms-ui-colors-mainBg:#1f1f1f;--hms-ui-colors-tileBg:#0f1115;--hms-ui-colors-previewBg:#111;--hms-ui-colors-statsBg:#000000bf;--hms-ui-colors-inputBg:var(--hms-ui-colors-bgSecondary);--hms-ui-colors-toastBg:#303740;--hms-ui-colors-borderLighter:#373737!important;--hms-ui-shadows-sm:0 0 4px 0 #0000004d;--hms-ui-shadows-md:0 0 8px 0 #0000004d;--hms-ui-fonts-sans:Roboto,Inter,sans-serif!important;--hms-ui-fonts-heading:"Playfair Display",serif!important;--hms-ui-fontSizes-h1:6rem;--hms-ui-fontSizes-h2:3.75rem;--hms-ui-fontSizes-h3:3rem;--hms-ui-fontSizes-h4:2.125rem;--hms-ui-fontSizes-h5:1.5rem;--hms-ui-fontSizes-h6:1.25rem;--hms-ui-fontSizes-tiny:0.625rem;--hms-ui-fontSizes-xs:0.75rem;--hms-ui-fontSizes-sm:0.875rem;--hms-ui-fontSizes-md:1rem;--hms-ui-fontSizes-lg:1.125rem;--hms-ui-fontWeights-semiBold:600;--hms-ui-fontWeights-medium:500;--hms-ui-fontWeights-regular:400;--hms-ui-lineHeights-h1:5.75rem;--hms-ui-lineHeights-h2:3.5rem;--hms-ui-lineHeights-h3:3.25rem;--hms-ui-lineHeights-h4:2.5rem;--hms-ui-lineHeights-h5:2rem;--hms-ui-lineHeights-h6:1.5rem;--hms-ui-lineHeights-tiny:1rem;--hms-ui-lineHeights-xs:1rem;--hms-ui-lineHeights-sm:1.25rem;--hms-ui-lineHeights-md:1.5rem;--hms-ui-radii-0:0.25rem;--hms-ui-radii-1:0.5rem;--hms-ui-radii-2:0.75rem;--hms-ui-radii-3:1rem;--hms-ui-radii-4:1.5rem;--hms-ui-radii-5:0.375rem;--hms-ui-radii-round:100rem;--hms-ui-space-0:0rem;--hms-ui-space-1:0.125rem;--hms-ui-space-2:0.25rem;--hms-ui-space-3:0.375rem;--hms-ui-space-4:0.5rem;--hms-ui-space-5:0.625rem;--hms-ui-space-6:0.75rem;--hms-ui-space-7:0.875rem;--hms-ui-space-8:1rem;--hms-ui-space-9:1.25rem;--hms-ui-space-10:1.5rem;--hms-ui-space-11:1.75rem;--hms-ui-space-12:2rem;--hms-ui-space-13:2.25rem;--hms-ui-space-14:2.5rem;--hms-ui-space-15:2.75rem;--hms-ui-space-16:3rem;--hms-ui-space-17:3.5rem;--hms-ui-space-18:4rem;--hms-ui-space-19:4.25rem;--hms-ui-space-20:5rem;--hms-ui-space-24:6rem;--hms-ui-space-28:7rem;--hms-ui-space-32:8rem;--hms-ui-space-36:9rem;--hms-ui-space-40:10rem;--hms-ui-space-44:11rem;--hms-ui-space-48:12rem;--hms-ui-space-52:13rem;--hms-ui-space-56:14rem;--hms-ui-space-60:15rem;--hms-ui-space-64:16rem;--hms-ui-space-72:18rem;--hms-ui-space-80:20rem;--hms-ui-space-96:24rem;--hms-ui-space-100:27rem;--hms-ui-space-xs:0.5rem;--hms-ui-space-sm:0.75rem;--hms-ui-space-md:1rem;--hms-ui-space-lg:1.25rem;--hms-ui-space-xl:2.25rem;--hms-ui-space-px:1px;--hms-ui-borderWidths-light:1px;--hms-ui-borderWidths-normal:2px;--hms-ui-borderWidths-bold:3px;--hms-ui-borderWidths-extrabold:4px;--hms-ui-borderWidths-black:5px;--richtext-background:#1f1f1f}button[class*=-variant-primary],button[class*=-variant-standard]{background:var(--hms-ui-colors-black)!important;border-color:var(--hms-ui-colors-primaryDefault)!important}button[class*=-variant-primary]:active,button[class*=-variant-primary]:focus,button[class*=-variant-primary]:hover,button[class*=-variant-standard]:active,button[class*=-variant-standard]:focus,button[class*=-variant-standard]:hover{background:var(--hms-ui-colors-primaryLight)!important;border-color:var(--hms-ui-colors-primaryDefault)!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--hms-ui-colors-mainBg);font-family:Roboto,sans-serif;margin:0}body,html{height:100%;pointer-events:inherit!important;top:0!important}#six-events-directory{background-color:var(--hms-ui-colors-mainBg);color:var(--hms-ui-colors-secondary);height:100%;left:0;margin:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:none;position:fixed;top:0;width:100%}::-webkit-scrollbar{background:#373737!important;height:3px!important;width:3px!important}::-webkit-scrollbar-track{background:#373737!important;border-radius:10px!important}::-webkit-scrollbar-thumb{background:var(--hms-ui-colors-gray)!important;border-radius:10px!important}code,kbd,pre,samp{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus{outline:none}#hls-viewer-dark:-webkit-full-screen{background-color:#000!important}#hls-viewer-dark:fullscreen{background-color:#000!important}#hls-viewer-light:-webkit-full-screen{background-color:#fff!important}#hls-viewer-light:fullscreen{background-color:#fff!important}textarea{background-color:var(--hms-ui-colors-mainBg);border:1px solid val(--hms-ui-colors-borderDefault);border-radius:8px;color:var(--hms-ui-colors-textPrimary);font-family:var(--hms-ui-fonts-sans);font-size:var(--hms-ui-fontSizes-md);min-height:30px;outline:none;padding:.5rem .75rem;width:100%}

/*# sourceMappingURL=main.5589b638.css.map*/