:root[data-transition=circle]::view-transition-group(root){animation-duration:var(--theme-transition-duration, .4s)!important;animation-timing-function:cubic-bezier(.25,0,.25,1)}:root[data-transition=circle]::view-transition-new(root){z-index:9999;animation-name:circle-expand!important;animation-duration:var(--theme-transition-duration, .4s)!important;animation-timing-function:cubic-bezier(.25,0,.25,1);animation-fill-mode:forwards;clip-path:circle(0 at var(--transition-x, 50%) var(--transition-y, 50%));mix-blend-mode:normal}:root[data-transition=circle]::view-transition-old(root){z-index:1;animation:none;animation-fill-mode:forwards}@keyframes circle-expand{0%{clip-path:circle(0 at var(--transition-x, 50%) var(--transition-y, 50%))}to{clip-path:circle(var(--transition-radius, 150%) at var(--transition-x, 50%) var(--transition-y, 50%))}}:root[data-transition=curtain]::view-transition-group(root){animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1)}:root[data-transition=curtain]::view-transition-new(root){z-index:9999;animation-name:curtain-expand;animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1);animation-fill-mode:forwards;clip-path:inset(0 100% 0 0);mix-blend-mode:normal}:root[data-transition=curtain]::view-transition-old(root){z-index:1;animation:none;animation-fill-mode:forwards}@keyframes curtain-expand{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}:root[data-transition=diamond]::view-transition-group(root){animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1)}:root[data-transition=diamond]::view-transition-new(root){z-index:9999;animation-name:diamond-expand;animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1);animation-fill-mode:forwards;clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%);mix-blend-mode:normal}:root[data-transition=diamond]::view-transition-old(root){z-index:1;animation:none;animation-fill-mode:forwards}@keyframes diamond-expand{0%{clip-path:polygon(var(--transition-x, 50%) var(--transition-y, 50%),var(--transition-x, 50%) var(--transition-y, 50%),var(--transition-x, 50%) var(--transition-y, 50%),var(--transition-x, 50%) var(--transition-y, 50%))}to{clip-path:polygon(50% -100%,200% 50%,50% 200%,-100% 50%)}}:root[data-transition=implosion]::view-transition-group(root){animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1)}:root[data-transition=implosion]::view-transition-new(root){z-index:1;animation:none;animation-fill-mode:forwards;mix-blend-mode:normal}:root[data-transition=implosion]::view-transition-old(root){z-index:9999;clip-path:circle(var(--transition-radius, 150%) at var(--transition-x, 50%) var(--transition-y, 50%));animation-name:implosion-collapse;animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1);animation-fill-mode:forwards}@keyframes implosion-collapse{0%{clip-path:circle(var(--transition-radius, 150%) at var(--transition-x, 50%) var(--transition-y, 50%))}to{clip-path:circle(0 at var(--transition-x, 50%) var(--transition-y, 50%))}}:root[data-transition=glitch]::view-transition-group(root){animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:steps(4,end)}:root[data-transition=glitch]::view-transition-new(root){z-index:9999;clip-path:inset(0 0 100% 0);animation-name:glitch-slide;animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:steps(4,end);animation-fill-mode:forwards;mix-blend-mode:normal}:root[data-transition=glitch]::view-transition-old(root){z-index:1;animation:none;animation-fill-mode:forwards}@keyframes glitch-slide{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0% 0)}}:root[data-transition=fade]::view-transition-group(root){animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1)}:root[data-transition=fade]::view-transition-new(root){z-index:9999;opacity:0;animation-name:fade-in;animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1);animation-fill-mode:forwards;mix-blend-mode:normal}:root[data-transition=fade]::view-transition-old(root){z-index:1;opacity:1;animation-name:fade-out;animation-duration:var(--theme-transition-duration, .4s);animation-timing-function:cubic-bezier(.25,0,.25,1);animation-fill-mode:forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}:root{color-scheme:light}:root.dark{color-scheme:dark}html.is-view-transitioning,html.is-view-transitioning *,html.is-view-transitioning *:before,html.is-view-transitioning *:after,html.is-view-transitioning body{transition:none!important;animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}html.app-resizing *,html.app-resizing *:before,html.app-resizing *:after{transition-duration:0s!important}html.theme-transition-recovery,html.theme-transition-recovery *,html.theme-transition-recovery *:before,html.theme-transition-recovery *:after{transition:none!important}::view-transition-old(root){animation:none;animation-fill-mode:forwards;will-change:clip-path,opacity;mix-blend-mode:normal;z-index:1}::view-transition-new(root){animation:none;animation-fill-mode:forwards;will-change:clip-path,opacity;mix-blend-mode:normal;z-index:9999}.theme-fade-overlay{pointer-events:none;position:fixed;inset:0;z-index:2000;opacity:0;transition:opacity var(--route-transition-duration, .4s) ease}@supports not (view-transition-name: root){.theme-transition{transition:all .3s ease}}html,body{transition:none!important}.fade-slide-leave-active,.fade-slide-enter-active{transition:all var(--route-transition-duration, .3s);position:absolute;top:0;left:0;width:100%}.fade-slide-enter-from{opacity:0;transform:translate(-1.875rem)}.fade-slide-leave-to{opacity:0;transform:translate(1.875rem)}.fade-enter-active,.fade-leave-active{transition:opacity var(--route-transition-duration, .3s) cubic-bezier(.4,0,.2,1)}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}[data-region]{transition-property:transform,opacity;transition-duration:var(--transition-md, .2s);transition-timing-function:cubic-bezier(.16,1,.3,1)}#nprogress .bar{background:linear-gradient(90deg,rgb(var(--accent-light)/100%),rgb(var(--accent)/100%) 18%,rgb(var(--primary)/100%) 60%,rgb(var(--primary-light)/100%))!important;position:fixed;z-index:1031;top:0;left:0;width:100%;height:.1875rem;box-shadow:0 0 .625rem rgb(var(--primary)/45%),0 0 1.25rem rgb(var(--accent)/35%);animation:nprogressPulse 1.2s ease-in-out infinite}#nprogress .peg{display:block;position:absolute;right:0;width:6.25rem;height:100%;box-shadow:0 0 .625rem rgb(var(--accent)/35%),0 0 .3125rem rgb(var(--accent)/25%);opacity:1;transform:rotate(3deg) translateY(-.25rem)}#nprogress .spinner{display:none!important}@keyframes nprogressPulse{0%{box-shadow:0 0 .5rem rgb(var(--primary)/35%),0 0 1rem rgb(var(--accent)/25%)}50%{box-shadow:0 0 1rem rgb(var(--accent)/40%),0 0 2rem rgb(var(--primary)/30%)}to{box-shadow:0 0 .5rem rgb(var(--primary)/35%),0 0 1rem rgb(var(--accent)/25%)}}.c-scrollbar-native::-webkit-scrollbar{width:var(--spacing-sm);height:var(--spacing-sm)}.c-scrollbar-native::-webkit-scrollbar-track{background:transparent!important}.c-scrollbar-native::-webkit-scrollbar-thumb{background:rgb(var(--muted)/50%)!important;border-radius:var(--radius-md)!important;border:calc(var(--spacing-xs) / 2) solid transparent!important;background-clip:content-box!important}.c-scrollbar-native::-webkit-scrollbar-thumb:hover{background:rgb(var(--muted)/80%)!important;background-clip:content-box!important}.admin-sidebar--fixed .p-panelmenu-content-container,.admin-sidebar--fixed .p-panelmenu-content-wrapper{width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.admin-sidebar--fixed .p-panelmenu-root-list,.admin-sidebar--fixed .p-panelmenu-submenu{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-sidebar--fixed .p-panelmenu-submenu{padding-top:var(--spacing-xs);padding-bottom:var(--spacing-xs);padding-left:var(--spacing-md)}.admin-sidebar--fixed .p-panelmenu-header-content,.admin-sidebar--fixed .p-panelmenu-content{overflow:hidden;width:100%;white-space:nowrap}.admin-sidebar--fixed .p-panelmenu-header,.admin-sidebar--fixed .p-panelmenu-header-content,.admin-sidebar--fixed .p-panelmenu-content .p-menuitem-link{border:none!important;outline:none!important;box-shadow:none!important}.p-panelmenu-header-content,.p-panelmenu-content,.p-menuitem-content{display:flex!important;width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.p-menuitem-link,.p-panelmenu-header-content{transition:none!important}.p-datepicker .p-datepicker-dropdown{background:rgb(var(--card))!important;border-color:rgb(var(--border))!important;color:rgb(var(--card-foreground))!important}.pv-input-fluid .p-inputtext{width:100%!important}.dark .p-button-raised.p-button-text{background-color:rgb(var(--primary)/.04)!important;--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / .05));--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .p-button-raised.p-button-text:hover{background-color:rgb(var(--primary)/.08)!important;--un-translate-y:-.05rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .p-button-raised.p-button-text:active{background-color:rgb(var(--primary)/.12)!important;--un-translate-y:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / .05));--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.p-tabs{width:100%;height:100%}.p-tabs .p-tabpanels{flex:1}.p-tabs .p-tabpanels .p-tabpanel{width:100%;height:100%}.p-datatable-selectable-row[data-p-selected=true] td{background-color:color-mix(in srgb,rgb(var(--primary)) 16%,rgb(var(--card)))!important}@keyframes ambient-orb-drift{0%{transform:translateZ(0) scale(1)}35%{transform:translate3d(1.75rem,-1.25rem,0) scale(1.04)}70%{transform:translate3d(1rem,-3.5rem,0) scale(1.08)}to{transform:translate3d(2.625rem,-4.25rem,0) scale(1.12)}}@keyframes ambient-orb-drift-alt{0%{transform:translateZ(0) scale(1)}30%{transform:translate3d(-2.125rem,1.125rem,0) scale(.98)}65%{transform:translate3d(-3.625rem,2.625rem,0) scale(.95)}to{transform:translate3d(-4.875rem,3.5rem,0) scale(.9)}}@keyframes ambient-orb-pulse{0%,to{transform:translateZ(0) scale(.96)}50%{transform:translate3d(.5rem,-.625rem,0) scale(1.08)}}.ambient-orb-drift{animation:ambient-orb-drift 15s cubic-bezier(.4,0,.2,1) infinite alternate}.ambient-orb-drift-alt{animation:ambient-orb-drift-alt 25s cubic-bezier(.4,0,.2,1) infinite alternate}.ambient-orb-pulse{animation:ambient-orb-pulse 20s cubic-bezier(.4,0,.2,1) infinite alternate}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}:root{font-size:var(--font-size-root, var(--font-size-md))}.size-1-1{aspect-ratio:1/1}.size-16-9{aspect-ratio:16/9}.size-4-3{aspect-ratio:4/3}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{width:100%;height:100%;vertical-align:middle}::-webkit-scrollbar{width:var(--spacing-sm);height:var(--spacing-sm);background:transparent!important}::-webkit-scrollbar-track{background:transparent!important}::-webkit-scrollbar-track-piece{background:transparent!important}::-webkit-scrollbar-thumb{background:rgb(var(--input))!important;border-radius:var(--radius-md)!important;cursor:pointer}::-webkit-scrollbar-corner{background:transparent!important}::-webkit-resizer{background:transparent!important}.p-inputnumber-button-group{display:flex;align-items:center;justify-content:center}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.dark .dark\:i-lucide-moon,.i-lucide-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-custom\:custom-juejin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' width='1em' height='1em' fill='currentColor' t='1711867438390' class='icon' viewBox='0 0 1316 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3164'%3E%3Cpath d='M643.181714 247.698286l154.916572-123.172572L643.181714 0.256 643.072 0l-154.660571 124.269714 154.660571 123.245715 0.109714 0.182857z m0 388.461714h0.109715l399.579428-315.245714-108.361143-87.04-291.218285 229.888h-0.146286l-0.109714 0.146285L351.817143 234.093714l-108.251429 87.04 399.433143 315.136 0.146286-0.146285z m-0.146285 215.552l0.146285-0.146286 534.893715-422.034285 108.397714 87.04-243.309714 192L643.145143 1024 10.422857 525.056 0 516.754286l108.251429-86.893715L643.035429 851.748571z' fill='currentColor' p-id='3165'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-logos-100tb{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 190' display='inline-block' width='2.7em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23919FA1' d='M49.443 2.097L0 53.65l24.447 22.173l17.732-13.288v124.449h52.724V2.097zM463.23 129.49c-24.64 15.924-51.29 18.097-78.75 9.195c-13.879-4.498-24.781-14.266-35.255-24.114c-16.028-15.071-28.943-32.876-42.716-49.894c-14.355-17.738-29.482-34.505-49.029-46.764C241.287 7.758 224.06 1.336 204.834 1.11c-30.155-.355-55.344 10.976-74.93 33.9c-5.06 5.925-9.21 12.38-12.28 19.36c-1.983 4.512-6.73 15.991-7.598 22.3c.727-1.35 4.509-10.81 5.226-12.166c1.873-4.24 3.75-6.58 5.974-9.544c3.954-5.262 8.746-9.751 14.897-12.989c26.35-13.867 62.484-8.882 84.706 11.351c19.539 17.79 35.749 38.612 53.588 57.95c16.669 18.068 32.417 37.058 50.956 53.289c17.986 15.748 38.67 24.898 63.209 24.648c42.714-.433 79.796-28.72 90.857-70.087c1.251-4.682 2.699-10.498 2.162-16.896c-4.034 11.293-9.368 21.445-18.37 27.264m-232.4-5.54c-9.996 7.35-20.26 14.244-33.772 10.996c-16.879-4.059-28.097-14.325-31.747-31.3c-3.409-15.857 1.376-29.586 14.102-40.126c5.729-4.745 12.08-7.509 18.963-8.71c3.545-.619 8.4-.06 12.215.093c-12.672-9.379-28.157-13.146-43.473-12.93c-26.162.37-42.295 11.057-52.012 35.365c-3.913 9.79-7.21 19.998-6.031 30.71c3.732 25.069 15.342 46.011 35.66 61.3c28.513 21.45 59.877 26.051 93.165 12.708c21.056-8.44 37.556-26.373 52.866-42.317l-35.072-39.894c-6.794 7.668-16.574 18.011-24.863 24.105M438.91 38.463c0-7.09 1.712-13.776 4.728-19.685c-21.443-15.525-48.936-21.726-75.03-15.78c-26.017 5.93-46.467 20.994-65.183 39.115c-1.951 1.89-4.18 4.743-4.18 4.743l35.73 43.381l3.45-3.488c9.041-9.908 18.415-19.503 30.06-26.478c4.76-2.852 9.697-5.527 15.344-5.706c16.842-.537 29.775 6.675 37.749 21.349c7.908 14.554 6.51 29.113-2.764 42.847c-5.035 7.457-12.369 11.924-20.508 15.61c18.328 3.038 36.092 2.064 53.173-5.844c20.176-9.34 30.027-30.268 29.56-46.719c-23.378-.662-42.129-19.807-42.129-43.345'/%3E%3Cpath fill='%233390DA' d='M479.529 20.28v8.311h-8.368v29.223h-8.794V28.591h-8.557V20.28zm18.473 29.204c1.423 0 2.532-.429 3.321-1.234c.792-.805 1.214-1.876 1.214-3.163c0-1.34-.422-1.413-1.266-2.164s-1.951-1.127-3.27-1.127h-5.272v7.688zm-.739-14.498v-.107c1.107 0 2.057-.322 2.795-.966c.739-.642 1.107-1.501 1.107-2.52q0-1.608-1.107-2.574c-.738-.642-1.688-.964-2.795-.964h-4.534v7.131zm1.32-14.692l.157-.161c1.634 0 3.164.268 4.535.75q2.058.725 3.48 2.092a9.7 9.7 0 0 1 2.215 3.218a9.8 9.8 0 0 1 .792 3.914c0 .965.227 2.282-.09 3.087a9.2 9.2 0 0 1-1.159 2.144a7.6 7.6 0 0 1-1.583 1.61c-.58.428-1.107.696-1.58.857v.054c.842.214 1.3.184 2.092.72a8.2 8.2 0 0 1 2.056 1.984q.87 1.207 1.424 2.735c.368 1.018.58 2.038.58 3.11c0 1.662-.265 3.163-.791 4.558a9.66 9.66 0 0 1-2.374 3.592c-1.055 1.019-2.372 1.824-4.008 2.413c-1.634.59-3.532.858-5.747.858H484.08V20.294z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:2.7em;height:1em}.i-logos-500px{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 128' display='inline-block' width='4em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M158.951 0C123.599 0 94.94 28.654 94.94 64s28.659 64 64.011 64c35.353 0 64.011-28.654 64.011-64c-.312-35.216-28.789-63.687-64.011-64m0 114.56c-27.75.176-50.39-22.173-50.567-49.92c-.176-27.745 22.177-50.381 49.928-50.558S208.702 36.254 208.88 64c.002 27.675-22.25 50.21-49.929 50.56M296.511 0c-35.352 0-64.01 28.654-64.01 64s28.658 64 64.01 64s64.012-28.654 64.012-64a64 64 0 0 0-18.749-45.255A64.02 64.02 0 0 0 296.511 0m0 114.56c-27.75.176-50.39-22.173-50.566-49.92c-.177-27.745 22.176-50.381 49.927-50.558c27.75-.177 50.391 22.172 50.568 49.918a49.72 49.72 0 0 1-14.337 35.77a49.74 49.74 0 0 1-35.592 14.79M48.851 38.4a43.15 43.15 0 0 0-33.926 8.96V13.44h57.61c1.921 0 3.201-.64 3.201-6.4s-2.56-5.76-3.84-5.76H8.524a5.76 5.76 0 0 0-5.76 5.76v56.32c0 3.2 1.92 3.84 5.12 4.48c1.99.92 4.349.395 5.761-1.28A36.42 36.42 0 0 1 45.651 51.2c14.838 1.852 26.62 13.37 28.805 28.16C76.489 97.008 63.922 113 46.291 115.2h-3.84a32.65 32.65 0 0 1-30.086-21.12c-.64-1.92-1.92-3.2-7.041-1.28S-.437 96 .203 97.92c8.67 23.157 34.29 35.11 57.61 26.88c23.162-8.669 35.117-34.283 26.885-57.6A44.8 44.8 0 0 0 48.85 38.4M404.051.64c-17.548 2.02-30.777 16.9-30.726 34.56v56.96c0 3.2 2.56 3.84 6.401 3.84s6.401-.64 6.401-3.84V35.2c-.232-10.913 7.75-20.268 18.564-21.76a21.06 21.06 0 0 1 16.003 5.12a20.4 20.4 0 0 1 7.04 15.36a25.6 25.6 0 0 1-4.48 12.16a20.17 20.17 0 0 1-17.923 8.32c-2.56 0-4.481 0-5.121 5.76c0 3.84 0 5.76 3.2 6.4a31.5 31.5 0 0 0 18.564-3.84a34.37 34.37 0 0 0 18.563-26.88a33.15 33.15 0 0 0-7.912-24.387A33.16 33.16 0 0 0 409.684 0c-1.832.514-3.734.73-5.633.64m83.854 33.28l23.045-23.04c.64-.64 2.56-2.56-1.28-7.04a6.4 6.4 0 0 0-4.481-2.56a3.33 3.33 0 0 0-2.56 1.28L479.583 25.6L456.54 1.92C454.62 0 452.7.64 449.499 3.2c-3.2 2.56-3.2 5.12-1.28 7.04l23.043 23.04l-23.172 23.68a4.86 4.86 0 0 0-1.28 2.56c.034 1.832 1 3.52 2.56 4.48a10.3 10.3 0 0 0 4.481 2.56a6.8 6.8 0 0 0 3.201-1.28l23.044-23.04l23.044 23.04a3.33 3.33 0 0 0 2.56 1.28a6.4 6.4 0 0 0 4.481-2.56c1.92-2.56 2.56-5.12.64-6.4z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:4em;height:1em}.i-logos-6px{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 265' display='inline-block' width='0.97em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M192.134 57.954c-9.015 0-18.03 1.932-23.182 3.864c0 0 7.727-6.44 21.894-8.372C186.338 23.182 159.293 0 126.372 0c-36.06 0-65.118 29.058-65.118 65.118c0 7.083 1.932 18.03 4.508 25.113c0 0-6.44-6.44-9.66-21.894C23.907 70.27 0 96.671 0 128.947c0 33.566 27.045 60.61 59.966 60.61h1.288c0-4.507 0-9.014 1.288-13.522c1.288-5.795 3.22-11.59 6.44-16.742c2.575-4.507 5.15-8.371 8.37-12.235l46.444-65.117c3.864-4.508 9.015-7.084 14.167-7.728c4.507-.644 9.015.644 12.878 3.22l.644.644l.644.644c4.508 3.863 7.084 9.015 7.728 14.166c.643 4.508-.644 9.015-3.22 12.88v.643l-16.662 23.182c5.152 1.287 9.66 3.22 14.167 5.795c10.303 5.795 19.318 14.167 25.757 25.113c3.864 7.084 6.44 15.535 7.083 23.826v7.083h3.864c36.06 0 65.118-29.057 65.118-65.118c1.207-39.28-27.77-68.337-63.83-68.337z' fill='%23009BDF'/%3E%3Cpath d='M167.403 215.233h-19.26v-31.459c0-12.198-10.272-22.47-22.47-22.47c-12.198 0-22.47 10.272-22.47 22.47v31.459h-19.26c-2.569 0-4.495 1.284-4.495 3.21s1.284 3.21 5.136 7.704c12.198 12.198 29.533 30.174 30.817 32.1c2.568 2.568 5.136 5.778 9.63 5.778c4.494 0 7.062-3.21 9.63-5.778c1.926-1.926 19.26-19.982 30.816-32.1c3.852-3.852 5.136-5.778 5.136-7.704c.642-2.649-1.284-3.21-3.21-3.21z' fill='%233B3A3C'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:.97em;height:1em}.i-logos-active-campaign{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 52' display='inline-block' width='9.85em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23004CFF' d='M384.111.398c1.847 0 2.236 1.107 2.236 2.039v3.428h-3.53c-1.766 0-2.136-1.054-2.136-1.94V.402h3.43zm-.3 11.233c1.464 0 2.238.738 2.238 2.137v28.78h-3.182v-.112c-1.14-.102-1.888-.93-1.888-2.124v-28.68zm-168.424 22.44c1.09.99 1.403 1.402 1.414 1.42l.127.168l-.145.152c-4.908 5.14-9.837 7.334-16.483 7.334c-11.93 0-20.927-9.253-20.927-21.522C179.373 9.498 188.609 0 200.399 0c8.092 0 12.556 3.187 16.176 6.63l.176.167l-.163.18a57 57 0 0 1-1.797 1.897c-1.01 1.124-2.382.848-3.222.112c-3.427-2.875-7.008-4.215-11.27-4.215c-8.926 0-15.657 7.16-15.657 16.652c0 9.448 6.878 16.85 15.658 16.85c4.424 0 7.749-1.25 11.472-4.317c.917-.814 2.458-1.042 3.615.116m75.574-23.235c7.144 0 11.581 4.78 11.581 12.476V42.35h-2.635c-2.058 0-2.336-1.283-2.336-2.536V24.306c0-5.655-2.773-8.896-7.604-8.896c-4.083 0-8.203 2.842-8.203 9.194V42.35h-2.733c-1.443 0-2.238-.795-2.238-2.238V24.207c0-5.51-2.842-8.797-7.603-8.797c-4.753 0-8.2 3.908-8.2 9.294v15.408c0 1.787-.785 2.138-2.14 2.138h-2.832V11.333h2.734c1.484 0 2.335.85 2.335 2.336v2.185c1.908-2.677 4.6-5.215 9.594-5.215c5.803 0 8.575 3.485 9.778 5.824c2.689-3.783 6.129-5.627 10.5-5.627zm35.888.1c7.155 0 14.762 5.626 14.762 16.054c0 10.429-7.607 16.055-14.764 16.055c-4.612 0-8.34-1.947-11.381-5.95v14.7h-2.833c-1.4 0-2.138-.775-2.138-2.238V11.532h2.436c1.658 0 2.533.842 2.533 2.435v3.19c3.044-4.186 6.774-6.221 11.385-6.221m9.592 16.054c0-7.603-5.277-11.58-10.488-11.58c-5.302 0-10.785 4.294-10.785 11.48c0 7.25 5.482 11.582 10.785 11.582c6.176 0 10.488-4.72 10.488-11.482m82.412-13.22c0-1.507 1.38-2.337 2.335-2.337h2.734v25.4c0 9.57-5.707 15.06-15.657 15.06c-5.213 0-9.908-1.455-13.962-4.32l-.173-.124l.096-.19c.011-.025.31-.621 1.103-1.909c.423-.689.966-1.01 1.57-1.001c.5.012 1.052.229 1.854.721a19.3 19.3 0 0 0 9.413 2.45c6.854 0 10.785-3.86 10.785-10.588v-2.868c-3.256 3.967-7.086 5.899-11.68 5.899c-7.06 0-14.563-5.106-14.563-14.565c0-4.22 1.603-8.036 4.516-10.745c2.677-2.49 6.338-3.918 10.047-3.918c5.845 0 9.477 2.947 11.582 5.659zm.199 11.828c0-6.618-5.61-10.19-10.885-10.19c-5.963 0-10.291 4.245-10.291 10.09c0 5.81 4.424 10.19 10.291 10.19c5.351 0 10.885-3.774 10.885-10.09m28.283-14.662c7.215 0 11.878 4.857 11.878 12.375v19.136h-3.033c-1.39 0-2.035-.676-2.035-2.135V24.406c0-5.572-3.067-8.897-8.203-8.897c-5.239 0-8.897 3.822-8.897 9.294l.101 17.644h-5.072V11.532h2.734c1.163 0 2.337.66 2.337 2.137V16.3c2.427-3.562 5.85-5.365 10.19-5.365m-87.085.198c8.46 0 13.172 4.393 13.273 12.374V42.35h-2.735c-1.458 0-2.138-.648-2.138-2.038V38.22c-2.723 3.161-6.438 4.825-10.785 4.825c-7.957 0-11.583-5.076-11.583-9.792c0-6.223 4.838-9.791 13.273-9.791h5.118V25.2c0 1.438-.73 2.137-2.236 2.137h-2.485c-5.546 0-8.6 2.066-8.6 5.815c0 3.997 3.84 5.816 7.406 5.816c5.732 0 9.89-3.366 9.89-8.002v-7.358c0-5.162-3.122-8.002-8.795-8.002c-2.557 0-4.86.455-7.465 1.475c-.948.315-2.1.288-2.51-.736a87 87 0 0 1-.897-2.395l-.077-.215l.209-.096c3.815-1.733 7.25-2.506 11.137-2.506m-125.159 0c8.458 0 13.172 4.393 13.273 12.374V42.35h-2.735c-1.458 0-2.138-.648-2.138-2.038V38.22c-2.722 3.161-6.436 4.825-10.785 4.825c-7.957 0-11.582-5.076-11.582-9.792c0-6.223 4.838-9.791 13.273-9.791h5.082V25.2c0 1.438-.733 2.137-2.237 2.137h-2.449c-5.546 0-8.598 2.066-8.598 5.815c0 3.997 3.839 5.816 7.405 5.816c5.733 0 9.891-3.366 9.891-8.002v-7.358c0-5.162-3.124-8.002-8.797-8.002c-2.557 0-4.859.455-7.465 1.475c-.953.319-2.1.288-2.508-.736a79 79 0 0 1-.897-2.395l-.08-.218l.213-.093c2.95-1.302 6.341-2.506 11.134-2.506m275.22 11.481c1.118.786 1.689 1.757 1.689 2.884v.56c-.013.87-.325 2.094-1.69 3.119l-.004.003c-.658.47-7.347 5.104-14.429 10.012c-6.928 4.801-14.735 10.211-15.689 10.886v.781l-.463-.78c-.022-.04-.043-.073-.02-.127h-.013v-4.075c0-1.39.153-2.058 1.7-3.09c1.292-.83 21.743-15.011 24.457-16.89c-2.693-1.87-22.88-15.886-24.264-16.899l-.164-.118c-1.023-.741-1.827-1.324-1.827-2.867v-4.85l.388.272c1.207.84 29.538 20.588 30.328 21.18m-17.709 5.486c-.7 0-1.395-.244-2.125-.73c-1.77-1.181-10.848-7.494-10.94-7.558l-.105-.074v-3.113c0-.715.308-1.28.848-1.555c.579-.295 1.301-.198 1.933.26c1.366.879 14.575 10.044 14.708 10.14l.3.206l-.305.203s-.893.595-1.884 1.288c-.848.622-1.641.933-2.43.933m-421.66 7.261c.97.97 1.467 1.37 1.472 1.376l.2.16l-.166.195c-2.416 2.817-6.02 6.052-12.517 6.052c-8.742 0-15.856-7.203-15.856-16.056c0-9.058 6.965-16.153 15.856-16.153c4.997 0 8.794 1.68 12.311 5.447l.154.166l-.152.169a56 56 0 0 1-1.7 1.8c-.974.971-1.996.915-3.317-.184c-1.783-1.446-4.06-2.926-7.395-2.926c-5.936 0-10.588 5.088-10.588 11.582s4.782 11.583 10.885 11.583c2.816 0 5.402-1.05 7.688-3.118c.671-.538 2.067-1.15 3.125-.091zM103.971.4c1.359 0 2.236.917 2.236 2.337v3.131h-3.528c-1.767 0-2.139-1.055-2.139-1.94V.401h3.43zm-.398 11.234c1.464 0 2.236.737 2.236 2.137v28.78h-3.18v-.112c-1.141-.103-1.89-.93-1.89-2.124V11.63h2.834zm32.676 1.64c.489-1.174 1.377-1.743 2.714-1.743h3.462l-.152.348c-.122.28-12.135 27.85-12.627 28.931c-.521 1.148-1.273 1.638-2.512 1.638h-.598c-1.28 0-2.074-.245-2.614-1.543c-.49-1.077-12.504-28.846-12.624-29.127l-.15-.348h3.558c1.358 0 2.305.622 2.815 1.844c.36 1.082 7.893 19.358 9.313 22.806c1.424-3.447 8.967-21.732 9.415-22.806m31.146 11.878c.288 0 .502-.077.625-.23c.173-.203.215-.573.124-1.07c-.41-5.12-4.107-8.544-9.2-8.544c-5.053 0-8.998 4.16-9.594 10.115c-.002.018-.098.704-.098 1.666c0 .865.096 1.55.096 1.556c.635 6.06 4.85 10.125 10.49 10.125c3.275 0 5.952-.986 8.184-3.017c.593-.593 1.72-.96 2.908-.011a207 207 0 0 0 1.497 1.298l.195.167l-.173.189c-3.624 3.975-7.544 5.748-12.71 5.748c-8.812 0-15.458-6.946-15.458-16.153c0-9.211 6.39-16.155 14.862-16.155c7.734 0 13.426 5.241 14.165 13.048c.124 1.669-.253 3.025-1.09 3.926c-.81.873-2.032 1.318-3.63 1.318c-2.72 0-9.282.01-14.934.099l-.252.003v-1.943c0-1.337.799-2.137 2.137-2.137h11.856zM24.468 1.931c.59 1.28 17.919 39.777 18.095 40.165l.157.351h-2.969c-.631 0-2.552 0-3.308-1.636c-.549-1.191-13.225-29.963-15.085-34.184l-9.06 20.313h13.41v2.238c0 1.457-1.057 2.435-2.633 2.435H10.286c-.482 1.064-3.462 7.616-4.01 8.802c-.77 1.43-1.667 2.034-3.01 2.034H0l.157-.353c.176-.39 17.7-39.374 18.093-40.259c.545-.984 1.422-1.539 2.414-1.539h1.193c1.342 0 1.999.412 2.608 1.629l.003.006zm68.897 36.14c.28.209.614.629.614 1.443c0 1.095-.096 1.978-.1 2.017l-.015.133l-.12.06c-1.578.79-4.1 1.32-6.276 1.32c-5.673 0-8.798-3.126-8.798-8.8V.498h2.437c1.539 0 2.533.917 2.533 2.337v8.797h7.01c1.268 0 2.633.731 2.633 2.336v2.137h-9.642l.1 17.447c0 3.2 1.622 4.822 4.82 4.822c1.05 0 1.803-.185 2.917-.488c.738-.22 1.427-.154 1.887.188z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:9.85em;height:1em}.i-logos-active-campaign-icon{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 391' display='inline-block' width='0.66em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23004CFF' d='m1.273 0l3.049 2.142c9.488 6.603 232.185 161.826 238.397 166.475c8.795 6.174 13.281 13.81 13.281 22.668v4.397c-.1 6.842-2.558 16.469-13.28 24.52l-.039.026c-5.166 3.692-57.747 40.12-113.415 78.701c-4.9 3.397-9.858 6.832-14.827 10.275l-3.314 2.297C61.96 345.572 12.62 379.777 5.947 384.498v6.136l-3.641-6.124c-.177-.315-.34-.58-.151-1.008H2.04v-32.03c0-10.924 1.21-16.178 13.37-24.28c5.179-3.33 49.529-33.955 94.578-65.128l5.3-3.668c41.513-28.73 82.338-57.033 92.364-63.974C186.484 179.718 27.796 69.554 16.923 61.59l-1.286-.932C7.598 54.836 1.273 50.25 1.273 38.128zM21.86 111.361c10.736 6.905 114.562 78.954 115.608 79.697l2.356 1.626l-2.394 1.6s-7.018 4.675-14.805 10.118c-6.666 4.889-12.903 7.333-19.102 7.333c-5.506 0-10.962-1.915-16.708-5.733c-6.12-4.086-23.363-15.98-40.816-28.064l-2.38-1.648A27213 27213 0 0 1 .832 146.592l-.832-.58v-24.47c0-5.62 2.42-10.067 6.666-12.222c4.548-2.318 10.231-1.562 15.195 2.041'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:.66em;height:1em}.i-logos-admob{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='99.302%25' id='ssvg-id-admoba'%3E%3Cstop stop-color='%23404040' stop-opacity='.3' offset='0%25'/%3E%3Cstop stop-color='%23404040' stop-opacity='0' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M127.983 174.982c-25.785 0-46.688-20.903-46.688-46.688c0-25.786 20.903-46.688 46.688-46.688H256L175.138 0h-47.155C57.3 0 0 57.3 0 127.982c0 70.684 57.3 127.984 127.983 127.984v-80.984z' fill='%23DE564A'/%3E%3Cpath fill='%23465B65' d='M174.671 255.966H256V81.606h-81.329z'/%3E%3Cpath fill='url(%23ssvg-id-admoba)' d='M256 81.606v80.447l-81.329-80.447z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1em;height:1em}.i-logos-adobe{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 134' display='inline-block' width='3.83em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23FA0F00' d='m221.02 88.874l-5.524 17.025c-.152.567-.68.952-1.266.921h-13.327c-.805 0-1.033-.46-.922-1.149l23.005-66.373a20.9 20.9 0 0 0 1.155-7.02a.766.766 0 0 1 .689-.804h18.408c.555 0 .805.116.922.688l26.098 73.626c.228.555.117 1.032-.555 1.032h-14.954a1.16 1.16 0 0 1-1.266-.805l-5.864-17.141zm4.138-14.377h18.18l-1.75-5.633c-2.411-7.66-5.621-17.629-7.34-24.047h-.117c-1.838 7.708-5.98 20.363-8.973 29.68m46.932 4.232c-.005-16.448 12.3-30.252 33.356-30.252c.917 0 2.072.116 3.799.227V26.043a.727.727 0 0 1 .587-.797l14.71-.008c.556 0 .695.227.695.688V93.91a65 65 0 0 0 .46 8.402c0 .444-.074.693-.456.89l-.348.142a57.8 57.8 0 0 1-22.662 4.604c-17.025 0-30.14-9.662-30.14-29.22m37.155-16.337a11.9 11.9 0 0 0-4.26-.555a15.35 15.35 0 0 0-16.465 15.007l.018 1.096c0 11.389 6.558 16.337 15.298 16.337a16.2 16.2 0 0 0 5.409-.689zm81.83 14.32l.041 1.206c0 18.063-11.733 30.024-28.32 30.024c-19.673 0-28.414-14.837-28.414-29.68a28.147 28.147 0 0 1 28.642-29.791c18.044 0 27.574 13.211 28.051 28.24m-40.473 1.306c0 10.123 4.715 16.564 12.422 16.564c6.664 0 11.733-5.753 11.733-16.337c0-8.973-3.681-16.447-12.421-16.447c-6.664 0-11.734 5.98-11.734 16.22m50.654-52.78l14.032-.006c.921 0 1.15.117 1.15.922v23.583a37 37 0 0 1 7.706-1.217l1.955-.049a26.326 26.326 0 0 1 27.63 25.998l-.021 1.383c0 21.512-17.025 32.096-34.506 32.096a60.2 60.2 0 0 1-18.063-2.643a1.36 1.36 0 0 1-.689-1.15v-78.11c0-.555.228-.805.806-.805m22.959 36.79l-.987.014a23.4 23.4 0 0 0-6.785.922v31.174c.93.215 1.876.356 2.828.42l1.43.04a15.83 15.83 0 0 0 16.66-17.252a13.516 13.516 0 0 0-13.146-15.317m51.97 20.371c.555 6.558 5.175 11.966 16.448 11.966c4.847.09 9.662-.811 14.148-2.648c.35-.228.694-.117.694.555V103.2c0 .805-.227 1.15-.805 1.383a38.65 38.65 0 0 1-15.79 3.374l-1.812-.043c-21.623 0-29.22-14.837-29.22-29.102c0-15.479 9.296-29.643 26.498-30.342l1.339-.027a23.455 23.455 0 0 1 24.272 24.85a37 37 0 0 1-.556 7.707a.994.994 0 0 1-.921.921q-4.433.42-8.884.47zm14.954-11.156a37.5 37.5 0 0 0 5.753-.227v-.806a9.357 9.357 0 0 0-9.779-9.09a10.9 10.9 0 0 0-11.045 10.123zM75.314 49.137l35.466 84.148H87.535l-10.611-26.798H50.97zM150.599 0v133.269L94.921 0zM55.701 0L0 133.269V0z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:3.83em;height:1em}.i-logos-adobe-after-effects{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%2300005B' rx='42.5'/%3E%3Cpath fill='%2399F' d='M102.843 149.333H63.172L55.1 174.454a2.02 2.02 0 0 1-1.901 1.547L32.947 176q-1.72 0-1.202-1.89l34.347-98.509l.343-1.035l.114-.354l.23-.74c.114-.382.228-.787.343-1.226c.45-2.291.68-4.62.687-6.955a1.063 1.063 0 0 1 1.202-1.202h27.306q1.2 0 1.374.859l38.983 109.335q.515 1.718-1.03 1.717h-22.326a1.59 1.59 0 0 1-1.717-1.202zm-33.488-21.181h27.134l-.387-1.277l-.621-2.022l-.909-2.896l-1.745-5.467l-1.662-5.254l-3.092-9.789a336 336 0 0 1-2.46-8.138l-.878-3.096l-.948-3.393l-.866-3.147h-.172a139 139 0 0 1-3.136 12.23l-1.16 3.723l-2.79 9l-1.414 4.585q-.383 1.242-.765 2.456l-.76 2.398l-.756 2.342l-.752 2.284l-.748 2.227q-.559 1.65-1.113 3.234m130.518 11.404h-33.831a24.1 24.1 0 0 0 3.263 9.461a17.67 17.67 0 0 0 7.813 6.44a32.6 32.6 0 0 0 13.653 2.676a62 62 0 0 0 11.077-1.216a40.8 40.8 0 0 0 9.523-2.482q.859-.685.86.858v16.315c.028.445-.061.889-.259 1.288c-.196.312-.46.576-.772.773a43.7 43.7 0 0 1-10.64 3.17a75.5 75.5 0 0 1-15.113 1.287q-11.814 0-19.917-3.545l-.52-.233a36.4 36.4 0 0 1-13.394-10.132a39.7 39.7 0 0 1-7.385-13.996A55.1 55.1 0 0 1 142 134.678a54.1 54.1 0 0 1 2.662-16.916a44.2 44.2 0 0 1 7.985-14.597a38.4 38.4 0 0 1 12.88-10.133c5.037-2.46 10.991-3.343 17.86-3.343a38.8 38.8 0 0 1 16.573 3.263a29.2 29.2 0 0 1 11.248 8.495a39 39 0 0 1 6.354 12.107a43.2 43.2 0 0 1 2.061 13.052q0 3.78-.257 6.87l-.153 1.764l-.16 1.674l-.095.848l-.022.179a1.556 1.556 0 0 1-1.545 1.374l-.471.01l-.587.03l-.457.033l-1.068.091l-.938.093q-.383.04-.795.075l-.851.067l-.909.06l-.965.05l-1.022.043l-.533.018l-1.107.03c-1.095.027-2.217-.041-3.368-.125l-1.746-.128a40 40 0 0 0-2.7-.106m-33.831-15.645h23.386l1.992-.013l1.354-.019l.877-.02l.984-.034a6 6 0 0 0 2.49-.825v-1.03a13.7 13.7 0 0 0-.686-3.95a14.03 14.03 0 0 0-13.91-9.79a14.92 14.92 0 0 0-14.169 8.072a24.8 24.8 0 0 0-2.318 7.61'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-animate{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%2300005B' rx='42.5'/%3E%3Cpath fill='%2399F' d='M103.513 149.333h-39.67l-8.148 25.033a2.02 2.02 0 0 1-1.9 1.546H33.542q-1.72 0-1.202-1.89l34.49-98.42l.457-1.353c.191-.573.382-1.182.573-1.914c.45-2.291.68-4.62.687-6.955a1.063 1.063 0 0 1 1.202-1.202h27.305q1.2 0 1.374.859l38.84 109.157q.515 1.718-1.03 1.717h-22.325a1.59 1.59 0 0 1-1.718-1.202zm-33.42-21.181h27.133l-.386-1.277l-.622-2.022l-.908-2.896l-1.745-5.467l-4.754-15.043a334 334 0 0 1-2.46-8.138l-.878-3.096l-.72-2.567l-.885-3.21l-.209-.763h-.171a139 139 0 0 1-3.137 12.23l-1.16 3.723l-2.79 9l-1.797 5.82l-.763 2.427l-.758 2.37l-.754 2.313a374 374 0 0 1-2.237 6.596m79.197 46.125v-63.299q.001-.648-.004-1.33l-.012-1.4l-.021-1.467l-.048-2.328l-.057-2.033a255 255 0 0 0-.11-2.944l-.09-1.893l-.13-2.348l-.108-1.72l-.064-.878l-.042-.508a1.02 1.02 0 0 1 .171-1.03a1.4 1.4 0 0 1 1.031-.343h17.143a3.84 3.84 0 0 1 1.718.343c.463.239.782.687.858 1.202l.773 2.319a17.6 17.6 0 0 1 .601 3.478a34.5 34.5 0 0 1 11.334-6.611a39 39 0 0 1 12.88-2.147a32.7 32.7 0 0 1 10.047 1.632a25.38 25.38 0 0 1 16.229 15.8c1.717 4.408 2.39 10.104 2.39 17.086v50.419q0 1.545-1.374 1.545L202.34 176a1.517 1.517 0 0 1-1.718-1.717v-47.836a23.7 23.7 0 0 0-2.073-9.286a12.27 12.27 0 0 0-4.38-5.324a12.9 12.9 0 0 0-7.298-1.889c-2.76-.04-5.5.457-8.071 1.46a20.4 20.4 0 0 0-6.354 4.035v58.834q0 1.545-1.374 1.545h-20.235a1.366 1.366 0 0 1-1.546-1.545'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-dreamweaver{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%23470137' rx='42.5'/%3E%3Cpath fill='%23FF61F6' d='M24.311 174.691V65.47a1.23 1.23 0 0 1 1.142-1.374l.279-.018l.921-.053l1.049-.048l1.595-.057l1.82-.05l1.515-.031l7.032-.114l4.061-.058l2.578-.03l2.643-.025l2.708-.017l2.774-.01l2.839-.004q19.152 0 31.902 6.738l.564.303a46.3 46.3 0 0 1 19.332 19.32q6.444 12.28 6.445 28.25a66 66 0 0 1-3.345 21.896a51.7 51.7 0 0 1-9.136 16.4a55 55 0 0 1-13.133 11.421a56.2 56.2 0 0 1-15.662 6.698a65.7 65.7 0 0 1-16.478 2.146H44.321l-2.506-.007l-2.435-.014l-2.362-.02l-2.29-.028l-2.72-.045l-2.392-.055l-1.664-.052l-1.442-.058l-.638-.031l-.582-.033q-.98 0-.979-1.718m22.514-89.988v71.098q1.794 0 3.263.086l1.994.115l1.024.056q1.327.077 2.957.085l.551.001c4.944.066 9.86-.748 14.52-2.404a29.5 29.5 0 0 0 11.176-7.213a32.65 32.65 0 0 0 7.178-11.85a47.1 47.1 0 0 0 2.529-15.97a42.2 42.2 0 0 0-2.447-15.027a28 28 0 0 0-18.191-17.26A46.1 46.1 0 0 0 58.11 84.36l-1.902.003l-1.478.013l-.91.014l-.852.02l-.793.023l-.933.037l-1.173.054l-1.893.1zm164.195 91.722h-19.964a1.52 1.52 0 0 1-1.277-.429a5.2 5.2 0 0 1-.639-1.288l-.775-3.309l-.5-2.149l-.72-3.138l-.69-3.036l-.655-2.934l-.623-2.832l-.78-3.616l-1.1-5.232l-1.32-6.386l-.864-4.269l-1.13-5.715l-.82-4.25l-.59-3.15l-.44-2.415l-.214-1.199l-.293-1.696l-.178-1.063l-.163-1.008l-.218-1.409l-.065-.442h-.16a674 674 0 0 0-2.954 13.653a438 438 0 0 1-2.955 13.31l-1.192 4.959l-1.294 5.31l-1.395 5.66l-1.19 4.781l-1.58 6.291l-1.335 5.284q-.32 1.718-1.757 1.717h-19.964a2.4 2.4 0 0 1-1.517-.343a2.9 2.9 0 0 1-.718-1.202l-20.763-82.432q-.48-1.373 1.278-1.374h20.123q1.438 0 1.597 1.03l1.19 5.274l.677 3.027l1.272 5.745l1.344 6.182l.868 4.073l.546 2.614l.346 1.687l.332 1.64l.317 1.596l.448 2.308l.416 2.205l.259 1.413l.244 1.368l.34 1.967l1.204 7.18l.817 4.755l.841 4.852l.518 3.08h.32q.212-2.094.625-4.157l.254-1.217l.841-4.175l1.051-5.316l.41-2.026l.758-3.657l2.485-11.703l1.214-5.798l.613-2.942l.39-1.818l.416-1.868l.216-.953l.452-1.943l.475-1.993l.499-2.043l.523-2.093l.547-2.142l.572-2.192l.595-2.243c.041-.48.177-.947.4-1.374q.238-.342 1.197-.343h20.922q.958.002 1.118 1.202l.487 2.1l.702 3.063l.45 1.983l.856 3.825l.799 3.637l.74 3.45l.518 2.464l1.994 9.694l.874 4.31l.327 1.624l.328 1.667l.31 1.608l.289 1.548l.137.752l.26 1.46l.239 1.4l.22 1.342l.2 1.282l.377 2.515l.278 1.772l.181 1.113l.18 1.058l.175 1.003l.26 1.401q.54 2.684.798 5.41h.32q.73-2.989 1.329-6.848l.217-1.431l.234-1.493l.257-1.555l.28-1.617q.072-.412.148-.832l.313-1.71l1.045-5.504l.556-2.96l.772-4.165l.36-1.957l.34-1.795l.36-1.85l.378-1.905l.4-1.96l.418-2.015l.439-2.07l.458-2.125l.512-2.334l.53-2.39l.551-2.446l.57-2.503l.59-2.558l.61-2.615l.63-2.671q.318-1.373 1.438-1.374h18.686q1.436 0 1.118 1.545l-22.999 82.26a3.8 3.8 0 0 1-.639 1.203a1.75 1.75 0 0 1-1.278.343'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-icon{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 227' display='inline-block' width='1.13em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23FA0F00' d='m128.024 83.527l60.288 143.042h-39.513l-18.038-45.554H86.642zM256 0v226.54L161.353 0zM94.684 0L0 226.54V0z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.13em;height:1em}.i-logos-adobe-illustrator{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%23300' rx='42.5'/%3E%3Cpath fill='%23FF9A00' d='M124.054 149.79h-39.67l-8.072 25.073a2.02 2.02 0 0 1-2.061 1.546H54.158q-1.718 0-1.202-1.89l34.347-98.918q.515-1.545 1.03-3.52c.45-2.292.68-4.62.687-6.955a1.063 1.063 0 0 1 1.202-1.203h27.306q1.2 0 1.374.86l38.983 109.908q.515 1.72-1.03 1.718h-22.326a1.59 1.59 0 0 1-1.717-1.202zm-33.488-21.638H117.7l-.387-1.277l-.621-2.022l-.443-1.42l-.707-2.236l-1.503-4.707l-1.322-4.173l-3.433-10.87a334 334 0 0 1-2.46-8.138l-.628-2.21l-.734-2.613l-1.12-4.05l-.21-.763h-.171a139 139 0 0 1-3.136 12.23l-2.548 8.196l-1.402 4.528l-1.415 4.584q-.383 1.242-.765 2.456l-.76 2.398l-.756 2.342l-.752 2.284l-.748 2.227q-.372 1.1-.743 2.17zm90.501-46.025a12.46 12.46 0 0 1-9.445-3.778a13.6 13.6 0 0 1-3.607-9.789a12.6 12.6 0 0 1 3.864-9.53a13.27 13.27 0 0 1 9.165-3.697l.366.004q6.183 0 9.704 3.692a13.26 13.26 0 0 1 3.52 9.531a13.4 13.4 0 0 1-3.692 9.79a13.18 13.18 0 0 1-9.508 3.79zm-11.85 92.564V92.603q-.001-1.546 1.374-1.546h21.124q1.373 0 1.374 1.546v82.088q0 1.72-1.374 1.718h-20.952q-1.464 0-1.541-1.542z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-incopy{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%2349021F' rx='42.5'/%3E%3Cpath fill='%23F36' d='M102.93 65.297v109.394q0 1.718-1.546 1.718h-20.78q-1.376 0-1.374-1.718V65.297q0-1.373 1.546-1.374h20.78a1.215 1.215 0 0 1 1.373 1.374m81.916 91.02v17.688a1.69 1.69 0 0 1-.858 1.545a34.4 34.4 0 0 1-8.436 1.997l-.667.064q-4.578.458-8.887.509l-1.073.006a52.4 52.4 0 0 1-19.062-3.263a39.4 39.4 0 0 1-14.254-9.273a42.1 42.1 0 0 1-9.016-14.082a46.9 46.9 0 0 1-3.177-17.345a44.1 44.1 0 0 1 6.01-23.099a42.74 42.74 0 0 1 16.352-15.586l.564-.3q10.905-5.835 25.502-5.838c3.388-.062 6.776.14 10.133.601a47 47 0 0 1 5.839 1.288c.612.424.942 1.15.858 1.89l-.171 17.688q0 1.544-1.374 1.202a31 31 0 0 0-5.84-1.46a53 53 0 0 0-8.586-.6a30.4 30.4 0 0 0-12.708 2.575a20.24 20.24 0 0 0-8.93 7.728q-3.264 5.152-3.263 13.052q0 8.931 3.864 14.082a20.9 20.9 0 0 0 9.789 7.299a34.8 34.8 0 0 0 11.935 2.146c2.41.011 4.818-.097 7.216-.325l1.027-.104a30 30 0 0 0 5.84-1.116q1.371-.342 1.373 1.03'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-indesign{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%2349021F' rx='42.5'/%3E%3Cpath fill='%23F36' d='M92.969 65.297v109.394q0 1.718-1.546 1.718h-20.78q-1.376 0-1.373-1.718V65.297q0-1.373 1.545-1.374h20.78a1.215 1.215 0 0 1 1.385 1.233zm62.586 112.818l-1.106.011a53.2 53.2 0 0 1-22.926-4.808a36.45 36.45 0 0 1-16.057-14.512q-5.698-9.464-5.836-23.59l-.003-.71a44.84 44.84 0 0 1 5.84-22.497a42.87 42.87 0 0 1 16.443-16.183l.558-.304q11.16-6.182 26.962-6.182l.222.001l.493.011l.558.022l.623.032l.687.043l.751.055l1.697.139l.464.04v-33.83q0-1.201 1.03-1.203h21.639a.91.91 0 0 1 1.03 1.03v101.495a85 85 0 0 0 .258 6.354l.162 2.214l.143 2.061l.124 1.907a1.775 1.775 0 0 1-1.03 1.718a85.2 85.2 0 0 1-17.345 5.151a93 93 0 0 1-15.38 1.535m9.37-21.284v-46.883a17 17 0 0 0-2.833-.515a34 34 0 0 0-3.521-.172c-4.168-.041-8.286.9-12.021 2.748a23.5 23.5 0 0 0-9.016 7.9q-3.522 5.151-3.521 13.567a30.3 30.3 0 0 0 1.803 10.99a20.9 20.9 0 0 0 4.809 7.557a18.3 18.3 0 0 0 7.213 4.293a28.3 28.3 0 0 0 8.844 1.375q2.403 0 4.465-.173a18.4 18.4 0 0 0 3.248-.54z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-lightroom{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%23001E36' rx='42.5'/%3E%3Cpath fill='%2331A8FF' d='M134.443 176.409H66.78q-1.719 0-1.717-1.89V65.47a1.366 1.366 0 0 1 1.545-1.546H87.56a1.064 1.064 0 0 1 1.202 1.203v89.645h49.287q1.545 0 1.203 1.545l-3.092 18.547a1.64 1.64 0 0 1-.687 1.288a2.3 2.3 0 0 1-1.03.258m17-85.352h18.719c1.044.01 1.956.71 2.232 1.718a8.3 8.3 0 0 1 .86 2.404q.358 1.659.514 3.349q.17 1.803.172 3.864a40.1 40.1 0 0 1 11.42-9.188a32.15 32.15 0 0 1 15.886-3.864a1.366 1.366 0 0 1 1.545 1.546v20.78q0 1.203-1.717 1.202a43.36 43.36 0 0 0-20.179 3.606a18.2 18.2 0 0 0-5.753 3.95v54.44q0 1.545-1.374 1.545h-20.78a1.517 1.517 0 0 1-1.717-1.717v-59.077q0-2.157-.028-4.457l-.035-2.334q-.01-.593-.023-1.194a418 418 0 0 0-.178-6.263l-.08-2.066a54.5 54.5 0 0 0-.686-7.041a.987.987 0 0 1 1.075-1.227z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-photoshop{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%23001E36' rx='42.5'/%3E%3Cpath fill='%2331A8FF' d='M57.644 175.035V65.297q0-1.201 1.031-1.202l1.087-.003l1.858-.02l2.582-.051l8.65-.183l9.275-.172q4.893-.085 9.702-.086q13.05 0 21.982 3.263a38.1 38.1 0 0 1 14.34 8.758a33.6 33.6 0 0 1 7.814 12.108a40.2 40.2 0 0 1 2.405 13.824q0 13.741-6.355 22.669a35.9 35.9 0 0 1-16.6 12.756l-.573.21c-6.973 2.601-14.695 3.541-23.164 3.6l-1.316.004l-1.953-.01l-.985-.014l-1.098-.026l-.662-.026l-.402-.021l-.989-.036l-1.209-.025l-1.82-.013l-.405-.001v34.263a1.366 1.366 0 0 1-1.546 1.546H58.847q-1.204.001-1.203-1.374M80.84 84.703v35.792q2.23.173 4.12.172h5.668a40.3 40.3 0 0 0 11.533-1.727l.746-.233a18.5 18.5 0 0 0 8.759-5.668q3.228-3.807 3.344-10.492l.005-.499c.09-3.322-.774-6.6-2.491-9.445a16 16 0 0 0-7.47-6.097a31.8 31.8 0 0 0-12.537-2.146l-2.178.006l-1.374.012l-1.311.017l-1.85.036l-1.35.038l-.701.026l-.937.044l-.798.049l-.455.036l-.393.038l-.173.02zm123.93 29.284a40.2 40.2 0 0 0-9.458-3.442l-.76-.164a54.3 54.3 0 0 0-11.009-1.363l-.926-.011a22.2 22.2 0 0 0-6.44.773a5.8 5.8 0 0 0-3.35 2.146a5.4 5.4 0 0 0-.858 2.92a4.56 4.56 0 0 0 1.03 2.747a11.7 11.7 0 0 0 3.235 2.637l.372.197a72 72 0 0 0 7.556 3.52a75 75 0 0 1 16.4 7.814a24.94 24.94 0 0 1 8.416 8.845a23.6 23.6 0 0 1 2.49 10.99a24.7 24.7 0 0 1-4.122 14.169a27.1 27.1 0 0 1-11.936 9.53q-7.556 3.32-18.557 3.432l-.762.004a70 70 0 0 1-13.556-1.188l-.956-.186a46.3 46.3 0 0 1-10.905-3.435a2.22 2.22 0 0 1-1.202-1.89v-18.718a1.01 1.01 0 0 1 .43-.945a.83.83 0 0 1 .944.086a45.9 45.9 0 0 0 13.223 5.238a54.5 54.5 0 0 0 12.537 1.632q6.009 0 8.844-1.546a4.86 4.86 0 0 0 2.834-4.465q0-2.23-2.576-4.293q-1.08-.864-3.097-1.88l-.643-.316l-.686-.323l-.36-.164l-.754-.334l-.393-.17l-.82-.344l-.427-.175l-.886-.355l-.46-.18l-.953-.367l-.997-.373a63 63 0 0 1-15.199-7.728a26.2 26.2 0 0 1-8.071-9.016a23.7 23.7 0 0 1-2.49-10.905a24.6 24.6 0 0 1 3.606-12.88c2.7-4.27 6.576-7.67 11.163-9.788q7.555-3.776 18.89-3.779a83.6 83.6 0 0 1 13.224.945a34.7 34.7 0 0 1 9.206 2.49c.473.136.854.485 1.03.945c.117.419.174.852.172 1.288v17.345c.025.41-.172.803-.515 1.03a1.66 1.66 0 0 1-1.478 0'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-premiere{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%2300005B' d='M45.333 0h165.334C235.733 0 256 20.267 256 45.333v158.934c0 25.066-20.267 45.333-45.333 45.333H45.333C20.267 249.6 0 229.333 0 204.267V45.333C0 20.267 20.267 0 45.333 0'/%3E%3Cpath fill='%2399F' d='M60.8 175.04V65.28c0-.747.32-1.173 1.067-1.173l1.548-.003l1.198-.01l.845-.016l.9-.023l.967-.034l.515-.021c.96-.04 1.935-.065 2.93-.086l3.055-.064q.521-.012 1.051-.028l1.07-.035q1.44-.052 2.952-.08l3.093-.055l2.141-.047l1.095-.032c2.204-.07 4.361-.094 6.502-.102l3.204-.004c8.747 0 16 1.066 21.974 3.306A38.1 38.1 0 0 1 131.2 75.52a34 34 0 0 1 7.787 12.16c1.6 4.48 2.453 9.067 2.453 13.867q0 13.76-6.4 22.72c-4.267 5.973-10.24 10.453-17.173 13.013c-7.012 2.578-14.721 3.56-23.128 3.623H91.69l-1.187-.012l-.761-.018l-.448-.019l-.402-.024l-.359-.03a16 16 0 0 0-.692-.052l-.52-.023l-.57-.015l-.951-.013l-1.853-.004v34.24c.106.747-.427 1.387-1.174 1.494H62.08c-.853 0-1.28-.427-1.28-1.387m23.253-90.347v35.84l1.254.09a43 43 0 0 0 2.906.124h5.654c4.16 0 8.32-.64 12.266-1.92c3.414-.96 6.4-2.987 8.747-5.654c2.24-2.666 3.307-6.293 3.307-10.986a17.56 17.56 0 0 0-2.454-9.494c-1.737-2.657-4.161-4.727-7.082-5.928l-.384-.152c-3.947-1.6-8.214-2.24-12.587-2.133l-2.466.003l-1.159.007l-1.107.015l-1.051.024q-.769.02-1.47.058a37 37 0 0 0-.688-.028l-.639-.014l-.3-.002l-.566.003l-.514.014l-.238.01l-.437.025l-.384.03l-.173.016l-.303.035zm72.32 6.187h18.667c1.007 0 1.825.666 2.182 1.549l.058.158c.32.853.533 1.706.64 2.666c.213 1.067.427 2.24.533 3.307l.09 1.032c.07.881.124 1.818.124 2.808a39.7 39.7 0 0 1 10.82-8.849l.593-.324c4.907-2.774 10.56-4.16 16.213-4.16c.747-.107 1.387.426 1.494 1.173v21.227c0 .853-.534 1.173-1.707 1.173c-3.584-.1-7.26.173-10.77.903l-.75.164q-4.64.96-8.96 2.88c-2.027.96-3.947 2.24-5.44 3.946v54.4c0 1.067-.427 1.494-1.387 1.494H157.76c-.853.106-1.6-.427-1.707-1.28v-59.52c0-2.56 0-5.227-.106-8l-.064-2.08l-.086-4.16q-.024-1.04-.064-2.08c0-2.454-.213-4.8-.426-7.254c-.107-.533.213-1.066.746-1.173c0-.091.157-.104.269-.04z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adobe-xd{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 250' display='inline-block' width='1.03em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='256' height='249.6' fill='%23470137' rx='42.5'/%3E%3Cpath fill='%23FF61F6' d='m134.578 65.64l-31.943 52.723l34.175 55.985c.22.392.281.852.172 1.288c-.053.186-.167.232-.342.239l-.194-.003l-.236-.006c-.128 0-.271.006-.43.032h-24.64l-.484-.008c-1.328-.035-2.285-.225-2.868-1.199a3292 3292 0 0 0-6.87-13.309a470 470 0 0 0-6.34-11.767l-.958-1.714a783 783 0 0 1-7.642-13.91h-.172a532 532 0 0 1-7.127 13.738q-3.695 6.87-7.299 13.653a608 608 0 0 1-7.384 13.481c-.405.91-1.078 1.1-2.015 1.131l-.39.006H38.064l-.102.003l-.336.03c-.187.011-.299-.029-.335-.311a1.73 1.73 0 0 1 .258-1.202l33.144-54.44l-32.286-54.61q-.514-.684-.172-1.116a1.25 1.25 0 0 1 1.031-.43H63.48a3.6 3.6 0 0 1 1.546.258c.41.233.763.556 1.03.945q3.091 6.87 6.87 13.738a737 737 0 0 0 7.642 13.567a192 192 0 0 1 7.127 13.567h.172a507 507 0 0 1 6.955-13.738q3.518-6.698 7.212-13.482a621 621 0 0 0 7.127-13.48c.132-.424.368-.808.687-1.117a2.5 2.5 0 0 1 1.374-.258h22.497a.984.984 0 0 1 .95 1.634zm50.47 112.473l-1.184.013a53.2 53.2 0 0 1-22.927-4.808a36.45 36.45 0 0 1-16.057-14.512q-5.687-9.445-5.835-23.535l-.004-.765a44.84 44.84 0 0 1 5.84-22.497a42.87 42.87 0 0 1 16.412-16.166l.589-.32q11.16-6.183 26.962-6.183l.46.005l.526.017l.59.026l.656.038l1.102.078l1.248.1l.913.08V55.852q0-1.201 1.03-1.202h21.639a.91.91 0 0 1 1.03 1.03v101.495q0 2.557.198 5.504l.32 4.455l.17 2.577a1.775 1.775 0 0 1-1.031 1.718a85.2 85.2 0 0 1-17.345 5.151a93 93 0 0 1-15.302 1.533m9.291-21.282v-46.883a17 17 0 0 0-2.833-.515a34 34 0 0 0-3.521-.172a26.5 26.5 0 0 0-12.021 2.748a23.5 23.5 0 0 0-9.016 7.9q-3.401 4.974-3.517 12.99l-.004.577a30.3 30.3 0 0 0 1.803 10.99a20.9 20.9 0 0 0 4.81 7.557a18.3 18.3 0 0 0 7.212 4.293a28.3 28.3 0 0 0 8.844 1.375q2.403 0 4.465-.173a18.4 18.4 0 0 0 3.248-.54z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.03em;height:1em}.i-logos-adonisjs{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 161' display='inline-block' width='3.19em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%235A46FF' d='M80.063 160.125C15.49 160.125 0 144.635 0 80.063S15.49 0 80.063 0c64.571 0 80.062 15.49 80.062 80.063c0 64.571-15.49 80.062-80.062 80.062M57.397 39.624l-25.111 57.07c-1.142 2.773-2.12 6.36-2.12 9.458c0 14.186 9.947 24.133 24.133 24.133c4.649 0 8.51-1.221 12.434-2.463l.004-.001c4.058-1.285 8.186-2.59 13.326-2.59c5.199 0 9.228 1.294 13.209 2.573c3.885 1.248 7.722 2.481 12.554 2.481c14.186 0 24.133-9.947 24.133-24.133c0-3.098-.979-6.685-2.12-9.457l-25.11-57.071c-4.24-9.621-12.394-14.839-22.666-14.839s-18.426 5.218-22.666 14.839m-2.12 66.04L80.063 49.57l24.459 56.092c-7.012-3.424-15.817-5.055-24.46-5.055c-8.968 0-17.447 1.631-24.785 5.055m237.43 8.069q1.49-1.118 2.482-2.234v4.592h15.388V35.428H295.19v29.907q-.993-1.118-2.482-2.234q-1.365-1.117-3.226-1.861q-1.737-.87-3.971-1.365a18.4 18.4 0 0 0-4.22-.497q-6.08 0-10.796 2.358q-4.716 2.235-7.942 6.205t-4.964 9.183q-1.614 5.213-1.613 11.293q0 5.956 1.613 11.293q1.737 5.212 4.964 9.183q3.226 3.971 7.942 6.205t10.796 2.234q2.11 0 4.22-.497q2.234-.495 3.97-1.24q1.863-.87 3.227-1.862m-1.737-39.09q2.855 1.737 4.22 4.59v18.243q-1.365 2.854-4.22 4.716q-2.854 1.737-6.329 1.737q-3.102 0-5.584-1.117q-2.482-1.24-4.22-3.226q-1.613-2.11-2.606-4.964q-.868-2.854-.868-6.205t.868-6.205q.992-2.854 2.606-4.84a12.8 12.8 0 0 1 4.22-3.35q2.482-1.24 5.584-1.241q3.475 0 6.329 1.861m-56.811 38.47v2.978h14.767V80.723q0-10.051-6.08-15.636q-6.081-5.709-17.25-5.709q-4.716 0-8.687 1.365t-7.073 3.847a21.3 21.3 0 0 0-4.964 5.585a20.6 20.6 0 0 0-2.482 6.95h14.644q.868-2.483 2.854-3.848q1.985-1.365 5.336-1.365q4.592 0 6.701 2.482q2.234 2.483 2.234 6.08v4.096q-1.737-1.24-5.336-2.234a27 27 0 0 0-7.198-.992q-4.59 0-8.563 1.365q-3.847 1.241-6.825 3.598q-2.855 2.234-4.467 5.585q-1.614 3.226-1.614 7.197q0 4.343 1.614 7.694q1.613 3.351 4.343 5.709q2.854 2.233 6.577 3.475q3.724 1.116 7.942 1.116q4.592 0 8.315-1.24q3.847-1.365 5.212-2.73m-1.365-18.119q.993.87 1.365 1.986v4.095q-.372 1.117-1.365 1.986q-.993.868-2.358 1.489q-1.365.62-2.978.992a21 21 0 0 1-3.227.249a17 17 0 0 1-3.599-.373a10.9 10.9 0 0 1-3.226-1.24a7.8 7.8 0 0 1-2.234-2.11q-.744-1.242-.744-3.103q0-1.737.744-2.978a7.2 7.2 0 0 1 2.234-2.234q1.49-.869 3.226-1.24a17 17 0 0 1 3.6-.373q1.612 0 3.226.372a9 9 0 0 1 2.978.993q1.365.62 2.358 1.49m140.022-6.577q0 6.33-1.985 11.665q-1.986 5.337-5.585 9.183q-3.474 3.847-8.562 5.957q-4.964 2.11-11.045 2.11t-11.169-2.11q-4.964-2.11-8.562-5.957q-3.476-3.846-5.46-9.183q-1.986-5.336-1.986-11.665q0-6.453 1.985-11.665q1.986-5.336 5.46-9.183a24.2 24.2 0 0 1 8.563-6.081q5.088-2.11 11.169-2.11q6.08 0 11.045 2.11q5.088 2.11 8.562 6.08q3.598 3.848 5.585 9.184q1.985 5.212 1.985 11.665m-15.264 0q0-3.474-.744-6.453q-.745-2.979-2.358-5.088q-1.49-2.11-3.723-3.226q-2.235-1.242-5.088-1.241q-2.855 0-5.088 1.24q-2.235 1.117-3.847 3.227q-1.489 2.109-2.234 5.088t-.745 6.453t.745 6.453q.745 2.855 2.234 4.964a12.4 12.4 0 0 0 3.847 3.35q2.233 1.242 5.088 1.242t5.088-1.241a11.1 11.1 0 0 0 3.723-3.351q1.613-2.11 2.358-4.964q.744-2.977.744-6.453m38.623-27.798h-15.388v55.472h15.388V80.97q.373-1.86 1.365-3.226a9.7 9.7 0 0 1 2.358-2.482a10 10 0 0 1 2.979-1.49a11.3 11.3 0 0 1 3.35-.496q4.591 0 6.825 2.73t2.234 7.074v33.01h15.388V79.854q0-9.183-5.088-14.767q-5.087-5.709-14.52-5.709q-4.714 0-8.686 1.862q-3.971 1.86-6.205 4.467zm45.157 55.472V60.619h15.39v55.472zm16.88-71.48q-.002 3.97-2.732 6.453q-2.73 2.358-6.454 2.358q-3.597 0-6.329-2.358q-2.73-2.482-2.73-6.453q0-3.847 2.73-6.205q2.732-2.482 6.33-2.482q3.723 0 6.453 2.482q2.73 2.358 2.731 6.205m24.997 59.566q-2.482-1.489-3.35-4.591h-15.265q.62 4.22 2.607 7.57q2.108 3.226 5.333 5.584q3.228 2.234 7.445 3.35c2.816.828 5.916 1.242 9.31 1.242c3.145 0 6.12-.414 8.936-1.241c2.81-.828 5.213-1.986 7.197-3.475q3.103-2.358 4.839-5.708c1.156-2.234 1.739-4.758 1.739-7.57q0-6.33-3.723-10.3q-3.724-3.972-11.044-5.833L485.815 80.6q-2.607-.62-3.847-1.613c-.748-.745-1.117-1.655-1.117-2.73q-.001-2.607 2.233-3.847a10 10 0 0 1 5.088-1.365c2.562 0 4.51.537 5.832 1.613q2.108 1.49 2.855 3.847h14.518q-1.24-7.942-7.072-12.534c-3.887-3.061-9.31-4.592-16.257-4.592q-4.716 0-8.811 1.365q-3.971 1.241-6.948 3.6a17.5 17.5 0 0 0-4.72 5.708q-1.608 3.225-1.61 7.321q-.002 7.074 3.973 10.673c2.726 2.316 6.204 3.97 10.421 4.964l11.169 2.482q2.855.744 4.096 1.861q1.364.993 1.366 2.854q-.002 1.365-.623 2.482q-.494.993-1.49 1.613q-.988.621-2.482.993a13.3 13.3 0 0 1-3.225.373q-3.474 0-5.955-1.49'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:3.19em;height:1em}.i-logos-adonisjs-icon{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%235A46FF' d='M128 256C24.766 256 0 231.234 0 128S24.766 0 128 0s128 24.766 128 128s-24.766 128-128 128M91.764 63.348l-40.147 91.243c-1.825 4.432-3.389 10.166-3.389 15.12c0 22.68 15.902 38.583 38.582 38.583c7.433 0 13.605-1.953 19.88-3.938l.005-.003c6.489-2.053 13.089-4.141 21.305-4.141c8.312 0 14.754 2.07 21.118 4.114l.002.001c6.21 1.995 12.345 3.967 20.069 3.967c22.68 0 38.583-15.903 38.583-38.583c0-4.954-1.565-10.688-3.389-15.12l-40.146-91.243c-6.78-15.38-19.813-23.723-36.237-23.723s-29.458 8.342-36.236 23.723m-3.39 105.581L128 79.251l39.104 89.678c-11.21-5.474-25.287-8.081-39.104-8.081c-14.338 0-27.894 2.607-39.625 8.081'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1em;height:1em}.i-logos-adroll{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 95' display='inline-block' width='5.39em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230DBDFF' d='M102.607 46.54c0-25.695-20.21-46.54-46.54-46.54c-17.495 0-32.682 9.585-40.65 23.847L38.11 46.54c0-9.932 8.372-17.958 17.957-17.958c10.163 0 17.958 8.026 17.958 17.958s-7.853 17.958-17.958 17.958H17.38C7.795 64.498 0 72.293 0 81.878V93.08h56.067c26.157 0 46.54-20.845 46.54-46.54'/%3E%3Cpath fill='%23333' d='M314.635 41.054h21.711c8.43 0 12.819-3.984 12.819-11.432c0-7.565-4.389-11.549-12.819-11.549h-21.71zm12.53 18.131h-12.53V93.08h-19.459V10.45c0-5.774 4.677-10.451 10.51-10.451h31.238c20.151 0 32.393 12.126 32.393 29.506c0 13.974-7.853 24.598-21.48 28.351l24.251 35.223h-23.327zm184.832 31.412c-3.811 2.483-8.315 4.215-13.165 4.215c-13.396 0-19.69-9.18-19.69-22.23V4.85l18.42-4.388v72.293c0 3.637 1.79 5.89 5.023 5.89c.981 0 2.079-.232 3.118-.694zm-32.162 0c-3.811 2.483-8.315 4.215-13.166 4.215c-13.396 0-19.69-9.18-19.69-22.23V12.53l18.42-4.562v64.787c0 3.637 1.79 5.89 5.024 5.89c.981 0 2.078-.232 3.118-.694zm-57.8-31.18c0-10.798-6.929-18.247-17.323-18.247s-17.322 7.333-17.322 18.246c0 10.914 6.929 18.247 17.322 18.247c10.394 0 17.323-7.333 17.323-18.247m-53.469 0c0-20.729 15.186-35.222 36.146-35.222s36.262 14.378 36.262 35.222c0 20.903-15.359 35.396-36.262 35.396c-20.96 0-36.146-14.493-36.146-35.396M156.307 55.49l13.28-35.57l13.281 35.57zm-.693-48.907L121.547 93.08h20.671l7.276-19.517h40.13L196.9 93.08h20.671L180.905 0h-15.532a10.54 10.54 0 0 0-9.759 6.583m95.101 71.08c-10.278 0-17.323-7.333-17.323-18.247s7.045-18.246 17.323-18.246s17.323 7.333 17.323 18.246c0 11.202-7.218 18.247-17.323 18.247m16.11-45.097c-4.562-5.312-11.49-8.372-19.863-8.372c-18.016 0-32.393 14.378-32.393 35.107c0 20.902 14.377 35.511 31.873 35.511c9.354 0 16.688-4.1 21.365-10.913l.808 9.18h16.514V0h-7.795c-5.774 0-10.509 4.677-10.509 10.451z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:5.39em;height:1em}.i-logos-adyen{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 166' display='inline-block' width='3.09em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%2332AA52' d='M72.23 37.647c10.01 0 18.124 8.114 18.124 18.123V128H18.123C8.113 128 0 119.886 0 109.877V89.652c0-10.009 8.114-18.123 18.123-18.123h19.524v28.705a5.18 5.18 0 0 0 5.178 5.178h9.881v-40a5.18 5.18 0 0 0-5.178-5.177H1.294V37.647zm85.886 67.765L158.117 0h37.648v128h-72.23c-10.009 0-18.123-8.114-18.123-18.123V55.77c0-10.009 8.114-18.123 18.123-18.123h19.522v62.587a5.18 5.18 0 0 0 5.178 5.178zm105.412 0V37.647h37.649V147.52c0 10.01-8.114 18.123-18.123 18.123h-70.936v-26.348h51.411V128h-34.583c-10.009 0-18.123-8.114-18.123-18.123v-72.23h37.646v62.587a5.18 5.18 0 0 0 5.178 5.178zm124.937-67.765c10.009 0 18.123 8.114 18.123 18.123v20.225c0 10.01-8.114 18.123-18.123 18.123H368.94V65.414a5.177 5.177 0 0 0-5.178-5.178h-9.88v39.998a5.18 5.18 0 0 0 5.178 5.178h46.233V128h-70.935c-10.009 0-18.123-8.114-18.123-18.123v-72.23zm105.412 0c10.01 0 18.123 8.114 18.123 18.123V128h-37.647V65.413c0-2.848-2.33-5.178-5.178-5.178h-9.881V128h-37.648V37.647z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:3.09em;height:1em}.i-logos-aerogear{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 161' display='inline-block' width='3.19em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23E25027' d='M406.426 89.675H372.39c-.025 1.278-.238 2.994 0 4.439c.084.51.155 1.583.37 2.22c.062.185.568 1.235.74 1.48c1.013 1.437 5.233 2.764 8.14 2.959c6.94.47 16.996-1.766 21.087-2.96c1.549 4.248 2.291 9.3 2.959 14.428c-9.093 2.771-19.58 4.773-29.597 3.7c-1.298-.14-1.976-.032-3.699-.37c-.192-.038-2.985-.696-4.81-1.48c-1.51-.648-4.592-2.322-6.288-3.699c-.788-.637-1.626-1.215-2.22-1.85c-.317-.339-1.653-1.916-1.85-2.221c-.472-.716-1.271-2.632-1.85-4.068c-.316-.782-.519-1.483-.74-2.22c-2.388-7.938-2.65-28.903.74-36.256c.44-.957 1.082-3.28 1.85-4.44c.267-.403 1.372-1.112 1.85-1.85c1.82-2.813 6.42-5.128 10.359-6.287c.723-.216 2.507-.823 4.069-1.111c2.496-.461 7.688-.458 9.25-.37c1.524.087 3.095.177 4.44.37c.543.076 2.896.395 4.073.823c1.716.623 5.067 2.217 5.544 2.507c1.673 1.014 3.587 2.701 4.44 3.698c.576.675 1.304 2.006 1.85 2.96c3.88 6.808 3.545 17.568 3.33 29.598m-17.76-19.238c-.078-.984-.53-2.197-.737-2.59c-.731-1.39-2.068-2.13-2.22-2.22c-1.56-.902-5.687-1.156-7.771-.741c-4.668.936-6.19 5.542-5.549 10.361h16.276c.065-1.41.131-3.204.001-4.81m76.097 44.394h-7.4c-2.525 0-6.467.07-7.084-.216c-1.743-.805-1.53-2.05-2.164-3.854c-6.092 3.275-16.244 7.67-24.785 4.44c-.735-.277-3.239-1.49-4.442-2.59c-2.943-2.685-5.104-7.966-5.55-12.949c-.744-8.359 1.578-14.968 6.66-18.127c1.324-.822 4.337-2.262 7.028-2.59c6.197-.753 10.88.54 18.868 0c.124-1.27.065-3.082 0-4.809c-.079-2.045.037-3.68-.368-4.809c-.49-1.356-1.89-2.664-3.332-3.329c-1.226-.566-4.866-.739-7.03-.739c-6.199 0-13.818 1.273-17.755 1.85c-.508-4.92-1.764-9.09-2.222-14.06c5.508-2.283 13.604-2.52 20.349-3.328c1.857-.226 3.976-.108 6.29 0c4.18.193 7.631.728 11.098 1.848c2.881.933 4.077 1.615 5.919 2.96c.848.622 1.796 1.606 2.133 2c.586.682 1.737 2.418 2.306 3.92c1.198 3.167 1.676 8.416 1.851 12.58c.537 12.772-.113 29.922-.37 41.802m-32.189-21.826c-1.472 1.423-1.45 5.909 0 7.4c1.019 1.046 2.282 1.121 2.223 1.11c3.7.791 9.807-1.355 11.467-2.962c-.856-1.485-.127-4.558-.37-6.658c-4.361.5-11.082-1.048-13.32 1.11M512 67.477c-5.829 2.682-11.939 5.08-17.018 8.51v38.845h-18.867V50.83c4.256-.006 11.548-.038 15.141.232c.763 0 .62.95 1.136 2.728c.28.964.432 2.073.74 2.96c.11.402.432.208.74 0c1.661-1.125 4.338-2.62 6.66-3.7c2.77-1.288 6.222-2.463 9.247-3.329c.315-.069.348.144.37.37c.599 2.823 1.455 11.143 1.851 17.386'/%3E%3Cpath fill='%23669EB2' d='M27.005 61.69h25.529c2.362 7.246 4.446 14.542 6.657 21.826c1.646 5.419 3.588 10.82 5.18 16.277c.552 1.89.923 3.733 1.479 5.55c4.446 14.532 9.213 28.95 13.32 43.654H58.821c-1.675-5.602-3.068-11.482-4.81-17.017c-.747.007-27.772.15-28.855.369c-1.886 5.268-3.148 11.157-4.81 16.648H0c6.36-21.664 12.859-43.21 19.608-64.743c2.254-7.194 4.13-14.41 6.659-21.455c-.016-.633.275-.958.738-1.11m11.84 19.607c-2.854 11.05-6.204 22.847-9.248 34.034c.636.043 18.676-.028 19.607 0c-3.114-11.806-6.195-23.649-9.618-35.144c-.351.14-.65.751-.74 1.11m95.359 42.546H100.17c-.118 2.02.005 3.64.37 5.178c.2.842.352.978.74 1.85c.973 2.188 3.437 3.142 4.07 3.33c3.013.897 5.994.707 9.988.368c3.967-.334 7.688-.726 11.1-1.477c1.725-.38 3.27-.674 4.44-.742c1.051 4.499 2.038 9.837 2.59 14.06c-5.974 1.938-13.282 3.572-20.718 4.07c-5.953.398-11.857-.28-16.675-2.016c-.874-.316-1.815-.6-2.563-.944c-1.188-.547-2.692-1.608-4.068-2.588c-.132-.092-2.47-2.321-3.701-4.07c-1.23-1.748-3.454-5.733-4.07-8.879c-.714-3.656-.37-8.349-.37-12.947c0-4.702-.367-9.563 0-13.69c.313-3.504 1.465-6.87 2.96-9.62c1.052-1.93 2.1-3.934 3.33-5.177c.306-.31 1.913-1.638 2.22-1.852c2.553-1.762 6.36-3.056 9.99-4.068c4.17-1.166 11.401-.885 16.277 0c1.624.294 3.018.602 4.44 1.11c1.255.447 2.588.97 3.555 1.507c.642.357 1.67 1 1.782 1.07c4.92 3.03 7.844 10.455 8.349 17.03c.42 5.444.136 11.883-.001 18.497m-20.346-23.679c-3.332-2.158-10.4-1.04-12.21 1.11c-.115.141-.646.978-.738 1.112c-1.096 1.594-.796 5.788-.74 7.027h16.278c.232-4.6-.324-7.778-2.59-9.249m66.134 1.11c-.133.837-.442.838-1.849 1.482c-1.875.86-4.565 1.568-6.66 2.59c-2.927 1.426-6.195 3.112-8.138 4.437v39.216c.017.033-19.235.033-19.307-.039c0-21.086.069-42.507.069-63.591c3.81-.047 12.091-.007 15.908 0c.354 1.988.637 3.551 1.11 5.917c5.208-2.93 10.728-5.548 17.018-7.399c1.304 5.11 1.763 13.234 1.849 17.387'/%3E%3Cpath fill='%23E25027' d='m363.13 61.195l-3.154-15.961c-.252-1.246-1.098-2.247-2.096-2.454l-9.275-1.895a55.8 55.8 0 0 1 4.752 14.151a56 56 0 0 1 .855 14.603l7.913-5.372c.844-.571 1.247-1.82 1.004-3.072'/%3E%3Cpath fill='%23E25027' d='M353.527 54.201c-6.302-30.505-36.141-50.127-66.649-43.823c-30.506 6.303-50.126 36.144-43.823 66.65c5.523 26.734 29.125 45.104 55.407 44.997c-18.657-3.063-34.388-17.272-38.44-36.89c-5.257-25.438 11.102-50.32 36.54-55.576c25.436-5.257 50.316 11.103 55.572 36.541a47 47 0 0 1 .806 13.5a56.16 56.16 0 0 0 .587-25.399'/%3E%3Cpath fill='%23E25027' d='m242.32 60.648l-9.412 6.221c-.855.566-1.265 1.805-1.031 3.058l3.03 15.985c.238 1.255 1.083 2.262 2.082 2.483l11.065 2.397a55.97 55.97 0 0 1-5.734-30.144M302.267 9.66l-5.776-8.577c-.572-.847-1.82-1.256-3.074-1.014L277.448 3.17c-1.256.242-2.253 1.086-2.463 2.087l-2.142 10.317a56.3 56.3 0 0 1 14.787-5.066a56.2 56.2 0 0 1 14.637-.849m-40.463 13.285l-10.574-2.067c-1.002-.191-2.175.402-2.888 1.457l-9.101 13.484c-.715 1.062-.828 2.367-.266 3.217l5.95 9.075a56.36 56.36 0 0 1 16.879-25.166m-6.82 78.45l-2.195 10.93c-.199 1.003.39 2.169 1.451 2.888l13.472 9.117c1.06.716 2.365.824 3.221.27l9.071-5.88a56.37 56.37 0 0 1-25.02-17.325m85.445-72.726l1.906-9.49c.202-.994-.39-2.169-1.449-2.882l-13.473-9.118c-1.055-.71-2.366-.822-3.221-.271l-8.4 5.446a56.3 56.3 0 0 1 24.637 16.315'/%3E%3Cpath fill='%23EB8467' d='M334.704 77.658c.126-11.02-8.967-17.377-17.517-19.652a25 25 0 0 0-7.453-.84c-10.43.428-19.002 7.596-21.84 18.265c-1.765 6.634-1.017 13.34 2.103 18.875c3.088 5.478 8.268 9.418 14.579 11.097c2.646.704 5.311 1.01 7.92.902c4.057-.166 9.62-1.423 14.383-6.166l-23.516-6.258a1.944 1.944 0 0 1-1.38-2.378l2.69-10.11a1.943 1.943 0 0 1 2.379-1.38l38.121 10.143a35.2 35.2 0 0 0 1.172-9.926l-9.819-.609a1.944 1.944 0 0 1-1.822-1.963'/%3E%3Cpath fill='%23669EB2' d='m252.266 122.05l-5.947-4.048c-.007-.085-.008-.172-.016-.258a32.7 32.7 0 0 0-1.135-5.914c-.024-.081-.055-.162-.078-.243l4.053-6.1c.34-.506.28-1.288-.134-1.922l-5.284-8.096c-.414-.633-1.103-.995-1.696-.884l-7.162 1.354c-.066-.054-.126-.115-.191-.169a32 32 0 0 0-4.765-3.283c-.073-.039-.15-.072-.222-.112l-1.454-7.301c-.121-.597-.709-1.106-1.447-1.257l-9.42-1.915c-.738-.15-1.477.087-1.818.588l-4.066 6.033c-.084.005-.168.007-.253.015a32 32 0 0 0-5.912 1.13c-.085.025-.167.058-.252.083l-6.032-4.03c-.503-.334-1.277-.274-1.906.147l-8.03 5.379c-.63.422-.989 1.118-.876 1.717l1.306 7.001c-.055.062-.117.123-.17.188a32.7 32.7 0 0 0-3.508 5.158c-.041.075-.075.153-.117.228l-7.145 1.415c-.593.116-1.102.709-1.256 1.453l-1.98 9.517c-.153.745.08 1.492.575 1.841l5.978 4.18c.007.087.008.17.016.256a32.6 32.6 0 0 0 1.144 6.061c.023.085.053.166.079.248l-4.03 6.062c-.337.506-.28 1.286.134 1.924l5.284 8.092c.413.634 1.102.997 1.697.886l7.094-1.339c.067.053.127.115.193.173a32.3 32.3 0 0 0 5.17 3.512c.075.043.155.075.228.114l1.37 7.088c.116.597.702 1.109 1.443 1.253l9.415 1.932c.74.152 1.479-.09 1.826-.59l4.133-6.056c.083-.01.174-.01.258-.018a32 32 0 0 0 4.013-.694c-1.92.202-3.889.2-5.887-.083c-13.148-1.866-22.293-14.039-20.424-27.185c1.866-13.15 14.038-22.296 27.188-20.427c13.146 1.866 22.29 14.036 20.424 27.186a23.9 23.9 0 0 1-2.829 8.331c.964-1.282 1.867-2.624 2.643-4.059c.041-.077.075-.158.117-.235l7.096-1.491c.59-.127 1.097-.725 1.246-1.47l1.904-9.53c.151-.751-.084-1.493-.585-1.835'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:3.19em;height:1em}.i-logos-aerospike{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 45' display='inline-block' width='11.38em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23C4373A' d='M209.046 0c3.279 0 6.267.593 8.97 1.77q4.026 1.782 6.94 4.816a21.6 21.6 0 0 1 4.461 7.045A22.9 22.9 0 0 1 231 22.058c.035.048.035.087 0 .126a22.8 22.8 0 0 1-1.61 8.458c-1.073 2.696-2.562 5.053-4.497 7.076c-1.934 2.022-4.262 3.637-6.971 4.849c-2.71 1.205-5.709 1.804-9.01 1.804c-3.286 0-6.283-.59-8.96-1.783c-2.698-1.179-5.002-2.782-6.94-4.803c-1.94-2.028-3.422-4.373-4.46-7.045q-1.588-4.018-1.586-8.427v-.129c0-2.935.526-5.761 1.6-8.455a22.1 22.1 0 0 1 4.501-7.087c1.944-2.022 4.248-3.626 6.975-4.84C202.754.6 205.75 0 209.046 0m59.796.12c3.176 0 5.936.432 8.306 1.319c2.367.88 4.645 2.197 6.875 3.951l-2.837 3.742c-2.017-1.637-4.038-2.825-6.079-3.557a18.6 18.6 0 0 0-6.383-1.104c-2.84 0-5.075.664-6.722 1.998q-2.46 1.986-2.46 4.931v.122c0 1.018.172 1.925.487 2.72c.334.802.93 1.532 1.798 2.214c.868.678 2.05 1.284 3.578 1.842c1.514.55 3.465 1.074 5.85 1.556q7.209 1.54 10.641 4.378c2.278 1.908 3.42 4.487 3.42 7.76v.12c0 1.837-.364 3.508-1.105 4.999a11.5 11.5 0 0 1-3.01 3.828c-1.291 1.066-2.84 1.877-4.651 2.457c-1.805.568-3.769.858-5.91.858c-3.451 0-6.603-.564-9.466-1.693c-2.865-1.124-5.581-2.84-8.179-5.173l3.03-3.561c2.262 2.05 4.54 3.567 6.841 4.57c2.302 1.002 4.952 1.499 7.964 1.499c2.914 0 5.242-.673 6.98-2.049q2.627-2.057 2.626-5.237v-.13c0-.979-.162-1.868-.495-2.663c-.333-.793-.9-1.525-1.719-2.175c-.826-.656-1.968-1.25-3.437-1.778c-1.465-.53-3.326-1.048-5.595-1.532c-2.46-.534-4.623-1.142-6.451-1.84c-1.835-.692-3.356-1.534-4.544-2.512c-1.197-.979-2.074-2.125-2.666-3.443q-.863-1.951-.861-4.588v-.12c0-1.677.348-3.225 1.04-4.663a11.2 11.2 0 0 1 2.965-3.713q1.91-1.558 4.513-2.452c1.721-.582 3.609-.88 5.656-.88M48.587.217v5.207l-11.395 5.023v23.359l11.395 5.077v4.969L5.127 24.294L0 22.114l5.128-2.352zm56.01.517V5.21h-26.33v14.512h23.55v4.487h-23.55v14.958h26.632v4.47H73.405V.732zm299.038 0v25.62L428.413.734h6.285l-18.491 18.75l19.302 24.154h-6.103l-16.59-20.774l-9.18 9.253v11.521h-4.885V.733zm85.444 0V5.21h-26.33v14.512H512v4.487h-49.25v14.958h26.64v4.47h-31.503V.732zM371.322.732v42.904h-4.88V.732zM326.197.729c2.427 0 4.626.314 6.627.957c1.986.634 3.691 1.523 5.117 2.693a11.5 11.5 0 0 1 3.253 4.257c.762 1.678 1.162 3.578 1.162 5.705v.122c0 2.32-.459 4.363-1.357 6.104a13.3 13.3 0 0 1-3.675 4.371c-1.536 1.188-3.345 2.081-5.39 2.665c-2.065.602-4.233.9-6.552.9h-10.476v15.133h-4.87V.729zM148.06.73c2.67 0 5.05.386 7.133 1.134c2.068.754 3.782 1.813 5.136 3.16a11.1 11.1 0 0 1 2.471 3.74q.86 2.142.86 4.72v.117c0 1.759-.286 3.336-.86 4.76a11.3 11.3 0 0 1-2.426 3.674c-1.05 1.044-2.296 1.9-3.747 2.575a20.2 20.2 0 0 1-4.682 1.5l13.258 17.525h-5.974l-12.526-16.667h-12.32v16.667h-4.88V.729zm60.852 3.738q-3.691-.002-6.802 1.382c-2.083.928-3.863 2.181-5.338 3.77c-1.473 1.6-2.64 3.452-3.49 5.579q-1.254 3.185-1.256 6.86v.126c0 2.449.42 4.751 1.256 6.895c.85 2.14 2.032 4.021 3.545 5.605c1.527 1.602 3.325 2.866 5.399 3.805c2.071.942 4.353 1.404 6.82 1.404c2.466 0 4.743-.447 6.81-1.371a16.2 16.2 0 0 0 5.33-3.768c1.48-1.6 2.648-3.46 3.487-5.579c.849-2.127 1.256-4.413 1.256-6.862v-.129c0-2.451-.407-4.75-1.256-6.892a17.2 17.2 0 0 0-3.536-5.605a17.2 17.2 0 0 0-5.403-3.808c-2.085-.939-4.356-1.412-6.822-1.412M32.808 12.35l-22.005 9.748L32.808 31.9zm293.04-7.142h-10.942v18.817h10.704c1.797 0 3.433-.227 4.882-.673c1.442-.451 2.678-1.086 3.737-1.92a8.35 8.35 0 0 0 2.4-3q.849-1.738.849-3.819v-.122c0-3.05-1.07-5.359-3.194-6.934c-2.115-1.571-4.937-2.35-8.435-2.35m-178.123 0h-13.342V22.61h13.283c1.606 0 3.086-.2 4.452-.608c1.355-.412 2.523-.987 3.514-1.75a7.9 7.9 0 0 0 2.32-2.761c.558-1.085.832-2.31.832-3.705v-.122c0-2.656-.966-4.724-2.898-6.217c-1.94-1.493-4.652-2.24-8.161-2.24'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:11.38em;height:1em}.i-logos-aerospike-icon{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 230' display='inline-block' width='1.12em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23C4373A' d='M256 0v27.43l-60.039 26.468v123.077L256 203.728v26.18L27.017 126.865L0 115.372l27.017-12.389zm-83.138 63.932l-115.943 51.36l115.943 51.647z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1.12em;height:1em}.i-logos-aha{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 192' display='inline-block' width='2.67em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%230073CF' d='m56.956 146.885l-8.993 40.169c0 1.199-1.2 1.798-2.399 1.798H2.398c-.6 0-1.798-.6-1.798-1.199c-.6-.6-.6-1.199-.6-1.798L56.956 13.19s1.199-2.998 4.796-4.197c12.59-2.398 32.374-5.396 46.164-7.794c2.997-.6 4.196 2.398 4.196 2.398l55.757 183.457c0 .6 0 1.199-.6 1.798c-.6.6-1.199.6-1.798.6h-25.18c-6.595 0-19.785.6-24.581.6c-1.2 0-2.399-.6-2.399-1.8l-8.992-40.767zm40.168-35.372c-3.597-14.389-8.993-40.169-14.389-62.351c-3.597 15.587-11.99 47.363-16.187 62.35zm127.7-42.567C255.4 47.963 281.18 52.76 293.77 65.35c14.989 15.588 6.595 35.972 11.392 121.705c0 .6 0 1.199-.6 1.798c-.6.6-1.199.6-1.799.6c-4.796 0-13.789-.6-17.985-.6c-7.195 0-22.183.6-28.178.6c-.6 0-1.2 0-1.8-.6c-.599-.6-.599-1.199-.599-1.798c.6-83.935 1.2-95.326-13.789-95.326c-5.396 0-9.592 2.398-14.389 4.197c0 43.166.6 55.756 2.399 90.53c0 .599 0 1.198-.6 1.198c-.6.6-1.199.6-1.199.6l-47.963.6c-.6 0-1.199 0-1.199-.6c-.6-.6-.6-1.2-.6-1.2c1.2-125.301 0-151.081-3.596-177.46c-1.799-1.2.6-1.2.6-1.2c21.582-2.997 23.38-3.597 47.962-8.393c0 0 2.398 0 2.398 2.998c.6 18.585.6 65.948.6 65.948m164.272 107.316c-8.993 6.595-26.38 15.588-40.768 15.588c-22.183 0-35.972-16.187-35.972-40.169c0-37.17 43.766-47.962 74.941-52.159c.6-5.995.6-12.59-14.988-12.59s-28.777 4.796-42.567 10.192c-.6.6-1.798 0-2.398 0c-.6-.6-1.199-1.199-1.199-2.398l1.2-28.778c0-1.199.599-1.798 1.798-2.398c28.178-8.393 76.14-14.988 95.925 3.598c12.59 11.39 11.99 25.78 11.391 49.76c-.6 34.773 0 44.366 1.799 70.146c0 .6 0 1.199-.6 1.798c-.6.6-1.199.6-1.799.6l-44.365.6c-.6 0-1.199 0-1.798-.6c-.6-.6-.6-1.2-.6-1.799zm-1.199-49.76c-11.391 1.198-28.778 2.397-28.778 17.386c0 13.19 14.39 17.386 28.778 8.393zm80.337.599c-1.199 0-2.398-1.2-2.398-2.398c-2.998-65.35-3.597-72.544-7.194-113.312c0-1.199.6-2.398 2.398-2.998L509.002.6c.6 0 1.799 0 2.398.6c.6.599.6 1.198.6 2.397c-2.998 29.377-5.995 85.134-6.595 120.506c0 1.2-1.199 2.398-2.398 2.398zm-8.37 55.66c-.023-.204-.023-.401-.023-.6c0-8.135.204-16.474.258-23.699q-.007-3.994-.258-7.98c0-.413 0-.827.192-1.235a98 98 0 0 0-.192-4.124c0-.6 0-1.211.605-1.817c.612-.611 1.217-.611 1.823-.611c12.14 1.217 33.394.611 43.106-.606c.606 0 1.211 0 1.823.606c.605.611.605 1.217.605 1.822c0 1.607-.006 3.202-.024 4.772q.028.297.024.594v37.17c0 .6 0 1.2-.6 1.8c-.599.599-1.198.599-1.798.599c-17.386-.6-28.178-.6-43.166.6c-.6 0-1.2 0-1.799-.6c-.6-.6-.6-1.2-.6-1.799c0-1.618.007-3.255.025-4.892'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:2.67em;height:1em}.i-logos-ai{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 276' display='inline-block' width='0.93em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cdefs%3E%3ClinearGradient x1='47.271%25' y1='-17.693%25' x2='61.471%25' y2='99.941%25' id='ssvg-id-aia'%3E%3Cstop stop-color='%23FFD54F' offset='0%25'/%3E%3Cstop stop-color='%23FFD03D' offset='21.64%25'/%3E%3Cstop stop-color='%23FFC516' offset='73.09%25'/%3E%3Cstop stop-color='%23FFC107' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='0%25' y1='49.999%25' x2='100%25' y2='49.999%25' id='ssvg-id-aib'%3E%3Cstop stop-color='%23FFD54F' offset='0%25'/%3E%3Cstop stop-color='%23FFD03D' offset='21.64%25'/%3E%3Cstop stop-color='%23FFC516' offset='73.09%25'/%3E%3Cstop stop-color='%23FFC107' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='49.999%25' y1='-.02%25' x2='49.999%25' y2='99.981%25' id='ssvg-id-aic'%3E%3Cstop stop-color='%23FFC107' offset='0%25'/%3E%3Cstop stop-color='%23FFBE06' offset='42.13%25'/%3E%3Cstop stop-color='%23FFB605' offset='69.37%25'/%3E%3Cstop stop-color='%23FFA701' offset='92.33%25'/%3E%3Cstop stop-color='%23FFA000' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M128 257.04c3.348 0 6.666-.122 9.942-.387c1.967-.147 7.211-.746 9.158-.973c3.288-.42 7.47 19.958 10.688 19.304c3.423-.697 2.588-21.64 5.907-22.61C217.016 236.923 256 192.695 256 129.777H0C0 188.5 36.735 234.028 87.666 250.924c2.94.973 2.79 23.447 5.826 24.206c3.13.789 9.452-20.415 12.673-19.857c3.876.671 7.82 1.124 11.81 1.435c3.309.247 6.652.331 10.025.331z' fill='url(%23ssvg-id-aia)'/%3E%3Cellipse fill='%23FFE082' cx='128' cy='128.782' rx='128' ry='24.484'/%3E%3Cpath d='M255.996 129.776c0-67.113-51.967-123.421-117.974-128.543C134.712.986 131.372 0 128 0c-3.343 0-6.657 1.023-9.934 1.271C52.013 6.342 0 62.663 0 129.776h.1c-.037 4.194-.1.386-.1.65c0 13.532 57.311 24.417 128 24.417c70.697 0 128-10.856 128-24.38c0-.26-.059 3.507-.1-.687h.096z' fill='url(%23ssvg-id-aib)' opacity='.2'/%3E%3Cpath d='M183.785 243.75c-16.396 7.253-34.542 13.986-55.8 13.29c-31.212-1.016-50.058-10.743-61.174-16.108c-5.243-2.525 26.493-14.983 64.676-14.983c26.506-.008 63.15 13.012 52.298 17.802z' fill='url(%23ssvg-id-aic)' opacity='.5'/%3E%3Cpath d='M109.059 179.138c0-6.368-4.266-11.502-9.543-11.502c-5.28 0-9.555 5.147-9.555 11.502c0 1.107-.008 5.251-.008 6.359c0 6.35 4.278 11.493 9.555 11.493s9.55-5.155 9.55-11.493v-6.36z' fill='%23FF8F00'/%3E%3Cpath d='M159.394 179.138c0-6.368-4.518-11.502-9.803-11.502c-5.277 0-9.681 5.147-9.681 11.502c0 1.107-.076 5.251-.076 6.359c0 6.35 4.501 11.493 9.778 11.493s9.782-5.147 9.782-11.493v-6.36z' fill='%23FF8F00'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:.93em;height:1em}.i-logos-airbnb{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 161' display='inline-block' width='3.19em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23FF385C' d='M147.508 113.996c-.72-2.022-1.562-3.978-2.363-5.79a541 541 0 0 0-3.772-8.282l-.1-.215a1853 1853 0 0 0-35.53-72.668l-.529-1.024a473 473 0 0 0-3.926-7.505A48.8 48.8 0 0 0 95.51 9.62a26.9 26.9 0 0 0-9.248-7.098a26.95 26.95 0 0 0-22.776.003a26.9 26.9 0 0 0-9.246 7.1a49 49 0 0 0-5.773 8.89a481 481 0 0 0-3.962 7.574l-.49.95A1855 1855 0 0 0 8.484 99.71l-.162.35a547 547 0 0 0-3.709 8.145c-.8 1.811-1.641 3.766-2.362 5.793a35.5 35.5 0 0 0-1.916 17.308a34.2 34.2 0 0 0 6.924 16.173a34.3 34.3 0 0 0 14.055 10.606a34.9 34.9 0 0 0 13.151 2.544q2.126 0 4.238-.247a43.2 43.2 0 0 0 16.172-5.456c6.523-3.665 12.966-9.036 20.004-16.711c7.038 7.675 13.48 13.046 20.004 16.71a43.2 43.2 0 0 0 16.172 5.457a37 37 0 0 0 4.238.247c4.507.01 8.973-.854 13.15-2.544a34.3 34.3 0 0 0 14.056-10.606a34.2 34.2 0 0 0 6.924-16.173a35.54 35.54 0 0 0-1.915-17.31m-72.629 8.367c-8.713-11.044-14.303-21.3-16.265-29.897a26.4 26.4 0 0 1-.56-9.857a16.1 16.1 0 0 1 2.593-6.739a17.95 17.95 0 0 1 6.302-5.15a18 18 0 0 1 15.862.002a17.95 17.95 0 0 1 6.301 5.15a16.1 16.1 0 0 1 2.593 6.74a26.5 26.5 0 0 1-.562 9.86c-1.964 8.597-7.553 18.85-16.264 29.891m64.368 7.489a23.9 23.9 0 0 1-4.841 11.307a23.97 23.97 0 0 1-9.828 7.416a25.05 25.05 0 0 1-12.336 1.614a32.6 32.6 0 0 1-12.317-4.207c-5.807-3.262-11.685-8.27-18.3-15.617c10.53-12.983 17.106-24.95 19.54-35.61a36.6 36.6 0 0 0 .7-13.7a26.3 26.3 0 0 0-4.274-10.985a28.2 28.2 0 0 0-9.989-8.427a28.26 28.26 0 0 0-25.444 0a28.2 28.2 0 0 0-9.99 8.425a26.3 26.3 0 0 0-4.274 10.981a36.6 36.6 0 0 0 .696 13.696c2.433 10.663 9.009 22.634 19.542 35.621c-6.614 7.346-12.492 12.354-18.299 15.617a32.6 32.6 0 0 1-12.317 4.206a25.05 25.05 0 0 1-12.337-1.614a24 24 0 0 1-9.827-7.415a23.9 23.9 0 0 1-4.84-11.308a25.2 25.2 0 0 1 1.426-12.42c.574-1.616 1.247-3.2 2.08-5.084a543 543 0 0 1 3.639-7.991l.162-.352a1844 1844 0 0 1 35.336-72.266l.492-.955c1.26-2.443 2.562-4.97 3.876-7.411a39.7 39.7 0 0 1 4.539-7.087a16.65 16.65 0 0 1 25.631-.002a39.5 39.5 0 0 1 4.54 7.084c1.301 2.42 2.592 4.924 3.841 7.345l.53 1.027a1842 1842 0 0 1 35.335 72.267l.1.216c1.23 2.663 2.503 5.415 3.701 8.126c.834 1.886 1.508 3.472 2.081 5.082a25.2 25.2 0 0 1 1.426 12.42m69.993-8.781q-6.015 0-11.07-2.411c-3.37-1.608-6.257-3.86-8.824-6.753s-4.492-6.27-5.937-9.969c-1.444-3.859-2.086-8.04-2.086-12.541s.803-8.844 2.247-12.703s3.53-7.235 6.097-10.29c2.567-2.894 5.615-5.306 9.145-6.914s7.22-2.412 11.392-2.412c4.01 0 7.54.804 10.75 2.573c3.209 1.608 5.776 4.02 7.861 7.074l.482-7.878h14.76v60.617h-14.76l-.482-8.843c-2.085 3.215-4.813 5.788-8.343 7.717c-3.209 1.77-7.06 2.734-11.231 2.734m3.852-14.47c2.888 0 5.455-.804 7.862-2.251c2.246-1.608 4.01-3.698 5.455-6.27c1.283-2.573 1.925-5.628 1.925-9.005s-.642-6.432-1.925-9.004c-1.284-2.573-3.21-4.663-5.455-6.27c-2.247-1.609-4.974-2.252-7.862-2.252s-5.455.804-7.862 2.251c-2.246 1.608-4.011 3.698-5.455 6.27c-1.284 2.573-1.926 5.628-1.926 9.005s.642 6.432 1.926 9.004c1.283 2.573 3.209 4.663 5.455 6.27c2.407 1.448 4.974 2.252 7.862 2.252m56.156-64.155c0 1.769-.321 3.377-1.124 4.663a9.3 9.3 0 0 1-3.369 3.216c-1.444.804-3.048 1.125-4.652 1.125s-3.21-.321-4.654-1.125a9.3 9.3 0 0 1-3.369-3.216c-.802-1.447-1.123-2.894-1.123-4.663c0-1.768.32-3.376 1.123-4.663c.802-1.447 1.925-2.411 3.37-3.215c1.443-.804 3.048-1.126 4.653-1.126s3.208.322 4.652 1.126a9.3 9.3 0 0 1 3.37 3.215c.641 1.287 1.123 2.734 1.123 4.663m-17.168 76.857V58.685h16.044v60.617zm58.884-44.7v.162c-.802-.322-1.765-.483-2.568-.643c-.962-.161-1.765-.161-2.727-.161c-4.493 0-7.862 1.286-10.108 4.02c-2.407 2.733-3.53 6.592-3.53 11.576v29.746h-16.044V58.685h14.76l.482 9.165c1.604-3.216 3.53-5.628 6.257-7.396c2.567-1.77 5.615-2.573 9.145-2.573c1.124 0 2.247.16 3.21.321c.48.161.801.161 1.123.322zm6.417 44.7v-85.54h16.045v32.64c2.246-2.893 4.813-5.145 8.022-6.913c3.21-1.608 6.74-2.573 10.75-2.573q6.016 0 11.07 2.412c3.37 1.608 6.258 3.859 8.825 6.753c2.568 2.894 4.493 6.271 5.937 9.97c1.444 3.858 2.085 8.038 2.085 12.54c0 4.503-.802 8.844-2.245 12.703c-1.445 3.859-3.53 7.235-6.098 10.29c-2.567 2.895-5.615 5.306-9.145 6.914s-7.22 2.412-11.391 2.412c-4.012 0-7.541-.804-10.75-2.573c-3.21-1.608-5.777-4.02-7.862-7.074l-.482 7.878zm30.966-12.702c2.889 0 5.456-.804 7.862-2.251c2.246-1.608 4.011-3.698 5.455-6.27c1.284-2.573 1.926-5.628 1.926-9.005s-.642-6.432-1.926-9.004c-1.444-2.573-3.209-4.663-5.455-6.27c-2.246-1.609-4.973-2.252-7.862-2.252c-2.888 0-5.455.804-7.861 2.251c-2.247 1.608-4.012 3.698-5.456 6.27c-1.283 2.573-1.925 5.628-1.925 9.005s.642 6.432 1.925 9.004c1.284 2.573 3.21 4.663 5.456 6.27c2.406 1.448 4.973 2.252 7.861 2.252m37.866 12.702V58.685h14.76l.482 7.879c1.765-2.895 4.171-5.146 7.22-6.914c3.048-1.769 6.578-2.573 10.59-2.573c4.492 0 8.342 1.125 11.551 3.216c3.37 2.09 5.937 5.145 7.702 9.004s2.727 8.521 2.727 13.828v36.338h-16.044V85.215c0-4.18-.963-7.557-2.888-9.97c-1.925-2.41-4.493-3.697-7.862-3.697c-2.407 0-4.493.482-6.418 1.608c-1.765 1.125-3.209 2.572-4.332 4.663c-1.123 1.929-1.604 4.34-1.604 6.753v34.73zm63.054 0v-85.54h16.045v32.64c2.246-2.893 4.813-5.145 8.022-6.913c3.21-1.608 6.74-2.573 10.75-2.573q6.018 0 11.071 2.412c3.37 1.608 6.257 3.859 8.824 6.753c2.57 2.894 4.492 6.271 5.938 9.97c1.446 3.858 2.083 8.038 2.083 12.54c0 4.503-.798 8.844-2.244 12.703c-1.445 3.859-3.529 7.235-6.099 10.29c-2.566 2.895-5.614 5.306-9.144 6.914s-7.22 2.412-11.391 2.412c-4.011 0-7.541-.804-10.75-2.573c-3.21-1.608-5.776-4.02-7.862-7.074l-.481 7.878zm31.127-12.702c2.888 0 5.455-.804 7.862-2.251c2.246-1.608 4.01-3.698 5.455-6.27c1.284-2.573 1.926-5.628 1.926-9.005s-.642-6.432-1.926-9.004c-1.283-2.573-3.209-4.663-5.455-6.27c-2.247-1.609-4.974-2.252-7.862-2.252s-5.455.804-7.862 2.251c-2.246 1.608-4.01 3.698-5.455 6.27c-1.444 2.573-1.926 5.628-1.926 9.005s.643 6.432 1.926 9.004c1.284 2.573 3.21 4.663 5.455 6.27c2.407 1.448 4.814 2.252 7.862 2.252'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:3.19em;height:1em}.i-logos-airbnb-icon{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 275' display='inline-block' width='0.94em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23FF385C' d='M252.154 194.867c-1.231-3.456-2.67-6.8-4.039-9.898c-2.107-4.766-4.314-9.541-6.449-14.157l-.169-.366c-19.04-41.23-39.475-83.026-60.738-124.222l-.903-1.75c-2.169-4.206-4.411-8.556-6.712-12.83a83.4 83.4 0 0 0-9.875-15.198a46 46 0 0 0-15.808-12.133a46.07 46.07 0 0 0-38.935.005a46 46 0 0 0-15.804 12.137a83.7 83.7 0 0 0-9.87 15.195c-2.32 4.313-4.584 8.703-6.773 12.949l-.838 1.625c-21.264 41.2-41.699 82.994-60.738 124.221l-.278.6c-2.098 4.54-4.267 9.236-6.339 13.922c-1.37 3.096-2.806 6.437-4.039 9.902a60.7 60.7 0 0 0-3.274 29.588a58.46 58.46 0 0 0 11.835 27.646a58.6 58.6 0 0 0 24.027 18.129a59.6 59.6 0 0 0 22.481 4.349c2.42 0 4.839-.142 7.243-.422a73.9 73.9 0 0 0 27.645-9.327c11.152-6.265 22.165-15.446 34.196-28.566c12.031 13.12 23.044 22.301 34.196 28.566a73.9 73.9 0 0 0 27.645 9.327a63 63 0 0 0 7.244.422a59.6 59.6 0 0 0 22.48-4.349a58.6 58.6 0 0 0 24.027-18.13a58.45 58.45 0 0 0 11.836-27.645a60.75 60.75 0 0 0-3.274-29.59M128 209.17c-14.893-18.878-24.45-36.409-27.804-51.106a45.2 45.2 0 0 1-.956-16.85a27.5 27.5 0 0 1 4.432-11.52a30.7 30.7 0 0 1 10.772-8.802a30.76 30.76 0 0 1 27.116.002a30.7 30.7 0 0 1 10.77 8.803a27.55 27.55 0 0 1 4.432 11.522a45.2 45.2 0 0 1-.96 16.856C152.444 172.77 142.89 190.296 128 209.17m110.032 12.802a40.9 40.9 0 0 1-8.275 19.33a41 41 0 0 1-16.8 12.677a42.8 42.8 0 0 1-21.088 2.758a55.7 55.7 0 0 1-21.055-7.191c-9.926-5.577-19.974-14.138-31.28-26.696c17.999-22.195 29.239-42.652 33.4-60.873a62.5 62.5 0 0 0 1.197-23.421a44.9 44.9 0 0 0-7.307-18.776a48.2 48.2 0 0 0-17.075-14.405a48.31 48.31 0 0 0-43.495-.002a48.2 48.2 0 0 0-17.075 14.403a44.9 44.9 0 0 0-7.308 18.771a62.5 62.5 0 0 0 1.19 23.412c4.16 18.229 15.4 38.69 33.406 60.892c-11.307 12.557-21.355 21.118-31.281 26.696a55.7 55.7 0 0 1-21.055 7.19a42.8 42.8 0 0 1-21.089-2.758a41 41 0 0 1-16.8-12.677a40.9 40.9 0 0 1-8.273-19.33a43.05 43.05 0 0 1 2.437-21.231c.983-2.761 2.132-5.471 3.556-8.69c2.015-4.555 4.153-9.185 6.221-13.661l.278-.602C49.394 136.792 69.716 95.23 90.864 54.255l.842-1.631c2.153-4.178 4.38-8.497 6.626-12.67a67.8 67.8 0 0 1 7.758-12.115a28.4 28.4 0 0 1 9.8-7.594a28.46 28.46 0 0 1 34.015 7.59a67.5 67.5 0 0 1 7.76 12.111c2.225 4.136 4.432 8.416 6.567 12.555l.904 1.756c21.147 40.97 41.469 82.531 60.404 123.535l.17.369c2.104 4.552 4.28 9.257 6.328 13.891c1.426 3.224 2.577 5.936 3.557 8.687a43.1 43.1 0 0 1 2.437 21.233'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:.94em;height:1em}.i-logos-airbrake{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 90' display='inline-block' width='5.69em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='orange'%3E%3Cpath fill-opacity='.6' d='m33.83 8.897l6.176 18.062l-10.965 31.634a78.3 78.3 0 0 0 13.112 1.02a83 83 0 0 0 9.038-.475l3.768 11.744c-4.066.411-8.5.709-12.75.709a122 122 0 0 1-16.88-1.219l-6.254 18.332H0L29.835 8.897z'/%3E%3Cpath d='M481.258 26.959c19.21 0 30.742 8.96 30.742 31.57c0 2.833-.078 5.907-.15 6.311h-44.227c-.078 9.102 7.664 13.076 19.741 13.076c8.132 0 14.613-1.898 18.983-3.188l.708 11.815c-3.62 1.353-11.453 3.322-22.149 3.322c-21.2.029-35.671-7.777-35.671-31.407c0-15.271 6.028-25.457 18.232-29.537v24.791h26.527c.07-11-4.144-15.753-13.26-15.753c-4.25 0-7.388 1.02-9.57 3.195V27.908a50.7 50.7 0 0 1 10.094-.95M201.561 2.309v56.22c0 12.042 2.487 19.415 13.26 19.415s14.089-7.402 14.089-19.415s-3.315-19.422-14.089-19.422c-4.519 0-7.536 1.289-9.57 3.669v-11.95c3.464-2.174 8.14-3.598 14.543-3.598c16.277 0 26.895 9.3 26.895 31.23c0 21.958-10.625 31.167-27.044 31.167c-10.172 0-16.05-3.542-19.366-8.082l-.828 7.132h-15.442V13.99h-7.841V2.31zm131.161 25.11c10.32 0 16.2 3.599 19.437 8.146l.906-7.473h15.371l.021 60.583h-17.56V58.53c0-12.042-2.485-19.422-13.259-19.422s-14.089 7.402-14.089 19.422s3.315 19.387 14.089 19.387c4.526 0 7.537-1.29 9.57-3.662V86.07c-3.464 2.167-8.21 3.541-14.542 3.541c-16.42 0-26.917-9.165-26.917-31.095s10.476-31.096 26.973-31.096M55.306 8.897l29.835 79.778H65.173l-27.2-79.778zm57.318 19.21V76.98h7.083v11.694H95.093V39.801h-7.834V28.106zm57.247-1.084a24.4 24.4 0 0 1 5.015.474l-.227 13.855c-1.417-.142-3.315-.276-4.958-.276c-5.2 0-8.89 1.225-11.454 3.124c-5.669 4.193-5.871 11.983-5.879 16.243v28.232H134.88V39.801h-7.842V28.106h23.283l1.133 9.712c3.167-6.177 9.039-10.795 18.417-10.795m127.003 0a24.4 24.4 0 0 1 5.05.474l-.227 13.855c-1.416-.142-3.314-.276-4.958-.276c-5.199 0-8.89 1.225-11.453 3.124c-5.663 4.193-5.865 11.983-5.872 16.243v28.232h-17.496V39.801h-7.841V28.106h23.282l1.134 9.712c3.166-6.177 9.038-10.795 18.38-10.795M402.59 2.309v86.366h-17.55V13.99h-7.834V2.31zm42.288 25.77l-21.491 28.275l24.19 32.321h-20.57l-23.134-32.009l21.171-28.588zM103.076 0c5.425 0 9.42 3.542 9.42 8.422s-3.995 8.415-9.42 8.415c-5.426 0-9.414-3.528-9.414-8.415h-.021C93.662 3.542 97.65 0 103.076 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:5.69em;height:1em}.i-logos-airflow{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 196' display='inline-block' width='2.62em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23017CEE' d='m3.147 194.415l93.457-95.798a1.73 1.73 0 0 0 .209-2.208c-5.683-7.935-16.17-9.31-20.056-14.642c-11.512-15.793-14.433-24.732-19.38-24.178c-.345.05-.663.217-.899.474l-33.76 34.609C3.297 112.566.505 156.415 0 193.135a1.83 1.83 0 0 0 3.147 1.28'/%3E%3Cpath fill='%2300AD46' d='M194.415 192.051L98.617 98.587a1.73 1.73 0 0 0-2.212-.209c-7.934 5.686-9.31 16.17-14.642 20.056c-15.792 11.512-24.73 14.433-24.177 19.38c.05.344.218.66.474.895l34.608 33.76c19.894 19.423 63.743 22.215 100.464 22.719a1.831 1.831 0 0 0 1.283-3.137'/%3E%3Cpath fill='%2304D659' d='M92.668 172.479c-10.875-10.61-15.915-31.598 4.928-74.877c-33.883 15.143-45.756 35.046-39.917 40.746z'/%3E%3Cpath fill='%2300C7D4' d='M192.048.786L98.594 96.584a1.724 1.724 0 0 0-.21 2.208c5.687 7.935 16.168 9.31 20.057 14.642c11.512 15.793 14.436 24.732 19.38 24.178a1.5 1.5 0 0 0 .898-.474l33.76-34.609c19.423-19.894 22.215-63.743 22.719-100.463a1.834 1.834 0 0 0-3.15-1.28'/%3E%3Cpath fill='%2311E1EE' d='M172.496 102.53c-10.61 10.874-31.598 15.914-74.88-4.928c15.142 33.883 35.046 45.756 40.745 39.917z'/%3E%3Cpath fill='%23E43921' d='m.776 3.15l95.798 93.454a1.73 1.73 0 0 0 2.209.21c7.934-5.687 9.31-16.171 14.641-20.057c15.793-11.512 24.732-14.433 24.178-19.38a1.52 1.52 0 0 0-.474-.899l-34.609-33.76C82.625 3.297 38.776.505 2.056 0a1.83 1.83 0 0 0-1.28 3.15'/%3E%3Cpath fill='%23FF7557' d='M102.536 22.722c10.875 10.61 15.915 31.598-4.927 74.88c33.882-15.142 45.755-35.05 39.917-40.746z'/%3E%3Cpath fill='%230CB6FF' d='M22.719 92.675c10.61-10.875 31.598-15.915 74.88 4.927C82.456 63.72 62.553 51.847 56.853 57.685z'/%3E%3Ccircle cx='97.612' cy='97.586' r='4.178' fill='%234A4848'/%3E%3Cpath fill='%2351504F' d='M221.232 63.673a.76.76 0 0 1-.74-.739a1.5 1.5 0 0 1 .037-.408l9.171-23.919a1.15 1.15 0 0 1 1.184-.812h2.513c.535-.038 1.026.3 1.184.812l9.13 23.92l.074.407a.756.756 0 0 1-.74.74h-1.883a.96.96 0 0 1-.63-.186a1.2 1.2 0 0 1-.295-.445l-2.032-5.248h-12.126l-2.032 5.248a1.05 1.05 0 0 1-.332.445a.9.9 0 0 1-.59.185zm15.898-9.058l-4.99-13.123l-4.99 13.123zm11.015 16.08a.86.86 0 0 1-.627-.258a.8.8 0 0 1-.222-.59V45.311a.8.8 0 0 1 .222-.59a.86.86 0 0 1 .627-.258h1.7c.461.02.83.388.85.848v1.625a7.02 7.02 0 0 1 6.06-2.845a6.94 6.94 0 0 1 5.806 2.44a10.4 10.4 0 0 1 2.109 6.3q.036.405.036 1.257t-.036 1.256a10.5 10.5 0 0 1-2.109 6.3a7 7 0 0 1-5.805 2.44a7.14 7.14 0 0 1-5.988-2.771v8.577a.8.8 0 0 1-.223.59a.74.74 0 0 1-.593.259zm7.838-9.648a4.39 4.39 0 0 0 3.81-1.628a7.5 7.5 0 0 0 1.326-4.287q.036-.368.036-1.07q0-6.987-5.179-6.987a4.53 4.53 0 0 0-3.842 1.701a7 7 0 0 0-1.366 3.979l-.04 1.406l.04 1.442a6.17 6.17 0 0 0 1.405 3.81a4.64 4.64 0 0 0 3.807 1.634zm18.66 2.984a7.7 7.7 0 0 1-3.365-.739a6.4 6.4 0 0 1-2.477-1.99a4.93 4.93 0 0 1-.888-2.847a4.84 4.84 0 0 1 1.99-3.98a11.3 11.3 0 0 1 5.47-2.068l5.507-.776V50.56q0-3.77-4.31-3.77a4.64 4.64 0 0 0-2.653.703a4.56 4.56 0 0 0-1.551 1.592a1 1 0 0 1-.296.48a.6.6 0 0 1-.444.15h-1.591a.763.763 0 0 1-.813-.813a3.9 3.9 0 0 1 .813-1.99a6.4 6.4 0 0 1 2.476-1.959a8.95 8.95 0 0 1 4.105-.848a7.8 7.8 0 0 1 5.968 1.96a6.74 6.74 0 0 1 1.814 4.807v11.98a.85.85 0 0 1-.259.629a.8.8 0 0 1-.59.222h-1.7a.773.773 0 0 1-.853-.849v-1.588a6.4 6.4 0 0 1-2.367 1.99a8.5 8.5 0 0 1-3.989.785zm.776-2.771a5.24 5.24 0 0 0 3.92-1.555a6.24 6.24 0 0 0 1.551-4.546v-1.035l-4.287.63a9.7 9.7 0 0 0-3.956 1.257a2.52 2.52 0 0 0-1.326 2.182a2.6 2.6 0 0 0 1.22 2.29a5.26 5.26 0 0 0 2.875.787zm22.026 2.771a8.48 8.48 0 0 1-6.21-2.218a9.08 9.08 0 0 1-2.368-6.3l-.036-1.478l.036-1.479a8.95 8.95 0 0 1 2.368-6.25a8.4 8.4 0 0 1 6.21-2.255a9.7 9.7 0 0 1 4.51.962a6.9 6.9 0 0 1 2.735 2.367c.578.831.921 1.802.994 2.812a.66.66 0 0 1-.222.59a.93.93 0 0 1-.63.222h-1.774a.88.88 0 0 1-.557-.149a1.5 1.5 0 0 1-.368-.59a4.74 4.74 0 0 0-1.774-2.513a5.03 5.03 0 0 0-2.884-.776a4.8 4.8 0 0 0-3.647 1.442a6.47 6.47 0 0 0-1.443 4.31l-.036 1.327l.036 1.256a6.53 6.53 0 0 0 1.443 4.364a4.8 4.8 0 0 0 3.647 1.406a5.23 5.23 0 0 0 2.884-.74a4.95 4.95 0 0 0 1.774-2.55a1.54 1.54 0 0 1 .368-.59a.76.76 0 0 1 .557-.185h1.774a.86.86 0 0 1 .63.258a.66.66 0 0 1 .222.59a5.8 5.8 0 0 1-.994 2.809a6.9 6.9 0 0 1-2.736 2.367a9.54 9.54 0 0 1-4.512 1.001zm13.521-.37a.773.773 0 0 1-.852-.85V38.276a.8.8 0 0 1 .222-.59a.86.86 0 0 1 .63-.26h1.847a.886.886 0 0 1 .852.85v8.62a7.2 7.2 0 0 1 2.513-2.069a7.8 7.8 0 0 1 3.588-.74a6.85 6.85 0 0 1 5.507 2.292a8.76 8.76 0 0 1 1.99 6.028V62.83a.85.85 0 0 1-.26.63a.8.8 0 0 1-.59.222h-1.846a.773.773 0 0 1-.849-.849V52.576a5.9 5.9 0 0 0-1.293-4.068a4.6 4.6 0 0 0-3.647-1.443a4.9 4.9 0 0 0-3.734 1.48a5.64 5.64 0 0 0-1.366 4.028V62.81a.85.85 0 0 1-.258.63a.8.8 0 0 1-.59.222zm29.33.37a8.18 8.18 0 0 1-6.1-2.32a9.74 9.74 0 0 1-2.477-6.433l-.037-1.256l.037-1.22a9.8 9.8 0 0 1 2.513-6.36a8.95 8.95 0 0 1 12.384.259a10.33 10.33 0 0 1 2.254 7.025v.63a.85.85 0 0 1-.258.627a.8.8 0 0 1-.59.222H335.23v.332a7 7 0 0 0 1.442 4.105a4.42 4.42 0 0 0 3.584 1.657a5.2 5.2 0 0 0 2.772-.663a5.6 5.6 0 0 0 1.628-1.442c.128-.2.291-.375.481-.517a1.3 1.3 0 0 1 .63-.11h1.814c.2-.006.397.06.553.186c.15.128.233.32.222.517a3.23 3.23 0 0 1-1.034 1.96a8.3 8.3 0 0 1-2.848 1.99a10.1 10.1 0 0 1-4.178.821zm5.063-11.385v-.11a6.02 6.02 0 0 0-1.406-4.141a5.013 5.013 0 0 0-7.394 0a6.24 6.24 0 0 0-1.326 4.141v.11z'/%3E%3Cpath fill='%2351504F' d='M237.12 54.615v.285a.285.285 0 0 0 .266-.384zm-4.99-13.123l.266-.1a.285.285 0 0 0-.53 0zm-4.99 13.123l-.265-.1a.285.285 0 0 0 .265.385zm-5.915 8.773a.42.42 0 0 1-.331-.139l-.405.401a1 1 0 0 0 .72.305zm-.331-.139a.43.43 0 0 1-.14-.332h-.566a1 1 0 0 0 .305.72zm-.14-.332a1.3 1.3 0 0 1 .024-.331l-.54-.18q-.064.245-.054.498zm.017-.305l9.168-23.919l-.53-.202l-9.168 23.92zm9.171-23.925a.94.94 0 0 1 .332-.474a1 1 0 0 1 .577-.153v-.57a1.56 1.56 0 0 0-.899.252a1.5 1.5 0 0 0-.55.75zm.915-.627h2.513v-.57h-2.513zm2.513 0a1 1 0 0 1 .58.153a.94.94 0 0 1 .332.474l.534-.196a1.5 1.5 0 0 0-.55-.75a1.56 1.56 0 0 0-.902-.251zm.919.63l9.131 23.919l.53-.202l-9.13-23.92zm9.118 23.873l.073.407l.56-.102l-.073-.408zm.07.354a.43.43 0 0 1-.14.332l.401.401a1 1 0 0 0 .305-.72zm-.14.332a.43.43 0 0 1-.331.14v.566c.271 0 .531-.11.72-.305zm-.331.14h-1.884v.566h1.884zm-1.884 0a.68.68 0 0 1-.447-.12l-.365.438c.233.177.52.266.812.251zm-.427-.104a.9.9 0 0 1-.23-.331l-.536.179c.076.21.201.4.365.554zm-.232-.331l-2.033-5.252l-.53.205l2.032 5.25zm-2.298-5.431H226.04v.567h12.125zm-12.39.182l-2.036 5.252l.53.206l2.033-5.249zm-2.04 5.262a.8.8 0 0 1-.248.332l.368.43c.188-.148.332-.345.417-.57zm-.245.332a.6.6 0 0 1-.411.119v.567c.28.01.553-.079.772-.252zm-.411.119h-1.887v.567h1.887zm14.277-8.876l-4.99-13.123l-.53.202l4.99 13.123zm-5.524-13.123l-4.99 13.123l.53.202l4.99-13.123zm-4.725 13.511h9.98v-.567h-9.98zm23.548-7.974h-.285a.285.285 0 0 0 .514.17zm.073 14.373l.225-.172a.285.285 0 0 0-.51.172zm-2.633 9.128a.57.57 0 0 1-.428-.176l-.4.402c.219.219.518.339.828.331zm-.428-.176a.52.52 0 0 1-.139-.39h-.57c-.011.294.1.58.305.792zm-.139-.39V45.354h-.57V69.89zm0-24.536a.52.52 0 0 1 .14-.392l-.402-.4a1.07 1.07 0 0 0-.305.792zm.14-.392a.57.57 0 0 1 .427-.175v-.57c-.31-.008-.61.112-.829.33zm.427-.175h1.701v-.57h-1.7zm1.701 0a.45.45 0 0 1 .375.159l.43-.368a1.02 1.02 0 0 0-.808-.358zm.408.192c.11.093.168.232.16.375h.566a1.02 1.02 0 0 0-.358-.806zm.16.375v1.624h.566v-1.624zm.513 1.793a6.74 6.74 0 0 1 5.832-2.728v-.567a7.3 7.3 0 0 0-6.3 2.964zm5.832-2.728a6.65 6.65 0 0 1 5.58 2.32l.448-.351a7.22 7.22 0 0 0-6.028-2.546zm5.58 2.32a10.1 10.1 0 0 1 2.046 6.118l.567-.023a10.67 10.67 0 0 0-2.168-6.453zm2.046 6.134c.023.259.037.663.037 1.234h.567c0-.567 0-.995-.04-1.283zm.037 1.234c0 .567 0 .975-.037 1.233l.564.05c.026-.285.04-.716.04-1.283zm-.037 1.246a10.2 10.2 0 0 1-2.046 6.121l.445.352a10.78 10.78 0 0 0 2.168-6.45zm-2.046 6.118a6.71 6.71 0 0 1-5.58 2.32v.568a7.3 7.3 0 0 0 6.025-2.547zm-5.58 2.32a6.86 6.86 0 0 1-5.766-2.652l-.45.332a7.42 7.42 0 0 0 6.213 2.884zm-6.273-2.486v8.578h.57v-8.578zm0 8.578a.52.52 0 0 1-.14.39l.402.402c.206-.211.316-.498.305-.792zm-.153.407a.46.46 0 0 1-.377.16v.57c.31.01.607-.122.809-.358zm-.377.16h-1.81v.57h1.81zm6.024-9.082a4.67 4.67 0 0 0 4.038-1.744l-.457-.332a4.11 4.11 0 0 1-3.578 1.509zm4.035-1.74a7.8 7.8 0 0 0 1.39-4.447l-.568-.023a7.24 7.24 0 0 1-1.276 4.131zm1.386-4.43q.04-.394.04-1.101h-.57c0 .464 0 .812-.037 1.044zm.04-1.101a9.04 9.04 0 0 0-1.35-5.411a4.8 4.8 0 0 0-4.111-1.864v.567c1.412-.1 2.78.513 3.647 1.632a8.5 8.5 0 0 1 1.24 5.073zm-5.461-7.271a4.81 4.81 0 0 0-4.072 1.813l.451.332a4.25 4.25 0 0 1 3.618-1.588zm-4.072 1.813a7.3 7.3 0 0 0-1.425 4.151l.57.027a6.7 6.7 0 0 1 1.326-3.836zm-1.425 4.158l-.037 1.406h.567l.037-1.406zm-.037 1.42l.037 1.441h.57l-.036-1.442zm.037 1.445a6.47 6.47 0 0 0 1.469 3.979l.44-.362a5.9 5.9 0 0 1-1.326-3.647zm1.469 3.979a4.92 4.92 0 0 0 4.025 1.73v-.567a4.36 4.36 0 0 1-3.588-1.522zm29.008 1.65h.285a.285.285 0 0 0-.517-.158zm-.076-7.105h.285a.285.285 0 0 0-.332-.281zm-6.247 9.622a7.4 7.4 0 0 1-3.243-.713l-.245.514c1.09.515 2.28.777 3.485.766zm-3.243-.713a6.16 6.16 0 0 1-2.37-1.91l-.458.332a6.7 6.7 0 0 0 2.583 2.086zm-2.364-1.9a4.64 4.64 0 0 1-.839-2.685h-.57a5.2 5.2 0 0 0 .938 3.007zm-.839-2.685a4.56 4.56 0 0 1 1.887-3.767l-.348-.447a5.12 5.12 0 0 0-2.106 4.217zm1.887-3.77a11 11 0 0 1 5.335-2.013l-.08-.563a11.54 11.54 0 0 0-5.606 2.128zm5.335-2.013l5.507-.775l-.08-.564l-5.51.776zm5.753-1.057V50.6h-.567v1.07zm0-1.071a3.83 3.83 0 0 0-1.178-3.04a5.1 5.1 0 0 0-3.431-1.015v.57a4.54 4.54 0 0 1 3.057.872a3.27 3.27 0 0 1 .994 2.613zm-4.61-4.055a4.93 4.93 0 0 0-2.82.752l.33.471a4.37 4.37 0 0 1 2.504-.663zm-2.814.75a4.8 4.8 0 0 0-1.658 1.69l.497.279a4.3 4.3 0 0 1 1.46-1.49zm-1.658 1.737a.75.75 0 0 1-.206.348l.355.444c.185-.163.32-.376.388-.613zm-.225.37a.33.33 0 0 1-.242.064v.567a.88.88 0 0 0 .643-.232zm-.242.064h-1.592v.567h1.592zm-1.592 0a.6.6 0 0 1-.405-.153l-.37.431c.214.188.49.29.775.289zm-.375-.123a.6.6 0 0 1-.155-.408h-.567c-.002.286.1.562.288.776zm-.155-.394a3.65 3.65 0 0 1 .762-1.847l-.464-.332a4.15 4.15 0 0 0-.865 2.149zm.762-1.844a6.1 6.1 0 0 1 2.37-1.87l-.248-.51a6.7 6.7 0 0 0-2.586 2.049zm2.374-1.87a8.66 8.66 0 0 1 3.979-.819v-.567a9.2 9.2 0 0 0-4.234.882zm3.979-.819a7.52 7.52 0 0 1 5.743 1.867l.417-.385a8.07 8.07 0 0 0-6.16-2.049zm5.746 1.87a6.45 6.45 0 0 1 1.734 4.612h.567a7.02 7.02 0 0 0-1.89-5zm1.734 4.612v11.98h.567v-11.98zm0 11.98a.57.57 0 0 1-.176.427l.401.402a1.14 1.14 0 0 0 .332-.83zm-.176.427a.52.52 0 0 1-.391.14v.567c.295.01.58-.1.792-.305zm-.391.14h-1.701v.567h1.7zm-1.701 0a.66.66 0 0 1-.444-.153l-.368.431c.226.193.515.297.812.292zm-.411-.123a.64.64 0 0 1-.156-.444h-.567c-.006.297.096.586.289.812zm-.156-.444v-1.589h-.567v1.589zm-.517-1.751a6.1 6.1 0 0 1-2.265 1.906l.262.504a6.7 6.7 0 0 0 2.47-2.085zm-2.265 1.906a8.2 8.2 0 0 1-3.823.783v.567a8.8 8.8 0 0 0 4.088-.846zm-3.047-1.422a5.52 5.52 0 0 0 4.125-1.638l-.408-.398a4.95 4.95 0 0 1-3.717 1.466zm4.125-1.638a6.53 6.53 0 0 0 1.631-4.745h-.567a5.97 5.97 0 0 1-1.472 4.35zm1.631-4.745v-1.034h-.567v1.034zm-.331-1.326l-4.288.627l.083.564l4.287-.627zm-4.288.627a9.95 9.95 0 0 0-4.071 1.303l.315.474a9.4 9.4 0 0 1 3.84-1.21zm-4.068 1.3a2.8 2.8 0 0 0-1.462 2.42h.57a2.24 2.24 0 0 1 1.2-1.943zm-1.462 2.42a2.88 2.88 0 0 0 1.346 2.526l.315-.47a2.32 2.32 0 0 1-1.094-2.056zm1.353 2.533c.912.56 1.967.845 3.037.82v-.568a4.97 4.97 0 0 1-2.729-.733zm25.066 2.97a8.2 8.2 0 0 1-6.015-2.134l-.398.404a8.75 8.75 0 0 0 6.41 2.301zm-6.011-2.131a8.8 8.8 0 0 1-2.285-6.097l-.567.02a9.36 9.36 0 0 0 2.447 6.472zm-2.285-6.094l-.036-1.479h-.567l.036 1.479zm-.036-1.466l.036-1.478h-.567l-.036 1.478zm.036-1.475a8.66 8.66 0 0 1 2.285-6.058l-.405-.401a9.22 9.22 0 0 0-2.447 6.439zm2.285-6.058a8.1 8.1 0 0 1 6.01-2.171v-.567a8.68 8.68 0 0 0-6.412 2.337zm6.01-2.171a9.4 9.4 0 0 1 4.378.928l.261-.504a9.95 9.95 0 0 0-4.641-.995zm4.378.928a6.6 6.6 0 0 1 2.625 2.264l.481-.301a7.16 7.16 0 0 0-2.845-2.467zm2.629 2.271c.548.784.876 1.7.951 2.653l.567-.03a5.93 5.93 0 0 0-1.044-2.951zm.951 2.682a.37.37 0 0 1-.122.332l.371.431a.93.93 0 0 0 .332-.836zm-.122.332a.66.66 0 0 1-.445.153v.566c.299.006.589-.098.816-.291zm-.445.153h-1.773v.566h1.773zm-1.773 0a.6.6 0 0 1-.378-.087l-.355.445c.213.152.471.227.733.212zm-.378-.087a1.3 1.3 0 0 1-.286-.477l-.523.219c.093.267.248.508.454.703zm-.279-.464a5.02 5.02 0 0 0-1.89-2.652l-.308.477a4.45 4.45 0 0 1 1.658 2.37zm-1.883-2.652a5.3 5.3 0 0 0-3.044-.826v.567a4.76 4.76 0 0 1 2.725.726zm-3.044-.826a5.1 5.1 0 0 0-3.866 1.532l.411.391a4.52 4.52 0 0 1 3.455-1.353zm-3.866 1.532a6.75 6.75 0 0 0-1.519 4.51l.567.019a6.2 6.2 0 0 1 1.363-4.141zm-1.519 4.512l-.036 1.327h.567l.036-1.327zm-.036 1.347l.036 1.256l.567-.016l-.036-1.257zm.036 1.26a6.8 6.8 0 0 0 1.519 4.545l.411-.391a6.26 6.26 0 0 1-1.363-4.178zm1.519 4.545a5.08 5.08 0 0 0 3.866 1.496v-.57a4.52 4.52 0 0 1-3.455-1.327zm3.866 1.496a5.5 5.5 0 0 0 3.037-.786l-.308-.478a4.94 4.94 0 0 1-2.729.693zm3.044-.79a5.23 5.23 0 0 0 1.883-2.692l-.537-.189a4.67 4.67 0 0 1-1.658 2.41zm1.876-2.675c.06-.178.157-.341.286-.478l-.355-.444a1.8 1.8 0 0 0-.454.706zm.309-.5a.48.48 0 0 1 .355-.104v-.567a1.03 1.03 0 0 0-.756.269zm.355-.104h1.773v-.567h-1.773zm1.773 0a.57.57 0 0 1 .428.176l.401-.401a1.14 1.14 0 0 0-.829-.332zm.445.19a.37.37 0 0 1 .122.33l.564.057a.93.93 0 0 0-.332-.835zm.122.36a5.5 5.5 0 0 1-.955 2.673l.478.305a6.1 6.1 0 0 0 1.044-2.947zm-.955 2.673a6.6 6.6 0 0 1-2.625 2.265l.261.504a7.17 7.17 0 0 0 2.845-2.467zm-2.629 2.268a9.3 9.3 0 0 1-4.376.928v.567a9.8 9.8 0 0 0 4.641-.994zm11.844-15.945h-.282a.285.285 0 0 0 .507.176zm-2.696 16.512a.66.66 0 0 1-.444-.153l-.372.431c.226.194.515.298.813.292zm-.411-.123a.66.66 0 0 1-.153-.444h-.57c-.006.297.096.586.289.812zm-.153-.444V38.272h-.57v24.536zm0-24.536a.52.52 0 0 1 .14-.39l-.402-.402a1.08 1.08 0 0 0-.305.792zm.14-.39a.57.57 0 0 1 .427-.177v-.567a1.14 1.14 0 0 0-.829.332zm.427-.177h1.847v-.567h-1.847zm1.847 0a.45.45 0 0 1 .375.16l.43-.372a1.02 1.02 0 0 0-.808-.358zm.405.19a.45.45 0 0 1 .159.374h.57a1.02 1.02 0 0 0-.358-.806zm.159.374v8.62h.57v-8.62zm.507 8.79a6.9 6.9 0 0 1 2.414-1.99l-.249-.51a7.45 7.45 0 0 0-2.613 2.152zm2.42-1.99a7.5 7.5 0 0 1 3.459-.71v-.566a8.1 8.1 0 0 0-3.717.77zm3.459-.71a6.57 6.57 0 0 1 5.305 2.192l.43-.37a7.14 7.14 0 0 0-5.725-2.391zm5.305 2.2a8.48 8.48 0 0 1 1.926 5.838h.567a9.04 9.04 0 0 0-2.069-6.214zm1.926 5.838V62.82h.567V52.397zm0 10.424a.57.57 0 0 1-.176.428l.402.401c.218-.22.337-.519.331-.829zm-.176.428a.52.52 0 0 1-.39.14v.566c.294.01.58-.1.792-.305zm-.39.14h-1.848v.566h1.847zm-1.848 0a.66.66 0 0 1-.444-.153l-.371.43c.226.194.515.298.812.292zm-.41-.123a.66.66 0 0 1-.153-.445h-.57a1.22 1.22 0 0 0 .288.813zm-.153-.445V52.573h-.57V62.81zm0-10.238a6.16 6.16 0 0 0-1.366-4.258l-.425.378a5.6 5.6 0 0 1 1.22 3.876zm-1.363-4.254a4.88 4.88 0 0 0-3.876-1.539v.567a4.31 4.31 0 0 1 3.445 1.346zm-3.876-1.539a5.2 5.2 0 0 0-3.939 1.568l.411.392a4.64 4.64 0 0 1 3.528-1.39zm-3.939 1.568a5.9 5.9 0 0 0-1.446 4.228h.57a5.34 5.34 0 0 1 1.29-3.833zm-1.446 4.228v10.239h.57V52.573zm0 10.239a.57.57 0 0 1-.175.427l.4.401a1.14 1.14 0 0 0 .332-.828zm-.175.427a.52.52 0 0 1-.392.14v.566c.295.01.581-.1.793-.305zm-.392.14h-1.846v.566h1.846zm27.474.368a7.9 7.9 0 0 1-5.899-2.245l-.404.398a8.46 8.46 0 0 0 6.3 2.414zm-5.896-2.242a9.48 9.48 0 0 1-2.4-6.253l-.567.03a10.04 10.04 0 0 0 2.556 6.614zm-2.397-6.246l-.036-1.257h-.567l.036 1.257zm-.036-1.24l.036-1.22l-.57-.017l-.036 1.22zm.036-1.21a9.52 9.52 0 0 1 2.437-6.181l-.41-.391a10.1 10.1 0 0 0-2.594 6.535zm2.434-6.181a7.73 7.73 0 0 1 5.822-2.278v-.567a8.3 8.3 0 0 0-6.23 2.454zm5.822-2.278a7.65 7.65 0 0 1 6.144 2.527l.431-.372a8.21 8.21 0 0 0-6.575-2.722zm6.147 2.527a10.05 10.05 0 0 1 2.185 6.836h.57a10.6 10.6 0 0 0-2.32-7.211zm2.185 6.836v.63h.57v-.63zm0 .63a.57.57 0 0 1-.175.428l.4.401c.22-.22.339-.519.332-.829zm-.175.428a.52.52 0 0 1-.392.14v.566c.295.01.581-.1.793-.305zm-.392.14h-12.791v.566h12.791zm-13.076.285v.331h.57v-.331zm0 .331a7.3 7.3 0 0 0 1.502 4.267l.447-.351a6.72 6.72 0 0 1-1.382-3.942zm1.505 4.27a4.7 4.7 0 0 0 3.806 1.768v-.567a4.14 4.14 0 0 1-3.365-1.558zm3.806 1.768a5.46 5.46 0 0 0 2.925-.71l-.299-.484a4.9 4.9 0 0 1-2.622.624zm2.925-.71a5.9 5.9 0 0 0 1.707-1.518l-.464-.332a5.4 5.4 0 0 1-1.545 1.366zm1.7-1.512q.126-.172.27-.331a1 1 0 0 1 .085-.083l.027-.02l-.256-.507a1.1 1.1 0 0 0-.275.225a5 5 0 0 0-.305.375zm.398-.444c.154-.06.32-.083.484-.07v-.566a1.55 1.55 0 0 0-.775.152zm.484-.07h1.814v-.566h-1.814zm1.814 0a.55.55 0 0 1 .371.12l.365-.438a1.12 1.12 0 0 0-.736-.252zm.371.12c.086.075.13.185.12.298h.567a.92.92 0 0 0-.332-.736zm.12.298a3 3 0 0 1-.965 1.77l.424.382a3.5 3.5 0 0 0 1.108-2.152zm-.965 1.774a8 8 0 0 1-2.752 1.926l.239.518a8.6 8.6 0 0 0 2.944-2.07zm-2.749 1.923a9.8 9.8 0 0 1-4.058.79v.566a10.4 10.4 0 0 0 4.294-.839zm1.29-10.315v-.11h-.567v.11zm0-.11a6.3 6.3 0 0 0-1.475-4.33l-.428.379a5.74 5.74 0 0 1 1.326 3.952zm-1.472-4.31a4.86 4.86 0 0 0-3.916-1.727v.57a4.31 4.31 0 0 1 3.478 1.526zm-3.916-1.727a4.86 4.86 0 0 0-3.912 1.728l.434.364a4.31 4.31 0 0 1 3.478-1.525zm-3.916 1.728a6.52 6.52 0 0 0-1.399 4.31h.57a5.95 5.95 0 0 1 1.267-3.959zm-1.399 4.31v.11h.57v-.11zm.285.394h10.13v-.567h-10.13zm-121.647 97.576a1.926 1.926 0 0 1-1.88-1.88a3.8 3.8 0 0 1 .093-1.034l23.296-60.77a2.92 2.92 0 0 1 3.004-2.065h6.386a2.924 2.924 0 0 1 3.007 2.066l23.21 60.769l.188 1.034a1.933 1.933 0 0 1-1.88 1.88h-4.79a2.44 2.44 0 0 1-1.599-.47c-.333-.314-.59-.7-.75-1.128l-5.165-13.339h-30.809l-5.165 13.339a2.65 2.65 0 0 1-.846 1.127c-.429.33-.961.497-1.502.471zm40.388-23.01L241.255 94.15l-12.676 33.338zm27.135-34.94a1.963 1.963 0 0 1-2.162-2.159v-5.073a2.37 2.37 0 0 1 .564-1.598a2.17 2.17 0 0 1 1.598-.663h5.918a2.245 2.245 0 0 1 2.255 2.254v5.073c.01.6-.231 1.178-.663 1.595a2.36 2.36 0 0 1-1.595.564zm.753 57.953a1.966 1.966 0 0 1-2.162-2.161v-44.523c-.027-.557.177-1.1.564-1.502a2.18 2.18 0 0 1 1.598-.663h4.506a2.25 2.25 0 0 1 2.161 2.159v44.519c.01.601-.23 1.18-.663 1.598c-.402.386-.945.59-1.502.563zm22.748 0a1.963 1.963 0 0 1-2.158-2.161v-44.43a2.37 2.37 0 0 1 .563-1.595a2.17 2.17 0 0 1 1.599-.663h4.31a2.245 2.245 0 0 1 2.255 2.255v4.131a14.11 14.11 0 0 1 13.15-6.386h3.646a2.25 2.25 0 0 1 2.159 2.159v3.85a1.88 1.88 0 0 1-.663 1.501a2.03 2.03 0 0 1-1.502.564h-5.637a10.6 10.6 0 0 0-7.984 3.007a10.8 10.8 0 0 0-2.914 7.984v27.613c.01.601-.23 1.18-.663 1.598a2.37 2.37 0 0 1-1.598.563zm40.564 0a1.966 1.966 0 0 1-2.159-2.161v-39.171h-7.984a1.963 1.963 0 0 1-2.158-2.159v-3.193c-.027-.557.177-1.1.563-1.502a2.17 2.17 0 0 1 1.595-.663h7.984V96.96q0-15.968 16.154-15.965h5.258a2.25 2.25 0 0 1 2.162 2.159v3.193a2.17 2.17 0 0 1-.663 1.594c-.402.386-.945.59-1.502.564h-5.07a6.96 6.96 0 0 0-5.918 2.255a10.77 10.77 0 0 0-1.69 6.667v4.228h20.099V83.159c-.026-.556.177-1.1.563-1.502a2.18 2.18 0 0 1 1.598-.663h4.31a2.25 2.25 0 0 1 2.163 2.159v65.182c.01.601-.23 1.18-.664 1.598c-.403.386-.947.59-1.505.563h-4.31a1.963 1.963 0 0 1-2.162-2.161v-39.161h-20.1v39.167a2.17 2.17 0 0 1-.663 1.598c-.403.387-.947.59-1.505.564zm69.296.939a21.5 21.5 0 0 1-16.06-5.826a22.67 22.67 0 0 1-6.012-15.497l-.096-4.039l.096-4.038a22.32 22.32 0 0 1 6.104-15.404c9.182-7.89 22.75-7.89 31.933 0a22.33 22.33 0 0 1 6.104 15.404q.093 1.031.093 4.038t-.093 4.039a22.45 22.45 0 0 1-6.104 15.497a21.2 21.2 0 0 1-15.981 5.822zm0-7.232a11.88 11.88 0 0 0 9.284-3.756a16.35 16.35 0 0 0 3.757-10.803q.092-.937.092-3.567t-.092-3.568a16.35 16.35 0 0 0-3.757-10.802a11.88 11.88 0 0 0-9.284-3.757a12.17 12.17 0 0 0-9.393 3.757a16 16 0 0 0-3.647 10.802l-.093 3.568l.093 3.567a16 16 0 0 0 3.647 10.803a12.17 12.17 0 0 0 9.377 3.753zm45.607 6.3a2.8 2.8 0 0 1-1.877-.564a4.4 4.4 0 0 1-1.127-1.784l-13.339-43.58l-.186-.938a1.9 1.9 0 0 1 .564-1.41a2.13 2.13 0 0 1 1.41-.563h4.13a2.03 2.03 0 0 1 1.502.563c.385.246.682.609.846 1.035l10.428 35.407l11.176-35.032a2.53 2.53 0 0 1 .846-1.327a2.4 2.4 0 0 1 1.784-.663h3.193a2.4 2.4 0 0 1 1.787.663c.416.34.712.806.845 1.327l11.177 35.032l10.425-35.407c.117-.402.347-.76.663-1.035a2.37 2.37 0 0 1 1.598-.563h4.227c.502-.006.982.199 1.327.563c.374.372.578.882.563 1.41l-.189.938l-13.242 43.58a4.4 4.4 0 0 1-1.128 1.784a2.98 2.98 0 0 1-1.99.564h-3.646a2.85 2.85 0 0 1-3.1-2.348l-10.896-33.623l-10.895 33.623a3.08 3.08 0 0 1-3.193 2.348z'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:2.62em;height:1em}.i-logos-airflow-icon{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23017CEE' d='m4.127 254.974l122.568-125.639a2.265 2.265 0 0 0 .274-2.896c-7.453-10.406-21.207-12.21-26.303-19.203c-15.098-20.711-18.929-32.434-25.417-31.708a1.98 1.98 0 0 0-1.178.622l-44.276 45.388C4.322 147.628.661 205.137 0 253.295a2.4 2.4 0 0 0 4.127 1.679'/%3E%3Cpath fill='%2300AD46' d='M254.974 251.873L129.335 129.296a2.266 2.266 0 0 0-2.9-.274c-10.406 7.457-12.21 21.207-19.203 26.303c-20.712 15.098-32.435 18.93-31.709 25.417c.066.451.286.866.622 1.174l45.389 44.276c26.09 25.473 83.598 29.134 131.757 29.795a2.401 2.401 0 0 0 1.683-4.114'/%3E%3Cpath fill='%2304D659' d='M121.534 226.205c-14.263-13.915-20.872-41.44 6.462-98.2c-44.437 19.859-60.008 45.962-52.35 53.437z'/%3E%3Cpath fill='%2300C7D4' d='M251.869 1.03L129.305 126.67a2.26 2.26 0 0 0-.274 2.895c7.457 10.406 21.202 12.21 26.303 19.203c15.098 20.712 18.933 32.435 25.417 31.709c.453-.065.87-.285 1.178-.622l44.276-45.389C251.678 108.376 255.339 50.868 256 2.71a2.405 2.405 0 0 0-4.131-1.678'/%3E%3Cpath fill='%2311E1EE' d='M226.226 134.466c-13.915 14.263-41.44 20.873-98.204-6.462c19.859 44.437 45.963 60.009 53.437 52.351z'/%3E%3Cpath fill='%23E43921' d='m1.018 4.131l125.638 122.565c.772.78 1.992.896 2.896.273c10.406-7.457 12.21-21.207 19.203-26.303c20.712-15.098 32.435-18.929 31.709-25.417a2 2 0 0 0-.622-1.178l-45.389-44.276C108.363 4.322 50.855.661 2.696 0a2.4 2.4 0 0 0-1.678 4.131'/%3E%3Cpath fill='%23FF7557' d='M134.475 29.8c14.263 13.915 20.872 41.44-6.462 98.204c44.437-19.859 60.008-45.967 52.35-53.437z'/%3E%3Cpath fill='%230CB6FF' d='M29.795 121.543C43.71 107.28 71.235 100.67 128 128.004c-19.86-44.436-45.963-60.008-53.438-52.35z'/%3E%3Ccircle cx='128.017' cy='127.983' r='5.479' fill='%234A4848'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;width:1em;height:1em}.i-lucide-a-arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 12l4 4l4-4m-4 4V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-a-arrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 11l4-4l4 4m-4 5V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-a-large-small{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 16l2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16m-6.303-2h5.606M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-accessibility{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='16' cy='4' r='1'/%3E%3Cpath d='m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6'/%3E%3Cpath d='M13.76 17.5a5 5 0 0 0-6.88-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-activity{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-air-vent{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 17.5a2.5 2.5 0 1 1-4 2.03V12m-8 0H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 8h12M6.6 15.572A2 2 0 1 0 10 17v-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-airplay{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1'/%3E%3Cpath d='m12 15l5 6H7Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alarm-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v4l2 2M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alarm-clock-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alarm-clock-minus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13h6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alarm-clock-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.87 6.87a8 8 0 1 0 11.26 11.26m1.77-3.88a8 8 0 0 0-9.15-9.15M22 6l-3-3M6.26 18.67L4 21M2 2l20 20M4 4L2 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alarm-clock-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21m-8-11v6m-3-3h6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alarm-smoke{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 21c0-2.5 2-2.5 2-5m3 5c0-2.5 2-2.5 2-5m1-8l-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8m16-5a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1zM6 21c0-2.5 2-2.5 2-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-album{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Cpath d='M11 3v8l3-3l3 3V3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alert-circle,.i-lucide-circle-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4m0 4h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-alert-triangle,.i-lucide-triangle-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-center{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 12H7m12 6H5M21 6H3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-center-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 12h20m-12 4v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4m6-8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4m16 8v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1m0-8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-center-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 2v20M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4m8 6h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1m8 0h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-end-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='16' x='4' y='2' rx='2'/%3E%3Crect width='6' height='9' x='14' y='9' rx='2'/%3E%3Cpath d='M22 22H2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-end-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='16' height='6' x='2' y='4' rx='2'/%3E%3Crect width='9' height='6' x='9' y='14' rx='2'/%3E%3Cpath d='M22 22V2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-distribute-center{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='4' y='5' rx='2'/%3E%3Crect width='6' height='10' x='14' y='7' rx='2'/%3E%3Cpath d='M17 22v-5m0-10V2M7 22v-3M7 5V2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-distribute-end{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='4' y='5' rx='2'/%3E%3Crect width='6' height='10' x='14' y='7' rx='2'/%3E%3Cpath d='M10 2v20M20 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-distribute-start{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='4' y='5' rx='2'/%3E%3Crect width='6' height='10' x='14' y='7' rx='2'/%3E%3Cpath d='M4 2v20M14 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-justify-center{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='2' y='5' rx='2'/%3E%3Crect width='6' height='10' x='16' y='7' rx='2'/%3E%3Cpath d='M12 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-justify-end{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='2' y='5' rx='2'/%3E%3Crect width='6' height='10' x='12' y='7' rx='2'/%3E%3Cpath d='M22 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-justify-start{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='6' y='5' rx='2'/%3E%3Crect width='6' height='10' x='16' y='7' rx='2'/%3E%3Cpath d='M2 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-space-around{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='10' x='9' y='7' rx='2'/%3E%3Cpath d='M4 22V2m16 20V2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-horizontal-space-between{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='14' x='3' y='5' rx='2'/%3E%3Crect width='6' height='10' x='15' y='7' rx='2'/%3E%3Cpath d='M3 2v20M21 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-justify{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12h18M3 18h18M3 6h18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12H3m14 6H3M21 6H3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12H9m12 6H7M21 6H3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-start-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='16' x='4' y='6' rx='2'/%3E%3Crect width='6' height='9' x='14' y='6' rx='2'/%3E%3Cpath d='M22 2H2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-align-start-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='9' height='6' x='6' y='14' rx='2'/%3E%3Crect width='16' height='6' x='6' y='4' rx='2'/%3E%3Cpath d='M2 2v20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-aperture{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-app-window{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='M10 4v4M2 8h20M6 4v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-archive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='5' x='2' y='3' rx='1'/%3E%3Cpath d='M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m7-7l-7 7l-7-7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-down-to-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 17V3m-6 8l6 6l6-6m1 10H5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12 19l-7-7l7-7m7 7H5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-left-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 3L4 7l4 4M4 7h16m-4 14l4-4l-4-4m4 4H4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14m-7-7l7 7l-7 7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-right-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m12 16l4-4l-4-4m-4 4h8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-arrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12l7-7l7 7m-7 7V5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-award{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m15.477 12.89l1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'/%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-badge-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-bar-chart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 21v-6m7 6V9m7 12V3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-bar-chart-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 21v-6m7 6V3m7 18V9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-bar-chart-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 3v18h18m-3-4V9m-5 8V5M8 17v-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-bell{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-bell-ring{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.268 21a2 2 0 0 0 3.464 0M22 8c0-2.3-.8-4.3-2-6M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326M4 2C2.8 3.7 2 5.7 2 8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-book{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-box{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='m3.3 7l8.7 5l8.7-5M12 22V12'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-braces{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2a2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-brain{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 18V5m3 8a4.17 4.17 0 0 1-3-4a4.17 4.17 0 0 1-3 4m8.598-6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5'/%3E%3Cpath d='M17.997 5.125a4 4 0 0 1 2.526 5.77'/%3E%3Cpath d='M18 18a4 4 0 0 0 2-7.464'/%3E%3Cpath d='M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517'/%3E%3Cpath d='M6 18a4 4 0 0 1-2-7.464'/%3E%3Cpath d='M6.003 5.125a4 4 0 0 0-2.526 5.77'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-brush{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m11 10l3 3m-7.5 8A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z'/%3E%3Cpath d='M9.969 17.031L21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-building{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 10h.01M12 14h.01M12 6h.01M16 10h.01M16 14h.01M16 6h.01M8 10h.01M8 14h.01M8 6h.01M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3Crect width='16' height='20' x='4' y='2' rx='2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-calendar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 2v4m8-4v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chart-bar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 3v16a2 2 0 0 0 2 2h16M7 16h8m-8-5h12M7 6h3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chart-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 3v16a2 2 0 0 0 2 2h16'/%3E%3Cpath d='m19 9l-5 5l-4-4l-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chart-pie{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z'/%3E%3Cpath d='M21.21 15.89A10 10 0 1 1 8 2.83'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-check-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11l3 3L22 4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-check-square{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344'/%3E%3Cpath d='m9 11l3 3L22 4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chevron-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18l6-6l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chevron-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 15l-6-6l-6 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-chevrons-up-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 15l5 5l5-5M7 9l5-5l5 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-circle-dashed{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.1 2.182a10 10 0 0 1 3.8 0m0 19.636a10 10 0 0 1-3.8 0m7.509-18.097a10 10 0 0 1 2.69 2.7M2.182 13.9a10 10 0 0 1 0-3.8m18.097 7.509a10 10 0 0 1-2.7 2.69M21.818 10.1a10 10 0 0 1 0 3.8M3.721 6.391a10 10 0 0 1 2.7-2.69m-.03 16.578a10 10 0 0 1-2.69-2.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-circle-dot{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-clipboard-copy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M16 4h2a2 2 0 0 1 2 2v4m1 4H11'/%3E%3Cpath d='m15 10l-4 4l4 4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-clock-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v6l4 2m4-2v5m0 4h.01'/%3E%3Cpath d='M21.25 8.2A10 10 0 1 0 16 21.16'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-cloud{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-cloud-lightning{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973'/%3E%3Cpath d='m13 12l-3 5h4l-3 5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-cloud-upload,.i-lucide-upload-cloud{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 13v8m-8-6.101A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242'/%3E%3Cpath d='m8 17l4-4l4 4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-code{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m16 18l6-6l-6-6M8 6l-6 6l6 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-code-2,.i-lucide-code-xml{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 16l4-4l-4-4M6 8l-4 4l4 4m8.5-12l-5 16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-columns-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M12 3v18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-columns-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M9 3v18m6-18v18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-component{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0zm-13.239 0a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0zm6.619 6.619a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0zm0-13.238a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-copy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-copy-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m12 15l2 2l4-4'/%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-copy-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m12 12l6 6m-6 0l6-6'/%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-cpu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 20v2m0-20v2m5 16v2m0-20v2M2 12h2m-2 5h2M2 7h2m16 5h2m-2 5h2M20 7h2M7 20v2M7 2v2'/%3E%3Crect width='16' height='16' x='4' y='4' rx='2'/%3E%3Crect width='8' height='8' x='8' y='8' rx='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-database{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M3 5v14a9 3 0 0 0 18 0V5'/%3E%3Cpath d='M3 12a9 3 0 0 0 18 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-diamond{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-download{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 15V3m9 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10l5 5l5-5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-edit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-external-link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-eye{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-file-bar-chart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'/%3E%3Cpath d='M14 2v5a1 1 0 0 0 1 1h5M8 18v-2m4 2v-4m4 4v-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-file-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'/%3E%3Cpath d='M14 2v5a1 1 0 0 0 1 1h5M9 15l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-file-question{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2zm6-5h.01'/%3E%3Cpath d='M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-file-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'/%3E%3Cpath d='M14 2v5a1 1 0 0 0 1 1h5M10 9H8m8 4H8m8 4H8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-file-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z'/%3E%3Cpath d='M14 2v5a1 1 0 0 0 1 1h5m-5.5 4.5l-5 5m0-5l5 5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-flask-conical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2M6.453 15h11.094M8.5 2h7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-folder-tree{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Zm0 11a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1ZM3 5a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M3 3v13a2 2 0 0 0 2 2h3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-footprints{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0m16 4v-2.38c0-2.12 1.03-3.12 1-5.62c-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0m-4-3h4M4 13h4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-form-input{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='12' x='2' y='6' rx='2'/%3E%3Cpath d='M12 12h.01M17 12h.01M7 12h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-gauge{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12 14l4-4M3.34 19a10 10 0 1 1 17.32 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-git-branch{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 6a9 9 0 0 0-9 9V3'/%3E%3Ccircle cx='18' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-git-commit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M3 12h6m6 0h6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-git-merge{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='18' cy='18' r='3'/%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Cpath d='M6 21V9a9 9 0 0 0 9 9'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-git-pull-request{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='18' cy='18' r='3'/%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Cpath d='M13 6h3a2 2 0 0 1 2 2v7M6 9v12'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-globe{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-grip-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='9' cy='12' r='1'/%3E%3Ccircle cx='9' cy='5' r='1'/%3E%3Ccircle cx='9' cy='19' r='1'/%3E%3Ccircle cx='15' cy='12' r='1'/%3E%3Ccircle cx='15' cy='5' r='1'/%3E%3Ccircle cx='15' cy='19' r='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-hash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 9h16M4 15h16M10 3L8 21m8-18l-2 18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-heading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 12h12M6 20V4m12 16V4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-heart-pulse{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3Cpath d='M3.22 13H9.5l.5-1l2 4.5l2-7l1.5 3.5h5.27'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-home,.i-lucide-house{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-image{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2' ry='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-inbox{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 12h-6l-2 3h-4l-2-3H2'/%3E%3Cpath d='M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-info{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4m0-4h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-key-round{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z'/%3E%3Ccircle cx='16.5' cy='7.5' r='.5' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-layers{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'/%3E%3Cpath d='M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'/%3E%3Cpath d='M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-layout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 9h18M9 21V9'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-layout-dashboard{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='7' height='9' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='5' x='3' y='16' rx='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-layout-grid{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='14' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-layout-panel-top{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3Crect width='7' height='7' x='14' y='14' rx='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-layout-template{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='7' x='3' y='3' rx='1'/%3E%3Crect width='9' height='7' x='3' y='14' rx='1'/%3E%3Crect width='5' height='7' x='16' y='14' rx='1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-list{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-list-checks{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 5h8m-8 7h8m-8 7h8M3 17l2 2l4-4M3 7l2 2l4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-list-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 5H3m8 7H3m13 7H3M18 9v6m3-3h-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-loader{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 2v4m4.2 1.8l2.9-2.9M18 12h4m-5.8 4.2l2.9 2.9M12 18v4m-7.1-2.9l2.9-2.9M2 12h4M4.9 4.9l2.9 2.9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-loader-2,.i-lucide-loader-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12a9 9 0 1 1-6.219-8.56'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='11' x='3' y='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-mail{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m22 7l-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-map-pin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-maximize{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3M3 16v3a2 2 0 0 0 2 2h3m8 0h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-maximize-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m0-6l-7 7M3 21l7-7m-1 7H3v-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-menu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5h16M4 12h16M4 19h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-message-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-message-square{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-minimize-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 10l7-7m-1 7h-6V4M3 21l7-7m-6 0h6v6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-minus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-monitor{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cpath d='M8 21h8m-4-4v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-mouse-pointer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.586 12.586L19 19M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-mouse-pointer-click{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 4.1L12 6M5.1 8l-2.9-.8M6 12l-1.9 2M7.2 2.2L8 5.1m1.037 4.59a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-move-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 8l4 4l-4 4M2 12h20M6 8l-4 4l4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-navigation{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 11l19-9l-9 19l-2-8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-network{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='6' height='6' x='16' y='16' rx='1'/%3E%3Crect width='6' height='6' x='2' y='16' rx='1'/%3E%3Crect width='6' height='6' x='9' y='2' rx='1'/%3E%3Cpath d='M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-package{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73zm1 .27V12'/%3E%3Cpath d='M3.29 7L12 12l8.71-5M7.5 4.27l9 5.15'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-paintbrush{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14.622 17.897l-10.68-2.913M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0zM9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-palette{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z'/%3E%3Ccircle cx='13.5' cy='6.5' r='.5' fill='currentColor'/%3E%3Ccircle cx='17.5' cy='10.5' r='.5' fill='currentColor'/%3E%3Ccircle cx='6.5' cy='12.5' r='.5' fill='currentColor'/%3E%3Ccircle cx='8.5' cy='7.5' r='.5' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-bottom{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 15h18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-bottom-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 15h18m-6-7l-3 3l-3-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-bottom-open{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 15h18M9 10l3-3l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M9 3v18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-left-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M9 3v18m7-6l-3-3l3-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-left-open{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M9 3v18m5-12l3 3l-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M15 3v18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-top{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 9h18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-top-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 9h18M9 16l3-3l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-panel-top-dashed{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M14 9h1m4 0h2M3 9h2m4 0h1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-pie-chart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21.21 15.89A10 10 0 1 1 8 2.83'/%3E%3Cpath d='M22 12A10 10 0 0 0 12 2v10z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-pin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 17v5M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-play{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-plug{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 22v-5m3-9V2m2 6a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1zM9 8V2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-pointer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M22 14a8 8 0 0 1-8 8m4-11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2m0 0V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1m0-.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10'/%3E%3Cpath d='M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-puzzle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.39 4.39a1 1 0 0 0 1.68-.474a2.5 2.5 0 1 1 3.014 3.015a1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474a2.5 2.5 0 1 0-3.014 3.015a1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474a2.5 2.5 0 1 1-3.014-3.015a1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474a2.5 2.5 0 1 0 3.014-3.015a1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-radar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19.07 4.93A10 10 0 0 0 6.99 3.34M4 6h.01M2.29 9.62a10 10 0 1 0 19.02-1.27'/%3E%3Cpath d='M16.24 7.76a6 6 0 1 0-8.01 8.91M12 18h.01m5.98-6.34a6 6 0 0 1-2.22 5.01'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='m13.41 10.59l5.66-5.66'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-radical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-ratio{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='12' height='20' x='6' y='2' rx='2'/%3E%3Crect width='20' height='12' x='2' y='6' rx='2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-refresh-cw{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5m5 4a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16'/%3E%3Cpath d='M8 16H3v5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-rocket{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09'/%3E%3Cpath d='M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z'/%3E%3Cpath d='M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-rotate-ccw{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-rotate-cw{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/%3E%3Cpath d='M21 3v5h-5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-route{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='6' cy='19' r='3'/%3E%3Cpath d='M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15'/%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-rows-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M21 9H3m18 6H3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-ruler{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Zm-6.8-2.8l2-2m-5-1l2-2m-5-1l2-2m7 11l2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-save{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z'/%3E%3Cpath d='M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-scroll-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 12h-5m5-4h-5m9 9V5a2 2 0 0 0-2-2H4'/%3E%3Cpath d='M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m21 21l-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-search-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m13.5 8.5l-5 5m0-5l5 5'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21l-4.3-4.3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-section{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0'/%3E%3Cpath d='M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-send{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-server{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='8' x='2' y='2' rx='2' ry='2'/%3E%3Crect width='20' height='8' x='2' y='14' rx='2' ry='2'/%3E%3Cpath d='M6 6h.01M6 18h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-server-crash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2M6 6h.01M6 18h.01'/%3E%3Cpath d='m13 6l-4 6h6l-4 6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-server-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5m-5 0L2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2zm12 7v-1a2 2 0 0 0-2-2h-1M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5l.5.5l-8-8zm2 4h.01M2 2l20 20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-settings{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M9.671 4.136a2.34 2.34 0 0 1 4.659 0a2.34 2.34 0 0 0 3.319 1.915a2.34 2.34 0 0 1 2.33 4.033a2.34 2.34 0 0 0 0 3.831a2.34 2.34 0 0 1-2.33 4.033a2.34 2.34 0 0 0-3.319 1.915a2.34 2.34 0 0 1-4.659 0a2.34 2.34 0 0 0-3.32-1.915a2.34 2.34 0 0 1-2.33-4.033a2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-settings-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14 17H5M19 7h-9'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Ccircle cx='7' cy='7' r='3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-shapes{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3Ccircle cx='17.5' cy='17.5' r='3.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-shield{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-shield-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zm-8-5v4m0 4h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-shield-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-shield-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zm-5.5-3.5l-5 5m0-5l5 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-shopping-cart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-sigma{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-sliders-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 5H3m9 14H3M14 3v4m2 10v4m5-9h-9m9 7h-5m5-14h-7m-6 5v4m0-2H3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-smartphone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-sparkles{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594zM20 2v4m2-2h-4'/%3E%3Ccircle cx='4' cy='20' r='2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-square-dashed-bottom-code{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 9.5L8 12l2 2.5m4 6.5h1M14 9.5l2 2.5l-2 2.5'/%3E%3Cpath d='M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M9 21h1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-star{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.12 2.12 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-sun-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 2v2m2.837 12.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715M16 12a4 4 0 0 0-4-4m7-3l-1.256 1.256M20 12h2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-table{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 3v18'/%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 9h18M3 15h18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-table-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z'/%3E%3Ccircle cx='7.5' cy='7.5' r='.5' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-terminal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 19h8M4 17l6-6l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 18H3M17 6H3m18 6H3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-trash-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 11v6m4-6v6m5-11v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-trending-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 7h6v6'/%3E%3Cpath d='m22 7l-8.5 8.5l-5-5L2 17'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-undo-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M9 14L4 9l5-5'/%3E%3Cpath d='M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-upload{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3v12m5-7l-5-5l-5 5m14 7v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-user{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-user-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m16 11l2 2l4-4m-6 12v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-user-cog{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 15H6a4 4 0 0 0-4 4v2m12.305-4.47l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383'/%3E%3Ccircle cx='18' cy='15' r='3'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-user-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M19 8v6m3-3h-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-user-round{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-users{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2M16 3.128a4 4 0 0 1 0 7.744M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-volume-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM16 9a5 5 0 0 1 0 6m3.364 3.364a9 9 0 0 0 0-12.728'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-webhook{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2'/%3E%3Cpath d='m6 17l3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06'/%3E%3Cpath d='m12 6l3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-wifi{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20h.01M2 8.82a15 15 0 0 1 20 0M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-wifi-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20h.01M8.5 16.429a5 5 0 0 1 7 0M5 12.859a10 10 0 0 1 5.17-2.69m8.83 2.69a10 10 0 0 0-2.007-1.523M2 8.82a15 15 0 0 1 4.177-2.643M22 8.82a15 15 0 0 0-11.288-3.764M2 2l20 20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-wrench{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-x-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9l-6 6m0-6l6 6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-lucide-zap{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-acorn{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232 104a56.06 56.06 0 0 0-56-56h-40a24 24 0 0 1 24-24a8 8 0 0 0 0-16a40 40 0 0 0-40 40H80a56.06 56.06 0 0 0-56 56a16 16 0 0 0 8 13.83V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0 0 16 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.17a16 16 0 0 0 8-13.83M80 64h96a40.06 40.06 0 0 1 40 40H40a40 40 0 0 1 40-40m74.25 135c-10.62 8.52-20 16-26.25 23.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-acorn-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M236 104a60.07 60.07 0 0 0-60-60h-35.6A20 20 0 0 1 160 28a12 12 0 0 0 0-24a44.06 44.06 0 0 0-43.81 40H80a60.07 60.07 0 0 0-60 60a20 20 0 0 0 8 16v8c0 37.45 34 64.71 61.23 86.61c10.22 8.2 25.63 20.58 26.77 25.56a12 12 0 0 0 24 0c1.14-5 16.55-17.36 26.77-25.56C194.05 192.71 228 165.45 228 128v-8a20 20 0 0 0 8-16M80 68h96a36.06 36.06 0 0 1 35.78 32H44.22A36.06 36.06 0 0 1 80 68m71.74 127.9c-9.17 7.36-17.46 14-23.74 20.55c-6.28-6.53-14.57-13.19-23.74-20.55C81 177.2 52 153.94 52 128v-4h152v4c0 25.94-29 49.2-52.26 67.9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-acorn-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M216 112v16c0 53-88 88-88 112c0-24-88-59-88-112v-16Z' opacity='.2'/%3E%3Cpath d='M232 104a56.06 56.06 0 0 0-56-56h-40a24 24 0 0 1 24-24a8 8 0 0 0 0-16a40 40 0 0 0-40 40H80a56.06 56.06 0 0 0-56 56a16 16 0 0 0 8 13.83V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0 0 16 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.17a16 16 0 0 0 8-13.83M80 64h96a40.06 40.06 0 0 1 40 40H40a40 40 0 0 1 40-40m74.25 135c-10.62 8.52-20 16-26.25 23.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-acorn-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232 104a56.06 56.06 0 0 0-56-56h-40a24 24 0 0 1 24-24a8 8 0 0 0 0-16a40 40 0 0 0-40 40H80a56.06 56.06 0 0 0-56 56a16 16 0 0 0 8 13.84V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0 0 16 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.16a16 16 0 0 0 8-13.84m-77.75 95c-10.62 8.52-20 16-26.25 23.37c-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-acorn-light{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M230 104a54.06 54.06 0 0 0-54-54h-42v-2a26 26 0 0 1 26-26a6 6 0 0 0 0-12a38 38 0 0 0-38 38v2H80a54.06 54.06 0 0 0-54 54a14 14 0 0 0 8 12.63V128c0 34.57 32.71 60.83 59 81.93c14.26 11.45 29 23.29 29 30.07a6 6 0 0 0 12 0c0-6.78 14.75-18.62 29-30.07c26.28-21.1 59-47.36 59-81.93v-11.37a14 14 0 0 0 8-12.63M80 62h96a42 42 0 0 1 42 42a2 2 0 0 1-2 2H40a2 2 0 0 1-2-2a42 42 0 0 1 42-42m75.5 138.58c-11.48 9.21-21.48 17.24-27.5 25c-6-7.72-16-15.75-27.5-25C76.22 181.08 46 156.82 46 128v-10h164v10c0 28.82-30.22 53.08-54.5 72.58'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-acorn-thin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M228 104a52.06 52.06 0 0 0-52-52h-44v-4a28 28 0 0 1 28-28a4 4 0 0 0 0-8a36 36 0 0 0-36 36v4H80a52.06 52.06 0 0 0-52 52a12 12 0 0 0 8 11.3V128c0 33.61 32.29 59.54 58.24 80.37C109.54 220.66 124 232.27 124 240a4 4 0 0 0 8 0c0-7.73 14.46-19.34 29.76-31.63C187.71 187.54 220 161.61 220 128v-12.7a12 12 0 0 0 8-11.3m-71.25 98.13c-12.51 10.05-23.23 18.65-28.75 26.79c-5.52-8.14-16.24-16.74-28.75-26.79C74.63 182.37 44 157.78 44 128v-12h168v12c0 29.78-30.63 54.37-55.25 74.13M216 108H40a4 4 0 0 1-4-4a44.05 44.05 0 0 1 44-44h96a44.05 44.05 0 0 1 44 44a4 4 0 0 1-4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-activity{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M160 216h-.4a8.1 8.1 0 0 1-7.1-5.2l-57.2-150l-32 70.5A8 8 0 0 1 56 136H24a8 8 0 0 1 0-16h26.8l37.9-83.3a8.2 8.2 0 0 1 7.6-4.7a8 8 0 0 1 7.2 5.2L161 188.1l31.8-63.7a8.2 8.2 0 0 1 7.2-4.4h32a8 8 0 0 1 0 16h-27.1l-37.7 75.6a8.2 8.2 0 0 1-7.2 4.4Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-activity-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M160 220h-.6a12.1 12.1 0 0 1-10.6-7.7L95 71.1L66.9 133a12 12 0 0 1-10.9 7H24a12 12 0 0 1 0-24h24.3l36.8-81a12 12 0 0 1 22.1.7l54.3 142.5l27.8-55.6A12.1 12.1 0 0 1 200 116h32a12 12 0 0 1 0 24h-24.6l-36.7 73.4A12.1 12.1 0 0 1 160 220Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-activity-light{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M160 214h-.3a5.8 5.8 0 0 1-5.3-3.9L95.5 55.6l-34 74.9A6.1 6.1 0 0 1 56 134H24a6 6 0 0 1 0-12h28.1l38.4-84.5a6 6 0 0 1 11.1.4l59.1 155.2l33.9-67.8a6 6 0 0 1 5.4-3.3h32a6 6 0 0 1 0 12h-28.3l-38.3 76.7a6.2 6.2 0 0 1-5.4 3.3Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-activity-thin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M160 212h-.2a3.9 3.9 0 0 1-3.5-2.6l-60.6-159l-36.1 79.3A3.9 3.9 0 0 1 56 132H24a4 4 0 0 1 0-8h29.4l39-85.7a3.8 3.8 0 0 1 3.7-2.3a4 4 0 0 1 3.6 2.6l60.8 159.5l35.9-71.9a4.2 4.2 0 0 1 3.6-2.2h32a4 4 0 0 1 0 8h-29.5l-38.9 77.8a4.2 4.2 0 0 1-3.6 2.2Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M83.19 174.4a8 8 0 0 0 11.21-1.6a52 52 0 0 1 83.2 0a8 8 0 1 0 12.8-9.6a67.9 67.9 0 0 0-27.4-21.69a40 40 0 1 0-53.94 0A67.9 67.9 0 0 0 81.6 163.2a8 8 0 0 0 1.59 11.2M112 112a24 24 0 1 1 24 24a24 24 0 0 1-24-24m96-88H64a16 16 0 0 0-16 16v24H32a8 8 0 0 0 0 16h16v40H32a8 8 0 0 0 0 16h16v40H32a8 8 0 0 0 0 16h16v24a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V40a16 16 0 0 0-16-16m0 192H64V40h144Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M208 20H64a20 20 0 0 0-20 20v20H32a12 12 0 0 0 0 24h12v32H32a12 12 0 0 0 0 24h12v32H32a12 12 0 0 0 0 24h12v20a20 20 0 0 0 20 20h144a20 20 0 0 0 20-20V40a20 20 0 0 0-20-20m-4 192H68V44h136Zm-103.2-40.63a48 48 0 0 1 70.4 0a12 12 0 0 0 17.6-16.32a72 72 0 0 0-19.21-14.68a44 44 0 1 0-67.19 0a72.1 72.1 0 0 0-19.2 14.68a12 12 0 0 0 17.6 16.32M116 112a20 20 0 1 1 20 20a20 20 0 0 1-20-20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M208 32H64a8 8 0 0 0-8 8v176a8 8 0 0 0 8 8h144a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8m-72 112a32 32 0 1 1 32-32a32 32 0 0 1-32 32' opacity='.2'/%3E%3Cpath d='M83.19 174.4a8 8 0 0 0 11.21-1.6a52 52 0 0 1 83.2 0a8 8 0 1 0 12.8-9.6a67.9 67.9 0 0 0-27.4-21.69a40 40 0 1 0-53.94 0A67.9 67.9 0 0 0 81.6 163.2a8 8 0 0 0 1.59 11.2M112 112a24 24 0 1 1 24 24a24 24 0 0 1-24-24m96-88H64a16 16 0 0 0-16 16v24H32a8 8 0 0 0 0 16h16v40H32a8 8 0 0 0 0 16h16v40H32a8 8 0 0 0 0 16h16v24a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V40a16 16 0 0 0-16-16m0 192H64V40h144Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M160 112a24 24 0 1 1-24-24a24 24 0 0 1 24 24m64-72v176a16 16 0 0 1-16 16H64a16 16 0 0 1-16-16v-24H32a8 8 0 0 1 0-16h16v-40H32a8 8 0 0 1 0-16h16V80H32a8 8 0 0 1 0-16h16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-33.6 123.2a67.9 67.9 0 0 0-27.4-21.69a40 40 0 1 0-53.94 0A67.9 67.9 0 0 0 81.6 163.2a8 8 0 1 0 12.8 9.6a52 52 0 0 1 83.2 0a8 8 0 1 0 12.8-9.6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-light{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M159.11 142.13a38 38 0 1 0-46.22 0A65.75 65.75 0 0 0 83.2 164.4a6 6 0 0 0 9.6 7.2a54 54 0 0 1 86.4 0a6 6 0 0 0 9.6-7.2a65.75 65.75 0 0 0-29.69-22.27M110 112a26 26 0 1 1 26 26a26 26 0 0 1-26-26m98-86H64a14 14 0 0 0-14 14v26H32a6 6 0 0 0 0 12h18v44H32a6 6 0 0 0 0 12h18v44H32a6 6 0 0 0 0 12h18v26a14 14 0 0 0 14 14h144a14 14 0 0 0 14-14V40a14 14 0 0 0-14-14m2 190a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2V40a2 2 0 0 1 2-2h144a2 2 0 0 1 2 2Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-tabs{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m-16 72h16v48h-16Zm16-16h-16V48h16ZM48 48h128v160H48Zm160 160h-16v-40h16zm-56.25-42a39.76 39.76 0 0 0-17.19-23.34a32 32 0 1 0-45.12 0A39.84 39.84 0 0 0 72.25 166a8 8 0 0 0 15.5 4c2.64-10.25 13.06-18 24.25-18s21.62 7.73 24.25 18a8 8 0 1 0 15.5-4M96 120a16 16 0 1 1 16 16a16 16 0 0 1-16-16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-tabs-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M208 28H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-20 80h16v40h-16Zm16-24h-16V52h16ZM52 52h112v152H52Zm136 152v-32h16v32Zm-36.38-39a43.22 43.22 0 0 0-15.16-23a36 36 0 1 0-56.92 0a43.35 43.35 0 0 0-15.16 23a12 12 0 1 0 23.24 6c2.2-8.54 11-15 20.38-15s18.19 6.44 20.38 15a12 12 0 0 0 23.24-6M96 120a12 12 0 1 1 12 12a12 12 0 0 1-12-12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-tabs-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M48 40a8 8 0 0 0-8 8v160a8 8 0 0 0 8 8h136V40Zm64 104a24 24 0 1 1 24-24a24 24 0 0 1-24 24' opacity='.2'/%3E%3Cpath d='M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m-16 72h16v48h-16Zm16-16h-16V48h16ZM48 48h128v160H48Zm160 160h-16v-40h16zm-56.25-42a39.76 39.76 0 0 0-17.19-23.34a32 32 0 1 0-45.12 0A39.84 39.84 0 0 0 72.25 166a8 8 0 0 0 15.5 4c2.64-10.25 13.06-18 24.25-18s21.62 7.73 24.25 18a8 8 0 1 0 15.5-4M96 120a16 16 0 1 1 16 16a16 16 0 0 1-16-16'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-tabs-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m-24 16h24v40h-24Zm0 56h24v48h-24Zm-38 71.75a8 8 0 0 1-9.74-5.76c-2.63-10.26-13.06-18-24.25-18s-21.61 7.74-24.25 18a8 8 0 0 1-15.5-4a39.84 39.84 0 0 1 17.19-23.34a32 32 0 1 1 45.12 0A39.76 39.76 0 0 1 151.75 166a8 8 0 0 1-5.75 9.75M208 208h-24v-40h24zm-80-88a16 16 0 1 1-16-16a16 16 0 0 1 16 16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-tabs-light{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m-18 68h20v52h-20Zm20-54v42h-20V46h18a2 2 0 0 1 2 2M46 208V48a2 2 0 0 1 2-2h130v164H48a2 2 0 0 1-2-2m162 2h-18v-44h20v42a2 2 0 0 1-2 2m-58.19-43.49A38 38 0 0 0 131.23 143a30 30 0 1 0-38.45 0a38 38 0 0 0-18.59 23.5a6 6 0 0 0 11.62 3C88.67 158.38 99.93 150 112 150s23.34 8.38 26.19 19.49a6 6 0 0 0 11.62-3ZM94 120a18 18 0 1 1 18 18a18 18 0 0 1-18-18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-tabs-thin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M208 36H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12m-20 64h24v56h-24Zm24-52v44h-24V44h20a4 4 0 0 1 4 4M44 208V48a4 4 0 0 1 4-4h132v168H48a4 4 0 0 1-4-4m164 4h-20v-48h24v44a4 4 0 0 1-4 4m-60.12-45a36.24 36.24 0 0 0-20.44-23.67a28 28 0 1 0-30.88 0A36.28 36.28 0 0 0 76.13 167a4 4 0 0 0 2.87 4.87a4 4 0 0 0 1 .13a4 4 0 0 0 3.87-3C87 157 99.05 148 112 148s25.05 9 28.12 21a4 4 0 0 0 7.76-2M92 120a20 20 0 1 1 20 20a20 20 0 0 1-20-20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-address-book-thin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M154.7 142.75a36 36 0 1 0-37.4 0a63.6 63.6 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8a56 56 0 0 1 89.6 0a4 4 0 0 0 6.4-4.8a63.65 63.65 0 0 0-32.5-22.85M108 112a28 28 0 1 1 28 28a28 28 0 0 1-28-28m100-84H64a12 12 0 0 0-12 12v28H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v48H32a4 4 0 0 0 0 8h20v28a12 12 0 0 0 12 12h144a12 12 0 0 0 12-12V40a12 12 0 0 0-12-12m4 188a4 4 0 0 1-4 4H64a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h144a4 4 0 0 1 4 4Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-air-traffic-control{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M229.11 70.82A16 16 0 0 0 216 64h-80V32h16a8 8 0 0 0 0-16h-48a8 8 0 0 0 0 16h16v32H40a16 16 0 0 0-15 21.47l26.19 72a16 16 0 0 0 15 10.53H96v64a8 8 0 0 0 16 0v-64h32v64a8 8 0 0 0 16 0v-64h29.82a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65M110.68 152l-13.1-72h60.84l-13.1 72ZM40 80h41.32l13.09 72H66.18Zm149.82 72h-28.23l13.09-72H216Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-air-traffic-control-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232.38 68.52A20 20 0 0 0 216 60h-76V36h12a12 12 0 0 0 0-24h-48a12 12 0 0 0 0 24h12v24H40a20 20 0 0 0-18.8 26.83l26.19 72A20.06 20.06 0 0 0 66.18 172H92v60a12 12 0 0 0 24 0v-60h24v60a12 12 0 0 0 24 0v-60h25.82a20.06 20.06 0 0 0 18.79-13.17l26.19-72a20 20 0 0 0-2.42-18.31M114 148l-11.62-64h51.24L142 148ZM45.71 84H78l11.64 64H69ZM187 148h-20.62L178 84h32.27Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-air-traffic-control-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='m223.51 82.73l-26.18 72a8 8 0 0 1-7.52 5.27H66.19a8 8 0 0 1-7.52-5.27l-26.18-72A8 8 0 0 1 40 72h176a8 8 0 0 1 7.51 10.73' opacity='.2'/%3E%3Cpath d='M229.11 70.82A16 16 0 0 0 216 64h-80V32h16a8 8 0 0 0 0-16h-48a8 8 0 0 0 0 16h16v32H40a16 16 0 0 0-15 21.47l26.19 72a16 16 0 0 0 15 10.53H96v64a8 8 0 0 0 16 0v-64h32v64a8 8 0 0 0 16 0v-64h29.82a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65M110.68 152l-13.1-72h60.84l-13.1 72ZM40 80h41.32l13.09 72H66.18Zm149.82 72h-28.23l13.09-72H216Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-air-traffic-control-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M229.11 70.82A16 16 0 0 0 216 64h-80V32h16a8 8 0 0 0 0-16h-48a8 8 0 0 0 0 16h16v32H40a16 16 0 0 0-15 21.47l26.19 72a16 16 0 0 0 15 10.53h123.63a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65m-126.59 81.05a8 8 0 0 1-1.44.13a8 8 0 0 1-7.86-6.57L83 89.43a8 8 0 0 1 15.75-2.86l10.18 56a8 8 0 0 1-6.41 9.3M173 89.43l-10.19 56a8 8 0 0 1-7.86 6.57a8 8 0 0 1-1.44-.13a8 8 0 0 1-6.44-9.3l10.18-56A8 8 0 0 1 173 89.43M160 188v44a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-44a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-air-traffic-control-light{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M227.47 72A14 14 0 0 0 216 66h-82V30h18a6 6 0 0 0 0-12h-48a6 6 0 0 0 0 12h18v36H40a14 14 0 0 0-13.16 18.78l26.19 72A14 14 0 0 0 66.18 166H98v66a6 6 0 0 0 12 0v-66h36v66a6 6 0 0 0 12 0v-66h31.82a14 14 0 0 0 13.18-9.22l26.19-72A14 14 0 0 0 227.47 72M109 154L95.19 78h65.62L147 154Zm-44.7-1.32l-26.18-72a2 2 0 0 1 .24-1.83A1.94 1.94 0 0 1 40 78h43l13.82 76H66.18a2 2 0 0 1-1.88-1.32m153.58-72l-26.18 72a2 2 0 0 1-1.88 1.32h-30.63L173 78h43a1.94 1.94 0 0 1 1.64.85a2 2 0 0 1 .24 1.83'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-air-traffic-control-thin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M225.83 73.11A12 12 0 0 0 216 68h-84V28h20a4 4 0 0 0 0-8h-48a4 4 0 0 0 0 8h20v40H40a12 12 0 0 0-11.28 16.1l26.19 72a12 12 0 0 0 11.27 7.9H100v68a4 4 0 0 0 8 0v-68h40v68a4 4 0 0 0 8 0v-68h33.82a12 12 0 0 0 11.27-7.9l26.19-72a12 12 0 0 0-1.45-10.99M107.34 156L92.79 76h70.42l-14.55 80Zm-44.92-2.63l-26.18-72A4 4 0 0 1 40 76h44.66l14.54 80h-33a4 4 0 0 1-3.78-2.63m157.34-72l-26.18 72a4 4 0 0 1-3.76 2.63h-33l14.55-80H216a4 4 0 0 1 3.76 5.37'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-airplane{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M235.58 128.84L160 91.06V48a32 32 0 0 0-64 0v43.06l-75.58 37.78A8 8 0 0 0 16 136v32a8 8 0 0 0 9.57 7.84L96 161.76v18.93l-13.66 13.65A8 8 0 0 0 80 200v32a8 8 0 0 0 11 7.43l37-14.81l37 14.81a8 8 0 0 0 11-7.43v-32a8 8 0 0 0-2.34-5.66L160 180.69v-18.93l70.43 14.08A8 8 0 0 0 240 168v-32a8 8 0 0 0-4.42-7.16M224 158.24l-70.43-14.08A8 8 0 0 0 144 152v32a8 8 0 0 0 2.34 5.66L160 203.31v16.87l-29-11.61a8 8 0 0 0-5.94 0L96 220.18v-16.87l13.66-13.65A8 8 0 0 0 112 184v-32a8 8 0 0 0-9.57-7.84L32 158.24v-17.3l75.58-37.78A8 8 0 0 0 112 96V48a16 16 0 0 1 32 0v48a8 8 0 0 0 4.42 7.16L224 140.94Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-airplane-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M237.37 125.27L164 88.58V48a36 36 0 0 0-72 0v40.58l-73.37 36.69A12 12 0 0 0 12 136v32a12 12 0 0 0 14.35 11.77L92 166.64V179l-12.49 12.51A12 12 0 0 0 76 200v32a12 12 0 0 0 16.46 11.14L128 228.92l35.54 14.22a11.9 11.9 0 0 0 4.46.86a12 12 0 0 0 12-12v-32a12 12 0 0 0-3.51-8.49L164 179v-12.36l65.65 13.13A12 12 0 0 0 244 168v-32a12 12 0 0 0-6.63-10.73M220 153.36l-65.65-13.13A12 12 0 0 0 140 152v32a12 12 0 0 0 3.51 8.49L156 205v9.31l-23.54-9.42a12 12 0 0 0-8.92 0L100 214.28V205l12.49-12.48A12 12 0 0 0 116 184v-32a12 12 0 0 0-14.35-11.77L36 153.36v-9.94l73.37-36.69A12 12 0 0 0 116 96V48a12 12 0 0 1 24 0v48a12 12 0 0 0 6.63 10.73L220 143.42Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-airplane-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M152 152v32l16 16v32l-40-16l-40 16v-32l16-16v-32l-80 16v-32l80-40V48a24 24 0 0 1 48 0v48l80 40v32Z' opacity='.2'/%3E%3Cpath d='M235.58 128.84L160 91.06V48a32 32 0 0 0-64 0v43.06l-75.58 37.78A8 8 0 0 0 16 136v32a8 8 0 0 0 9.57 7.84L96 161.76v18.93l-13.66 13.65A8 8 0 0 0 80 200v32a8 8 0 0 0 11 7.43l37-14.81l37 14.81a8 8 0 0 0 11-7.43v-32a8 8 0 0 0-2.34-5.66L160 180.69v-18.93l70.43 14.08A8 8 0 0 0 240 168v-32a8 8 0 0 0-4.42-7.16M224 158.24l-70.43-14.08A8 8 0 0 0 144 152v32a8 8 0 0 0 2.34 5.66L160 203.31v16.87l-29-11.61a8 8 0 0 0-5.94 0L96 220.18v-16.87l13.66-13.65A8 8 0 0 0 112 184v-32a8 8 0 0 0-9.57-7.84L32 158.24v-17.3l75.58-37.78A8 8 0 0 0 112 96V48a16 16 0 0 1 32 0v48a8 8 0 0 0 4.42 7.16L224 140.94Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-ph-airplane-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M240 136v32a8 8 0 0 1-8 8a7.6 7.6 0 0 1-1.57-.16L156 161v23.73l17.66 17.65A8 8 0 0 1 176 208v24a8 8 0 0 1-11 7.43l-37-14.81l-37 14.81A8 8 0 0 1 80 232v-24a8 8 0 0 1 2.34-5.66L100 184.69V161l-74.43 14.84A7.6 7.6 0 0 1 24 176a8 8 0 0 1-8-8v-32a8 8 0 0 1 4.42-7.16L100 89.06V44a28 28 0 0 1 56 0v45.06l79.58 39.78A8 8 0 0 1 240 136'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-4k-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12m4.25-4a.75.75 0 0 0-1.5 0v2a2.75 2.75 0 0 0 2.75 2.75h2.25V16a.75.75 0 0 0 1.5 0V8a.75.75 0 0 0-1.5 0v3.25H7.5c-.69 0-1.25-.56-1.25-1.25zm12.77-.54a.75.75 0 0 1 .02 1.06l-2.666 2.773l2.757 4.302a.75.75 0 1 1-1.262.81l-2.564-4l-1.055 1.097V16a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 1.5 0v3.338l3.71-3.858a.75.75 0 0 1 1.06-.02' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-4k-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22' opacity='.5'/%3E%3Cpath fill='currentColor' d='M19.02 7.46a.75.75 0 0 1 .02 1.06l-2.666 2.773l2.757 4.302a.75.75 0 1 1-1.262.81l-2.564-4l-1.055 1.097V16a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 1.5 0v3.338l3.71-3.858a.75.75 0 0 1 1.06-.02M5.5 7.25a.75.75 0 0 1 .75.75v2c0 .69.56 1.25 1.25 1.25h2.25V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-1.5 0v-3.25H7.5A2.75 2.75 0 0 1 4.75 10V8a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-4k-broken{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M5.5 8v2a2 2 0 0 0 2 2h3m0-4v4m0 0v4m3-8v5.2m0 0V16m0-2.8l1.923-2m0 0L18.5 8m-3.077 3.2L18.5 16'/%3E%3Cpath d='M22 12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464c.974.974 1.3 2.343 1.41 4.536'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-4k-line-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z' opacity='.5'/%3E%3Cpath stroke-linecap='round' d='M5.5 8v2a2 2 0 0 0 2 2h3m0-4v4m0 0v4m3-8v5.2m0 0V16m0-2.8l1.923-2m0 0L18.5 8m-3.077 3.2L18.5 16'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-4k-linear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z'/%3E%3Cpath stroke-linecap='round' d='M5.5 8v2a2 2 0 0 0 2 2h3m0-4v4m0 0v4m3-8v5.2m0 0V16m0-2.8l1.923-2m0 0L18.5 8m-3.077 3.2L18.5 16'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-4k-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m-5.33 1.676c-1.278.172-2.049.5-2.618 1.069c-.57.57-.897 1.34-1.069 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176s4.086-.002 5.386-.176c1.279-.172 2.05-.5 2.62-1.069c.569-.57.896-1.34 1.068-2.619c.174-1.3.176-3.008.176-5.386s-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176'/%3E%3Cpath d='M19.02 7.46a.75.75 0 0 1 .02 1.06l-2.666 2.773l2.757 4.302a.75.75 0 1 1-1.262.81l-2.564-4l-1.055 1.097V16a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 1.5 0v3.338l3.71-3.858a.75.75 0 0 1 1.06-.02M5.5 7.25a.75.75 0 0 1 .75.75v2c0 .69.56 1.25 1.25 1.25h2.25V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-1.5 0v-3.25H7.5A2.75 2.75 0 0 1 4.75 10V8a.75.75 0 0 1 .75-.75'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accessibility-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5.707.31a.75.75 0 0 0-.586 1.38l.002.001l.002.001l.01.004l.032.014a15 15 0 0 0 .572.225c.38.145.914.338 1.527.53c.988.312 2.236.64 3.398.748v1.24c0 .43-.124.853-.357 1.216l-2.524 3.925a.75.75 0 0 0 1.262.812l2.37-3.686l2.368 3.686a.75.75 0 0 0 1.262-.812l-2.524-3.925a2.25 2.25 0 0 1-.357-1.217v-1.239c1.162-.108 2.41-.436 3.399-.748a28 28 0 0 0 2.098-.755l.033-.014l.01-.004l.002-.001a.75.75 0 0 0-.585-1.381l-.007.003l-.027.011l-.11.045q-.148.061-.42.164c-.36.137-.865.32-1.444.502c-1.178.37-2.588.715-3.699.715s-2.52-.345-3.698-.715a27 27 0 0 1-1.974-.711L6.3 9.313z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accessibility-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10' opacity='.5'/%3E%3Cpath fill='currentColor' d='M12 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5.707.31a.75.75 0 0 0-.586 1.38l.002.001l.002.001l.01.004l.032.014a15 15 0 0 0 .572.225c.38.145.914.338 1.527.53c.988.312 2.236.64 3.398.748v1.24c0 .43-.124.853-.357 1.216l-2.524 3.925a.75.75 0 0 0 1.262.812l2.37-3.686l2.368 3.686a.75.75 0 0 0 1.262-.812l-2.524-3.925a2.25 2.25 0 0 1-.357-1.217v-1.239c1.162-.108 2.41-.436 3.399-.748a28 28 0 0 0 2.098-.755l.033-.014l.01-.004l.002-.001a.75.75 0 0 0-.585-1.381l-.007.003l-.027.011l-.11.045q-.148.061-.42.164c-.36.137-.865.32-1.444.502c-1.178.37-2.588.715-3.699.715s-2.52-.345-3.698-.715a27 27 0 0 1-1.974-.711L6.3 9.313z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accessibility-broken{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M14 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z'/%3E%3Cpath stroke-linecap='round' d='M18 10s-3.537 1.5-6 1.5S6 10 6 10m6 2v1.452m0 0a3 3 0 0 0 .476 1.623L15 19m-3-5.548a3 3 0 0 1-.476 1.623L9 19'/%3E%3Cpath stroke-linecap='round' d='M7 3.338A9.95 9.95 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-1.821.487-3.53 1.338-5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accessibility-line-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10' opacity='.5'/%3E%3Cpath d='M14 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z'/%3E%3Cpath stroke-linecap='round' d='M18 10s-3.537 1.5-6 1.5S6 10 6 10m6 2v1.452a3 3 0 0 0 .476 1.623L15 19'/%3E%3Cpath stroke-linecap='round' d='M12 12v1.452a3 3 0 0 1-.476 1.623L9 19'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accessibility-linear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M14 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z'/%3E%3Cpath stroke-linecap='round' d='M18 10s-3.537 1.5-6 1.5S6 10 6 10m6 2v1.452m0 0a3 3 0 0 0 .476 1.623L15 19m-3-5.548a3 3 0 0 1-.476 1.623L9 19'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accessibility-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M9.25 7a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 5.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5' clip-rule='evenodd'/%3E%3Cpath fill='currentColor' d='M5.31 9.707a.75.75 0 0 1 .983-.398l.001.001l.006.003l.027.011l.11.045q.149.061.42.164c.36.137.865.32 1.445.502c1.178.37 2.587.715 3.698.715s2.52-.345 3.698-.715a27 27 0 0 0 1.974-.711l.028-.011l.006-.003h.001a.75.75 0 0 1 .586 1.38l-.004.002l-.01.004l-.032.014l-.123.05a28 28 0 0 1-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0 .43.124.853.357 1.216l2.524 3.925a.75.75 0 0 1-1.262.812L12 15.72l-2.37 3.686a.75.75 0 1 1-1.26-.812l2.523-3.925a2.25 2.25 0 0 0 .357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28 28 0 0 1-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75 0 0 1-.397-.984'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accumulator-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cdefs%3E%3Cmask id='SVGhLq0x4BW'%3E%3Cg fill='none'%3E%3Cpath fill='%23fff' d='M22 14v-2.025c0-1.846 0-2.768-.392-3.458a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.725-.448a2 2 0 0 1-.113-.213c-.11-.22-.165-.33-.228-.425a2 2 0 0 0-1.447-.895C13.878 5 13.755 5 13.509 5h-3.018c-.246 0-.37 0-.482.013a2 2 0 0 0-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1 1 0 0 1-.724.447C7.439 7 7.378 7 7.255 7h-.28c-1.846 0-2.768 0-3.458.392a3 3 0 0 0-1.125 1.125C2 9.207 2 10.129 2 11.975V14c0 2.828 0 4.243.879 5.121C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.879C22 18.243 22 16.828 22 14'/%3E%3Cpath fill='%23fff' d='M5.045 3.25c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04l.008.066c.034.299-.056.595-.197.86a.5.5 0 0 1-.443.27L6.93 6c-.885 0-1.614 0-2.207.053c-.616.055-1.18.174-1.7.47a4 4 0 0 0-.773.572v-1.14c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm14 0c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.043.323.043.72.043 1.152v1.14a4 4 0 0 0-.773-.572c-.52-.296-1.084-.415-1.7-.47C18.684 6 17.954 6 17.07 6l-.153-.001a.5.5 0 0 1-.437-.27c-.14-.265-.229-.56-.195-.858l.008-.068c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16.5 11.25a.75.75 0 0 1 .75.75v.75H18a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H15a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M5.25 13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75' clip-rule='evenodd'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='currentColor' d='M0 0h24v24H0z' mask='url(%23SVGhLq0x4BW)'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accumulator-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 11.975V14c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14v-2.025c0-1.846 0-2.768.392-3.458a3 3 0 0 1 1.125-1.125C4.207 7 5.129 7 6.975 7h.28c.123 0 .184 0 .24-.006a1 1 0 0 0 .725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2 2 0 0 1 1.447-.895C10.123 5 10.246 5 10.492 5h3.018c.246 0 .37 0 .482.013a2 2 0 0 1 1.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1 1 0 0 0 .724.447c.057.007.118.007.241.007h.28c1.846 0 2.768 0 3.458.392a3 3 0 0 1 1.125 1.125c.392.69.392 1.612.392 3.458' opacity='.5'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M16.5 11.25a.75.75 0 0 1 .75.75v.75H18a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H15a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M5.25 13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75' clip-rule='evenodd'/%3E%3Cpath fill='currentColor' d='M19.044 3.25c.433 0 .83 0 1.152.043c.356.048.732.16 1.04.47c.31.309.422.684.47 1.04c.043.323.043 2.72.043 3.152v.864a2 2 0 0 0-.141-.302a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.22-.051V4.87l.008-.068c.047-.356.16-.731.469-1.04s.685-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm-14.054 0c-.433 0-.83 0-1.153.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043 2.72-.043 3.152v.781q.048-.114.108-.219a3 3 0 0 1 1.125-1.125C4.207 7 5.13 7 6.975 7h.28c.123 0 .184 0 .241-.006a1 1 0 0 0 .253-.064V4.871l-.008-.068c-.048-.356-.16-.731-.47-1.04c-.308-.31-.684-.422-1.04-.47c-.322-.043-.72-.043-1.152-.043z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accumulator-broken{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M10 20H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14v-2.025c0-1.846 0-2.768.392-3.458a3 3 0 0 1 1.125-1.125C4.207 7 5.129 7 6.975 7h.28c.123 0 .184 0 .24-.006a1 1 0 0 0 .725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2 2 0 0 1 1.447-.895C10.123 5 10.246 5 10.492 5h3.018c.246 0 .37 0 .482.013a2 2 0 0 1 1.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1 1 0 0 0 .724.447c.057.007.118.007.241.007h.28c1.846 0 2.768 0 3.458.392a3 3 0 0 1 1.125 1.125c.392.69.392 1.612.392 3.458V14c0 2.828 0 4.243-.879 5.121S18.828 20 16 20h-2'/%3E%3Cpath d='M7 7V6c0-.943 0-1.414-.293-1.707S5.943 4 5 4M3 7.5V6m18 0v2m-4-1V6c0-.943 0-1.414.293-1.707S18.057 4 19 4M9 13.5H6m12 0h-1.5m0 0H15m1.5 0V12m0 1.5V15'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accumulator-line-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M22 14v-2.025c0-1.846 0-2.768-.392-3.458a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.725-.448a2 2 0 0 1-.113-.213c-.11-.22-.165-.33-.228-.425a2 2 0 0 0-1.447-.895C13.878 5 13.755 5 13.509 5h-3.018c-.246 0-.37 0-.482.013a2 2 0 0 0-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1 1 0 0 1-.724.447C7.439 7 7.378 7 7.255 7h-.28c-1.846 0-2.768 0-3.458.392a3 3 0 0 0-1.125 1.125C2 9.207 2 10.129 2 11.975V14c0 2.828 0 4.243.879 5.121C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.879C22 18.243 22 16.828 22 14Z'/%3E%3Cpath d='M7 7V6c0-.943 0-1.414-.293-1.707S5.943 4 5 4s-1.414 0-1.707.293S3 5.057 3 6v1.5M21 8V6c0-.943 0-1.414-.293-1.707S19.943 4 19 4s-1.414 0-1.707.293S17 5.057 17 6v1' opacity='.5'/%3E%3Cpath stroke-linecap='round' d='M9 13.5H6m12 0h-1.5m0 0H15m1.5 0V12m0 1.5V15' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accumulator-linear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M22 14v-2.025c0-1.846 0-2.768-.392-3.458a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.725-.448a2 2 0 0 1-.113-.213c-.11-.22-.165-.33-.228-.425a2 2 0 0 0-1.447-.895C13.878 5 13.755 5 13.509 5h-3.018c-.246 0-.37 0-.482.013a2 2 0 0 0-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1 1 0 0 1-.724.447C7.439 7 7.378 7 7.255 7h-.28c-1.846 0-2.768 0-3.458.392a3 3 0 0 0-1.125 1.125C2 9.207 2 10.129 2 11.975V14c0 2.828 0 4.243.879 5.121C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.879C22 18.243 22 16.828 22 14Z'/%3E%3Cpath d='M7 7V6c0-.943 0-1.414-.293-1.707S5.943 4 5 4s-1.414 0-1.707.293S3 5.057 3 6v1.5M21 8V6c0-.943 0-1.414-.293-1.707S19.943 4 19 4s-1.414 0-1.707.293S17 5.057 17 6v1'/%3E%3Cpath stroke-linecap='round' d='M9 13.5H6m12 0h-1.5m0 0H15m1.5 0V12m0 1.5V15'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-accumulator-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M4.955 3.25h.09c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.039.29.043.64.043 1.02a2.75 2.75 0 0 1 2.173-1.556c.157-.017.32-.017.53-.017h3.093c.21 0 .374 0 .53.018a2.75 2.75 0 0 1 2.174 1.556c0-.382.004-.731.043-1.021c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043h.09c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.043.323.043.72.043 1.152V7.45q.293.317.51.696c.27.477.384 1 .438 1.6c.052.58.052 1.3.052 2.194v2.115c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-8.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337V11.94c0-.893 0-1.613.052-2.194c.054-.6.167-1.123.438-1.6a3.8 3.8 0 0 1 .51-.696V5.956c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043M3.75 6.482c.31-.095.64-.148.996-.18c.423-.038.92-.048 1.504-.051V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM6.975 7.75c-.936 0-1.59 0-2.096.046c-.496.044-.778.127-.991.248a2.25 2.25 0 0 0-.844.844c-.12.213-.204.495-.248.991c-.045.507-.046 1.16-.046 2.096V14c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191v-2.025c0-.936 0-1.59-.046-2.096c-.044-.496-.127-.778-.248-.991l.397-.226l-.397.226a2 2 0 0 0-.094-.15a.75.75 0 0 1-.6-.6a2 2 0 0 0-.15-.094c-.212-.12-.495-.204-.991-.248c-.507-.045-1.16-.046-2.096-.046h-.304c-.098 0-.201 0-.302-.011a1.75 1.75 0 0 1-1.267-.783a3 3 0 0 1-.156-.287a4 4 0 0 0-.185-.352a1.25 1.25 0 0 0-.905-.559a4 4 0 0 0-.397-.008h-3.018c-.264 0-.336.001-.397.008a1.25 1.25 0 0 0-.905.56a4 4 0 0 0-.185.35l-.01.023c-.044.087-.09.18-.146.265a1.75 1.75 0 0 1-1.267.783c-.1.011-.204.011-.302.011zM17.75 6.251c.584.003 1.081.013 1.504.051c.357.032.687.085.996.18V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM16.5 11.25a.75.75 0 0 1 .75.75v.75H18a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H15a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M5.25 13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-circle-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m.75-13a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-circle-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10' opacity='.5'/%3E%3Cpath fill='currentColor' d='M12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-circle-broken{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5' d='M15 12h-3m0 0H9m3 0V9m0 3v3M7 3.338A9.95 9.95 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-1.821.487-3.53 1.338-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-circle-line-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10' opacity='.5'/%3E%3Cpath stroke-linecap='round' d='M15 12h-3m0 0H9m3 0V9m0 3v3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-circle-linear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' d='M15 12h-3m0 0H9m3 0V9m0 3v3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25z'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12S17.937 1.25 12 1.25M2.75 12a9.25 9.25 0 1 1 18.5 0a9.25 9.25 0 0 1-18.5 0' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-folder-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M2.07 5.008C2 5.376 2 5.818 2 6.7v7.05c0 3.771 0 5.657 1.172 6.828S6.229 21.75 10 21.75h4c3.771 0 5.657 0 6.828-1.172S22 17.521 22 13.75v-2.202c0-2.632 0-3.949-.77-4.804a3 3 0 0 0-.224-.225c-.855-.769-2.172-.769-4.804-.769h-.374c-1.153 0-1.73 0-2.268-.153a4 4 0 0 1-.848-.352c-.488-.271-.896-.68-1.712-1.495l-.55-.55c-.274-.274-.41-.41-.554-.53a4 4 0 0 0-2.18-.903c-.186-.017-.38-.017-.766-.017c-.883 0-1.324 0-1.692.07A4 4 0 0 0 2.07 5.007M12 11a.75.75 0 0 1 .75.75V13H14a.75.75 0 0 1 0 1.5h-1.25v1.25a.75.75 0 0 1-1.5 0V14.5H10a.75.75 0 0 1 0-1.5h1.25v-1.25A.75.75 0 0 1 12 11' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-folder-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 13.75v-2.202c0-2.632 0-3.949-.77-4.804a3 3 0 0 0-.224-.225c-.855-.769-2.172-.769-4.804-.769h-.374c-1.153 0-1.73 0-2.268-.153a4 4 0 0 1-.848-.352c-.488-.271-.896-.68-1.712-1.495l-.55-.55c-.274-.274-.41-.41-.554-.53a4 4 0 0 0-2.18-.903c-.186-.017-.38-.017-.766-.017c-.883 0-1.324 0-1.692.07A4 4 0 0 0 2.07 5.007C2 5.376 2 5.818 2 6.7v7.05c0 3.771 0 5.657 1.172 6.828S6.229 21.75 10 21.75h4c3.771 0 5.657 0 6.828-1.172S22 17.521 22 13.75' opacity='.5'/%3E%3Cpath fill='currentColor' d='M12 11a.75.75 0 0 1 .75.75V13H14a.75.75 0 0 1 0 1.5h-1.25v1.25a.75.75 0 0 1-1.5 0V14.5H10a.75.75 0 0 1 0-1.5h1.25v-1.25A.75.75 0 0 1 12 11'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-folder-broken{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5' d='M10 14h2m0 0h2m-2 0v2m0-2v-2m10-.202c0-2.632 0-3.949-.77-4.804a3 3 0 0 0-.224-.225C20.151 6 18.834 6 16.202 6h-.374c-1.153 0-1.73 0-2.268-.153a4 4 0 0 1-.848-.352C12.224 5.224 11.816 4.815 11 4l-.55-.55c-.274-.274-.41-.41-.554-.53a4 4 0 0 0-2.18-.903C7.53 2 7.336 2 6.95 2c-.883 0-1.324 0-1.692.07A4 4 0 0 0 2.07 5.257C2 5.626 2 6.068 2 6.95M21.991 16c-.036 2.48-.22 3.885-1.163 4.828C19.657 22 17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14v-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-folder-line-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' d='M10 14h2m0 0h2m-2 0v2m0-2v-2' opacity='.5'/%3E%3Cpath d='M2 6.95c0-.883 0-1.324.07-1.692A4 4 0 0 1 5.257 2.07C5.626 2 6.068 2 6.95 2c.386 0 .58 0 .766.017a4 4 0 0 1 2.18.904c.144.119.28.255.554.529L11 4c.816.816 1.224 1.224 1.712 1.495a4 4 0 0 0 .848.352C14.098 6 14.675 6 15.828 6h.374c2.632 0 3.949 0 4.804.77q.119.105.224.224c.77.855.77 2.172.77 4.804V14c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-folder-linear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' d='M10 14h2m0 0h2m-2 0v2m0-2v-2'/%3E%3Cpath d='M2 6.95c0-.883 0-1.324.07-1.692A4 4 0 0 1 5.257 2.07C5.626 2 6.068 2 6.95 2c.386 0 .58 0 .766.017a4 4 0 0 1 2.18.904c.144.119.28.255.554.529L11 4c.816.816 1.224 1.224 1.712 1.495a4 4 0 0 0 .848.352C14.098 6 14.675 6 15.828 6h.374c2.632 0 3.949 0 4.804.77q.119.105.224.224c.77.855.77 2.172.77 4.804V14c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-folder-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M6.86 1.25h.127c.351 0 .577 0 .798.02a4.75 4.75 0 0 1 2.59 1.073c.17.142.33.302.579.55l.576.577c.846.845 1.171 1.161 1.547 1.37q.328.182.689.286c.413.117.866.124 2.062.124h.425c1.273 0 2.3 0 3.111.102c.841.106 1.556.332 2.144.86q.147.133.28.28c.529.588.754 1.303.86 2.144c.102.812.102 1.838.102 3.111v2.31c0 1.837 0 3.293-.153 4.432c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V6.86c0-.797 0-1.303.082-1.74A4.75 4.75 0 0 1 5.12 1.331c.438-.082.944-.082 1.74-.082m.09 1.5c-.917 0-1.271.003-1.553.056a3.25 3.25 0 0 0-2.59 2.591c-.054.282-.057.636-.057 1.553V14c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h4c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-2.202c0-1.336-.001-2.267-.09-2.975c-.087-.689-.246-1.06-.487-1.328a2 2 0 0 0-.168-.168c-.268-.241-.64-.4-1.328-.487c-.707-.089-1.639-.09-2.975-.09h-.484c-1.048 0-1.724 0-2.363-.182c-.35-.1-.689-.24-1.008-.417c-.58-.324-1.058-.801-1.8-1.543l-.077-.078l-.55-.55a8 8 0 0 0-.503-.482a3.25 3.25 0 0 0-1.771-.734a8 8 0 0 0-.696-.014m5.05 8.5a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V16a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V12a.75.75 0 0 1 .75-.75' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-square-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22m0-13.75a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-add-square-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22' opacity='.5'/%3E%3Cpath fill='currentColor' d='M12 8.25a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-arrow-right-up-linear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 18L18 6m0 0H9m9 0v9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-full-screen-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.29 2.89c-1.028-.138-2.383-.14-4.29-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V10a.75.75 0 0 1-1.5 0c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812M2 13.25a.75.75 0 0 1 .75.75c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14a.75.75 0 0 1 0 1.5h-.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V14a.75.75 0 0 1 .75-.75' clip-rule='evenodd'/%3E%3Cpath fill='currentColor' d='M9.944 1.25H10a.75.75 0 0 1 0 1.5c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29a.75.75 0 0 1-1.5 0v-.056c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153M22 13.25a.75.75 0 0 1 .75.75v.056c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H14a.75.75 0 0 1 0-1.5c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289a.75.75 0 0 1 .75-.75' opacity='.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-moon-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10a10 10 0 0 1-3.321-.564A9 9 0 0 1 8 18a8.97 8.97 0 0 1 2.138-5.824A6.5 6.5 0 0 0 15.5 15a6.5 6.5 0 0 0 5.567-3.143c.24-.396.933-.32.933.143' clip-rule='evenodd' opacity='.5'/%3E%3Cpath fill='currentColor' d='M2 12c0 4.359 2.789 8.066 6.679 9.435A9 9 0 0 1 8 18c0-2.221.805-4.254 2.138-5.824A6.47 6.47 0 0 1 9 8.5a6.5 6.5 0 0 1 3.143-5.567C12.54 2.693 12.463 2 12 2C6.477 2 2 6.477 2 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-quit-full-screen-bold-duotone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 1.25a.75.75 0 0 1 .75.75v.056c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H2a.75.75 0 0 1 0-1.5c1.907 0 3.261-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289a.75.75 0 0 1 .75-.75m11.944 12H22a.75.75 0 0 1 0 1.5c-1.907 0-3.262.002-4.29.14c-1.005.135-1.585.389-2.008.812s-.677 1.003-.812 2.009c-.138 1.027-.14 2.382-.14 4.289a.75.75 0 0 1-1.5 0v-.056c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153' clip-rule='evenodd'/%3E%3Cpath fill='currentColor' d='M14 1.25a.75.75 0 0 1 .75.75c0 1.907.002 3.261.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.027.138 2.382.14 4.289.14a.75.75 0 0 1 0 1.5h-.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V2a.75.75 0 0 1 .75-.75M1.25 14a.75.75 0 0 1 .75-.75h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V22a.75.75 0 0 1-1.5 0c0-1.907-.002-3.262-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.028-.138-2.382-.14-4.289-.14a.75.75 0 0 1-.75-.75' opacity='.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.i-solar-sun-2-bold-duotone,[i-solar-sun-2-bold-duotone=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 12a5 5 0 1 1-10 0a5 5 0 0 1 10 0'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 1.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m18 0a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75M12 19.25a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75' clip-rule='evenodd'/%3E%3Cpath fill='currentColor' d='M3.67 3.716a.75.75 0 0 1 1.059-.048L6.95 5.7a.75.75 0 0 1-1.012 1.107L3.717 4.775a.75.75 0 0 1-.048-1.06m16.663.001a.75.75 0 0 1-.047 1.06l-2.223 2.03A.75.75 0 1 1 17.05 5.7l2.222-2.032a.75.75 0 0 1 1.06.048m-3.306 13.309a.75.75 0 0 1 1.06 0l2.223 2.222a.75.75 0 1 1-1.061 1.06l-2.222-2.222a.75.75 0 0 1 0-1.06m-10.051 0a.75.75 0 0 1 0 1.06l-2.222 2.223a.75.75 0 0 1-1.06-1.06l2.222-2.223a.75.75 0 0 1 1.06 0' opacity='.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;width:1em;height:1em}.scrollbar-none,[scrollbar-none=""]{-ms-overflow-style:none;scrollbar-width:none}.container,[all~=container] *,[container=""]{width:100%}[\!container=""]{width:100%!important}.absolute-center,[absolute-center=""]{position:absolute;top:50%;left:50%;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-translate-y:-50%}.text-ellipsis-2,[text-ellipsis-2=""]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.z-base,[z-base=""]{z-index:0}.z-content,[z-content=""]{z-index:10}.z-layout{z-index:40}.z-overlay{z-index:50}.z-popover{z-index:60}.z-toast{z-index:100}.code-preview{margin:0;white-space:pre-wrap;overflow-wrap:break-word;font-size:var(--font-size-xs);line-height:1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.layout-narrow{margin-left:auto;margin-right:auto;width:98%;display:flex;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-xs)}.scrollbar-none::-webkit-scrollbar,[scrollbar-none=""]::-webkit-scrollbar{display:none}.col-fill,[col-fill=""]{min-height:0;display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden}.demo-stage{min-height:0;border-width:1px;--un-border-opacity:1;border-color:rgb(var(--border) / var(--un-border-opacity));border-radius:var(--radius-md);border-style:dashed}.layout-container{width:100%;display:flex;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-xs)}.layout-full,[layout-full=""]{width:100%;height:100%}.layout-screen{width:100vw;height:100dvh;overflow:hidden}[layout-full~="default:"]:default{width:100%;height:100%}.center,[center=""]{display:flex;align-items:center;justify-content:center}[\!center=""]{display:flex!important;align-items:center!important;justify-content:center!important}.col-between{display:flex;flex-direction:column;justify-content:space-between}.col-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.col-stretch,[col-stretch=""]{display:flex;flex-direction:column;align-items:stretch}.glass-icon-box,[glass-icon-box=""]{display:flex;align-items:center;justify-content:center;border-width:1px;border-color:rgb(var(--border) / .1);border-radius:var(--radius-lg);border-style:solid;background-color:rgb(var(--card) / .2)!important;padding:var(--spacing-sm);--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.row-between,[row-between=""]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.row-center{display:flex;flex-direction:row;align-items:center;justify-content:center}.row-end{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.row-start,[row-start=""]{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.interactive-item:hover,[interactive-item=""]:hover{--un-translate-y:-.0625rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));background-color:rgb(var(--primary) / .05)}.motion-lift:hover,[motion-lift=""]:hover{--un-translate-y:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-shadow:var(--un-shadow-inset) 0 .25rem .375rem -.0625rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .125rem .25rem -.125rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.interaction-shrink:active{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.interactive-item,[interactive-item=""]{cursor:pointer;border-radius:var(--radius-sm);padding-left:var(--spacing-md);padding-right:var(--spacing-md);padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:var(--transition-md)}.demo-well,[demo-well=""]{overflow:hidden;border-width:1px;--un-border-opacity:1;border-color:rgb(var(--border) / var(--un-border-opacity));border-radius:var(--radius-xl);border-style:solid;--un-bg-opacity:1;background-color:rgb(var(--muted) / var(--un-bg-opacity));padding:var(--spacing-md)}.text-ellipsis-1,[text-ellipsis-1=""]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.code-block,[code-block=""]{overflow-x:auto;border-radius:var(--radius-md);--un-bg-opacity:1;background-color:rgb(var(--muted) / var(--un-bg-opacity));padding:var(--spacing-sm);font-size:var(--font-size-xs);line-height:1;--un-text-opacity:1;color:rgb(var(--foreground) / var(--un-text-opacity));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-no-wrap,[text-no-wrap=""]{white-space:nowrap}.glass-card,[glass-card=""]{border-width:1px;border-color:rgb(var(--border) / .1);border-radius:var(--radius-lg);border-style:solid;background-color:rgb(var(--card) / .2)!important;padding:var(--spacing-md);--un-shadow:var(--un-shadow-inset) 0 .0625rem .125rem 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.glass-panel,[glass-panel=""]{border-width:1px;border-color:rgb(var(--border) / .15);border-radius:var(--radius-xl);border-style:solid;background-color:rgb(var(--card) / .2)!important;padding:var(--spacing-md);--un-shadow:var(--un-shadow-inset) 0 .0625rem .125rem 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.glass-shell{border-width:1px;border-color:rgb(var(--border) / .05);border-radius:var(--radius-2xl);border-style:solid;background-color:rgb(var(--card) / .2)!important;--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.material-elevated,[material-elevated=""]{border-width:1px;border-color:transparent;border-radius:var(--radius-lg);border-style:solid;--un-bg-opacity:1;background-color:rgb(var(--card) / var(--un-bg-opacity));padding:var(--spacing-md);--un-text-opacity:1;color:rgb(var(--card-foreground) / var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 .0625rem .125rem 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:var(--transition-md)}.material-solid,[material-solid=""]{border-width:1px;border-color:transparent;border-radius:var(--radius-lg);border-style:solid;--un-bg-opacity:1;background-color:rgb(var(--card) / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--card-foreground) / var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 .0625rem .125rem 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .glass-card,.dark [glass-card=""]{border-color:rgb(var(--border) / .2);background-color:rgb(var(--card) / .4)!important;--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--foreground) / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .glass-icon-box,.dark [glass-icon-box=""]{border-color:rgb(var(--border) / .2);background-color:rgb(var(--card) / .4)!important}.dark .glass-panel,.dark [glass-panel=""]{border-color:rgb(var(--border) / .3);background-color:rgb(var(--card) / .4)!important;--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--foreground) / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .glass-shell{border-color:rgb(var(--border) / .15);background-color:rgb(var(--card) / .4)!important}.dark .material-elevated,.dark [material-elevated=""]{border-color:rgb(var(--border) / .15);--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--foreground) / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .material-solid,.dark [material-solid=""]{border-color:rgb(var(--border) / .15);--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.glass-capsule{border-radius:var(--radius-2xl);background-color:rgb(var(--card) / .2)!important;padding-left:var(--spacing-md);padding-right:var(--spacing-md);padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm);--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.interactive-card,[interactive-card=""]{border-radius:var(--radius-lg);--un-bg-opacity:1;background-color:rgb(var(--card) / var(--un-bg-opacity));padding:var(--spacing-md);--un-ring-width:.0625rem;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-offset-width:.0625rem;--un-ring-color:rgb(var(--border) / .2) ;--un-ring-offset-color:rgb(var(--border) / .2) ;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:var(--transition-lg);transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}.dark .glass-base,.dark .glass-capsule{background-color:rgb(var(--card) / .4)!important}.glass-base{background-color:rgb(var(--card) / .2)!important;--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.dark .surface-danger{background-color:rgb(var(--danger) / .15)}.surface-danger{background-color:rgb(var(--danger) / .1);--un-text-opacity:1;color:rgb(var(--danger) / var(--un-text-opacity))}.dark .surface-info,.dark [surface-info=""]{background-color:rgb(var(--info) / .15)}.surface-info,[surface-info=""]{background-color:rgb(var(--info) / .1);--un-text-opacity:1;color:rgb(var(--info) / var(--un-text-opacity))}.dark .surface-primary{background-color:rgb(var(--primary) / .15)}.surface-primary{background-color:rgb(var(--primary) / .1);--un-text-opacity:1;color:rgb(var(--primary) / var(--un-text-opacity))}.dark .surface-success{background-color:rgb(var(--success) / .15)}.surface-success{background-color:rgb(var(--success) / .1);--un-text-opacity:1;color:rgb(var(--success) / var(--un-text-opacity))}.dark .surface-warn{background-color:rgb(var(--warn) / .15)}.surface-warn{background-color:rgb(var(--warn) / .1);--un-text-opacity:1;color:rgb(var(--warn) / var(--un-text-opacity))}.dark .interactive-item:hover,.dark [interactive-item=""]:hover{background-color:rgb(var(--foreground) / .05)}.dark .interactive-item:active,.dark [interactive-item=""]:active{background-color:rgb(var(--foreground) / .08)}.interactive-item:active,[interactive-item=""]:active{background-color:rgb(var(--primary) / .1)}.code-inline,[code-inline=""]{font-size:var(--font-size-xs);line-height:1;--un-text-opacity:1;color:rgb(var(--foreground) / var(--un-text-opacity));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.motion-lift,[motion-lift=""]{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:var(--transition-sm)}.dark .material-elevated:hover,.dark [material-elevated=""]:hover{--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--foreground) / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.material-elevated:hover,[material-elevated=""]:hover{--un-shadow:var(--un-shadow-inset) 0 .25rem .375rem -.0625rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .125rem .25rem -.125rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-focus-focus:focus-visible{--un-ring-width:.125rem;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-offset-width:.125rem;--un-ring-opacity:1;--un-ring-color:rgb(var(--ring) / var(--un-ring-opacity)) ;--un-ring-offset-opacity:1;--un-ring-offset-color:rgb(var(--background) / var(--un-ring-offset-opacity)) }.dark .interactive-card,.dark [interactive-card=""]{--un-ring-color:rgb(var(--border) / .4) ;--un-ring-offset-color:rgb(var(--border) / .4) }.dark .interactive-card:hover,.dark [interactive-card=""]:hover{--un-ring-opacity:1;--un-ring-color:rgb(var(--border) / var(--un-ring-opacity)) ;--un-ring-offset-opacity:1;--un-ring-offset-color:rgb(var(--border) / var(--un-ring-offset-opacity)) }.interactive-card:hover,[interactive-card=""]:hover{--un-ring-color:rgb(var(--border) / .8) ;--un-ring-offset-color:rgb(var(--border) / .8) }.interaction-shrink{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:var(--transition-sm)}@media(min-width:30rem){.container,[all~=container] *,[container=""]{max-width:30rem}[\!container=""]{max-width:30rem!important}}@media(min-width:40rem){.container,[all~=container] *,[container=""]{max-width:40rem}[\!container=""]{max-width:40rem!important}.layout-narrow{width:92%;padding:var(--spacing-sm)}.layout-container{padding:var(--spacing-sm)}}@media(min-width:48rem){.container,[all~=container] *,[container=""]{max-width:48rem}[\!container=""]{max-width:48rem!important}.layout-narrow{width:88%;gap:var(--spacing-md);padding:var(--spacing-md)}.layout-container{gap:var(--spacing-md);padding:var(--spacing-md)}}@media(min-width:64rem){.container,[all~=container] *,[container=""]{max-width:64rem}[\!container=""]{max-width:64rem!important}.layout-narrow{width:84%;gap:var(--spacing-lg);padding:var(--spacing-lg)}.layout-container{gap:var(--spacing-lg);padding:var(--spacing-lg)}}@media(min-width:80rem){.container,[all~=container] *,[container=""]{max-width:80rem}[\!container=""]{max-width:80rem!important}.layout-narrow{width:82%;padding:var(--spacing-xl)}}@media(min-width:96rem){.container,[all~=container] *,[container=""]{max-width:96rem}[\!container=""]{max-width:96rem!important}.layout-narrow{width:78%}}@media(min-width:120rem){.container,[all~=container] *,[container=""]{max-width:120rem}[\!container=""]{max-width:120rem!important}}@media(min-width:160rem){.container,[all~=container] *,[container=""]{max-width:160rem}[\!container=""]{max-width:160rem!important}}@media(min-width:240rem){.container,[all~=container] *,[container=""]{max-width:240rem}[\!container=""]{max-width:240rem!important}}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[-webkit-mask-image\:radial-gradient\(ellipse_at_center\,black_40\%\,transparent_100\%\)\]{-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 100%)}.\[-webkit-mask-repeat\:no-repeat\]{-webkit-mask-repeat:no-repeat}.\[background-size\:28px_28px\]{background-size:1.75rem 1.75rem}.\[mask-image\:radial-gradient\(ellipse_at_center\,black_40\%\,transparent_100\%\)\]{mask-image:radial-gradient(ellipse at center,black 40%,transparent 100%)}.\[mask-repeat\:no-repeat\]{mask-repeat:no-repeat}.\[scrollbar-width\:none\]{scrollbar-width:none}.pointer-events-auto{pointer-events:auto}.pointer-events-none,[pointer-events-none=""]{pointer-events:none}.visible,[visible=""]{visibility:visible}.focus-visible:focus{visibility:visible}.invisible,[invisible=""]{visibility:hidden}.absolute,[absolute=""]{position:absolute}.fixed,[fixed=""]{position:fixed}.relative,[relative=""]{position:relative}.sticky{position:sticky}.static,[static=""]{position:static}.inset-0,[inset-0=""]{inset:0}[end~="0.8"]{inset-inline-end:.2rem}[end~="2"]{inset-inline-end:.5rem}[end~="3"]{inset-inline-end:.75rem}[start~="0"]{inset-inline-start:0}[start~="0.8"]{inset-inline-start:.2rem}[start~="1"]{inset-inline-start:.25rem}.inset-y-0{top:0;bottom:0}.-bottom-\[15\%\]{bottom:-15%}.-bottom-1\/4{bottom:-25%}.-left-\[10\%\]{left:-10%}.-left-1\/4{left:-25%}.-right-\[10\%\]{right:-10%}.-right-\[5\%\]{right:-5%}.-right-1,[-right-1=""]{right:-.25rem}.-right-1\/4{right:-25%}.-top-\[10\%\]{top:-10%}.-top-1,[-top-1=""],[top~="-1"]{top:-.25rem}.-top-1\/4{top:-25%}.bottom-\[5\%\]{bottom:5%}.bottom-0,[bottom~="0"]{bottom:0}.left-\[20\%\]{left:20%}.left-\[25\%\]{left:25%}.left-0,[left~="0"]{left:0}.left-1\/2{left:50%}.right-\[var\(--spacing-xl\)\]{right:var(--spacing-xl)}.right-0,[right~="0"]{right:0}.top-\[15\%\]{top:15%}.top-\[35\%\]{top:35%}.top-\[var\(--spacing-xl\)\]{top:var(--spacing-xl)}.top-0,[top~="0"]{top:0}.top-1\/2{top:50%}.top-4{top:1rem}[-bottom-1=""],[bottom~="-1"]{bottom:-.25rem}[-left-1=""],[left~="-1"]{left:-.25rem}[bottom~="1"]{bottom:.25rem}[bottom~="2"]{bottom:.5rem}[bottom~=a]{bottom:auto}[left~="0.4"]{left:.1rem}[left~="1"]{left:.25rem}[left~="2"]{left:.5rem}[right~="12"]{right:3rem}[right~="2"]{right:.5rem}[right~="4"]{right:1rem}[top~="-2"]{top:-.5rem}[top~="0.8"]{top:.2rem}[top~="180"]{top:45rem}[top~="2"]{top:.5rem}[top~=a],[top~=auto]{top:auto}.group:hover .group-hover\:left-\[calc\(100\%-var\(--spacing-xl\)\)\]{left:calc(100% - var(--spacing-xl))}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.z2,[z2=""]{z-index:2}.z3,[z3=""]{z-index:3}[z1=""]{z-index:1}.z-0,[z~="0"]{z-index:0}.z-10{z-index:10}.z-100{z-index:100}.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.grid,[all~=grid] *,[grid=""]{display:grid}.grid\!{display:grid!important}.inline-grid{display:inline-grid}.col-span-12{grid-column:span 12/span 12}.grid-cols-1,[grid-cols-1=""]{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-1\!{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}[rows~="10"]{grid-template-rows:repeat(10,minmax(0,1fr))}[rows~="2"]{grid-template-rows:repeat(2,minmax(0,1fr))}[rows~="3"]{grid-template-rows:repeat(3,minmax(0,1fr))}[rows~="4"]{grid-template-rows:repeat(4,minmax(0,1fr))}[rows~="5"]{grid-template-rows:repeat(5,minmax(0,1fr))}[rows~="6"]{grid-template-rows:repeat(6,minmax(0,1fr))}[rows~="7"]{grid-template-rows:repeat(7,minmax(0,1fr))}.\!m\[0\],[\!m0=""]{margin:0!important}.m-0,.m\[0\],[m-0=""],[m0=""]{margin:0}.m-2xl{margin:var(--spacing-2xl)}.m-3xl{margin:var(--spacing-3xl)}.m-4xl{margin:var(--spacing-4xl)}.m-5xl{margin:var(--spacing-5xl)}.m-lg{margin:var(--spacing-lg)}.m-md{margin:var(--spacing-md)}.m-sm{margin:var(--spacing-sm)}.m-xl{margin:var(--spacing-xl)}.m-xs{margin:var(--spacing-xs)}.m\[1\]{margin:1}.m\[2\]{margin:2}.m\[3\]{margin:3}.m\[4\]{margin:4}.m\[5\]{margin:5}.m\[k\]{margin:k}.m1,[m1=""]{margin:.25rem}.m11{margin:2.75rem}.m2,[m2=""]{margin:.5rem}[\!m1=""]{margin:.25rem!important}.-mx-xs{margin-left:calc(var(--spacing-xs) * -1);margin-right:calc(var(--spacing-xs) * -1)}.mx,[mx=""]{margin-left:1rem;margin-right:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-2xl{margin-left:var(--spacing-2xl);margin-right:var(--spacing-2xl)}.mx-3xl{margin-left:var(--spacing-3xl);margin-right:var(--spacing-3xl)}.mx-4xl{margin-left:var(--spacing-4xl);margin-right:var(--spacing-4xl)}.mx-5xl{margin-left:var(--spacing-5xl);margin-right:var(--spacing-5xl)}.mx-auto{margin-left:auto;margin-right:auto}.mx-lg{margin-left:var(--spacing-lg);margin-right:var(--spacing-lg)}.mx-md{margin-left:var(--spacing-md);margin-right:var(--spacing-md)}.mx-sm{margin-left:var(--spacing-sm);margin-right:var(--spacing-sm)}.mx-xl{margin-left:var(--spacing-xl);margin-right:var(--spacing-xl)}.mx-xs{margin-left:var(--spacing-xs);margin-right:var(--spacing-xs)}.my,[my=""]{margin-top:1rem;margin-bottom:1rem}.my-2xl{margin-top:var(--spacing-2xl);margin-bottom:var(--spacing-2xl)}.my-3xl{margin-top:var(--spacing-3xl);margin-bottom:var(--spacing-3xl)}.my-4xl{margin-top:var(--spacing-4xl);margin-bottom:var(--spacing-4xl)}.my-5xl{margin-top:var(--spacing-5xl);margin-bottom:var(--spacing-5xl)}.my-lg{margin-top:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.my-md{margin-top:var(--spacing-md);margin-bottom:var(--spacing-md)}.my-sm{margin-top:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.my-xl{margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.my-xs{margin-top:var(--spacing-xs);margin-bottom:var(--spacing-xs)}.mb-2xl{margin-bottom:var(--spacing-2xl)}.mb-3xl{margin-bottom:var(--spacing-3xl)}.mb-4xl{margin-bottom:var(--spacing-4xl)}.mb-5xl{margin-bottom:var(--spacing-5xl)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-md,[mb-md=""]{margin-bottom:var(--spacing-md)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-xl{margin-bottom:var(--spacing-xl)}.mb-xs,[mb-xs=""]{margin-bottom:var(--spacing-xs)}.me{margin-inline-end:1rem}.ml-2xl{margin-left:var(--spacing-2xl)}.ml-3xl{margin-left:var(--spacing-3xl)}.ml-4xl{margin-left:var(--spacing-4xl)}.ml-5xl{margin-left:var(--spacing-5xl)}.ml-auto{margin-left:auto}.ml-lg{margin-left:var(--spacing-lg)}.ml-md{margin-left:var(--spacing-md)}.ml-sm{margin-left:var(--spacing-sm)}.ml-xl{margin-left:var(--spacing-xl)}.ml-xs{margin-left:var(--spacing-xs)}.mr-2xl{margin-right:var(--spacing-2xl)}.mr-3xl{margin-right:var(--spacing-3xl)}.mr-4xl{margin-right:var(--spacing-4xl)}.mr-5xl{margin-right:var(--spacing-5xl)}.mr-lg{margin-right:var(--spacing-lg)}.mr-md{margin-right:var(--spacing-md)}.mr-sm{margin-right:var(--spacing-sm)}.mr-xl{margin-right:var(--spacing-xl)}.mr-xs{margin-right:var(--spacing-xs)}.ms,[ms=""]{margin-inline-start:1rem}.mt,[mt=""]{margin-top:1rem}.mt-\[var\(--spacing-2xl\)\],.mt-2xl{margin-top:var(--spacing-2xl)}.mt-3xl{margin-top:var(--spacing-3xl)}.mt-4xl{margin-top:var(--spacing-4xl)}.mt-5xl{margin-top:var(--spacing-5xl)}.mt-lg{margin-top:var(--spacing-lg)}.mt-md{margin-top:var(--spacing-md)}.mt-sm{margin-top:var(--spacing-sm)}.mt-xl{margin-top:var(--spacing-xl)}.mt-xs,[mt-xs=""]{margin-top:var(--spacing-xs)}.mt\[0\]{margin-top:0}.mt\[1\]{margin-top:1}.mt\[2\]{margin-top:2}.mt\[3\]{margin-top:3}.mt\[4\]{margin-top:4}.mt\[5\]{margin-top:5}.last\:mb-0:last-child{margin-bottom:0}.box-border{box-sizing:border-box}.inline,[inline=""]{display:inline}.block,[block=""]{display:block}.inline-block{display:inline-block}.contents{display:contents}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar,.hidden,[hidden=""]{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square,[aspect-square=""]{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}[size~="2xl"]{width:42rem;height:42rem}[size~="3xl"]{width:48rem;height:48rem}[size~="5xl"]{width:64rem;height:64rem}[size~=lg]{width:32rem;height:32rem}[size~=md]{width:28rem;height:28rem}[size~=sm]{width:24rem;height:24rem}[size~=xl]{width:36rem;height:36rem}[size~=xs]{width:20rem;height:20rem}.h-\[100px\]{height:6.25rem}.h-\[20vh\]{height:20vh}.h-\[280px\]{height:17.5rem}.h-\[40vh\],.h-40vh{height:40vh}.h-\[40vw\]{height:40vw}.h-\[42vw\]{height:42vw}.h-\[45vw\]{height:45vw}.h-\[50vw\]{height:50vw}.h-\[55vw\]{height:55vw}.h-\[5px\]{height:.3125rem}.h-\[65vw\]{height:65vw}.h-\[var\(--spacing-2xl\)\]{height:var(--spacing-2xl)}.h-\[var\(--spacing-3xl\)\]{height:var(--spacing-3xl)}.h-\[var\(--spacing-3xl\)\]\!{height:var(--spacing-3xl)!important}.h-\[var\(--spacing-5xl\)\]{height:var(--spacing-5xl)}.h-\[var\(--spacing-lg\)\]{height:var(--spacing-lg)}.h-\[var\(--spacing-md\)\]{height:var(--spacing-md)}.h-\[var\(--spacing-sm\)\]{height:var(--spacing-sm)}.h-\[var\(--spacing-xl\)\]{height:var(--spacing-xl)}.h-\[var\(--spacing-xs\)\]{height:var(--spacing-xs)}.h-0{height:0}.h-1,.h1,[h1=""]{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-100dvh{height:100dvh}.h-12{height:3rem}.h-15vh{height:15vh}.h-2,.h2,[h2=""]{height:.5rem}.h-28{height:7rem}.h-6,[h6=""]{height:1.5rem}.h-8{height:2rem}.h-auto{height:auto}.h-breadcrumbHeight{height:var(--breadcrumb-height)}.h-footerHeight{height:var(--footer-height)}.h-full,[h-full=""]{height:100%}.h-headerHeight{height:var(--header-height)}.h-screen{height:100vh}.h-sidebarCollapsedWidth{height:var(--sidebar-collapsed-width)}.h-sidebarWidth{height:var(--sidebar-width)}.h-tabsHeight{height:var(--tabs-height)}.h3,[h3=""]{height:.75rem}.h4,[h4=""]{height:1rem}.h6\.1{height:1.525rem}.h7\.7{height:1.925rem}.max-h-\[var\(--spacing-xl\)\]{max-height:var(--spacing-xl)}.max-h-48{max-height:12rem}.max-h-90vh{max-height:90vh}.max-h-breadcrumbHeight{max-height:var(--breadcrumb-height)}.max-h-footerHeight{max-height:var(--footer-height)}.max-h-full{max-height:100%}.max-h-headerHeight{max-height:var(--header-height)}.max-h-sidebarCollapsedWidth{max-height:var(--sidebar-collapsed-width)}.max-h-sidebarWidth{max-height:var(--sidebar-width)}.max-h-tabsHeight{max-height:var(--tabs-height)}.max-w-\[40ch\]{max-width:40ch}.max-w-\[420px\]{max-width:26.25rem}.max-w-\[50vw\]{max-width:50vw}.max-w-\[60ch\]{max-width:60ch}.max-w-\[80vw\]{max-width:80vw}.max-w-\[min\(92\%\,520px\)\]{max-width:min(92%,32.5rem)}.max-w-breadcrumbHeight{max-width:var(--breadcrumb-height)}.max-w-footerHeight{max-width:var(--footer-height)}.max-w-full{max-width:100%}.max-w-headerHeight{max-width:var(--header-height)}.max-w-sidebarCollapsedWidth{max-width:var(--sidebar-collapsed-width)}.max-w-sidebarWidth{max-width:var(--sidebar-width)}.max-w-sm{max-width:24rem}.max-w-tabsHeight{max-width:var(--tabs-height)}.min-h-\[120px\]{min-height:7.5rem}.min-h-\[160px\]{min-height:10rem}.min-h-\[180px\]{min-height:11.25rem}.min-h-\[200px\]{min-height:12.5rem}.min-h-\[300px\]{min-height:18.75rem}.min-h-\[var\(--spacing-2xl\)\]{min-height:var(--spacing-2xl)}.min-h-\[var\(--spacing-4xl\)\]{min-height:var(--spacing-4xl)}.min-h-\[var\(--spacing-5xl\)\]{min-height:var(--spacing-5xl)}.min-h-0{min-height:0}.min-h-1{min-height:.25rem}.min-h-breadcrumbHeight{min-height:var(--breadcrumb-height)}.min-h-footerHeight{min-height:var(--footer-height)}.min-h-headerHeight{min-height:var(--header-height)}.min-h-sidebarCollapsedWidth{min-height:var(--sidebar-collapsed-width)}.min-h-sidebarWidth{min-height:var(--sidebar-width)}.min-h-tabsHeight{min-height:var(--tabs-height)}.min-w-\[320px\]{min-width:20rem}.min-w-\[90px\]{min-width:5.625rem}.min-w-\[var\(--spacing-2xl\)\]{min-width:var(--spacing-2xl)}.min-w-\[var\(--spacing-3xl\)\]{min-width:var(--spacing-3xl)}.min-w-\[var\(--spacing-4xl\)\]{min-width:var(--spacing-4xl)}.min-w-\[var\(--spacing-5xl\)\]{min-width:var(--spacing-5xl)}.min-w-0,[min-w-0=""]{min-width:0}.min-w-breadcrumbHeight{min-width:var(--breadcrumb-height)}.min-w-footerHeight{min-width:var(--footer-height)}.min-w-headerHeight{min-width:var(--header-height)}.min-w-sidebarCollapsedWidth{min-width:var(--sidebar-collapsed-width)}.min-w-sidebarWidth{min-width:var(--sidebar-width)}.min-w-tabsHeight{min-width:var(--tabs-height)}.w-\[200px\]{width:12.5rem}.w-\[220px\]{width:13.75rem}.w-\[260px\]{width:16.25rem}.w-\[280px\]{width:17.5rem}.w-\[30\%\]{width:30%}.w-\[40vw\]{width:40vw}.w-\[42vw\]{width:42vw}.w-\[45vw\]{width:45vw}.w-\[50vw\]{width:50vw}.w-\[55vw\]{width:55vw}.w-\[65vw\]{width:65vw}.w-\[82vw\]\!{width:82vw!important}.w-\[90px\]{width:5.625rem}.w-\[96vw\]{width:96vw}.w-\[min\(26vw\,160px\)\]{width:min(26vw,10rem)}.w-\[var\(--spacing-2xl\)\]{width:var(--spacing-2xl)}.w-\[var\(--spacing-3xl\)\]{width:var(--spacing-3xl)}.w-\[var\(--spacing-3xl\)\]\!{width:var(--spacing-3xl)!important}.w-\[var\(--spacing-4xl\)\]{width:var(--spacing-4xl)}.w-\[var\(--spacing-md\)\]{width:var(--spacing-md)}.w-\[var\(--spacing-sm\)\]{width:var(--spacing-sm)}.w-\[var\(--spacing-xl\)\]{width:var(--spacing-xl)}.w-\[var\(--spacing-xs\)\]{width:var(--spacing-xs)}.w-0{width:0}.w-04{width:1rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-2\/3{width:66.6666666667%}.w-20{width:5rem}.w-28{width:7rem}.w-3\/4{width:75%}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-72{width:18rem}.w-8{width:2rem}.w-84\%{width:84%}.w-98\%{width:98%}.w-breadcrumbHeight{width:var(--breadcrumb-height)}.w-fit{width:fit-content}.w-footerHeight{width:var(--footer-height)}.w-full,[w-full=""]{width:100%}.w-headerHeight{width:var(--header-height)}.w-px{width:.0625rem}.w-screen{width:100vw}.w-sidebarCollapsedWidth{width:var(--sidebar-collapsed-width)}.w-sidebarWidth{width:var(--sidebar-width)}.w-tabsHeight{width:var(--tabs-height)}.wa,[w~=a]{width:auto}[h5=""]{height:1.25rem}.flex,[flex=""]{display:flex}.flex-1,[flex-1=""]{flex:1 1 0%}.flex-shrink-0,.shrink-0,[shrink-0=""]{flex-shrink:0}.shrink,[shrink=""]{flex-shrink:1}.flex-row,[flex-row=""]{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap,[flex-wrap=""]{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.table,[table=""]{display:table}.border-collapse{border-collapse:collapse}.origin-right{transform-origin:right}.origin-top-left{transform-origin:top left}.-translate-x-1\/2{--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-1\/2{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:-translate-y-1:hover{--un-translate-y:-.25rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:translate-y--1px:hover{--un-translate-y:-.0625rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.rotate-0,[rotate~="0"],[rotate~="0."]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:0deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.rotate-180,[rotate~="180"]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[rotate~="0.5"]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:.5deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[rotate~="1"]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:1deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[rotate~="1.5"]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:1.5deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[rotate~="3"]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:3deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[rotate~="90"]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-\[-1\]{--un-scale-x:-1;--un-scale-y:-1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-100{--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-120{--un-scale-x:1.2;--un-scale-y:1.2;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-90{--un-scale-x:.9;--un-scale-y:.9;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-95{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[scale~="1"]{--un-scale-x:.01;--un-scale-y:.01;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}[scale~="1.5"]{--un-scale-x:.015;--un-scale-y:.015;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.group:hover .group-hover\:scale-105,.hover\:scale-105:hover{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:scale-110:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-100:active{--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-95:active{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-x-\[-1\]{--un-scale-x:-1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-y-\[-1\]{--un-scale-y:-1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.preserve-3d{transform-style:preserve-3d}.\!transform,[\!transform=""]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.transform,[transform=""]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform-gpu,[transform-gpu=""]{transform:translate3d(var(--un-translate-x),var(--un-translate-y),var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer,[cursor-pointer=""]{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}[select~=inherit]{user-select:inherit}.resize-x{resize:horizontal}.resize,[resize=""]{resize:both}.scroll-m-2xl{scroll-margin:var(--spacing-2xl)}.scroll-m-3xl{scroll-margin:var(--spacing-3xl)}.scroll-m-4xl{scroll-margin:var(--spacing-4xl)}.scroll-m-5xl{scroll-margin:var(--spacing-5xl)}.scroll-m-lg{scroll-margin:var(--spacing-lg)}.scroll-m-md{scroll-margin:var(--spacing-md)}.scroll-m-sm{scroll-margin:var(--spacing-sm)}.scroll-m-xl{scroll-margin:var(--spacing-xl)}.scroll-m-xs{scroll-margin:var(--spacing-xs)}.scroll-mx-2xl{scroll-margin-left:var(--spacing-2xl);scroll-margin-right:var(--spacing-2xl)}.scroll-mx-3xl{scroll-margin-left:var(--spacing-3xl);scroll-margin-right:var(--spacing-3xl)}.scroll-mx-4xl{scroll-margin-left:var(--spacing-4xl);scroll-margin-right:var(--spacing-4xl)}.scroll-mx-5xl{scroll-margin-left:var(--spacing-5xl);scroll-margin-right:var(--spacing-5xl)}.scroll-mx-lg{scroll-margin-left:var(--spacing-lg);scroll-margin-right:var(--spacing-lg)}.scroll-mx-md{scroll-margin-left:var(--spacing-md);scroll-margin-right:var(--spacing-md)}.scroll-mx-sm{scroll-margin-left:var(--spacing-sm);scroll-margin-right:var(--spacing-sm)}.scroll-mx-xl{scroll-margin-left:var(--spacing-xl);scroll-margin-right:var(--spacing-xl)}.scroll-mx-xs{scroll-margin-left:var(--spacing-xs);scroll-margin-right:var(--spacing-xs)}.scroll-my-2xl{scroll-margin-top:var(--spacing-2xl);scroll-margin-bottom:var(--spacing-2xl)}.scroll-my-3xl{scroll-margin-top:var(--spacing-3xl);scroll-margin-bottom:var(--spacing-3xl)}.scroll-my-4xl{scroll-margin-top:var(--spacing-4xl);scroll-margin-bottom:var(--spacing-4xl)}.scroll-my-5xl{scroll-margin-top:var(--spacing-5xl);scroll-margin-bottom:var(--spacing-5xl)}.scroll-my-lg{scroll-margin-top:var(--spacing-lg);scroll-margin-bottom:var(--spacing-lg)}.scroll-my-md{scroll-margin-top:var(--spacing-md);scroll-margin-bottom:var(--spacing-md)}.scroll-my-sm{scroll-margin-top:var(--spacing-sm);scroll-margin-bottom:var(--spacing-sm)}.scroll-my-xl{scroll-margin-top:var(--spacing-xl);scroll-margin-bottom:var(--spacing-xl)}.scroll-my-xs{scroll-margin-top:var(--spacing-xs);scroll-margin-bottom:var(--spacing-xs)}.scroll-mb-2xl{scroll-margin-bottom:var(--spacing-2xl)}.scroll-mb-3xl{scroll-margin-bottom:var(--spacing-3xl)}.scroll-mb-4xl{scroll-margin-bottom:var(--spacing-4xl)}.scroll-mb-5xl{scroll-margin-bottom:var(--spacing-5xl)}.scroll-mb-lg{scroll-margin-bottom:var(--spacing-lg)}.scroll-mb-md{scroll-margin-bottom:var(--spacing-md)}.scroll-mb-sm{scroll-margin-bottom:var(--spacing-sm)}.scroll-mb-xl{scroll-margin-bottom:var(--spacing-xl)}.scroll-mb-xs{scroll-margin-bottom:var(--spacing-xs)}.scroll-ml-2xl{scroll-margin-left:var(--spacing-2xl)}.scroll-ml-3xl{scroll-margin-left:var(--spacing-3xl)}.scroll-ml-4xl{scroll-margin-left:var(--spacing-4xl)}.scroll-ml-5xl{scroll-margin-left:var(--spacing-5xl)}.scroll-ml-lg{scroll-margin-left:var(--spacing-lg)}.scroll-ml-md{scroll-margin-left:var(--spacing-md)}.scroll-ml-sm{scroll-margin-left:var(--spacing-sm)}.scroll-ml-xl{scroll-margin-left:var(--spacing-xl)}.scroll-ml-xs{scroll-margin-left:var(--spacing-xs)}.scroll-mr-2xl{scroll-margin-right:var(--spacing-2xl)}.scroll-mr-3xl{scroll-margin-right:var(--spacing-3xl)}.scroll-mr-4xl{scroll-margin-right:var(--spacing-4xl)}.scroll-mr-5xl{scroll-margin-right:var(--spacing-5xl)}.scroll-mr-lg{scroll-margin-right:var(--spacing-lg)}.scroll-mr-md{scroll-margin-right:var(--spacing-md)}.scroll-mr-sm{scroll-margin-right:var(--spacing-sm)}.scroll-mr-xl{scroll-margin-right:var(--spacing-xl)}.scroll-mr-xs{scroll-margin-right:var(--spacing-xs)}.scroll-mt-2xl{scroll-margin-top:var(--spacing-2xl)}.scroll-mt-3xl{scroll-margin-top:var(--spacing-3xl)}.scroll-mt-4xl{scroll-margin-top:var(--spacing-4xl)}.scroll-mt-5xl{scroll-margin-top:var(--spacing-5xl)}.scroll-mt-lg{scroll-margin-top:var(--spacing-lg)}.scroll-mt-md{scroll-margin-top:var(--spacing-md)}.scroll-mt-sm{scroll-margin-top:var(--spacing-sm)}.scroll-mt-xl{scroll-margin-top:var(--spacing-xl)}.scroll-mt-xs{scroll-margin-top:var(--spacing-xs)}.list-none{list-style-type:none}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center,[items-center=""]{align-items:center}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\!{gap:0!important}.gap-1{gap:.25rem}.gap-2xl,.gap2xl{gap:var(--spacing-2xl)}.gap-3xl,.gap3xl{gap:var(--spacing-3xl)}.gap-4xl,.gap4xl{gap:var(--spacing-4xl)}.gap-5xl,.gap5xl{gap:var(--spacing-5xl)}.gap-lg{gap:var(--spacing-lg)}.gap-md,[gap-md=""]{gap:var(--spacing-md)}.gap-sm,[gap-sm=""]{gap:var(--spacing-sm)}.gap-xl{gap:var(--spacing-xl)}.gap-xs,[gap-xs=""]{gap:var(--spacing-xs)}.gapPx{gap:undefinedPx}.gap-x-2xl{column-gap:var(--spacing-2xl)}.gap-x-3xl{column-gap:var(--spacing-3xl)}.gap-x-4xl{column-gap:var(--spacing-4xl)}.gap-x-5xl{column-gap:var(--spacing-5xl)}.gap-x-lg{column-gap:var(--spacing-lg)}.gap-x-md{column-gap:var(--spacing-md)}.gap-x-sm{column-gap:var(--spacing-sm)}.gap-x-xl{column-gap:var(--spacing-xl)}.gap-x-xs{column-gap:var(--spacing-xs)}.gap-y-2xl{row-gap:var(--spacing-2xl)}.gap-y-3xl{row-gap:var(--spacing-3xl)}.gap-y-4xl{row-gap:var(--spacing-4xl)}.gap-y-5xl{row-gap:var(--spacing-5xl)}.gap-y-lg{row-gap:var(--spacing-lg)}.gap-y-md{row-gap:var(--spacing-md)}.gap-y-sm{row-gap:var(--spacing-sm)}.gap-y-xl{row-gap:var(--spacing-xl)}.gap-y-xs{row-gap:var(--spacing-xs)}.\!overflow-visible{overflow:visible!important}.overflow-auto{overflow:auto}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto,[overflow-x-auto=""]{overflow-x:auto}.overflow-y-auto{overflow-y:auto}[scroll~=initial]{scroll-behavior:initial}.truncate,[truncate=""]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all,[break~=all]{word-break:break-all}.-b,[-b=""]{border-width:-1px}.\!border-0,.border-0\!{border-width:0px!important}.b,.border,.border-1px,[b=""],[border=""]{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}[\!b=""]{border-width:1px!important}.hover-border:hover{border-width:1px}.last\:border-0:last-child{border-width:0px}.border-b,[border-b=""]{border-bottom-width:1px}.border-l,[border-l=""]{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.last\:border-b-0:last-child{border-bottom-width:0px}.border-accent{--un-border-opacity:1;border-color:rgb(var(--accent) / var(--un-border-opacity))}.border-accent-hover{--un-border-opacity:1;border-color:rgb(var(--accent-hover) / var(--un-border-opacity))}.border-accent-light{--un-border-opacity:1;border-color:rgb(var(--accent-light) / var(--un-border-opacity))}.border-border,[border-border=""]{--un-border-opacity:1;border-color:rgb(var(--border) / var(--un-border-opacity))}.border-border\/10{border-color:rgb(var(--border) / .1)}.border-border\/15,.dark .dark\:border-border\/15{border-color:rgb(var(--border) / .15)}.border-border\/20,.dark .dark\:border-border\/20{border-color:rgb(var(--border) / .2)}.border-border\/30,.dark .dark\:border-border\/30{border-color:rgb(var(--border) / .3)}.border-border\/40{border-color:rgb(var(--border) / .4)}.border-border\/5{border-color:rgb(var(--border) / .05)}.border-border\/50{border-color:rgb(var(--border) / .5)}.border-border\/70{border-color:rgb(var(--border) / .7)}.border-card{--un-border-opacity:1;border-color:rgb(var(--card) / var(--un-border-opacity))}.border-danger{--un-border-opacity:1;border-color:rgb(var(--danger) / var(--un-border-opacity))}.border-danger-hover{--un-border-opacity:1;border-color:rgb(var(--danger-hover) / var(--un-border-opacity))}.border-danger-light{--un-border-opacity:1;border-color:rgb(var(--danger-light) / var(--un-border-opacity))}.border-danger\/20{border-color:rgb(var(--danger) / .2)}.border-danger\/30{border-color:rgb(var(--danger) / .3)}.border-danger\/50{border-color:rgb(var(--danger) / .5)}.border-help{--un-border-opacity:1;border-color:rgb(var(--help) / var(--un-border-opacity))}.border-help-hover{--un-border-opacity:1;border-color:rgb(var(--help-hover) / var(--un-border-opacity))}.border-help-light{--un-border-opacity:1;border-color:rgb(var(--help-light) / var(--un-border-opacity))}.border-info{--un-border-opacity:1;border-color:rgb(var(--info) / var(--un-border-opacity))}.border-info-hover{--un-border-opacity:1;border-color:rgb(var(--info-hover) / var(--un-border-opacity))}.border-info-light{--un-border-opacity:1;border-color:rgb(var(--info-light) / var(--un-border-opacity))}.border-input{--un-border-opacity:1;border-color:rgb(var(--input) / var(--un-border-opacity))}.border-muted{--un-border-opacity:1;border-color:rgb(var(--muted) / var(--un-border-opacity))}.border-popover{--un-border-opacity:1;border-color:rgb(var(--popover) / var(--un-border-opacity))}.border-primary{--un-border-opacity:1;border-color:rgb(var(--primary) / var(--un-border-opacity))}.border-primary-hover{--un-border-opacity:1;border-color:rgb(var(--primary-hover) / var(--un-border-opacity))}.border-primary-light{--un-border-opacity:1;border-color:rgb(var(--primary-light) / var(--un-border-opacity))}.border-primary\/20{border-color:rgb(var(--primary) / .2)}.border-primary\/30{border-color:rgb(var(--primary) / .3)}.border-primary\/40{border-color:rgb(var(--primary) / .4)}.border-primary\/50,.dark .dark\:border-primary\/50{border-color:rgb(var(--primary) / .5)}.border-ring{--un-border-opacity:1;border-color:rgb(var(--ring) / var(--un-border-opacity))}.border-secondary{--un-border-opacity:1;border-color:rgb(var(--secondary) / var(--un-border-opacity))}.border-sidebar{--un-border-opacity:1;border-color:rgb(var(--sidebar-background) / var(--un-border-opacity))}.border-sidebar-border{--un-border-opacity:1;border-color:rgb(var(--sidebar-border) / var(--un-border-opacity))}.border-sidebar-ring{--un-border-opacity:1;border-color:rgb(var(--sidebar-ring) / var(--un-border-opacity))}.border-success{--un-border-opacity:1;border-color:rgb(var(--success) / var(--un-border-opacity))}.border-success-hover{--un-border-opacity:1;border-color:rgb(var(--success-hover) / var(--un-border-opacity))}.border-success-light{--un-border-opacity:1;border-color:rgb(var(--success-light) / var(--un-border-opacity))}.border-success\/50{border-color:rgb(var(--success) / .5)}.border-transparent{border-color:transparent}.border-warn{--un-border-opacity:1;border-color:rgb(var(--warn) / var(--un-border-opacity))}.border-warn-hover{--un-border-opacity:1;border-color:rgb(var(--warn-hover) / var(--un-border-opacity))}.border-warn-light{--un-border-opacity:1;border-color:rgb(var(--warn-light) / var(--un-border-opacity))}.border-warn\/30{border-color:rgb(var(--warn) / .3)}.hover\:border-accent:hover{--un-border-opacity:1;border-color:rgb(var(--accent) / var(--un-border-opacity))}.hover\:border-primary\/50:hover{border-color:rgb(var(--primary) / .5)}.focus\:border-primary\/50:focus{border-color:rgb(var(--primary) / .5)}.\!rounded-md{border-radius:var(--radius-md)!important}.rd,.rounded,[rd=""],[rounded=""]{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-4xl{border-radius:var(--radius-4xl)}.rounded-5xl{border-radius:var(--radius-5xl)}.rounded-full,[rounded-full=""]{border-radius:9999px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md,[rounded-md=""]{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-none\!{border-radius:0!important}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-xs{border-radius:var(--radius-xs)}[rounded-md~="default:"]:default{border-radius:var(--radius-md)}.rounded-b-2xl{border-bottom-left-radius:var(--radius-2xl);border-bottom-right-radius:var(--radius-2xl)}.rounded-b-3xl{border-bottom-left-radius:var(--radius-3xl);border-bottom-right-radius:var(--radius-3xl)}.rounded-b-4xl{border-bottom-left-radius:var(--radius-4xl);border-bottom-right-radius:var(--radius-4xl)}.rounded-b-5xl{border-bottom-left-radius:var(--radius-5xl);border-bottom-right-radius:var(--radius-5xl)}.rounded-b-lg{border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.rounded-b-md{border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.rounded-b-sm{border-bottom-left-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm)}.rounded-b-xl{border-bottom-left-radius:var(--radius-xl);border-bottom-right-radius:var(--radius-xl)}.rounded-b-xs{border-bottom-left-radius:var(--radius-xs);border-bottom-right-radius:var(--radius-xs)}.rounded-l-2xl{border-top-left-radius:var(--radius-2xl);border-bottom-left-radius:var(--radius-2xl)}.rounded-l-3xl{border-top-left-radius:var(--radius-3xl);border-bottom-left-radius:var(--radius-3xl)}.rounded-l-4xl{border-top-left-radius:var(--radius-4xl);border-bottom-left-radius:var(--radius-4xl)}.rounded-l-5xl{border-top-left-radius:var(--radius-5xl);border-bottom-left-radius:var(--radius-5xl)}.rounded-l-lg{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.rounded-l-md{border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.rounded-l-sm{border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm)}.rounded-l-xl{border-top-left-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.rounded-l-xs{border-top-left-radius:var(--radius-xs);border-bottom-left-radius:var(--radius-xs)}.rounded-r-2xl{border-top-right-radius:var(--radius-2xl);border-bottom-right-radius:var(--radius-2xl)}.rounded-r-3xl{border-top-right-radius:var(--radius-3xl);border-bottom-right-radius:var(--radius-3xl)}.rounded-r-4xl{border-top-right-radius:var(--radius-4xl);border-bottom-right-radius:var(--radius-4xl)}.rounded-r-5xl{border-top-right-radius:var(--radius-5xl);border-bottom-right-radius:var(--radius-5xl)}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.rounded-r-md{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.rounded-r-sm{border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm)}.rounded-r-xl{border-top-right-radius:var(--radius-xl);border-bottom-right-radius:var(--radius-xl)}.rounded-r-xs{border-top-right-radius:var(--radius-xs);border-bottom-right-radius:var(--radius-xs)}.rounded-t-2xl{border-top-left-radius:var(--radius-2xl);border-top-right-radius:var(--radius-2xl)}.rounded-t-3xl{border-top-left-radius:var(--radius-3xl);border-top-right-radius:var(--radius-3xl)}.rounded-t-4xl{border-top-left-radius:var(--radius-4xl);border-top-right-radius:var(--radius-4xl)}.rounded-t-5xl{border-top-left-radius:var(--radius-5xl);border-top-right-radius:var(--radius-5xl)}.rounded-t-lg{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.rounded-t-md{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.rounded-t-sm{border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm)}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-t-xs{border-top-left-radius:var(--radius-xs);border-top-right-radius:var(--radius-xs)}.rounded-bl-2xl{border-bottom-left-radius:var(--radius-2xl)}.rounded-bl-3xl{border-bottom-left-radius:var(--radius-3xl)}.rounded-bl-4xl{border-bottom-left-radius:var(--radius-4xl)}.rounded-bl-5xl{border-bottom-left-radius:var(--radius-5xl)}.rounded-bl-lg{border-bottom-left-radius:var(--radius-lg)}.rounded-bl-md{border-bottom-left-radius:var(--radius-md)}.rounded-bl-sm{border-bottom-left-radius:var(--radius-sm)}.rounded-bl-xl{border-bottom-left-radius:var(--radius-xl)}.rounded-bl-xs{border-bottom-left-radius:var(--radius-xs)}.rounded-br-2xl{border-bottom-right-radius:var(--radius-2xl)}.rounded-br-3xl{border-bottom-right-radius:var(--radius-3xl)}.rounded-br-4xl{border-bottom-right-radius:var(--radius-4xl)}.rounded-br-5xl{border-bottom-right-radius:var(--radius-5xl)}.rounded-br-lg{border-bottom-right-radius:var(--radius-lg)}.rounded-br-md{border-bottom-right-radius:var(--radius-md)}.rounded-br-sm{border-bottom-right-radius:var(--radius-sm)}.rounded-br-xl{border-bottom-right-radius:var(--radius-xl)}.rounded-br-xs{border-bottom-right-radius:var(--radius-xs)}.rounded-tl-2xl{border-top-left-radius:var(--radius-2xl)}.rounded-tl-3xl{border-top-left-radius:var(--radius-3xl)}.rounded-tl-4xl{border-top-left-radius:var(--radius-4xl)}.rounded-tl-5xl{border-top-left-radius:var(--radius-5xl)}.rounded-tl-lg{border-top-left-radius:var(--radius-lg)}.rounded-tl-md{border-top-left-radius:var(--radius-md)}.rounded-tl-sm{border-top-left-radius:var(--radius-sm)}.rounded-tl-xl{border-top-left-radius:var(--radius-xl)}.rounded-tl-xs{border-top-left-radius:var(--radius-xs)}.rounded-tr-2xl{border-top-right-radius:var(--radius-2xl)}.rounded-tr-3xl{border-top-right-radius:var(--radius-3xl)}.rounded-tr-4xl{border-top-right-radius:var(--radius-4xl)}.rounded-tr-5xl{border-top-right-radius:var(--radius-5xl)}.rounded-tr-lg{border-top-right-radius:var(--radius-lg)}.rounded-tr-md{border-top-right-radius:var(--radius-md)}.rounded-tr-sm{border-top-right-radius:var(--radius-sm)}.rounded-tr-xl{border-top-right-radius:var(--radius-xl)}.rounded-tr-xs{border-top-right-radius:var(--radius-xs)}.border-dashed{border-style:dashed}.border-none,[border-none=""]{border-style:none}.border-solid{border-style:solid}.border-b-solid{border-bottom-style:solid}.\!bg-primary,.bg-primary\!{--un-bg-opacity:1 !important;background-color:rgb(var(--primary) / var(--un-bg-opacity))!important}.\!bg-transparent{background-color:transparent!important}.bg-\[radial-gradient\(circle_at_center\,rgba\(var\(--foreground\)\,0\.06\)_1px\,transparent_1px\)\]{background-image:radial-gradient(circle at center,rgba(var(--foreground),.06) 1px,transparent 1px)}.bg-accent,[bg-accent=""]{--un-bg-opacity:1;background-color:rgb(var(--accent) / var(--un-bg-opacity))}.bg-accent-hover{--un-bg-opacity:1;background-color:rgb(var(--accent-hover) / var(--un-bg-opacity))}.bg-accent-light{--un-bg-opacity:1;background-color:rgb(var(--accent-light) / var(--un-bg-opacity))}.bg-accent\/10{background-color:rgb(var(--accent) / .1)}.bg-accent\/15{background-color:rgb(var(--accent) / .15)}.bg-accent\/30{background-color:rgb(var(--accent) / .3)}.bg-background{--un-bg-opacity:1;background-color:rgb(var(--background) / var(--un-bg-opacity))}.bg-background\/25{background-color:rgb(var(--background) / .25)}.bg-background\/30{background-color:rgb(var(--background) / .3)}.bg-background\/40{background-color:rgb(var(--background) / .4)}.bg-background\/70{background-color:rgb(var(--background) / .7)}.bg-background\/80{background-color:rgb(var(--background) / .8)}.bg-border{--un-bg-opacity:1;background-color:rgb(var(--border) / var(--un-bg-opacity))}.bg-card,[bg-card=""]{--un-bg-opacity:1;background-color:rgb(var(--card) / var(--un-bg-opacity))}.bg-card\/20\!{background-color:rgb(var(--card) / .2)!important}.bg-card\/85{background-color:rgb(var(--card) / .85)}.bg-card\/95{background-color:rgb(var(--card) / .95)}.bg-danger,[bg-danger=""]{--un-bg-opacity:1;background-color:rgb(var(--danger) / var(--un-bg-opacity))}.bg-danger-hover{--un-bg-opacity:1;background-color:rgb(var(--danger-hover) / var(--un-bg-opacity))}.bg-danger-light{--un-bg-opacity:1;background-color:rgb(var(--danger-light) / var(--un-bg-opacity))}.bg-danger\/10{background-color:rgb(var(--danger) / .1)}.bg-danger\/15,.dark .dark\:bg-danger\/15{background-color:rgb(var(--danger) / .15)}.bg-danger\/25{background-color:rgb(var(--danger) / .25)}.bg-danger\/5{background-color:rgb(var(--danger) / .05)}.bg-foreground{--un-bg-opacity:1;background-color:rgb(var(--foreground) / var(--un-bg-opacity))}.bg-foreground\/\[0\.03\]{background-color:rgb(var(--foreground) / .03)}.bg-foreground\/\[0\.12\]{background-color:rgb(var(--foreground) / .12)}.bg-foreground\/\[0\.25\]{background-color:rgb(var(--foreground) / .25)}.bg-foreground\/5{background-color:rgb(var(--foreground) / .05)}.bg-help{--un-bg-opacity:1;background-color:rgb(var(--help) / var(--un-bg-opacity))}.bg-help-hover{--un-bg-opacity:1;background-color:rgb(var(--help-hover) / var(--un-bg-opacity))}.bg-help-light{--un-bg-opacity:1;background-color:rgb(var(--help-light) / var(--un-bg-opacity))}.bg-help\/15{background-color:rgb(var(--help) / .15)}.bg-info,[bg-info=""]{--un-bg-opacity:1;background-color:rgb(var(--info) / var(--un-bg-opacity))}.bg-info-hover{--un-bg-opacity:1;background-color:rgb(var(--info-hover) / var(--un-bg-opacity))}.bg-info-light{--un-bg-opacity:1;background-color:rgb(var(--info-light) / var(--un-bg-opacity))}.bg-info\/10{background-color:rgb(var(--info) / .1)}.bg-info\/15,.dark .dark\:bg-info\/15{background-color:rgb(var(--info) / .15)}.bg-info\/30{background-color:rgb(var(--info) / .3)}.bg-info\/8{background-color:rgb(var(--info) / .08)}.bg-input{--un-bg-opacity:1;background-color:rgb(var(--input) / var(--un-bg-opacity))}.bg-muted,[bg-muted=""]{--un-bg-opacity:1;background-color:rgb(var(--muted) / var(--un-bg-opacity))}.bg-muted-foreground{--un-bg-opacity:1;background-color:rgb(var(--muted-foreground) / var(--un-bg-opacity))}.bg-muted-foreground\/40{background-color:rgb(var(--muted-foreground) / .4)}.bg-muted\/10{background-color:rgb(var(--muted) / .1)}.bg-muted\/15{background-color:rgb(var(--muted) / .15)}.bg-muted\/20,.dark .dark\:bg-muted\/20{background-color:rgb(var(--muted) / .2)}.bg-muted\/25,.dark .dark\:bg-muted\/25{background-color:rgb(var(--muted) / .25)}.bg-muted\/30{background-color:rgb(var(--muted) / .3)}.bg-muted\/40,.dark .dark\:bg-muted\/40{background-color:rgb(var(--muted) / .4)}.bg-muted\/50{background-color:rgb(var(--muted) / .5)}.bg-muted\/60,.dark .dark\:bg-muted\/60{background-color:rgb(var(--muted) / .6)}.bg-muted\/80{background-color:rgb(var(--muted) / .8)}.bg-popover{--un-bg-opacity:1;background-color:rgb(var(--popover) / var(--un-bg-opacity))}.bg-popover\/95{background-color:rgb(var(--popover) / .95)}.bg-primary,[bg-primary=""]{--un-bg-opacity:1;background-color:rgb(var(--primary) / var(--un-bg-opacity))}.bg-primary-hover{--un-bg-opacity:1;background-color:rgb(var(--primary-hover) / var(--un-bg-opacity))}.bg-primary-light,.dark .dark\:bg-primary-light{--un-bg-opacity:1;background-color:rgb(var(--primary-light) / var(--un-bg-opacity))}.bg-primary\/10,.dark .dark\:bg-primary\/10{background-color:rgb(var(--primary) / .1)}.bg-primary\/10\!{background-color:rgb(var(--primary) / .1)!important}.bg-primary\/12{background-color:rgb(var(--primary) / .12)}.bg-primary\/12\!{background-color:rgb(var(--primary) / .12)!important}.bg-primary\/15,.dark .dark\:bg-primary\/15{background-color:rgb(var(--primary) / .15)}.bg-primary\/20{background-color:rgb(var(--primary) / .2)}.bg-primary\/20\!{background-color:rgb(var(--primary) / .2)!important}.bg-primary\/25{background-color:rgb(var(--primary) / .25)}.bg-primary\/30\!,.dark .dark\:bg-primary\/30\!{background-color:rgb(var(--primary) / .3)!important}.bg-primary\/35{background-color:rgb(var(--primary) / .35)}.bg-primary\/45{background-color:rgb(var(--primary) / .45)}.bg-primary\/5{background-color:rgb(var(--primary) / .05)}.bg-primary\/70{background-color:rgb(var(--primary) / .7)}.bg-primary\/8{background-color:rgb(var(--primary) / .08)}.bg-ring{--un-bg-opacity:1;background-color:rgb(var(--ring) / var(--un-bg-opacity))}.bg-secondary{--un-bg-opacity:1;background-color:rgb(var(--secondary) / var(--un-bg-opacity))}.bg-sidebar{--un-bg-opacity:1;background-color:rgb(var(--sidebar-background) / var(--un-bg-opacity))}.bg-sidebar-accent{--un-bg-opacity:1;background-color:rgb(var(--sidebar-accent) / var(--un-bg-opacity))}.bg-sidebar-accent-foreground{--un-bg-opacity:1;background-color:rgb(var(--sidebar-accent-foreground) / var(--un-bg-opacity))}.bg-sidebar-foreground{--un-bg-opacity:1;background-color:rgb(var(--sidebar-foreground) / var(--un-bg-opacity))}.bg-sidebar-primary{--un-bg-opacity:1;background-color:rgb(var(--sidebar-primary) / var(--un-bg-opacity))}.bg-sidebar-primary-foreground{--un-bg-opacity:1;background-color:rgb(var(--sidebar-primary-foreground) / var(--un-bg-opacity))}.bg-sidebar\/32\!{background-color:rgb(var(--sidebar-background) / .32)!important}.bg-success,[bg-success=""]{--un-bg-opacity:1;background-color:rgb(var(--success) / var(--un-bg-opacity))}.bg-success-hover{--un-bg-opacity:1;background-color:rgb(var(--success-hover) / var(--un-bg-opacity))}.bg-success-light{--un-bg-opacity:1;background-color:rgb(var(--success-light) / var(--un-bg-opacity))}.bg-success\/10{background-color:rgb(var(--success) / .1)}.bg-success\/15,.dark .dark\:bg-success\/15{background-color:rgb(var(--success) / .15)}.bg-success\/25{background-color:rgb(var(--success) / .25)}.bg-success\/30{background-color:rgb(var(--success) / .3)}.bg-success\/5{background-color:rgb(var(--success) / .05)}.bg-transparent,[bg-transparent=""]{background-color:transparent}.bg-warn,[bg-warn=""]{--un-bg-opacity:1;background-color:rgb(var(--warn) / var(--un-bg-opacity))}.bg-warn-hover{--un-bg-opacity:1;background-color:rgb(var(--warn-hover) / var(--un-bg-opacity))}.bg-warn-light{--un-bg-opacity:1;background-color:rgb(var(--warn-light) / var(--un-bg-opacity))}.bg-warn\/10{background-color:rgb(var(--warn) / .1)}.bg-warn\/15,.dark .dark\:bg-warn\/15{background-color:rgb(var(--warn) / .15)}.bg-warn\/5{background-color:rgb(var(--warn) / .05)}.dark .dark\:bg-card\/40\!{background-color:rgb(var(--card) / .4)!important}.dark .dark\:bg-sidebar\/40\!{background-color:rgb(var(--sidebar-background) / .4)!important}.dark .dark\:hover\:bg-foreground\/\[0\.05\]:hover{background-color:rgb(var(--foreground) / .05)}.dark .dark\:hover\:bg-muted\/40:hover{background-color:rgb(var(--muted) / .4)}.dark .dark\:hover\:bg-primary\/30\!:hover{background-color:rgb(var(--primary) / .3)!important}.dark [dark\:hover\:bg-primary=""]:hover{--un-bg-opacity:1;background-color:rgb(var(--primary) / var(--un-bg-opacity))}.hover\:\!bg-muted\/20:hover{background-color:rgb(var(--muted) / .2)!important}.hover\:bg-danger-light:hover{--un-bg-opacity:1;background-color:rgb(var(--danger-light) / var(--un-bg-opacity))}.hover\:bg-foreground\/\[0\.04\]:hover{background-color:rgb(var(--foreground) / .04)}.hover\:bg-foreground\/5:hover{background-color:rgb(var(--foreground) / .05)}.hover\:bg-help-light:hover{--un-bg-opacity:1;background-color:rgb(var(--help-light) / var(--un-bg-opacity))}.hover\:bg-info-light:hover{--un-bg-opacity:1;background-color:rgb(var(--info-light) / var(--un-bg-opacity))}.hover\:bg-muted\/40:hover{background-color:rgb(var(--muted) / .4)}.hover\:bg-muted\/60:hover{background-color:rgb(var(--muted) / .6)}.hover\:bg-primary-light:hover{--un-bg-opacity:1;background-color:rgb(var(--primary-light) / var(--un-bg-opacity))}.hover\:bg-primary:hover{--un-bg-opacity:1;background-color:rgb(var(--primary) / var(--un-bg-opacity))}.hover\:bg-primary\/12\!:hover{background-color:rgb(var(--primary) / .12)!important}.hover\:bg-primary\/5:hover{background-color:rgb(var(--primary) / .05)}.hover\:bg-sidebar-accent\/50:hover{background-color:rgb(var(--sidebar-accent) / .5)}.hover\:bg-success-light:hover{--un-bg-opacity:1;background-color:rgb(var(--success-light) / var(--un-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-warn-light:hover{--un-bg-opacity:1;background-color:rgb(var(--warn-light) / var(--un-bg-opacity))}[hover\:bg-primary=""]:hover{--un-bg-opacity:1;background-color:rgb(var(--primary) / var(--un-bg-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.active\:bg-primary\/10:active{background-color:rgb(var(--primary) / .1)}.active\:bg-transparent:active{background-color:transparent}.dark .dark\:active\:bg-foreground\/\[0\.08\]:active{background-color:rgb(var(--foreground) / .08)}.from-accent\/10{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--accent) / .1) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--accent) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-primary\/20{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--primary) / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}[from-accent=""]{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--accent) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--accent) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}[from-primary=""]{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--primary) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--primary) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.via-transparent,[via-transparent=""]{--un-gradient-via-position:50%;--un-gradient-to:rgb(255 255 255 / 0);--un-gradient-stops:var(--un-gradient-from), transparent var(--un-gradient-via-position), var(--un-gradient-to)}.to-info\/5{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--info) / .05) var(--un-gradient-to-position)}.to-transparent,[to-transparent=""]{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}[to-info=""]{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--info) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.bg-gradient-to-br,[bg-gradient-to-br=""]{--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-tr,[bg-gradient-to-tr=""]{--un-gradient-shape:to top right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-repeat{background-repeat:repeat}[stroke-width~="3"]{stroke-width:.1875rem}[stroke-width~="6"]{stroke-width:.375rem}[stroke-width~="8"]{stroke-width:.5rem}[stroke~="1"]{stroke-width:.0625rem}[object~="[...next]"]{object-position:...next}[object~=l]{object-position:left}.p-0,.p\[0\],.p0,[p-0=""],[p0=""]{padding:0}.p-2xl{padding:var(--spacing-2xl)}.p-3xl{padding:var(--spacing-3xl)}.p-4xl{padding:var(--spacing-4xl)}.p-5xl{padding:var(--spacing-5xl)}.p-container-padding{padding:var(--container-padding)}.p-lg{padding:var(--spacing-lg)}.p-md{padding:var(--spacing-md)}.p-sm{padding:var(--spacing-sm)}.p-xl{padding:var(--spacing-xl)}.p-xs,[p-xs=""]{padding:var(--spacing-xs)}.p\[1\]{padding:1}.p\[12\]{padding:12}.p\[2\]{padding:2}.p\[4\]{padding:4}.p\[5\]{padding:5}.p\[cDimIdx\]{padding:cDimIdx}.p\[i\]{padding:i}.p\[off\+\+\]{padding:off++}.p\[v\]{padding:v}.p\[vDimIdx\]{padding:vDimIdx}.p01,.p1,[p~="1.0"],[p01=""],[p1=""]{padding:.25rem}.p012,.p12,[p012=""],[p12=""]{padding:3rem}.p0123,.p123,[p0123=""],[p123=""]{padding:30.75rem}.p10,[p~="10"],[p10=""]{padding:2.5rem}.p11,[p~="11"],[p11=""]{padding:2.75rem}.p13{padding:3.25rem}.p2,[p2=""]{padding:.5rem}.p20,[p20=""]{padding:5rem}.p21,[p21=""]{padding:5.25rem}.p23,[p23=""]{padding:5.75rem}.p3,[p3=""]{padding:.75rem}.p4,[p~="4"]{padding:1rem}.p5{padding:1.25rem}.p99{padding:24.75rem}.pa{padding:auto}[p~="$isDayjsObject"]{padding:var(--isDayjsObject)}[p~="0.0000001"]{padding:2.5e-8rem}[p~="0.001"]{padding:.00025rem}.px,[px=""]{padding-left:1rem;padding-right:1rem}.px-0,[px~="0"]{padding-left:0;padding-right:0}.px-2xl{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}.px-3xl{padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}.px-4xl{padding-left:var(--spacing-4xl);padding-right:var(--spacing-4xl)}.px-5xl{padding-left:var(--spacing-5xl);padding-right:var(--spacing-5xl)}.px-container-padding{padding-left:var(--container-padding);padding-right:var(--container-padding)}.px-lg{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.px-md,[px-md=""]{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.px-sm,[px-sm=""]{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.px-xl{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.px-xs{padding-left:var(--spacing-xs);padding-right:var(--spacing-xs)}.py,[py=""]{padding-top:1rem;padding-bottom:1rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-2xl{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.py-3xl{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.py-4xl{padding-top:var(--spacing-4xl);padding-bottom:var(--spacing-4xl)}.py-5xl{padding-top:var(--spacing-5xl);padding-bottom:var(--spacing-5xl)}.py-container-padding{padding-top:var(--container-padding);padding-bottom:var(--container-padding)}.py-lg{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.py-md{padding-top:var(--spacing-md);padding-bottom:var(--spacing-md)}.py-sm{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.py-xl{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.py-xs,[py-xs=""]{padding-top:var(--spacing-xs);padding-bottom:var(--spacing-xs)}[px~="0.7"]{padding-left:.175rem;padding-right:.175rem}[px~="40"]{padding-left:10rem;padding-right:10rem}.pb{padding-bottom:1rem}.pb-2xl{padding-bottom:var(--spacing-2xl)}.pb-3xl{padding-bottom:var(--spacing-3xl)}.pb-4xl{padding-bottom:var(--spacing-4xl)}.pb-5xl{padding-bottom:var(--spacing-5xl)}.pb-container-padding{padding-bottom:var(--container-padding)}.pb-lg{padding-bottom:var(--spacing-lg)}.pb-md{padding-bottom:var(--spacing-md)}.pb-sm{padding-bottom:var(--spacing-sm)}.pb-xl{padding-bottom:var(--spacing-xl)}.pb-xs{padding-bottom:var(--spacing-xs)}.pl{padding-left:1rem}.pl-2xl{padding-left:var(--spacing-2xl)}.pl-3xl{padding-left:var(--spacing-3xl)}.pl-4xl{padding-left:var(--spacing-4xl)}.pl-5xl{padding-left:var(--spacing-5xl)}.pl-container-padding{padding-left:var(--container-padding)}.pl-lg{padding-left:var(--spacing-lg)}.pl-md{padding-left:var(--spacing-md)}.pl-sm{padding-left:var(--spacing-sm)}.pl-xl{padding-left:var(--spacing-xl)}.pl-xs{padding-left:var(--spacing-xs)}.pr-2xl{padding-right:var(--spacing-2xl)}.pr-3xl{padding-right:var(--spacing-3xl)}.pr-4xl{padding-right:var(--spacing-4xl)}.pr-5xl{padding-right:var(--spacing-5xl)}.pr-container-padding{padding-right:var(--container-padding)}.pr-lg{padding-right:var(--spacing-lg)}.pr-md{padding-right:var(--spacing-md)}.pr-sm{padding-right:var(--spacing-sm)}.pr-xl{padding-right:var(--spacing-xl)}.pr-xs{padding-right:var(--spacing-xs)}.ps{padding-inline-start:1rem}.pt,[pt=""],[pt4=""]{padding-top:1rem}.pt-2xl{padding-top:var(--spacing-2xl)}.pt-3xl{padding-top:var(--spacing-3xl)}.pt-4xl{padding-top:var(--spacing-4xl)}.pt-5xl{padding-top:var(--spacing-5xl)}.pt-container-padding{padding-top:var(--container-padding)}.pt-lg{padding-top:var(--spacing-lg)}.pt-md{padding-top:var(--spacing-md)}.pt-px,[pt-px=""]{padding-top:.0625rem}.pt-sm{padding-top:var(--spacing-sm)}.pt-xl{padding-top:var(--spacing-xl)}.pt-xs{padding-top:var(--spacing-xs)}.pt\[0\],.pt0,[pt0=""]{padding-top:0}.pt\[1\]{padding-top:1}.pt\[2\]{padding-top:2}.pt\[baseIndex\]{padding-top:baseIndex}.pt1,[pt1=""]{padding-top:.25rem}.pt2,[pt2=""]{padding-top:.5rem}[pt3=""]{padding-top:.75rem}.pie,[pie=""]{padding-inline-end:1rem}[pie~=a]{padding-inline-end:auto}.text-center{text-align:center}.text-left{text-align:left}.text-left\!{text-align:left!important}.text-right{text-align:right}.text-start{text-align:start}.indent{text-indent:1.5rem}.align-middle{vertical-align:middle}.text-\[10px\]{font-size:.625rem}.text-2xl,[text-2xl=""]{font-size:var(--font-size-2xl);line-height:2}.text-3xl{font-size:var(--font-size-3xl);line-height:2.25}.text-4xl{font-size:var(--font-size-4xl);line-height:2.5}.text-5xl{font-size:var(--font-size-5xl);line-height:1}.text-base,.text-md,[text-md=""]{font-size:var(--font-size-md);line-height:1.5}.text-lg,[text-lg=""]{font-size:var(--font-size-lg);line-height:1.75}.text-lg\!{font-size:var(--font-size-lg)!important;line-height:1.75!important}.text-sm,[text-sm=""]{font-size:var(--font-size-sm);line-height:1.25}.text-xl{font-size:var(--font-size-xl);line-height:1.75}.text-xs,[text-xs=""]{font-size:var(--font-size-xs);line-height:1}.text-xs\!,[text-xs\!=""]{font-size:var(--font-size-xs)!important;line-height:1!important}[text~="0"]{font-size:0}[-font-size-5xl=""]{font-size:calc(var(--font-size-5xl) * -1)}.\!text-primary-foreground,.text-primary-foreground\!{--un-text-opacity:1 !important;color:rgb(var(--primary-foreground) / var(--un-text-opacity))!important}.dark .dark\:text-white\!{--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.text-accent,[text-accent=""]{--un-text-opacity:1;color:rgb(var(--accent) / var(--un-text-opacity))}.text-accent-foreground{--un-text-opacity:1;color:rgb(var(--accent-foreground) / var(--un-text-opacity))}.text-accent-hover-foreground{--un-text-opacity:1;color:rgb(var(--accent-hover-foreground) / var(--un-text-opacity))}.text-accent-light-foreground{--un-text-opacity:1;color:rgb(var(--accent-light-foreground) / var(--un-text-opacity))}.text-accent\!{--un-text-opacity:1 !important;color:rgb(var(--accent) / var(--un-text-opacity))!important}.text-background{--un-text-opacity:1;color:rgb(var(--background) / var(--un-text-opacity))}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.text-border{--un-text-opacity:1;color:rgb(var(--border) / var(--un-text-opacity))}.text-card-foreground,[text-card-foreground=""]{--un-text-opacity:1;color:rgb(var(--card-foreground) / var(--un-text-opacity))}.text-current{color:currentColor}.text-current\!,[text-current\!=""]{color:currentColor!important}.text-danger{--un-text-opacity:1;color:rgb(var(--danger) / var(--un-text-opacity))}.text-danger-foreground{--un-text-opacity:1;color:rgb(var(--danger-foreground) / var(--un-text-opacity))}.text-danger-hover-foreground{--un-text-opacity:1;color:rgb(var(--danger-hover-foreground) / var(--un-text-opacity))}.text-danger-light-foreground{--un-text-opacity:1;color:rgb(var(--danger-light-foreground) / var(--un-text-opacity))}.text-foreground,[text-foreground=""]{--un-text-opacity:1;color:rgb(var(--foreground) / var(--un-text-opacity))}.text-foreground\/80{color:rgb(var(--foreground) / .8)}.text-foreground\/90{color:rgb(var(--foreground) / .9)}.text-help{--un-text-opacity:1;color:rgb(var(--help) / var(--un-text-opacity))}.text-help-foreground{--un-text-opacity:1;color:rgb(var(--help-foreground) / var(--un-text-opacity))}.text-help-hover-foreground{--un-text-opacity:1;color:rgb(var(--help-hover-foreground) / var(--un-text-opacity))}.text-help-light-foreground{--un-text-opacity:1;color:rgb(var(--help-light-foreground) / var(--un-text-opacity))}.text-info,[text~=info]{--un-text-opacity:1;color:rgb(var(--info) / var(--un-text-opacity))}.text-info-foreground{--un-text-opacity:1;color:rgb(var(--info-foreground) / var(--un-text-opacity))}.text-info-hover-foreground{--un-text-opacity:1;color:rgb(var(--info-hover-foreground) / var(--un-text-opacity))}.text-info-light-foreground{--un-text-opacity:1;color:rgb(var(--info-light-foreground) / var(--un-text-opacity))}.text-input{--un-text-opacity:1;color:rgb(var(--input) / var(--un-text-opacity))}.text-muted-foreground,[text-muted-foreground=""]{--un-text-opacity:1;color:rgb(var(--muted-foreground) / var(--un-text-opacity))}.text-muted-foreground\!{--un-text-opacity:1 !important;color:rgb(var(--muted-foreground) / var(--un-text-opacity))!important}.text-muted-foreground\/30{color:rgb(var(--muted-foreground) / .3)}.text-muted-foreground\/40{color:rgb(var(--muted-foreground) / .4)}.text-muted-foreground\/50{color:rgb(var(--muted-foreground) / .5)}.text-muted-foreground\/60{color:rgb(var(--muted-foreground) / .6)}.text-muted-foreground\/70{color:rgb(var(--muted-foreground) / .7)}.text-popover-foreground{--un-text-opacity:1;color:rgb(var(--popover-foreground) / var(--un-text-opacity))}.text-primary,[text-primary=""]{--un-text-opacity:1;color:rgb(var(--primary) / var(--un-text-opacity))}.text-primary-foreground{--un-text-opacity:1;color:rgb(var(--primary-foreground) / var(--un-text-opacity))}.text-primary-hover-foreground{--un-text-opacity:1;color:rgb(var(--primary-hover-foreground) / var(--un-text-opacity))}.text-primary-light-foreground{--un-text-opacity:1;color:rgb(var(--primary-light-foreground) / var(--un-text-opacity))}.text-primary\!,.group:hover .group-hover\:text-primary\!{--un-text-opacity:1 !important;color:rgb(var(--primary) / var(--un-text-opacity))!important}.text-ring{--un-text-opacity:1;color:rgb(var(--ring) / var(--un-text-opacity))}.text-secondary-foreground{--un-text-opacity:1;color:rgb(var(--secondary-foreground) / var(--un-text-opacity))}.text-success,[text-success=""]{--un-text-opacity:1;color:rgb(var(--success) / var(--un-text-opacity))}.text-success-foreground{--un-text-opacity:1;color:rgb(var(--success-foreground) / var(--un-text-opacity))}.text-success-hover-foreground{--un-text-opacity:1;color:rgb(var(--success-hover-foreground) / var(--un-text-opacity))}.text-success-light-foreground{--un-text-opacity:1;color:rgb(var(--success-light-foreground) / var(--un-text-opacity))}.text-warn,[text-warn=""]{--un-text-opacity:1;color:rgb(var(--warn) / var(--un-text-opacity))}.text-warn-foreground{--un-text-opacity:1;color:rgb(var(--warn-foreground) / var(--un-text-opacity))}.text-warn-hover-foreground{--un-text-opacity:1;color:rgb(var(--warn-hover-foreground) / var(--un-text-opacity))}.text-warn-light-foreground{--un-text-opacity:1;color:rgb(var(--warn-light-foreground) / var(--un-text-opacity))}.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.group:hover .group-hover\:text-foreground\!{--un-text-opacity:1 !important;color:rgb(var(--foreground) / var(--un-text-opacity))!important}.hover\:text-danger:hover{--un-text-opacity:1;color:rgb(var(--danger) / var(--un-text-opacity))}.hover\:text-foreground:hover{--un-text-opacity:1;color:rgb(var(--foreground) / var(--un-text-opacity))}.hover\:text-primary-foreground:hover{--un-text-opacity:1;color:rgb(var(--primary-foreground) / var(--un-text-opacity))}.hover\:text-primary:hover{--un-text-opacity:1;color:rgb(var(--primary) / var(--un-text-opacity))}.hover\:text-primary\!:hover,[hover\:text-primary\!=""]:hover{--un-text-opacity:1 !important;color:rgb(var(--primary) / var(--un-text-opacity))!important}[color~="[areaColors]"]{color:areaColors}.text-inherit{color:inherit}.\!font-medium{font-weight:500!important}.font-black{font-weight:900}.font-bold,[font-bold=""]{font-weight:700}.font-medium,[font-medium=""]{font-weight:500}.font-normal{font-weight:400}.font-semibold,[font-semibold=""]{font-weight:600}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider,[tracking-wider=""]{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:PingFang SC,Microsoft YaHei,Source Han Sans CN,Source Han Sans SC,system-ui,-apple-system,sans-serif}.uppercase,[uppercase=""]{text-transform:uppercase}.lowercase,[lowercase=""]{text-transform:lowercase}.capitalize,[capitalize=""]{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.ordinal,[ordinal=""]{--un-ordinal:ordinal;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}[ordinal~="default:"]:default{--un-ordinal:ordinal;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline,[underline=""],.hover\:underline:hover{text-decoration-line:underline}.decoration-primary\/40{-webkit-text-decoration-color:rgb(var(--primary) / .4);text-decoration-color:rgb(var(--primary) / .4)}.underline-offset-2{text-underline-offset:.125rem}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.text-shadow{--un-text-shadow:0 0 .0625rem var(--un-text-shadow-color, rgb(0 0 0 / .2)),0 0 .0625rem var(--un-text-shadow-color, rgb(1 0 5 / .1));text-shadow:var(--un-text-shadow)}.accent-foreground{--un-accent-opacity:1;accent-color:rgb(var(--foreground) / var(--un-accent-opacity))}.accent-light{--un-accent-opacity:1;accent-color:rgb(246 246 246 / var(--un-accent-opacity))}.dark .dark\:opacity-90,.dark [dark\:opacity-90=""]{opacity:.9}.op\[0\],.opacity-0{opacity:0}.op\[1\],.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50,[opacity-50=""]{opacity:.5}.opacity-60{opacity:.6}.opacity-80,[opacity-80=""]{opacity:.8}.dark .dark\:shadow-\[inset_0_1px_0_0_rgb\(var\(--foreground\)\/0\.05\)\]{--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--foreground) / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:shadow-foreground\/20{--un-shadow-color:rgb(var(--foreground) / .2) }.dark .dark\:shadow-lg{--un-shadow:var(--un-shadow-inset) 0 .625rem .9375rem -.1875rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .25rem .375rem -.25rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:shadow-md,.shadow-md{--un-shadow:var(--un-shadow-inset) 0 .25rem .375rem -.0625rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .125rem .25rem -.125rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:shadow-none,.shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow,[shadow=""]{--un-shadow:var(--un-shadow-inset) 0 .0625rem .1875rem 0 var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .0625rem .125rem -.0625rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_1px_0_0_rgb\(var\(--sidebar-border\)\)\]{--un-shadow:0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--sidebar-border)));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgb\(var\(--border\)\/0\.12\)\]{--un-shadow:inset 0 0 0 .0625rem var(--un-shadow-color, rgb(var(--border) / .12));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgb\(var\(--border\)\/0\.3\)\]{--un-shadow:inset 0 0 0 .0625rem var(--un-shadow-color, rgb(var(--border) / .3));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgb\(var\(--border\)\/0\.4\)\]{--un-shadow:inset 0 0 0 .0625rem var(--un-shadow-color, rgb(var(--border) / .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgb\(var\(--border\)\/0\.5\)\]{--un-shadow:inset 0 0 0 .0625rem var(--un-shadow-color, rgb(var(--border) / .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgb\(var\(--sidebar-border\)\)\]{--un-shadow:inset 0 0 0 .0625rem var(--un-shadow-color, rgb(var(--sidebar-border)));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_1px_0_0_rgb\(var\(--border\)\/0\.15\)\]{--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--border) / .15));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_1px_0_0_rgb\(var\(--border\)\/0\.2\)\]{--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--border) / .2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-foreground\/10{--un-shadow-color:rgb(var(--foreground) / .1) }.shadow-primary\!{--un-shadow-opacity:1 !important;--un-shadow-color:rgb(var(--primary) / var(--un-shadow-opacity)) !important}.shadow-sm,[shadow-sm=""]{--un-shadow:var(--un-shadow-inset) 0 .0625rem .125rem 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-xl{--un-shadow:var(--un-shadow-inset) 0 1.25rem 1.5625rem -.3125rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .5rem .625rem -.375rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:hover\:shadow-\[inset_0_1px_0_0_rgb\(var\(--foreground\)\/0\.1\)\]:hover{--un-shadow:inset 0 .0625rem 0 0 var(--un-shadow-color, rgb(var(--foreground) / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dark .dark\:hover\:shadow-lg:hover,.hover\:shadow-lg:hover{--un-shadow:var(--un-shadow-inset) 0 .625rem .9375rem -.1875rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .25rem .375rem -.25rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-md:hover{--un-shadow:var(--un-shadow-inset) 0 .25rem .375rem -.0625rem var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 .125rem .25rem -.125rem var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.outline-none,[outline-none=""]{outline:.125rem solid transparent;outline-offset:.125rem}.outline-none\!{outline:.125rem solid transparent!important;outline-offset:.125rem!important}.focus\:outline-none:focus{outline:.125rem solid transparent;outline-offset:.125rem}.\!ring-0{--un-ring-width:0px !important;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color) !important;--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.ring,[ring=""]{--un-ring-width:.1875rem;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-1,[ring-1=""]{--un-ring-width:.0625rem;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-2{--un-ring-width:.125rem;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:ring-2:focus-visible{--un-ring-width:.125rem;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-offset-1{--un-ring-offset-width:.0625rem}.ring-offset-2{--un-ring-offset-width:.125rem}.focus-visible\:ring-offset-2:focus-visible{--un-ring-offset-width:.125rem}.dark .dark\:ring-border\/40{--un-ring-color:rgb(var(--border) / .4) }.ring-border,[ring-border=""]{--un-ring-opacity:1;--un-ring-color:rgb(var(--border) / var(--un-ring-opacity)) }.ring-border\/20{--un-ring-color:rgb(var(--border) / .2) }.ring-primary{--un-ring-opacity:1;--un-ring-color:rgb(var(--primary) / var(--un-ring-opacity)) }.ring-primary\/40{--un-ring-color:rgb(var(--primary) / .4) }.dark .dark\:hover\:ring-border:hover{--un-ring-opacity:1;--un-ring-color:rgb(var(--border) / var(--un-ring-opacity)) }.hover\:ring-border\/80:hover{--un-ring-color:rgb(var(--border) / .8) }.focus-visible\:ring-ring:focus-visible{--un-ring-opacity:1;--un-ring-color:rgb(var(--ring) / var(--un-ring-opacity)) }.dark .dark\:ring-offset-border\/40{--un-ring-offset-color:rgb(var(--border) / .4) }.ring-offset-background{--un-ring-offset-opacity:1;--un-ring-offset-color:rgb(var(--background) / var(--un-ring-offset-opacity)) }.ring-offset-border\/20{--un-ring-offset-color:rgb(var(--border) / .2) }.dark .dark\:hover\:ring-offset-border:hover{--un-ring-offset-opacity:1;--un-ring-offset-color:rgb(var(--border) / var(--un-ring-offset-opacity)) }.hover\:ring-offset-border\/80:hover{--un-ring-offset-color:rgb(var(--border) / .8) }.focus-visible\:ring-offset-background:focus-visible{--un-ring-offset-opacity:1;--un-ring-offset-color:rgb(var(--background) / var(--un-ring-offset-opacity)) }.backdrop-blur-lg{--un-backdrop-blur:blur(1rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-md{--un-backdrop-blur:blur(.75rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-sm{--un-backdrop-blur:blur(.25rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-xl{--un-backdrop-blur:blur(1.5rem);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.blur,[blur=""]{--un-blur:blur(.5rem);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-\[100px\]{--un-blur:blur(6.25rem);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-\[60px\]{--un-blur:blur(3.75rem);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-\[70px\]{--un-blur:blur(4.375rem);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-\[80px\]{--un-blur:blur(5rem);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-\[90px\]{--un-blur:blur(5.625rem);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}[blur~="0"]{--un-blur:blur(0);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-md{--un-drop-shadow:drop-shadow(0 .25rem .1875rem var(--un-drop-shadow-color, rgb(0 0 0 / .07))) drop-shadow(0 .125rem .125rem var(--un-drop-shadow-color, rgb(0 0 0 / .06)));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.invert,[invert=""]{--un-invert:invert(1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter,[filter=""]{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition,[transition=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[background-color\,color\,opacity\,transform\]{transition-property:background-color,color,opacity,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\]{transition-property:left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,opacity\]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors,[transition-colors=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors\!{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-opacity,[transition-opacity=""]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[\!transition=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-2xl{transition-duration:var(--transition-2xl)}.duration-3xl{transition-duration:var(--transition-3xl)}.duration-4xl{transition-duration:var(--transition-4xl)}.duration-5xl{transition-duration:var(--transition-5xl)}.duration-lg,[duration-lg=""]{transition-duration:var(--transition-lg)}.duration-md,[duration-md=""]{transition-duration:var(--transition-md)}.duration-md\!{transition-duration:var(--transition-md)!important}.duration-sm,[duration-sm=""]{transition-duration:var(--transition-sm)}.duration-xl{transition-duration:var(--transition-xl)}.duration-xs{transition-duration:var(--transition-xs)}[duration~="0"]{transition-duration:0s}[duration~="0.25s"]{transition-duration:.25s}[duration~="0.2s"]{transition-duration:.2s}[duration~="0.4s"]{transition-duration:.4s}[duration~="0.5s"]{transition-duration:.5s}[duration~="0.6s"]{transition-duration:.6s}[duration~="300"]{transition-duration:.3s}[delay~="0s"]{transition-delay:0s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out,[ease-out=""]{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-spring{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}.transition-none\!{transition:none!important}.will-change-transform,[will-change-transform=""]{will-change:transform}@media(max-width:79.9938rem){.max-xl\:hidden,[max-xl\:hidden=""]{display:none}}@media(max-width:63.9938rem){.max-lg\:hidden,[max-lg\:hidden=""]{display:none}}@media(max-width:47.9938rem){.max-md\:hidden,[max-md\:hidden=""]{display:none}}@media(min-width:40rem){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:w-\[60vw\]\!{width:60vw!important}.sm\:w-\[88vw\]{width:88vw}.sm\:w-\[var\(--spacing-6xl\)\]{width:var(--spacing-6xl)}.sm\:w-92\%{width:92%}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:p-sm,[sm\:p-sm=""]{padding:var(--spacing-sm)}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-sm{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.sm\:pt-0{padding-top:0}}@media(min-width:48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-6{grid-column:span 6/span 6}.md\:grid-cols-2,[md\:grid-cols-2=""]{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:w-\[40vw\]\!{width:40vw!important}.md\:w-\[82vw\]{width:82vw}.md\:w-88\%{width:88%}.md\:w-breadcrumbHeight{width:var(--breadcrumb-height)}.md\:w-footerHeight{width:var(--footer-height)}.md\:w-headerHeight{width:var(--header-height)}.md\:w-sidebarCollapsedWidth{width:var(--sidebar-collapsed-width)}.md\:w-sidebarWidth{width:var(--sidebar-width)}.md\:w-tabsHeight{width:var(--tabs-height)}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:gap-lg{gap:var(--spacing-lg)}.md\:gap-md{gap:var(--spacing-md)}.md\:gap-sm,[md\:gap-sm=""]{gap:var(--spacing-sm)}.md\:p-lg{padding:var(--spacing-lg)}.md\:p-md{padding:var(--spacing-md)}.md\:p-xl{padding:var(--spacing-xl)}.md\:px-2xl{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}.md\:px-3xl{padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}.md\:px-4xl{padding-left:var(--spacing-4xl);padding-right:var(--spacing-4xl)}.md\:px-5xl{padding-left:var(--spacing-5xl);padding-right:var(--spacing-5xl)}.md\:px-lg{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.md\:px-md{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.md\:px-sm{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.md\:px-xl{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.md\:px-xs{padding-left:var(--spacing-xs);padding-right:var(--spacing-xs)}}@media(min-width:64rem){.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:w-\[36vw\]\!{width:36vw!important}.lg\:w-\[60vw\]{width:60vw}.lg\:w-84\%{width:84%}.lg\:flex{display:flex}.lg\:gap-lg{gap:var(--spacing-lg)}.lg\:rounded-l-xl{border-top-left-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.lg\:p-2xl{padding:var(--spacing-2xl)}.lg\:p-lg{padding:var(--spacing-lg)}}@media(min-width:80rem){.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:w-\[50vw\]{width:50vw}.xl\:w-82\%{width:82%}.xl\:flex{display:flex}.xl\:gap-xl{gap:var(--spacing-xl)}.xl\:p-xl{padding:var(--spacing-xl)}}@media(min-width:96rem){.\32xl\:w-\[48vw\]{width:48vw}.\32xl\:w-78\%{width:78%}}.animate__animated{animation-duration:var(--animate-duration, 1s);animation-delay:var(--animate-delay, 0s)}.runtime-loading-overlay[data-v-4ad69cc7]{position:fixed;inset:0;z-index:9999999;display:flex;width:100vw;height:100vh;height:100dvh;align-items:center;justify-content:center;background-color:rgb(var(--background))}.pure-css-loader[data-v-4ad69cc7]{position:relative;width:3rem;height:3rem;border-radius:50%}.pure-css-loader[data-v-4ad69cc7]:before,.pure-css-loader[data-v-4ad69cc7]:after{content:"";position:absolute;inset:0;border-radius:50%;box-sizing:border-box}.pure-css-loader[data-v-4ad69cc7]:before{border:4px solid rgb(var(--primary) / .2);border-top-color:rgb(var(--primary));animation:pure-spin-4ad69cc7 .9s linear infinite}.pure-css-loader[data-v-4ad69cc7]:after{border:4px solid transparent;border-right-color:rgb(var(--primary) / .65);transform:scale(.72);animation:pure-spin-reverse-4ad69cc7 1.2s linear infinite;opacity:.9}@keyframes pure-spin-4ad69cc7{to{transform:rotate(360deg)}}@keyframes pure-spin-reverse-4ad69cc7{to{transform:scale(.72) rotate(-360deg)}}.p-toast.p-toast-center{inset:var(--spacing-3xl) auto auto 50%!important;transform:translate(-50%,-50%)!important}.p-toast-message{position:relative!important;width:100%!important}.p-toast-message .p-toast-message-content{display:flex!important;justify-content:space-between!important}.p-toast:not(.p-toast-center) .p-toast-message .p-toast-message-content{padding-right:calc(var(--spacing-lg) + var(--spacing-xs))!important}.p-toast:not(.p-toast-center) .p-toast-message .p-toast-close-button{position:absolute!important;top:0!important;right:0!important;margin:0!important}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.os-size-observer,.os-size-observer-listener{scroll-behavior:auto!important;direction:inherit;pointer-events:none;overflow:hidden;visibility:hidden;box-sizing:border-box}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{writing-mode:horizontal-tb;position:absolute;left:0;top:0}.os-size-observer{z-index:-1;contain:strict;display:flex;flex-direction:row;flex-wrap:nowrap;padding:inherit;border:inherit;box-sizing:inherit;margin:-8.3125rem;inset:0;transform:scale(.1)}.os-size-observer:before{content:"";flex:none;box-sizing:inherit;padding:.625rem;width:.625rem;height:.625rem}.os-size-observer-appear{animation:os-size-observer-appear-animation 1ms forwards}.os-size-observer-listener{box-sizing:border-box;position:relative;flex:auto;padding:inherit;border:inherit;margin:-8.3125rem;transform:scale(10)}.os-size-observer-listener.ltr{margin-right:-16.625rem;margin-left:0}.os-size-observer-listener.rtl{margin-left:-16.625rem;margin-right:0}.os-size-observer-listener:empty:before{content:"";width:100%;height:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{display:block;position:relative;padding:inherit;border:inherit;box-sizing:content-box;flex:auto}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{right:0;bottom:0;overflow:hidden;direction:ltr;flex:none}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{0%{cursor:auto}to{cursor:none}}.os-trinsic-observer{flex:none;box-sizing:border-box;position:relative;max-width:0px;max-height:.0625rem;padding:0;margin:0;border:none;overflow:hidden;z-index:-1;height:0;top:calc(100% + .0625rem);contain:strict}.os-trinsic-observer:not(:empty){height:calc(100% + .0625rem);top:-.0625rem}.os-trinsic-observer:not(:empty)>.os-size-observer{width:1000%;height:1000%;min-height:.0625rem;min-width:.0625rem}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport]),[data-overlayscrollbars-viewport~=scrollbarHidden],html[data-overlayscrollbars-viewport~=scrollbarHidden]>body{scrollbar-width:none!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport])::-webkit-scrollbar,[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport])::-webkit-scrollbar-corner,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,html[data-overlayscrollbars-viewport~=scrollbarHidden]>body::-webkit-scrollbar,html[data-overlayscrollbars-viewport~=scrollbarHidden]>body::-webkit-scrollbar-corner{-webkit-appearance:none!important;appearance:none!important;display:none!important;width:0!important;height:0!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body){overflow:auto}html[data-overlayscrollbars-body]{overflow:hidden}html[data-overlayscrollbars-body],html[data-overlayscrollbars-body]>body{width:100%;height:100%;margin:0}html[data-overlayscrollbars-body]>body{overflow:visible;margin:0}[data-overlayscrollbars]{position:relative}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{display:flex;align-items:stretch!important;flex-direction:row!important;flex-wrap:nowrap!important;scroll-behavior:auto!important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){box-sizing:inherit;position:relative;flex:auto;height:auto;width:100%;min-width:0;padding:0;margin:0;border:none;z-index:0}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){--os-vaw: 0;--os-vah: 0;outline:none}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus{outline:none}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";position:absolute;pointer-events:none;z-index:-1;min-width:.0625rem;min-height:.0625rem;width:var(--os-vaw);height:var(--os-vah)}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{overflow:hidden!important}[data-overlayscrollbars~=host][data-overlayscrollbars~=noClipping],[data-overlayscrollbars-padding~=noClipping]{overflow:visible!important}[data-overlayscrollbars-viewport]{--os-viewport-overflow-x: hidden;--os-viewport-overflow-y: hidden;overflow-x:var(--os-viewport-overflow-x);overflow-y:var(--os-viewport-overflow-y)}[data-overlayscrollbars-viewport~=overflowXVisible]{--os-viewport-overflow-x: visible}[data-overlayscrollbars-viewport~=overflowXHidden]{--os-viewport-overflow-x: hidden}[data-overlayscrollbars-viewport~=overflowXScroll]{--os-viewport-overflow-x: scroll}[data-overlayscrollbars-viewport~=overflowYVisible]{--os-viewport-overflow-y: visible}[data-overlayscrollbars-viewport~=overflowYHidden]{--os-viewport-overflow-y: hidden}[data-overlayscrollbars-viewport~=overflowYScroll]{--os-viewport-overflow-y: scroll}[data-overlayscrollbars-viewport~=overflowImportant]{overflow-x:var(--os-viewport-overflow-x)!important;overflow-y:var(--os-viewport-overflow-y)!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId){font-size:0!important;line-height:0!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):before,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):after,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)>*:not(#osFakeId){display:none!important;position:absolute!important;width:.0625rem!important;height:.0625rem!important;padding:0!important;margin:-.0625rem!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}[data-overlayscrollbars-viewport~=measuring],[data-overlayscrollbars-viewport~=scrolling]{scroll-behavior:auto!important;scroll-snap-type:none!important}[data-overlayscrollbars-viewport~=measuring][data-overlayscrollbars-viewport~=overflowXVisible]{overflow-x:hidden!important}[data-overlayscrollbars-viewport~=measuring][data-overlayscrollbars-viewport~=overflowYVisible]{overflow-y:hidden!important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{display:grid;grid-template:1fr/1fr}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport]{height:auto!important;width:auto!important}@property --os-scroll-percent{syntax: "<number>"; inherits: true; initial-value: 0;}@property --os-viewport-percent{syntax: "<number>"; inherits: true; initial-value: 0;}.os-scrollbar{--os-viewport-percent: 0;--os-scroll-percent: 0;--os-scroll-direction: 0;--os-scroll-percent-directional: calc( var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) * var(--os-scroll-direction) )}.os-scrollbar{contain:size layout;contain:size layout style;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;pointer-events:none;position:absolute;opacity:0;visibility:hidden}body>.os-scrollbar{position:fixed;z-index:99999}.os-scrollbar-transitionless{transition:none!important}.os-scrollbar-track{position:relative;padding:0!important;border:none!important}.os-scrollbar-handle{position:absolute}.os-scrollbar-track,.os-scrollbar-handle{pointer-events:none;width:100%;height:100%}.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{right:auto;left:0}.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none!important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important;transition:none!important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0;left:calc(var(--os-scroll-percent-directional) * 100%);transform:translate(calc(var(--os-scroll-percent-directional) * -100%));width:calc(var(--os-viewport-percent) * 100%)}.os-scrollbar-vertical .os-scrollbar-handle{right:0;top:calc(var(--os-scroll-percent-directional) * 100%);transform:translateY(calc(var(--os-scroll-percent-directional) * -100%));height:calc(var(--os-viewport-percent) * 100%)}@supports (container-type: size){.os-scrollbar-track{container-type:size}.os-scrollbar-horizontal .os-scrollbar-handle{left:auto;transform:translate(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%))}.os-scrollbar-vertical .os-scrollbar-handle{top:auto;transform:translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%))}.os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle{right:auto;left:0}}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{right:auto;left:0}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{top:0;bottom:0}@media print{.os-scrollbar{display:none}}.os-scrollbar{--os-size: 0;--os-padding-perpendicular: 0;--os-padding-axis: 0;--os-track-border-radius: 0;--os-track-bg: none;--os-track-bg-hover: none;--os-track-bg-active: none;--os-track-border: none;--os-track-border-hover: none;--os-track-border-active: none;--os-handle-border-radius: 0;--os-handle-bg: none;--os-handle-bg-hover: none;--os-handle-bg-active: none;--os-handle-border: none;--os-handle-border-hover: none;--os-handle-border-active: none;--os-handle-min-size: 2.0625rem;--os-handle-max-size: none;--os-handle-perpendicular-size: 100%;--os-handle-perpendicular-size-hover: 100%;--os-handle-perpendicular-size-active: 100%;--os-handle-interactive-area-offset: 0}.os-scrollbar-track{border:var(--os-track-border);border-radius:var(--os-track-border-radius);background:var(--os-track-bg);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar-track:hover{border:var(--os-track-border-hover);background:var(--os-track-bg-hover)}.os-scrollbar-track:active{border:var(--os-track-border-active);background:var(--os-track-bg-active)}.os-scrollbar-handle{border:var(--os-handle-border);border-radius:var(--os-handle-border-radius);background:var(--os-handle-bg)}.os-scrollbar-handle:hover{border:var(--os-handle-border-hover);background:var(--os-handle-bg-hover)}.os-scrollbar-handle:active{border:var(--os-handle-border-active);background:var(--os-handle-bg-active)}.os-scrollbar-track:before,.os-scrollbar-handle:before{content:"";position:absolute;inset:0;display:block}.os-scrollbar-horizontal{padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size);height:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-track:before{top:calc(var(--os-padding-perpendicular) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal .os-scrollbar-handle{min-width:var(--os-handle-min-size);max-width:var(--os-handle-max-size);height:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{padding:var(--os-padding-axis) var(--os-padding-perpendicular);bottom:var(--os-size);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-track:before{left:calc(var(--os-padding-perpendicular) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical .os-scrollbar-handle{min-height:var(--os-handle-min-size);max-height:var(--os-handle-max-size);width:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);left:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}[data-overlayscrollbars-viewport~=measuring]>.os-scrollbar,.os-theme-none.os-scrollbar{display:none!important}.os-theme-dark,.os-theme-light{box-sizing:border-box;--os-size: .625rem;--os-padding-perpendicular: .125rem;--os-padding-axis: .125rem;--os-track-border-radius: .625rem;--os-handle-interactive-area-offset: .25rem;--os-handle-border-radius: .625rem}.os-theme-dark{--os-handle-bg: rgba(0, 0, 0, .44);--os-handle-bg-hover: rgba(0, 0, 0, .55);--os-handle-bg-active: rgba(0, 0, 0, .66)}.os-theme-light{--os-handle-bg: rgba(255, 255, 255, .44);--os-handle-bg-hover: rgba(255, 255, 255, .55);--os-handle-bg-active: rgba(255, 255, 255, .66)}.c-scrollbar.os-host,.c-scrollbar .os-viewport,.c-scrollbar .os-content,.c-scrollbar .os-content-glue{background:transparent!important}.os-scrollbar{--os-size: var(--spacing-sm);--os-padding-perpendicular: calc(var(--spacing-xs) / 2);--os-padding-axis: calc(var(--spacing-xs) / 2);background:rgb(var(--muted-foreground)/8%);--os-track-bg-hover: rgb(var(--muted) / 12%);--os-track-bg-active: rgb(var(--muted) / 18%);--os-handle-bg: rgb(var(--muted-foreground) / 20%);--os-handle-bg-hover: rgb(var(--primary) / 60%);--os-handle-bg-active: rgb(var(--primary) / 80%);--os-handle-border-radius: var(--radius-md);--os-handle-min-size: calc(var(--spacing-lg) * 2);--os-handle-max-size: none;--os-handle-perpendicular-size: 100%;--os-handle-perpendicular-size-hover: 100%;--os-handle-perpendicular-size-active: 100%;transition:var(--transition-md) ease-out}.os-scrollbar.os-theme-dark{--os-handle-bg: rgb(var(--muted-foreground) / 20%);--os-handle-bg-hover: rgb(var(--primary) / 75%);--os-handle-bg-active: rgb(var(--primary) / 90%);--os-track-bg-hover: rgb(var(--muted) / 18%);--os-track-bg-active: rgb(var(--muted) / 24%)}.os-scrollbar-handle{cursor:pointer;transition:var(--transition-md) ease-out!important}.os-scrollbar-horizontal{height:var(--os-size)}.os-scrollbar-vertical{width:var(--os-size)}.os-scrollbar-corner{background:transparent}
