:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__close-button--light{color:#8a858e;font-size:14px;line-height:24px}.theme-dark .Toastify__close-button--light{color:#a39fa7;font-size:14px;line-height:24px}.Toastify__toast-container{z-index:666666}.Toastify__progress-bar--wrp{height:12px}.Toastify__progress-bar{border-radius:9999px;width:calc(100% - 24px);height:8px;margin:0 12px;bottom:4px;left:0}.Toastify__progress-bar--success,.Toastify__progress-bar--info,.Toastify__progress-bar--warning,.Toastify__progress-bar--error{background-color:#fff9}.theme-dark .Toastify__progress-bar--success,.theme-dark .Toastify__progress-bar--info,.theme-dark .Toastify__progress-bar--warning,.theme-dark .Toastify__progress-bar--error{background-color:#000d2099}.Toastify__toast{border-radius:12px;min-height:72px}.Toastify__toast--success{color:#001f4a;background-color:#c7d3b2;border:none;border-left-width:4px}.theme-dark .Toastify__toast--success{color:#f8f8f8;background-color:#485e1d;border:none;border-left-width:4px}.Toastify__toast--info{color:#001f4a;background-color:#bccee2;border:none;border-left-width:4px}.theme-dark .Toastify__toast--info{color:#f8f8f8;background-color:#2e598f;border:none;border-left-width:4px}.Toastify__toast--error{color:#001f4a;background-color:#f9bbc3;border:none;border-left-width:4px}.theme-dark .Toastify__toast--error{color:#f8f8f8;background-color:#bc3939;border:none;border-left-width:4px}.Toastify__toast--warning{color:#001f4a;background-color:#f4dab8;border:none;border-left-width:4px}.theme-dark .Toastify__toast--warning{color:#f8f8f8;background-color:#c17b16;border:none;border-left-width:4px}:root,.theme-dark :root{--highcharts-color-0:themed($colors, "charts-category-chart-1");--highcharts-color-1:themed($colors, "charts-category-chart-2");--highcharts-color-2:themed($colors, "charts-category-chart-3");--highcharts-color-3:themed($colors, "charts-category-chart-4");--highcharts-color-4:themed($colors, "charts-category-chart-5");--highcharts-color-5:themed($colors, "charts-category-chart-6");--highcharts-color-6:themed($colors, "charts-category-chart-7");--highcharts-color-7:themed($colors, "charts-category-chart-8");--highcharts-color-8:themed($colors, "charts-category-chart-9");--highcharts-color-9:themed($colors, "charts-category-chart-10");--highcharts-color-10:themed($colors, "charts-category-chart-11");--highcharts-color-11:themed($colors, "charts-category-chart-12")}.chart-tooltip{color:#716c75;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.chart-tooltip__total{color:#001f4a;text-transform:uppercase;padding-bottom:4px;font-family:Roboto,sans-serif;font-size:24px;font-weight:500;line-height:32px}.chart-tooltip__values{color:#001f4a;align-items:center;gap:4px;min-width:200px;display:flex}.chart-tooltip__values-item{text-transform:uppercase;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:20px}.chart-tooltip__values-secondary{text-align:end;text-transform:uppercase;width:20%;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.chart-tooltip__values-name{color:#001f4a;-webkit-hyphens:auto;hyphens:auto;white-space:normal;word-break:normal;overflow-wrap:anywhere;flex:1;width:150px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;text-decoration:none}.chart-tooltip__values-name--own{font-weight:700}.chart-tooltip__values-name--disabled{color:#c4c2c5;-webkit-text-decoration:line-through #001f4a;text-decoration:line-through #001f4a}.chart-tooltip__history{color:#716c75;border-top:1px solid #c4c2c5}.theme-dark .chart-tooltip{color:#a39fa7;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.theme-dark .chart-tooltip__total{color:#f8f8f8;text-transform:uppercase;padding-bottom:4px;font-family:Roboto,sans-serif;font-size:24px;font-weight:500;line-height:32px}.theme-dark .chart-tooltip__values{color:#f8f8f8;align-items:center;gap:4px;min-width:200px;display:flex}.theme-dark .chart-tooltip__values-item{text-transform:uppercase;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:20px}.theme-dark .chart-tooltip__values-secondary{text-align:end;text-transform:uppercase;width:20%;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.theme-dark .chart-tooltip__values-name{color:#f8f8f8;-webkit-hyphens:auto;hyphens:auto;white-space:normal;word-break:normal;overflow-wrap:anywhere;flex:1;width:150px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;text-decoration:none}.theme-dark .chart-tooltip__values-name--own{font-weight:700}.theme-dark .chart-tooltip__values-name--disabled{color:#8a858e;-webkit-text-decoration:line-through #f8f8f8;text-decoration:line-through #f8f8f8}.theme-dark .chart-tooltip__history{color:#a39fa7;border-top:1px solid #58525d}.highcharts-legend-item>text,.highcharts-legend-item>span{white-space:nowrap;font-family:Roboto,sans-serif;font-size:14px;fill:#001f4a!important;color:#001f4a!important}.theme-dark .highcharts-legend-item>text,.theme-dark .highcharts-legend-item>span{white-space:nowrap;font-family:Roboto,sans-serif;font-size:14px;fill:#f8f8f8!important;color:#f8f8f8!important}.highcharts-point{stroke-width:1px;stroke:#fff}.theme-dark .highcharts-point{stroke-width:1px;stroke:#000d20}.highcharts-tooltip>span{color:#716c75!important}.theme-dark .highcharts-tooltip>span{color:#a39fa7!important}.highcharts-tooltip-box{stroke-width:1px;fill:#fff;opacity:1}.theme-dark .highcharts-tooltip-box{stroke-width:1px;fill:#000d20;opacity:1}.highcharts-tooltip-box .highcharts-label-box{fill:#fff}.highcharts-background,.theme-dark .highcharts-background{fill:none}.highcharts-xaxis>path{stroke-width:1px;fill:#e4e4e4;stroke:#e4e4e4}.theme-dark .highcharts-xaxis>path{stroke-width:1px;fill:#2e2734;stroke:#2e2734}.highcharts-label>span{color:#001f4a;fill:#001f4a}.theme-dark .highcharts-label>span{color:#f8f8f8;fill:#f8f8f8}.highcharts-axis-labels,.highcharts-axis-labels>text,.highcharts-axis-labels>span{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#716c75!important;fill:#716c75!important}.theme-dark .highcharts-axis-labels,.theme-dark .highcharts-axis-labels>text,.theme-dark .highcharts-axis-labels>span{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#a39fa7!important;fill:#a39fa7!important}.highcharts-grid-line{fill:none;stroke:#e4e4e4}.theme-dark .highcharts-grid-line{fill:none;stroke:#2e2734}.highcharts-plot-line{fill:none;stroke:#e4e4e4;stroke-width:1px}.theme-dark .highcharts-plot-line{fill:none;stroke:#2e2734;stroke-width:1px}.highcharts-title,.highcharts-subtitle{text-transform:uppercase;font-family:Roboto,sans-serif;font-size:14px;fill:#716c75!important;color:#716c75!important}.theme-dark .highcharts-title,.theme-dark .highcharts-subtitle{text-transform:uppercase;font-family:Roboto,sans-serif;font-size:14px;fill:#a39fa7!important;color:#a39fa7!important}.highcharts-legend-item-hidden>rect,.highcharts-legend-item-hidden>span{color:#c4c2c5!important;fill:#c4c2c5!important}.theme-dark .highcharts-legend-item-hidden>rect,.theme-dark .highcharts-legend-item-hidden>span{color:#8a858e!important;fill:#8a858e!important}.highcharts-data-label>span{white-space:nowrap;color:#001f4a;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:20px}.theme-dark .highcharts-data-label>span{white-space:nowrap;color:#f8f8f8;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:20px}.highcharts-container,.highcharts-container svg{width:100%!important}.highcharts-container{text-align:left;z-index:0;-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;touch-action:manipulation;outline:none;width:100%;height:100%;font-family:Helvetica,Arial,sans-serif;font-size:1rem;line-height:normal;position:relative;overflow:hidden}.highcharts-no-touch-action{touch-action:none}.highcharts-root{display:block}.highcharts-root text{stroke-width:0}.highcharts-strong{font-weight:700}.highcharts-emphasized{font-style:italic}.highcharts-anchor{cursor:pointer}.highcharts-plot-border,.highcharts-plot-background{fill:none}.highcharts-label text{fill:var(--highcharts-neutral-color-80);font-size:.8em}.highcharts-tracker-line{stroke-linejoin:round;stroke:#c0c0c000;stroke-width:22px;fill:none}.highcharts-tracker-area{fill:#c0c0c000;stroke-width:0}.highcharts-axis-title{fill:var(--highcharts-neutral-color-60);font-size:.8em}.highcharts-xaxis-grid .highcharts-grid-line{stroke-width:0}.highcharts-tick{stroke:var(--highcharts-neutral-color-80)}.highcharts-yaxis .highcharts-tick{stroke-width:0}.highcharts-minor-grid-line{stroke:var(--highcharts-neutral-color-5)}.highcharts-crosshair-thin{stroke-width:1px;stroke:var(--highcharts-neutral-color-20)}.highcharts-crosshair-category{stroke:var(--highcharts-highlight-color-20);stroke-opacity:.25}.highcharts-credits{cursor:pointer;fill:var(--highcharts-neutral-color-40);font-size:.6em;transition:fill .25s,font-size .25s}.highcharts-credits:hover{fill:var(--highcharts-neutral-color-100);font-size:.7em}.highcharts-tooltip{cursor:default;pointer-events:none;white-space:nowrap;transition:stroke .15s;fill:#fff!important;stroke:none!important}.highcharts-tooltip .highcharts-tracker{fill:none;stroke:none}.highcharts-tooltip text{fill:var(--highcharts-neutral-color-80);font-size:.8em}.highcharts-tooltip .highcharts-header{font-size:.8em}div.highcharts-tooltip{filter:none;font-size:.8em}.highcharts-selection-marker{fill:var(--highcharts-highlight-color-80);fill-opacity:.25}.highcharts-graph{fill:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round}.highcharts-empty-series{stroke-width:1px;fill:none;stroke:var(--highcharts-neutral-color-20)}.highcharts-state-hover .highcharts-graph{stroke-width:3px}.highcharts-point-inactive,.highcharts-series-inactive{opacity:.2;transition:opacity 50ms}.highcharts-state-hover path{transition:stroke-width 50ms}.highcharts-state-normal path{transition:stroke-width .25s}g.highcharts-series,.highcharts-point,.highcharts-markers,.highcharts-data-labels{transition:opacity .25s}.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover,.highcharts-point-select),.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover){opacity:.2}.highcharts-area{fill-opacity:.75;stroke-width:0}.highcharts-markers{stroke-width:1px;stroke:var(--highcharts-background-color)}.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover,.highcharts-a11y-marker-visible),.highcharts-a11y-marker-hidden{opacity:0}.highcharts-dense-data .highcharts-point{stroke-width:0}.highcharts-data-label text,text.highcharts-data-label{font-size:.7em;font-weight:700}.highcharts-data-label-box{fill:none;stroke-width:0}.highcharts-data-label text,text.highcharts-data-label{fill:var(--highcharts-neutral-color-80)}.highcharts-data-label-connector{fill:none}.highcharts-data-label-hidden{pointer-events:none}.highcharts-halo{fill-opacity:.25;stroke-width:0}.highcharts-series-label text{fill:inherit;font-weight:700}.highcharts-column-series .highcharts-point{transition:fill-opacity .25s}.highcharts-column-series .highcharts-point-hover,.highcharts-pie-series .highcharts-point-hover{fill-opacity:.75;transition:fill-opacity 50ms}.highcharts-focus-border{fill:none;stroke-width:2px}.highcharts-legend-item-hidden .highcharts-focus-border{fill:none!important}.highcharts-legend-box{fill:none;stroke-width:0}.highcharts-legend-item:hover text{fill:var(--highcharts-neutral-color-100)}.highcharts-legend-nav-active{fill:var(--highcharts-highlight-color-100);cursor:pointer}.highcharts-legend-nav-inactive{fill:var(--highcharts-neutral-color-20)}circle.highcharts-legend-nav-active,circle.highcharts-legend-nav-inactive{fill:#c0c0c000}.highcharts-legend-title-box{fill:none;stroke-width:0}.highcharts-bubble-legend-symbol{stroke-width:2px;fill-opacity:.5}.highcharts-bubble-legend-connectors{stroke-width:1px}.highcharts-bubble-legend-labels{fill:var(--highcharts-neutral-color-80);font-size:.7em}.highcharts-loading{background-color:var(--highcharts-background-color);opacity:.5;text-align:center;z-index:10;transition:opacity .25s;position:absolute}.highcharts-loading-hidden{opacity:0;transition:opacity .25s,height .25s step-end;overflow:hidden;height:0!important}.highcharts-loading-inner{font-weight:700;position:relative;top:45%}.highcharts-plot-line-label{font-size:.8em}.highcharts-boxplot-box{fill:var(--highcharts-background-color)}.highcharts-boxplot-median{stroke-width:2px}.highcharts-bubble-series .highcharts-point{fill-opacity:.5}.highcharts-errorbar-series .highcharts-point{stroke:var(--highcharts-neutral-color-100)}.highcharts-gauge-series .highcharts-data-label-box{stroke:var(--highcharts-neutral-color-20);stroke-width:1px}.highcharts-gauge-series .highcharts-dial{fill:var(--highcharts-neutral-color-100);stroke-width:0}.highcharts-polygon-series .highcharts-graph{fill:inherit;stroke-width:0}.highcharts-waterfall-series .highcharts-graph{stroke:var(--highcharts-neutral-color-80);stroke-dasharray:1 3}.highcharts-sankey-series .highcharts-point{stroke-width:0}.highcharts-sankey-series .highcharts-link{fill-opacity:.5;transition:fill .25s,fill-opacity .25s}.highcharts-sankey-series .highcharts-point-hover.highcharts-link{fill-opacity:1;transition:fill 50ms,fill-opacity 50ms}.highcharts-venn-series .highcharts-point{fill-opacity:.75;stroke:var(--highcharts-neutral-color-20);transition:stroke .25s,fill-opacity .25s}.highcharts-venn-series .highcharts-point-hover{fill-opacity:1;stroke:var(--highcharts-neutral-color-20)}.highcharts-timeline-series .highcharts-graph{stroke:var(--highcharts-neutral-color-20)}.highcharts-navigator-mask-outside{fill-opacity:0}.highcharts-navigator-mask-inside{fill:var(--highcharts-highlight-color-60);fill-opacity:.25;cursor:ew-resize}.highcharts-navigator-outline{stroke:var(--highcharts-neutral-color-40);fill:none}.highcharts-navigator-handle{stroke:var(--highcharts-neutral-color-40);fill:var(--highcharts-neutral-color-5);cursor:ew-resize}.highcharts-navigator-series{fill:var(--highcharts-highlight-color-80);stroke:var(--highcharts-highlight-color-80)}.highcharts-navigator-series .highcharts-graph{stroke-width:1px}.highcharts-navigator-series .highcharts-area{fill-opacity:.05}.highcharts-navigator-xaxis .highcharts-axis-line{stroke-width:0}.highcharts-navigator-xaxis .highcharts-grid-line{stroke-width:1px;stroke:var(--highcharts-neutral-color-10)}.highcharts-navigator-xaxis.highcharts-axis-labels{fill:var(--highcharts-neutral-color-100);opacity:.6;font-size:.7em}.highcharts-navigator-yaxis .highcharts-grid-line{stroke-width:0}.highcharts-scrollbar-thumb{fill:var(--highcharts-neutral-color-20);stroke:var(--highcharts-neutral-color-20);stroke-width:0}.highcharts-scrollbar-button{fill:var(--highcharts-neutral-color-10);stroke:var(--highcharts-neutral-color-20);stroke-width:1px}.highcharts-scrollbar-arrow{fill:var(--highcharts-neutral-color-60)}.highcharts-scrollbar-rifles{stroke:none;stroke-width:1px}.highcharts-scrollbar-track{fill:#fff0;stroke:var(--highcharts-neutral-color-20);stroke-width:1px}.highcharts-button{fill:var(--highcharts-neutral-color-3);stroke:var(--highcharts-neutral-color-20);cursor:default;stroke-width:1px;transition:fill .25s}.highcharts-button text{fill:var(--highcharts-neutral-color-80);font-size:.8em}.highcharts-button-hover{fill:var(--highcharts-neutral-color-10);stroke:var(--highcharts-neutral-color-20);transition:fill}.highcharts-button-hover text{fill:var(--highcharts-neutral-color-80)}.highcharts-button-pressed{fill:var(--highcharts-highlight-color-10);stroke:var(--highcharts-neutral-color-20);font-weight:700}.highcharts-button-pressed text{fill:var(--highcharts-neutral-color-80);font-weight:700}.highcharts-button-disabled text{fill:var(--highcharts-neutral-color-80)}.highcharts-range-selector-buttons .highcharts-button{stroke-width:0}.highcharts-range-label rect{fill:none}.highcharts-range-label text{fill:var(--highcharts-neutral-color-60)}.highcharts-range-input rect{fill:none}.highcharts-range-input text{fill:var(--highcharts-neutral-color-80);font-size:.8em}.highcharts-range-input{stroke-width:1px;stroke:var(--highcharts-neutral-color-20)}input.highcharts-range-selector{text-align:center;border:0;width:1px;height:1px;padding:0;position:absolute;left:-9em}.highcharts-crosshair-label text{fill:var(--highcharts-background-color);font-size:1.7em}.highcharts-crosshair-label .highcharts-label-box{fill:inherit}.highcharts-candlestick-series .highcharts-point{stroke:var(--highcharts-neutral-color-100);stroke-width:1px}.highcharts-candlestick-series .highcharts-point-up{fill:var(--highcharts-background-color)}.highcharts-hollowcandlestick-series .highcharts-point-down{fill:var(--highcharts-negative-color);stroke:var(--highcharts-negative-color)}.highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up{fill:var(--highcharts-positive-color);stroke:var(--highcharts-positive-color)}.highcharts-hollowcandlestick-series .highcharts-point-up{fill:#0000;stroke:var(--highcharts-positive-color)}.highcharts-ohlc-series .highcharts-point-hover{stroke-width:3px}.highcharts-flags-series .highcharts-point .highcharts-label-box{stroke:var(--highcharts-neutral-color-40);fill:var(--highcharts-background-color);transition:fill .25s}.highcharts-flags-series .highcharts-point-hover .highcharts-label-box{stroke:var(--highcharts-neutral-color-100);fill:var(--highcharts-highlight-color-20)}.highcharts-flags-series .highcharts-point text{fill:var(--highcharts-neutral-color-100);font-size:.9em;font-weight:700}.highcharts-map-series .highcharts-point{stroke:var(--highcharts-neutral-color-20);stroke-width:inherit;transition:fill .5s,fill-opacity .5s,stroke-width .25s}.highcharts-map-series .highcharts-point-hover{fill-opacity:.5;transition:fill,fill-opacity}.highcharts-mapline-series .highcharts-point{fill:none}.highcharts-heatmap-series .highcharts-point{stroke-width:0}.highcharts-map-navigation{text-align:center;font-size:1.3em;font-weight:700}.highcharts-map-navigation.highcharts-button{fill:var(--highcharts-background-color);stroke:var(--highcharts-neutral-color-10)}.highcharts-map-navigation.highcharts-button:hover{fill:var(--highcharts-neutral-color-10)}.highcharts-map-navigation.highcharts-button .highcharts-button-symbol{stroke-width:2px}.highcharts-mapview-inset-border{stroke:var(--highcharts-neutral-color-20);stroke-width:1px;fill:none}.highcharts-coloraxis{stroke-width:0}.highcharts-coloraxis-marker{fill:var(--highcharts-neutral-color-40)}.highcharts-null-point{fill:var(--highcharts-neutral-color-3)}.highcharts-3d-frame{fill:#0000}.highcharts-contextbutton{fill:var(--highcharts-background-color);stroke:none;stroke-linecap:round}.highcharts-contextbutton:hover{fill:var(--highcharts-neutral-color-10);stroke:var(--highcharts-neutral-color-10)}.highcharts-button-symbol{stroke:var(--highcharts-neutral-color-60);stroke-width:3px}.highcharts-menu{background:var(--highcharts-background-color);border:none;border-radius:3px;padding:.5em;box-shadow:3px 3px 10px #888}.highcharts-menu-item{color:var(--highcharts-neutral-color-80);cursor:pointer;background:0 0;border-radius:3px;padding:.5em;font-size:.8em;list-style-type:none;transition:background .25s,color .25s}.highcharts-menu-item:hover{background:var(--highcharts-neutral-color-5)}.highcharts-breadcrumbs-button{fill:none;stroke-width:0;cursor:pointer}.highcharts-breadcrumbs-separator{fill:var(--highcharts-neutral-color-60)}.highcharts-drilldown-point{cursor:pointer}.highcharts-drilldown-data-label text,text.highcharts-drilldown-data-label,.highcharts-drilldown-axis-label{cursor:pointer;fill:var(--highcharts-highlight-color-100);font-weight:700;text-decoration:underline}.highcharts-no-data text{fill:var(--highcharts-neutral-color-60);font-size:.8em;font-weight:700}.highcharts-axis-resizer{cursor:ns-resize;stroke:var(--highcharts-neutral-color-100);stroke-width:2px}.highcharts-bullet-target{stroke-width:0}.highcharts-lineargauge-target,.highcharts-lineargauge-target-line{stroke-width:1px;stroke:var(--highcharts-neutral-color-80)}.highcharts-fibonacci-background-0,.highcharts-pitchfork-inner-background,.highcharts-measure-background{fill:var(--highcharts-annotation-color-0)}.highcharts-fibonacci-background-1{fill:var(--highcharts-annotation-color-1)}.highcharts-fibonacci-background-2{fill:var(--highcharts-annotation-color-2)}.highcharts-fibonacci-background-3,.highcharts-pitchfork-outer-background{fill:var(--highcharts-annotation-color-3)}.highcharts-fibonacci-background-4{fill:var(--highcharts-annotation-color-4)}.highcharts-fibonacci-background-5{fill:var(--highcharts-annotation-color-5)}.highcharts-fibonacci-line{stroke:var(--highcharts-neutral-color-40)}.highcharts-crooked-lines,.highcharts-tunnel-lines,.highcharts-infinity-lines,.highcharts-timecycles-lines,.highcharts-fibonacci-timezones-lines,.highcharts-pitchfork-lines,.highcharts-vertical-line,.highcharts-measure-crosshair-x,.highcharts-measure-crosshair-y{stroke:var(--highcharts-neutral-color-100);stroke-opacity:.75;fill:none}.highcharts-measure-crosshair-x,.highcharts-measure-crosshair-y{stroke-dasharray:1 3}.highcharts-tunnel-background{fill:var(--highcharts-color-0)}.highcharts-annotation-shapes{cursor:move}.highcharts-basic-shape{fill:var(--highcharts-neutral-color-100);stroke:var(--highcharts-neutral-color-100);opacity:.74}.highcharts-annotation-label-box{stroke-width:1px;stroke:var(--highcharts-neutral-color-100);fill:var(--highcharts-neutral-color-100);fill-opacity:.75}.highcharts-annotation-label text{fill:var(--highcharts-neutral-color-10);font-size:.8em}.highcharts-a11y-proxy-element{cursor:pointer;opacity:.001;z-index:999;background-color:#0000;border-width:0;outline:none;margin:0;padding:0;display:block;position:absolute;overflow:hidden}.highcharts-a11y-proxy-group li{list-style:none}.highcharts-visually-hidden{white-space:nowrap;clip:rect(1px, 1px, 1px, 1px);opacity:.01;width:1px;height:1px;margin-top:-3px;position:absolute;overflow:hidden}.highcharts-a11y-invisible{visibility:hidden}.highcharts-a11y-proxy-container,.highcharts-a11y-proxy-container-before,.highcharts-a11y-proxy-container-after{white-space:nowrap;position:absolute}g.highcharts-series,.highcharts-markers,.highcharts-point{outline:none}.highcharts-treegrid-node-collapsed,.highcharts-treegrid-node-expanded{cursor:pointer}.highcharts-point-connecting-path{fill:none}.highcharts-grid-axis .highcharts-tick,.highcharts-grid-axis .highcharts-axis-line{stroke:var(--highcharts-neutral-color-20);stroke-width:1px}.reticon{width:100%;height:100%}.reticon__wrapper{justify-content:center;align-items:center;width:auto;display:inline-flex}.reticon--ai-gradient path{fill:url(#gradient)}.reticon--onSurface-onBrand path,.theme-dark .reticon--onSurface-onBrand path,.reticon--onSurface-onAccent path,.theme-dark .reticon--onSurface-onAccent path{fill:#fff}.reticon--onSurface-onContext path{fill:#001f4a}.theme-dark .reticon--onSurface-onContext path{fill:#f8f8f8}.reticon--danger path{fill:#d64949}.theme-dark .reticon--danger path{fill:#ff8186}.reticon--success path{fill:#7a9652}.theme-dark .reticon--success path{fill:#9ab56b}.reticon--warning path{fill:#d39327}.theme-dark .reticon--warning path{fill:#e2ac5d}.reticon--default path{fill:#001f4a}.theme-dark .reticon--default path{fill:#f8f8f8}.reticon--grey path{fill:#8a858e}.theme-dark .reticon--grey path{fill:#a39fa7}.reticon--disabled path{fill:#c4c2c5}.theme-dark .reticon--disabled path{fill:#a39fa7}.reticon--not-available path{fill:#e4e4e4}.theme-dark .reticon--not-available path{fill:#2e2734}.reticon--grey-dark{fill:#8a858e}.theme-dark .reticon--grey-dark{fill:#a39fa7}.reticon--text-default path{fill:#001f4a}.theme-dark .reticon--text-default path{fill:#f8f8f8}.reticon--blue-hover path{fill:#2e598f}.theme-dark .reticon--blue-hover path{fill:#bccee2}.reticon--blue-active path{fill:#648cc3}.theme-dark .reticon--blue-active path{fill:#9db7d6}.reticon--interactive path{fill:#648cc3}.theme-dark .reticon--interactive path{fill:#9db7d6}.reticon--blue path{fill:#001f4a}.theme-dark .reticon--blue path{fill:#f8f8f8}.reticon--excel path{fill:#7a9652}.theme-dark .reticon--excel path{fill:#9ab56b}.reticon--attention-red path{fill:#d64949}.theme-dark .reticon--attention-red path{fill:#ff8186}.reticon--pdf-red path{fill:#d64949}.theme-dark .reticon--pdf-red path{fill:#ff8186}.reticon--info-blue path{fill:#648cc3}.theme-dark .reticon--info-blue path{fill:#9db7d6}.loading-spinner{flex-direction:row;justify-content:center;width:50px;height:40px;margin:20px auto;font-size:10px;display:flex}.loading-spinner__bar{background-color:#001f4a;border-radius:9999px;width:6px;height:100%;margin:1px;animation:1.2s ease-out infinite sk-stretchdelay;display:flex}.theme-dark .loading-spinner__bar{background-color:#f8f8f8}.loading-spinner__bar--01{animation-delay:-1.2s}.loading-spinner--pride .loading-spinner__bar--01{background-color:#d62629}.loading-spinner__bar--02{animation-delay:-1.1s}.loading-spinner--pride .loading-spinner__bar--02{background-color:#e98436}.loading-spinner__bar--03{animation-delay:-1s}.loading-spinner--pride .loading-spinner__bar--03{background-color:#e7e543}.loading-spinner__bar--04{animation-delay:-.9s}.loading-spinner--pride .loading-spinner__bar--04{background-color:#6eb744}.loading-spinner__bar--05{animation-delay:-.8s}.loading-spinner--pride .loading-spinner__bar--05{background-color:#2d5694}.loading-spinner--small{width:40px;height:30px;margin:0 auto}.loading-spinner--tiny{width:35px;height:20px;margin:0 auto}.loading-spinner--tiny .loading-spinner__bar{width:4px}.loading-spinner--large{width:200px;height:150px;margin:20px auto}.loading-spinner--large .loading-spinner__bar{width:20px;margin:8px}.loading-spinner--white .loading-spinner__bar,.theme-dark .loading-spinner--white .loading-spinner__bar{background-color:#fff}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.button{cursor:pointer;text-align:center;color:#fff;background-color:#001f4a;border:1px solid #0000;border-radius:9999px;place-content:center;align-items:center;font-size:14px;font-weight:500;line-height:16px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;display:flex}.theme-dark .button{color:#fff;background-color:#183b60}.button:active{box-shadow:inset 0 0 1px #000f2626,inset 0 1px 2px #000f2619,inset 0 2px 4px #000f2626}.button--fullWidth{width:100%}.button--nowrap{white-space:nowrap}.button--primary:hover{background-color:#183b60}.theme-dark .button--primary:hover{background-color:#001f4a}.button--outlined{color:#001f4a;background-color:#fff;border:1px solid #e4e4e4}.theme-dark .button--outlined{color:#f8f8f8;background-color:#000d20;border:1px solid #2e2734}.button--outlined:hover{border-color:#001f4a}.theme-dark .button--outlined:hover{border-color:#648cc3}.button--text{color:#001f4a;background-color:#0000;border-color:#0000}.theme-dark .button--text{color:#f8f8f8;background-color:#0000;border-color:#0000}.button--text:hover{background-color:#000f260c}.theme-dark .button--text:hover{background-color:#ffffff19}.button--small{height:24px;padding:0 8px;font-size:12px;line-height:16px}.button--small-square{width:24px;padding:0}.button--medium{height:36px;padding:0 12px;font-size:14px;line-height:16px}.button--medium-square{width:36px;padding:0}.button--large{height:48px;padding:0 20px;font-size:18px;line-height:24px}.button--large-square{width:48px;padding:0}.button--danger,.button--danger:hover,.button--danger:active{border-color:#d64949}.theme-dark .button--danger,.theme-dark .button--danger:hover,.theme-dark .button--danger:active{border-color:#ea5e68}.button--danger.button--primary{background-color:#bc3939}.theme-dark .button--danger.button--primary{background-color:#ea5e68}.button--disabled{cursor:not-allowed;opacity:.5}.button--absolute{position:absolute}.button--relative{position:relative}.button__input{cursor:pointer;filter:alpha(opacity=0);opacity:0;width:100%;height:100%;font-size:12px;display:block;position:absolute;top:0;right:0}.button__input::-webkit-file-upload-button{cursor:pointer}.heading{color:#001f4a;font-family:Roboto,sans-serif;font-weight:500}.theme-dark .heading{color:#f8f8f8}.heading--uppercase{text-transform:uppercase}.heading--large{font-size:24px;line-height:32px}.heading--medium{font-size:20px;line-height:28px}.heading--small{font-size:18px;line-height:24px}.heading--xsmall{font-size:16px;line-height:20px}.heading--xxsmall{font-size:14px;line-height:20px}.heading--xxxsmall{font-size:12px;line-height:16px}.heading--xxxxsmall{font-size:10px;line-height:12px}.heading--loud{color:#131116}.theme-dark .heading--loud{color:#fff}.heading--subdued{color:#716c75}.theme-dark .heading--subdued{color:#a39fa7}.heading--inverse,.theme-dark .heading--inverse{color:#fff}.heading--positive{color:#5d7235}.theme-dark .heading--positive{color:#b0c18e}.heading--negative{color:#bc3939}.theme-dark .heading--negative{color:#fca4ab}.heading--interactive{color:#648cc3}.theme-dark .heading--interactive{color:#9db7d6}.heading--normal{font-weight:400}.heading--medium-bold{font-weight:500}.heading--strong{font-weight:700}.heading--nowrap{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.heading--left{text-align:left}.heading--center{text-align:center}.heading--right{text-align:right}.badge{color:#fff;background-color:#ff8186;border-radius:9999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:16px;display:flex}.theme-dark .badge{color:#fff;background-color:#d64949}.badge--on-icon{position:absolute;top:10px;left:12px}.badge--on-icon-small{min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:12px;position:absolute;top:10px;left:10px}.badge--on-icon-dot{min-width:12px;height:12px;position:absolute;top:1px;left:20px}.badge--on-step-nav-dot{min-width:12px;height:12px;margin-bottom:28px;margin-left:28px}.badge--order{color:#648cc3;background-color:#fff;font-weight:400;line-height:16px}.theme-dark .badge--order{color:#9db7d6;background-color:#000d20}.badge--order:hover{color:#2e598f;background-color:#fff}.theme-dark .badge--order:hover{color:#bccee2;background-color:#000d20}.badge--empty{color:#716c75;background-color:#f2f1f2;line-height:16px}.theme-dark .badge--empty{color:#a39fa7;background-color:#000409}.badge--small{min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:12px}.badge--medium{min-width:20px;height:20px;padding:4px 8px}._button-ish_1bojs_1{cursor:pointer;text-align:center;white-space:nowrap;background-color:var(--color-surface-brand-primary);color:var(--color-text-onsurface-onbrand);border:1px solid #0000;border-radius:9999px;place-content:center;align-items:center;font-size:14px;font-weight:500;line-height:16px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;display:flex}._button-ish_1bojs_1:active{box-shadow:inset 0 0 1px #000f2626,inset 0 1px 2px #000f2619,inset 0 2px 4px #000f2626}._button-ish_1bojs_1:focus-visible{outline:2px solid dashed #6c8bbf;outline-offset:4px}._button-ish_1bojs_1[data-stretch]{width:100%}._button-ish_1bojs_1[data-variant=primary]:hover{background-color:var(--color-surface-brand-secondary)}._button-ish_1bojs_1[data-variant=outlined]{background-color:var(--color-surface-neutral-primary);border:1px solid var(--color-border-neutral-subdued);color:var(--color-text-neutral-default)}._button-ish_1bojs_1[data-variant=outlined]:hover{border-color:var(--color-border-brand-brand)}._button-ish_1bojs_1[data-variant=text]{color:var(--color-text-neutral-default);background-color:#0000;border-color:#0000}._button-ish_1bojs_1[data-variant=text]:hover{background-color:var(--color-surface-state-hover)}._button-ish_1bojs_1[data-size=small]{height:24px;padding:0 8px;font-size:12px;line-height:16px}._button-ish_1bojs_1[data-size=small][data-square]{width:24px;padding:0}._button-ish_1bojs_1[data-size=medium]{height:36px;padding:0 12px;font-size:14px;line-height:16px}._button-ish_1bojs_1[data-size=medium][data-square]{width:36px;padding:0}._button-ish_1bojs_1[data-size=large]{height:48px;padding:0 20px;font-size:18px;line-height:24px}._button-ish_1bojs_1[data-size=large][data-square]{width:48px;padding:0}._button-ish_1bojs_1[data-color=danger]{border-color:var(--color-border-context-danger)}._button-ish_1bojs_1[data-color=danger][data-variant=primary]{background-color:var(--color-surface-context-dangeractive)}._button-ish_1bojs_1[inert],._button-ish_1bojs_1:disabled{cursor:not-allowed;opacity:.5}.react-tiny-popover-container{z-index:1000;background:0 0}.popover{--popover-background:#fff;z-index:10;background-color:var(--popover-background);color:#716c75;border:1px solid #c4c2c5;border-radius:12px;font-size:12px;position:relative;box-shadow:0 4px 8px 2px #000f260c,0 8px 16px 2px #000f260c}.theme-dark .popover{--popover-background:#000d20;background-color:var(--popover-background);color:#a39fa7;border:1px solid #58525d}.popover--bg-surface-neutral-secondary{--popover-background:#f8f8f8}.theme-dark .popover--bg-surface-neutral-secondary{--popover-background:#000712}.popover__button{text-align:left;display:flex}.popover__button--disabled{pointer-events:none}.popover__button--align-top{vertical-align:top;line-height:0}.popover__content{grid-template-columns:1fr auto;grid-template-rows:repeat(auto);gap:8px;max-height:400px;display:grid;overflow:auto}.popover__content--small{max-width:120px;padding:8px}.popover__content--medium{width:300px}.popover__content--large{max-width:500px;max-height:1000px}.popover__content--padding{padding:12px}.popover__close{grid-area:1/2/span 1/-1}.popover__header{color:#001f4a;grid-area:1/1/span 1/span 1;font-size:14px}.theme-dark .popover__header{color:#f8f8f8}.popover__content__content{grid-column:1/-1}.popover:after,.popover:before{content:"";pointer-events:none;border:solid #0000;width:0;height:0;position:absolute}.popover:after{border-width:12px}.popover:before{border-width:13px}.popover--top:after,.popover--top:before,.popover--bottom:after,.popover--bottom:before{left:50%}.popover--top:after,.popover--bottom:after{margin-left:-12px}.popover--top:before,.popover--bottom:before{margin-left:-13px}.popover--top:after,.popover--top:before{top:100%}.popover--top:after{border-top-color:var(--popover-background)}.popover--top:before{border-top-color:#c4c2c5}.theme-dark .popover--top:before{border-top-color:#58525d}.popover--bottom:after,.popover--bottom:before{bottom:100%}.popover--bottom:after{border-bottom-color:var(--popover-background)}.popover--bottom:before{border-bottom-color:#c4c2c5}.theme-dark .popover--bottom:before{border-bottom-color:#58525d}.popover--left:after,.popover--left:before,.popover--right:after,.popover--right:before{top:50%}.popover--left:after,.popover--right:after{margin-top:-12px}.popover--left:before,.popover--right:before{margin-top:-13px}.popover--left:after,.popover--left:before{left:100%}.popover--left:after{border-left-color:var(--popover-background)}.popover--left:before{border-left-color:#c4c2c5}.theme-dark .popover--left:before{border-left-color:#58525d}.popover--right:after,.popover--right:before{right:100%}.popover--right:after{border-right-color:var(--popover-background)}.popover--right:before{border-right-color:#c4c2c5}.theme-dark .popover--right:before{border-right-color:#58525d}.flex-layout{display:flex}.flex-layout--column-true{flex-direction:column}.flex-layout--wrap-true{flex-flow:wrap}@media (width<=768px){.flex-layout--wrap-mobile{flex-wrap:wrap}}.flex-layout--alignItems-center{align-items:center}.flex-layout--alignItems-start{align-items:start}.flex-layout--alignItems-end{align-items:flex-end}.flex-layout--grow-true{flex-grow:1}.flex-layout--justifyContent-center{justify-content:center}.flex-layout--justifyContent-space-between{justify-content:space-between}.flex-layout--justifyContent-end{justify-content:flex-end}.flex-layout--flex-1{flex:1}.flex-layout--flex-2{flex:2}.flex-layout--flex-3{flex:3}.flex-layout--margin-xxxs{margin:4px}.flex-layout--margin-xxs{margin:8px}.flex-layout--margin-xs{margin:12px}.flex-layout--margin-s{margin:16px}.flex-layout--margin-m{margin:20px}.flex-layout--margin-l{margin:24px}.flex-layout--margin-xl{margin:32px}.flex-layout--margin-xxl{margin:40px}.flex-layout--margin-xxxl{margin:48px}.flex-layout--margin-xxxxl{margin:72px}.flex-layout--padding-xxxs{padding:4px}.flex-layout--padding-xxs{padding:8px}.flex-layout--padding-xs{padding:12px}.flex-layout--padding-s{padding:16px}.flex-layout--padding-m{padding:20px}.flex-layout--padding-l{padding:24px}.flex-layout--padding-xl{padding:32px}.flex-layout--padding-xxl{padding:40px}.flex-layout--padding-xxxl{padding:48px}.flex-layout--padding-xxxxl{padding:72px}.flex-layout--gap-xxxs{gap:4px}.flex-layout--gap-xxs{gap:8px}.flex-layout--gap-xs{gap:12px}.flex-layout--gap-s{gap:16px}.flex-layout--gap-m{gap:20px}.flex-layout--gap-l{gap:24px}.flex-layout--gap-xl{gap:32px}.flex-layout--gap-xxl{gap:40px}.flex-layout--gap-xxxl{gap:48px}.flex-layout--gap-xxxxl{gap:72px}.flex-layout--fullHeight-true{height:100%}.flex-layout--background-true{background-color:#f8f8f8;border:1px solid #c4c2c5;border-radius:8px}.theme-dark .flex-layout--background-true{background-color:#000712;border:1px solid #58525d;border-radius:8px}.label{color:#001f4a}.theme-dark .label{color:#f8f8f8}.label--truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label--uppercase{text-transform:uppercase}.label--x-small{font-size:10px;line-height:12px}.label--small{font-size:12px;line-height:16px}.label--medium{font-size:14px;line-height:20px}.label--large{font-size:16px;line-height:24px}.label--strong{font-weight:700}.label--italic{font-style:italic}.label--nowrap{white-space:nowrap}.label--dotted{text-underline-offset:25%;-webkit-text-decoration:underline dotted #648cc3;text-decoration:underline dotted #648cc3;text-decoration-thickness:calc(1em/6.66667)}.theme-dark .label--dotted{text-underline-offset:25%;-webkit-text-decoration:underline dotted #9db7d6;text-decoration:underline dotted #9db7d6;text-decoration-thickness:calc(1em/6.66667)}.label--subdued{color:#716c75}.theme-dark .label--subdued{color:#a39fa7}.label--white{color:#fff}.label--disabled{color:#c4c2c5}.theme-dark .label--disabled{color:#8a858e}.label--interactive{color:#648cc3}.theme-dark .label--interactive{color:#9db7d6}.label--interactive:hover{color:#2e598f}.theme-dark .label--interactive:hover{color:#bccee2}.label--onSurface-onBrand,.theme-dark .label--onSurface-onBrand{color:#fff}.retriever-checkbox{cursor:pointer;border-radius:8px;align-items:center;width:fit-content;padding:2px 4px;font-size:14px;line-height:20px;display:flex}.retriever-checkbox--ignore-focus{margin:0 4px;padding:0}.retriever-checkbox--ignore-focus:focus-within{outline:none!important}.retriever-checkbox:focus-within{outline:2px dashed #648cc3}.theme-dark .retriever-checkbox:focus-within{outline-style:dashed;outline-color:#648cc3}.retriever-checkbox:hover{background-color:#000f260c}.theme-dark .retriever-checkbox:hover{background-color:#ffffff19}.retriever-checkbox--disabled{cursor:default;opacity:.4}.retriever-checkbox__border{background-color:#fff;border:1px solid #c4c2c5;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:14px;transition:background-color .25s ease-in-out;display:flex;position:relative}.theme-dark .retriever-checkbox__border{background-color:#000d20;border:1px solid #58525d}.retriever-checkbox__border--selected{background-color:#001f4a;border:0}.theme-dark .retriever-checkbox__border--selected{background-color:#183b60}.retriever-checkbox__border--selected:hover{border-radius:4px;background-color:#001f4a!important}.theme-dark .retriever-checkbox__border--selected:hover{background-color:#183b60!important}.retriever-checkbox__border:hover{background-color:#000f260d;border-radius:4px}.theme-dark .retriever-checkbox__border:hover{background-color:#ffffff0d}.retriever-checkbox__iconwrapper{opacity:0;transition:all .25s ease-in-out;display:inline-flex;transform:rotate(90deg)}.retriever-checkbox__iconwrapper--selected{opacity:1;transform:none}.retriever-checkbox__label-text{text-align:left;color:#001f4a;padding:0 0 0 5px;font-size:14px}.theme-dark .retriever-checkbox__label-text{color:#f8f8f8}.retriever-checkbox__label-text--white,.theme-dark .retriever-checkbox__label-text--white{color:#fff}.retriever-checkbox__label-text--noWrap{white-space:nowrap}.retriever-checkbox__input{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute}.radio-button{cursor:pointer;color:#001f4a;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;display:flex}.radio-button:focus-within{outline:2px dashed #648cc3}.theme-dark .radio-button:focus-within{outline-style:dashed;outline-color:#648cc3}.radio-button:hover{background-color:#000f260c}.theme-dark .radio-button:hover{background-color:#ffffff19}.theme-dark .radio-button{color:#f8f8f8}.radio-button--disabled{opacity:.5;pointer-events:none}.radio-button--full-width{width:100%}.radio-button__input{cursor:pointer;background-color:#fff;border:1px solid #c4c2c5;border-radius:50%;width:20px;min-width:20px;height:20px;margin:0 4px 0 0;transition:all .25s ease-in-out}.theme-dark .radio-button__input{background-color:#000d20;border:1px solid #58525d}.radio-button__input:hover,.theme-dark .radio-button__input:hover{border-color:#8a858e}.radio-button__input:active,.radio-button__input:checked{background-color:#001f4a;border-color:#183b60;outline:none;box-shadow:inset 0 0 0 2px #fff}.theme-dark .radio-button__input:active,.theme-dark .radio-button__input:checked{background-color:#183b60;border-color:#001f4a;box-shadow:inset 0 0 0 2px #000d20}.radio-button__input:focus{outline-offset:-2px;outline:2px solid #648cc3}.theme-dark .radio-button__input:focus{outline:2px solid #648cc3}.chip{white-space:nowrap;color:#001f4a;border-radius:12px;flex-wrap:nowrap;align-items:center;height:24px;padding:0 4px 0 8px;font-size:12px;font-weight:500;display:inline-flex}.theme-dark .chip{color:#f8f8f8}.chip--wrap{white-space:normal;word-break:break-all}.chip__icon{margin-left:-4px;margin-right:4px;display:inline-flex}.chip__close-button{opacity:.65;background-color:#fff;border-radius:12px;justify-content:center;align-items:center;width:18px;height:18px;padding:4px;transition:all .3s ease-in-out;display:inline-flex}.chip__close-button:hover{opacity:1;background-color:#fff;transform:rotate(180deg)}.chip__text{padding-right:6px}.chip--ai{background-color:#f0f4f9;position:relative}.theme-dark .chip--ai{background-color:#f0f4f9}.chip--ai:before{content:"";background:linear-gradient(#bf51f2,#6bcfd9);border-radius:12px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.chip--ai .chip__text{text-overflow:ellipsis;white-space:nowrap;max-width:250px;display:inline-block;overflow:hidden}.chip--ai-variable{background-color:#f0f4f9;position:relative}.theme-dark .chip--ai-variable{background-color:#f0f4f9}.chip--ai-variable:before{content:"";background:linear-gradient(#bf51f2,#6bcfd9);border-radius:12px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.chip--profile{background-color:#efe7db}.theme-dark .chip--profile{background-color:#7b4e0f}.chip--profile .chip__text{text-overflow:ellipsis;white-space:nowrap;max-width:250px;display:inline-block;overflow:hidden}.chip--media-editorial{background-color:#efe7db}.theme-dark .chip--media-editorial{background-color:#7b4e0f}.chip--media-social{background-color:#d9e4e1}.theme-dark .chip--media-social{background-color:#244655}.chip--selected.chip--profile{color:#fff;background-color:#001f4a}.theme-dark .chip--selected.chip--profile{color:#fff;background-color:#183b60}.chip--entity{background-color:#bedcdd}.theme-dark .chip--entity{background-color:#477e92}.chip--hit-required{background-color:#c7d3b2}.theme-dark .chip--hit-required{background-color:#485e1d}.chip--hit-optional{background-color:#f4dab8}.theme-dark .chip--hit-optional{background-color:#c17b16}.chip--hit{background-color:#efe7db}.theme-dark .chip--hit{background-color:#7b4e0f}.chip--search-hit{color:#58525d;background-color:#c7d3b2}.theme-dark .chip--search-hit{color:#58525d;background-color:#5d7235}.chip--contact{background-color:#000f2619}.theme-dark .chip--contact{background-color:#ffffff19}.chip--contact-group{background-color:#000f2619}.theme-dark .chip--contact-group{background-color:#ffffff19}.chip--success{background-color:#c7d3b2}.theme-dark .chip--success{background-color:#485e1d}.chip--error{background-color:#f9bbc3}.theme-dark .chip--error{background-color:#bc3939}.chip--filter{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#bccee2}.theme-dark .chip--filter{background-color:#2e598f}.chip--selected.chip--filter{background-color:#bccee2}.theme-dark .chip--selected.chip--filter{background-color:#2e598f}.chip--unselected.chip--filter path{fill:#fff}.chip--iptc{background-color:#bedcdd}.theme-dark .chip--iptc{background-color:#477e92}.chip--variable{background-color:#bedcdd;justify-content:space-between;width:120px;height:20px;padding:0 8px}.chip--variable:hover{color:#fff;background-color:#2e598f}.theme-dark .chip--variable{background-color:#bedcdd}.theme-dark .chip--variable:hover{color:#fff;background-color:#2e598f}.chip--variable .chip__text{text-overflow:ellipsis;padding-right:2px;overflow:hidden}.chip--rating1,.chip--hit-excluded{background-color:#f9bbc3}.theme-dark .chip--rating1,.theme-dark .chip--hit-excluded{background-color:#bc3939}.chip--rating2{background-color:#fcdde1}.theme-dark .chip--rating2{background-color:#5e232c}.chip--rating3{background-color:#f4dab8}.theme-dark .chip--rating3{background-color:#c17b16}.chip--rating4{background-color:#e3e9d9}.theme-dark .chip--rating4{background-color:#24361e}.chip--rating5{background-color:#c7d3b2}.theme-dark .chip--rating5{background-color:#485e1d}.chip--role-user,.chip--role-admin,.chip--role-editor,.chip--role-owner,.theme-dark .chip--role-user,.theme-dark .chip--role-admin,.theme-dark .chip--role-editor,.theme-dark .chip--role-owner{background-color:#bccee2}.chip--role-subscriber,.theme-dark .chip--role-subscriber{background-color:#f2f1f2}.chip-input{color:#001f4a;flex-flow:column;display:flex}.theme-dark .chip-input{color:#f8f8f8}.chip-input__label-text{text-overflow:ellipsis;white-space:nowrap;color:#001f4a;margin-top:auto;font-size:14px;line-height:20px;overflow:hidden}.theme-dark .chip-input__label-text{color:#f8f8f8}.chip-input__container:focus-within,.theme-dark .chip-input__container:focus-within{border-color:#648cc3;outline:1px solid #648cc3}.dropdown-arrow{margin-left:4px;transition:transform .3s ease-in-out;display:flex}.dropdown-arrow--rotated{transform:rotate(180deg)}.dropdown-arrow--with-icon{margin-left:-10px}.dropdown-arrow--horizontal,.dropdown-arrow--hide-label{margin-left:0}:root{--breakpoint-x-small:375px;--breakpoint-small:768px;--breakpoint-medium:1024px;--breakpoint-medium-plus:1367px;--breakpoint-large:1440px;--breakpoint-x-large:1920px;--breakpoint-xs:414px;--breakpoint-sm:768px;--breakpoint-md:1024px;--breakpoint-lg:1280px;--breakpoint-xl:1680px;--breakpoint-xxl:1920px;--breakpoint-xxxl:2560px}.dropdown--disabled{pointer-events:none}.dropdown--pos-rel{position:relative}@media screen and (width<=768px){.dropdown--active,.dropdown--active:hover{z-index:2147483000;width:100%;position:fixed;top:0;left:0}.dropdown--active>.dropdown__container,.dropdown--active:hover>.dropdown__container{background:#f0f4f9;height:70px}.theme-dark .dropdown--active>.dropdown__container,.theme-dark .dropdown--active:hover>.dropdown__container{background:#092a3b}}.dropdown__container{align-items:center;width:100%;height:100%;padding-left:8px;padding-right:8px;font-size:14px;display:flex;overflow:hidden}.dropdown__container:hover{background:#000f260c}.theme-dark .dropdown__container:hover{background:#ffffff19}.dropdown__container:disabled{opacity:.5}.dropdown__container--no-padding{padding:0}.dropdown__container__label{text-align:left;flex-grow:1;align-items:center;overflow:hidden}.dropdown__container__label--default{color:#001f4a}.theme-dark .dropdown__container__label--default{color:#f8f8f8}.dropdown__container__label--no-arrow{flex-direction:column;justify-content:center;display:flex}.dropdown__container--open{color:#001f4a}.theme-dark .dropdown__container--open{color:#f8f8f8}.dropdown__container__label-text{color:#001f4a}.theme-dark .dropdown__container__label-text{color:#f8f8f8}.dropdown__container__label-text--tiny{font-size:12px;line-height:16px}.dropdown__container__label-text-with-icon{white-space:nowrap;min-width:34px;font-size:12px}.dropdown__container__label-text--no-arrow{text-align:center}.dropdown__horizontal-wrapper{align-items:center;gap:4px;display:flex}.dropdown__close{opacity:.75;padding-right:10px;display:none}@media screen and (width<=768px){.dropdown__close--visible{display:block}}.dropdown__size--large{height:72px;padding:0 24px}.dropdown__size--medium{height:72px;padding:0}.dropdown__size--newMedium{height:54px;padding:8px 16px}.dropdown__size--small{height:48px;padding-left:16px;padding-right:16px}.dropdown__size--tiny{height:32px;padding:0 4px}.dropdown__border-left{border-left:1px solid #c4c2c5}.dropdown__border-right{border-right:1px solid #c4c2c5}.dropdown__border-top{border-top:1px solid #c4c2c5}.dropdown__border-bottom{border-bottom:1px solid #c4c2c5}.dropdown__border-radius-small{border-radius:8px}.dropdown__border-radius-card{border-radius:12px}.dropdown__border-radius-medium{border-radius:16px}.dropdown__border-radius-large{border-radius:20px}.dropdown__border-radius-left-top-small{border-top-left-radius:8px}.dropdown__border-radius-left-top-card{border-radius:12px}.dropdown__border-radius-left-top-medium{border-top-left-radius:16px}.dropdown__border-radius-left-top-large{border-top-left-radius:20px}.dropdown__border-radius-left-top-unset{border-top-left-radius:0}.dropdown__border-radius-left-bottom-small{border-bottom-left-radius:8px}.dropdown__border-radius-left-bottom-card{border-radius:12px}.dropdown__border-radius-left-bottom-medium{border-bottom-left-radius:16px}.dropdown__border-radius-left-bottom-large{border-bottom-left-radius:20px}.dropdown__border-radius-left-bottom-unset{border-bottom-left-radius:0}.dropdown__border-radius-right-top-small{border-top-right-radius:8px}.dropdown__border-radius-right-top-card{border-radius:12px}.dropdown__border-radius-right-top-medium{border-top-right-radius:16px}.dropdown__border-radius-right-top-large{border-top-right-radius:20px}.dropdown__border-radius-right-top-unset{border-top-right-radius:0}.dropdown__border-radius-right-bottom-small{border-bottom-right-radius:8px}.dropdown__border-radius-right-bottom-card{border-radius:12px}.dropdown__border-radius-right-bottom-medium{border-bottom-right-radius:16px}.dropdown__border-radius-right-bottom-large{border-bottom-right-radius:20px}.dropdown__border-radius-right-bottom-unset{border-bottom-right-radius:0}.backdrop-dropdown{background:#0009;width:100%;height:100%;position:fixed;top:0;left:0}.drop-down-menu{z-index:100;background-color:#fff;border-top:1px solid #e4e4e4;width:100%;max-width:100vw;height:calc(100% - 52px);font-size:14px;font-weight:400;line-height:1.75;display:none;position:fixed;top:69px;left:0;overflow-y:auto;box-shadow:0 4px 8px 2px #000f260c,0 8px 16px 2px #000f260c}.theme-dark .drop-down-menu{background-color:#000d20;border-top:1px solid #2e2734}.drop-down-menu--visible{display:block}.drop-down-menu__section~.drop-down-menu__section{border-bottom:1px solid #e4e4e4;padding-top:10px}.theme-dark .drop-down-menu__section~.drop-down-menu__section{border-bottom:1px solid #2e2734}.drop-down-menu__button{text-align:center;width:100%;padding-bottom:5px;font-size:12px;display:block}.drop-down-menu .selected{color:#649eb3;background-color:#f0f4f9;font-weight:500}.theme-dark .drop-down-menu .selected{color:#649eb3;background-color:#092a3b}@media screen and (width>=769px){.drop-down-menu{border:1px solid #e4e4e4;width:auto;max-width:90vw;height:auto;max-height:83vh;position:absolute;top:auto;left:auto}.theme-dark .drop-down-menu{border:1px solid #2e2734}.drop-down-menu--up{min-width:auto;inset:auto 0 100% auto}.drop-down-menu--left{right:0}.drop-down-menu--right{left:0;right:auto}.drop-down-menu--fullwidth{width:100%}}.spacer{height:0}.spacer--size-xxxs{height:4px;min-height:4px}.spacer--size-xxs{height:8px;min-height:8px}.spacer--size-xs{height:12px;min-height:12px}.spacer--size-s{height:16px;min-height:16px}.spacer--size-m{height:20px;min-height:20px}.spacer--size-l{height:24px;min-height:24px}.spacer--size-xl{height:32px;min-height:32px}.spacer--size-xxl{height:40px;min-height:40px}.spacer--size-xxxl{height:48px;min-height:48px}.spacer--size-xxxxl{height:64px;min-height:64px}.spacer--size-xxxxxl{height:72px;min-height:72px}.edge-state-response{text-align:left}.edge-state-response--text-align-center{text-align:center}.edge-state-response--vertical-center{height:100%}.edge-state-response__container{width:100%;max-width:700px}.input{color:#001f4a;line-height:16px}.theme-dark .input{color:#f8f8f8}.input--fullwidth{width:100%}.input--time{width:auto;display:inline-block}.input__label-text{height:20px}.input__required-asterisk{color:#bc3939}.theme-dark .input__required-asterisk{color:#fca4ab}.input__border{background-color:#fff;border:1px solid #c4c2c5;border-radius:8px;align-items:center;height:36px;padding:8px 12px;display:flex}.theme-dark .input__border{background-color:#000d20;border:1px solid #58525d}.input--time .input__border{width:auto;max-width:142px}.input__border:focus-within{outline-offset:4px;outline:2px dashed #648cc3}.theme-dark .input__border:focus-within{outline-style:dashed;outline-color:#648cc3}.input__border--error{border-color:#d64949}.theme-dark .input__border--error{border-color:#ea5e68}.input__border--error:focus-within{outline-offset:0;outline:2px solid #d64949}.theme-dark .input__border--error:focus-within{outline:2px solid #ea5e68}.input__border--inline{display:inline-block}.input__input{background-color:#0000;border:0;outline:none;flex-grow:1;width:100%;padding:0}.input__input::-ms-reveal{display:none}.input__input::-ms-clear{display:none}.input__helptext{margin-top:4px;font-size:12px}.input__helptext--error{color:#131116}.theme-dark .input__helptext--error{color:#fff}.input--disabled{opacity:.5}.input--fixed-height{height:72px}.input--large.input--fixed-height{height:92px}.input--large .input__border{height:48px;padding:12px 16px}.input--large .input__input{font-size:16px}.input-list-row{color:#001f4a;align-items:center;padding:4px 8px 4px 4px;line-height:20px;display:flex}.theme-dark .input-list-row{color:#f8f8f8}.input-list-row--last-item{margin-bottom:12px}.input-list-row__wrapper{height:32px;padding:0 4px}.input-list-row__clickable-wrapper{text-align:left;width:100%;height:100%;display:flex;overflow:hidden}.input-list-row__collapse-arrow{height:20px;line-height:0;transition:transform .2s ease-in-out}.input-list-row__collapse-arrow--down{transform:rotate(90deg)}.input-list-row__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.input-list-row--variant{font-size:12px}.input-list-row--indent-child{padding-left:32px}.input-list-row--indent-grand-child{padding-left:72px}.input-list-row--not-selectable{cursor:default;font-weight:400}.input-list-row__ghost-buttons{gap:4px;padding-left:8px;display:none;right:8px}.input-list-row__custom-elements{flex-direction:row;gap:4px;display:flex}.input-list-row--loading{background-color:#000f260c;border-radius:12px;height:20px;margin:10px;animation:2s infinite fade-animation;overflow-y:hidden}.theme-dark .input-list-row--loading{background-color:#ffffff19}.input-list-row__input{align-items:center;display:flex}.input-list-row--collapsibleParents .input-list-row__input--isItem{margin-left:38px}.input-list-row--collapsibleParents .input-list-row--variant .input-list-row__input{margin-left:18px}.input-list-row--collapsibleParents .input-list-row__input--isItemGroup{margin-left:4px}.input-list-row__input--noPadding{padding-left:0}.input-list-row__content{text-overflow:ellipsis;white-space:nowrap;flex-direction:row-reverse;justify-content:space-between;width:100%;display:flex;overflow:hidden}.input-list-row__content--subdued{color:#c4c2c5}.theme-dark .input-list-row__content--subdued{color:#8a858e}.input-list-row__content--wrap{white-space:normal}.input-list-row__content--not-selectable-parent{padding-left:4px;font-weight:500}.input-list-row__group-indicator{text-overflow:ellipsis;white-space:nowrap;color:#c4c2c5;width:90px;margin-left:12px}.theme-dark .input-list-row__group-indicator{color:#8a858e}.input-list-row__metadata{color:#716c75;margin-left:auto;padding-left:4px;font-size:12px}.theme-dark .input-list-row__metadata{color:#a39fa7}.input-list-row__favorite-icon path{fill:#0000!important}.input-list-row--isFavorite{stroke:unset!important}.input-list-row--isFavorite path{fill:#ff8186!important}.theme-dark .input-list-row--isFavorite path{fill:#d64949!important}.input-list-row .input-list-row__info-popover{visibility:hidden;width:0}.input-list-row:hover{background-color:#f2f1f2;border-radius:9999px}.theme-dark .input-list-row:hover{background-color:#000409;border-radius:9999px}.input-list-row:hover .input-list-row__info-popover{visibility:visible;width:auto}.input-list-row:hover .input-list-row__ghost-buttons{display:flex}.input-list-row:hover .input-list-row__favorite-icon{stroke:#648cc3}.theme-dark .input-list-row:hover .input-list-row__favorite-icon{stroke:#9db7d6}.input-list-row:hover .input-list-row__metadata{display:none}.input-list-row:hover .input-list-row__metadata--display{display:flex}.input-list-row--disabled{pointer-events:none}@keyframes fade-animation{10%{opacity:1}50%{opacity:.6}to{opacity:1}}.input-list{flex-direction:column;flex:auto;width:100%}.input-list:focus,.theme-dark .input-list:focus{outline:#648cc3}.input-list__container{overscroll-behavior:contain;background-color:#fff;position:relative}.theme-dark .input-list__container{background-color:#000d20}.input-list__container--border{border:1px solid #c4c2c5;border-radius:8px}.theme-dark .input-list__container--border{border:1px solid #58525d}.links-list-item{text-align:left;color:#001f4a;border-right:7px solid #0000;align-items:center;width:100%;min-height:24px;padding:0 9px 0 12px;font-size:14px;line-height:20px;display:flex}.theme-dark .links-list-item{color:#f8f8f8}.links-list-item:focus,.theme-dark .links-list-item:focus{outline:2px auto #648cc3}.links-list-item:disabled{cursor:default;opacity:.5}.links-list-item:hover:enabled{background-color:#000f260c}.theme-dark .links-list-item:hover:enabled{background-color:#ffffff19}.links-list-item--selected{color:#001f4a;background-color:#f0f4f9;border-right-color:#649eb3}.theme-dark .links-list-item--selected{color:#f8f8f8;background-color:#092a3b;border-right-color:#649eb3}.links-list-item--padded{padding:4px 0 4px 16px}.links-list-item__checkbox{margin-right:4px;display:none}.links-list-item__checkbox--always-show{margin-left:-7px;display:block!important}.links-list-item__icon{align-items:center;margin-right:4px;display:flex}.links-list-item:hover .links-list-item__checkbox,.links-list-item:focus .links-list-item__checkbox,.links-list-item__checkbox--selected{margin-left:-7px;display:block}.links-list-item__name-wrapper{flex-direction:column;flex-grow:1;display:flex;overflow:auto}.links-list-item__name{text-overflow:ellipsis;white-space:nowrap;flex:1;padding-right:4px;overflow:hidden}.links-list-item__description{color:#001f4a}.theme-dark .links-list-item__description{color:#f8f8f8}.pagination{background-color:#fff;border-top:1px solid #e4e4e4;justify-content:center;width:100%;display:flex}.theme-dark .pagination{background-color:#000d20;border-top:1px solid #2e2734}.pagination--floating{background:0 0;border:none}.pagination--has-options{justify-content:space-between}.pagination__button{place-content:center;align-items:center;min-width:32px;height:100%;padding:8px;display:flex}.pagination__links{color:#716c75;background-color:#fff;border:1px solid #c4c2c5;border-radius:9999px;flex-flow:wrap;height:34px;margin:8px 0 8px 16px;display:flex;overflow:hidden}.theme-dark .pagination__links{color:#a39fa7;background-color:#000d20;border:1px solid #58525d}.pagination__links--floating{margin:16px 0 20px 16px;box-shadow:0 4px 8px 2px #000f260c,0 8px 16px 2px #000f260c}@media screen and (width<=768px){.pagination__links--floating{margin:80px 0 20px 16px}}.pagination__custom-links{align-items:center;margin-left:16px;display:flex}.pagination__page-link{cursor:pointer;color:#001f4a;border-left:1px solid #e4e4e4;font-size:14px}.theme-dark .pagination__page-link{color:#f8f8f8;border-left:1px solid #2e2734}.pagination__page-link .label{line-height:normal}.pagination__page-link:hover{background-color:#000f260c}.theme-dark .pagination__page-link:hover{background-color:#ffffff19}.pagination__page-link:first-of-type{border-left:0;padding-left:4px}.pagination__page-link:last-of-type{padding-right:4px}.pagination__page-link--active{color:#fff;background-color:#001f4a}.theme-dark .pagination__page-link--active{color:#fff;background-color:#183b60}.pagination__page-link--active:hover{background-color:#183b60}.theme-dark .pagination__page-link--active:hover{background-color:#001f4a}.pagination__page-link--active .label{color:#fff}.pagination__options{position:relative}@media screen and (width>=769px){.pagination{padding-bottom:0;position:sticky;bottom:0;left:0}}.title{color:#001f4a;font-family:Roboto,sans-serif;font-weight:700}.theme-dark .title{color:#f8f8f8}.title--default{font-family:Roboto,sans-serif}.title--slab{font-family:Roboto Slab,serif}.title--mono{font-family:Roboto Mono,monospace}.title--x-large{font-size:64px;line-height:72px}.title--large{font-size:36px;line-height:40px}.title--medium{font-size:28px;line-height:36px}.title--small{font-size:22px;line-height:30px}.title--nowrap{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.title--interactive{color:#648cc3}.theme-dark .title--interactive{color:#9db7d6}.search-input{flex-grow:1;display:flex}.search-input--disabled{opacity:.5}.search-input--tiny{max-width:350px}.search-input__input-debouncer{color:#001f4a;background-color:#fff;border:0;outline:none;width:100%;height:100%;display:flex}.theme-dark .search-input__input-debouncer{color:#f8f8f8;background-color:#000d20}.search-input__input-debouncer--default,.search-input__input-debouncer--small{font-size:16px}.search-input__input-debouncer--tiny{font-size:14px}.search-input__input{color:inherit;text-overflow:ellipsis;background-color:#fff;border:0;border-radius:8px;align-items:center;width:100%;padding-left:12px;padding-right:12px;transition:all .25s ease-in-out;display:flex}.theme-dark .search-input__input{background-color:#000d20}.search-input__input:focus{outline:none}.search-input__input--warning{margin-top:-12px}.search-input__icon-wrapper{background-color:#fff;border:1px solid #c4c2c5;border-radius:8px;flex-direction:row;flex-grow:3;align-items:center;height:48px;transition:all .25s ease-in-out;display:flex;position:relative}.theme-dark .search-input__icon-wrapper{background-color:#000d20;border:1px solid #58525d}.search-input__icon-wrapper:focus-within{outline-offset:-1px;color:#001f4a;border-radius:8px;outline:2px solid #648cc3}.theme-dark .search-input__icon-wrapper:focus-within{color:#f8f8f8;outline:2px solid #648cc3}.search-input__icon-wrapper--small{height:40px}.search-input__icon-wrapper--tiny{height:32px}.search-input__icon-wrapper--tiny .search-input__input{padding:4px 8px}.search-input__icon{justify-content:center;align-items:center;display:flex}.search-input__icon--add-default{width:48px;height:48px;margin-left:4px}.search-input__icon--add-small{width:40px;height:40px;margin-left:4px}.search-input__icon--add-tiny{width:32px;height:32px;margin-left:4px}.search-input__icon--close{background-color:#f8f8f8;border-radius:50%;margin-right:12px;padding:4px}.theme-dark .search-input__icon--close{background-color:#000712}.search-input--empty .search-input__icon--close,.search-input:focus-within .search-input__icon--close{display:none}.search-input__icon--search{background-color:#001f4a;border-radius:8px;justify-content:center;align-items:center;display:flex}.theme-dark .search-input__icon--search{background-color:#183b60;border-radius:8px}.search-input__warning-text{visibility:hidden;color:#d64949;line-height:1;transition:all .25s ease-in-out;position:absolute;bottom:-5px;left:10px}.theme-dark .search-input__warning-text{color:#ea5e68}.search-input__warning-icon{transition:all all .25s ease-in-out;visibility:hidden;justify-content:center;align-items:center;padding-right:4px;display:flex}.search-input--warning .search-input__warning-icon{visibility:visible}.search-input--warning .search-input__warning-text{visibility:visible;font-size:10px;bottom:5px}.superselector{flex-direction:column;width:100%;height:100%;display:flex}.superselector--disabled{opacity:.5;pointer-events:none}.superselector__search-input,.superselector__action-elements{margin-bottom:8px}.superselector__all-items-selector{justify-content:center;padding-top:12px;display:flex}.tab{white-space:nowrap;color:#001f4a;align-items:center;gap:4px;padding:6px 16px;line-height:16px;display:flex}.theme-dark .tab{color:#f8f8f8}.tab:hover{background-color:#000f260c}.theme-dark .tab:hover{background-color:#ffffff19}.tab--bottom-border{border-bottom:1px solid #c4c2c5;padding-bottom:3px}.theme-dark .tab--bottom-border{border-bottom:1px solid #58525d}.tab--active{background-color:#f0f4f9;box-shadow:inset 0 -4px #649eb3}.theme-dark .tab--active{background-color:#092a3b;box-shadow:inset 0 -4px #649eb3}.tab--active.tab--small{border-bottom-width:2px;padding-bottom:0}.tab--small{padding:0 8px}.tab:disabled{cursor:default}.tab:disabled,.tab:disabled:hover{color:#c4c2c5}.theme-dark .tab:disabled,.theme-dark .tab:disabled:hover{color:#8a858e}.tabCount{color:#fff;background-color:#ff8186;border-radius:100%;align-items:flex-start;padding:4px 8px;font-size:12px;font-weight:700;line-height:16px;display:flex}.tablist--leftPadded:before,.tablist--center:before,.tablist:after{content:"";flex-grow:1}.tablist--borders-bottom.tablist--leftPadded:before,.tablist--borders-bottom.tablist--center:before,.tablist--borders-bottom:after{border-bottom:1px solid #c4c2c5}.theme-dark .tablist--borders-bottom.tablist--leftPadded:before,.theme-dark .tablist--borders-bottom.tablist--center:before,.theme-dark .tablist--borders-bottom:after{border-bottom:1px solid #58525d}.tablist--leftPadded:before{flex:0 0 24px}.tablist--leftPadded.tablist--small:before{flex:0 0 16px}.tablist--borders-all{background-color:#f2f1f2}.theme-dark .tablist--borders-all{background-color:#000409}.tablist--sticky{z-index:3;position:sticky;top:0}.tablist__tabs{border-top-left-radius:8px;border-top-right-radius:8px;height:40px;display:flex;position:relative;overflow:auto hidden}@media (hover:hover){.tablist__tabs{overflow:hidden}}.tablist--small .tablist__tabs{height:24px}.tablist__tabs--fullSize{width:100%;height:100%;min-height:40px}.tablist__tabs--fullSize>*{flex:1;justify-content:center}.tablist__arrow{border-bottom:1px solid #c4c2c5;flex:0 0 32px;top:0;bottom:0}.theme-dark .tablist__arrow{border-bottom:1px solid #58525d}@media (hover:none){.tablist__arrow{display:none}}.tablist__arrow--left{left:0}.tablist__arrow--right{right:0}.toggle{color:#001f4a;align-items:center;display:flex}.theme-dark .toggle{color:#f8f8f8}.toggle--disabled{opacity:.5;pointer-events:none}.toggle__label{cursor:pointer;border-radius:8px;padding:2px 4px;display:inline-block}.toggle__label:hover{background-color:#000f260c}.theme-dark .toggle__label:hover{background-color:#ffffff19}.toggle__label:focus-within{outline:2px dashed #648cc3}.toggle__label:has(.toggle__input:focus){outline:2px dashed #648cc3}.theme-dark .toggle__label:focus-within{outline-style:dashed;outline-color:#648cc3}.theme-dark .toggle__label:has(.toggle__input:focus){outline-style:dashed;outline-color:#648cc3}.toggle__input{appearance:none;cursor:pointer;background:#fff;border:1px solid #c4c2c5;border-radius:9999px;width:32px;height:20px;transition:all .2s ease-in-out;position:relative}.theme-dark .toggle__input{background:#000d20;border:1px solid #58525d}.toggle__input:after{content:" ";background:#c4c2c5;border-radius:16px;width:16px;height:16px;margin:1px;transition:all .2s ease-in-out;position:absolute}.theme-dark .toggle__input:after{background:#a39fa7}.toggle__input:checked{background:#001f4a;border-color:#001f4a}.theme-dark .toggle__input:checked{background:#f8f8f8;border-color:#648cc3}.toggle__input:checked:after{background:#fff;margin-left:13px}.theme-dark .toggle__input:checked:after{background:#000d20}.media-archive>svg{height:199.5px!important}.zero-state{text-align:center;flex-grow:1;margin:0 auto}.zero-state__line{background-color:#c4c2c5;border-radius:9999px;width:48px;height:4px}.theme-dark .zero-state__line{background-color:#58525d}.zero-state__image-wrapper{background-color:#f2f1f2;border-radius:9999px;gap:12px;padding:12px 16px}.theme-dark .zero-state__image-wrapper{background-color:#000409}.zero-state__image-wrapper--small{gap:8px}.zero-state__image-wrapper--primary{background-color:#fff}.theme-dark .zero-state__image-wrapper--primary{background-color:#000d20}.zero-state__image-wrapper--secondary{background-color:#f8f8f8}.theme-dark .zero-state__image-wrapper--secondary{background-color:#000712}.zero-state__image-wrapper--tertiary{background-color:#f2f1f2}.theme-dark .zero-state__image-wrapper--tertiary{background-color:#000409}.zero-state__image-wrapper--overlay{background-color:#000f2619}.theme-dark .zero-state__image-wrapper--overlay{background-color:#ffffff19}.zero-state__image-wrapper--transparent{background-color:#0000}.zero-state__icons-wrapper{background-color:#fff;border-radius:9999px;gap:8px;padding:16px}.theme-dark .zero-state__icons-wrapper{background-color:#000d20}.zero-state__icons-wrapper--secondary{background-color:#f8f8f8}.theme-dark .zero-state__icons-wrapper--secondary{background-color:#000712}.zero-state__icons-wrapper--tertiary{background-color:#f2f1f2}.theme-dark .zero-state__icons-wrapper--tertiary{background-color:#000409}.zero-state__icons-wrapper--brand{background-color:#001f4a}.theme-dark .zero-state__icons-wrapper--brand{background-color:#183b60}.zero-state__icons-wrapper--danger{background-color:#f9bbc3}.theme-dark .zero-state__icons-wrapper--danger,.zero-state__icons-wrapper--dangeractive{background-color:#bc3939}.theme-dark .zero-state__icons-wrapper--dangeractive{background-color:#ea5e68}.zero-state__icons-wrapper--warning{background-color:#f4dab8}.theme-dark .zero-state__icons-wrapper--warning{background-color:#c17b16}.zero-state__icons-wrapper--success{background-color:#c7d3b2}.theme-dark .zero-state__icons-wrapper--success{background-color:#485e1d}.zero-state__icons-wrapper--info{background-color:#bccee2}.theme-dark .zero-state__icons-wrapper--info{background-color:#2e598f}.zero-state__icons-wrapper--overlay{background-color:#000f260c}.theme-dark .zero-state__icons-wrapper--overlay{background-color:#ffffff19}.zero-state__icons-wrapper--signal{background-color:#bedcdd}.theme-dark .zero-state__icons-wrapper--signal{background-color:#477e92}.zero-state__icon-wrapper{background-color:#001f4a;border-radius:9999px;padding:16px}.theme-dark .zero-state__icon-wrapper{background-color:#183b60}@property --uxi-drawer-progress{syntax:"<number>";inherits:true;initial-value:0}._wrapper_1z3ib_65{background:var(--color-surface-neutral-tertiary);--uxi-drawer-rail-width:48px;--uxi-drawer-width-squished:calc(calc(12px * 2) + var(--uxi-drawer-rail-width));--padding-aside:12px;--padding-main-block:12px;--padding-main-inline:12px}@media screen and (width>=1024px){._wrapper_1z3ib_65{--padding-main-inline:24px}}._wrapper_1z3ib_65._passthrough_1z3ib_80{--padding-aside:0px;--padding-main-block:0px;--padding-main-inline:0px}._wrapper_1z3ib_65::part(main-wrapper){background:var(--color-surface-neutral-tertiary)}._main_1z3ib_90,._aside_1z3ib_91{height:100%}._aside_1z3ib_91{padding:12px}._main_1z3ib_90{padding:var(--padding-main-block) var(--padding-main-inline) 0 var(--padding-main-inline)}#_wrapper_1bro8_1{z-index:9999;background:#fff;border-radius:4px;flex-direction:column;display:none;position:fixed;bottom:84px;right:32px;overflow:hidden;box-shadow:0 0 15px #0000004d}#_wrapper_1bro8_1[data-is-open=true]{animation:.5s forwards _fadein_1bro8_1;display:flex}#_wrapper_1bro8_1[data-is-open=false]{animation:.5s forwards _fadeout_1bro8_1}#_wrapper_1bro8_1._open_1bro8_21{display:flex}@keyframes _fadein_1bro8_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeout_1bro8_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}._close_1bro8_45{color:#fff;background-color:#001f4a;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:12px;display:flex}.theme-dark ._close_1bro8_45{background-color:#183b60}._close_1bro8_45 ._icon_1bro8_58{width:14px;height:14px}._chat_1bro8_63{border:1px solid #c4c2c5;border-radius:0 0 4px 4px;grid-template-rows:1fr;grid-template-columns:1fr;width:350px;height:500px;display:grid;overflow:hidden}._theme-dark_1bro8_55 ._chat_1bro8_63{border:1px solid #58525d}._chat_1bro8_63>div{grid-area:1/1/span 1/span 1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._chat_1bro8_63 iframe{background-color:#fff;flex:1;width:100%;height:100%}._chat_1bro8_63[data-loaded=true] ._loading_1bro8_91{display:none}._layout_i842r_1{grid-template-rows:auto 1fr;grid-template-columns:100%;width:100%;height:100%;display:grid;position:relative;overflow:hidden}._layout_i842r_1>:first-child{z-index:2}._layout_i842r_1>:last-child{z-index:1}._layout_i842r_1>*{grid-column:1/-1}@media print{._layout_i842r_1{height:auto;min-height:auto;overflow:visible}}.delete-button>.button{transition:padding .3s ease-out}.confirm-modal__text{padding:20px;line-height:16px}.confirm-modal__text>p strong:first-of-type{color:#bc3939}.theme-dark .confirm-modal__text>p strong:first-of-type{color:#fca4ab}.confirm-modal__heading{margin-bottom:4px}.confirm-modal__footer{justify-content:space-between;padding:0 20px 20px;display:flex}.document-facsimile__img{visibility:hidden;width:100%;max-width:280px}.document-facsimile__img--thumb{width:70px}.filter-chips{height:24px;display:flex}@media screen and (width<=768px){.filter-chips{padding:0 4px}}.filter-chips--expanded{height:auto}.filter-chips__chips{flex-wrap:wrap;gap:4px;display:flex;overflow:hidden}.links-list{color:#648cc3;flex-direction:column;gap:2px;padding-top:4px;display:flex}.theme-dark .links-list{color:#9db7d6}.links-list__more{border-top:1px solid #e4e4e4;justify-content:center;align-items:center;gap:4px;width:100%;padding:4px;display:flex}.theme-dark .links-list__more{border-top:1px solid #2e2734}.filter-menu-header{margin-top:8px;position:relative}.filter-menu-header:hover{background-color:#000f260c}.theme-dark .filter-menu-header:hover{background-color:#ffffff19}.filter-menu-header__inner{text-align:left;border-bottom:1px solid #e4e4e4;align-items:center;gap:4px;width:100%;padding:4px 4px 4px 8px;display:flex}.theme-dark .filter-menu-header__inner{border-bottom:1px solid #2e2734}.filter-menu-header__icon{transition:all .2s ease-in-out}.filter-menu-header__icon--rotate{transform:rotate(-90deg)}.filter-menu-header__buttons{visibility:hidden;background:linear-gradient(90deg,#0000,#000f260c 8px);gap:4px;padding-left:8px;display:flex;position:absolute;top:6px;right:4px}.theme-dark .filter-menu-header__buttons{background:linear-gradient(90deg,#0000,#ffffff19 8px)}.filter-menu-header:hover .filter-menu-header__buttons{visibility:visible}.filter-menu{z-index:19;background-color:#fff;width:100%;height:100%;min-height:84px;font-size:14px;list-style:none}.theme-dark .filter-menu{background-color:#000d20}@media screen and (width<=1366px){.filter-menu{max-width:300px;max-height:100vh;display:block;position:fixed;top:50px;left:60px;overflow:auto}}.filter-menu-overlay{opacity:.7;z-index:10;background-color:#000;width:100%;height:100%;display:block;position:fixed;top:0;overflow:hidden}@media screen and (width>=1366px){.filter-menu-overlay{display:none}}.drill-down-menu{z-index:11;width:100%;padding-bottom:48px}.drill-down-menu__spinner{z-index:1;background-color:#000f2619;height:42px;margin-top:-42px;padding-top:12px;position:sticky;top:0}.theme-dark .drill-down-menu__spinner{background-color:#ffffff19}.drill-down-menu__group{padding:10px}.drill-down-menu__button{width:100%}.drill-down-menu__switches{padding-top:15px}.generating-pdf-overlay__generating{z-index:999;background-color:#000f2619;align-items:center;display:flex;position:fixed;inset:0;width:100%!important}.generating-pdf-overlay__loader{text-align:center;color:#c4c2c5;line-height:1.5;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-dark .generating-pdf-overlay__loader{color:#8a858e}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.input-range{height:8px;position:relative}.input-range--small{height:4px}.input-range__bar{background:#f2f1f2;border-radius:4px;width:100%;height:8px;position:absolute}.input-range--small .input-range__bar{height:4px}.input-range__progress{appearance:none;background:0 0;border:0;width:99%;height:8px;position:absolute}.input-range--small .input-range__progress{height:4px}.input-range__progress::-webkit-progress-bar{background-color:#0000}.input-range__progress::-webkit-progress-value{background-color:#ff8186;border-top-left-radius:4px;border-bottom-left-radius:4px}.input-range__progress::-moz-progress-bar{background-color:#ff8186;border-top-left-radius:4px;border-bottom-left-radius:4px}.input-range__rangeinput{appearance:none;background:0 0;width:100%;height:8px;margin:0;position:absolute}.input-range--small .input-range__rangeinput{height:4px}.input-range__rangeinput:focus{outline:none}.input-range__rangeinput::-webkit-slider-runnable-track{cursor:pointer;background:0 0;height:8px}.input-range--small .input-range__rangeinput::-webkit-slider-runnable-track{height:4px}.input-range__rangeinput::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#716c75;border-radius:8px;width:16px;height:16px;margin-top:-4px}.input-range--small .input-range__rangeinput::-webkit-slider-thumb{width:12px;height:12px}.input-range__rangeinput::-moz-range-track{cursor:pointer;background:0 0}.input-range__rangeinput::-moz-range-thumb{appearance:none;cursor:pointer;background:#716c75;border:0;border-radius:16px;width:16px;height:16px}.input-range--small .input-range__rangeinput::-moz-range-thumb{width:12px;height:12px}.list-group-item{font-size:14px;line-height:24px}.list-group-item--horizontal{justify-content:space-between;display:flex}.list-group-item__icon{margin-right:4px}.list-group-item__with-popover{justify-content:space-between;display:flex}.list-group-item__title-wrapper{margin-top:16px}.list-group-item__title-wrapper:first-child{margin-top:0}.list-group-item__title{gap:4px;display:flex}.list-group-item__copy-text-button{visibility:hidden}.list-group-item__content--no-padding{padding-bottom:0}.list-group-item__content-text--is-link{text-align:left;color:#648cc3}.theme-dark .list-group-item__content-text--is-link{color:#9db7d6}.list-group-item__content-text--is-link:hover{text-decoration:underline}.list-group-item:hover .list-group-item__copy-text-button{visibility:visible}.list-group-item__content-subtext{color:#716c75;font-size:12px;line-height:16px;display:block}.theme-dark .list-group-item__content-subtext{color:#a39fa7}.modal-footer{z-index:100;background-color:#f8f8f8;border-top:1px solid #e4e4e4;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:10px 30px;display:flex;position:fixed;bottom:0;left:0}.theme-dark .modal-footer{background-color:#000712;border-top:1px solid #2e2734}@media only screen and (width>=769px){.modal-footer{position:static}}.modal-footer--absolute{position:absolute}.modal-footer--fixed{position:fixed}.player{flex-direction:column;align-items:center;margin-bottom:12px;display:flex;max-width:100%!important}.player--audio{display:flex}.player__wrapper{line-height:0}.player__wrapper audio{height:revert!important}.player__wrapper video{border-radius:8px}.player__controls{background-color:#f8f8f8;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-top:4px;padding:0 16px;display:flex}.theme-dark .player__controls{background-color:#000712}.player__controls-buttons{align-items:center;gap:4px;display:flex}.player__play-btn{margin:0 12px}.player__progressed-time{text-align:right;min-width:40px}.player__progress{flex-grow:1}.player__volume{align-items:center;display:flex}.player__volume-range{width:70px;margin-left:8px}.presets-list-item{background-color:#fff;border:1px solid #0000;border-radius:8px;margin-bottom:8px;padding:8px 16px;line-height:16px}.presets-list-item--active{background-color:#f0f4f9;border:1px solid #649eb3;box-shadow:0 1px 1px 1px #000f260c,0 2px 4px 2px #000f2619}.presets-list-item:hover{background-color:#000f260c;box-shadow:0 0 1px #000f2626,0 1px 4px #000f2619,0 4px 8px #000f2619}.presets-list-item:hover .presets-list-item__delete-btn,.presets-list-item:hover .presets-list-item__secondary-button,.presets-list-item:hover .presets-list-item__edit-btn--hover-only,.presets-list-item:hover .presets-list-item__rename-button{visibility:visible}.presets-list-item:hover.presets-list-item--active{box-shadow:0 0 1px #000f2626,0 1px 4px #000f2619,0 4px 8px #000f2619}.theme-dark .presets-list-item{background-color:#000d20;border:1px solid #0000;border-radius:8px;margin-bottom:8px;padding:8px 16px;line-height:16px}.theme-dark .presets-list-item--active{background-color:#092a3b;border:1px solid #649eb3;box-shadow:0 1px 1px 1px #000f260c,0 2px 4px 2px #000f2619}.theme-dark .presets-list-item:hover{background-color:#ffffff19;box-shadow:0 0 1px #000f2626,0 1px 4px #000f2619,0 4px 8px #000f2619}.theme-dark .presets-list-item:hover .presets-list-item__delete-btn,.theme-dark .presets-list-item:hover .presets-list-item__secondary-button,.theme-dark .presets-list-item:hover .presets-list-item__edit-btn--hover-only,.theme-dark .presets-list-item:hover .presets-list-item__rename-button{visibility:visible}.theme-dark .presets-list-item:hover.presets-list-item--active{box-shadow:0 0 1px #000f2626,0 1px 4px #000f2619,0 4px 8px #000f2619}.presets-list-item__title{color:#001f4a;font-weight:500}.theme-dark .presets-list-item__title{color:#f8f8f8}.presets-list-item__form{margin-bottom:4px}.presets-list-item__subtitle{color:#716c75}.theme-dark .presets-list-item__subtitle{color:#a39fa7}.presets-list-item__rename-button{vertical-align:top;visibility:hidden;height:16px;margin-left:4px}.presets-list-item__buttons{justify-content:flex-end;gap:8px;display:flex}@media (width>=415px){.presets-list-item__buttons{float:right}}.presets-list-item__delete-btn{visibility:hidden;align-items:center;display:flex}.presets-list-item__secondary-button{visibility:hidden}.presets-list-item__edit-btn{white-space:nowrap}.presets-list-item__edit-btn--hover-only{visibility:hidden}.privacy-policy__link{color:#001f4a;font-weight:500;text-decoration:underline}.theme-dark .privacy-policy__link{color:#f8f8f8}.radiogroup{flex-direction:column;gap:4px;display:flex}.radiogroup--disabled{opacity:.5;pointer-events:none}.radiogroup--horizontal{flex-flow:wrap}.radiogroup__heading{color:#001f4a;margin:0;font-size:14px;font-weight:500;line-height:20px}.theme-dark .radiogroup__heading{color:#f8f8f8}.timeline{margin-bottom:8px}.timeline__preview{border-radius:4px;height:48px;position:relative;overflow:hidden}.timeline__preview--video{background-blend-mode:multiply}.timeline__preview--audio{background-color:#f8f8f8}.theme-dark .timeline__preview--audio{background-color:#000712}.timeline__hit-btn--open{z-index:1;border-radius:8px 0 0 8px}.timeline__arrow{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:10px solid #000;width:0;height:0;margin-left:6px}.timeline__pill{color:#000;background:#fff;border-radius:256px;padding:2px 8px;display:inline-block}.timeline__pill--margin{margin:4px 8px 4px 0}.timeline__pill--hidden-count{padding:4px 8px}.timeline__hitlist-items{flex-flow:wrap;margin-top:4px;display:flex}.timeline__hitlist-item{color:#131116;border-radius:20px;align-items:center;gap:8px;padding:4px;font-size:12px;display:inline-flex}.theme-dark .timeline__hitlist-item{color:#fff}.theme-dark .timeline__hitlist-playbtn{background-color:#ffffff19}.timeline--bg0,.theme-dark .timeline--bg0{background-color:#53cac4}.timeline--bg1,.theme-dark .timeline--bg1{background-color:#ffc876}.timeline--bg2,.theme-dark .timeline--bg2{background-color:#ed709c}.timeline--bg3,.theme-dark .timeline--bg3{background-color:#9e91cd}.timeline--bg4,.theme-dark .timeline--bg4{background-color:#77c1e9}.timeline--bg5,.theme-dark .timeline--bg5{background-color:#d377d6}.timeline--bg6{color:#001f4a;background-color:#2e958f}.theme-dark .timeline--bg6{color:#f8f8f8;background-color:#2e958f}.timeline--bg7{color:#001f4a;background-color:#2e958f}.theme-dark .timeline--bg7{color:#f8f8f8;background-color:#2e958f}.timeline--bg8{color:#001f4a;background-color:#c27400}.theme-dark .timeline--bg8{color:#f8f8f8;background-color:#c27400}.timeline--bg9{color:#001f4a;background-color:#d71c5d}.theme-dark .timeline--bg9{color:#f8f8f8;background-color:#d71c5d}.timeline--bg10{color:#001f4a;background-color:#7462b7}.theme-dark .timeline--bg10{color:#f8f8f8;background-color:#7462b7}.timeline--bg11{color:#001f4a;background-color:#1b76a8}.theme-dark .timeline--bg11{color:#f8f8f8;background-color:#1b76a8}.timeline--bg12{color:#001f4a;background-color:#b437b8}.theme-dark .timeline--bg12{color:#f8f8f8;background-color:#b437b8}.timeline--bg13{background-color:#c4c2c5}.theme-dark .timeline--bg13{background-color:#8a858e}.timeline--bg14,.theme-dark .timeline--bg14{color:#fff;background-color:#000}.timeline--bg15{color:#fff;background-color:#001f4a}.theme-dark .timeline--bg15{color:#fff;background-color:#183b60}.timeline--bg16,.theme-dark .timeline--bg16{background-color:#ffc876}.timeline--bg17,.theme-dark .timeline--bg17{background-color:#ed709c}.timeline--bg18,.theme-dark .timeline--bg18{background-color:#9e91cd}.timeline--bg19,.theme-dark .timeline--bg19{background-color:#77c1e9}.social-status{flex:1;gap:12px;width:100%;list-style:none;display:flex}.social-status--position-start{justify-content:flex-start}.social-status--position-end{justify-content:flex-end}.social-status__item{align-items:center;gap:4px;min-height:40px;display:flex}.social-status__item--disabled{opacity:.5;pointer-events:none}.social-status__item-count--active{color:#001f4a}.theme-dark .social-status__item-count--active{color:#f8f8f8}.result-content .retriever-hit{color:#000;background-color:#f4dab8;font-weight:700}.theme-dark .result-content .retriever-hit{color:#fff;background-color:#7b4e0f}.result-content__text-and-pic{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;margin-bottom:10px;padding-top:4px;font-size:14px;display:flex}.result-content__text{text-align:left;word-break:normal;overflow-wrap:anywhere;color:#001f4a;padding-right:10px;line-height:24px;display:block}.theme-dark .result-content__text{color:#f8f8f8}.result-content__text--overflow-hidden{max-height:108px;overflow:hidden;-webkit-mask-image:linear-gradient(0deg,#0000,#000 24px);mask-image:linear-gradient(0deg,#0000,#000 24px)}.result-content__toggle{color:#648cc3;margin-top:4px}.theme-dark .result-content__toggle{color:#9db7d6}.search-bar-layout{z-index:30;border-radius:12px;flex-flow:wrap;align-items:center;gap:16px;width:100%;min-height:73px;transition:all .3s ease-in-out;display:flex;position:relative}.search-bar-layout--disabled{pointer-events:none;opacity:.5}.search-bar-layout__filters{flex-direction:row;gap:16px;display:flex}@media screen and (width<=768px){.search-bar-layout__filters{flex-flow:column wrap;min-width:auto}}@media screen and (width<=1024px){.search-bar-layout__filters{width:100%}}.search-bar-layout__filters .dropdown>button{background-color:#fff;border:1px solid #e4e4e4;border-radius:8px}.theme-dark .search-bar-layout__filters .dropdown>button{background-color:#000d20;border:1px solid #2e2734}.search-bar-layout__filter-component{min-width:248px}.search-bar-layout__search-input-container,.search-bar-layout__filter-component{line-height:1.5}.search-bar-layout__search-container{background-color:#fff;border:1px solid #e4e4e4;border-radius:8px;flex-wrap:wrap;flex-grow:1;justify-content:space-between;align-items:center;padding-right:12px;display:flex;position:relative}.theme-dark .search-bar-layout__search-container{background-color:#000d20;border:1px solid #2e2734}@media screen and (width<=1024px){.search-bar-layout__search-container{width:100%}}.search-bar-layout__search-input-container{flex-grow:1;align-content:center;align-items:center;min-width:230px;max-width:600px;height:72px;padding-left:16px;display:flex}@media (width>=415px){.search-bar-layout__search-input-container{min-width:300px}}.search-bar-layout__search-input{flex-grow:1}.search-bar-layout__search-form{flex-grow:1;align-items:center;max-width:700px;display:flex}@media screen and (width<=768px){.search-bar-layout__search-form{width:100%}}.search-bar-layout__search-button{padding-left:16px;display:flex}.search-bar-layout__search-filters{align-items:center;gap:8px;padding-left:12px;display:flex}.search-bar-layout__right-components{margin-left:auto}.search-bar-layout .top-menu-item__action{height:72px}@media screen and (width<=1024px){.search-bar-layout{z-index:unset;flex-direction:column}.search-bar-layout__search-input-container{writing-mode:horizontal-tb;border-left:0;border-right:0}.search-bar-layout__filter-component{border-right:0;width:100%;min-width:auto}.search-bar-layout__search-button{padding-left:4px}}.search-options{max-width:1000px!important}.search-options__searchin{max-width:300px}.search-options__hr{background:#c4c2c5;width:100%;height:1px;margin:24px 0 16px}.theme-dark .search-options__hr{background:#58525d}.search-options__operator-desc{margin:4px 0 12px;font-size:12px;line-height:16px}.step-nav{white-space:nowrap;z-index:100;flex:1;justify-content:space-between;max-width:100%;height:48px;padding:0 16px;font-size:14px;display:flex;position:sticky;top:0}@media screen and (width<=768px){.step-nav{background-color:#fff;border-bottom:1px solid #c4c2c5;padding:0}.theme-dark .step-nav{background-color:#000d20;border-bottom:1px solid #58525d}}.step-nav[data-steps="2"]{justify-content:center}.step-nav__label{color:#001f4a;flex-wrap:wrap;flex:1;grid-template-columns:1fr auto auto 1fr;align-content:center;align-items:center;height:100%;margin-bottom:10px;display:grid}.theme-dark .step-nav__label{color:#f8f8f8}@media screen and (width<=768px){.step-nav__label{justify-content:space-between;padding:0 16px;display:flex}}@media screen and (width>=769px){[data-steps="2"] .step-nav__label{flex:unset;min-width:25%}}.step-nav__label-mobile{text-align:center;display:flex}.step-nav__label-indicator{background-color:#fff;border:2px solid #001f4a;border-radius:100%;max-width:28px;margin-bottom:auto;margin-right:5px;display:flex}.theme-dark .step-nav__label-indicator{background-color:#000d20;border:2px solid #648cc3}.step-nav__label-indicator-identifier{justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;line-height:1.75;display:grid}.step-nav__label-indicator-icon{grid-row-start:1;grid-column-start:1;height:100%;display:flex}.step-nav__label-indicator-badge{grid-row-start:1;grid-column-start:1;height:auto;position:absolute}.step-nav__label--active .step-nav__label-indicator{color:#fff;background-color:#183b60;font-weight:500}.theme-dark .step-nav__label--active .step-nav__label-indicator{background-color:#001f4a}.step-nav__label:after,.step-nav__label:before{content:"";background:#c4c2c5;width:100%;height:2px;display:block}.theme-dark .step-nav__label:after,.theme-dark .step-nav__label:before{background:#58525d}@media screen and (width<=768px){.step-nav__label:after,.step-nav__label:before{content:none}}.step-nav__label:last-child{grid-template-columns:1fr auto auto 0}.step-nav__label:first-child{grid-template-columns:0 auto auto 1fr}.step-nav__label-title{white-space:nowrap;padding:0 4px;line-height:1.5;overflow:hidden}@media screen and (width<=768px){.step-nav__label-title{vertical-align:middle;margin:auto;display:inline-block}}.step-nav__label--active .step-nav__label-title{font-weight:500}.step-nav--with-icons{height:56px}.step-nav--with-icons .step-nav__label-indicator{max-width:40px}.step-nav--with-icons .step-nav__label-indicator-identifier{width:36px;height:36px;font-size:22px}.step-nav__stepper-side-content{padding-right:16px}@media screen and (width<=768px){.step-nav__stepper-side-content{background-color:#fff;border-bottom:1px solid #c4c2c5;align-content:center;height:100%;padding-left:16px}.theme-dark .step-nav__stepper-side-content{background-color:#000d20;border-bottom:1px solid #58525d}}.ret-stepper{flex-direction:column;flex:1;width:100%;display:flex}.ret-stepper-container{flex-direction:column;height:100%;display:flex}.ret-stepper__bottom-nav{z-index:1;background-color:#f8f8f8;border-top:1px solid #e4e4e4;justify-content:space-between;width:100%;height:48px;margin-top:16px;padding:8px 32px;display:flex;position:sticky;bottom:0}.theme-dark .ret-stepper__bottom-nav{background-color:#000712;border-top:1px solid #2e2734}.ret-stepper__bottom-nav--button-group{display:flex}.ret-stepper__bottom-nav--button{padding:0 4px}.upsale__wrapper{justify-content:space-between;height:100%}.upsale__button{width:100%}.modal{background-color:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:max(50%,768px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal__overlay{z-index:555555;background:#000000b3;width:100vw;max-width:100vw;height:100vh;max-height:100vh;position:fixed;top:0;left:0;overflow:hidden}.modal__title{color:#bc3939;font-size:36px;line-height:40px}.modal__title.warning{color:#001f4a}.modal__close-button{color:#fff;cursor:pointer;align-self:flex-end;font-size:25px}.modal__text{color:#001f4a;margin:0;font-size:16px;line-height:28px}.modal__content{overscroll-behavior:contain;flex-direction:column;row-gap:32px;min-height:300px;padding:24px;display:flex}.modal__header{color:#fff;text-transform:uppercase;background-color:#001f4a;border-top-left-radius:12px;border-top-right-radius:12px;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;padding:8px 16px;font-family:Roboto,sans-serif;font-size:20px;line-height:28px;display:flex}.modal__buttons-wrapper{background-color:#f8f8f8;border-bottom-right-radius:12px;border-bottom-left-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}@media screen and (width<=768px){.modal{width:100vw;min-width:100vw}.modal__title{font-size:28px;line-height:36px}.modal__text{font-size:14px;line-height:24px}.modal__header{font-size:18px;line-height:24px}}.theme-dark .modal{background-color:#000d20;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:max(50%,768px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-dark .modal__overlay{z-index:555555;background:#000000b3;width:100vw;max-width:100vw;height:100vh;max-height:100vh;position:fixed;top:0;left:0;overflow:hidden}.theme-dark .modal__title{color:#fca4ab;font-size:36px;line-height:40px}.theme-dark .modal__title.warning{color:#f8f8f8}.theme-dark .modal__close-button{color:#fff;cursor:pointer;align-self:flex-end;font-size:25px}.theme-dark .modal__text{color:#f8f8f8;margin:0;font-size:16px;line-height:28px}.theme-dark .modal__content{overscroll-behavior:contain;flex-direction:column;row-gap:32px;min-height:300px;padding:24px;display:flex}.theme-dark .modal__header{color:#fff;text-transform:uppercase;background-color:#183b60;border-top-left-radius:12px;border-top-right-radius:12px;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;padding:8px 16px;font-family:Roboto,sans-serif;font-size:20px;line-height:28px;display:flex}.theme-dark .modal__buttons-wrapper{background-color:#000712;border-bottom-right-radius:12px;border-bottom-left-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}@media screen and (width<=768px){.theme-dark .modal{width:100vw;min-width:100vw}.theme-dark .modal__title{font-size:28px;line-height:36px}.theme-dark .modal__text{font-size:14px;line-height:24px}.theme-dark .modal__header{font-size:18px;line-height:24px}}.modal .subscribers-modal{background-color:#f0f4f9;width:768px}.modal .subscribers-modal__buttons{border-top:1px solid #c4c2c5;justify-content:space-between;align-items:center;padding:8px 24px;display:flex}.pdf-modal{flex-direction:column;align-items:center;height:calc(100% - 48px);margin:24px auto;display:flex;position:relative}.pdf-modal__document{scroll-behavior:smooth;overflow-y:scroll}.pdf-modal__up-button{cursor:pointer;z-index:15;background-color:#001f4a;border-radius:9999px;align-self:flex-end;place-items:center;padding:4px 8px;display:grid;position:absolute;bottom:8px;right:8px}.pdf-modal mark{background-color:inherit;color:inherit;border-top:2px double #d64949;line-height:1.5}.theme-dark .pdf-modal{flex-direction:column;align-items:center;height:calc(100% - 48px);margin:24px auto;display:flex;position:relative}.theme-dark .pdf-modal__document{scroll-behavior:smooth;overflow-y:scroll}.theme-dark .pdf-modal__up-button{cursor:pointer;z-index:15;background-color:#183b60;border-radius:9999px;align-self:flex-end;place-items:center;padding:4px 8px;display:grid;position:absolute;bottom:8px;right:8px}.theme-dark .pdf-modal mark{background-color:inherit;color:inherit;border-top:2px double #ea5e68;line-height:1.5}.SimpleSelectorMenu{z-index:9;background:#f8f8f8;border-radius:0 0 8px 8px;flex-direction:column;gap:8px;width:max-content;min-width:150px;height:auto;padding:8px 16px;display:flex;position:absolute;top:32px;box-shadow:0 8px 12px 4px #000f260c,0 8px 12px 4px #000f260c}.theme-dark .SimpleSelectorMenu{z-index:9;background:#000712;border-radius:0 0 8px 8px;flex-direction:column;gap:8px;width:max-content;min-width:150px;height:auto;padding:8px 16px;display:flex;position:absolute;top:32px;box-shadow:0 8px 12px 4px #000f260c,0 8px 12px 4px #000f260c}.Selector{position:relative}.Selector-Button{z-index:8;color:#001f4a;background-color:#fff;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;height:32px;padding:8px;font-size:14px;line-height:16px;display:flex;position:relative}.Selector-Button_active{background-color:#f8f8f8}.Selector-Button_open{z-index:10;background-color:#f8f8f8;border-bottom:none;border-radius:8px 8px 0 0}.Selector-Button_open .reticon__wrapper{transform:rotate(180deg)}.Selector-Options{z-index:9;background:#fff;border-radius:0 0 8px 8px;flex-direction:column;min-width:275px;height:375px;display:flex;position:absolute;top:32px;box-shadow:inset 0 0 1px #000f2633,0 16px 24px #000f2619,0 24px 32px -2px #000f2619}.Selector-Options_simple{gap:8px;height:auto;padding:8px 16px}.Selector-Options>.superselector{padding:8px 16px}.Selector-Options__Mentions{border-radius:inherit;align-items:center;padding:16px 16px 8px;display:flex}.Selector-Options__Mentions:empty{display:none}.Selector-Options__Buttons{border-radius:inherit;background-color:#f8f8f8;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.theme-dark .Selector{position:relative}.theme-dark .Selector-Button{z-index:8;color:#f8f8f8;background-color:#000d20;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;height:32px;padding:8px;font-size:14px;line-height:16px;display:flex;position:relative}.theme-dark .Selector-Button_active{background-color:#000712}.theme-dark .Selector-Button_open{z-index:10;background-color:#000712;border-bottom:none;border-radius:8px 8px 0 0}.theme-dark .Selector-Button_open .reticon__wrapper{transform:rotate(180deg)}.theme-dark .Selector-Options{z-index:9;background:#000d20;border-radius:0 0 8px 8px;flex-direction:column;min-width:275px;height:375px;display:flex;position:absolute;top:32px;box-shadow:inset 0 0 1px #000f2633,0 16px 24px #000f2619,0 24px 32px -2px #000f2619}.theme-dark .Selector-Options_simple{gap:8px;height:auto;padding:8px 16px}.theme-dark .Selector-Options>.superselector{padding:8px 16px}.theme-dark .Selector-Options__Mentions{border-radius:inherit;align-items:center;padding:16px 16px 8px;display:flex}.theme-dark .Selector-Options__Mentions:empty{display:none}.theme-dark .Selector-Options__Buttons{border-radius:inherit;background-color:#000712;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.history-table{background-color:#fff;border:1px solid #c4c2c5;width:80vw;max-width:1440px;height:500px;overflow-y:auto}.history-table__header-items{background-color:#fff;border-top:1px solid #c4c2c5;border-bottom:1px solid #c4c2c5;grid-template-columns:150px minmax(250px,1fr) 150px;display:grid}.history-table__filters{background-color:#f8f8f8;grid-template-columns:150px minmax(250px,1fr) 150px;display:grid}.history-table__filters-name{align-items:center;gap:4px;min-width:150px;max-width:350px;padding:6px 12px;display:flex}.history-table__filters-name .button{height:40px}.history-table__filters-name .search-input{width:100%}.history-table__filters-status{align-items:center;display:flex}.history-table__filters-date{align-items:center;padding:6px;display:flex}.history-table__label{color:#001f4a;font-weight:400}.history-table__label--empty{color:#bc3939}.history-table__rows-item{border-bottom:1px solid #e4e4e4;grid-template-columns:150px minmax(250px,1fr) 150px;display:grid}.history-table__cell,.history-table__header-cell{color:#001f4a;text-align:left;border-right:1px solid #e4e4e4;flex:1;align-items:center;font-size:12px;line-height:20px;transition:border-left-width .2s ease-in-out;display:flex}.history-table__cell:last-child,.history-table__header-cell:last-child{border-right:none}.history-table__cell--selected:first-child,.history-table__header-cell--selected:first-child{border-left:4px solid #648cc3;padding-left:8px}.history-table__cell{padding:8px 12px}.history-table__header-cell{text-transform:uppercase;padding:12px}.history-table__header-cell--sortable{color:#648cc3;cursor:pointer}.history-table__header-cell--sortable:hover{color:#2e598f}.history-table__header{z-index:1;min-width:fit-content;position:sticky;top:0}.theme-dark .history-table{background-color:#000d20;border:1px solid #58525d;width:80vw;max-width:1440px;height:500px;overflow-y:auto}.theme-dark .history-table__header-items{background-color:#000d20;border-top:1px solid #58525d;border-bottom:1px solid #58525d;grid-template-columns:150px minmax(250px,1fr) 150px;display:grid}.theme-dark .history-table__filters{background-color:#000712;grid-template-columns:150px minmax(250px,1fr) 150px;display:grid}.theme-dark .history-table__filters-name{align-items:center;gap:4px;min-width:150px;max-width:350px;padding:6px 12px;display:flex}.theme-dark .history-table__filters-name .button{height:40px}.theme-dark .history-table__filters-name .search-input{width:100%}.theme-dark .history-table__filters-status{align-items:center;display:flex}.theme-dark .history-table__filters-date{align-items:center;padding:6px;display:flex}.theme-dark .history-table__label{color:#f8f8f8;font-weight:400}.theme-dark .history-table__label--empty{color:#fca4ab}.theme-dark .history-table__rows-item{border-bottom:1px solid #2e2734;grid-template-columns:150px minmax(250px,1fr) 150px;display:grid}.theme-dark .history-table__cell,.theme-dark .history-table__header-cell{color:#f8f8f8;text-align:left;border-right:1px solid #2e2734;flex:1;align-items:center;font-size:12px;line-height:20px;transition:border-left-width .2s ease-in-out;display:flex}.theme-dark .history-table__cell:last-child,.theme-dark .history-table__header-cell:last-child{border-right:none}.theme-dark .history-table__cell--selected:first-child,.theme-dark .history-table__header-cell--selected:first-child{border-left:4px solid #9db7d6;padding-left:8px}.theme-dark .history-table__cell{padding:8px 12px}.theme-dark .history-table__header-cell{text-transform:uppercase;padding:12px}.theme-dark .history-table__header-cell--sortable{color:#9db7d6;cursor:pointer}.theme-dark .history-table__header-cell--sortable:hover{color:#bccee2}.theme-dark .history-table__header{z-index:1;min-width:fit-content;position:sticky;top:0}.backfill-history{background-color:#fff;max-width:1440px;height:500px;overflow-y:auto}.backfill-history__table{table-layout:auto;border-collapse:collapse;background-color:#fff;width:100%;margin:auto}.backfill-history__table-arrow-wrapper{justify-content:center;align-items:center;display:flex}.backfill-history__table-header-cell{cursor:pointer;text-transform:uppercase;background-color:#f8f8f8;border-bottom:1px solid #c4c2c5;padding:12px 8px}.backfill-history__table-header-cell--sorted{color:#648cc3}.backfill-history__table-header-cell--sorted:hover{color:#2e598f}.backfill-history__table-row:hover{background-color:#f8f8f8}.backfill-history__table-cell{text-align:center;padding:12px 8px}.theme-dark .backfill-history{background-color:#000d20;max-width:1440px;height:500px;overflow-y:auto}.theme-dark .backfill-history__table{table-layout:auto;border-collapse:collapse;background-color:#000d20;width:100%;margin:auto}.theme-dark .backfill-history__table-arrow-wrapper{justify-content:center;align-items:center;display:flex}.theme-dark .backfill-history__table-header-cell{cursor:pointer;text-transform:uppercase;background-color:#000712;border-bottom:1px solid #58525d;padding:12px 8px}.theme-dark .backfill-history__table-header-cell--sorted{color:#9db7d6}.theme-dark .backfill-history__table-header-cell--sorted:hover{color:#bccee2}.theme-dark .backfill-history__table-row:hover{background-color:#000712}.theme-dark .backfill-history__table-cell{text-align:center;padding:12px 8px}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.track{flex-grow:1;height:100%;margin-left:12px;margin-right:12px;position:relative}.track--disabled{pointer-events:none}.track__range{align-items:center;width:100%;height:100%;min-height:5px;display:flex;position:relative}.track__range--background,.track__range--buffer,.track__range--current,.track__range--seek{border-radius:50px;height:5px;position:absolute}.track__range--background{background-color:#ffffff40;width:100%}.track__range--background-dark{background-color:#c4c2c5}.track__range--buffer{background-color:#ffffff80;transition:width .2s ease-out}.track__range--buffer-dark{background-color:#c4c2c5}.track__range--current{background-color:#ff8186;align-items:center;display:flex;position:relative}.track__range--current__thumb{background-color:#fff;border:1px solid #c4c2c5;border-radius:24px;width:12px;height:12px;transition:transform .2s ease-out;position:absolute;right:0;transform:translate(50%)}.track__range--seek{cursor:pointer;opacity:0;width:100%;height:100%}.theme-dark .track{flex-grow:1;height:100%;margin-left:12px;margin-right:12px;position:relative}.theme-dark .track--disabled{pointer-events:none}.theme-dark .track__range{align-items:center;width:100%;height:100%;min-height:5px;display:flex;position:relative}.theme-dark .track__range--background,.theme-dark .track__range--buffer,.theme-dark .track__range--current,.theme-dark .track__range--seek{border-radius:50px;height:5px;position:absolute}.theme-dark .track__range--background{background-color:#ffffff40;width:100%}.theme-dark .track__range--background-dark{background-color:#58525d}.theme-dark .track__range--buffer{background-color:#ffffff80;transition:width .2s ease-out}.theme-dark .track__range--buffer-dark{background-color:#58525d}.theme-dark .track__range--current{background-color:#d64949;align-items:center;display:flex;position:relative}.theme-dark .track__range--current__thumb{background-color:#000d20;border:1px solid #58525d;border-radius:24px;width:12px;height:12px;transition:transform .2s ease-out;position:absolute;right:0;transform:translate(50%)}.theme-dark .track__range--seek{cursor:pointer;opacity:0;width:100%;height:100%}.VideoPlayer{background:#000;width:100%;height:100%;position:relative}.VideoPlayer button{place-items:center;display:grid}.VideoPlayer__Controls{color:#fff;z-index:1;background-color:#00000080;justify-content:space-between;align-items:center;gap:8px;padding:12px 8px;display:flex;position:absolute;bottom:0;left:0;right:0}.VideoPlayer__Controls-Track{flex:1;align-items:center;gap:4px;display:flex}.vp-volume{justify-content:center;align-items:center;min-width:80px;height:100%;margin-right:6px;display:flex;position:relative}.vp-volume button{width:max-content;transition:transform .2s ease-out;transform:translate(-30px)}.vp-volume__range{transform-origin:0;align-items:center;width:50px;height:clamp(.5rem,1vw,1rem);transition:transform .2s ease-out;display:flex;position:absolute;left:30px}.vp-volume__range--background,.vp-volume__range--current,.vp-volume__range--seek{border-radius:50px;width:100%;height:5px;position:absolute}.vp-volume__range--background{background-color:#ffffff40}.vp-volume__range--current{background-color:#fac07b;align-items:center;display:flex;position:relative}.vp-volume__range--current__thumb{background-color:#fff;border-radius:50px;width:12px;height:12px;transition:transform .2s ease-out;position:absolute;right:0;transform:translate(50%)scale(1)}.vp-volume__range--seek{cursor:pointer;opacity:0}.vp-loader{z-index:1;color:#fac07b;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.vp-loader .loading-spinner__bar{background-color:#fac07b}.vp-initial-play{z-index:1;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.vp-initial-play__hidden{opacity:0}.social-post-attachment__container{background-color:#fff;max-height:600px;display:inline;position:relative}.social-post-attachment__container--hidden{display:none}.social-post-attachment__image{object-fit:contain;background-color:#f8f8f8;width:100%;max-height:600px}.social-post-attachment__image--horizontal{max-height:450px}.social-post-attachment__youtube{aspect-ratio:16/9}.social-post-attachment__tiktok{aspect-ratio:9/16}.social-post-attachment__tiktok iframe{border:0;width:100%;height:100%}.social-post-attachment__play-button{cursor:pointer;position:absolute;top:calc(50% - 48px);left:calc(50% - 48px)}.social-post-attachment__play-button:hover{transition:all .2s ease-in-out;transform:scale(1.1)}.social-post-attachment__play-button--hidden{display:none}.social-post-attachment__label{color:#716c75;background-color:#fff;border:1px solid #c4c2c5;border-radius:9999px;padding:4px 8px;font-size:16px;line-height:24px;position:absolute;bottom:10px;right:10px}.theme-dark .social-post-attachment__container{background-color:#000d20;max-height:600px;display:inline;position:relative}.theme-dark .social-post-attachment__container--hidden{display:none}.theme-dark .social-post-attachment__image{object-fit:contain;background-color:#000712;width:100%;max-height:600px}.theme-dark .social-post-attachment__image--horizontal{max-height:450px}.theme-dark .social-post-attachment__youtube{aspect-ratio:16/9}.theme-dark .social-post-attachment__tiktok{aspect-ratio:9/16}.theme-dark .social-post-attachment__tiktok iframe{border:0;width:100%;height:100%}.theme-dark .social-post-attachment__play-button{cursor:pointer;position:absolute;top:calc(50% - 48px);left:calc(50% - 48px)}.theme-dark .social-post-attachment__play-button:hover{transition:all .2s ease-in-out;transform:scale(1.1)}.theme-dark .social-post-attachment__play-button--hidden{display:none}.theme-dark .social-post-attachment__label{color:#a39fa7;background-color:#000d20;border:1px solid #58525d;border-radius:9999px;padding:4px 8px;font-size:16px;line-height:24px;position:absolute;bottom:10px;right:10px}.listen-chip{color:#001f4a;background-color:#d9e4e1;border-radius:9999px;align-items:center;gap:4px;width:fit-content;padding:4px 8px;font-size:12px;font-weight:400;line-height:16px;display:flex}.listen-chip-positive{background-color:#aaebbc}.listen-chip-neutral{background-color:#f2de6e}.listen-chip-negative{background-color:#f4b6b6}.listen-chip-hit{background-color:#f4dab8}.listen-chip-tag{background-color:#bedcdd}.listen-chip__delete-button{place-items:center;display:grid}.listen-chip--with-con{padding-left:4px}.listen-chip--subdued{opacity:.5}.theme-dark .listen-chip{color:#f8f8f8;background-color:#244655;border-radius:9999px;align-items:center;gap:4px;width:fit-content;padding:4px 8px;font-size:12px;font-weight:400;line-height:16px;display:flex}.theme-dark .listen-chip-positive{background-color:#1db146}.theme-dark .listen-chip-neutral{background-color:#e4c414}.theme-dark .listen-chip-negative{background-color:#ea7777}.theme-dark .listen-chip-hit{background-color:#c17b16}.theme-dark .listen-chip-tag{background-color:#244655}.theme-dark .listen-chip__delete-button{place-items:center;display:grid}.theme-dark .listen-chip--with-con{padding-left:4px}.theme-dark .listen-chip--subdued{opacity:.5}.social-post-details{background-color:#f2f1f2;flex-direction:column;justify-content:space-between;display:flex}.social-post-details--horizontal{border-top:none;border-radius:12px;flex:1;width:50%;overflow:hidden}.social-post-details--selected{background-color:#f2f1f2}.social-post-details__info-wrapper{flex-direction:column;display:flex}.social-post-details__info{flex-direction:row;column-gap:16px;padding:16px;display:flex;position:relative}.social-post-details__info-user-picture{object-fit:cover;border-radius:50%;width:72px;min-width:72px;height:72px}.social-post-details__info-account{color:#001f4a;align-items:center;font-size:14px;line-height:24px;display:flex}.social-post-details__info-bio{flex-direction:column;gap:4px;display:flex}.social-post-details__info-followers{color:#716c75;font-size:12px;line-height:16px}.social-post-details__content{color:#001f4a;background:inherit;flex-direction:column;justify-content:space-around;row-gap:12px;padding:24px 16px;font-size:18px;display:flex;overflow:hidden}.social-post-details__sentiment{background:inherit;flex-wrap:wrap;align-items:flex-end;gap:10px 5px;padding:8px 16px;font-size:14px;line-height:24px;display:flex}.social-post-details__sentiment-title{flex-basis:125px;min-width:125px;font-weight:500}.social-post-details__items{flex-wrap:wrap;gap:10px 5px;font-size:14px;line-height:24px;display:flex}.social-post-details__items-title{flex-basis:125px;min-width:125px;font-weight:500}.social-post-details__items-chips{flex-wrap:wrap;flex:1;gap:4px;display:flex}.social-post-details__items-chip-input{flex:1;align-items:center;gap:4px;display:flex}.social-post-details__items-chip-input .chip-input{width:100%}.social-post-details__options-button{border-radius:inherit;color:#648cc3;cursor:pointer;text-align:center;background:#f2f1f2;border:0;justify-content:center;align-items:center;gap:4px;padding:8px;font-size:12px;font-weight:500;line-height:16px;display:flex}.theme-dark .social-post-details{background-color:#000409;flex-direction:column;justify-content:space-between;display:flex}.theme-dark .social-post-details--horizontal{border-top:none;border-radius:12px;flex:1;width:50%;overflow:hidden}.theme-dark .social-post-details--selected{background-color:#000409}.theme-dark .social-post-details__info-wrapper{flex-direction:column;display:flex}.theme-dark .social-post-details__info{flex-direction:row;column-gap:16px;padding:16px;display:flex;position:relative}.theme-dark .social-post-details__info-user-picture{object-fit:cover;border-radius:50%;width:72px;min-width:72px;height:72px}.theme-dark .social-post-details__info-account{color:#f8f8f8;align-items:center;font-size:14px;line-height:24px;display:flex}.theme-dark .social-post-details__info-bio{flex-direction:column;gap:4px;display:flex}.theme-dark .social-post-details__info-followers{color:#a39fa7;font-size:12px;line-height:16px}.theme-dark .social-post-details__content{color:#f8f8f8;background:inherit;flex-direction:column;justify-content:space-around;row-gap:12px;padding:24px 16px;font-size:18px;display:flex;overflow:hidden}.theme-dark .social-post-details__sentiment{background:inherit;flex-wrap:wrap;align-items:flex-end;gap:10px 5px;padding:8px 16px;font-size:14px;line-height:24px;display:flex}.theme-dark .social-post-details__sentiment-title{flex-basis:125px;min-width:125px;font-weight:500}.theme-dark .social-post-details__items{flex-wrap:wrap;gap:10px 5px;font-size:14px;line-height:24px;display:flex}.theme-dark .social-post-details__items-title{flex-basis:125px;min-width:125px;font-weight:500}.theme-dark .social-post-details__items-chips{flex-wrap:wrap;flex:1;gap:4px;display:flex}.theme-dark .social-post-details__items-chip-input{flex:1;align-items:center;gap:4px;display:flex}.theme-dark .social-post-details__items-chip-input .chip-input{width:100%}.theme-dark .social-post-details__options-button{border-radius:inherit;color:#9db7d6;cursor:pointer;text-align:center;background:#000409;border:0;justify-content:center;align-items:center;gap:4px;padding:8px;font-size:12px;font-weight:500;line-height:16px;display:flex}.social-post-link-attachment__external-link{background-color:#f0f4f9;border:1px solid #c4c2c5;border-radius:12px;flex:1;width:100%;padding:16px}.social-post-link-attachment__external-link-title{color:#648cc3;font-size:14px;line-height:24px;text-decoration:none}.social-post-link-attachment__external-link-host{color:#716c75;text-transform:uppercase;margin:0;font-size:12px;line-height:20px}.theme-dark .social-post-link-attachment__external-link{background-color:#092a3b;border:1px solid #58525d;border-radius:12px;flex:1;width:100%;padding:16px}.theme-dark .social-post-link-attachment__external-link-title{color:#9db7d6;font-size:14px;line-height:24px;text-decoration:none}.theme-dark .social-post-link-attachment__external-link-host{color:#a39fa7;text-transform:uppercase;margin:0;font-size:12px;line-height:20px}.social-post-body{border-radius:inherit;border:0;flex-direction:column;flex:1;justify-content:space-between;row-gap:10px;height:100%;padding:16px 16px 8px;display:flex}.social-post-body__x-container{padding:8px 16px}.social-post-body__Embed-Container{flex-direction:column;justify-content:space-between;height:100%;display:flex}.social-post-body__Embed-Container--horizontal{flex:1;width:50%;padding-left:36px;padding-right:16px}.social-post-body__youtube-container{background-color:#fff;flex:1;display:inline;position:relative}.social-post-body__youtube{object-fit:cover;border-radius:4px;width:100%}.social-post-body--selected{background-color:#f0f4f9}.social-post-body--horizontal{flex:1;width:50%;padding-left:36px}.social-post-body__footer{align-items:center;gap:4px;display:flex}.social-post-body__footer--horizontal{padding-left:92px}@media only screen and (width<=768px){.social-post-body__footer--horizontal{padding-left:0}}.social-post-body__footer-engagements{flex-wrap:wrap-reverse;justify-content:end;align-items:center;gap:6px 12px}.social-post-body__header{flex-direction:row;column-gap:20px;display:flex}.social-post-body__header-user-picture{object-fit:cover;border-radius:50%;width:72px;min-width:72px;height:72px}.social-post-body__header-user-picture--own{outline-offset:2px;outline:2px solid #649eb3}.social-post-body__header-social-name{color:#716c75;flex-wrap:nowrap;align-items:center;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;display:flex}.social-post-body__header-social-name--link{color:#648cc3}.social-post-body__header-reply{color:#716c75;text-transform:uppercase;align-items:center;column-gap:10px;padding-bottom:5px;font-size:10px;display:flex}.social-post-body__header-reply *{font-family:Roboto,sans-serif}.social-post-body__header-reply-link{cursor:pointer;color:#648cc3;text-decoration:none}.social-post-body__header-social-info{align-items:center;gap:5px;padding-bottom:4px;display:flex}.social-post-body__header-social-icon{vertical-align:middle;fill:#8a858e;width:20px;height:20px}.social-post-body__header-user-name{color:#648cc3;word-break:normal;overflow-wrap:anywhere;padding-bottom:4px;font-family:Roboto,sans-serif;font-size:16px;line-height:24px;text-decoration:none;display:block}.social-post-body__header-publication-time{text-transform:capitalize;color:#716c75;font-size:12px;line-height:1.33}.social-post-body__content{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:10px;padding-left:92px;display:flex}@media only screen and (width<=768px){.social-post-body__content{padding-left:0}}.social-post-body__youtube-content{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:10px;padding-left:0;display:flex}.social-post-body__hide-button{color:#648cc3;align-items:center;gap:6px;font-size:12px;line-height:16px;display:flex}.social-post-body__engagement{color:#001f4a;align-items:center;column-gap:4px;font-size:14px;font-style:italic;line-height:1.5;display:flex}.theme-dark .social-post-body{border-radius:inherit;border:0;flex-direction:column;flex:1;justify-content:space-between;row-gap:10px;height:100%;padding:16px 16px 8px;display:flex}.theme-dark .social-post-body__x-container{padding:8px 16px}.theme-dark .social-post-body__Embed-Container{flex-direction:column;justify-content:space-between;height:100%;display:flex}.theme-dark .social-post-body__Embed-Container--horizontal{flex:1;width:50%;padding-left:36px;padding-right:16px}.theme-dark .social-post-body__youtube-container{background-color:#000d20;flex:1;display:inline;position:relative}.theme-dark .social-post-body__youtube{object-fit:cover;border-radius:4px;width:100%}.theme-dark .social-post-body--selected{background-color:#092a3b}.theme-dark .social-post-body--horizontal{flex:1;width:50%;padding-left:36px}.theme-dark .social-post-body__footer{align-items:center;gap:4px;display:flex}.theme-dark .social-post-body__footer--horizontal{padding-left:92px}@media only screen and (width<=768px){.theme-dark .social-post-body__footer--horizontal{padding-left:0}}.theme-dark .social-post-body__footer-engagements{flex-wrap:wrap-reverse;justify-content:end;align-items:center;gap:6px 12px}.theme-dark .social-post-body__header{flex-direction:row;column-gap:20px;display:flex}.theme-dark .social-post-body__header-user-picture{object-fit:cover;border-radius:50%;width:72px;min-width:72px;height:72px}.theme-dark .social-post-body__header-user-picture--own{outline-offset:2px;outline:2px solid #649eb3}.theme-dark .social-post-body__header-social-name{color:#a39fa7;flex-wrap:nowrap;align-items:center;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;display:flex}.theme-dark .social-post-body__header-social-name--link{color:#9db7d6}.theme-dark .social-post-body__header-reply{color:#c4c2c5;text-transform:uppercase;align-items:center;column-gap:10px;padding-bottom:5px;font-size:10px;display:flex}.theme-dark .social-post-body__header-reply *{font-family:Roboto,sans-serif}.theme-dark .social-post-body__header-reply-link{cursor:pointer;color:#9db7d6;text-decoration:none}.theme-dark .social-post-body__header-social-info{align-items:center;gap:5px;padding-bottom:4px;display:flex}.theme-dark .social-post-body__header-social-icon{vertical-align:middle;fill:#a39fa7;width:20px;height:20px}.theme-dark .social-post-body__header-user-name{color:#9db7d6;word-break:normal;overflow-wrap:anywhere;padding-bottom:4px;font-family:Roboto,sans-serif;font-size:16px;line-height:24px;text-decoration:none;display:block}.theme-dark .social-post-body__header-publication-time{text-transform:capitalize;color:#a39fa7;font-size:12px;line-height:1.33}.theme-dark .social-post-body__content{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:10px;padding-left:92px;display:flex}@media only screen and (width<=768px){.theme-dark .social-post-body__content{padding-left:0}}.theme-dark .social-post-body__youtube-content{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:10px;padding-left:0;display:flex}.theme-dark .social-post-body__hide-button{color:#9db7d6;align-items:center;gap:6px;font-size:12px;line-height:16px;display:flex}.theme-dark .social-post-body__engagement{color:#f8f8f8;align-items:center;column-gap:4px;font-size:14px;font-style:italic;line-height:1.5;display:flex}.social-post-insight-attachment__container{background-color:#fff;border-radius:12px;align-items:flex-start;max-width:250px;max-height:250px;display:flex;position:relative;overflow:hidden}.social-post-insight-attachment__container--hidden{display:none}.social-post-insight-attachment__image{object-fit:contain;border-radius:12px;width:100%;max-width:100%;height:auto;display:block}.social-post-insight-attachment__image_horizontal{object-position:left;object-fit:contain;aspect-ratio:5/3}.social-post-insight-attachment__play-button{cursor:pointer;position:absolute;left:calc(50% - 48px)}.social-post-insight-attachment__play-button:hover{transition:all .2s ease-in-out;transform:scale(1.1)}.social-post-insight-attachment__label{color:#716c75;background-color:#fff;border:1px solid #c4c2c5;border-radius:9999px;padding:4px 8px;font-size:16px;line-height:28px;position:absolute;bottom:10px;right:10px}.theme-dark .social-post-insight-attachment__container{background-color:#000d20;border-radius:12px;align-items:flex-start;max-width:250px;max-height:250px;display:flex;position:relative;overflow:hidden}.theme-dark .social-post-insight-attachment__container--hidden{display:none}.theme-dark .social-post-insight-attachment__image{object-fit:contain;border-radius:12px;width:100%;max-width:100%;height:auto;display:block}.theme-dark .social-post-insight-attachment__image_horizontal{object-position:left;object-fit:contain;aspect-ratio:5/3}.theme-dark .social-post-insight-attachment__play-button{cursor:pointer;position:absolute;left:calc(50% - 48px)}.theme-dark .social-post-insight-attachment__play-button:hover{transition:all .2s ease-in-out;transform:scale(1.1)}.theme-dark .social-post-insight-attachment__label{color:#a39fa7;background-color:#000d20;border:1px solid #58525d;border-radius:9999px;padding:4px 8px;font-size:16px;line-height:28px;position:absolute;bottom:10px;right:10px}.tweet-container{width:calc(100% - 80px);padding:12px;display:flex}.tweet-container--non-selectable{width:100%}.twitter-tweet{margin:0!important}.tweet-loader-container{background-color:#fff;place-items:center;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.tweet-embed{min-height:325px;position:relative}.SocialIcon{background-color:#f8f8f8;border-radius:50%;flex-shrink:0;place-items:center;width:72px;height:72px;display:grid}.SocialIcon svg{width:100%;height:100%}.theme-dark .SocialIcon{background-color:#000712;border-radius:50%;flex-shrink:0;place-items:center;width:72px;height:72px;display:grid}.theme-dark .SocialIcon svg{width:100%;height:100%}.AudioPlayer{background-color:#f8f8f8;border:1px solid #c4c2c5;border-radius:100vmin;justify-content:space-between;align-items:center;column-gap:16px;height:51px;padding:6px 18px;display:flex}.AudioPlayer_no-borders{background-color:#0000;border:none;padding:0}.AudioPlayer__Link{color:#648cc3;flex:1;align-items:center;gap:4px;display:flex}.AudioPlayer__Icon{cursor:pointer;width:32px;height:32px;display:flex}.AudioPlayer__Icon_disabled{pointer-events:none}.AudioPlayer>video{display:none}.AudioPlayer__ProgressBar{flex-direction:column;flex:1;justify-content:space-between;align-items:center;display:flex;position:relative}.AudioPlayer__TimeIndicators{justify-content:space-between;align-items:center;width:100%;display:flex}.AudioPlayer__TimeIndicators-Indicator{text-transform:uppercase;font-family:Roboto,sans-serif;font-size:12px;font-weight:500}.theme-dark .AudioPlayer{background-color:#000712;border:1px solid #58525d;border-radius:100vmin;justify-content:space-between;align-items:center;column-gap:16px;height:51px;padding:6px 18px;display:flex}.theme-dark .AudioPlayer_no-borders{background-color:#0000;border:none;padding:0}.theme-dark .AudioPlayer__Link{color:#9db7d6;flex:1;align-items:center;gap:4px;display:flex}.theme-dark .AudioPlayer__Icon{cursor:pointer;width:32px;height:32px;display:flex}.theme-dark .AudioPlayer__Icon_disabled{pointer-events:none}.theme-dark .AudioPlayer>video{display:none}.theme-dark .AudioPlayer__ProgressBar{flex-direction:column;flex:1;justify-content:space-between;align-items:center;display:flex;position:relative}.theme-dark .AudioPlayer__TimeIndicators{justify-content:space-between;align-items:center;width:100%;display:flex}.theme-dark .AudioPlayer__TimeIndicators-Indicator{text-transform:uppercase;font-family:Roboto,sans-serif;font-size:12px;font-weight:500}.loader,.theme-dark .loader{border:3px solid #000;border-color:#000 #000 #0000 #0000;border-radius:50%;width:32px;height:32px;padding:4px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.social-post-story__highlight{background-color:#d9e4e1;border-radius:4px;padding:0 4px;display:inline-block}.social-post-story__text{-webkit-hyphens:auto;hyphens:auto;color:#001f4a;word-break:normal;overflow-wrap:anywhere;white-space:pre-wrap;max-height:100px;margin:0;font-size:14px;line-height:24px;overflow:hidden}.social-post-story__text--expanded{max-height:750px;overflow-y:scroll}.social-post-story__timestamps{flex-direction:column;display:flex}.social-post-story__timestamps-item{border-radius:4px;align-items:center;column-gap:8px;width:fit-content;margin:0;padding:4px 6px;font-size:12px;line-height:20px;display:flex}.social-post-story__timestamps-play-button{cursor:pointer;background-color:#f2f1f2;border-radius:9999px;justify-content:center;width:20px;height:20px;padding-left:2px;display:flex}.social-post-story__timestamps-keyword{background-color:#d9e4e1;border-radius:9999px;padding-inline:8px}.social-post-story__more-button{text-align:left;border:none}.social-post-story__more-button-text{color:#648cc3;cursor:pointer;word-break:keep-all;font-size:12px;line-height:20px;text-decoration:none}.social-post-story__more-button-text:hover{text-decoration:underline}.theme-dark .social-post-story__highlight{background-color:#244655;border-radius:4px;padding:0 4px;display:inline-block}.theme-dark .social-post-story__text{-webkit-hyphens:auto;hyphens:auto;color:#f8f8f8;word-break:normal;overflow-wrap:anywhere;white-space:pre-wrap;max-height:100px;margin:0;font-size:14px;line-height:24px;overflow:hidden}.theme-dark .social-post-story__text--expanded{max-height:750px;overflow-y:scroll}.theme-dark .social-post-story__timestamps{flex-direction:column;display:flex}.theme-dark .social-post-story__timestamps-item{border-radius:4px;align-items:center;column-gap:8px;width:fit-content;margin:0;padding:4px 6px;font-size:12px;line-height:20px;display:flex}.theme-dark .social-post-story__timestamps-play-button{cursor:pointer;background-color:#000409;border-radius:9999px;justify-content:center;width:20px;height:20px;padding-left:2px;display:flex}.theme-dark .social-post-story__timestamps-keyword{background-color:#244655;border-radius:9999px;padding-inline:8px}.theme-dark .social-post-story__more-button{text-align:left;border:none}.theme-dark .social-post-story__more-button-text{color:#9db7d6;cursor:pointer;word-break:keep-all;font-size:12px;line-height:20px;text-decoration:none}.theme-dark .social-post-story__more-button-text:hover{text-decoration:underline}.social-post-pending{text-transform:uppercase;color:#716c75;background-color:#f4dab8;border-top:1px solid #e2ac5d;place-items:center;width:calc(100% + 2px);padding:8px 0;font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:20px;display:grid;position:absolute;bottom:-1px;left:-1px}.theme-dark .social-post-pending{text-transform:uppercase;color:#a39fa7;background-color:#c17b16;border-top:1px solid #f2c77f;place-items:center;width:calc(100% + 2px);padding:8px 0;font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:20px;display:grid;position:absolute;bottom:-1px;left:-1px}blockquote{margin:0}.animate{border:none;margin-bottom:0;animation:.5s both slide-out}@keyframes slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;max-height:0;transform:translate(-1000px)}}.social-post{-webkit-column-break-inside:avoid;break-inside:avoid;break-inside:avoid;color:#131116;background-color:#fff;border-radius:12px;flex-direction:column;column-gap:1px;width:100%;max-width:100%;margin:0 auto 16px;transition:border-left-width .1s ease-in;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 12px 4px #000f260c,0 8px 12px 4px #000f260c}.social-post--horizontal{flex-direction:row;column-gap:16px;width:100%;padding:16px}@media screen and (width<=768px){.social-post--horizontal{padding:8px 8px 8px 16px}}.social-post--pending{pointer-events:none;border:2px solid #e2ac5d}.social-post--pending>div:not(.SocialPostPending){opacity:.75;filter:grayscale(.5)}.social-post--selected{background-color:#f2f1f2;border:1px solid #649eb3;border-left-width:8px;box-shadow:inset 0 0 0 15px #f2f1f2}.social-post__checkbox{z-index:5;background-color:#ffffff80;border-radius:9999px;place-items:center;width:52px;height:52px;display:grid;position:absolute;top:5px;right:5px}.social-post__checkbox .retriever-checkbox{border-radius:9999px;place-items:center;width:100%;height:100%;display:grid}.social-post__checkbox--horizontal{left:5px}.social-post__checkbox>div{margin:0 auto}.social-post_note{color:#001f4a;background-color:#f4dab8;border:1px solid #e2ac5d;border-radius:12px;padding:12px;font-size:12px;line-height:20px}.theme-dark .social-post{-webkit-column-break-inside:avoid;break-inside:avoid;break-inside:avoid;color:#fff;background-color:#000d20;border-radius:12px;flex-direction:column;column-gap:1px;width:100%;max-width:100%;margin:0 auto 16px;transition:border-left-width .1s ease-in;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 12px 4px #000f260c,0 8px 12px 4px #000f260c}.theme-dark .social-post--horizontal{flex-direction:row;column-gap:16px;width:100%;padding:16px}@media screen and (width<=768px){.theme-dark .social-post--horizontal{padding:8px 8px 8px 16px}}.theme-dark .social-post--pending{pointer-events:none;border:2px solid #f2c77f}.theme-dark .social-post--pending>div:not(.SocialPostPending){opacity:.75;filter:grayscale(.5)}.theme-dark .social-post--selected{background-color:#000409;border:1px solid #649eb3;border-left-width:8px;box-shadow:inset 0 0 0 15px #000409}.theme-dark .social-post__checkbox{z-index:5;background-color:#000d2080;border-radius:9999px;place-items:center;width:52px;height:52px;display:grid;position:absolute;top:5px;right:5px}.theme-dark .social-post__checkbox .retriever-checkbox{border-radius:9999px;place-items:center;width:100%;height:100%;display:grid}.theme-dark .social-post__checkbox--horizontal{left:5px}.theme-dark .social-post__checkbox>div{margin:0 auto}.theme-dark .social-post_note{color:#f8f8f8;background-color:#c17b16;border:1px solid #f2c77f;border-radius:12px;padding:12px;font-size:12px;line-height:20px}.color-0{background-color:#92bed426;border:1px solid #92bed4}.color-1{background-color:#fac07b26;border:1px solid #fac07b}.color-2{background-color:#6f759326;border:1px solid #6f7593}.color-3{background-color:#d2c24f26;border:1px solid #d2c24f}.color-4{background-color:#803ebd26;border:1px solid #803ebd}.color-5{background-color:#dc727026;border:1px solid #dc7270}.color-6{background-color:#8ebd5626;border:1px solid #8ebd56}.color-7{background-color:#2478aa26;border:1px solid #2478aa}.color-8{background-color:#f09cab26;border:1px solid #f09cab}.color-9{background-color:#4faca926;border:1px solid #4faca9}.VideoModal{background:0 0;min-width:560px;max-width:560px;max-height:100vh}.VideoModal-Header{background-color:#0000;justify-content:flex-end}.VideoModal-Content{overflow-y:scroll}.chart-header{flex-direction:column;width:100%;max-width:100%;display:flex}@media (width<=1024px){.chart-header{grid-template-rows:40px auto auto auto;grid-template-columns:1fr 1fr;gap:4px;max-height:632px}}.chart-header__container{background-color:#0000;justify-content:space-between;align-items:center;padding:4px 16px;display:flex}.chart-header__container--with-background{background-color:#f8f8f8}.chart-header__body{background-color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.chart-header__titles{flex-direction:column;grid-row-start:2;display:flex}.chart-header__titles-date{color:#716c75;font-size:14px;line-height:20px}.chart-header__profiles{color:#716c75;font-family:Roboto,sans-serif;font-size:16px;line-height:20px}.chart-header__profiles-names{color:#001f4a;font-weight:700}.chart-header__dropdowns{flex-direction:row-reverse;grid-column:2/5;grid-row-start:1;align-items:center;gap:16px;display:flex;position:relative}@media (width<=768px){.chart-header__dropdowns{grid-row:1/2}}.chart-header__dropdowns-menu{border-radius:8px;flex-direction:column;gap:4px;min-width:150px;padding:8px;display:flex}.chart-header__key-figures{grid-area:2/2/3/5;gap:24px;min-height:58px;display:flex}.chart-header__key-figures:empty{display:none}@media (width<=1024px){.chart-header__key-figures{flex-flow:wrap;grid-area:4/span 2;gap:20px 40px;max-height:fit-content;padding:4px}}.chart-header__key-figures-item{flex-direction:column;gap:2px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;display:flex}.chart-header__key-figures-item-title{text-transform:uppercase;color:#716c75;line-height:20px}.chart-header__key-figures-item--success{color:#7a9652;border-bottom:4px solid #aaebbc}.chart-header__key-figures-item--warning{color:#e2ac5d;border-bottom:4px solid #f2de6e}.chart-header__key-figures-item--danger{color:#d64949;border-bottom:4px solid #f4b6b6}.theme-dark .chart-header{flex-direction:column;width:100%;max-width:100%;display:flex}@media (width<=1024px){.theme-dark .chart-header{grid-template-rows:40px auto auto auto;grid-template-columns:1fr 1fr;gap:4px;max-height:632px}}.theme-dark .chart-header__container{background-color:#0000;justify-content:space-between;align-items:center;padding:4px 16px;display:flex}.theme-dark .chart-header__container--with-background{background-color:#000712}.theme-dark .chart-header__body{background-color:#000d20;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.theme-dark .chart-header__titles{flex-direction:column;grid-row-start:2;display:flex}.theme-dark .chart-header__titles-date{color:#a39fa7;font-size:14px;line-height:20px}.theme-dark .chart-header__profiles{color:#a39fa7;font-family:Roboto,sans-serif;font-size:16px;line-height:20px}.theme-dark .chart-header__profiles-names{color:#f8f8f8;font-weight:700}.theme-dark .chart-header__dropdowns{flex-direction:row-reverse;grid-column:2/5;grid-row-start:1;align-items:center;gap:16px;display:flex;position:relative}@media (width<=768px){.theme-dark .chart-header__dropdowns{grid-row:1/2}}.theme-dark .chart-header__dropdowns-menu{border-radius:8px;flex-direction:column;gap:4px;min-width:150px;padding:8px;display:flex}.theme-dark .chart-header__key-figures{grid-area:2/2/3/5;gap:24px;min-height:58px;display:flex}.theme-dark .chart-header__key-figures:empty{display:none}@media (width<=1024px){.theme-dark .chart-header__key-figures{flex-flow:wrap;grid-area:4/span 2;gap:20px 40px;max-height:fit-content;padding:4px}}.theme-dark .chart-header__key-figures-item{flex-direction:column;gap:2px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;display:flex}.theme-dark .chart-header__key-figures-item-title{text-transform:uppercase;color:#a39fa7;line-height:20px}.theme-dark .chart-header__key-figures-item--success{color:#9ab56b;border-bottom:4px solid #1db146}.theme-dark .chart-header__key-figures-item--warning{color:#f2c77f;border-bottom:4px solid #e4c414}.theme-dark .chart-header__key-figures-item--danger{color:#ea5e68;border-bottom:4px solid #ea7777}.PostSkeleton{background-color:#fff;border-radius:12px;flex-direction:row;flex:1;justify-content:space-between;min-height:276px;padding:24px 16px;display:flex;position:relative}.PostSkeleton_withShadow{box-shadow:4px 4px 8px #00000026}.PostSkeleton-Message{text-align:center;text-transform:uppercase;place-items:center;width:90%;height:100%;font-family:Roboto,sans-serif;font-size:24px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PostSkeleton-ContentContainer{flex-direction:row;justify-content:flex-start;column-gap:16px;width:95%;display:flex}.PostSkeleton-Content{flex-direction:column;justify-content:space-between;gap:8px;width:calc(100% - 100px);padding-top:8px;display:flex}.PostSkeleton-Insights{border-left:1px solid #c4c2c5;border-radius:0;flex-grow:1;margin-left:16px;padding:16px 0 16px 4%}.theme-dark .PostSkeleton{background-color:#000d20;border-radius:12px;flex-direction:row;flex:1;justify-content:space-between;min-height:276px;padding:24px 16px;display:flex;position:relative}.theme-dark .PostSkeleton_withShadow{box-shadow:4px 4px 8px #00000026}.theme-dark .PostSkeleton-Message{text-align:center;text-transform:uppercase;place-items:center;width:90%;height:100%;font-family:Roboto,sans-serif;font-size:24px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-dark .PostSkeleton-ContentContainer{flex-direction:row;justify-content:flex-start;column-gap:16px;width:95%;display:flex}.theme-dark .PostSkeleton-Content{flex-direction:column;justify-content:space-between;gap:8px;width:calc(100% - 100px);padding-top:8px;display:flex}.theme-dark .PostSkeleton-Insights{border-left:1px solid #58525d;border-radius:0;flex-grow:1;margin-left:16px;padding:16px 0 16px 4%}.PostSkeleton-Suptitle{background-color:#000f2619;border-radius:8px;width:100px;height:12px;animation:none}.PostSkeleton-Title{background-color:#000f2619;border-radius:8px;flex:1;height:26px;animation:none}.PostSkeleton-Text{flex-direction:column;row-gap:4px;width:100%;padding:32px 0;display:flex}.PostSkeleton-Line{background-color:#000f2619;border-radius:8px;width:100%;height:20px;animation:none}.PostSkeleton-Engagements{background-color:#000f2619;border-radius:8px;align-self:end;width:150px;height:24px;animation:none}.PostSkeleton-Userlogo{background-color:#000f2619;border-radius:50%;width:72px;height:72px;animation:none}.theme-dark .PostSkeleton-Userlogo,.theme-dark .PostSkeleton-Engagements,.theme-dark .PostSkeleton-Line,.theme-dark .PostSkeleton-Title,.theme-dark .PostSkeleton-Suptitle{background-color:#fff3;animation:none}@keyframes refresh{0%{background-position:-300px}to{background-position:300px}}.TopPost{background:#fff;border-radius:12px;box-shadow:4px 4px 12px 2px #00000021}.theme-dark .TopPost{background:#000d20;border-radius:12px;box-shadow:4px 4px 12px 2px #00000021}.top-posts-widget{background:#fff;border-radius:12px;flex-direction:column;flex:1 0;justify-content:flex-start;width:100%;min-width:382px;display:flex;overflow:hidden}.top-posts-widget--hidden{display:none}.top-posts-widget__header{justify-content:space-between;display:flex;position:relative}.top-posts-widget__posts{--post-min-width:508px;grid-template-columns:repeat(auto-fit, minmax(var(--post-min-width), 1fr));background:#f8f8f8;border-left:1px solid #fff;border-right:1px solid #fff;gap:16px;padding:16px;display:grid}.top-posts-widget__posts--compact{--post-min-width:335px}@media screen and (width>=2560px){.top-posts-widget__posts--compact{--post-min-width:508px}}@media screen and (width<=768px){.top-posts-widget__posts{--post-min-width:100%}}.theme-dark .top-posts-widget{background:#000d20;border-radius:12px;flex-direction:column;flex:1 0;justify-content:flex-start;width:100%;min-width:382px;display:flex;overflow:hidden}.theme-dark .top-posts-widget--hidden{display:none}.theme-dark .top-posts-widget__header{justify-content:space-between;display:flex;position:relative}.theme-dark .top-posts-widget__posts{--post-min-width:508px;grid-template-columns:repeat(auto-fit, minmax(var(--post-min-width), 1fr));background:#000712;border-left:1px solid #201c25;border-right:1px solid #201c25;gap:16px;padding:16px;display:grid}.theme-dark .top-posts-widget__posts--compact{--post-min-width:335px}@media screen and (width>=2560px){.theme-dark .top-posts-widget__posts--compact{--post-min-width:508px}}@media screen and (width<=768px){.theme-dark .top-posts-widget__posts{--post-min-width:100%}}.metrics-table{background-color:#fff;border:none;border-radius:12px;width:100%;height:100%;margin-bottom:8px;overflow:hidden;box-shadow:inset 0 0 0 15px #fff,4px 4px 8px #00000026}.metrics-table table{width:100%}.metrics-table::-webkit-scrollbar-track{border-left:1px solid #c4c2c5}.metrics-table__header-items{background-color:#fff;border-bottom:1px solid #e4e4e4;padding:0 8px}.metrics-table__body{background-color:#fff}.metrics-table__body-cell{vertical-align:middle;color:#001f4a;height:84px;padding:0 8px;font-size:16px}.metrics-table__body-cell:first-child{padding-left:16px;font-weight:600}.metrics-table__body-cell:last-child{justify-content:flex-end;align-items:center;padding-right:16px;display:flex}.metrics-table__body-cell:not(:first-child){text-align:end}.metrics-table__body-row{border-bottom:1px solid #e4e4e4}.metrics-table__body-row:nth-child(5):last-child{border-bottom:none}.metrics-table__body-row:nth-child(10){border-right:none}.metrics-table__channel{background-color:#fff;border-radius:9999px;place-items:center;display:grid;position:absolute;top:-4px;left:-4px}.metrics-table__image{object-fit:cover;object-position:center;background-color:#f8f8f8;border-radius:9999px;place-items:center;width:60px;min-width:60px;height:60px;display:grid}.metrics-table__header-cell{text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;color:#001f4a;text-align:left;height:45px;padding:12px 8px;font-family:Roboto,sans-serif;font-size:14px;line-height:18px;transition:border-left-width .2s ease-in-out;overflow:hidden}.metrics-table__header-cell:not(:first-child){text-align:right}.metrics-table__header-cell:last-child{border-right:none;padding-right:16px}.metrics-table__header-cell:first-child{padding-left:16px}.metrics-table__header-cell span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.metrics-table__header-cell--sortable{cursor:pointer}.metrics-table__header-cell--sortable:hover{color:#2e598f}.metrics-table__header{z-index:1;position:sticky;top:0}.theme-dark .metrics-table{background-color:#000d20;border:none;border-radius:12px;width:100%;height:100%;margin-bottom:8px;overflow:hidden;box-shadow:inset 0 0 0 15px #fff,4px 4px 8px #00000026}.theme-dark .metrics-table table{width:100%}.theme-dark .metrics-table::-webkit-scrollbar-track{border-left:1px solid #58525d}.theme-dark .metrics-table__header-items{background-color:#000d20;border-bottom:1px solid #2e2734;padding:0 8px}.theme-dark .metrics-table__body{background-color:#000d20}.theme-dark .metrics-table__body-cell{vertical-align:middle;color:#f8f8f8;height:84px;padding:0 8px;font-size:16px}.theme-dark .metrics-table__body-cell:first-child{padding-left:16px;font-weight:600}.theme-dark .metrics-table__body-cell:last-child{justify-content:flex-end;align-items:center;padding-right:16px;display:flex}.theme-dark .metrics-table__body-cell:not(:first-child){text-align:end}.theme-dark .metrics-table__body-row{border-bottom:1px solid #2e2734}.theme-dark .metrics-table__body-row:nth-child(5):last-child{border-bottom:none}.theme-dark .metrics-table__body-row:nth-child(10){border-right:none}.theme-dark .metrics-table__channel{background-color:#fff;border-radius:9999px;place-items:center;display:grid;position:absolute;top:-4px;left:-4px}.theme-dark .metrics-table__image{object-fit:cover;object-position:center;background-color:#000712;border-radius:9999px;place-items:center;width:60px;min-width:60px;height:60px;display:grid}.theme-dark .metrics-table__header-cell{text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;color:#f8f8f8;text-align:left;height:45px;padding:12px 8px;font-family:Roboto,sans-serif;font-size:14px;line-height:18px;transition:border-left-width .2s ease-in-out;overflow:hidden}.theme-dark .metrics-table__header-cell:not(:first-child){text-align:right}.theme-dark .metrics-table__header-cell:last-child{border-right:none;padding-right:16px}.theme-dark .metrics-table__header-cell:first-child{padding-left:16px}.theme-dark .metrics-table__header-cell span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.theme-dark .metrics-table__header-cell--sortable{cursor:pointer}.theme-dark .metrics-table__header-cell--sortable:hover{color:#bccee2}.theme-dark .metrics-table__header{z-index:1;position:sticky;top:0}.page-preview{background-color:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:1802px;max-width:1802px;display:flex;position:relative}.page-preview__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-preview__buttons{background-color:#f8f8f8;justify-content:space-between;align-self:center;width:100%;padding:8px 16px;display:flex}.page-preview__loader{color:#716c75;line-height:1.5;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.page-preview__elements{background-color:#f8f8f8;flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:scroll}.page-preview__component{pointer-events:none;flex-direction:column;gap:16px;display:flex}.page-preview__component .page-widget,.page-preview__component .top-posts-widget{box-shadow:none}.page-preview__component .chart-header__container{background-color:#fff}.page-preview__component .chart-header__dropdowns,.page-preview__component .popover__button,.page-preview__component .tip,.page-preview__component .pie-chart.settings,.page-preview__component .columns-chart-small.settings{display:none}.page-preview__component .widget-layout,.page-preview__component .top-posts-widget{box-shadow:none;border:none}.page-preview__tip{color:#716c75;text-align:center;align-self:center;width:50%;padding-top:12px;font-family:Roboto,sans-serif;font-size:12px;line-height:20px}.page-preview__footer{color:#716c75;justify-content:space-between;align-items:center;width:100%;padding:8px;font-family:Roboto,sans-serif;font-size:12px;line-height:20px;display:flex}.page-preview__header{display:flex}.page-preview__header-separator{border-bottom:1px solid #c4c2c5;justify-content:space-between;align-items:center;width:100%;margin-left:8px;display:flex}.page-preview__element{background-color:#fff;border:1px solid #c4c2c5;border-radius:8px;flex-direction:column;justify-content:space-between;height:1240px;min-height:1240px;padding:16px;display:flex}.theme-dark .page-preview{background-color:#000d20;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:1802px;max-width:1802px;display:flex;position:relative}.theme-dark .page-preview__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-dark .page-preview__buttons{background-color:#000712;justify-content:space-between;align-self:center;width:100%;padding:8px 16px;display:flex}.theme-dark .page-preview__loader{color:#a39fa7;line-height:1.5;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-dark .page-preview__elements{background-color:#000712;flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:scroll}.theme-dark .page-preview__component{pointer-events:none;flex-direction:column;gap:16px;display:flex}.theme-dark .page-preview__component .page-widget,.theme-dark .page-preview__component .top-posts-widget{box-shadow:none}.theme-dark .page-preview__component .chart-header__container{background-color:#000d20}.theme-dark .page-preview__component .chart-header__dropdowns,.theme-dark .page-preview__component .popover__button,.theme-dark .page-preview__component .tip,.theme-dark .page-preview__component .pie-chart.settings,.theme-dark .page-preview__component .columns-chart-small.settings{display:none}.theme-dark .page-preview__component .widget-layout,.theme-dark .page-preview__component .top-posts-widget{box-shadow:none;border:none}.theme-dark .page-preview__tip{color:#a39fa7;text-align:center;align-self:center;width:50%;padding-top:12px;font-family:Roboto,sans-serif;font-size:12px;line-height:20px}.theme-dark .page-preview__footer{color:#a39fa7;justify-content:space-between;align-items:center;width:100%;padding:8px;font-family:Roboto,sans-serif;font-size:12px;line-height:20px;display:flex}.theme-dark .page-preview__header{display:flex}.theme-dark .page-preview__header-separator{border-bottom:1px solid #58525d;justify-content:space-between;align-items:center;width:100%;margin-left:8px;display:flex}.theme-dark .page-preview__element{background-color:#000d20;border:1px solid #58525d;border-radius:8px;flex-direction:column;justify-content:space-between;height:1240px;min-height:1240px;padding:16px;display:flex}.UserList{border:1px solid #c4c2c5;border-radius:12px;flex-direction:column;flex:1;min-width:350px;max-width:100%;height:100%;display:flex}.UserList::-webkit-scrollbar-track{border-left:1px solid #c4c2c5}.UserList-HeaderItems{background-color:#fff;border-top:1px solid #c4c2c5;border-bottom:1px solid #c4c2c5;grid-template-columns:35px minmax(300px,1fr) 150px;display:grid}.UserList-Filters{border-top-left-radius:inherit;border-top-right-radius:inherit;background-color:#000f260c;grid-template-columns:minmax(200px,50%) 150px;align-items:center;gap:8px;padding:6px 8px;display:grid}.UserList-Label{color:#001f4a;font-weight:400}.UserList-Label_empty{color:#bc3939}.UserList-Row{word-break:normal;overflow-wrap:anywhere;border-bottom:1px solid #e4e4e4;grid-template-columns:35px minmax(300px,1fr) 150px;display:grid}.UserList-Row_selected{background-color:#f0f4f9}.UserList-Row:hover{background-color:#000f260c}.UserList-Row:hover .Users__UnsubscribeButton{visibility:visible;padding-right:8px}.UserList-Spinner{align-items:center;height:150px;display:flex}.UserList-Cell,.UserList-HeaderCell{color:#001f4a;text-align:left;flex:1;align-items:center;min-height:44px;padding:6px 8px;font-size:12px;line-height:16px;transition:border-left-width .2s ease-in-out;display:flex}.UserList-Cell:last-child,.UserList-HeaderCell:last-child{border-right:none}.UserList-Cell_selected:first-child,.UserList-HeaderCell_selected:first-child{border-left:4px solid #648cc3;padding-left:8px}.UserList-Cell:last-child{display:grid}.UserList-HeaderCell{text-transform:uppercase}.UserList-HeaderCell_sortable{color:#648cc3;cursor:pointer}.UserList-HeaderCell_sortable:hover{color:#2e598f}.UserList-Header{border-radius:inherit;min-width:485px}.UserList-Footer{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;background-color:#000f260c;border-top:1px solid #e4e4e4;justify-content:center;align-items:center;gap:4px;min-width:485px;height:44px;display:flex}.UserList-Footer__PageButtons{background-color:#c4c2c5;border:1px solid #c4c2c5;border-radius:4px;gap:1px;display:flex;overflow:hidden}.UserList-Footer__PageButton{color:#131116;background-color:#000f260c;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.UserList-Footer__PageButton_active{color:#fff;background-color:#001f4a}.UserList-Rows{background-color:#fff;min-width:485px;height:410px;overflow-y:auto}.UserList-NameCell{flex-direction:column;flex:1;align-items:flex-start;font-size:12px;line-height:16px;display:flex}.UserList-NameCell>span{font-weight:500}.theme-dark .UserList{border:1px solid #58525d;border-radius:12px;flex-direction:column;flex:1;min-width:350px;max-width:100%;height:100%;display:flex}.theme-dark .UserList::-webkit-scrollbar-track{border-left:1px solid #58525d}.theme-dark .UserList-HeaderItems{background-color:#000d20;border-top:1px solid #58525d;border-bottom:1px solid #58525d;grid-template-columns:35px minmax(300px,1fr) 150px;display:grid}.theme-dark .UserList-Filters{border-top-left-radius:inherit;border-top-right-radius:inherit;background-color:#ffffff19;grid-template-columns:minmax(200px,50%) 150px;align-items:center;gap:8px;padding:6px 8px;display:grid}.theme-dark .UserList-Label{color:#f8f8f8;font-weight:400}.theme-dark .UserList-Label_empty{color:#fca4ab}.theme-dark .UserList-Row{word-break:normal;overflow-wrap:anywhere;border-bottom:1px solid #2e2734;grid-template-columns:35px minmax(300px,1fr) 150px;display:grid}.theme-dark .UserList-Row_selected{background-color:#092a3b}.theme-dark .UserList-Row:hover{background-color:#ffffff19}.theme-dark .UserList-Row:hover .Users__UnsubscribeButton{visibility:visible;padding-right:8px}.theme-dark .UserList-Spinner{align-items:center;height:150px;display:flex}.theme-dark .UserList-Cell,.theme-dark .UserList-HeaderCell{color:#f8f8f8;text-align:left;flex:1;align-items:center;min-height:44px;padding:6px 8px;font-size:12px;line-height:16px;transition:border-left-width .2s ease-in-out;display:flex}.theme-dark .UserList-Cell:last-child,.theme-dark .UserList-HeaderCell:last-child{border-right:none}.theme-dark .UserList-Cell_selected:first-child,.theme-dark .UserList-HeaderCell_selected:first-child{border-left:4px solid #9db7d6;padding-left:8px}.theme-dark .UserList-Cell:last-child{display:grid}.theme-dark .UserList-HeaderCell{text-transform:uppercase}.theme-dark .UserList-HeaderCell_sortable{color:#9db7d6;cursor:pointer}.theme-dark .UserList-HeaderCell_sortable:hover{color:#bccee2}.theme-dark .UserList-Header{border-radius:inherit;min-width:485px}.theme-dark .UserList-Footer{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;background-color:#ffffff19;border-top:1px solid #2e2734;justify-content:center;align-items:center;gap:4px;min-width:485px;height:44px;display:flex}.theme-dark .UserList-Footer__PageButtons{background-color:#58525d;border:1px solid #58525d;border-radius:4px;gap:1px;display:flex;overflow:hidden}.theme-dark .UserList-Footer__PageButton{color:#fff;background-color:#ffffff19;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.theme-dark .UserList-Footer__PageButton_active{color:#fff;background-color:#183b60}.theme-dark .UserList-Rows{background-color:#000d20;min-width:485px;height:410px;overflow-y:auto}.theme-dark .UserList-NameCell{flex-direction:column;flex:1;align-items:flex-start;font-size:12px;line-height:16px;display:flex}.theme-dark .UserList-NameCell>span{font-weight:500}.recipient-chip{background-color:#f2f1f2;border:1px solid #e4e4e4;border-radius:9999px;justify-content:space-between;align-items:center;column-gap:4px;padding-right:8px;display:flex}.recipient-chip--error{border:1px solid #bc3939}.recipient-chip--with-initials{color:#fff;background-color:#183b60;border:1px solid #001f4a}.recipient-chip--with-email{background-color:#f2f1f2;border:1px solid #001f4a}.recipient-chip__icon{color:#716c75;background-color:#d9e4e1;border-radius:100vw;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.recipient-chip__email-icon{background-color:#183b60;padding-right:2px}.recipient-chip__initials-icon{color:#fff;background-color:#001f4a}.recipient-chip__close-button{opacity:.65;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;width:18px;height:18px;padding:3px;transition:all .3s ease-in-out;display:inline-flex}.recipient-chip__close-button:hover{opacity:1;background-color:#fff;transform:rotate(180deg)}.theme-dark .recipient-chip{background-color:#000409;border:1px solid #2e2734;border-radius:9999px;justify-content:space-between;align-items:center;column-gap:4px;padding-right:8px;display:flex}.theme-dark .recipient-chip--error{border:1px solid #fca4ab}.theme-dark .recipient-chip--with-initials{color:#fff;background-color:#001f4a;border:1px solid #648cc3}.theme-dark .recipient-chip--with-email{background-color:#000409;border:1px solid #648cc3}.theme-dark .recipient-chip__icon{color:#a39fa7;background-color:#244655;border-radius:100vw;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.theme-dark .recipient-chip__email-icon{background-color:#001f4a;padding-right:2px}.theme-dark .recipient-chip__initials-icon{color:#fff;background-color:#183b60}.theme-dark .recipient-chip__close-button{opacity:.65;background-color:#000d20;border-radius:10px;justify-content:center;align-items:center;width:18px;height:18px;padding:3px;transition:all .3s ease-in-out;display:inline-flex}.theme-dark .recipient-chip__close-button:hover{opacity:1;background-color:#000d20;transform:rotate(180deg)}.chip-input{flex-flow:column;display:flex}.chip-input--disabled{opacity:.5;pointer-events:none}.chip-input__label-text{text-overflow:ellipsis;white-space:nowrap;margin-top:auto;font-size:14px;line-height:20px;overflow:hidden}.chip-input__label-text--required:after{content:" *";color:#bc3939}.theme-dark .chip-input__label-text--required:after{color:#fca4ab}.chip-input__container{background-color:#fff;border:1px solid #c4c2c5;border-radius:2px;flex-wrap:wrap;gap:4px;width:100%;min-height:42px;padding:8px;display:flex}.theme-dark .chip-input__container{background-color:#000d20;border:1px solid #58525d}.chip-input__container:focus-within,.theme-dark .chip-input__container:focus-within{border-color:#648cc3;outline:1px solid #648cc3}.chip-input__container--error{border-color:#d64949}.chip-input__container--error:focus-within{border-color:#d64949;outline:1px solid #d64949}.theme-dark .chip-input__container--error:focus-within{border-color:#ea5e68;outline:1px solid #ea5e68}.chip-input__chip{flex-wrap:nowrap;height:24px;display:inline-flex}.chip-input__label-container{flex-wrap:wrap;justify-content:space-between;align-items:center;padding-bottom:4px;display:flex}.chip-input__action-buttons{gap:4px;display:flex}.chip-input__input{appearance:none;color:#001f4a;background-color:#0000;border:0;outline:none;flex-grow:1;display:inline-flex}.theme-dark .chip-input__input{color:#f8f8f8}.chip-input__helptext{text-overflow:ellipsis;white-space:nowrap;min-height:16px;margin-top:4px;font-size:12px;line-height:16px;overflow:hidden}.chip-input__helptext--error{color:#131116}.theme-dark .chip-input__helptext--error{color:#fff}.recipients-modal__content{flex-direction:column;gap:24px;height:calc(100% - 48px);max-height:calc(100vh - 150px);display:flex;overflow-y:auto}.vip-account-modal{background:#fff;justify-content:center;gap:16px}.vip-account-modal__details{grid-template-columns:minmax(200px,35%) 1fr;gap:8px;display:grid}.vip-account-modal .input__border{border-color:#c4c2c5;border-radius:4px}.theme-dark .vip-account-modal{background:#000d20;justify-content:center;gap:16px}.theme-dark .vip-account-modal__details{grid-template-columns:minmax(200px,35%) 1fr;gap:8px;display:grid}.theme-dark .vip-account-modal .input__border{border-color:#58525d;border-radius:4px}.react-select-container{min-width:100px}.react-select__arrow{place-items:center;display:grid}.react-select__control{box-shadow:none;background-color:#fff;border:1px solid #c4c2c5;border-radius:8px;padding:0 12px;min-height:36px!important}.react-select__control:hover{border-color:#c4c2c5}.react-select__control--is-disabled{opacity:.5;pointer-events:none}.react-select__control--menu-is-open .react-select__indicator{transform:rotate(180deg)}.react-select__single-value{color:#001f4a;text-transform:initial;font-family:Roboto,sans-serif;font-size:14px}.react-select__menu{background-color:#fff;border:1px solid #c4c2c5;border-radius:8px;width:max-content;min-width:100%;margin-top:4px;padding:6px 0;box-shadow:2px 4px 8px #00000026;z-index:25!important}.react-select__option{color:#001f4a;white-space:nowrap;text-transform:initial;background-color:#fff;border-left:4px solid #fff;align-items:center;gap:4px;padding:4px 12px 4px 8px;font-family:Roboto,sans-serif;font-size:14px;display:flex}.react-select__option--is-disabled{opacity:.5}.react-select__option--is-selected{pointer-events:none;background-color:#f0f4f9;border-left:4px solid #649eb3}.theme-dark .react-select-container{min-width:100px}.theme-dark .react-select__arrow{place-items:center;display:grid}.theme-dark .react-select__control{box-shadow:none;background-color:#000d20;border:1px solid #58525d;border-radius:8px;padding:0 12px;min-height:36px!important}.theme-dark .react-select__control:hover{border-color:#58525d}.theme-dark .react-select__control--is-disabled{opacity:.5;pointer-events:none}.theme-dark .react-select__control--menu-is-open .react-select__indicator{transform:rotate(180deg)}.theme-dark .react-select__single-value{color:#f8f8f8;text-transform:initial;font-family:Roboto,sans-serif;font-size:14px}.theme-dark .react-select__menu{background-color:#000d20;border:1px solid #58525d;border-radius:8px;width:max-content;min-width:100%;margin-top:4px;padding:6px 0;box-shadow:2px 4px 8px #00000026;z-index:25!important}.theme-dark .react-select__option{color:#f8f8f8;white-space:nowrap;text-transform:initial;background-color:#000d20;border-left:4px solid #201c25;align-items:center;gap:4px;padding:4px 12px 4px 8px;font-family:Roboto,sans-serif;font-size:14px;display:flex}.theme-dark .react-select__option--is-disabled{opacity:.5}.theme-dark .react-select__option--is-selected{pointer-events:none;background-color:#092a3b;border-left:4px solid #649eb3}.rss-feed-modal{background-color:#0000;border-radius:0;flex-direction:column;min-height:60dvh;max-height:95dvh;display:flex}.rss-feed-modal__note{background-color:#bccee2;border-radius:12px;flex-direction:column;align-self:stretch;align-items:flex-start;gap:16px;padding:12px 16px;line-height:24px;display:flex}.rss-feed-modal__content{background-color:#fff;flex-direction:column;flex:1;align-self:stretch;gap:24px;max-width:1200px;max-height:calc(100vh - 105px);padding:24px;display:flex;overflow-y:auto}.rss-feed-modal__content-section{flex-direction:column;gap:8px;min-width:600px;display:flex}@media screen and (width<=600px){.rss-feed-modal__content-section{min-width:100%}}.rss-feed-modal__content-section-body{background-color:#f8f8f8;border-radius:12px;flex-direction:column;align-self:stretch;align-items:flex-start;gap:20px;padding:16px;display:flex}.rss-feed-modal__header{background-color:#f2f1f2;border-top-left-radius:12px;border-top-right-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px;display:flex}.rss-feed-modal__header-title{padding:8px 0}.rss-feed-modal__footer{background-color:#f2f1f2;border-top:1px solid #c4c2c5;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:space-between;align-items:flex-start;padding:8px 16px;display:flex}.theme-dark .rss-feed-modal{background-color:#0000;border-radius:0;flex-direction:column;min-height:60dvh;max-height:95dvh;display:flex}.theme-dark .rss-feed-modal__note{background-color:#2e598f;border-radius:12px;flex-direction:column;align-self:stretch;align-items:flex-start;gap:16px;padding:12px 16px;line-height:24px;display:flex}.theme-dark .rss-feed-modal__content{background-color:#000d20;flex-direction:column;flex:1;align-self:stretch;gap:24px;max-width:1200px;max-height:calc(100vh - 105px);padding:24px;display:flex;overflow-y:auto}.theme-dark .rss-feed-modal__content-section{flex-direction:column;gap:8px;min-width:600px;display:flex}@media screen and (width<=600px){.theme-dark .rss-feed-modal__content-section{min-width:100%}}.theme-dark .rss-feed-modal__content-section-body{background-color:#000712;border-radius:12px;flex-direction:column;align-self:stretch;align-items:flex-start;gap:20px;padding:16px;display:flex}.theme-dark .rss-feed-modal__header{background-color:#000409;border-top-left-radius:12px;border-top-right-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px;display:flex}.theme-dark .rss-feed-modal__header-title{padding:8px 0}.theme-dark .rss-feed-modal__footer{background-color:#000409;border-top:1px solid #58525d;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:space-between;align-items:flex-start;padding:8px 16px;display:flex}.post__meta{flex-direction:column;display:flex}.post__meta-wrapper{align-items:center;gap:8px;display:flex}.post__meta-name{text-align:left;color:#716c75;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:16px}.post__meta-icon{object-fit:cover;border-radius:8px;width:40px;height:40px}.post__meta-stats{text-transform:capitalize;text-align:left;color:#716c75;gap:4px;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}.theme-dark .post__meta{flex-direction:column;display:flex}.theme-dark .post__meta-wrapper{align-items:center;gap:8px;display:flex}.theme-dark .post__meta-name{text-align:left;color:#a39fa7;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:16px}.theme-dark .post__meta-icon{object-fit:cover;border-radius:8px;width:40px;height:40px}.theme-dark .post__meta-stats{text-transform:capitalize;text-align:left;color:#a39fa7;gap:4px;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:16px;display:flex}.post-engagement{justify-content:end;align-items:center;gap:6px 4px;font-size:12px;line-height:16px;display:flex}.post-description{text-align:left;backface-visibility:hidden;flex-direction:column;font-size:14px;line-height:24px;display:flex}.post-description__ellipsis{vertical-align:top;line-height:12px;display:block}.post-description__text{overflow:hidden}.post-description__text>p{max-height:148px;transition:max-height .5s;overflow:hidden}.post-description__text_modal>p{max-height:125px;overflow:auto}.post-description__text_open>p{max-height:650px;transition:max-height 1.5s}.post-description__show-more{color:#648cc3;align-items:center;gap:4px;font-size:14px;line-height:24px;transition:color .2s;display:flex}.post-description__show-more:hover{color:#2e598f}.post-description__show-more>.reticon__wrapper{transition:transform .25s linear;transform:rotate(0)}.post-description__show-more_active>.reticon__wrapper{transition:transform .25s linear;transform:rotate(-180deg)}.theme-dark .post-description{text-align:left;backface-visibility:hidden;flex-direction:column;font-size:14px;line-height:24px;display:flex}.theme-dark .post-description__ellipsis{vertical-align:top;line-height:12px;display:block}.theme-dark .post-description__text{overflow:hidden}.theme-dark .post-description__text>p{max-height:148px;transition:max-height .5s;overflow:hidden}.theme-dark .post-description__text_modal>p{max-height:125px;overflow:auto}.theme-dark .post-description__text_open>p{max-height:650px;transition:max-height 1.5s}.theme-dark .post-description__show-more{color:#9db7d6;align-items:center;gap:4px;font-size:14px;line-height:24px;transition:color .2s;display:flex}.theme-dark .post-description__show-more:hover{color:#bccee2}.theme-dark .post-description__show-more>.reticon__wrapper{transition:transform .25s linear;transform:rotate(0)}.theme-dark .post-description__show-more_active>.reticon__wrapper{transition:transform .25s linear;transform:rotate(-180deg)}.post-content{flex-direction:column;padding:16px 24px 8px;display:flex}.post-content--youtube{padding:0}.post-content_modal{background-color:#f0f4f9;border-bottom:1px solid #e4e4e4;flex-direction:row;gap:16px;display:flex}.post-content__media{aspect-ratio:16/9;background-color:#000;flex-direction:column;width:100%;display:flex}@media screen and (width>=1920px){.post-content__media{max-width:35vw}}.post-content__media_audio{background-color:#0000;width:248px;min-width:248px;padding:24px 24px 0}.post-content__media_audio:empty{display:none}.post-content__info{grid-template-columns:1fr auto;gap:24px;display:grid}.post-content__info_video{max-width:300px;padding:12px 12px 12px 0}.post-content__info_modal{flex-direction:column;gap:8px;display:flex}.post-content__image{border-radius:8px;width:128px;height:128px;box-shadow:0 10px 15px -3px #0003,0 4px 6px -4px #0003}.post-content__image_modal{width:200px;height:200px}.post-content__image_youtube{object-fit:cover;width:228px}.post-content__play-button{color:#648cc3;align-items:center;gap:4px;margin-top:4px;font-size:14px;font-weight:400;line-height:24px;transition:color .2s,fill .2s;display:flex}.post-content__play-button:hover{color:#2e598f}.post-content__play-button:hover path{fill:#000f260c}.post-content__name{color:#2478aa;cursor:pointer;text-align:left;border:none;flex-direction:column;font-family:Roboto Condensed,sans-serif;font-size:20px;font-weight:400;line-height:28px;transition:color .2s;display:flex}.post-content__name:hover{color:#2e598f}.post-content__date{text-align:left;white-space:nowrap;align-items:center;height:28px;font-size:12px;font-weight:400;line-height:16px;display:flex}.theme-dark .post-content{flex-direction:column;padding:16px 24px 8px;display:flex}.theme-dark .post-content--youtube{padding:0}.theme-dark .post-content_modal{background-color:#092a3b;border-bottom:1px solid #2e2734;flex-direction:row;gap:16px;display:flex}.theme-dark .post-content__media{aspect-ratio:16/9;background-color:#000;flex-direction:column;width:100%;display:flex}@media screen and (width>=1920px){.theme-dark .post-content__media{max-width:35vw}}.theme-dark .post-content__media_audio{background-color:#0000;width:248px;min-width:248px;padding:24px 24px 0}.theme-dark .post-content__media_audio:empty{display:none}.theme-dark .post-content__info{grid-template-columns:1fr auto;gap:24px;display:grid}.theme-dark .post-content__info_video{max-width:300px;padding:12px 12px 12px 0}.theme-dark .post-content__info_modal{flex-direction:column;gap:8px;display:flex}.theme-dark .post-content__image{border-radius:8px;width:128px;height:128px;box-shadow:0 10px 15px -3px #0003,0 4px 6px -4px #0003}.theme-dark .post-content__image_modal{width:200px;height:200px}.theme-dark .post-content__image_youtube{object-fit:cover;width:228px}.theme-dark .post-content__play-button{color:#9db7d6;align-items:center;gap:4px;margin-top:4px;font-size:14px;font-weight:400;line-height:24px;transition:color .2s,fill .2s;display:flex}.theme-dark .post-content__play-button:hover{color:#bccee2}.theme-dark .post-content__play-button:hover path{fill:#ffffff19}.theme-dark .post-content__name{color:#2478aa;cursor:pointer;text-align:left;border:none;flex-direction:column;font-family:Roboto Condensed,sans-serif;font-size:20px;font-weight:400;line-height:28px;transition:color .2s;display:flex}.theme-dark .post-content__name:hover{color:#bccee2}.theme-dark .post-content__date{text-align:left;white-space:nowrap;align-items:center;height:28px;font-size:12px;font-weight:400;line-height:16px;display:flex}.timeline{margin-block:8px}.timeline__preview{background-color:#f8f8f8;border-radius:8px;height:48px;position:relative;overflow:hidden}.timeline__hit{height:100%;display:flex;position:absolute}.timeline__hit-btn{background:#fff;border-radius:6px;width:8px;height:100%}.timeline__hit-btn--open{z-index:1}.timeline__hit-info{color:#000;white-space:nowrap;z-index:2;background:#ffffffbf;border-radius:0 4px 4px 0;flex-direction:column;justify-content:center;height:100%;padding:4px;font-size:12px;line-height:16px;display:flex;position:absolute;left:100%}.timeline__hit-info--left{border-radius:4px 0 0 4px;left:auto;right:100%}.timeline__hit-info-time{align-items:center;display:flex}.timeline__play-btn{background-color:#f1f1f9;border-radius:50%;align-items:center;width:20px;height:20px;margin-left:4px;display:flex}.timeline__hitpill{cursor:pointer;color:#000;background:#fff;border-radius:12px;padding:2px 8px;font-size:12px;line-height:16px;display:inline-block}.timeline__hitpill:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.timeline__hitpill--margin{margin:4px 8px 4px 0}.timeline__hitlist{margin-top:6px;display:flex}.timeline__hitlist-items{margin-top:4px}.timeline__hitlist-item{color:#131116;border-radius:4px;align-items:center;gap:8px;margin-bottom:8px;padding:4px;font-size:12px;display:inline-flex}.timeline__hitlist-item:hover{background-color:#000f260c}.timeline__hitlist-item:hover path{fill:#fff}.timeline__hitlist-playbtn{background-color:#000f260c;border-radius:10px;padding:3px 2px 3px 4px;line-height:0}.timeline__hitlist-item:hover .timeline__hitlist-playbtn{background-color:#000f260c}.timeline--bg0{background:addOpacity(#53cac4)}.timeline--bg1{background:addOpacity(#ffc876)}.timeline--bg2{background:addOpacity(#ed709c)}.timeline--bg3{background:addOpacity(#9e91cd)}.timeline--bg4{background:addOpacity(#77c1e9)}.timeline--bg5{background:addOpacity(#d377d6)}.timeline--bg6{background:addOpacity(#2e958f)}.timeline--bg7{background:addOpacity(#c27400);color:#fff}.timeline--bg8{background:addOpacity(#d71c5d);color:#fff}.timeline--bg9{background:addOpacity(#7462b7);color:#fff}.timeline--bg10{background:addOpacity(#1b76a8);color:#fff}.timeline--bg11{background:addOpacity(#b437b8);color:#fff}.timeline--bg12{background:addOpacity(#c4c2c5)}.timeline--bg13{background:addOpacity(black);color:#fff}.timeline--bg14{background:addOpacity(#001f4a);color:#fff}.timeline--bg15{background:addOpacity(#ffc876)}.timeline--bg16{background:addOpacity(#ed709c)}.timeline--bg17{background:addOpacity(#9e91cd)}.timeline--bg18{background:addOpacity(#77c1e9)}.timeline--bg19{background:addOpacity(#d377d6)}.theme-dark .timeline{margin-block:8px}.theme-dark .timeline__preview{background-color:#000712;border-radius:8px;height:48px;position:relative;overflow:hidden}.theme-dark .timeline__hit{height:100%;display:flex;position:absolute}.theme-dark .timeline__hit-btn{background:#fff;border-radius:6px;width:8px;height:100%}.theme-dark .timeline__hit-btn--open{z-index:1}.theme-dark .timeline__hit-info{color:#000;white-space:nowrap;z-index:2;background:#ffffffbf;border-radius:0 4px 4px 0;flex-direction:column;justify-content:center;height:100%;padding:4px;font-size:12px;line-height:16px;display:flex;position:absolute;left:100%}.theme-dark .timeline__hit-info--left{border-radius:4px 0 0 4px;left:auto;right:100%}.theme-dark .timeline__hit-info-time{align-items:center;display:flex}.theme-dark .timeline__play-btn{background-color:#f1f1f9;border-radius:50%;align-items:center;width:20px;height:20px;margin-left:4px;display:flex}.theme-dark .timeline__hitpill{cursor:pointer;color:#000;background:#fff;border-radius:12px;padding:2px 8px;font-size:12px;line-height:16px;display:inline-block}.theme-dark .timeline__hitpill:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.theme-dark .timeline__hitpill--margin{margin:4px 8px 4px 0}.theme-dark .timeline__hitlist{margin-top:6px;display:flex}.theme-dark .timeline__hitlist-items{margin-top:4px}.theme-dark .timeline__hitlist-item{color:#fff;border-radius:4px;align-items:center;gap:8px;margin-bottom:8px;padding:4px;font-size:12px;display:inline-flex}.theme-dark .timeline__hitlist-item:hover{background-color:#ffffff19}.theme-dark .timeline__hitlist-item:hover path{fill:#fff}.theme-dark .timeline__hitlist-playbtn{background-color:#ffffff19;border-radius:10px;padding:3px 2px 3px 4px;line-height:0}.timeline__hitlist-item:hover .theme-dark .timeline__hitlist-playbtn{background-color:#ffffff19}.theme-dark .timeline--bg0{background:addOpacity(#53cac4)}.theme-dark .timeline--bg1{background:addOpacity(#ffc876)}.theme-dark .timeline--bg2{background:addOpacity(#ed709c)}.theme-dark .timeline--bg3{background:addOpacity(#9e91cd)}.theme-dark .timeline--bg4{background:addOpacity(#77c1e9)}.theme-dark .timeline--bg5{background:addOpacity(#d377d6)}.theme-dark .timeline--bg6{background:addOpacity(#2e958f)}.theme-dark .timeline--bg7{background:addOpacity(#c27400);color:#fff}.theme-dark .timeline--bg8{background:addOpacity(#d71c5d);color:#fff}.theme-dark .timeline--bg9{background:addOpacity(#7462b7);color:#fff}.theme-dark .timeline--bg10{background:addOpacity(#1b76a8);color:#fff}.theme-dark .timeline--bg11{background:addOpacity(#b437b8);color:#fff}.theme-dark .timeline--bg12{background:addOpacity(#c4c2c5)}.theme-dark .timeline--bg13{background:addOpacity(black);color:#fff}.theme-dark .timeline--bg14{background:addOpacity(#001f4a);color:#fff}.theme-dark .timeline--bg15{background:addOpacity(#ffc876)}.theme-dark .timeline--bg16{background:addOpacity(#ed709c)}.theme-dark .timeline--bg17{background:addOpacity(#9e91cd)}.theme-dark .timeline--bg18{background:addOpacity(#77c1e9)}.theme-dark .timeline--bg19{background:addOpacity(#d377d6)}.divider{pointer-events:none;color:#a9a9a9;align-items:center;font-style:italic;display:flex}.divider:before,.divider:after{content:"";background-color:silver;flex-grow:1;height:1px}.divider:before{margin-right:8px}.divider:after{margin-left:8px}.karaoke-text{margin-block:4px}.text-progress{color:#001f4a;background:linear-gradient(90deg,#bfdbe0 50%,#fff3 0) 100%/200% 120%;text-decoration:none;display:inline}.text-progress:hover{text-decoration:none}.theme-dark .text-progress{color:#f8f8f8;background:linear-gradient(90deg,#bfdbe0 50%,#fff3 0) 100%/200% 120%;text-decoration:none;display:inline}.theme-dark .text-progress:hover{text-decoration:none}.text-progress_animated{color:#000;animation:linear karaoke}@keyframes karaoke{to{background-position:0}}.highlight-hit>span{cursor:pointer;border-radius:8px;padding:0 2px;font-size:14px;font-weight:500;line-height:24px;display:inline-block;box-shadow:2px 2px 6px #0000001a}.highlight-hit--bg0{background:#53cac480}.highlight-hit--bg1{background:#ffc87680}.highlight-hit--bg2{background:#ed709c80}.highlight-hit--bg3{background:#9e91cd80}.highlight-hit--bg4{background:#77c1e980}.highlight-hit--bg5{background:#d377d680}.highlight-hit--bg6{background:#2e958f80}.highlight-hit--bg7{color:#fff;background:#c2740080}.highlight-hit--bg8{color:#fff;background:#d71c5d80}.highlight-hit--bg9{color:#fff;background:#7462b780}.highlight-hit--bg10{color:#fff;background:#1b76a880}.highlight-hit--bg11{color:#fff;background:#b437b880}.highlight-hit--bg12{background:#c4c2c580}.highlight-hit--bg13{color:#fff;background:#00000080}.highlight-hit--bg14{color:#fff;background:#001f4a80}.highlight-hit--bg15{background:#ffc87680}.highlight-hit--bg16{background:#ed709c80}.highlight-hit--bg17{background:#9e91cd80}.highlight-hit--bg18{background:#77c1e980}.highlight-hit--bg19{background:#d377d680}.post__hits{background-color:#f0f4f9;border-top:1px solid #e4e4e4;flex-direction:column;max-height:35vh;padding:12px;display:flex;overflow-y:scroll}@media screen and (width<=1920px){.post__hits{max-height:250px}}.post__hits .button{width:fit-content}.theme-dark .post__hits{background-color:#092a3b;border-top:1px solid #2e2734;flex-direction:column;max-height:35vh;padding:12px;display:flex;overflow-y:scroll}@media screen and (width<=1920px){.theme-dark .post__hits{max-height:250px}}.theme-dark .post__hits .button{width:fit-content}.post__hit{color:#001f4a;grid-template-columns:120px 1fr;align-items:start;column-gap:24px;padding:4px 8px;display:grid}.post__hit-more .button{padding:0}.post__hit button{display:flex}.post__hit:hover{color:#000}.post__hit:hover button .reticon path{fill:#000}.post__hit:hover .post__timestamp:first-child{background-color:#e6e6ee;padding:4px 8px}.theme-dark .post__hit{color:#f8f8f8;grid-template-columns:120px 1fr;align-items:start;column-gap:24px;padding:4px 8px;display:grid}.theme-dark .post__hit-more .button{padding:0}.theme-dark .post__hit button{display:flex}.theme-dark .post__hit:hover{color:#000}.theme-dark .post__hit:hover button .reticon path{fill:#000}.theme-dark .post__hit:hover .post__timestamp:first-child{background-color:#e6e6ee;padding:4px 8px}.post__timestamp{border-radius:16px;justify-content:flex-end;align-items:center;gap:4px;height:32px;padding:4px 8px;font-size:14px;line-height:24px;transition:background .3s ease-out;display:flex}.post__timestamp_active{background-color:#e6e6ee;padding:4px 8px}.post__timestamp_active button{display:flex}.podcast-post{background-color:#fff;border:1px solid #c4c2c5;border-radius:12px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.podcast-post--danger{border:2px solid #d64949}.podcast-post--horizontal{flex-direction:row;column-gap:16px;width:100%;padding:16px}@media screen and (width<=768px){.podcast-post--horizontal{padding:8px 8px 8px 18px}}.podcast-post--pending{pointer-events:none;border:2px solid #e2ac5d}.podcast-post--pending>div:not(.SocialPostPending){opacity:.75;filter:grayscale(.5)}.podcast-post--selected{background-color:#f0f4f9;border:1px solid #648cc3;border-left-width:8px;box-shadow:inset 0 0 0 15px #f0f4f9}.podcast-post__checkbox{z-index:5;background-color:#ffffff80;border-radius:50%;width:52px;height:52px;display:grid;position:absolute;top:5px;right:5px}.podcast-post__checkbox--horizontal{left:5px}.podcast-post__checkbox>div{margin:0 auto}.podcast-post_modal{border:none;width:100%;min-width:100%}@media screen and (width<=768px){.podcast-post_modal{max-width:100vw}}.podcast-post__body{flex-direction:column;line-height:1.5;display:flex}.podcast-post__body--horizontal{flex:1;width:50%;padding:0 16px 0 36px}.podcast-post__timeline,.podcast-post__player{padding:0 24px}.theme-dark .podcast-post{background-color:#000d20;border:1px solid #58525d;border-radius:12px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.theme-dark .podcast-post--danger{border:2px solid #ea5e68}.theme-dark .podcast-post--horizontal{flex-direction:row;column-gap:16px;width:100%;padding:16px}@media screen and (width<=768px){.theme-dark .podcast-post--horizontal{padding:8px 8px 8px 18px}}.theme-dark .podcast-post--pending{pointer-events:none;border:2px solid #f2c77f}.theme-dark .podcast-post--pending>div:not(.SocialPostPending){opacity:.75;filter:grayscale(.5)}.theme-dark .podcast-post--selected{background-color:#092a3b;border:1px solid #9db7d6;border-left-width:8px;box-shadow:inset 0 0 0 15px #092a3b}.theme-dark .podcast-post__checkbox{z-index:5;background-color:#000d2080;border-radius:50%;width:52px;height:52px;display:grid;position:absolute;top:5px;right:5px}.theme-dark .podcast-post__checkbox--horizontal{left:5px}.theme-dark .podcast-post__checkbox>div{margin:0 auto}.theme-dark .podcast-post_modal{border:none;width:100%;min-width:100%}@media screen and (width<=768px){.theme-dark .podcast-post_modal{max-width:100vw}}.theme-dark .podcast-post__body{flex-direction:column;line-height:1.5;display:flex}.theme-dark .podcast-post__body--horizontal{flex:1;width:50%;padding:0 16px 0 36px}.theme-dark .podcast-post__timeline,.theme-dark .podcast-post__player{padding:0 24px}.highlight{font-weight:700}.post-details{background-color:#f0f4f9;border-top:1px solid #c4c2c5;border-bottom-right-radius:12px;border-bottom-left-radius:12px;flex-flow:wrap;align-items:center;gap:6px;min-height:49px;padding:4px 90px 4px 12px;display:flex;position:relative}.post-details--horizontal{background-color:#fff;border-top:none;border-left:1px solid #e6e6ee;flex:1;width:50%;padding:0}.post-details:has(.post-details__sentiment:empty){padding:4px 12px}.post-details__tags{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.post-details__sentiment{position:absolute;top:12px;right:12px}.theme-dark .post-details{background-color:#092a3b;border-top:1px solid #58525d;border-bottom-right-radius:12px;border-bottom-left-radius:12px;flex-flow:wrap;align-items:center;gap:6px;min-height:49px;padding:4px 90px 4px 12px;display:flex;position:relative}.theme-dark .post-details--horizontal{background-color:#000d20;border-top:none;border-left:1px solid #e6e6ee;flex:1;width:50%;padding:0}.theme-dark .post-details:has(.theme-dark .post-details__sentiment:empty){padding:4px 12px}.theme-dark .post-details__tags{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.theme-dark .post-details__sentiment{position:absolute;top:12px;right:12px}.podcast-post-modal{flex-direction:column;justify-content:space-between;align-items:center;min-width:60vw;max-height:calc(100vh - 48px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (width>=1920px){.podcast-post-modal{max-height:80vh}}.podcast-post-modal:has(button){padding-right:4px}.podcast-post-modal:has(svg){padding-left:4px}.podcast-post-modal__DeleteButton{background-color:#ffffffbf;border-radius:50%;place-items:center;width:16px;height:16px;padding:2px 0;transition:transform .3s ease-in-out;display:grid}.podcast-post-modal__DeleteButton:hover{background-color:#ffffffbf;transform:rotate(180deg)}@media screen and (width<=1024px){.podcast-post-modal{min-width:80vw}}@media screen and (width<=768px){.podcast-post-modal{min-width:100vw}}.WidgetHeader{flex-wrap:wrap;justify-content:space-between;row-gap:10px;min-height:49px;display:flex}.WidgetHeader-WithBorder{border-bottom:1px solid #c4c2c5}.WidgetHeader-Tip{color:#8a858e;text-transform:uppercase;margin:0;padding-bottom:6px;font-size:10px;font-weight:500}.WidgetHeader-Title{color:#001f4a;margin:0;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:38px}.WidgetHeader-TitleWrapper{align-items:center;column-gap:7px;min-height:38px;display:flex}.WidgetHeader-AngleDown{fill:#92bed4;cursor:pointer;margin-top:3px;padding:0}.WidgetHeader-Form{flex-wrap:nowrap;align-items:center;gap:10px;height:38px;display:flex}.WidgetHeader-Icon{fill:#2478aa;cursor:pointer}.WidgetHeader-Select{color:#001f4a;cursor:pointer;text-transform:capitalize;background-color:#f8f8f8;border-radius:2px;justify-content:space-between;align-items:center;width:100%;margin-right:9px;font-size:14px;display:flex}.WidgetHeader-Select__control{width:100%}.WidgetHeader-Select__single-value{color:#648cc3;font-family:Roboto,sans-serif;font-size:14px}.WidgetHeader-Select__option{color:#648cc3;z-index:99999;background-color:#fff;align-items:center;padding:5px;font-family:Roboto,sans-serif;font-size:14px;line-height:16px;display:flex}.WidgetHeader-Select__option--is-focused{color:#131116;background-color:#000f260c}.WidgetHeader-Select__option--is-selected{color:#131116;background-color:#fff;border:1px solid #649eb3;border-right-width:5px;padding-inline:4px}.WidgetHeader-TitleContainer{width:max-content;min-width:30%;margin:auto 0}.WidgetHeader-Buttons{flex-direction:row;align-items:center;gap:20px;transition:opacity 1s;display:flex}.WidgetHeader-Buttons.disabled{pointer-events:none}.WidgetHeader-Buttons .button--link{padding:0}.WidgetHeader-Input{color:#001f4a;border:none;border-radius:2px;outline:none;align-self:flex-end;width:calc(100% - 130px);min-width:200px;margin:0;padding:5px 3px;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;box-shadow:inset 0 0 0 1px #2478aa}.WidgetHeader-Input:focus{border:none;outline:none;box-shadow:inset 0 0 0 1px #1e90ff}.theme-dark .WidgetHeader{flex-wrap:wrap;justify-content:space-between;row-gap:10px;min-height:49px;display:flex}.theme-dark .WidgetHeader-WithBorder{border-bottom:1px solid #58525d}.theme-dark .WidgetHeader-Tip{color:#a39fa7;text-transform:uppercase;margin:0;padding-bottom:6px;font-size:10px;font-weight:500}.theme-dark .WidgetHeader-Title{color:#f8f8f8;margin:0;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:38px}.theme-dark .WidgetHeader-TitleWrapper{align-items:center;column-gap:7px;min-height:38px;display:flex}.theme-dark .WidgetHeader-AngleDown{fill:#92bed4;cursor:pointer;margin-top:3px;padding:0}.theme-dark .WidgetHeader-Form{flex-wrap:nowrap;align-items:center;gap:10px;height:38px;display:flex}.theme-dark .WidgetHeader-Icon{fill:#2478aa;cursor:pointer}.theme-dark .WidgetHeader-Select{color:#f8f8f8;cursor:pointer;text-transform:capitalize;background-color:#000712;border-radius:2px;justify-content:space-between;align-items:center;width:100%;margin-right:9px;font-size:14px;display:flex}.theme-dark .WidgetHeader-Select__control{width:100%}.theme-dark .WidgetHeader-Select__single-value{color:#9db7d6;font-family:Roboto,sans-serif;font-size:14px}.theme-dark .WidgetHeader-Select__option{color:#9db7d6;z-index:99999;background-color:#fff;align-items:center;padding:5px;font-family:Roboto,sans-serif;font-size:14px;line-height:16px;display:flex}.theme-dark .WidgetHeader-Select__option--is-focused{color:#fff;background-color:#ffffff19}.theme-dark .WidgetHeader-Select__option--is-selected{color:#fff;background-color:#fff;border:1px solid #649eb3;border-right-width:5px;padding-inline:4px}.theme-dark .WidgetHeader-TitleContainer{width:max-content;min-width:30%;margin:auto 0}.theme-dark .WidgetHeader-Buttons{flex-direction:row;align-items:center;gap:20px;transition:opacity 1s;display:flex}.theme-dark .WidgetHeader-Buttons.disabled{pointer-events:none}.theme-dark .WidgetHeader-Buttons .button--link{padding:0}.theme-dark .WidgetHeader-Input{color:#f8f8f8;border:none;border-radius:2px;outline:none;align-self:flex-end;width:calc(100% - 130px);min-width:200px;margin:0;padding:5px 3px;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;box-shadow:inset 0 0 0 1px #2478aa}.theme-dark .WidgetHeader-Input:focus{border:none;outline:none;box-shadow:inset 0 0 0 1px #1e90ff}.SetupLayout{background-color:#fff;border-radius:12px;min-height:calc(100% - 240px);padding:24px}.SetupLayout-Buttons{flex-direction:row;align-items:center;gap:20px;transition:opacity 1s;display:flex}.SetupLayout-Buttons.disabled{pointer-events:none}.SetupLayout-Buttons .button--link{padding:0}@media screen and (width<=600px){.SetupLayout{padding:16px}}.theme-dark .SetupLayout{background-color:#000d20;border-radius:12px;min-height:calc(100% - 240px);padding:24px}.theme-dark .SetupLayout-Buttons{flex-direction:row;align-items:center;gap:20px;transition:opacity 1s;display:flex}.theme-dark .SetupLayout-Buttons.disabled{pointer-events:none}.theme-dark .SetupLayout-Buttons .button--link{padding:0}@media screen and (width<=600px){.theme-dark .SetupLayout{padding:16px}}.UnsubscribePage{text-align:center;background-color:#f8f8f8;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:90vh;padding:6px 36px 24px;display:flex}.UnsubscribePage .zero-state{flex:0}.UnsubscribePage__Title{color:#001f4a;min-width:300px;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:32px}.UnsubscribePage__SubscriptionName{color:#131116;font-family:Roboto,sans-serif}.UnsubscribePage__Text{min-width:300px;font-size:16px;line-height:24px}.UnsubscribePage__Buttons{gap:24px;display:flex}.UnsubscribePage .button{width:fit-content;height:auto;min-height:48px}.theme-dark .UnsubscribePage{text-align:center;background-color:#000712;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:90vh;padding:6px 36px 24px;display:flex}.theme-dark .UnsubscribePage .zero-state{flex:0}.theme-dark .UnsubscribePage__Title{color:#f8f8f8;min-width:300px;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:32px}.theme-dark .UnsubscribePage__SubscriptionName{color:#fff;font-family:Roboto,sans-serif}.theme-dark .UnsubscribePage__Text{min-width:300px;font-size:16px;line-height:24px}.theme-dark .UnsubscribePage__Buttons{gap:24px;display:flex}.theme-dark .UnsubscribePage .button{width:fit-content;height:auto;min-height:48px}.SetupFallback{background-color:#fff;width:100%;height:calc(100vh - 73px)}.theme-dark .SetupFallback{background-color:#000d20;width:100%;height:calc(100vh - 73px)}.app-loader{background-color:#f2f1f2;place-items:center;height:100%;display:grid}.theme-dark .app-loader{background-color:#000409;place-items:center;height:100%;display:grid}:where(:not(html,iframe,canvas,img,svg,video,audio,br,svg *,symbol *)){all:unset;display:revert}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-block-size:100%;max-inline-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto;user-select:auto}textarea{white-space:revert}meter{appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto;user-select:auto}:where([draggable=true]){-webkit-user-drag:element}html,body,#root{height:100%}:root[data-theme=light]{--color-surface-neutral-primary:white;--color-surface-neutral-secondary:#f8f8f8;--color-surface-neutral-tertiary:#f2f1f2;--color-surface-state-selected:#f0f4f9;--color-surface-state-hover:#000f260c;--color-surface-neutral-overlay:#000f2619;--color-surface-brand-primary:#001f4a;--color-surface-brand-secondary:#183b60;--color-surface-brand-accent:#ff8186;--color-surface-context-success:#c7d3b2;--color-surface-context-semisuccess:#e3e9d9;--color-surface-context-warning:#f4dab8;--color-surface-context-semidanger:#fcdde1;--color-surface-context-danger:#f9bbc3;--color-surface-context-info:#bccee2;--color-surface-context-signal:#bedcdd;--color-surface-services-social:#d9e4e1;--color-surface-services-editorial:#efe7db;--color-surface-services-business:#e4e4e4;--color-surface-services-insights:#dde0ea;--color-surface-services-analysis:#dde0ea;--color-surface-context-dangeractive:#bc3939;--color-text-neutral-default:#001f4a;--color-text-neutral-subdued:#716c75;--color-text-neutral-loud:#131116;--color-text-neutral-disabled:#c4c2c5;--color-text-state-interactive:#648cc3;--color-text-state-interactive-hover:#2e598f;--color-text-state-interactive-visited:#336174;--color-text-onsurface-onbrand:white;--color-text-operators-punctuation:#649eb3;--color-text-operators-operator:#648cc3;--color-text-context-success:#5d7235;--color-text-context-warning:#716c75;--color-text-context-danger:#bc3939;--color-border-state-selected:#649eb3;--color-border-neutral-default:#c4c2c5;--color-border-neutral-subdued:#e4e4e4;--color-border-brand-brand:#001f4a;--color-border-context-danger:#d64949;--color-border-state-interactive-hover:#2e598f;--color-icon-neutral-default:#001f4a;--color-icon-neutral-subdued:#8a858e;--color-icon-neutral-loud:#131116;--color-icon-neutral-disabled:#c4c2c5;--color-icon-state-interactive:#648cc3;--color-icon-state-interactive-hover:#2e598f;--color-icon-state-selected:#649eb3;--color-icon-onsurface-onbrand:white;--color-icon-onsurface-onaccent:white;--color-icon-onsurface-oncontext:#001f4a;--color-icon-context-success:#7a9652;--color-icon-context-warning:#d39327;--color-icon-context-danger:#d64949;--color-icon-context-info:#648cc3}:root[data-theme=dark]{--color-surface-neutral-primary:#000d20;--color-surface-neutral-secondary:#000712;--color-surface-neutral-tertiary:#000409;--color-surface-state-selected:#092a3b;--color-surface-state-hover:#ffffff1a;--color-surface-neutral-overlay:#ffffff1a;--color-surface-brand-primary:#183b60;--color-surface-brand-secondary:#001f4a;--color-surface-brand-accent:#d64949;--color-surface-context-success:#485e1d;--color-surface-context-semisuccess:#24361e;--color-surface-context-warning:#c17b16;--color-surface-context-semidanger:#5e232c;--color-surface-context-danger:#bc3939;--color-surface-context-info:#648cc3;--color-surface-context-signal:#477e92;--color-surface-services-social:#244655;--color-surface-services-editorial:#7b4e0f;--color-surface-services-business:#58525d;--color-surface-services-insights:#183b60;--color-surface-services-analysis:#2e598f;--color-surface-context-dangeractive:#ea5e68;--color-text-neutral-default:#f8f8f8;--color-text-neutral-subdued:#a39fa7;--color-text-neutral-loud:white;--color-text-neutral-disabled:#8a858e;--color-text-state-interactive:#9db7d6;--color-text-state-interactive-hover:#bccee2;--color-text-state-interactive-visited:#7bb8d1;--color-text-onsurface-onbrand:white;--color-text-operators-punctuation:#7bb8d1;--color-text-operators-operator:#2e598f;--color-text-context-success:#b0c18e;--color-text-context-warning:#c4c2c5;--color-text-context-danger:#fca4ab;--color-border-state-selected:#649eb3;--color-border-neutral-default:#58525d;--color-border-neutral-subdued:#2e2734;--color-border-brand-brand:#648cc3;--color-border-context-danger:#ea5e68;--color-border-state-interactive-hover:#bccee2;--color-icon-neutral-default:#f8f8f8;--color-icon-neutral-subdued:#a39fa7;--color-icon-neutral-loud:white;--color-icon-neutral-disabled:#a39fa7;--color-icon-state-interactive:#9db7d6;--color-icon-state-interactive-hover:#bccee2;--color-icon-state-selected:#649eb3;--color-icon-onsurface-onbrand:white;--color-icon-onsurface-onaccent:white;--color-icon-onsurface-oncontext:#f8f8f8;--color-icon-context-success:#9ab56b;--color-icon-context-warning:#e2ac5d;--color-icon-context-danger:#ff8186;--color-icon-context-info:#9db7d6}*,:before,:after{box-sizing:border-box}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Roboto,sans-serif;font-weight:400}body{-webkit-overflow-scrolling:touch;color:#001f4a;background-color:#fff;margin:0;padding:0;font-size:14px}.theme-dark body{color:#f8f8f8;background-color:#000d20}input,option,textarea{appearance:none;border-radius:0}input,option,select,textarea{color:#001f4a;font-family:Roboto,sans-serif;font-size:14px}.theme-dark input,.theme-dark option,.theme-dark select,.theme-dark textarea{color:#f8f8f8}select{border-radius:0}ol,ul{margin:0;padding:0;list-style-type:none}a{color:#648cc3;cursor:pointer;text-decoration:none}.theme-dark a{color:#9db7d6}a:focus{outline:none}a:hover{text-decoration:underline}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0}button:focus{outline:0}button,input[type=submit],input[type=reset]{color:inherit;font:inherit;cursor:pointer;outline:inherit;background:0 0;border:0;padding:0}input::placeholder{color:#001f4a80}.theme-dark input::placeholder{color:#f8f8f880}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(50%)}*{box-sizing:border-box;font-family:Roboto,sans-serif}html,body{height:100%;overflow:hidden}body>#root{height:100%;overflow:auto}div::-webkit-scrollbar{width:10px}div::-webkit-scrollbar-track{background:0 0;border-left:1px solid #0000;border-right:1px solid #0000}div::-webkit-scrollbar-thumb{background-color:#c3c3cd;background-clip:content-box;border-left:2px solid #0000;border-right:1px solid #0000;border-radius:100vw}div::-webkit-scrollbar-thumb:hover{background:#888}body,h1,h2,h3,h4,h5,span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}ul{margin:0;padding:0}@media screen and (width>=769px){*{scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:#c3c3cd;border-radius:10px}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#c3c3cd}::-webkit-scrollbar-thumb:hover{background:#555}.input-list-row--disabled:not(.input-list-row--indent-child){opacity:.5}
