.dialog-overlay{position:fixed;inset:0;background:#0000007a;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box}:root{--dialog-bg: #ffffff;--dialog-shadow-color-1: rgba(0, 0, 0, .24);--dialog-shadow-color-2: rgba(0, 0, 0, .2);--dialog-close-color: rgba(0, 0, 0, .65);--dialog-close-hover-bg: rgba(0, 0, 0, .03);--dialog-close-hover-color: rgba(0, 0, 0, .95)}.dialog-container{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;position:relative;max-width:37.5rem;min-width:min(30rem,100%);max-height:90vh;background:var(--dialog-bg);border-radius:.5rem;box-sizing:border-box;animation:slideInScale .15s ease-out;transition:transform .18s cubic-bezier(.23,1,.32,1);overflow:hidden}.fui-DialogBackdrop-root{background:#0000007a!important;display:flex!important;align-items:center!important;justify-content:center!important;inset:0!important;position:fixed!important;z-index:1000!important;padding:1rem!important;box-sizing:border-box!important}.fui-DialogSurface,[role=dialog]>.fui-DialogSurface,.fui-DialogSurface-root{background:var(--dialog-bg)!important;z-index:1001!important;filter:drop-shadow(0px 2rem 4rem rgba(0,0,0,.24)) drop-shadow(0px 0px .5rem rgba(0,0,0,.2));border-radius:.5rem!important;padding:0!important;overflow:hidden!important;max-width:37.5rem;min-width:min(30rem,100%);max-height:90vh;box-sizing:border-box!important}.fui-DialogBody,.fui-DialogBody-root{padding:0!important;display:block!important}.fui-DialogSurface,.fui-DialogSurface-root,[role=dialog]>.fui-DialogSurface{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;padding:0!important}.fui-DialogActions,.fui-DialogActions-root,.dialog-actions{display:flex!important;justify-content:flex-end!important;gap:1rem!important;padding:1.25rem 1.5rem!important;border-top:1px solid rgba(0,0,0,.06)!important;flex-shrink:0!important}.dialog-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.5rem}.dialog-header h3{margin:0;font-size:1.25rem;line-height:1.2;font-weight:600}.dialog-close{background:transparent;border:none;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;cursor:pointer}.dialog-close svg,.dialog-close-btn svg{stroke:var(--dialog-close-color);fill:var(--dialog-close-color);color:var(--dialog-close-color)}.dialog-close:hover,.dialog-close-btn:hover{background:var(--dialog-close-hover-bg);color:var(--dialog-close-hover-color);stroke:var(--dialog-close-hover-color);fill:var(--dialog-close-hover-color)}.dialog-surface-inner{position:relative;width:100%;box-sizing:border-box}.fui-DialogSurface .dialog-surface-inner>.dialog-close-btn{top:0!important;right:0!important;left:auto!important;z-index:9999!important}:root:dir(rtl) .fui-DialogSurface .dialog-surface-inner>.dialog-close-btn,:root[dir=rtl] .fui-DialogSurface .dialog-surface-inner>.dialog-close-btn{right:auto!important;left:0!important}:root:dir(rtl) .dialog-header,:root[dir=rtl] .dialog-header{direction:rtl}:root:dir(rtl) .fui-DialogActions,:root[dir=rtl] .fui-DialogActions,:root:dir(rtl) .dialog-actions,:root[dir=rtl] .dialog-actions{justify-content:flex-start!important}:root:dir(rtl) .fui-DialogTitle,:root[dir=rtl] .fui-DialogTitle-root,:root[dir=rtl] [role=dialog] .fui-DialogTitle{padding-left:1.5rem!important;text-align:right}.dark,html.dark,html[data-theme=dark]{--dialog-bg: #292929;--dialog-shadow-color-1: rgba(0, 0, 0, .6);--dialog-shadow-color-2: rgba(0, 0, 0, .5);--dialog-close-color: rgba(255, 255, 255, .886);--dialog-close-hover-bg: rgba(255, 255, 255, .03);--dialog-close-hover-color: rgba(255, 255, 255, .95)}.dialog-content-wrapper{animation:contentFadeIn .18s cubic-bezier(.23,1,.32,1);opacity:1;flex:1;min-height:0;display:flex;flex-direction:column;max-width:none;width:100%;box-sizing:border-box;margin:0}.dialog-content-wrapper>*{width:100%;max-width:100%;box-sizing:border-box}.fui-DialogTitle,.fui-DialogTitle-root,[role=dialog] .fui-DialogTitle{padding:1.5rem 1.5rem .75rem;margin:0;font-size:1.25rem;line-height:1.15;font-weight:600;max-width:90%;overflow-wrap:normal}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(3px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:40rem){.dialog-overlay{padding:.5rem}.dialog-container{width:95vw;min-width:unset;max-height:90vh;padding:0;gap:0;overflow:hidden;display:flex;flex-direction:column}.dialog-header{padding:.75rem 1rem;border-bottom:1px solid var(--dialog-close-color, rgba(0, 0, 0, .1));flex-shrink:0}.dialog-header h3{font-size:1.125rem;line-height:1.1}.dialog-close{width:2rem;height:2rem}.dialog-content-wrapper{flex:1;overflow:hidden;display:flex;flex-direction:column}.dialog-close-btn{width:2rem;height:2rem;top:.4rem;right:1rem}}@media(max-width:25rem){.dialog-overlay{padding:.25rem}.dialog-container{width:98vw;max-height:95vh;border-radius:.25rem}.dialog-header{padding:.5rem .75rem;border-bottom:1px solid var(--dialog-close-color, rgba(0, 0, 0, .1))}.dialog-header h3{font-size:1rem;line-height:1.1;margin:0}.dialog-close{width:1.75rem;height:1.75rem;border-radius:.25rem}.dialog-close svg{width:.75rem;height:.75rem}.dialog-close-btn{width:1.75rem;height:1.75rem;top:.35rem;right:.75rem}}@media(max-width:20rem){.dialog-overlay{padding:.125rem}.dialog-container{width:99vw;max-height:98vh;border-radius:.125rem}.dialog-header{padding:.375rem .5rem}.dialog-header h3{font-size:.875rem}.dialog-close{width:1.5rem;height:1.5rem}.dialog-close svg{width:.625rem;height:.625rem}.dialog-close-btn{width:1.5rem;height:1.5rem;top:.3rem;right:.5rem}}@media(forced-colors:active){.fui-DialogSurface,[role=dialog]>.fui-DialogSurface,.fui-DialogSurface-root{border:2px solid Highlight!important}.dialog-close-btn svg{stroke:Highlight!important;fill:Highlight!important;color:Highlight!important}}.std-overlay{position:fixed;inset:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box}:root{--std-bg: #ffffff;--std-text: #242424;--std-subtext: #616161;--std-border: #dddddd;--std-contrast-text: #111111;--std-close-color: rgba(0, 0, 0, .65);--std-close-hover-bg: rgba(0, 0, 0, .03);--std-close-hover-color: rgba(0, 0, 0, .95);--std-focus-shadow: rgba(0, 0, 0, .04);--std-shadow-color-1: rgba(0, 0, 0, .24);--std-shadow-color-2: rgba(0, 0, 0, .2);--std-success-bg: #f1faf1;--std-success-text: #0e700e;--std-success-border: #9fd89f;--std-error-bg: #fdf3f4;--std-error-text: #b10e1c;--std-error-border: #eeacb2;--std-already-verified-border: #FDCFB4;--std-already-verified-bg: #FFF9F5;--std-already-verified-text: #8A3707;--std-file-icon-url: url(/tdpassets/assets/upload-bin-done-icon-light.png);--std-info-bg: #d1ecf1;--std-info-text: #0c5460;--std-info-border: #bee5eb;--std-spinner-track: #b4d6fa;--std-spinner-head: #0f6cbd}.std-dialog{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;position:relative;width:37.5rem;max-width:100%;min-width:min(30rem,100%);background:var(--std-bg);box-shadow:0 2rem 4rem var(--std-shadow-color-1),0 0 .5rem var(--std-shadow-color-2);border-radius:.5rem;box-sizing:border-box;animation:slideInScale .15s ease-out}@keyframes slideInScale{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}.std-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:1rem}.std-header-content{flex:1;display:flex;align-items:flex-start;gap:.75rem}.std-divider{width:100%;height:1px;background-color:var(--std-border);margin:.75rem 0;flex-shrink:0}.std-file-icon{width:5rem;height:5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-image:var(--std-file-icon-url);background-repeat:no-repeat;background-position:center;background-size:contain}.std-file-icon,.std-file-info,.std-status-badge{align-self:center}.std-file-info{flex:1;min-width:0}.std-file-title{font-size:.875rem;font-weight:600;color:var(--std-text);margin:0;word-break:break-word}.std-file-subtitle{font-size:.75rem;color:var(--std-subtext);margin:0}.std-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:400;letter-spacing:.025em;margin-left:auto;flex-shrink:0}:root:dir(rtl) .std-header,:root[dir=rtl] .std-header{direction:rtl}:root:dir(rtl) .std-status-badge,:root[dir=rtl] .std-status-badge{margin-left:0;margin-right:auto}.std-status-circle{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;vertical-align:middle;margin:0;border-radius:999px;background-color:var(--std-success-text, #13a10e);color:#fff}.std-status-check{width:1rem;height:1rem;display:block;stroke:currentColor;fill:none}.std-status-badge--success{font-weight:600;display:block;background-color:var(--std-success-bg);color:var(--std-success-text);border:1px solid var(--std-success-border);border-radius:.25rem;width:5rem;height:2rem}.std-status-badge--success,.std-status-badge--error,.std-status-badge--already-verified{font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;background-color:var(--std-success-bg);color:var(--std-success-text);border:1px solid var(--std-success-border);border-radius:.25rem;min-width:4.5rem;height:2rem;padding:0 .5rem}.std-status-badge--error{background-color:var(--std-error-bg);color:var(--std-error-text);border-color:var(--std-error-border);width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;flex-shrink:0}.std-status-badge--already-verified{background-color:var(--std-already-verified-bg);color:var(--std-already-verified-text);border-color:var(--std-already-verified-border);height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.275rem;flex-shrink:0;min-width:6.625rem}:root:dir(rtl) .std-close,:root[dir=rtl] .std-close{order:-1}.std-close svg{fill:var(--std-close-color)}.std-close:hover{background:var(--std-close-hover-bg);color:var(--std-close-hover-color)}.std-body{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0;overflow-y:auto}.std-actions{display:flex;gap:.5rem;justify-content:flex-end;width:100%;flex-shrink:0;margin-top:auto;padding-top:1rem}:root:dir(rtl) .std-actions,:root[dir=rtl] .std-actions{justify-content:flex-start}.std-btn{font-family:inherit;padding:.5rem 1.5rem;border-radius:.375rem;border:1px solid var(--std-border);background:var(--std-bg);cursor:pointer;color:var(--std-text);font-size:.875rem;font-weight:500;transition:background-color .15s ease;white-space:nowrap;min-width:0;text-overflow:ellipsis;overflow:hidden}.std-btn svg{display:inline-block;width:1rem;height:1rem;vertical-align:middle;margin-right:.5rem;stroke:currentColor;color:inherit}.std-btn:hover{background:var(--std-close-hover-bg);color:var(--std-close-hover-color)}.std-btn-primary{background-color:var(--publish-cta-primary-color, var(--std-success-text));border:1px solid var(--publish-cta-primary-color, var(--std-success-text));color:#fff;font-weight:600;cursor:pointer;padding:.5rem .875rem}.std-btn-primary:hover{background-color:color-mix(in srgb,var(--publish-cta-primary-color, var(--std-success-text)) 85%,black 15%);color:#fff}.std-btn-primary:active{transform:translateY(1px)}.std-btn-primary:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--focus-ring-width)/2) var(--primary-focus-inner),0 0 0 calc(calc(var(--focus-ring-width)/2) + 2px) var(--primary-focus-outer)}.std-btn-primary-text{line-height:1}html.dark,.dark,html[data-theme=dark]{--std-bg: #292929;--std-text: #e6e6e6;--std-subtext: #bdbdbd;--std-border: #666666;--std-contrast-text: #ffffff;--std-close-hover-bg: rgba(255, 255, 255, .03);--std-close-hover-color: rgba(255, 255, 255, .95);--std-focus-shadow: rgba(255, 255, 255, .04);--std-shadow-color-1: rgba(0, 0, 0, .6);--std-shadow-color-2: rgba(0, 0, 0, .5);--std-info-bg: #1e2a3a;--std-info-text: #a3c9d9;--std-info-border: #2d455a;--std-success-bg: #052505;--std-success-text: #54b054;--std-success-border: #107c10;--std-error-bg: #3b0509;--std-error-text: #dc626d;--std-error-border: #c50f1f;--std-file-icon-url: url(/tdpassets/assets/upload-bin-done-icon-dark.png);--std-spinner-track: #0e4775;--std-spinner-head: #479ef5;--std-already-verified-border: #DE590B;--std-already-verified-text: #FDCFB4;--std-already-verified-bg: #4A1E04}@media(forced-colors:active)and (prefers-color-scheme:dark){:root{--std-file-icon-url: url(/tdpassets/assets/upload-bin-done-icon-dark.png)}}@media(max-width:40rem){.std-dialog{width:95vw;min-width:unset;max-height:90vh;padding:1rem;gap:.75rem;display:flex;flex-direction:column}.std-header{flex-direction:column;align-items:flex-start;gap:.75rem;flex-shrink:0}.std-header-content{width:100%}.std-close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem}.std-divider{margin:.5rem 0}.std-body{gap:1rem;overflow-y:auto;flex:1;min-height:0}.std-actions{padding-top:.75rem;flex-shrink:0}.std-file-icon{width:2.5rem;height:2.5rem}.std-file-icon svg{width:1.25rem;height:1.25rem}.std-file-title{font-size:.875rem}.std-file-subtitle{font-size:.75rem}.std-status-badge{font-size:.6875rem;padding:.1875rem .625rem}}@media(max-width:25rem){.std-dialog{width:98vw;max-height:95vh;padding:.75rem;gap:.5rem}.std-header{gap:.5rem}.std-divider{margin:.375rem 0}.std-body{gap:.75rem;max-height:calc(95vh - 10rem);overflow-y:auto;flex:1;min-height:0}.std-actions{padding-top:.5rem;gap:.375rem}.std-btn{padding:.375rem 1rem;font-size:.75rem}.std-file-icon{width:2rem;height:2rem}.std-file-title{font-size:.8125rem;line-height:1.1}.std-file-subtitle{font-size:.6875rem;line-height:1.1}.std-status-badge{font-size:.625rem;padding:.125rem .5rem}.std-close{width:1.75rem;height:1.75rem}}@media(max-width:20rem){.std-dialog{width:99vw;max-height:98vh;padding:.5rem;gap:.375rem}.std-header{gap:.375rem}.std-divider{margin:.25rem 0}.std-body{gap:.5rem;max-height:calc(98vh - 10rem)}.std-actions{padding-top:.375rem;gap:.25rem}.std-btn{padding:.3125rem .75rem;font-size:.7rem}.std-file-icon{width:1.75rem;height:1.75rem}.std-file-title{font-size:.75rem}.std-file-subtitle{font-size:.625rem}.std-status-badge{font-size:.5625rem;padding:0 .375rem;gap:.25rem;height:1.6rem;min-width:3.5rem}.std-close{width:1.5rem;height:1.5rem}}.std-loading-spinner{width:1.6rem;height:1.6rem;box-sizing:border-box;border-radius:50%;border:3px solid var(--std-spinner-track, rgba(0, 0, 0, .08));border-top-color:var(--std-spinner-head, var(--std-text));animation:spin .9s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.std-status-badge .fui-Spinner{width:1.6rem;height:1.6rem;min-width:0;display:inline-flex;align-items:center;justify-content:center;line-height:0}.std-status-badge .fui-Spinner__spinner,.std-status-badge .fui-Spinner__spinnerTail{width:100%;height:100%;box-sizing:content-box}:root{--publish-cta-primary-color: #0F6CBD;--publish-cta-hover-color: #095a9a}html.dark,.dark,html[data-theme=dark]{--publish-cta-primary-color: #115EA3;--publish-cta-hover-color: #0d4f8a}.publish-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:.375rem;border:1px solid var(--publish-cta-primary-color);background-color:var(--publish-cta-primary-color);color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;font-family:inherit}.publish-btn:hover{background-color:var(--publish-cta-hover-color)}.publish-btn:active{transform:translateY(1px)}.publish-btn:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--focus-ring-width)/2) var(--primary-focus-inner),0 0 0 calc(calc(var(--focus-ring-width)/2) + 2px) var(--primary-focus-outer)}.publish-btn-icon{width:1rem;height:1rem;stroke:currentColor}.publish-btn-text{line-height:1}:root{--carousel-primary-color: #424242;--carousel-bg: #f8f9fa;--carousel-content-bg: #ffffffcc;--carousel-dot-inactive: #8e8f91;--carousel-nav-icon-color: #424242;--learnmore-color: #115EA3;--whats-next-color: #0F6CBD}.carousel-container{display:flex;margin-top:0;flex-direction:column;width:100%;min-height:0;flex-shrink:0}.carousel-container,.carousel{overflow:hidden}.carousel-container::-webkit-scrollbar,.carousel::-webkit-scrollbar{display:none}.carousel{position:relative;overflow:hidden;border-radius:.5rem;background:var(--carousel-bg);min-height:200px;width:100%;flex-shrink:0}.carousel-title{margin:0;font-weight:600;font-size:1rem}.carousel-title-1{color:var(--whats-next-color)!important}.carousel-nav{border:none;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;z-index:3;color:var(--carousel-nav-icon-color);font-size:1.25rem}.carousel-nav--prev,.carousel-nav--next{color:var(--carousel-nav-icon-color)}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem}.carousel-container,.carousel,.carousel-controls,.carousel-slide,.carousel-slide-image{box-sizing:border-box}.carousel-slide-image{display:block;max-width:100%;height:auto;left:0}.carousel-controls .carousel-nav{position:relative;top:auto;transform:none;width:2.25rem;height:2.25rem;font-size:1.125rem;background:transparent}.carousel-nav-icon{width:1rem;height:1rem;display:block}.carousel-nav-icon path{stroke-width:1.2}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}:root:dir(rtl) .carousel-slide,:root[dir=rtl] .carousel-slide{direction:rtl;transform:translate(-100%)}:root:dir(rtl) .carousel-slide--entering,:root[dir=rtl] .carousel-slide--entering{animation-name:slideInFromLeft}:root:dir(rtl) .carousel-slide--exiting,:root[dir=rtl] .carousel-slide--exiting{animation-name:slideOutToRight}:root:dir(rtl) .carousel-slide-content,:root[dir=rtl] .carousel-slide-content{text-align:right}:root:dir(rtl) .carousel-slide-title,:root[dir=rtl] .carousel-slide-title{text-align:right}:root:dir(rtl) .carousel-slide-description,:root[dir=rtl] .carousel-slide-description{text-align:right}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;min-height:200px;display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;opacity:1;transform:translate(100%);z-index:1}.carousel-slide--visible{transform:translate(0)!important;opacity:1;z-index:2}.carousel-slide--entering{animation:slideInFromRight 1s ease-out forwards;z-index:2}.carousel-slide--exiting{animation:slideOutToLeft 1s ease-out forwards;z-index:1}.carousel-slide--entering--from-left{animation:slideInFromLeft 1s ease-out forwards;z-index:2}.carousel-slide--exiting--to-right{animation:slideOutToRight 1s ease-out forwards;z-index:1}.carousel-slide-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.carousel-slide-content{position:absolute;bottom:0;left:0;right:0;background:var(--carousel-content-bg);padding:.75rem;z-index:2;height:-moz-max-content;height:max-content;min-height:5rem}.carousel-slide-title{font-size:.875rem;font-weight:600;margin:0}.carousel-slide-description{font-size:.75rem;font-weight:400;margin:0}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.25rem 0}.carousel-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--carousel-dot-inactive);transition:background-color .2s ease,width .2s ease,transform .15s ease;border:none;padding:0;display:inline-block;cursor:pointer}.carousel-dot--active{width:1rem;height:.5rem;border-radius:999px;background-color:var(--carousel-primary-color);transform:translateY(0)}.carousel-dot:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--focus-ring-width) * .66) var(--focus-ring)}@media(max-width:40rem){.carousel{min-height:8rem;border-radius:.375rem}.carousel-slide{min-height:8rem}.carousel-slide-image{height:8rem}.carousel-slide-content{padding:.5rem;height:-moz-max-content;height:max-content;min-height:3rem}.carousel-slide-title{font-size:.8125rem;line-height:1.1;margin-bottom:.125rem}.carousel-slide-description{font-size:.6875rem;line-height:1.1}.carousel-dots{padding:.15rem 0 .25rem}}@media(max-width:25rem){.carousel-container{flex-shrink:0}.carousel{min-height:8rem;max-height:12rem;border-radius:.25rem;flex-shrink:0}.carousel-slide{min-height:8rem}.carousel-slide-image{height:8rem;-o-object-fit:cover;object-fit:cover}.carousel-slide-content{padding:.375rem;height:-moz-max-content;height:max-content;min-height:3rem;background:var(--carousel-content-bg)}.carousel-slide-title{font-size:.75rem;line-height:1.1;margin:0 0 .0625rem;font-weight:600}.carousel-slide-description{font-size:.625rem;line-height:1.1;margin:0}.carousel-dots{padding:.375rem 0 .125rem;gap:.375rem}.carousel-dot{width:.4375rem;height:.4375rem}}@media(max-width:23rem)and (min-width:21rem){.carousel,.carousel-slide{min-height:9rem!important}.carousel-slide-image{height:9rem!important}}@media(max-width:20rem){.carousel,.carousel-slide{min-height:4.5rem}.carousel-slide-image{height:4.5rem}.carousel-slide-content{padding:.25rem;min-height:5rem;height:-moz-max-content;height:max-content}.carousel-slide-title{font-size:.6875rem;margin-bottom:.0625rem}.carousel-slide-description{font-size:.5625rem;-webkit-line-clamp:1}.carousel-dots{padding:.25rem 0 .0625rem;gap:.25rem}.carousel-dot{width:.375rem;height:.375rem}}@media(min-width:20rem)and (max-width:30rem){.carousel{min-height:9rem;border-radius:.25rem;padding-bottom:.5rem}.carousel-slide{min-height:9rem}.carousel-slide-image{height:6rem;position:relative}.carousel-slide-content{position:relative;height:-moz-max-content;height:max-content;padding:0rem}.carousel-slide-title{font-size:.65rem}.carousel-slide-description{font-size:.55rem;margin:0}.carousel-dots{padding:.15rem 0 .125rem}}html.dark .carousel-container,.dark .carousel-container,html[data-theme=dark] .carousel-container{--carousel-primary-color: #eceaea;--carousel-bg: #2a2a2a;--carousel-content-bg: #1a1a1acc;--carousel-dot-inactive: #6b7280;--carousel-nav-icon-color: #eceaea;--learnmore-color: #479EF5;--whats-next-color: #479EF5}.learnmorelink{color:var(--learnmore-color)!important}@media(forced-colors:active){.carousel-dots{gap:.5rem}.carousel-dot{background-color:ButtonFace!important;forced-color-adjust:none!important;border:1px solid ButtonText!important;width:.5rem!important;height:.5rem!important}.carousel-dot--active{background-color:Highlight!important;border-color:HighlightText!important;width:1rem!important;height:.5rem!important}.carousel-dot:focus-visible{outline:2px solid ButtonText!important;box-shadow:none!important}}:root:dir(rtl) .carousel-controls,:root[dir=rtl] .carousel-controls{direction:rtl}:root{--upload-bin-icon-url: url(/tdpassets/assets/upload-bin-icon-light.png);--upload-bin-done-icon-url: url(/tdpassets/assets/upload-bin-done-icon-light.png);--usb-text: #242424;--usb-subtext: #616161;--usb-border: #dddddd;--usb-border-dashed: #dddddd;--usb-contrast-text: #111111;--usb-close-color: rgba(0, 0, 0, .65);--usb-close-hover-bg: rgba(0, 0, 0, .03);--usb-close-hover-color: rgba(0, 0, 0, .95);--usb-browse-hover-bg: #fafafa;--usb-browse-border: rgba(0, 0, 0, .12);--usb-browse-hover-border: rgba(0, 0, 0, .16);--usb-focus-shadow: rgba(0, 0, 0, .04);--usb-shadow-color-3: rgba(0, 0, 0, .04);--usb-shadow-color-4: rgba(255, 255, 255, .6);--usb-disabled-opacity: .5;--usb-submit-bg: #0F6CBD;--usb-submit-disabled-bg: #f0f0f0}.usb-header{display:flex;align-items:center;justify-content:space-between;width:100%}.usb-header h3{margin:0;font-size:1.25rem;line-height:1.2;font-weight:600}.usb-close{background:transparent;border:none;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;cursor:pointer}.usb-close svg{fill:var(--usb-close-color)}.usb-close:hover{background:var(--usb-close-hover-bg);color:var(--usb-close-hover-color)}.usb-body{padding:0;width:100%;min-height:0;overflow-y:auto}.usb-dropzone{padding:.875rem;padding-top:0;text-align:center;border-radius:.625rem;border:.125rem dashed var(--usb-border-dashed);transition:border-color .2s ease,background-color .2s ease}.usb-dropzone--drag-over{border-color:var(--usb-submit-bg);background-color:#115ea30d}.usb-drop-icon{width:5rem;height:5rem;margin:0 auto .5rem;background-image:var(--upload-bin-icon-url);background-repeat:no-repeat;background-position:center;background-size:contain;transition:background-image .2s ease}.usb-drop-icon--has-file{background-image:var(--upload-bin-done-icon-url);animation:iconFileSelected .7s ease-out}@keyframes iconFileSelected{0%{transform:scale(1)}30%{transform:scale(1.2)}to{transform:scale(1)}}.usb-drop-text{font-size:.875rem;font-weight:600;color:var(--usb-text);margin-top:.5rem;transition:color .2s ease}.usb-drop-sub{font-size:.75rem;font-weight:400;color:var(--usb-subtext);margin-top:.25rem;transition:color .2s ease}.usb-drop-sub--oversize{color:#dc626d}.usb-browse-input{display:none}.usb-browse{display:inline-flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.625rem 1.25rem;border-radius:.225rem;border:1px solid var(--usb-browse-border);background:var(--usb-bg);cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--usb-contrast-text);box-shadow:0 .0625rem 0 var(--usb-shadow-color-3),inset 0 .0625rem 0 var(--usb-shadow-color-4);justify-content:center}.usb-browse svg{display:inline-block;vertical-align:middle;width:1.125rem;height:1.125rem;color:inherit}.usb-browse:hover{background:var(--usb-browse-hover-bg);border-color:var(--usb-browse-hover-border)}.usb-browse:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--focus-ring-width) * 1) var(--focus-ring)}.usb-actions{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;width:100%;flex-wrap:nowrap;align-items:center}:root:dir(rtl) .usb-actions,:root[dir=rtl] .usb-actions{justify-content:flex-start}:root:dir(rtl) .usb-header,:root[dir=rtl] .usb-header{direction:rtl}:root:dir(rtl) .usb-close,:root[dir=rtl] .usb-close{order:-1}.usb-btn{padding:.5rem .875rem;border-radius:.25rem;border:1px solid var(--usb-border);background:var(--usb-bg);cursor:pointer;color:var(--usb-text);font-size:.875rem;transition:background-color .15s ease,opacity .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;width:6rem;height:2rem}.usb-btn:hover:not([disabled]){background:var(--usb-browse-hover-bg);border-color:var(--usb-browse-hover-border)}.usb-submit{background-color:var(--usb-submit-bg);color:#fff;border-color:var(--usb-submit-bg)}.usb-submit:hover:not([disabled]){background-color:var(--usb-submit-bg)}.usb-submit:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--focus-ring-width)/2) var(--primary-focus-inner),0 0 0 calc(calc(var(--focus-ring-width)/2) + 2px) var(--primary-focus-outer)}.usb-submit[disabled]{background-color:var(--usb-submit-disabled-bg);color:var(--usb-text);opacity:var(--usb-disabled-opacity);cursor:not-allowed;border:none}html.dark,.dark,html[data-theme=dark]{--usb-text: #e6e6e6;--usb-subtext: #bdbdbd;--usb-border: #666666;--usb-border-dashed: #666666;--usb-contrast-text: #ffffff;--usb-close-color: rgba(255, 255, 255, .886);--usb-close-hover-bg: rgba(255, 255, 255, .03);--usb-close-hover-color: rgba(255, 255, 255, .95);--usb-browse-hover-bg: #292929;--usb-browse-border: #666666;--usb-browse-hover-border: rgba(255, 255, 255, .12);--usb-focus-shadow: rgba(255, 255, 255, .04);--usb-shadow-color-3: rgba(255, 255, 255, .02);--usb-shadow-color-4: rgba(255, 255, 255, .04);--usb-disabled-opacity: .4;--upload-bin-icon-url: url(/tdpassets/assets/upload-bin-icon-dark.png);--upload-bin-done-icon-url: url(/tdpassets/assets/upload-bin-done-icon-dark.png);--usb-submit-disabled-bg: #141414;--usb-submit-bg: #115EA3}@media(forced-colors:active)and (prefers-color-scheme:dark){:root{--upload-bin-icon-url: url(/tdpassets/assets/upload-bin-icon-dark.png);--upload-bin-done-icon-url: url(/tdpassets/assets/upload-bin-done-icon-dark.png)}}@media(max-width:40rem){.usb-header{padding:.5rem .75rem;border-bottom:1px solid var(--usb-border);flex-shrink:0}.usb-header h3{font-size:.875rem;margin:0;line-height:1.1}.usb-close{width:1.75rem;height:1.75rem}.usb-body{flex:1;overflow-y:auto;padding:.5rem .75rem;max-height:calc(80vh - 8rem)}.usb-dropzone{padding:.75rem;min-height:auto}.usb-drop-icon{width:min(4rem,18vw);height:min(4rem,18vw);margin:0 auto .375rem}.usb-drop-text{font-size:.8rem;margin-top:.375rem}.usb-drop-sub{font-size:.65rem;margin-top:.25rem}.usb-browse{margin-top:.625rem;padding:.5rem 1rem;font-size:.75rem}.usb-actions{flex-direction:row!important;gap:.375rem;justify-content:flex-end;padding:.5rem .75rem;border-top:1px solid var(--usb-border);flex-shrink:0;flex-wrap:nowrap}.usb-btn{flex:1;max-width:7rem;justify-content:center;padding:.375rem .5rem;font-size:.75rem;min-width:0;white-space:nowrap}}@media(max-width:25rem){.usb-body{max-height:calc(75vh - 6rem);overflow-y:auto}.usb-dropzone{padding:.5rem}.usb-drop-icon{width:min(3rem,15vw);height:min(3rem,15vw);margin:0 auto .25rem}.usb-drop-text{font-size:.75rem;margin-top:.25rem}.usb-drop-sub{font-size:.625rem;margin-top:.1875rem}.usb-browse{margin-top:.5rem;padding:.375rem .75rem;font-size:.7rem;gap:.5rem}.usb-browse svg{width:1rem;height:1rem}.usb-actions{gap:.25rem;padding:.375rem .5rem}.usb-btn{padding:.3125rem .375rem;font-size:.7rem;max-width:6rem}.usb-header{padding:.375rem .5rem}.usb-header h3{font-size:.8125rem}.usb-close{width:1.5rem;height:1.5rem}}
