:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{-webkit-user-drag:none;cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-text-height:before{content:""}.fa-user-times:before,.fa-user-xmark:before{content:""}.fa-stethoscope:before{content:""}.fa-comment-alt:before,.fa-message:before{content:""}.fa-info:before{content:""}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:""}.fa-explosion:before{content:""}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-alt:before,.fa-calendar-days:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball-ball:before,.fa-volleyball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:""}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football-ball:before,.fa-football:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angle-double-down:before,.fa-angles-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-burn:before,.fa-fire-flame-simple:before{content:""}.fa-male:before,.fa-person:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil-alt:before,.fa-pencil:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-file-clipboard:before,.fa-paste:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:""}.fa-toggle-off:before{content:""}.fa-archive:before,.fa-box-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-caret-square-right:before,.fa-square-caret-right:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-minus-square:before,.fa-square-minus:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-caret-square-down:before,.fa-square-caret-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-heart-broken:before,.fa-heart-crack:before{content:""}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-down:before,.fa-volume-low:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:""}.fa-peseta-sign:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-ghost:before{content:""}.fa-list-squares:before,.fa-list:before{content:""}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-dizzy:before,.fa-face-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:""}.fa-paint-brush:before,.fa-paintbrush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-edit:before,.fa-pen-to-square:before{content:""}.fa-car-side:before{content:""}.fa-share-alt:before,.fa-share-nodes:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand-paper:before,.fa-hand:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-rss-square:before,.fa-square-rss:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-ambulance:before,.fa-truck-medical:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder-blank:before,.fa-folder:before{content:""}.fa-file-medical-alt:before,.fa-file-waveform:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:""}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-shuttle-van:before,.fa-van-shuttle:before{content:""}.fa-building-user:before{content:""}.fa-caret-square-left:before,.fa-square-caret-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-area-chart:before,.fa-chart-area:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-expand-arrows-alt:before,.fa-maximize:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-random:before,.fa-shuffle:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-friends:before,.fa-user-group:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-alt:before,.fa-microphone-lines:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-edit:before,.fa-user-pen:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-style:before,.fa-border-top-left:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-poll:before,.fa-square-poll-vertical:before{content:""}.fa-mug-hot:before{content:""}.fa-battery-car:before,.fa-car-battery:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-caret-square-up:before,.fa-square-caret-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-bar-chart:before,.fa-chart-bar:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-plus-square:before,.fa-square-plus:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:""}.fa-columns:before,.fa-table-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly-box:before,.fa-dolly:before{content:""}.fa-smoking:before{content:""}.fa-compress-arrows-alt:before,.fa-minimize:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angle-double-right:before,.fa-angles-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-check-circle:before,.fa-circle-check:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:""}.fa-arrow-right-to-file:before,.fa-file-import:before{content:""}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-arrows-alt-h:before,.fa-left-right:before{content:""}.fa-boxes-packing:before{content:""}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-remove-format:before,.fa-text-slash:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:""}.fa-children:before{content:""}.fa-blackboard:before,.fa-chalkboard:before{content:""}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-alt:before,.fa-shield-halved:before{content:""}.fa-atlas:before,.fa-book-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-archive:before,.fa-file-zipper:before{content:""}.fa-square:before{content:""}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-ad:before,.fa-rectangle-ad:before{content:""}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-code:before{content:""}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:""}.fa-eject:before{content:""}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-map-signs:before,.fa-signs-post:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-home-user:before,.fa-house-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-alt:before,.fa-apple-whole:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball-ball:before,.fa-basketball:before{content:""}.fa-satellite-dish:before{content:""}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:""}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-alt:before,.fa-phone-flip:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-fast-forward:before,.fa-forward-fast:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-parking:before,.fa-square-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-alt:before,.fa-bus-simple:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-home-lg:before,.fa-house-chimney:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-times:before,.fa-calendar-xmark:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-digging:before,.fa-person-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right-alt:before,.fa-quote-right:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-bible:before,.fa-book-bible:before{content:""}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-female:before,.fa-person-dress:before{content:""}.fa-comment-dollar:before{content:""}.fa-briefcase-clock:before,.fa-business-time:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angle-double-up:before,.fa-angles-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass-empty:before,.fa-hourglass:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera-alt:before,.fa-camera:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-list-alt:before,.fa-rectangle-list:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:""}.fa-subway:before,.fa-train-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-clock-four:before,.fa-clock:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:""}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-3:before,.fa-battery-half:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders-h:before,.fa-sliders:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-teletype:before,.fa-tty:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-hiking:before,.fa-person-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-backspace:before,.fa-delete-left:before{content:""}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-dead:before,.fa-book-skull:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:""}.fa-cutlery:before,.fa-utensils:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:""}.fa-truck-pickup:before{content:""}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis-h:before,.fa-ellipsis:before{content:""}.fa-chess-pawn:before{content:""}.fa-first-aid:before,.fa-kit-medical:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card-alt:before,.fa-credit-card:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-h-square:before,.fa-square-h:before{content:""}.fa-podcast:before{content:""}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-hands-helping:before,.fa-handshake-angle:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-blind:before,.fa-person-walking-with-cane:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-edit:before,.fa-file-pen:before{content:""}.fa-receipt:before{content:""}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-dots:before,.fa-list-ul:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-arrow-up:before{content:""}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-shipping-fast:before,.fa-truck-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-adjust:before,.fa-circle-half-stroke:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball-ball:before,.fa-baseball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip-horizontal:before,.fa-grip:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-phone-square:before,.fa-square-phone:before{content:""}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left-alt:before,.fa-quote-left:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet-android:before,.fa-tablet:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-alt:before,.fa-car-rear:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-2:before,.fa-battery-quarter:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender-alt:before,.fa-transgender:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-building:before{content:""}.fa-angle-double-left:before,.fa-angles-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-arrow-right-from-file:before,.fa-file-export:before{content:""}.fa-shield-blank:before,.fa-shield:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-magic:before,.fa-wand-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-biking:before,.fa-person-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-arrows-alt-v:before,.fa-up-down:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-angry:before,.fa-face-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-draw-polygon:before{content:""}.fa-balance-scale:before,.fa-scale-balanced:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:""}.fa-shower:before{content:""}.fa-desktop-alt:before,.fa-desktop:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-4:before,.fa-battery-three-quarters:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-fist-raised:before,.fa-hand-fist:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-exchange-alt:before,.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-level-down-alt:before,.fa-turn-down:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-envelope-square:before,.fa-square-envelope:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-allergies:before,.fa-hand-dots:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-coffee:before,.fa-mug-saucer:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-alt:before,.fa-user-large:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-cog:before,.fa-users-gear:before{content:""}.fa-person-military-pointing:before{content:""}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-alt:before,.fa-handshake-simple:before{content:""}.fa-fighter-jet:before,.fa-jet-fighter:before{content:""}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video-camera:before,.fa-video:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-level-up-alt:before,.fa-turn-up:before{content:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-regular-400.3580b4a9.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.67a0fb74.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;font-display:block;src:url(/_next/static/media/fa-solid-900.fd0b155c.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.6a8db53d.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-brands-400.b6033b54.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.9a905705.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:local("Inter-Black"),url(/_next/static/media/Inter-Black.dda85df2.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local("Inter-Bold"),url(/_next/static/media/Inter-Bold.a4d688de.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:local("Inter-ExtraBold"),url(/_next/static/media/Inter-ExtraBold.ddbcd400.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:local("Inter-ExtraLight"),url(/_next/static/media/Inter-ExtraLight.665aa47f.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:local("Inter-Light"),url(/_next/static/media/Inter-Light.53fbc023.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter-Medium"),url(/_next/static/media/Inter-Medium.8fdaf020.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter-Regular"),url(/_next/static/media/Inter-Regular.b85a5d42.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter-SemiBold"),url(/_next/static/media/Inter-SemiBold.7b1d4c41.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:local("Inter-Thin"),url(/_next/static/media/Inter-Thin.bfc02db0.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:900;src:local("epilogue-black"),url(/_next/static/media/Epilogue-Black.53442195.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:700;src:local("epilogue-bold"),url(/_next/static/media/Epilogue-Bold.a9e0ced8.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:800;src:local("epilogue-extrabold"),url(/_next/static/media/Epilogue-ExtraBold.5e5b3237.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:300;src:local("epilogue-light"),url(/_next/static/media/Epilogue-Light.237d3ddc.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:500;src:local("epilogue-medium"),url(/_next/static/media/Epilogue-Medium.5176210c.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:400;src:local("epilogue-regular"),url(/_next/static/media/Epilogue-Regular.057a8584.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:600;src:local("epilogue-semibold"),url(/_next/static/media/Epilogue-SemiBold.5c8383c4.ttf) format("truetype")}@font-face{font-family:epilogue;font-style:normal;font-weight:100;src:local("epilogue-thin"),url(/_next/static/media/Epilogue-Thin.7608330e.ttf) format("truetype")}@font-face{font-family:clashDisplay;font-style:normal;font-weight:700;src:local("clashDisplay-thin"),url(/_next/static/media/ClashDisplay-Bold.73023086.ttf) format("truetype")}@font-face{font-family:clashDisplay;font-style:normal;font-weight:300;src:local("clashDisplay-thin"),url(/_next/static/media/ClashDisplay-Light.b8f6da6f.ttf) format("truetype")}@font-face{font-family:clashDisplay;font-style:normal;font-weight:700;src:local("clashDisplay-thin"),url(/_next/static/media/ClashDisplay-Medium.578e340f.ttf) format("truetype")}@font-face{font-family:clashDisplay;font-style:normal;font-weight:400;src:local("clashDisplay-thin"),url(/_next/static/media/ClashDisplay-Regular.bb1ff20c.ttf) format("truetype")}@font-face{font-family:clashDisplay;font-style:normal;font-weight:600;src:local("clashDisplay-thin"),url(/_next/static/media/ClashDisplay-Semibold.6a5bb13d.ttf) format("truetype")}:root{--font-inter:Inter;--font-epilogue:Epilogue;--font-clash-display:clashDisplay}.tcw-1{width:32px}.min-tcw-1{min-width:32px}.max-tcw-1{max-width:32px}.tcw-2{width:64px}.min-tcw-2{min-width:64px}.max-tcw-2{max-width:64px}.tcw-3{width:96px}.min-tcw-3{min-width:96px}.max-tcw-3{max-width:96px}.tcw-4{width:128px}.min-tcw-4{min-width:128px}.max-tcw-4{max-width:128px}.tcw-5{width:160px}.min-tcw-5{min-width:160px}.max-tcw-5{max-width:160px}.tcw-6{width:192px}.min-tcw-6{min-width:192px}.max-tcw-6{max-width:192px}.tcw-7{width:224px}.min-tcw-7{min-width:224px}.max-tcw-7{max-width:224px}.tcw-8{width:256px}.min-tcw-8{min-width:256px}.max-tcw-8{max-width:256px}.tcw-9{width:288px}.min-tcw-9{min-width:288px}.max-tcw-9{max-width:288px}.tcw-10{width:320px}.min-tcw-10{min-width:320px}.max-tcw-10{max-width:320px}.tcw-11{width:352px}.min-tcw-11{min-width:352px}.max-tcw-11{max-width:352px}.tcw-12{width:384px}.min-tcw-12{min-width:384px}.max-tcw-12{max-width:384px}.tcw-13{width:416px}.min-tcw-13{min-width:416px}.max-tcw-13{max-width:416px}.tcw-14{width:448px}.min-tcw-14{min-width:448px}.max-tcw-14{max-width:448px}.tcw-15{width:480px}.min-tcw-15{min-width:480px}.max-tcw-15{max-width:480px}:root{--app-header-height:70px;--app-sidebar-width:250px;--app-banner-height:80px;--app-banner:0px;--app-bg-color:#fefefe;--app-sidebar-base-bg-color:#f6f6f6;--page-vertical-spacing:2.5rem;--page-sidebar-width:400px;--table-header-height:49px;--profile-sidebar-width:23rem;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-gray-950:#030712}[data-testid=right-icon]{pointer-events:unset!important}/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #f1f1f2}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#b5b5c3}input::placeholder,textarea::placeholder{color:#b5b5c3}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:after,[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:after,[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#99a1b7;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#1c64f2}input::-moz-placeholder,textarea::-moz-placeholder{color:#99a1b7;opacity:1}input::placeholder,textarea::placeholder{color:#99a1b7;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%2399A1B7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}:is([dir=rtl]) select:not([size]){background-position:left .75rem center;padding-right:.75rem;padding-left:0}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#99a1b7;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark [type=checkbox]:checked,.dark [type=radio]:checked,[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}.dark [type=radio]:checked,[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#252f4a;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#4b5675}:is([dir=rtl]) input[type=file]::file-selector-button{padding-right:2rem;padding-left:1rem}.dark input[type=file]::file-selector-button{color:#fff;background:#78829d}.dark input[type=file]::file-selector-button:hover{background:#99a1b7}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#b5b5c3}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#99a1b7}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1px;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#b5b5c3}.dark input[type=range]:disabled::-moz-range-thumb{background:#99a1b7}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}input[type=range].range-sm::-webkit-slider-thumb{height:1rem;width:1rem}input[type=range].range-lg::-webkit-slider-thumb{height:1.5rem;width:1.5rem}input[type=range].range-sm::-moz-range-thumb{height:1rem;width:1rem}input[type=range].range-lg::-moz-range-thumb{height:1.5rem;width:1.5rem}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:#fff;border-color:#dbdfe9;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translateX(100%);border-color:#fff}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:1280px){.container{max-width:1280px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-\[1px\]{bottom:-1px}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-left-3{left:-.75rem}.-left-\[1px\]{left:-1px}.-right-1{right:-.25rem}.-right-\[0\.8rem\]{right:-.8rem}.-right-\[1px\]{right:-1px}.-right-\[1rem\]{right:-1rem}.-top-1{top:-.25rem}.-top-\[0\.8rem\]{top:-.8rem}.-top-\[100\%\]{top:-100%}.-top-\[1px\]{top:-1px}.-top-\[1rem\]{top:-1rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-5{bottom:1.25rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-\[0\.3rem\]{left:.3rem}.left-\[0\.6rem\]{left:.6rem}.left-\[100\%\]{left:100%}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-\[0\.3rem\]{right:.3rem}.right-\[100\%\]{right:100%}.right-\[10px\]{right:10px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-\[0\.3rem\]{top:.3rem}.top-\[10px\]{top:10px}.top-\[calc\(80px\+2\.5rem\)\]{top:calc(80px + 2.5rem)}.top-\[calc\(var\(--app-header-height\)\+var\(--app-banner\)\)\]{top:calc(var(--app-header-height) + var(--app-banner))}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-auto{z-index:auto}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.-m-\[2px\]{margin:-2px}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.me-4{margin-inline-end:1rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-6,.ml-\[1\.5rem\]{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-5{margin-right:1.25rem}.mr-\[0\.5rem\]{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!h-\[calc\(\(var\(--vh\2c 1vh\)\*100\)-\(var\(--app-header-height\)\)\)\]{height:calc((var(--vh,1vh) * 100) - (var(--app-header-height)))!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[0\.5rem\]{height:.5rem}.h-\[1\.2rem\]{height:1.2rem}.h-\[1\.3rem\]{height:1.3rem}.h-\[1\.5rem\]{height:1.5rem}.h-\[100px\]{height:100px}.h-\[16px\]{height:16px}.h-\[1rem\]{height:1rem}.h-\[2\.3rem\]{height:2.3rem}.h-\[2\.5rem\]{height:2.5rem}.h-\[20px\]{height:20px}.h-\[20rem\]{height:20rem}.h-\[24px\]{height:24px}.h-\[2rem\]{height:2rem}.h-\[3\.1rem\]{height:3.1rem}.h-\[3\.5rem\]{height:3.5rem}.h-\[3rem\]{height:3rem}.h-\[50px\]{height:50px}.h-\[50vh\]{height:50vh}.h-\[58px\]{height:58px}.h-\[5rem\]{height:5rem}.h-\[60px\]{height:60px}.h-\[6px\]{height:6px}.h-\[6rem\]{height:6rem}.h-\[80px\]{height:80px}.h-\[8px\]{height:8px}.h-\[90dvh\]{height:90dvh}.h-\[98\%\]{height:98%}.h-\[calc\(100\%-\(100px\+80px\)\)\]{height:calc(100% - (100px + 80px))}.h-\[calc\(100\%-1\.5rem\)\]{height:calc(100% - 1.5rem)}.h-\[calc\(100\%-60px\)\]{height:calc(100% - 60px)}.h-\[calc\(100vh\)\]{height:calc(100vh)}.h-\[calc\(var\(--app-header-height\)-1px\)\]{height:calc(var(--app-header-height) - 1px)}.h-\[calc\(var\(--vh\2c 1vh\)\*100\)\]{height:calc(var(--vh,1vh) * 100)}.h-\[var\(--app-banner\)\]{height:var(--app-banner)}.h-\[var\(--app-header-height\)\]{height:var(--app-header-height)}.h-\[var\(--table-header-height\)\]{height:var(--table-header-height)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-modal{height:calc(100% - 2rem)}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[300px\]{max-height:300px}.max-h-\[90dvh\]{max-height:90dvh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-\[10rem\]{min-height:10rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/4{width:50%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[0\.5rem\]{width:.5rem}.w-\[1\.2rem\]{width:1.2rem}.w-\[1\.3rem\]{width:1.3rem}.w-\[1\.5rem\]{width:1.5rem}.w-\[10\%\]{width:10%}.w-\[16px\]{width:16px}.w-\[197px\]{width:197px}.w-\[1rem\]{width:1rem}.w-\[2\.2rem\]{width:2.2rem}.w-\[2\.3rem\]{width:2.3rem}.w-\[2\.5rem\]{width:2.5rem}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[2px\]{width:2px}.w-\[2rem\]{width:2rem}.w-\[3\.1rem\]{width:3.1rem}.w-\[3\.5rem\]{width:3.5rem}.w-\[30px\]{width:30px}.w-\[35\%\]{width:35%}.w-\[380px\]{width:380px}.w-\[3rem\]{width:3rem}.w-\[447px\]{width:447px}.w-\[44px\]{width:44px}.w-\[60\%\]{width:60%}.w-\[6px\]{width:6px}.w-\[6rem\]{width:6rem}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[80\%\]{width:80%}.w-\[8px\]{width:8px}.w-\[8rem\]{width:8rem}.w-\[calc\(100\%\+16px\)\]{width:calc(100% + 16px)}.w-\[calc\(100\%-1rem\)\]{width:calc(100% - 1rem)}.w-\[calc\(100\%-3\.5rem\)\]{width:calc(100% - 3.5rem)}.w-\[calc\(100\%-3rem\)\]{width:calc(100% - 3rem)}.w-\[calc\(100\%-70px\)\]{width:calc(100% - 70px)}.w-\[calc\(100\%-8rem\)\]{width:calc(100% - 8rem)}.w-\[calc\(100\%-var\(--settings-side-nav-width\)\)\]{width:calc(100% - var(--settings-side-nav-width))}.w-\[var\(--app-sidebar-width\)\]{width:var(--app-sidebar-width)}.w-\[var\(--settings-side-nav-width\)\]{width:var(--settings-side-nav-width)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.\!max-w-\[80\%\]{max-width:80%!important}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[0_0_288px\]{flex:0 0 288px}.flex-shrink-0,.shrink-0{flex-shrink:0}.origin-\[0\]{transform-origin:0}.-translate-x-1\/2,.-translate-x-\[50\%\]{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-\[50\%\],.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-4{--tw-translate-y:-1rem}.-translate-y-4,.-translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-6{--tw-translate-y:-1.5rem}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-75,.scale-\[2\.5\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[2\.5\]{--tw-scale-x:2.5;--tw-scale-y:2.5}.-scale-x-100{--tw-scale-x:-1}.-scale-x-100,.-scale-y-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-scale-y-100{--tw-scale-y:-1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-center{scroll-snap-align:center}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items: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-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 249 249/var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 241 242/var(--tw-divide-opacity))}.divide-primary-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(204 236 253/var(--tw-divide-opacity))}.divide-primary-100\/0>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,0)}.divide-primary-100\/10>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.1)}.divide-primary-100\/100>:not([hidden])~:not([hidden]){border-color:#ccecfd}.divide-primary-100\/20>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.2)}.divide-primary-100\/25>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.25)}.divide-primary-100\/30>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.3)}.divide-primary-100\/40>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.4)}.divide-primary-100\/5>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.05)}.divide-primary-100\/50>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.5)}.divide-primary-100\/60>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.6)}.divide-primary-100\/70>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.7)}.divide-primary-100\/75>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.75)}.divide-primary-100\/80>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.8)}.divide-primary-100\/90>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.9)}.divide-primary-100\/95>:not([hidden])~:not([hidden]){border-color:rgba(204,236,253,.95)}.divide-primary-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(153 216 252/var(--tw-divide-opacity))}.divide-primary-200\/0>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,0)}.divide-primary-200\/10>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.1)}.divide-primary-200\/100>:not([hidden])~:not([hidden]){border-color:#99d8fc}.divide-primary-200\/20>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.2)}.divide-primary-200\/25>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.25)}.divide-primary-200\/30>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.3)}.divide-primary-200\/40>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.4)}.divide-primary-200\/5>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.05)}.divide-primary-200\/50>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.5)}.divide-primary-200\/60>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.6)}.divide-primary-200\/70>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.7)}.divide-primary-200\/75>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.75)}.divide-primary-200\/80>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.8)}.divide-primary-200\/90>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.9)}.divide-primary-200\/95>:not([hidden])~:not([hidden]){border-color:rgba(153,216,252,.95)}.divide-primary-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(102 197 250/var(--tw-divide-opacity))}.divide-primary-300\/0>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,0)}.divide-primary-300\/10>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.1)}.divide-primary-300\/100>:not([hidden])~:not([hidden]){border-color:#66c5fa}.divide-primary-300\/20>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.2)}.divide-primary-300\/25>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.25)}.divide-primary-300\/30>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.3)}.divide-primary-300\/40>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.4)}.divide-primary-300\/5>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.05)}.divide-primary-300\/50>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.5)}.divide-primary-300\/60>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.6)}.divide-primary-300\/70>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.7)}.divide-primary-300\/75>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.75)}.divide-primary-300\/80>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.8)}.divide-primary-300\/90>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.9)}.divide-primary-300\/95>:not([hidden])~:not([hidden]){border-color:rgba(102,197,250,.95)}.divide-primary-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(51 177 249/var(--tw-divide-opacity))}.divide-primary-400\/0>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,0)}.divide-primary-400\/10>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.1)}.divide-primary-400\/100>:not([hidden])~:not([hidden]){border-color:#33b1f9}.divide-primary-400\/20>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.2)}.divide-primary-400\/25>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.25)}.divide-primary-400\/30>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.3)}.divide-primary-400\/40>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.4)}.divide-primary-400\/5>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.05)}.divide-primary-400\/50>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.5)}.divide-primary-400\/60>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.6)}.divide-primary-400\/70>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.7)}.divide-primary-400\/75>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.75)}.divide-primary-400\/80>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.8)}.divide-primary-400\/90>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.9)}.divide-primary-400\/95>:not([hidden])~:not([hidden]){border-color:rgba(51,177,249,.95)}.divide-primary-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 158 247/var(--tw-divide-opacity))}.divide-primary-500\/0>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,0)}.divide-primary-500\/10>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.1)}.divide-primary-500\/100>:not([hidden])~:not([hidden]){border-color:#009ef7}.divide-primary-500\/20>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.2)}.divide-primary-500\/25>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.25)}.divide-primary-500\/30>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.3)}.divide-primary-500\/40>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.4)}.divide-primary-500\/5>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.05)}.divide-primary-500\/50>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.5)}.divide-primary-500\/60>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.6)}.divide-primary-500\/70>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.7)}.divide-primary-500\/75>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.75)}.divide-primary-500\/80>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.8)}.divide-primary-500\/90>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.9)}.divide-primary-500\/95>:not([hidden])~:not([hidden]){border-color:rgba(0,158,247,.95)}.divide-primary-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 126 198/var(--tw-divide-opacity))}.divide-primary-600\/0>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,0)}.divide-primary-600\/10>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.1)}.divide-primary-600\/100>:not([hidden])~:not([hidden]){border-color:#007ec6}.divide-primary-600\/20>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.2)}.divide-primary-600\/25>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.25)}.divide-primary-600\/30>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.3)}.divide-primary-600\/40>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.4)}.divide-primary-600\/5>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.05)}.divide-primary-600\/50>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.5)}.divide-primary-600\/60>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.6)}.divide-primary-600\/70>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.7)}.divide-primary-600\/75>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.75)}.divide-primary-600\/80>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.8)}.divide-primary-600\/90>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.9)}.divide-primary-600\/95>:not([hidden])~:not([hidden]){border-color:rgba(0,126,198,.95)}.divide-primary-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 95 148/var(--tw-divide-opacity))}.divide-primary-700\/0>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,0)}.divide-primary-700\/10>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.1)}.divide-primary-700\/100>:not([hidden])~:not([hidden]){border-color:#005f94}.divide-primary-700\/20>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.2)}.divide-primary-700\/25>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.25)}.divide-primary-700\/30>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.3)}.divide-primary-700\/40>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.4)}.divide-primary-700\/5>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.05)}.divide-primary-700\/50>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.5)}.divide-primary-700\/60>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.6)}.divide-primary-700\/70>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.7)}.divide-primary-700\/75>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.75)}.divide-primary-700\/80>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.8)}.divide-primary-700\/90>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.9)}.divide-primary-700\/95>:not([hidden])~:not([hidden]){border-color:rgba(0,95,148,.95)}.divide-primary-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 63 99/var(--tw-divide-opacity))}.divide-primary-800\/0>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,0)}.divide-primary-800\/10>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.1)}.divide-primary-800\/100>:not([hidden])~:not([hidden]){border-color:#003f63}.divide-primary-800\/20>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.2)}.divide-primary-800\/25>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.25)}.divide-primary-800\/30>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.3)}.divide-primary-800\/40>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.4)}.divide-primary-800\/5>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.05)}.divide-primary-800\/50>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.5)}.divide-primary-800\/60>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.6)}.divide-primary-800\/70>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.7)}.divide-primary-800\/75>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.75)}.divide-primary-800\/80>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.8)}.divide-primary-800\/90>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.9)}.divide-primary-800\/95>:not([hidden])~:not([hidden]){border-color:rgba(0,63,99,.95)}.divide-primary-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 32 49/var(--tw-divide-opacity))}.divide-primary-900\/0>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,0)}.divide-primary-900\/10>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.1)}.divide-primary-900\/100>:not([hidden])~:not([hidden]){border-color:#002031}.divide-primary-900\/20>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.2)}.divide-primary-900\/25>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.25)}.divide-primary-900\/30>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.3)}.divide-primary-900\/40>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.4)}.divide-primary-900\/5>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.05)}.divide-primary-900\/50>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.5)}.divide-primary-900\/60>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.6)}.divide-primary-900\/70>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.7)}.divide-primary-900\/75>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.75)}.divide-primary-900\/80>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.8)}.divide-primary-900\/90>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.9)}.divide-primary-900\/95>:not([hidden])~:not([hidden]){border-color:rgba(0,32,49,.95)}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.\!overflow-y-hidden{overflow-y:hidden!important}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.scroll-smooth{scroll-behavior:smooth}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl,.rounded-\[1rem\]{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-x-2{border-left-width:2px;border-right-width:2px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-\[1px\]{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-cyan-300{--tw-border-opacity:1;border-color:rgb(103 232 249/var(--tw-border-opacity))}.border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}.border-cyan-600{--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity))}.border-cyan-700{--tw-border-opacity:1;border-color:rgb(14 116 144/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(249 249 249/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(241 241 242/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(219 223 233/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(181 181 195/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(153 161 183/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(120 130 157/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(75 86 117/var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(7 20 55/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(132 225 188/var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgb(49 196 141/var(--tw-border-opacity))}.border-green-500{--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(5 122 85/var(--tw-border-opacity))}.border-green-700{--tw-border-opacity:1;border-color:rgb(4 108 78/var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(180 198 252/var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(141 162 251/var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(104 117 245/var(--tw-border-opacity))}.border-lime-300{--tw-border-opacity:1;border-color:rgb(190 242 100/var(--tw-border-opacity))}.border-lime-400{--tw-border-opacity:1;border-color:rgb(163 230 53/var(--tw-border-opacity))}.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.border-pink-300{--tw-border-opacity:1;border-color:rgb(248 180 217/var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(231 70 148/var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity:1;border-color:rgb(214 31 105/var(--tw-border-opacity))}.border-primary{--tw-border-opacity:1;border-color:rgb(0 158 247/var(--tw-border-opacity))}.border-primary-100{--tw-border-opacity:1;border-color:rgb(204 236 253/var(--tw-border-opacity))}.border-primary-100\/0{border-color:rgba(204,236,253,0)}.border-primary-100\/10{border-color:rgba(204,236,253,.1)}.border-primary-100\/100{border-color:#ccecfd}.border-primary-100\/20{border-color:rgba(204,236,253,.2)}.border-primary-100\/25{border-color:rgba(204,236,253,.25)}.border-primary-100\/30{border-color:rgba(204,236,253,.3)}.border-primary-100\/40{border-color:rgba(204,236,253,.4)}.border-primary-100\/5{border-color:rgba(204,236,253,.05)}.border-primary-100\/50{border-color:rgba(204,236,253,.5)}.border-primary-100\/60{border-color:rgba(204,236,253,.6)}.border-primary-100\/70{border-color:rgba(204,236,253,.7)}.border-primary-100\/75{border-color:rgba(204,236,253,.75)}.border-primary-100\/80{border-color:rgba(204,236,253,.8)}.border-primary-100\/90{border-color:rgba(204,236,253,.9)}.border-primary-100\/95{border-color:rgba(204,236,253,.95)}.border-primary-200{--tw-border-opacity:1;border-color:rgb(153 216 252/var(--tw-border-opacity))}.border-primary-200\/0{border-color:rgba(153,216,252,0)}.border-primary-200\/10{border-color:rgba(153,216,252,.1)}.border-primary-200\/100{border-color:#99d8fc}.border-primary-200\/20{border-color:rgba(153,216,252,.2)}.border-primary-200\/25{border-color:rgba(153,216,252,.25)}.border-primary-200\/30{border-color:rgba(153,216,252,.3)}.border-primary-200\/40{border-color:rgba(153,216,252,.4)}.border-primary-200\/5{border-color:rgba(153,216,252,.05)}.border-primary-200\/50{border-color:rgba(153,216,252,.5)}.border-primary-200\/60{border-color:rgba(153,216,252,.6)}.border-primary-200\/70{border-color:rgba(153,216,252,.7)}.border-primary-200\/75{border-color:rgba(153,216,252,.75)}.border-primary-200\/80{border-color:rgba(153,216,252,.8)}.border-primary-200\/90{border-color:rgba(153,216,252,.9)}.border-primary-200\/95{border-color:rgba(153,216,252,.95)}.border-primary-300{--tw-border-opacity:1;border-color:rgb(102 197 250/var(--tw-border-opacity))}.border-primary-300\/0{border-color:rgba(102,197,250,0)}.border-primary-300\/10{border-color:rgba(102,197,250,.1)}.border-primary-300\/100{border-color:#66c5fa}.border-primary-300\/20{border-color:rgba(102,197,250,.2)}.border-primary-300\/25{border-color:rgba(102,197,250,.25)}.border-primary-300\/30{border-color:rgba(102,197,250,.3)}.border-primary-300\/40{border-color:rgba(102,197,250,.4)}.border-primary-300\/5{border-color:rgba(102,197,250,.05)}.border-primary-300\/50{border-color:rgba(102,197,250,.5)}.border-primary-300\/60{border-color:rgba(102,197,250,.6)}.border-primary-300\/70{border-color:rgba(102,197,250,.7)}.border-primary-300\/75{border-color:rgba(102,197,250,.75)}.border-primary-300\/80{border-color:rgba(102,197,250,.8)}.border-primary-300\/90{border-color:rgba(102,197,250,.9)}.border-primary-300\/95{border-color:rgba(102,197,250,.95)}.border-primary-400{--tw-border-opacity:1;border-color:rgb(51 177 249/var(--tw-border-opacity))}.border-primary-400\/0{border-color:rgba(51,177,249,0)}.border-primary-400\/10{border-color:rgba(51,177,249,.1)}.border-primary-400\/100{border-color:#33b1f9}.border-primary-400\/20{border-color:rgba(51,177,249,.2)}.border-primary-400\/25{border-color:rgba(51,177,249,.25)}.border-primary-400\/30{border-color:rgba(51,177,249,.3)}.border-primary-400\/40{border-color:rgba(51,177,249,.4)}.border-primary-400\/5{border-color:rgba(51,177,249,.05)}.border-primary-400\/50{border-color:rgba(51,177,249,.5)}.border-primary-400\/60{border-color:rgba(51,177,249,.6)}.border-primary-400\/70{border-color:rgba(51,177,249,.7)}.border-primary-400\/75{border-color:rgba(51,177,249,.75)}.border-primary-400\/80{border-color:rgba(51,177,249,.8)}.border-primary-400\/90{border-color:rgba(51,177,249,.9)}.border-primary-400\/95{border-color:rgba(51,177,249,.95)}.border-primary-500{--tw-border-opacity:1;border-color:rgb(0 158 247/var(--tw-border-opacity))}.border-primary-500\/0{border-color:rgba(0,158,247,0)}.border-primary-500\/10{border-color:rgba(0,158,247,.1)}.border-primary-500\/100{border-color:#009ef7}.border-primary-500\/20{border-color:rgba(0,158,247,.2)}.border-primary-500\/25{border-color:rgba(0,158,247,.25)}.border-primary-500\/30{border-color:rgba(0,158,247,.3)}.border-primary-500\/40{border-color:rgba(0,158,247,.4)}.border-primary-500\/5{border-color:rgba(0,158,247,.05)}.border-primary-500\/50{border-color:rgba(0,158,247,.5)}.border-primary-500\/60{border-color:rgba(0,158,247,.6)}.border-primary-500\/70{border-color:rgba(0,158,247,.7)}.border-primary-500\/75{border-color:rgba(0,158,247,.75)}.border-primary-500\/80{border-color:rgba(0,158,247,.8)}.border-primary-500\/90{border-color:rgba(0,158,247,.9)}.border-primary-500\/95{border-color:rgba(0,158,247,.95)}.border-primary-600{--tw-border-opacity:1;border-color:rgb(0 126 198/var(--tw-border-opacity))}.border-primary-600\/0{border-color:rgba(0,126,198,0)}.border-primary-600\/10{border-color:rgba(0,126,198,.1)}.border-primary-600\/100{border-color:#007ec6}.border-primary-600\/20{border-color:rgba(0,126,198,.2)}.border-primary-600\/25{border-color:rgba(0,126,198,.25)}.border-primary-600\/30{border-color:rgba(0,126,198,.3)}.border-primary-600\/40{border-color:rgba(0,126,198,.4)}.border-primary-600\/5{border-color:rgba(0,126,198,.05)}.border-primary-600\/50{border-color:rgba(0,126,198,.5)}.border-primary-600\/60{border-color:rgba(0,126,198,.6)}.border-primary-600\/70{border-color:rgba(0,126,198,.7)}.border-primary-600\/75{border-color:rgba(0,126,198,.75)}.border-primary-600\/80{border-color:rgba(0,126,198,.8)}.border-primary-600\/90{border-color:rgba(0,126,198,.9)}.border-primary-600\/95{border-color:rgba(0,126,198,.95)}.border-primary-700{--tw-border-opacity:1;border-color:rgb(0 95 148/var(--tw-border-opacity))}.border-primary-700\/0{border-color:rgba(0,95,148,0)}.border-primary-700\/10{border-color:rgba(0,95,148,.1)}.border-primary-700\/100{border-color:#005f94}.border-primary-700\/20{border-color:rgba(0,95,148,.2)}.border-primary-700\/25{border-color:rgba(0,95,148,.25)}.border-primary-700\/30{border-color:rgba(0,95,148,.3)}.border-primary-700\/40{border-color:rgba(0,95,148,.4)}.border-primary-700\/5{border-color:rgba(0,95,148,.05)}.border-primary-700\/50{border-color:rgba(0,95,148,.5)}.border-primary-700\/60{border-color:rgba(0,95,148,.6)}.border-primary-700\/70{border-color:rgba(0,95,148,.7)}.border-primary-700\/75{border-color:rgba(0,95,148,.75)}.border-primary-700\/80{border-color:rgba(0,95,148,.8)}.border-primary-700\/90{border-color:rgba(0,95,148,.9)}.border-primary-700\/95{border-color:rgba(0,95,148,.95)}.border-primary-800{--tw-border-opacity:1;border-color:rgb(0 63 99/var(--tw-border-opacity))}.border-primary-800\/0{border-color:rgba(0,63,99,0)}.border-primary-800\/10{border-color:rgba(0,63,99,.1)}.border-primary-800\/100{border-color:#003f63}.border-primary-800\/20{border-color:rgba(0,63,99,.2)}.border-primary-800\/25{border-color:rgba(0,63,99,.25)}.border-primary-800\/30{border-color:rgba(0,63,99,.3)}.border-primary-800\/40{border-color:rgba(0,63,99,.4)}.border-primary-800\/5{border-color:rgba(0,63,99,.05)}.border-primary-800\/50{border-color:rgba(0,63,99,.5)}.border-primary-800\/60{border-color:rgba(0,63,99,.6)}.border-primary-800\/70{border-color:rgba(0,63,99,.7)}.border-primary-800\/75{border-color:rgba(0,63,99,.75)}.border-primary-800\/80{border-color:rgba(0,63,99,.8)}.border-primary-800\/90{border-color:rgba(0,63,99,.9)}.border-primary-800\/95{border-color:rgba(0,63,99,.95)}.border-primary-900{--tw-border-opacity:1;border-color:rgb(0 32 49/var(--tw-border-opacity))}.border-primary-900\/0{border-color:rgba(0,32,49,0)}.border-primary-900\/10{border-color:rgba(0,32,49,.1)}.border-primary-900\/100{border-color:#002031}.border-primary-900\/20{border-color:rgba(0,32,49,.2)}.border-primary-900\/25{border-color:rgba(0,32,49,.25)}.border-primary-900\/30{border-color:rgba(0,32,49,.3)}.border-primary-900\/40{border-color:rgba(0,32,49,.4)}.border-primary-900\/5{border-color:rgba(0,32,49,.05)}.border-primary-900\/50{border-color:rgba(0,32,49,.5)}.border-primary-900\/60{border-color:rgba(0,32,49,.6)}.border-primary-900\/70{border-color:rgba(0,32,49,.7)}.border-primary-900\/75{border-color:rgba(0,32,49,.75)}.border-primary-900\/80{border-color:rgba(0,32,49,.8)}.border-primary-900\/90{border-color:rgba(0,32,49,.9)}.border-primary-900\/95{border-color:rgba(0,32,49,.95)}.border-purple-500{--tw-border-opacity:1;border-color:rgb(144 97 249/var(--tw-border-opacity))}.border-purple-900{--tw-border-opacity:1;border-color:rgb(74 29 150/var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgb(248 180 180/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgb(224 36 36/var(--tw-border-opacity))}.border-red-900{--tw-border-opacity:1;border-color:rgb(119 29 29/var(--tw-border-opacity))}.border-teal-300{--tw-border-opacity:1;border-color:rgb(126 220 226/var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(6 148 162/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(250 202 21/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(227 160 8/var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(194 120 3/var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(159 88 10/var(--tw-border-opacity))}.border-x-primary-100{--tw-border-opacity:1;border-left-color:rgb(204 236 253/var(--tw-border-opacity));border-right-color:rgb(204 236 253/var(--tw-border-opacity))}.border-x-primary-100\/0{border-left-color:rgba(204,236,253,0);border-right-color:rgba(204,236,253,0)}.border-x-primary-100\/10{border-left-color:rgba(204,236,253,.1);border-right-color:rgba(204,236,253,.1)}.border-x-primary-100\/100{border-left-color:#ccecfd;border-right-color:#ccecfd}.border-x-primary-100\/20{border-left-color:rgba(204,236,253,.2);border-right-color:rgba(204,236,253,.2)}.border-x-primary-100\/25{border-left-color:rgba(204,236,253,.25);border-right-color:rgba(204,236,253,.25)}.border-x-primary-100\/30{border-left-color:rgba(204,236,253,.3);border-right-color:rgba(204,236,253,.3)}.border-x-primary-100\/40{border-left-color:rgba(204,236,253,.4);border-right-color:rgba(204,236,253,.4)}.border-x-primary-100\/5{border-left-color:rgba(204,236,253,.05);border-right-color:rgba(204,236,253,.05)}.border-x-primary-100\/50{border-left-color:rgba(204,236,253,.5);border-right-color:rgba(204,236,253,.5)}.border-x-primary-100\/60{border-left-color:rgba(204,236,253,.6);border-right-color:rgba(204,236,253,.6)}.border-x-primary-100\/70{border-left-color:rgba(204,236,253,.7);border-right-color:rgba(204,236,253,.7)}.border-x-primary-100\/75{border-left-color:rgba(204,236,253,.75);border-right-color:rgba(204,236,253,.75)}.border-x-primary-100\/80{border-left-color:rgba(204,236,253,.8);border-right-color:rgba(204,236,253,.8)}.border-x-primary-100\/90{border-left-color:rgba(204,236,253,.9);border-right-color:rgba(204,236,253,.9)}.border-x-primary-100\/95{border-left-color:rgba(204,236,253,.95);border-right-color:rgba(204,236,253,.95)}.border-x-primary-200{--tw-border-opacity:1;border-left-color:rgb(153 216 252/var(--tw-border-opacity));border-right-color:rgb(153 216 252/var(--tw-border-opacity))}.border-x-primary-200\/0{border-left-color:rgba(153,216,252,0);border-right-color:rgba(153,216,252,0)}.border-x-primary-200\/10{border-left-color:rgba(153,216,252,.1);border-right-color:rgba(153,216,252,.1)}.border-x-primary-200\/100{border-left-color:#99d8fc;border-right-color:#99d8fc}.border-x-primary-200\/20{border-left-color:rgba(153,216,252,.2);border-right-color:rgba(153,216,252,.2)}.border-x-primary-200\/25{border-left-color:rgba(153,216,252,.25);border-right-color:rgba(153,216,252,.25)}.border-x-primary-200\/30{border-left-color:rgba(153,216,252,.3);border-right-color:rgba(153,216,252,.3)}.border-x-primary-200\/40{border-left-color:rgba(153,216,252,.4);border-right-color:rgba(153,216,252,.4)}.border-x-primary-200\/5{border-left-color:rgba(153,216,252,.05);border-right-color:rgba(153,216,252,.05)}.border-x-primary-200\/50{border-left-color:rgba(153,216,252,.5);border-right-color:rgba(153,216,252,.5)}.border-x-primary-200\/60{border-left-color:rgba(153,216,252,.6);border-right-color:rgba(153,216,252,.6)}.border-x-primary-200\/70{border-left-color:rgba(153,216,252,.7);border-right-color:rgba(153,216,252,.7)}.border-x-primary-200\/75{border-left-color:rgba(153,216,252,.75);border-right-color:rgba(153,216,252,.75)}.border-x-primary-200\/80{border-left-color:rgba(153,216,252,.8);border-right-color:rgba(153,216,252,.8)}.border-x-primary-200\/90{border-left-color:rgba(153,216,252,.9);border-right-color:rgba(153,216,252,.9)}.border-x-primary-200\/95{border-left-color:rgba(153,216,252,.95);border-right-color:rgba(153,216,252,.95)}.border-x-primary-300{--tw-border-opacity:1;border-left-color:rgb(102 197 250/var(--tw-border-opacity));border-right-color:rgb(102 197 250/var(--tw-border-opacity))}.border-x-primary-300\/0{border-left-color:rgba(102,197,250,0);border-right-color:rgba(102,197,250,0)}.border-x-primary-300\/10{border-left-color:rgba(102,197,250,.1);border-right-color:rgba(102,197,250,.1)}.border-x-primary-300\/100{border-left-color:#66c5fa;border-right-color:#66c5fa}.border-x-primary-300\/20{border-left-color:rgba(102,197,250,.2);border-right-color:rgba(102,197,250,.2)}.border-x-primary-300\/25{border-left-color:rgba(102,197,250,.25);border-right-color:rgba(102,197,250,.25)}.border-x-primary-300\/30{border-left-color:rgba(102,197,250,.3);border-right-color:rgba(102,197,250,.3)}.border-x-primary-300\/40{border-left-color:rgba(102,197,250,.4);border-right-color:rgba(102,197,250,.4)}.border-x-primary-300\/5{border-left-color:rgba(102,197,250,.05);border-right-color:rgba(102,197,250,.05)}.border-x-primary-300\/50{border-left-color:rgba(102,197,250,.5);border-right-color:rgba(102,197,250,.5)}.border-x-primary-300\/60{border-left-color:rgba(102,197,250,.6);border-right-color:rgba(102,197,250,.6)}.border-x-primary-300\/70{border-left-color:rgba(102,197,250,.7);border-right-color:rgba(102,197,250,.7)}.border-x-primary-300\/75{border-left-color:rgba(102,197,250,.75);border-right-color:rgba(102,197,250,.75)}.border-x-primary-300\/80{border-left-color:rgba(102,197,250,.8);border-right-color:rgba(102,197,250,.8)}.border-x-primary-300\/90{border-left-color:rgba(102,197,250,.9);border-right-color:rgba(102,197,250,.9)}.border-x-primary-300\/95{border-left-color:rgba(102,197,250,.95);border-right-color:rgba(102,197,250,.95)}.border-x-primary-400{--tw-border-opacity:1;border-left-color:rgb(51 177 249/var(--tw-border-opacity));border-right-color:rgb(51 177 249/var(--tw-border-opacity))}.border-x-primary-400\/0{border-left-color:rgba(51,177,249,0);border-right-color:rgba(51,177,249,0)}.border-x-primary-400\/10{border-left-color:rgba(51,177,249,.1);border-right-color:rgba(51,177,249,.1)}.border-x-primary-400\/100{border-left-color:#33b1f9;border-right-color:#33b1f9}.border-x-primary-400\/20{border-left-color:rgba(51,177,249,.2);border-right-color:rgba(51,177,249,.2)}.border-x-primary-400\/25{border-left-color:rgba(51,177,249,.25);border-right-color:rgba(51,177,249,.25)}.border-x-primary-400\/30{border-left-color:rgba(51,177,249,.3);border-right-color:rgba(51,177,249,.3)}.border-x-primary-400\/40{border-left-color:rgba(51,177,249,.4);border-right-color:rgba(51,177,249,.4)}.border-x-primary-400\/5{border-left-color:rgba(51,177,249,.05);border-right-color:rgba(51,177,249,.05)}.border-x-primary-400\/50{border-left-color:rgba(51,177,249,.5);border-right-color:rgba(51,177,249,.5)}.border-x-primary-400\/60{border-left-color:rgba(51,177,249,.6);border-right-color:rgba(51,177,249,.6)}.border-x-primary-400\/70{border-left-color:rgba(51,177,249,.7);border-right-color:rgba(51,177,249,.7)}.border-x-primary-400\/75{border-left-color:rgba(51,177,249,.75);border-right-color:rgba(51,177,249,.75)}.border-x-primary-400\/80{border-left-color:rgba(51,177,249,.8);border-right-color:rgba(51,177,249,.8)}.border-x-primary-400\/90{border-left-color:rgba(51,177,249,.9);border-right-color:rgba(51,177,249,.9)}.border-x-primary-400\/95{border-left-color:rgba(51,177,249,.95);border-right-color:rgba(51,177,249,.95)}.border-x-primary-500{--tw-border-opacity:1;border-left-color:rgb(0 158 247/var(--tw-border-opacity));border-right-color:rgb(0 158 247/var(--tw-border-opacity))}.border-x-primary-500\/0{border-left-color:rgba(0,158,247,0);border-right-color:rgba(0,158,247,0)}.border-x-primary-500\/10{border-left-color:rgba(0,158,247,.1);border-right-color:rgba(0,158,247,.1)}.border-x-primary-500\/100{border-left-color:#009ef7;border-right-color:#009ef7}.border-x-primary-500\/20{border-left-color:rgba(0,158,247,.2);border-right-color:rgba(0,158,247,.2)}.border-x-primary-500\/25{border-left-color:rgba(0,158,247,.25);border-right-color:rgba(0,158,247,.25)}.border-x-primary-500\/30{border-left-color:rgba(0,158,247,.3);border-right-color:rgba(0,158,247,.3)}.border-x-primary-500\/40{border-left-color:rgba(0,158,247,.4);border-right-color:rgba(0,158,247,.4)}.border-x-primary-500\/5{border-left-color:rgba(0,158,247,.05);border-right-color:rgba(0,158,247,.05)}.border-x-primary-500\/50{border-left-color:rgba(0,158,247,.5);border-right-color:rgba(0,158,247,.5)}.border-x-primary-500\/60{border-left-color:rgba(0,158,247,.6);border-right-color:rgba(0,158,247,.6)}.border-x-primary-500\/70{border-left-color:rgba(0,158,247,.7);border-right-color:rgba(0,158,247,.7)}.border-x-primary-500\/75{border-left-color:rgba(0,158,247,.75);border-right-color:rgba(0,158,247,.75)}.border-x-primary-500\/80{border-left-color:rgba(0,158,247,.8);border-right-color:rgba(0,158,247,.8)}.border-x-primary-500\/90{border-left-color:rgba(0,158,247,.9);border-right-color:rgba(0,158,247,.9)}.border-x-primary-500\/95{border-left-color:rgba(0,158,247,.95);border-right-color:rgba(0,158,247,.95)}.border-x-primary-600{--tw-border-opacity:1;border-left-color:rgb(0 126 198/var(--tw-border-opacity));border-right-color:rgb(0 126 198/var(--tw-border-opacity))}.border-x-primary-600\/0{border-left-color:rgba(0,126,198,0);border-right-color:rgba(0,126,198,0)}.border-x-primary-600\/10{border-left-color:rgba(0,126,198,.1);border-right-color:rgba(0,126,198,.1)}.border-x-primary-600\/100{border-left-color:#007ec6;border-right-color:#007ec6}.border-x-primary-600\/20{border-left-color:rgba(0,126,198,.2);border-right-color:rgba(0,126,198,.2)}.border-x-primary-600\/25{border-left-color:rgba(0,126,198,.25);border-right-color:rgba(0,126,198,.25)}.border-x-primary-600\/30{border-left-color:rgba(0,126,198,.3);border-right-color:rgba(0,126,198,.3)}.border-x-primary-600\/40{border-left-color:rgba(0,126,198,.4);border-right-color:rgba(0,126,198,.4)}.border-x-primary-600\/5{border-left-color:rgba(0,126,198,.05);border-right-color:rgba(0,126,198,.05)}.border-x-primary-600\/50{border-left-color:rgba(0,126,198,.5);border-right-color:rgba(0,126,198,.5)}.border-x-primary-600\/60{border-left-color:rgba(0,126,198,.6);border-right-color:rgba(0,126,198,.6)}.border-x-primary-600\/70{border-left-color:rgba(0,126,198,.7);border-right-color:rgba(0,126,198,.7)}.border-x-primary-600\/75{border-left-color:rgba(0,126,198,.75);border-right-color:rgba(0,126,198,.75)}.border-x-primary-600\/80{border-left-color:rgba(0,126,198,.8);border-right-color:rgba(0,126,198,.8)}.border-x-primary-600\/90{border-left-color:rgba(0,126,198,.9);border-right-color:rgba(0,126,198,.9)}.border-x-primary-600\/95{border-left-color:rgba(0,126,198,.95);border-right-color:rgba(0,126,198,.95)}.border-x-primary-700{--tw-border-opacity:1;border-left-color:rgb(0 95 148/var(--tw-border-opacity));border-right-color:rgb(0 95 148/var(--tw-border-opacity))}.border-x-primary-700\/0{border-left-color:rgba(0,95,148,0);border-right-color:rgba(0,95,148,0)}.border-x-primary-700\/10{border-left-color:rgba(0,95,148,.1);border-right-color:rgba(0,95,148,.1)}.border-x-primary-700\/100{border-left-color:#005f94;border-right-color:#005f94}.border-x-primary-700\/20{border-left-color:rgba(0,95,148,.2);border-right-color:rgba(0,95,148,.2)}.border-x-primary-700\/25{border-left-color:rgba(0,95,148,.25);border-right-color:rgba(0,95,148,.25)}.border-x-primary-700\/30{border-left-color:rgba(0,95,148,.3);border-right-color:rgba(0,95,148,.3)}.border-x-primary-700\/40{border-left-color:rgba(0,95,148,.4);border-right-color:rgba(0,95,148,.4)}.border-x-primary-700\/5{border-left-color:rgba(0,95,148,.05);border-right-color:rgba(0,95,148,.05)}.border-x-primary-700\/50{border-left-color:rgba(0,95,148,.5);border-right-color:rgba(0,95,148,.5)}.border-x-primary-700\/60{border-left-color:rgba(0,95,148,.6);border-right-color:rgba(0,95,148,.6)}.border-x-primary-700\/70{border-left-color:rgba(0,95,148,.7);border-right-color:rgba(0,95,148,.7)}.border-x-primary-700\/75{border-left-color:rgba(0,95,148,.75);border-right-color:rgba(0,95,148,.75)}.border-x-primary-700\/80{border-left-color:rgba(0,95,148,.8);border-right-color:rgba(0,95,148,.8)}.border-x-primary-700\/90{border-left-color:rgba(0,95,148,.9);border-right-color:rgba(0,95,148,.9)}.border-x-primary-700\/95{border-left-color:rgba(0,95,148,.95);border-right-color:rgba(0,95,148,.95)}.border-x-primary-800{--tw-border-opacity:1;border-left-color:rgb(0 63 99/var(--tw-border-opacity));border-right-color:rgb(0 63 99/var(--tw-border-opacity))}.border-x-primary-800\/0{border-left-color:rgba(0,63,99,0);border-right-color:rgba(0,63,99,0)}.border-x-primary-800\/10{border-left-color:rgba(0,63,99,.1);border-right-color:rgba(0,63,99,.1)}.border-x-primary-800\/100{border-left-color:#003f63;border-right-color:#003f63}.border-x-primary-800\/20{border-left-color:rgba(0,63,99,.2);border-right-color:rgba(0,63,99,.2)}.border-x-primary-800\/25{border-left-color:rgba(0,63,99,.25);border-right-color:rgba(0,63,99,.25)}.border-x-primary-800\/30{border-left-color:rgba(0,63,99,.3);border-right-color:rgba(0,63,99,.3)}.border-x-primary-800\/40{border-left-color:rgba(0,63,99,.4);border-right-color:rgba(0,63,99,.4)}.border-x-primary-800\/5{border-left-color:rgba(0,63,99,.05);border-right-color:rgba(0,63,99,.05)}.border-x-primary-800\/50{border-left-color:rgba(0,63,99,.5);border-right-color:rgba(0,63,99,.5)}.border-x-primary-800\/60{border-left-color:rgba(0,63,99,.6);border-right-color:rgba(0,63,99,.6)}.border-x-primary-800\/70{border-left-color:rgba(0,63,99,.7);border-right-color:rgba(0,63,99,.7)}.border-x-primary-800\/75{border-left-color:rgba(0,63,99,.75);border-right-color:rgba(0,63,99,.75)}.border-x-primary-800\/80{border-left-color:rgba(0,63,99,.8);border-right-color:rgba(0,63,99,.8)}.border-x-primary-800\/90{border-left-color:rgba(0,63,99,.9);border-right-color:rgba(0,63,99,.9)}.border-x-primary-800\/95{border-left-color:rgba(0,63,99,.95);border-right-color:rgba(0,63,99,.95)}.border-x-primary-900{--tw-border-opacity:1;border-left-color:rgb(0 32 49/var(--tw-border-opacity));border-right-color:rgb(0 32 49/var(--tw-border-opacity))}.border-x-primary-900\/0{border-left-color:rgba(0,32,49,0);border-right-color:rgba(0,32,49,0)}.border-x-primary-900\/10{border-left-color:rgba(0,32,49,.1);border-right-color:rgba(0,32,49,.1)}.border-x-primary-900\/100{border-left-color:#002031;border-right-color:#002031}.border-x-primary-900\/20{border-left-color:rgba(0,32,49,.2);border-right-color:rgba(0,32,49,.2)}.border-x-primary-900\/25{border-left-color:rgba(0,32,49,.25);border-right-color:rgba(0,32,49,.25)}.border-x-primary-900\/30{border-left-color:rgba(0,32,49,.3);border-right-color:rgba(0,32,49,.3)}.border-x-primary-900\/40{border-left-color:rgba(0,32,49,.4);border-right-color:rgba(0,32,49,.4)}.border-x-primary-900\/5{border-left-color:rgba(0,32,49,.05);border-right-color:rgba(0,32,49,.05)}.border-x-primary-900\/50{border-left-color:rgba(0,32,49,.5);border-right-color:rgba(0,32,49,.5)}.border-x-primary-900\/60{border-left-color:rgba(0,32,49,.6);border-right-color:rgba(0,32,49,.6)}.border-x-primary-900\/70{border-left-color:rgba(0,32,49,.7);border-right-color:rgba(0,32,49,.7)}.border-x-primary-900\/75{border-left-color:rgba(0,32,49,.75);border-right-color:rgba(0,32,49,.75)}.border-x-primary-900\/80{border-left-color:rgba(0,32,49,.8);border-right-color:rgba(0,32,49,.8)}.border-x-primary-900\/90{border-left-color:rgba(0,32,49,.9);border-right-color:rgba(0,32,49,.9)}.border-x-primary-900\/95{border-left-color:rgba(0,32,49,.95);border-right-color:rgba(0,32,49,.95)}.border-y-primary-100{--tw-border-opacity:1;border-top-color:rgb(204 236 253/var(--tw-border-opacity));border-bottom-color:rgb(204 236 253/var(--tw-border-opacity))}.border-y-primary-100\/0{border-top-color:rgba(204,236,253,0);border-bottom-color:rgba(204,236,253,0)}.border-y-primary-100\/10{border-top-color:rgba(204,236,253,.1);border-bottom-color:rgba(204,236,253,.1)}.border-y-primary-100\/100{border-top-color:#ccecfd;border-bottom-color:#ccecfd}.border-y-primary-100\/20{border-top-color:rgba(204,236,253,.2);border-bottom-color:rgba(204,236,253,.2)}.border-y-primary-100\/25{border-top-color:rgba(204,236,253,.25);border-bottom-color:rgba(204,236,253,.25)}.border-y-primary-100\/30{border-top-color:rgba(204,236,253,.3);border-bottom-color:rgba(204,236,253,.3)}.border-y-primary-100\/40{border-top-color:rgba(204,236,253,.4);border-bottom-color:rgba(204,236,253,.4)}.border-y-primary-100\/5{border-top-color:rgba(204,236,253,.05);border-bottom-color:rgba(204,236,253,.05)}.border-y-primary-100\/50{border-top-color:rgba(204,236,253,.5);border-bottom-color:rgba(204,236,253,.5)}.border-y-primary-100\/60{border-top-color:rgba(204,236,253,.6);border-bottom-color:rgba(204,236,253,.6)}.border-y-primary-100\/70{border-top-color:rgba(204,236,253,.7);border-bottom-color:rgba(204,236,253,.7)}.border-y-primary-100\/75{border-top-color:rgba(204,236,253,.75);border-bottom-color:rgba(204,236,253,.75)}.border-y-primary-100\/80{border-top-color:rgba(204,236,253,.8);border-bottom-color:rgba(204,236,253,.8)}.border-y-primary-100\/90{border-top-color:rgba(204,236,253,.9);border-bottom-color:rgba(204,236,253,.9)}.border-y-primary-100\/95{border-top-color:rgba(204,236,253,.95);border-bottom-color:rgba(204,236,253,.95)}.border-y-primary-200{--tw-border-opacity:1;border-top-color:rgb(153 216 252/var(--tw-border-opacity));border-bottom-color:rgb(153 216 252/var(--tw-border-opacity))}.border-y-primary-200\/0{border-top-color:rgba(153,216,252,0);border-bottom-color:rgba(153,216,252,0)}.border-y-primary-200\/10{border-top-color:rgba(153,216,252,.1);border-bottom-color:rgba(153,216,252,.1)}.border-y-primary-200\/100{border-top-color:#99d8fc;border-bottom-color:#99d8fc}.border-y-primary-200\/20{border-top-color:rgba(153,216,252,.2);border-bottom-color:rgba(153,216,252,.2)}.border-y-primary-200\/25{border-top-color:rgba(153,216,252,.25);border-bottom-color:rgba(153,216,252,.25)}.border-y-primary-200\/30{border-top-color:rgba(153,216,252,.3);border-bottom-color:rgba(153,216,252,.3)}.border-y-primary-200\/40{border-top-color:rgba(153,216,252,.4);border-bottom-color:rgba(153,216,252,.4)}.border-y-primary-200\/5{border-top-color:rgba(153,216,252,.05);border-bottom-color:rgba(153,216,252,.05)}.border-y-primary-200\/50{border-top-color:rgba(153,216,252,.5);border-bottom-color:rgba(153,216,252,.5)}.border-y-primary-200\/60{border-top-color:rgba(153,216,252,.6);border-bottom-color:rgba(153,216,252,.6)}.border-y-primary-200\/70{border-top-color:rgba(153,216,252,.7);border-bottom-color:rgba(153,216,252,.7)}.border-y-primary-200\/75{border-top-color:rgba(153,216,252,.75);border-bottom-color:rgba(153,216,252,.75)}.border-y-primary-200\/80{border-top-color:rgba(153,216,252,.8);border-bottom-color:rgba(153,216,252,.8)}.border-y-primary-200\/90{border-top-color:rgba(153,216,252,.9);border-bottom-color:rgba(153,216,252,.9)}.border-y-primary-200\/95{border-top-color:rgba(153,216,252,.95);border-bottom-color:rgba(153,216,252,.95)}.border-y-primary-300{--tw-border-opacity:1;border-top-color:rgb(102 197 250/var(--tw-border-opacity));border-bottom-color:rgb(102 197 250/var(--tw-border-opacity))}.border-y-primary-300\/0{border-top-color:rgba(102,197,250,0);border-bottom-color:rgba(102,197,250,0)}.border-y-primary-300\/10{border-top-color:rgba(102,197,250,.1);border-bottom-color:rgba(102,197,250,.1)}.border-y-primary-300\/100{border-top-color:#66c5fa;border-bottom-color:#66c5fa}.border-y-primary-300\/20{border-top-color:rgba(102,197,250,.2);border-bottom-color:rgba(102,197,250,.2)}.border-y-primary-300\/25{border-top-color:rgba(102,197,250,.25);border-bottom-color:rgba(102,197,250,.25)}.border-y-primary-300\/30{border-top-color:rgba(102,197,250,.3);border-bottom-color:rgba(102,197,250,.3)}.border-y-primary-300\/40{border-top-color:rgba(102,197,250,.4);border-bottom-color:rgba(102,197,250,.4)}.border-y-primary-300\/5{border-top-color:rgba(102,197,250,.05);border-bottom-color:rgba(102,197,250,.05)}.border-y-primary-300\/50{border-top-color:rgba(102,197,250,.5);border-bottom-color:rgba(102,197,250,.5)}.border-y-primary-300\/60{border-top-color:rgba(102,197,250,.6);border-bottom-color:rgba(102,197,250,.6)}.border-y-primary-300\/70{border-top-color:rgba(102,197,250,.7);border-bottom-color:rgba(102,197,250,.7)}.border-y-primary-300\/75{border-top-color:rgba(102,197,250,.75);border-bottom-color:rgba(102,197,250,.75)}.border-y-primary-300\/80{border-top-color:rgba(102,197,250,.8);border-bottom-color:rgba(102,197,250,.8)}.border-y-primary-300\/90{border-top-color:rgba(102,197,250,.9);border-bottom-color:rgba(102,197,250,.9)}.border-y-primary-300\/95{border-top-color:rgba(102,197,250,.95);border-bottom-color:rgba(102,197,250,.95)}.border-y-primary-400{--tw-border-opacity:1;border-top-color:rgb(51 177 249/var(--tw-border-opacity));border-bottom-color:rgb(51 177 249/var(--tw-border-opacity))}.border-y-primary-400\/0{border-top-color:rgba(51,177,249,0);border-bottom-color:rgba(51,177,249,0)}.border-y-primary-400\/10{border-top-color:rgba(51,177,249,.1);border-bottom-color:rgba(51,177,249,.1)}.border-y-primary-400\/100{border-top-color:#33b1f9;border-bottom-color:#33b1f9}.border-y-primary-400\/20{border-top-color:rgba(51,177,249,.2);border-bottom-color:rgba(51,177,249,.2)}.border-y-primary-400\/25{border-top-color:rgba(51,177,249,.25);border-bottom-color:rgba(51,177,249,.25)}.border-y-primary-400\/30{border-top-color:rgba(51,177,249,.3);border-bottom-color:rgba(51,177,249,.3)}.border-y-primary-400\/40{border-top-color:rgba(51,177,249,.4);border-bottom-color:rgba(51,177,249,.4)}.border-y-primary-400\/5{border-top-color:rgba(51,177,249,.05);border-bottom-color:rgba(51,177,249,.05)}.border-y-primary-400\/50{border-top-color:rgba(51,177,249,.5);border-bottom-color:rgba(51,177,249,.5)}.border-y-primary-400\/60{border-top-color:rgba(51,177,249,.6);border-bottom-color:rgba(51,177,249,.6)}.border-y-primary-400\/70{border-top-color:rgba(51,177,249,.7);border-bottom-color:rgba(51,177,249,.7)}.border-y-primary-400\/75{border-top-color:rgba(51,177,249,.75);border-bottom-color:rgba(51,177,249,.75)}.border-y-primary-400\/80{border-top-color:rgba(51,177,249,.8);border-bottom-color:rgba(51,177,249,.8)}.border-y-primary-400\/90{border-top-color:rgba(51,177,249,.9);border-bottom-color:rgba(51,177,249,.9)}.border-y-primary-400\/95{border-top-color:rgba(51,177,249,.95);border-bottom-color:rgba(51,177,249,.95)}.border-y-primary-500{--tw-border-opacity:1;border-top-color:rgb(0 158 247/var(--tw-border-opacity));border-bottom-color:rgb(0 158 247/var(--tw-border-opacity))}.border-y-primary-500\/0{border-top-color:rgba(0,158,247,0);border-bottom-color:rgba(0,158,247,0)}.border-y-primary-500\/10{border-top-color:rgba(0,158,247,.1);border-bottom-color:rgba(0,158,247,.1)}.border-y-primary-500\/100{border-top-color:#009ef7;border-bottom-color:#009ef7}.border-y-primary-500\/20{border-top-color:rgba(0,158,247,.2);border-bottom-color:rgba(0,158,247,.2)}.border-y-primary-500\/25{border-top-color:rgba(0,158,247,.25);border-bottom-color:rgba(0,158,247,.25)}.border-y-primary-500\/30{border-top-color:rgba(0,158,247,.3);border-bottom-color:rgba(0,158,247,.3)}.border-y-primary-500\/40{border-top-color:rgba(0,158,247,.4);border-bottom-color:rgba(0,158,247,.4)}.border-y-primary-500\/5{border-top-color:rgba(0,158,247,.05);border-bottom-color:rgba(0,158,247,.05)}.border-y-primary-500\/50{border-top-color:rgba(0,158,247,.5);border-bottom-color:rgba(0,158,247,.5)}.border-y-primary-500\/60{border-top-color:rgba(0,158,247,.6);border-bottom-color:rgba(0,158,247,.6)}.border-y-primary-500\/70{border-top-color:rgba(0,158,247,.7);border-bottom-color:rgba(0,158,247,.7)}.border-y-primary-500\/75{border-top-color:rgba(0,158,247,.75);border-bottom-color:rgba(0,158,247,.75)}.border-y-primary-500\/80{border-top-color:rgba(0,158,247,.8);border-bottom-color:rgba(0,158,247,.8)}.border-y-primary-500\/90{border-top-color:rgba(0,158,247,.9);border-bottom-color:rgba(0,158,247,.9)}.border-y-primary-500\/95{border-top-color:rgba(0,158,247,.95);border-bottom-color:rgba(0,158,247,.95)}.border-y-primary-600{--tw-border-opacity:1;border-top-color:rgb(0 126 198/var(--tw-border-opacity));border-bottom-color:rgb(0 126 198/var(--tw-border-opacity))}.border-y-primary-600\/0{border-top-color:rgba(0,126,198,0);border-bottom-color:rgba(0,126,198,0)}.border-y-primary-600\/10{border-top-color:rgba(0,126,198,.1);border-bottom-color:rgba(0,126,198,.1)}.border-y-primary-600\/100{border-top-color:#007ec6;border-bottom-color:#007ec6}.border-y-primary-600\/20{border-top-color:rgba(0,126,198,.2);border-bottom-color:rgba(0,126,198,.2)}.border-y-primary-600\/25{border-top-color:rgba(0,126,198,.25);border-bottom-color:rgba(0,126,198,.25)}.border-y-primary-600\/30{border-top-color:rgba(0,126,198,.3);border-bottom-color:rgba(0,126,198,.3)}.border-y-primary-600\/40{border-top-color:rgba(0,126,198,.4);border-bottom-color:rgba(0,126,198,.4)}.border-y-primary-600\/5{border-top-color:rgba(0,126,198,.05);border-bottom-color:rgba(0,126,198,.05)}.border-y-primary-600\/50{border-top-color:rgba(0,126,198,.5);border-bottom-color:rgba(0,126,198,.5)}.border-y-primary-600\/60{border-top-color:rgba(0,126,198,.6);border-bottom-color:rgba(0,126,198,.6)}.border-y-primary-600\/70{border-top-color:rgba(0,126,198,.7);border-bottom-color:rgba(0,126,198,.7)}.border-y-primary-600\/75{border-top-color:rgba(0,126,198,.75);border-bottom-color:rgba(0,126,198,.75)}.border-y-primary-600\/80{border-top-color:rgba(0,126,198,.8);border-bottom-color:rgba(0,126,198,.8)}.border-y-primary-600\/90{border-top-color:rgba(0,126,198,.9);border-bottom-color:rgba(0,126,198,.9)}.border-y-primary-600\/95{border-top-color:rgba(0,126,198,.95);border-bottom-color:rgba(0,126,198,.95)}.border-y-primary-700{--tw-border-opacity:1;border-top-color:rgb(0 95 148/var(--tw-border-opacity));border-bottom-color:rgb(0 95 148/var(--tw-border-opacity))}.border-y-primary-700\/0{border-top-color:rgba(0,95,148,0);border-bottom-color:rgba(0,95,148,0)}.border-y-primary-700\/10{border-top-color:rgba(0,95,148,.1);border-bottom-color:rgba(0,95,148,.1)}.border-y-primary-700\/100{border-top-color:#005f94;border-bottom-color:#005f94}.border-y-primary-700\/20{border-top-color:rgba(0,95,148,.2);border-bottom-color:rgba(0,95,148,.2)}.border-y-primary-700\/25{border-top-color:rgba(0,95,148,.25);border-bottom-color:rgba(0,95,148,.25)}.border-y-primary-700\/30{border-top-color:rgba(0,95,148,.3);border-bottom-color:rgba(0,95,148,.3)}.border-y-primary-700\/40{border-top-color:rgba(0,95,148,.4);border-bottom-color:rgba(0,95,148,.4)}.border-y-primary-700\/5{border-top-color:rgba(0,95,148,.05);border-bottom-color:rgba(0,95,148,.05)}.border-y-primary-700\/50{border-top-color:rgba(0,95,148,.5);border-bottom-color:rgba(0,95,148,.5)}.border-y-primary-700\/60{border-top-color:rgba(0,95,148,.6);border-bottom-color:rgba(0,95,148,.6)}.border-y-primary-700\/70{border-top-color:rgba(0,95,148,.7);border-bottom-color:rgba(0,95,148,.7)}.border-y-primary-700\/75{border-top-color:rgba(0,95,148,.75);border-bottom-color:rgba(0,95,148,.75)}.border-y-primary-700\/80{border-top-color:rgba(0,95,148,.8);border-bottom-color:rgba(0,95,148,.8)}.border-y-primary-700\/90{border-top-color:rgba(0,95,148,.9);border-bottom-color:rgba(0,95,148,.9)}.border-y-primary-700\/95{border-top-color:rgba(0,95,148,.95);border-bottom-color:rgba(0,95,148,.95)}.border-y-primary-800{--tw-border-opacity:1;border-top-color:rgb(0 63 99/var(--tw-border-opacity));border-bottom-color:rgb(0 63 99/var(--tw-border-opacity))}.border-y-primary-800\/0{border-top-color:rgba(0,63,99,0);border-bottom-color:rgba(0,63,99,0)}.border-y-primary-800\/10{border-top-color:rgba(0,63,99,.1);border-bottom-color:rgba(0,63,99,.1)}.border-y-primary-800\/100{border-top-color:#003f63;border-bottom-color:#003f63}.border-y-primary-800\/20{border-top-color:rgba(0,63,99,.2);border-bottom-color:rgba(0,63,99,.2)}.border-y-primary-800\/25{border-top-color:rgba(0,63,99,.25);border-bottom-color:rgba(0,63,99,.25)}.border-y-primary-800\/30{border-top-color:rgba(0,63,99,.3);border-bottom-color:rgba(0,63,99,.3)}.border-y-primary-800\/40{border-top-color:rgba(0,63,99,.4);border-bottom-color:rgba(0,63,99,.4)}.border-y-primary-800\/5{border-top-color:rgba(0,63,99,.05);border-bottom-color:rgba(0,63,99,.05)}.border-y-primary-800\/50{border-top-color:rgba(0,63,99,.5);border-bottom-color:rgba(0,63,99,.5)}.border-y-primary-800\/60{border-top-color:rgba(0,63,99,.6);border-bottom-color:rgba(0,63,99,.6)}.border-y-primary-800\/70{border-top-color:rgba(0,63,99,.7);border-bottom-color:rgba(0,63,99,.7)}.border-y-primary-800\/75{border-top-color:rgba(0,63,99,.75);border-bottom-color:rgba(0,63,99,.75)}.border-y-primary-800\/80{border-top-color:rgba(0,63,99,.8);border-bottom-color:rgba(0,63,99,.8)}.border-y-primary-800\/90{border-top-color:rgba(0,63,99,.9);border-bottom-color:rgba(0,63,99,.9)}.border-y-primary-800\/95{border-top-color:rgba(0,63,99,.95);border-bottom-color:rgba(0,63,99,.95)}.border-y-primary-900{--tw-border-opacity:1;border-top-color:rgb(0 32 49/var(--tw-border-opacity));border-bottom-color:rgb(0 32 49/var(--tw-border-opacity))}.border-y-primary-900\/0{border-top-color:rgba(0,32,49,0);border-bottom-color:rgba(0,32,49,0)}.border-y-primary-900\/10{border-top-color:rgba(0,32,49,.1);border-bottom-color:rgba(0,32,49,.1)}.border-y-primary-900\/100{border-top-color:#002031;border-bottom-color:#002031}.border-y-primary-900\/20{border-top-color:rgba(0,32,49,.2);border-bottom-color:rgba(0,32,49,.2)}.border-y-primary-900\/25{border-top-color:rgba(0,32,49,.25);border-bottom-color:rgba(0,32,49,.25)}.border-y-primary-900\/30{border-top-color:rgba(0,32,49,.3);border-bottom-color:rgba(0,32,49,.3)}.border-y-primary-900\/40{border-top-color:rgba(0,32,49,.4);border-bottom-color:rgba(0,32,49,.4)}.border-y-primary-900\/5{border-top-color:rgba(0,32,49,.05);border-bottom-color:rgba(0,32,49,.05)}.border-y-primary-900\/50{border-top-color:rgba(0,32,49,.5);border-bottom-color:rgba(0,32,49,.5)}.border-y-primary-900\/60{border-top-color:rgba(0,32,49,.6);border-bottom-color:rgba(0,32,49,.6)}.border-y-primary-900\/70{border-top-color:rgba(0,32,49,.7);border-bottom-color:rgba(0,32,49,.7)}.border-y-primary-900\/75{border-top-color:rgba(0,32,49,.75);border-bottom-color:rgba(0,32,49,.75)}.border-y-primary-900\/80{border-top-color:rgba(0,32,49,.8);border-bottom-color:rgba(0,32,49,.8)}.border-y-primary-900\/90{border-top-color:rgba(0,32,49,.9);border-bottom-color:rgba(0,32,49,.9)}.border-y-primary-900\/95{border-top-color:rgba(0,32,49,.95);border-bottom-color:rgba(0,32,49,.95)}.\!border-b-inherit{border-bottom-color:inherit!important}.border-b-primary-100{--tw-border-opacity:1;border-bottom-color:rgb(204 236 253/var(--tw-border-opacity))}.border-b-primary-100\/0{border-bottom-color:rgba(204,236,253,0)}.border-b-primary-100\/10{border-bottom-color:rgba(204,236,253,.1)}.border-b-primary-100\/100{border-bottom-color:#ccecfd}.border-b-primary-100\/20{border-bottom-color:rgba(204,236,253,.2)}.border-b-primary-100\/25{border-bottom-color:rgba(204,236,253,.25)}.border-b-primary-100\/30{border-bottom-color:rgba(204,236,253,.3)}.border-b-primary-100\/40{border-bottom-color:rgba(204,236,253,.4)}.border-b-primary-100\/5{border-bottom-color:rgba(204,236,253,.05)}.border-b-primary-100\/50{border-bottom-color:rgba(204,236,253,.5)}.border-b-primary-100\/60{border-bottom-color:rgba(204,236,253,.6)}.border-b-primary-100\/70{border-bottom-color:rgba(204,236,253,.7)}.border-b-primary-100\/75{border-bottom-color:rgba(204,236,253,.75)}.border-b-primary-100\/80{border-bottom-color:rgba(204,236,253,.8)}.border-b-primary-100\/90{border-bottom-color:rgba(204,236,253,.9)}.border-b-primary-100\/95{border-bottom-color:rgba(204,236,253,.95)}.border-b-primary-200{--tw-border-opacity:1;border-bottom-color:rgb(153 216 252/var(--tw-border-opacity))}.border-b-primary-200\/0{border-bottom-color:rgba(153,216,252,0)}.border-b-primary-200\/10{border-bottom-color:rgba(153,216,252,.1)}.border-b-primary-200\/100{border-bottom-color:#99d8fc}.border-b-primary-200\/20{border-bottom-color:rgba(153,216,252,.2)}.border-b-primary-200\/25{border-bottom-color:rgba(153,216,252,.25)}.border-b-primary-200\/30{border-bottom-color:rgba(153,216,252,.3)}.border-b-primary-200\/40{border-bottom-color:rgba(153,216,252,.4)}.border-b-primary-200\/5{border-bottom-color:rgba(153,216,252,.05)}.border-b-primary-200\/50{border-bottom-color:rgba(153,216,252,.5)}.border-b-primary-200\/60{border-bottom-color:rgba(153,216,252,.6)}.border-b-primary-200\/70{border-bottom-color:rgba(153,216,252,.7)}.border-b-primary-200\/75{border-bottom-color:rgba(153,216,252,.75)}.border-b-primary-200\/80{border-bottom-color:rgba(153,216,252,.8)}.border-b-primary-200\/90{border-bottom-color:rgba(153,216,252,.9)}.border-b-primary-200\/95{border-bottom-color:rgba(153,216,252,.95)}.border-b-primary-300{--tw-border-opacity:1;border-bottom-color:rgb(102 197 250/var(--tw-border-opacity))}.border-b-primary-300\/0{border-bottom-color:rgba(102,197,250,0)}.border-b-primary-300\/10{border-bottom-color:rgba(102,197,250,.1)}.border-b-primary-300\/100{border-bottom-color:#66c5fa}.border-b-primary-300\/20{border-bottom-color:rgba(102,197,250,.2)}.border-b-primary-300\/25{border-bottom-color:rgba(102,197,250,.25)}.border-b-primary-300\/30{border-bottom-color:rgba(102,197,250,.3)}.border-b-primary-300\/40{border-bottom-color:rgba(102,197,250,.4)}.border-b-primary-300\/5{border-bottom-color:rgba(102,197,250,.05)}.border-b-primary-300\/50{border-bottom-color:rgba(102,197,250,.5)}.border-b-primary-300\/60{border-bottom-color:rgba(102,197,250,.6)}.border-b-primary-300\/70{border-bottom-color:rgba(102,197,250,.7)}.border-b-primary-300\/75{border-bottom-color:rgba(102,197,250,.75)}.border-b-primary-300\/80{border-bottom-color:rgba(102,197,250,.8)}.border-b-primary-300\/90{border-bottom-color:rgba(102,197,250,.9)}.border-b-primary-300\/95{border-bottom-color:rgba(102,197,250,.95)}.border-b-primary-400{--tw-border-opacity:1;border-bottom-color:rgb(51 177 249/var(--tw-border-opacity))}.border-b-primary-400\/0{border-bottom-color:rgba(51,177,249,0)}.border-b-primary-400\/10{border-bottom-color:rgba(51,177,249,.1)}.border-b-primary-400\/100{border-bottom-color:#33b1f9}.border-b-primary-400\/20{border-bottom-color:rgba(51,177,249,.2)}.border-b-primary-400\/25{border-bottom-color:rgba(51,177,249,.25)}.border-b-primary-400\/30{border-bottom-color:rgba(51,177,249,.3)}.border-b-primary-400\/40{border-bottom-color:rgba(51,177,249,.4)}.border-b-primary-400\/5{border-bottom-color:rgba(51,177,249,.05)}.border-b-primary-400\/50{border-bottom-color:rgba(51,177,249,.5)}.border-b-primary-400\/60{border-bottom-color:rgba(51,177,249,.6)}.border-b-primary-400\/70{border-bottom-color:rgba(51,177,249,.7)}.border-b-primary-400\/75{border-bottom-color:rgba(51,177,249,.75)}.border-b-primary-400\/80{border-bottom-color:rgba(51,177,249,.8)}.border-b-primary-400\/90{border-bottom-color:rgba(51,177,249,.9)}.border-b-primary-400\/95{border-bottom-color:rgba(51,177,249,.95)}.border-b-primary-500{--tw-border-opacity:1;border-bottom-color:rgb(0 158 247/var(--tw-border-opacity))}.border-b-primary-500\/0{border-bottom-color:rgba(0,158,247,0)}.border-b-primary-500\/10{border-bottom-color:rgba(0,158,247,.1)}.border-b-primary-500\/100{border-bottom-color:#009ef7}.border-b-primary-500\/20{border-bottom-color:rgba(0,158,247,.2)}.border-b-primary-500\/25{border-bottom-color:rgba(0,158,247,.25)}.border-b-primary-500\/30{border-bottom-color:rgba(0,158,247,.3)}.border-b-primary-500\/40{border-bottom-color:rgba(0,158,247,.4)}.border-b-primary-500\/5{border-bottom-color:rgba(0,158,247,.05)}.border-b-primary-500\/50{border-bottom-color:rgba(0,158,247,.5)}.border-b-primary-500\/60{border-bottom-color:rgba(0,158,247,.6)}.border-b-primary-500\/70{border-bottom-color:rgba(0,158,247,.7)}.border-b-primary-500\/75{border-bottom-color:rgba(0,158,247,.75)}.border-b-primary-500\/80{border-bottom-color:rgba(0,158,247,.8)}.border-b-primary-500\/90{border-bottom-color:rgba(0,158,247,.9)}.border-b-primary-500\/95{border-bottom-color:rgba(0,158,247,.95)}.border-b-primary-600{--tw-border-opacity:1;border-bottom-color:rgb(0 126 198/var(--tw-border-opacity))}.border-b-primary-600\/0{border-bottom-color:rgba(0,126,198,0)}.border-b-primary-600\/10{border-bottom-color:rgba(0,126,198,.1)}.border-b-primary-600\/100{border-bottom-color:#007ec6}.border-b-primary-600\/20{border-bottom-color:rgba(0,126,198,.2)}.border-b-primary-600\/25{border-bottom-color:rgba(0,126,198,.25)}.border-b-primary-600\/30{border-bottom-color:rgba(0,126,198,.3)}.border-b-primary-600\/40{border-bottom-color:rgba(0,126,198,.4)}.border-b-primary-600\/5{border-bottom-color:rgba(0,126,198,.05)}.border-b-primary-600\/50{border-bottom-color:rgba(0,126,198,.5)}.border-b-primary-600\/60{border-bottom-color:rgba(0,126,198,.6)}.border-b-primary-600\/70{border-bottom-color:rgba(0,126,198,.7)}.border-b-primary-600\/75{border-bottom-color:rgba(0,126,198,.75)}.border-b-primary-600\/80{border-bottom-color:rgba(0,126,198,.8)}.border-b-primary-600\/90{border-bottom-color:rgba(0,126,198,.9)}.border-b-primary-600\/95{border-bottom-color:rgba(0,126,198,.95)}.border-b-primary-700{--tw-border-opacity:1;border-bottom-color:rgb(0 95 148/var(--tw-border-opacity))}.border-b-primary-700\/0{border-bottom-color:rgba(0,95,148,0)}.border-b-primary-700\/10{border-bottom-color:rgba(0,95,148,.1)}.border-b-primary-700\/100{border-bottom-color:#005f94}.border-b-primary-700\/20{border-bottom-color:rgba(0,95,148,.2)}.border-b-primary-700\/25{border-bottom-color:rgba(0,95,148,.25)}.border-b-primary-700\/30{border-bottom-color:rgba(0,95,148,.3)}.border-b-primary-700\/40{border-bottom-color:rgba(0,95,148,.4)}.border-b-primary-700\/5{border-bottom-color:rgba(0,95,148,.05)}.border-b-primary-700\/50{border-bottom-color:rgba(0,95,148,.5)}.border-b-primary-700\/60{border-bottom-color:rgba(0,95,148,.6)}.border-b-primary-700\/70{border-bottom-color:rgba(0,95,148,.7)}.border-b-primary-700\/75{border-bottom-color:rgba(0,95,148,.75)}.border-b-primary-700\/80{border-bottom-color:rgba(0,95,148,.8)}.border-b-primary-700\/90{border-bottom-color:rgba(0,95,148,.9)}.border-b-primary-700\/95{border-bottom-color:rgba(0,95,148,.95)}.border-b-primary-800{--tw-border-opacity:1;border-bottom-color:rgb(0 63 99/var(--tw-border-opacity))}.border-b-primary-800\/0{border-bottom-color:rgba(0,63,99,0)}.border-b-primary-800\/10{border-bottom-color:rgba(0,63,99,.1)}.border-b-primary-800\/100{border-bottom-color:#003f63}.border-b-primary-800\/20{border-bottom-color:rgba(0,63,99,.2)}.border-b-primary-800\/25{border-bottom-color:rgba(0,63,99,.25)}.border-b-primary-800\/30{border-bottom-color:rgba(0,63,99,.3)}.border-b-primary-800\/40{border-bottom-color:rgba(0,63,99,.4)}.border-b-primary-800\/5{border-bottom-color:rgba(0,63,99,.05)}.border-b-primary-800\/50{border-bottom-color:rgba(0,63,99,.5)}.border-b-primary-800\/60{border-bottom-color:rgba(0,63,99,.6)}.border-b-primary-800\/70{border-bottom-color:rgba(0,63,99,.7)}.border-b-primary-800\/75{border-bottom-color:rgba(0,63,99,.75)}.border-b-primary-800\/80{border-bottom-color:rgba(0,63,99,.8)}.border-b-primary-800\/90{border-bottom-color:rgba(0,63,99,.9)}.border-b-primary-800\/95{border-bottom-color:rgba(0,63,99,.95)}.border-b-primary-900{--tw-border-opacity:1;border-bottom-color:rgb(0 32 49/var(--tw-border-opacity))}.border-b-primary-900\/0{border-bottom-color:rgba(0,32,49,0)}.border-b-primary-900\/10{border-bottom-color:rgba(0,32,49,.1)}.border-b-primary-900\/100{border-bottom-color:#002031}.border-b-primary-900\/20{border-bottom-color:rgba(0,32,49,.2)}.border-b-primary-900\/25{border-bottom-color:rgba(0,32,49,.25)}.border-b-primary-900\/30{border-bottom-color:rgba(0,32,49,.3)}.border-b-primary-900\/40{border-bottom-color:rgba(0,32,49,.4)}.border-b-primary-900\/5{border-bottom-color:rgba(0,32,49,.05)}.border-b-primary-900\/50{border-bottom-color:rgba(0,32,49,.5)}.border-b-primary-900\/60{border-bottom-color:rgba(0,32,49,.6)}.border-b-primary-900\/70{border-bottom-color:rgba(0,32,49,.7)}.border-b-primary-900\/75{border-bottom-color:rgba(0,32,49,.75)}.border-b-primary-900\/80{border-bottom-color:rgba(0,32,49,.8)}.border-b-primary-900\/90{border-bottom-color:rgba(0,32,49,.9)}.border-b-primary-900\/95{border-bottom-color:rgba(0,32,49,.95)}.border-b-transparent{border-bottom-color:transparent}.border-e-primary-100{--tw-border-opacity:1;border-inline-end-color:rgb(204 236 253/var(--tw-border-opacity))}.border-e-primary-100\/0{border-inline-end-color:rgba(204,236,253,0)}.border-e-primary-100\/10{border-inline-end-color:rgba(204,236,253,.1)}.border-e-primary-100\/100{border-inline-end-color:#ccecfd}.border-e-primary-100\/20{border-inline-end-color:rgba(204,236,253,.2)}.border-e-primary-100\/25{border-inline-end-color:rgba(204,236,253,.25)}.border-e-primary-100\/30{border-inline-end-color:rgba(204,236,253,.3)}.border-e-primary-100\/40{border-inline-end-color:rgba(204,236,253,.4)}.border-e-primary-100\/5{border-inline-end-color:rgba(204,236,253,.05)}.border-e-primary-100\/50{border-inline-end-color:rgba(204,236,253,.5)}.border-e-primary-100\/60{border-inline-end-color:rgba(204,236,253,.6)}.border-e-primary-100\/70{border-inline-end-color:rgba(204,236,253,.7)}.border-e-primary-100\/75{border-inline-end-color:rgba(204,236,253,.75)}.border-e-primary-100\/80{border-inline-end-color:rgba(204,236,253,.8)}.border-e-primary-100\/90{border-inline-end-color:rgba(204,236,253,.9)}.border-e-primary-100\/95{border-inline-end-color:rgba(204,236,253,.95)}.border-e-primary-200{--tw-border-opacity:1;border-inline-end-color:rgb(153 216 252/var(--tw-border-opacity))}.border-e-primary-200\/0{border-inline-end-color:rgba(153,216,252,0)}.border-e-primary-200\/10{border-inline-end-color:rgba(153,216,252,.1)}.border-e-primary-200\/100{border-inline-end-color:#99d8fc}.border-e-primary-200\/20{border-inline-end-color:rgba(153,216,252,.2)}.border-e-primary-200\/25{border-inline-end-color:rgba(153,216,252,.25)}.border-e-primary-200\/30{border-inline-end-color:rgba(153,216,252,.3)}.border-e-primary-200\/40{border-inline-end-color:rgba(153,216,252,.4)}.border-e-primary-200\/5{border-inline-end-color:rgba(153,216,252,.05)}.border-e-primary-200\/50{border-inline-end-color:rgba(153,216,252,.5)}.border-e-primary-200\/60{border-inline-end-color:rgba(153,216,252,.6)}.border-e-primary-200\/70{border-inline-end-color:rgba(153,216,252,.7)}.border-e-primary-200\/75{border-inline-end-color:rgba(153,216,252,.75)}.border-e-primary-200\/80{border-inline-end-color:rgba(153,216,252,.8)}.border-e-primary-200\/90{border-inline-end-color:rgba(153,216,252,.9)}.border-e-primary-200\/95{border-inline-end-color:rgba(153,216,252,.95)}.border-e-primary-300{--tw-border-opacity:1;border-inline-end-color:rgb(102 197 250/var(--tw-border-opacity))}.border-e-primary-300\/0{border-inline-end-color:rgba(102,197,250,0)}.border-e-primary-300\/10{border-inline-end-color:rgba(102,197,250,.1)}.border-e-primary-300\/100{border-inline-end-color:#66c5fa}.border-e-primary-300\/20{border-inline-end-color:rgba(102,197,250,.2)}.border-e-primary-300\/25{border-inline-end-color:rgba(102,197,250,.25)}.border-e-primary-300\/30{border-inline-end-color:rgba(102,197,250,.3)}.border-e-primary-300\/40{border-inline-end-color:rgba(102,197,250,.4)}.border-e-primary-300\/5{border-inline-end-color:rgba(102,197,250,.05)}.border-e-primary-300\/50{border-inline-end-color:rgba(102,197,250,.5)}.border-e-primary-300\/60{border-inline-end-color:rgba(102,197,250,.6)}.border-e-primary-300\/70{border-inline-end-color:rgba(102,197,250,.7)}.border-e-primary-300\/75{border-inline-end-color:rgba(102,197,250,.75)}.border-e-primary-300\/80{border-inline-end-color:rgba(102,197,250,.8)}.border-e-primary-300\/90{border-inline-end-color:rgba(102,197,250,.9)}.border-e-primary-300\/95{border-inline-end-color:rgba(102,197,250,.95)}.border-e-primary-400{--tw-border-opacity:1;border-inline-end-color:rgb(51 177 249/var(--tw-border-opacity))}.border-e-primary-400\/0{border-inline-end-color:rgba(51,177,249,0)}.border-e-primary-400\/10{border-inline-end-color:rgba(51,177,249,.1)}.border-e-primary-400\/100{border-inline-end-color:#33b1f9}.border-e-primary-400\/20{border-inline-end-color:rgba(51,177,249,.2)}.border-e-primary-400\/25{border-inline-end-color:rgba(51,177,249,.25)}.border-e-primary-400\/30{border-inline-end-color:rgba(51,177,249,.3)}.border-e-primary-400\/40{border-inline-end-color:rgba(51,177,249,.4)}.border-e-primary-400\/5{border-inline-end-color:rgba(51,177,249,.05)}.border-e-primary-400\/50{border-inline-end-color:rgba(51,177,249,.5)}.border-e-primary-400\/60{border-inline-end-color:rgba(51,177,249,.6)}.border-e-primary-400\/70{border-inline-end-color:rgba(51,177,249,.7)}.border-e-primary-400\/75{border-inline-end-color:rgba(51,177,249,.75)}.border-e-primary-400\/80{border-inline-end-color:rgba(51,177,249,.8)}.border-e-primary-400\/90{border-inline-end-color:rgba(51,177,249,.9)}.border-e-primary-400\/95{border-inline-end-color:rgba(51,177,249,.95)}.border-e-primary-500{--tw-border-opacity:1;border-inline-end-color:rgb(0 158 247/var(--tw-border-opacity))}.border-e-primary-500\/0{border-inline-end-color:rgba(0,158,247,0)}.border-e-primary-500\/10{border-inline-end-color:rgba(0,158,247,.1)}.border-e-primary-500\/100{border-inline-end-color:#009ef7}.border-e-primary-500\/20{border-inline-end-color:rgba(0,158,247,.2)}.border-e-primary-500\/25{border-inline-end-color:rgba(0,158,247,.25)}.border-e-primary-500\/30{border-inline-end-color:rgba(0,158,247,.3)}.border-e-primary-500\/40{border-inline-end-color:rgba(0,158,247,.4)}.border-e-primary-500\/5{border-inline-end-color:rgba(0,158,247,.05)}.border-e-primary-500\/50{border-inline-end-color:rgba(0,158,247,.5)}.border-e-primary-500\/60{border-inline-end-color:rgba(0,158,247,.6)}.border-e-primary-500\/70{border-inline-end-color:rgba(0,158,247,.7)}.border-e-primary-500\/75{border-inline-end-color:rgba(0,158,247,.75)}.border-e-primary-500\/80{border-inline-end-color:rgba(0,158,247,.8)}.border-e-primary-500\/90{border-inline-end-color:rgba(0,158,247,.9)}.border-e-primary-500\/95{border-inline-end-color:rgba(0,158,247,.95)}.border-e-primary-600{--tw-border-opacity:1;border-inline-end-color:rgb(0 126 198/var(--tw-border-opacity))}.border-e-primary-600\/0{border-inline-end-color:rgba(0,126,198,0)}.border-e-primary-600\/10{border-inline-end-color:rgba(0,126,198,.1)}.border-e-primary-600\/100{border-inline-end-color:#007ec6}.border-e-primary-600\/20{border-inline-end-color:rgba(0,126,198,.2)}.border-e-primary-600\/25{border-inline-end-color:rgba(0,126,198,.25)}.border-e-primary-600\/30{border-inline-end-color:rgba(0,126,198,.3)}.border-e-primary-600\/40{border-inline-end-color:rgba(0,126,198,.4)}.border-e-primary-600\/5{border-inline-end-color:rgba(0,126,198,.05)}.border-e-primary-600\/50{border-inline-end-color:rgba(0,126,198,.5)}.border-e-primary-600\/60{border-inline-end-color:rgba(0,126,198,.6)}.border-e-primary-600\/70{border-inline-end-color:rgba(0,126,198,.7)}.border-e-primary-600\/75{border-inline-end-color:rgba(0,126,198,.75)}.border-e-primary-600\/80{border-inline-end-color:rgba(0,126,198,.8)}.border-e-primary-600\/90{border-inline-end-color:rgba(0,126,198,.9)}.border-e-primary-600\/95{border-inline-end-color:rgba(0,126,198,.95)}.border-e-primary-700{--tw-border-opacity:1;border-inline-end-color:rgb(0 95 148/var(--tw-border-opacity))}.border-e-primary-700\/0{border-inline-end-color:rgba(0,95,148,0)}.border-e-primary-700\/10{border-inline-end-color:rgba(0,95,148,.1)}.border-e-primary-700\/100{border-inline-end-color:#005f94}.border-e-primary-700\/20{border-inline-end-color:rgba(0,95,148,.2)}.border-e-primary-700\/25{border-inline-end-color:rgba(0,95,148,.25)}.border-e-primary-700\/30{border-inline-end-color:rgba(0,95,148,.3)}.border-e-primary-700\/40{border-inline-end-color:rgba(0,95,148,.4)}.border-e-primary-700\/5{border-inline-end-color:rgba(0,95,148,.05)}.border-e-primary-700\/50{border-inline-end-color:rgba(0,95,148,.5)}.border-e-primary-700\/60{border-inline-end-color:rgba(0,95,148,.6)}.border-e-primary-700\/70{border-inline-end-color:rgba(0,95,148,.7)}.border-e-primary-700\/75{border-inline-end-color:rgba(0,95,148,.75)}.border-e-primary-700\/80{border-inline-end-color:rgba(0,95,148,.8)}.border-e-primary-700\/90{border-inline-end-color:rgba(0,95,148,.9)}.border-e-primary-700\/95{border-inline-end-color:rgba(0,95,148,.95)}.border-e-primary-800{--tw-border-opacity:1;border-inline-end-color:rgb(0 63 99/var(--tw-border-opacity))}.border-e-primary-800\/0{border-inline-end-color:rgba(0,63,99,0)}.border-e-primary-800\/10{border-inline-end-color:rgba(0,63,99,.1)}.border-e-primary-800\/100{border-inline-end-color:#003f63}.border-e-primary-800\/20{border-inline-end-color:rgba(0,63,99,.2)}.border-e-primary-800\/25{border-inline-end-color:rgba(0,63,99,.25)}.border-e-primary-800\/30{border-inline-end-color:rgba(0,63,99,.3)}.border-e-primary-800\/40{border-inline-end-color:rgba(0,63,99,.4)}.border-e-primary-800\/5{border-inline-end-color:rgba(0,63,99,.05)}.border-e-primary-800\/50{border-inline-end-color:rgba(0,63,99,.5)}.border-e-primary-800\/60{border-inline-end-color:rgba(0,63,99,.6)}.border-e-primary-800\/70{border-inline-end-color:rgba(0,63,99,.7)}.border-e-primary-800\/75{border-inline-end-color:rgba(0,63,99,.75)}.border-e-primary-800\/80{border-inline-end-color:rgba(0,63,99,.8)}.border-e-primary-800\/90{border-inline-end-color:rgba(0,63,99,.9)}.border-e-primary-800\/95{border-inline-end-color:rgba(0,63,99,.95)}.border-e-primary-900{--tw-border-opacity:1;border-inline-end-color:rgb(0 32 49/var(--tw-border-opacity))}.border-e-primary-900\/0{border-inline-end-color:rgba(0,32,49,0)}.border-e-primary-900\/10{border-inline-end-color:rgba(0,32,49,.1)}.border-e-primary-900\/100{border-inline-end-color:#002031}.border-e-primary-900\/20{border-inline-end-color:rgba(0,32,49,.2)}.border-e-primary-900\/25{border-inline-end-color:rgba(0,32,49,.25)}.border-e-primary-900\/30{border-inline-end-color:rgba(0,32,49,.3)}.border-e-primary-900\/40{border-inline-end-color:rgba(0,32,49,.4)}.border-e-primary-900\/5{border-inline-end-color:rgba(0,32,49,.05)}.border-e-primary-900\/50{border-inline-end-color:rgba(0,32,49,.5)}.border-e-primary-900\/60{border-inline-end-color:rgba(0,32,49,.6)}.border-e-primary-900\/70{border-inline-end-color:rgba(0,32,49,.7)}.border-e-primary-900\/75{border-inline-end-color:rgba(0,32,49,.75)}.border-e-primary-900\/80{border-inline-end-color:rgba(0,32,49,.8)}.border-e-primary-900\/90{border-inline-end-color:rgba(0,32,49,.9)}.border-e-primary-900\/95{border-inline-end-color:rgba(0,32,49,.95)}.border-l-primary-100{--tw-border-opacity:1;border-left-color:rgb(204 236 253/var(--tw-border-opacity))}.border-l-primary-100\/0{border-left-color:rgba(204,236,253,0)}.border-l-primary-100\/10{border-left-color:rgba(204,236,253,.1)}.border-l-primary-100\/100{border-left-color:#ccecfd}.border-l-primary-100\/20{border-left-color:rgba(204,236,253,.2)}.border-l-primary-100\/25{border-left-color:rgba(204,236,253,.25)}.border-l-primary-100\/30{border-left-color:rgba(204,236,253,.3)}.border-l-primary-100\/40{border-left-color:rgba(204,236,253,.4)}.border-l-primary-100\/5{border-left-color:rgba(204,236,253,.05)}.border-l-primary-100\/50{border-left-color:rgba(204,236,253,.5)}.border-l-primary-100\/60{border-left-color:rgba(204,236,253,.6)}.border-l-primary-100\/70{border-left-color:rgba(204,236,253,.7)}.border-l-primary-100\/75{border-left-color:rgba(204,236,253,.75)}.border-l-primary-100\/80{border-left-color:rgba(204,236,253,.8)}.border-l-primary-100\/90{border-left-color:rgba(204,236,253,.9)}.border-l-primary-100\/95{border-left-color:rgba(204,236,253,.95)}.border-l-primary-200{--tw-border-opacity:1;border-left-color:rgb(153 216 252/var(--tw-border-opacity))}.border-l-primary-200\/0{border-left-color:rgba(153,216,252,0)}.border-l-primary-200\/10{border-left-color:rgba(153,216,252,.1)}.border-l-primary-200\/100{border-left-color:#99d8fc}.border-l-primary-200\/20{border-left-color:rgba(153,216,252,.2)}.border-l-primary-200\/25{border-left-color:rgba(153,216,252,.25)}.border-l-primary-200\/30{border-left-color:rgba(153,216,252,.3)}.border-l-primary-200\/40{border-left-color:rgba(153,216,252,.4)}.border-l-primary-200\/5{border-left-color:rgba(153,216,252,.05)}.border-l-primary-200\/50{border-left-color:rgba(153,216,252,.5)}.border-l-primary-200\/60{border-left-color:rgba(153,216,252,.6)}.border-l-primary-200\/70{border-left-color:rgba(153,216,252,.7)}.border-l-primary-200\/75{border-left-color:rgba(153,216,252,.75)}.border-l-primary-200\/80{border-left-color:rgba(153,216,252,.8)}.border-l-primary-200\/90{border-left-color:rgba(153,216,252,.9)}.border-l-primary-200\/95{border-left-color:rgba(153,216,252,.95)}.border-l-primary-300{--tw-border-opacity:1;border-left-color:rgb(102 197 250/var(--tw-border-opacity))}.border-l-primary-300\/0{border-left-color:rgba(102,197,250,0)}.border-l-primary-300\/10{border-left-color:rgba(102,197,250,.1)}.border-l-primary-300\/100{border-left-color:#66c5fa}.border-l-primary-300\/20{border-left-color:rgba(102,197,250,.2)}.border-l-primary-300\/25{border-left-color:rgba(102,197,250,.25)}.border-l-primary-300\/30{border-left-color:rgba(102,197,250,.3)}.border-l-primary-300\/40{border-left-color:rgba(102,197,250,.4)}.border-l-primary-300\/5{border-left-color:rgba(102,197,250,.05)}.border-l-primary-300\/50{border-left-color:rgba(102,197,250,.5)}.border-l-primary-300\/60{border-left-color:rgba(102,197,250,.6)}.border-l-primary-300\/70{border-left-color:rgba(102,197,250,.7)}.border-l-primary-300\/75{border-left-color:rgba(102,197,250,.75)}.border-l-primary-300\/80{border-left-color:rgba(102,197,250,.8)}.border-l-primary-300\/90{border-left-color:rgba(102,197,250,.9)}.border-l-primary-300\/95{border-left-color:rgba(102,197,250,.95)}.border-l-primary-400{--tw-border-opacity:1;border-left-color:rgb(51 177 249/var(--tw-border-opacity))}.border-l-primary-400\/0{border-left-color:rgba(51,177,249,0)}.border-l-primary-400\/10{border-left-color:rgba(51,177,249,.1)}.border-l-primary-400\/100{border-left-color:#33b1f9}.border-l-primary-400\/20{border-left-color:rgba(51,177,249,.2)}.border-l-primary-400\/25{border-left-color:rgba(51,177,249,.25)}.border-l-primary-400\/30{border-left-color:rgba(51,177,249,.3)}.border-l-primary-400\/40{border-left-color:rgba(51,177,249,.4)}.border-l-primary-400\/5{border-left-color:rgba(51,177,249,.05)}.border-l-primary-400\/50{border-left-color:rgba(51,177,249,.5)}.border-l-primary-400\/60{border-left-color:rgba(51,177,249,.6)}.border-l-primary-400\/70{border-left-color:rgba(51,177,249,.7)}.border-l-primary-400\/75{border-left-color:rgba(51,177,249,.75)}.border-l-primary-400\/80{border-left-color:rgba(51,177,249,.8)}.border-l-primary-400\/90{border-left-color:rgba(51,177,249,.9)}.border-l-primary-400\/95{border-left-color:rgba(51,177,249,.95)}.border-l-primary-500{--tw-border-opacity:1;border-left-color:rgb(0 158 247/var(--tw-border-opacity))}.border-l-primary-500\/0{border-left-color:rgba(0,158,247,0)}.border-l-primary-500\/10{border-left-color:rgba(0,158,247,.1)}.border-l-primary-500\/100{border-left-color:#009ef7}.border-l-primary-500\/20{border-left-color:rgba(0,158,247,.2)}.border-l-primary-500\/25{border-left-color:rgba(0,158,247,.25)}.border-l-primary-500\/30{border-left-color:rgba(0,158,247,.3)}.border-l-primary-500\/40{border-left-color:rgba(0,158,247,.4)}.border-l-primary-500\/5{border-left-color:rgba(0,158,247,.05)}.border-l-primary-500\/50{border-left-color:rgba(0,158,247,.5)}.border-l-primary-500\/60{border-left-color:rgba(0,158,247,.6)}.border-l-primary-500\/70{border-left-color:rgba(0,158,247,.7)}.border-l-primary-500\/75{border-left-color:rgba(0,158,247,.75)}.border-l-primary-500\/80{border-left-color:rgba(0,158,247,.8)}.border-l-primary-500\/90{border-left-color:rgba(0,158,247,.9)}.border-l-primary-500\/95{border-left-color:rgba(0,158,247,.95)}.border-l-primary-600{--tw-border-opacity:1;border-left-color:rgb(0 126 198/var(--tw-border-opacity))}.border-l-primary-600\/0{border-left-color:rgba(0,126,198,0)}.border-l-primary-600\/10{border-left-color:rgba(0,126,198,.1)}.border-l-primary-600\/100{border-left-color:#007ec6}.border-l-primary-600\/20{border-left-color:rgba(0,126,198,.2)}.border-l-primary-600\/25{border-left-color:rgba(0,126,198,.25)}.border-l-primary-600\/30{border-left-color:rgba(0,126,198,.3)}.border-l-primary-600\/40{border-left-color:rgba(0,126,198,.4)}.border-l-primary-600\/5{border-left-color:rgba(0,126,198,.05)}.border-l-primary-600\/50{border-left-color:rgba(0,126,198,.5)}.border-l-primary-600\/60{border-left-color:rgba(0,126,198,.6)}.border-l-primary-600\/70{border-left-color:rgba(0,126,198,.7)}.border-l-primary-600\/75{border-left-color:rgba(0,126,198,.75)}.border-l-primary-600\/80{border-left-color:rgba(0,126,198,.8)}.border-l-primary-600\/90{border-left-color:rgba(0,126,198,.9)}.border-l-primary-600\/95{border-left-color:rgba(0,126,198,.95)}.border-l-primary-700{--tw-border-opacity:1;border-left-color:rgb(0 95 148/var(--tw-border-opacity))}.border-l-primary-700\/0{border-left-color:rgba(0,95,148,0)}.border-l-primary-700\/10{border-left-color:rgba(0,95,148,.1)}.border-l-primary-700\/100{border-left-color:#005f94}.border-l-primary-700\/20{border-left-color:rgba(0,95,148,.2)}.border-l-primary-700\/25{border-left-color:rgba(0,95,148,.25)}.border-l-primary-700\/30{border-left-color:rgba(0,95,148,.3)}.border-l-primary-700\/40{border-left-color:rgba(0,95,148,.4)}.border-l-primary-700\/5{border-left-color:rgba(0,95,148,.05)}.border-l-primary-700\/50{border-left-color:rgba(0,95,148,.5)}.border-l-primary-700\/60{border-left-color:rgba(0,95,148,.6)}.border-l-primary-700\/70{border-left-color:rgba(0,95,148,.7)}.border-l-primary-700\/75{border-left-color:rgba(0,95,148,.75)}.border-l-primary-700\/80{border-left-color:rgba(0,95,148,.8)}.border-l-primary-700\/90{border-left-color:rgba(0,95,148,.9)}.border-l-primary-700\/95{border-left-color:rgba(0,95,148,.95)}.border-l-primary-800{--tw-border-opacity:1;border-left-color:rgb(0 63 99/var(--tw-border-opacity))}.border-l-primary-800\/0{border-left-color:rgba(0,63,99,0)}.border-l-primary-800\/10{border-left-color:rgba(0,63,99,.1)}.border-l-primary-800\/100{border-left-color:#003f63}.border-l-primary-800\/20{border-left-color:rgba(0,63,99,.2)}.border-l-primary-800\/25{border-left-color:rgba(0,63,99,.25)}.border-l-primary-800\/30{border-left-color:rgba(0,63,99,.3)}.border-l-primary-800\/40{border-left-color:rgba(0,63,99,.4)}.border-l-primary-800\/5{border-left-color:rgba(0,63,99,.05)}.border-l-primary-800\/50{border-left-color:rgba(0,63,99,.5)}.border-l-primary-800\/60{border-left-color:rgba(0,63,99,.6)}.border-l-primary-800\/70{border-left-color:rgba(0,63,99,.7)}.border-l-primary-800\/75{border-left-color:rgba(0,63,99,.75)}.border-l-primary-800\/80{border-left-color:rgba(0,63,99,.8)}.border-l-primary-800\/90{border-left-color:rgba(0,63,99,.9)}.border-l-primary-800\/95{border-left-color:rgba(0,63,99,.95)}.border-l-primary-900{--tw-border-opacity:1;border-left-color:rgb(0 32 49/var(--tw-border-opacity))}.border-l-primary-900\/0{border-left-color:rgba(0,32,49,0)}.border-l-primary-900\/10{border-left-color:rgba(0,32,49,.1)}.border-l-primary-900\/100{border-left-color:#002031}.border-l-primary-900\/20{border-left-color:rgba(0,32,49,.2)}.border-l-primary-900\/25{border-left-color:rgba(0,32,49,.25)}.border-l-primary-900\/30{border-left-color:rgba(0,32,49,.3)}.border-l-primary-900\/40{border-left-color:rgba(0,32,49,.4)}.border-l-primary-900\/5{border-left-color:rgba(0,32,49,.05)}.border-l-primary-900\/50{border-left-color:rgba(0,32,49,.5)}.border-l-primary-900\/60{border-left-color:rgba(0,32,49,.6)}.border-l-primary-900\/70{border-left-color:rgba(0,32,49,.7)}.border-l-primary-900\/75{border-left-color:rgba(0,32,49,.75)}.border-l-primary-900\/80{border-left-color:rgba(0,32,49,.8)}.border-l-primary-900\/90{border-left-color:rgba(0,32,49,.9)}.border-l-primary-900\/95{border-left-color:rgba(0,32,49,.95)}.border-r-primary-100{--tw-border-opacity:1;border-right-color:rgb(204 236 253/var(--tw-border-opacity))}.border-r-primary-100\/0{border-right-color:rgba(204,236,253,0)}.border-r-primary-100\/10{border-right-color:rgba(204,236,253,.1)}.border-r-primary-100\/100{border-right-color:#ccecfd}.border-r-primary-100\/20{border-right-color:rgba(204,236,253,.2)}.border-r-primary-100\/25{border-right-color:rgba(204,236,253,.25)}.border-r-primary-100\/30{border-right-color:rgba(204,236,253,.3)}.border-r-primary-100\/40{border-right-color:rgba(204,236,253,.4)}.border-r-primary-100\/5{border-right-color:rgba(204,236,253,.05)}.border-r-primary-100\/50{border-right-color:rgba(204,236,253,.5)}.border-r-primary-100\/60{border-right-color:rgba(204,236,253,.6)}.border-r-primary-100\/70{border-right-color:rgba(204,236,253,.7)}.border-r-primary-100\/75{border-right-color:rgba(204,236,253,.75)}.border-r-primary-100\/80{border-right-color:rgba(204,236,253,.8)}.border-r-primary-100\/90{border-right-color:rgba(204,236,253,.9)}.border-r-primary-100\/95{border-right-color:rgba(204,236,253,.95)}.border-r-primary-200{--tw-border-opacity:1;border-right-color:rgb(153 216 252/var(--tw-border-opacity))}.border-r-primary-200\/0{border-right-color:rgba(153,216,252,0)}.border-r-primary-200\/10{border-right-color:rgba(153,216,252,.1)}.border-r-primary-200\/100{border-right-color:#99d8fc}.border-r-primary-200\/20{border-right-color:rgba(153,216,252,.2)}.border-r-primary-200\/25{border-right-color:rgba(153,216,252,.25)}.border-r-primary-200\/30{border-right-color:rgba(153,216,252,.3)}.border-r-primary-200\/40{border-right-color:rgba(153,216,252,.4)}.border-r-primary-200\/5{border-right-color:rgba(153,216,252,.05)}.border-r-primary-200\/50{border-right-color:rgba(153,216,252,.5)}.border-r-primary-200\/60{border-right-color:rgba(153,216,252,.6)}.border-r-primary-200\/70{border-right-color:rgba(153,216,252,.7)}.border-r-primary-200\/75{border-right-color:rgba(153,216,252,.75)}.border-r-primary-200\/80{border-right-color:rgba(153,216,252,.8)}.border-r-primary-200\/90{border-right-color:rgba(153,216,252,.9)}.border-r-primary-200\/95{border-right-color:rgba(153,216,252,.95)}.border-r-primary-300{--tw-border-opacity:1;border-right-color:rgb(102 197 250/var(--tw-border-opacity))}.border-r-primary-300\/0{border-right-color:rgba(102,197,250,0)}.border-r-primary-300\/10{border-right-color:rgba(102,197,250,.1)}.border-r-primary-300\/100{border-right-color:#66c5fa}.border-r-primary-300\/20{border-right-color:rgba(102,197,250,.2)}.border-r-primary-300\/25{border-right-color:rgba(102,197,250,.25)}.border-r-primary-300\/30{border-right-color:rgba(102,197,250,.3)}.border-r-primary-300\/40{border-right-color:rgba(102,197,250,.4)}.border-r-primary-300\/5{border-right-color:rgba(102,197,250,.05)}.border-r-primary-300\/50{border-right-color:rgba(102,197,250,.5)}.border-r-primary-300\/60{border-right-color:rgba(102,197,250,.6)}.border-r-primary-300\/70{border-right-color:rgba(102,197,250,.7)}.border-r-primary-300\/75{border-right-color:rgba(102,197,250,.75)}.border-r-primary-300\/80{border-right-color:rgba(102,197,250,.8)}.border-r-primary-300\/90{border-right-color:rgba(102,197,250,.9)}.border-r-primary-300\/95{border-right-color:rgba(102,197,250,.95)}.border-r-primary-400{--tw-border-opacity:1;border-right-color:rgb(51 177 249/var(--tw-border-opacity))}.border-r-primary-400\/0{border-right-color:rgba(51,177,249,0)}.border-r-primary-400\/10{border-right-color:rgba(51,177,249,.1)}.border-r-primary-400\/100{border-right-color:#33b1f9}.border-r-primary-400\/20{border-right-color:rgba(51,177,249,.2)}.border-r-primary-400\/25{border-right-color:rgba(51,177,249,.25)}.border-r-primary-400\/30{border-right-color:rgba(51,177,249,.3)}.border-r-primary-400\/40{border-right-color:rgba(51,177,249,.4)}.border-r-primary-400\/5{border-right-color:rgba(51,177,249,.05)}.border-r-primary-400\/50{border-right-color:rgba(51,177,249,.5)}.border-r-primary-400\/60{border-right-color:rgba(51,177,249,.6)}.border-r-primary-400\/70{border-right-color:rgba(51,177,249,.7)}.border-r-primary-400\/75{border-right-color:rgba(51,177,249,.75)}.border-r-primary-400\/80{border-right-color:rgba(51,177,249,.8)}.border-r-primary-400\/90{border-right-color:rgba(51,177,249,.9)}.border-r-primary-400\/95{border-right-color:rgba(51,177,249,.95)}.border-r-primary-500{--tw-border-opacity:1;border-right-color:rgb(0 158 247/var(--tw-border-opacity))}.border-r-primary-500\/0{border-right-color:rgba(0,158,247,0)}.border-r-primary-500\/10{border-right-color:rgba(0,158,247,.1)}.border-r-primary-500\/100{border-right-color:#009ef7}.border-r-primary-500\/20{border-right-color:rgba(0,158,247,.2)}.border-r-primary-500\/25{border-right-color:rgba(0,158,247,.25)}.border-r-primary-500\/30{border-right-color:rgba(0,158,247,.3)}.border-r-primary-500\/40{border-right-color:rgba(0,158,247,.4)}.border-r-primary-500\/5{border-right-color:rgba(0,158,247,.05)}.border-r-primary-500\/50{border-right-color:rgba(0,158,247,.5)}.border-r-primary-500\/60{border-right-color:rgba(0,158,247,.6)}.border-r-primary-500\/70{border-right-color:rgba(0,158,247,.7)}.border-r-primary-500\/75{border-right-color:rgba(0,158,247,.75)}.border-r-primary-500\/80{border-right-color:rgba(0,158,247,.8)}.border-r-primary-500\/90{border-right-color:rgba(0,158,247,.9)}.border-r-primary-500\/95{border-right-color:rgba(0,158,247,.95)}.border-r-primary-600{--tw-border-opacity:1;border-right-color:rgb(0 126 198/var(--tw-border-opacity))}.border-r-primary-600\/0{border-right-color:rgba(0,126,198,0)}.border-r-primary-600\/10{border-right-color:rgba(0,126,198,.1)}.border-r-primary-600\/100{border-right-color:#007ec6}.border-r-primary-600\/20{border-right-color:rgba(0,126,198,.2)}.border-r-primary-600\/25{border-right-color:rgba(0,126,198,.25)}.border-r-primary-600\/30{border-right-color:rgba(0,126,198,.3)}.border-r-primary-600\/40{border-right-color:rgba(0,126,198,.4)}.border-r-primary-600\/5{border-right-color:rgba(0,126,198,.05)}.border-r-primary-600\/50{border-right-color:rgba(0,126,198,.5)}.border-r-primary-600\/60{border-right-color:rgba(0,126,198,.6)}.border-r-primary-600\/70{border-right-color:rgba(0,126,198,.7)}.border-r-primary-600\/75{border-right-color:rgba(0,126,198,.75)}.border-r-primary-600\/80{border-right-color:rgba(0,126,198,.8)}.border-r-primary-600\/90{border-right-color:rgba(0,126,198,.9)}.border-r-primary-600\/95{border-right-color:rgba(0,126,198,.95)}.border-r-primary-700{--tw-border-opacity:1;border-right-color:rgb(0 95 148/var(--tw-border-opacity))}.border-r-primary-700\/0{border-right-color:rgba(0,95,148,0)}.border-r-primary-700\/10{border-right-color:rgba(0,95,148,.1)}.border-r-primary-700\/100{border-right-color:#005f94}.border-r-primary-700\/20{border-right-color:rgba(0,95,148,.2)}.border-r-primary-700\/25{border-right-color:rgba(0,95,148,.25)}.border-r-primary-700\/30{border-right-color:rgba(0,95,148,.3)}.border-r-primary-700\/40{border-right-color:rgba(0,95,148,.4)}.border-r-primary-700\/5{border-right-color:rgba(0,95,148,.05)}.border-r-primary-700\/50{border-right-color:rgba(0,95,148,.5)}.border-r-primary-700\/60{border-right-color:rgba(0,95,148,.6)}.border-r-primary-700\/70{border-right-color:rgba(0,95,148,.7)}.border-r-primary-700\/75{border-right-color:rgba(0,95,148,.75)}.border-r-primary-700\/80{border-right-color:rgba(0,95,148,.8)}.border-r-primary-700\/90{border-right-color:rgba(0,95,148,.9)}.border-r-primary-700\/95{border-right-color:rgba(0,95,148,.95)}.border-r-primary-800{--tw-border-opacity:1;border-right-color:rgb(0 63 99/var(--tw-border-opacity))}.border-r-primary-800\/0{border-right-color:rgba(0,63,99,0)}.border-r-primary-800\/10{border-right-color:rgba(0,63,99,.1)}.border-r-primary-800\/100{border-right-color:#003f63}.border-r-primary-800\/20{border-right-color:rgba(0,63,99,.2)}.border-r-primary-800\/25{border-right-color:rgba(0,63,99,.25)}.border-r-primary-800\/30{border-right-color:rgba(0,63,99,.3)}.border-r-primary-800\/40{border-right-color:rgba(0,63,99,.4)}.border-r-primary-800\/5{border-right-color:rgba(0,63,99,.05)}.border-r-primary-800\/50{border-right-color:rgba(0,63,99,.5)}.border-r-primary-800\/60{border-right-color:rgba(0,63,99,.6)}.border-r-primary-800\/70{border-right-color:rgba(0,63,99,.7)}.border-r-primary-800\/75{border-right-color:rgba(0,63,99,.75)}.border-r-primary-800\/80{border-right-color:rgba(0,63,99,.8)}.border-r-primary-800\/90{border-right-color:rgba(0,63,99,.9)}.border-r-primary-800\/95{border-right-color:rgba(0,63,99,.95)}.border-r-primary-900{--tw-border-opacity:1;border-right-color:rgb(0 32 49/var(--tw-border-opacity))}.border-r-primary-900\/0{border-right-color:rgba(0,32,49,0)}.border-r-primary-900\/10{border-right-color:rgba(0,32,49,.1)}.border-r-primary-900\/100{border-right-color:#002031}.border-r-primary-900\/20{border-right-color:rgba(0,32,49,.2)}.border-r-primary-900\/25{border-right-color:rgba(0,32,49,.25)}.border-r-primary-900\/30{border-right-color:rgba(0,32,49,.3)}.border-r-primary-900\/40{border-right-color:rgba(0,32,49,.4)}.border-r-primary-900\/5{border-right-color:rgba(0,32,49,.05)}.border-r-primary-900\/50{border-right-color:rgba(0,32,49,.5)}.border-r-primary-900\/60{border-right-color:rgba(0,32,49,.6)}.border-r-primary-900\/70{border-right-color:rgba(0,32,49,.7)}.border-r-primary-900\/75{border-right-color:rgba(0,32,49,.75)}.border-r-primary-900\/80{border-right-color:rgba(0,32,49,.8)}.border-r-primary-900\/90{border-right-color:rgba(0,32,49,.9)}.border-r-primary-900\/95{border-right-color:rgba(0,32,49,.95)}.border-s-primary-100{--tw-border-opacity:1;border-inline-start-color:rgb(204 236 253/var(--tw-border-opacity))}.border-s-primary-100\/0{border-inline-start-color:rgba(204,236,253,0)}.border-s-primary-100\/10{border-inline-start-color:rgba(204,236,253,.1)}.border-s-primary-100\/100{border-inline-start-color:#ccecfd}.border-s-primary-100\/20{border-inline-start-color:rgba(204,236,253,.2)}.border-s-primary-100\/25{border-inline-start-color:rgba(204,236,253,.25)}.border-s-primary-100\/30{border-inline-start-color:rgba(204,236,253,.3)}.border-s-primary-100\/40{border-inline-start-color:rgba(204,236,253,.4)}.border-s-primary-100\/5{border-inline-start-color:rgba(204,236,253,.05)}.border-s-primary-100\/50{border-inline-start-color:rgba(204,236,253,.5)}.border-s-primary-100\/60{border-inline-start-color:rgba(204,236,253,.6)}.border-s-primary-100\/70{border-inline-start-color:rgba(204,236,253,.7)}.border-s-primary-100\/75{border-inline-start-color:rgba(204,236,253,.75)}.border-s-primary-100\/80{border-inline-start-color:rgba(204,236,253,.8)}.border-s-primary-100\/90{border-inline-start-color:rgba(204,236,253,.9)}.border-s-primary-100\/95{border-inline-start-color:rgba(204,236,253,.95)}.border-s-primary-200{--tw-border-opacity:1;border-inline-start-color:rgb(153 216 252/var(--tw-border-opacity))}.border-s-primary-200\/0{border-inline-start-color:rgba(153,216,252,0)}.border-s-primary-200\/10{border-inline-start-color:rgba(153,216,252,.1)}.border-s-primary-200\/100{border-inline-start-color:#99d8fc}.border-s-primary-200\/20{border-inline-start-color:rgba(153,216,252,.2)}.border-s-primary-200\/25{border-inline-start-color:rgba(153,216,252,.25)}.border-s-primary-200\/30{border-inline-start-color:rgba(153,216,252,.3)}.border-s-primary-200\/40{border-inline-start-color:rgba(153,216,252,.4)}.border-s-primary-200\/5{border-inline-start-color:rgba(153,216,252,.05)}.border-s-primary-200\/50{border-inline-start-color:rgba(153,216,252,.5)}.border-s-primary-200\/60{border-inline-start-color:rgba(153,216,252,.6)}.border-s-primary-200\/70{border-inline-start-color:rgba(153,216,252,.7)}.border-s-primary-200\/75{border-inline-start-color:rgba(153,216,252,.75)}.border-s-primary-200\/80{border-inline-start-color:rgba(153,216,252,.8)}.border-s-primary-200\/90{border-inline-start-color:rgba(153,216,252,.9)}.border-s-primary-200\/95{border-inline-start-color:rgba(153,216,252,.95)}.border-s-primary-300{--tw-border-opacity:1;border-inline-start-color:rgb(102 197 250/var(--tw-border-opacity))}.border-s-primary-300\/0{border-inline-start-color:rgba(102,197,250,0)}.border-s-primary-300\/10{border-inline-start-color:rgba(102,197,250,.1)}.border-s-primary-300\/100{border-inline-start-color:#66c5fa}.border-s-primary-300\/20{border-inline-start-color:rgba(102,197,250,.2)}.border-s-primary-300\/25{border-inline-start-color:rgba(102,197,250,.25)}.border-s-primary-300\/30{border-inline-start-color:rgba(102,197,250,.3)}.border-s-primary-300\/40{border-inline-start-color:rgba(102,197,250,.4)}.border-s-primary-300\/5{border-inline-start-color:rgba(102,197,250,.05)}.border-s-primary-300\/50{border-inline-start-color:rgba(102,197,250,.5)}.border-s-primary-300\/60{border-inline-start-color:rgba(102,197,250,.6)}.border-s-primary-300\/70{border-inline-start-color:rgba(102,197,250,.7)}.border-s-primary-300\/75{border-inline-start-color:rgba(102,197,250,.75)}.border-s-primary-300\/80{border-inline-start-color:rgba(102,197,250,.8)}.border-s-primary-300\/90{border-inline-start-color:rgba(102,197,250,.9)}.border-s-primary-300\/95{border-inline-start-color:rgba(102,197,250,.95)}.border-s-primary-400{--tw-border-opacity:1;border-inline-start-color:rgb(51 177 249/var(--tw-border-opacity))}.border-s-primary-400\/0{border-inline-start-color:rgba(51,177,249,0)}.border-s-primary-400\/10{border-inline-start-color:rgba(51,177,249,.1)}.border-s-primary-400\/100{border-inline-start-color:#33b1f9}.border-s-primary-400\/20{border-inline-start-color:rgba(51,177,249,.2)}.border-s-primary-400\/25{border-inline-start-color:rgba(51,177,249,.25)}.border-s-primary-400\/30{border-inline-start-color:rgba(51,177,249,.3)}.border-s-primary-400\/40{border-inline-start-color:rgba(51,177,249,.4)}.border-s-primary-400\/5{border-inline-start-color:rgba(51,177,249,.05)}.border-s-primary-400\/50{border-inline-start-color:rgba(51,177,249,.5)}.border-s-primary-400\/60{border-inline-start-color:rgba(51,177,249,.6)}.border-s-primary-400\/70{border-inline-start-color:rgba(51,177,249,.7)}.border-s-primary-400\/75{border-inline-start-color:rgba(51,177,249,.75)}.border-s-primary-400\/80{border-inline-start-color:rgba(51,177,249,.8)}.border-s-primary-400\/90{border-inline-start-color:rgba(51,177,249,.9)}.border-s-primary-400\/95{border-inline-start-color:rgba(51,177,249,.95)}.border-s-primary-500{--tw-border-opacity:1;border-inline-start-color:rgb(0 158 247/var(--tw-border-opacity))}.border-s-primary-500\/0{border-inline-start-color:rgba(0,158,247,0)}.border-s-primary-500\/10{border-inline-start-color:rgba(0,158,247,.1)}.border-s-primary-500\/100{border-inline-start-color:#009ef7}.border-s-primary-500\/20{border-inline-start-color:rgba(0,158,247,.2)}.border-s-primary-500\/25{border-inline-start-color:rgba(0,158,247,.25)}.border-s-primary-500\/30{border-inline-start-color:rgba(0,158,247,.3)}.border-s-primary-500\/40{border-inline-start-color:rgba(0,158,247,.4)}.border-s-primary-500\/5{border-inline-start-color:rgba(0,158,247,.05)}.border-s-primary-500\/50{border-inline-start-color:rgba(0,158,247,.5)}.border-s-primary-500\/60{border-inline-start-color:rgba(0,158,247,.6)}.border-s-primary-500\/70{border-inline-start-color:rgba(0,158,247,.7)}.border-s-primary-500\/75{border-inline-start-color:rgba(0,158,247,.75)}.border-s-primary-500\/80{border-inline-start-color:rgba(0,158,247,.8)}.border-s-primary-500\/90{border-inline-start-color:rgba(0,158,247,.9)}.border-s-primary-500\/95{border-inline-start-color:rgba(0,158,247,.95)}.border-s-primary-600{--tw-border-opacity:1;border-inline-start-color:rgb(0 126 198/var(--tw-border-opacity))}.border-s-primary-600\/0{border-inline-start-color:rgba(0,126,198,0)}.border-s-primary-600\/10{border-inline-start-color:rgba(0,126,198,.1)}.border-s-primary-600\/100{border-inline-start-color:#007ec6}.border-s-primary-600\/20{border-inline-start-color:rgba(0,126,198,.2)}.border-s-primary-600\/25{border-inline-start-color:rgba(0,126,198,.25)}.border-s-primary-600\/30{border-inline-start-color:rgba(0,126,198,.3)}.border-s-primary-600\/40{border-inline-start-color:rgba(0,126,198,.4)}.border-s-primary-600\/5{border-inline-start-color:rgba(0,126,198,.05)}.border-s-primary-600\/50{border-inline-start-color:rgba(0,126,198,.5)}.border-s-primary-600\/60{border-inline-start-color:rgba(0,126,198,.6)}.border-s-primary-600\/70{border-inline-start-color:rgba(0,126,198,.7)}.border-s-primary-600\/75{border-inline-start-color:rgba(0,126,198,.75)}.border-s-primary-600\/80{border-inline-start-color:rgba(0,126,198,.8)}.border-s-primary-600\/90{border-inline-start-color:rgba(0,126,198,.9)}.border-s-primary-600\/95{border-inline-start-color:rgba(0,126,198,.95)}.border-s-primary-700{--tw-border-opacity:1;border-inline-start-color:rgb(0 95 148/var(--tw-border-opacity))}.border-s-primary-700\/0{border-inline-start-color:rgba(0,95,148,0)}.border-s-primary-700\/10{border-inline-start-color:rgba(0,95,148,.1)}.border-s-primary-700\/100{border-inline-start-color:#005f94}.border-s-primary-700\/20{border-inline-start-color:rgba(0,95,148,.2)}.border-s-primary-700\/25{border-inline-start-color:rgba(0,95,148,.25)}.border-s-primary-700\/30{border-inline-start-color:rgba(0,95,148,.3)}.border-s-primary-700\/40{border-inline-start-color:rgba(0,95,148,.4)}.border-s-primary-700\/5{border-inline-start-color:rgba(0,95,148,.05)}.border-s-primary-700\/50{border-inline-start-color:rgba(0,95,148,.5)}.border-s-primary-700\/60{border-inline-start-color:rgba(0,95,148,.6)}.border-s-primary-700\/70{border-inline-start-color:rgba(0,95,148,.7)}.border-s-primary-700\/75{border-inline-start-color:rgba(0,95,148,.75)}.border-s-primary-700\/80{border-inline-start-color:rgba(0,95,148,.8)}.border-s-primary-700\/90{border-inline-start-color:rgba(0,95,148,.9)}.border-s-primary-700\/95{border-inline-start-color:rgba(0,95,148,.95)}.border-s-primary-800{--tw-border-opacity:1;border-inline-start-color:rgb(0 63 99/var(--tw-border-opacity))}.border-s-primary-800\/0{border-inline-start-color:rgba(0,63,99,0)}.border-s-primary-800\/10{border-inline-start-color:rgba(0,63,99,.1)}.border-s-primary-800\/100{border-inline-start-color:#003f63}.border-s-primary-800\/20{border-inline-start-color:rgba(0,63,99,.2)}.border-s-primary-800\/25{border-inline-start-color:rgba(0,63,99,.25)}.border-s-primary-800\/30{border-inline-start-color:rgba(0,63,99,.3)}.border-s-primary-800\/40{border-inline-start-color:rgba(0,63,99,.4)}.border-s-primary-800\/5{border-inline-start-color:rgba(0,63,99,.05)}.border-s-primary-800\/50{border-inline-start-color:rgba(0,63,99,.5)}.border-s-primary-800\/60{border-inline-start-color:rgba(0,63,99,.6)}.border-s-primary-800\/70{border-inline-start-color:rgba(0,63,99,.7)}.border-s-primary-800\/75{border-inline-start-color:rgba(0,63,99,.75)}.border-s-primary-800\/80{border-inline-start-color:rgba(0,63,99,.8)}.border-s-primary-800\/90{border-inline-start-color:rgba(0,63,99,.9)}.border-s-primary-800\/95{border-inline-start-color:rgba(0,63,99,.95)}.border-s-primary-900{--tw-border-opacity:1;border-inline-start-color:rgb(0 32 49/var(--tw-border-opacity))}.border-s-primary-900\/0{border-inline-start-color:rgba(0,32,49,0)}.border-s-primary-900\/10{border-inline-start-color:rgba(0,32,49,.1)}.border-s-primary-900\/100{border-inline-start-color:#002031}.border-s-primary-900\/20{border-inline-start-color:rgba(0,32,49,.2)}.border-s-primary-900\/25{border-inline-start-color:rgba(0,32,49,.25)}.border-s-primary-900\/30{border-inline-start-color:rgba(0,32,49,.3)}.border-s-primary-900\/40{border-inline-start-color:rgba(0,32,49,.4)}.border-s-primary-900\/5{border-inline-start-color:rgba(0,32,49,.05)}.border-s-primary-900\/50{border-inline-start-color:rgba(0,32,49,.5)}.border-s-primary-900\/60{border-inline-start-color:rgba(0,32,49,.6)}.border-s-primary-900\/70{border-inline-start-color:rgba(0,32,49,.7)}.border-s-primary-900\/75{border-inline-start-color:rgba(0,32,49,.75)}.border-s-primary-900\/80{border-inline-start-color:rgba(0,32,49,.8)}.border-s-primary-900\/90{border-inline-start-color:rgba(0,32,49,.9)}.border-s-primary-900\/95{border-inline-start-color:rgba(0,32,49,.95)}.border-t-primary{--tw-border-opacity:1;border-top-color:rgb(0 158 247/var(--tw-border-opacity))}.border-t-primary-100{--tw-border-opacity:1;border-top-color:rgb(204 236 253/var(--tw-border-opacity))}.border-t-primary-100\/0{border-top-color:rgba(204,236,253,0)}.border-t-primary-100\/10{border-top-color:rgba(204,236,253,.1)}.border-t-primary-100\/100{border-top-color:#ccecfd}.border-t-primary-100\/20{border-top-color:rgba(204,236,253,.2)}.border-t-primary-100\/25{border-top-color:rgba(204,236,253,.25)}.border-t-primary-100\/30{border-top-color:rgba(204,236,253,.3)}.border-t-primary-100\/40{border-top-color:rgba(204,236,253,.4)}.border-t-primary-100\/5{border-top-color:rgba(204,236,253,.05)}.border-t-primary-100\/50{border-top-color:rgba(204,236,253,.5)}.border-t-primary-100\/60{border-top-color:rgba(204,236,253,.6)}.border-t-primary-100\/70{border-top-color:rgba(204,236,253,.7)}.border-t-primary-100\/75{border-top-color:rgba(204,236,253,.75)}.border-t-primary-100\/80{border-top-color:rgba(204,236,253,.8)}.border-t-primary-100\/90{border-top-color:rgba(204,236,253,.9)}.border-t-primary-100\/95{border-top-color:rgba(204,236,253,.95)}.border-t-primary-200{--tw-border-opacity:1;border-top-color:rgb(153 216 252/var(--tw-border-opacity))}.border-t-primary-200\/0{border-top-color:rgba(153,216,252,0)}.border-t-primary-200\/10{border-top-color:rgba(153,216,252,.1)}.border-t-primary-200\/100{border-top-color:#99d8fc}.border-t-primary-200\/20{border-top-color:rgba(153,216,252,.2)}.border-t-primary-200\/25{border-top-color:rgba(153,216,252,.25)}.border-t-primary-200\/30{border-top-color:rgba(153,216,252,.3)}.border-t-primary-200\/40{border-top-color:rgba(153,216,252,.4)}.border-t-primary-200\/5{border-top-color:rgba(153,216,252,.05)}.border-t-primary-200\/50{border-top-color:rgba(153,216,252,.5)}.border-t-primary-200\/60{border-top-color:rgba(153,216,252,.6)}.border-t-primary-200\/70{border-top-color:rgba(153,216,252,.7)}.border-t-primary-200\/75{border-top-color:rgba(153,216,252,.75)}.border-t-primary-200\/80{border-top-color:rgba(153,216,252,.8)}.border-t-primary-200\/90{border-top-color:rgba(153,216,252,.9)}.border-t-primary-200\/95{border-top-color:rgba(153,216,252,.95)}.border-t-primary-300{--tw-border-opacity:1;border-top-color:rgb(102 197 250/var(--tw-border-opacity))}.border-t-primary-300\/0{border-top-color:rgba(102,197,250,0)}.border-t-primary-300\/10{border-top-color:rgba(102,197,250,.1)}.border-t-primary-300\/100{border-top-color:#66c5fa}.border-t-primary-300\/20{border-top-color:rgba(102,197,250,.2)}.border-t-primary-300\/25{border-top-color:rgba(102,197,250,.25)}.border-t-primary-300\/30{border-top-color:rgba(102,197,250,.3)}.border-t-primary-300\/40{border-top-color:rgba(102,197,250,.4)}.border-t-primary-300\/5{border-top-color:rgba(102,197,250,.05)}.border-t-primary-300\/50{border-top-color:rgba(102,197,250,.5)}.border-t-primary-300\/60{border-top-color:rgba(102,197,250,.6)}.border-t-primary-300\/70{border-top-color:rgba(102,197,250,.7)}.border-t-primary-300\/75{border-top-color:rgba(102,197,250,.75)}.border-t-primary-300\/80{border-top-color:rgba(102,197,250,.8)}.border-t-primary-300\/90{border-top-color:rgba(102,197,250,.9)}.border-t-primary-300\/95{border-top-color:rgba(102,197,250,.95)}.border-t-primary-400{--tw-border-opacity:1;border-top-color:rgb(51 177 249/var(--tw-border-opacity))}.border-t-primary-400\/0{border-top-color:rgba(51,177,249,0)}.border-t-primary-400\/10{border-top-color:rgba(51,177,249,.1)}.border-t-primary-400\/100{border-top-color:#33b1f9}.border-t-primary-400\/20{border-top-color:rgba(51,177,249,.2)}.border-t-primary-400\/25{border-top-color:rgba(51,177,249,.25)}.border-t-primary-400\/30{border-top-color:rgba(51,177,249,.3)}.border-t-primary-400\/40{border-top-color:rgba(51,177,249,.4)}.border-t-primary-400\/5{border-top-color:rgba(51,177,249,.05)}.border-t-primary-400\/50{border-top-color:rgba(51,177,249,.5)}.border-t-primary-400\/60{border-top-color:rgba(51,177,249,.6)}.border-t-primary-400\/70{border-top-color:rgba(51,177,249,.7)}.border-t-primary-400\/75{border-top-color:rgba(51,177,249,.75)}.border-t-primary-400\/80{border-top-color:rgba(51,177,249,.8)}.border-t-primary-400\/90{border-top-color:rgba(51,177,249,.9)}.border-t-primary-400\/95{border-top-color:rgba(51,177,249,.95)}.border-t-primary-500{--tw-border-opacity:1;border-top-color:rgb(0 158 247/var(--tw-border-opacity))}.border-t-primary-500\/0{border-top-color:rgba(0,158,247,0)}.border-t-primary-500\/10{border-top-color:rgba(0,158,247,.1)}.border-t-primary-500\/100{border-top-color:#009ef7}.border-t-primary-500\/20{border-top-color:rgba(0,158,247,.2)}.border-t-primary-500\/25{border-top-color:rgba(0,158,247,.25)}.border-t-primary-500\/30{border-top-color:rgba(0,158,247,.3)}.border-t-primary-500\/40{border-top-color:rgba(0,158,247,.4)}.border-t-primary-500\/5{border-top-color:rgba(0,158,247,.05)}.border-t-primary-500\/50{border-top-color:rgba(0,158,247,.5)}.border-t-primary-500\/60{border-top-color:rgba(0,158,247,.6)}.border-t-primary-500\/70{border-top-color:rgba(0,158,247,.7)}.border-t-primary-500\/75{border-top-color:rgba(0,158,247,.75)}.border-t-primary-500\/80{border-top-color:rgba(0,158,247,.8)}.border-t-primary-500\/90{border-top-color:rgba(0,158,247,.9)}.border-t-primary-500\/95{border-top-color:rgba(0,158,247,.95)}.border-t-primary-600{--tw-border-opacity:1;border-top-color:rgb(0 126 198/var(--tw-border-opacity))}.border-t-primary-600\/0{border-top-color:rgba(0,126,198,0)}.border-t-primary-600\/10{border-top-color:rgba(0,126,198,.1)}.border-t-primary-600\/100{border-top-color:#007ec6}.border-t-primary-600\/20{border-top-color:rgba(0,126,198,.2)}.border-t-primary-600\/25{border-top-color:rgba(0,126,198,.25)}.border-t-primary-600\/30{border-top-color:rgba(0,126,198,.3)}.border-t-primary-600\/40{border-top-color:rgba(0,126,198,.4)}.border-t-primary-600\/5{border-top-color:rgba(0,126,198,.05)}.border-t-primary-600\/50{border-top-color:rgba(0,126,198,.5)}.border-t-primary-600\/60{border-top-color:rgba(0,126,198,.6)}.border-t-primary-600\/70{border-top-color:rgba(0,126,198,.7)}.border-t-primary-600\/75{border-top-color:rgba(0,126,198,.75)}.border-t-primary-600\/80{border-top-color:rgba(0,126,198,.8)}.border-t-primary-600\/90{border-top-color:rgba(0,126,198,.9)}.border-t-primary-600\/95{border-top-color:rgba(0,126,198,.95)}.border-t-primary-700{--tw-border-opacity:1;border-top-color:rgb(0 95 148/var(--tw-border-opacity))}.border-t-primary-700\/0{border-top-color:rgba(0,95,148,0)}.border-t-primary-700\/10{border-top-color:rgba(0,95,148,.1)}.border-t-primary-700\/100{border-top-color:#005f94}.border-t-primary-700\/20{border-top-color:rgba(0,95,148,.2)}.border-t-primary-700\/25{border-top-color:rgba(0,95,148,.25)}.border-t-primary-700\/30{border-top-color:rgba(0,95,148,.3)}.border-t-primary-700\/40{border-top-color:rgba(0,95,148,.4)}.border-t-primary-700\/5{border-top-color:rgba(0,95,148,.05)}.border-t-primary-700\/50{border-top-color:rgba(0,95,148,.5)}.border-t-primary-700\/60{border-top-color:rgba(0,95,148,.6)}.border-t-primary-700\/70{border-top-color:rgba(0,95,148,.7)}.border-t-primary-700\/75{border-top-color:rgba(0,95,148,.75)}.border-t-primary-700\/80{border-top-color:rgba(0,95,148,.8)}.border-t-primary-700\/90{border-top-color:rgba(0,95,148,.9)}.border-t-primary-700\/95{border-top-color:rgba(0,95,148,.95)}.border-t-primary-800{--tw-border-opacity:1;border-top-color:rgb(0 63 99/var(--tw-border-opacity))}.border-t-primary-800\/0{border-top-color:rgba(0,63,99,0)}.border-t-primary-800\/10{border-top-color:rgba(0,63,99,.1)}.border-t-primary-800\/100{border-top-color:#003f63}.border-t-primary-800\/20{border-top-color:rgba(0,63,99,.2)}.border-t-primary-800\/25{border-top-color:rgba(0,63,99,.25)}.border-t-primary-800\/30{border-top-color:rgba(0,63,99,.3)}.border-t-primary-800\/40{border-top-color:rgba(0,63,99,.4)}.border-t-primary-800\/5{border-top-color:rgba(0,63,99,.05)}.border-t-primary-800\/50{border-top-color:rgba(0,63,99,.5)}.border-t-primary-800\/60{border-top-color:rgba(0,63,99,.6)}.border-t-primary-800\/70{border-top-color:rgba(0,63,99,.7)}.border-t-primary-800\/75{border-top-color:rgba(0,63,99,.75)}.border-t-primary-800\/80{border-top-color:rgba(0,63,99,.8)}.border-t-primary-800\/90{border-top-color:rgba(0,63,99,.9)}.border-t-primary-800\/95{border-top-color:rgba(0,63,99,.95)}.border-t-primary-900{--tw-border-opacity:1;border-top-color:rgb(0 32 49/var(--tw-border-opacity))}.border-t-primary-900\/0{border-top-color:rgba(0,32,49,0)}.border-t-primary-900\/10{border-top-color:rgba(0,32,49,.1)}.border-t-primary-900\/100{border-top-color:#002031}.border-t-primary-900\/20{border-top-color:rgba(0,32,49,.2)}.border-t-primary-900\/25{border-top-color:rgba(0,32,49,.25)}.border-t-primary-900\/30{border-top-color:rgba(0,32,49,.3)}.border-t-primary-900\/40{border-top-color:rgba(0,32,49,.4)}.border-t-primary-900\/5{border-top-color:rgba(0,32,49,.05)}.border-t-primary-900\/50{border-top-color:rgba(0,32,49,.5)}.border-t-primary-900\/60{border-top-color:rgba(0,32,49,.6)}.border-t-primary-900\/70{border-top-color:rgba(0,32,49,.7)}.border-t-primary-900\/75{border-top-color:rgba(0,32,49,.75)}.border-t-primary-900\/80{border-top-color:rgba(0,32,49,.8)}.border-t-primary-900\/90{border-top-color:rgba(0,32,49,.9)}.border-t-primary-900\/95{border-top-color:rgba(0,32,49,.95)}.\!bg-red-400{--tw-bg-opacity:1!important;background-color:rgb(249 128 128/var(--tw-bg-opacity))!important}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\]{background-color:rgba(0,0,0,.7)}.bg-\[var\(--app-bg-color\)\]{background-color:var(--app-bg-color)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.bg-cyan-200{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity))}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(241 241 242/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(219 223 233/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(181 181 195/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(153 161 183/var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(120 130 157/var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(37 47 74/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(7 20 55/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(222 247 236/var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(49 196 141/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(243 250 247/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(14 159 110/var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(4 108 78/var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(141 162 251/var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity))}.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity))}.bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 232 243/var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(231 70 148/var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(214 31 105/var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(0 158 247/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(204 236 253/var(--tw-bg-opacity))}.bg-primary-100\/0{background-color:rgba(204,236,253,0)}.bg-primary-100\/10{background-color:rgba(204,236,253,.1)}.bg-primary-100\/100{background-color:#ccecfd}.bg-primary-100\/20{background-color:rgba(204,236,253,.2)}.bg-primary-100\/25{background-color:rgba(204,236,253,.25)}.bg-primary-100\/30{background-color:rgba(204,236,253,.3)}.bg-primary-100\/40{background-color:rgba(204,236,253,.4)}.bg-primary-100\/5{background-color:rgba(204,236,253,.05)}.bg-primary-100\/50{background-color:rgba(204,236,253,.5)}.bg-primary-100\/60{background-color:rgba(204,236,253,.6)}.bg-primary-100\/70{background-color:rgba(204,236,253,.7)}.bg-primary-100\/75{background-color:rgba(204,236,253,.75)}.bg-primary-100\/80{background-color:rgba(204,236,253,.8)}.bg-primary-100\/90{background-color:rgba(204,236,253,.9)}.bg-primary-100\/95{background-color:rgba(204,236,253,.95)}.bg-primary-200{--tw-bg-opacity:1;background-color:rgb(153 216 252/var(--tw-bg-opacity))}.bg-primary-200\/0{background-color:rgba(153,216,252,0)}.bg-primary-200\/10{background-color:rgba(153,216,252,.1)}.bg-primary-200\/100{background-color:#99d8fc}.bg-primary-200\/20{background-color:rgba(153,216,252,.2)}.bg-primary-200\/25{background-color:rgba(153,216,252,.25)}.bg-primary-200\/30{background-color:rgba(153,216,252,.3)}.bg-primary-200\/40{background-color:rgba(153,216,252,.4)}.bg-primary-200\/5{background-color:rgba(153,216,252,.05)}.bg-primary-200\/50{background-color:rgba(153,216,252,.5)}.bg-primary-200\/60{background-color:rgba(153,216,252,.6)}.bg-primary-200\/70{background-color:rgba(153,216,252,.7)}.bg-primary-200\/75{background-color:rgba(153,216,252,.75)}.bg-primary-200\/80{background-color:rgba(153,216,252,.8)}.bg-primary-200\/90{background-color:rgba(153,216,252,.9)}.bg-primary-200\/95{background-color:rgba(153,216,252,.95)}.bg-primary-300{--tw-bg-opacity:1;background-color:rgb(102 197 250/var(--tw-bg-opacity))}.bg-primary-300\/0{background-color:rgba(102,197,250,0)}.bg-primary-300\/10{background-color:rgba(102,197,250,.1)}.bg-primary-300\/100{background-color:#66c5fa}.bg-primary-300\/20{background-color:rgba(102,197,250,.2)}.bg-primary-300\/25{background-color:rgba(102,197,250,.25)}.bg-primary-300\/30{background-color:rgba(102,197,250,.3)}.bg-primary-300\/40{background-color:rgba(102,197,250,.4)}.bg-primary-300\/5{background-color:rgba(102,197,250,.05)}.bg-primary-300\/50{background-color:rgba(102,197,250,.5)}.bg-primary-300\/60{background-color:rgba(102,197,250,.6)}.bg-primary-300\/70{background-color:rgba(102,197,250,.7)}.bg-primary-300\/75{background-color:rgba(102,197,250,.75)}.bg-primary-300\/80{background-color:rgba(102,197,250,.8)}.bg-primary-300\/90{background-color:rgba(102,197,250,.9)}.bg-primary-300\/95{background-color:rgba(102,197,250,.95)}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(51 177 249/var(--tw-bg-opacity))}.bg-primary-400\/0{background-color:rgba(51,177,249,0)}.bg-primary-400\/10{background-color:rgba(51,177,249,.1)}.bg-primary-400\/100{background-color:#33b1f9}.bg-primary-400\/20{background-color:rgba(51,177,249,.2)}.bg-primary-400\/25{background-color:rgba(51,177,249,.25)}.bg-primary-400\/30{background-color:rgba(51,177,249,.3)}.bg-primary-400\/40{background-color:rgba(51,177,249,.4)}.bg-primary-400\/5{background-color:rgba(51,177,249,.05)}.bg-primary-400\/50{background-color:rgba(51,177,249,.5)}.bg-primary-400\/60{background-color:rgba(51,177,249,.6)}.bg-primary-400\/70{background-color:rgba(51,177,249,.7)}.bg-primary-400\/75{background-color:rgba(51,177,249,.75)}.bg-primary-400\/80{background-color:rgba(51,177,249,.8)}.bg-primary-400\/90{background-color:rgba(51,177,249,.9)}.bg-primary-400\/95{background-color:rgba(51,177,249,.95)}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(241 248 255/var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(0 158 247/var(--tw-bg-opacity))}.bg-primary-500\/0{background-color:rgba(0,158,247,0)}.bg-primary-500\/10{background-color:rgba(0,158,247,.1)}.bg-primary-500\/100{background-color:#009ef7}.bg-primary-500\/20{background-color:rgba(0,158,247,.2)}.bg-primary-500\/25{background-color:rgba(0,158,247,.25)}.bg-primary-500\/30{background-color:rgba(0,158,247,.3)}.bg-primary-500\/40{background-color:rgba(0,158,247,.4)}.bg-primary-500\/5{background-color:rgba(0,158,247,.05)}.bg-primary-500\/50{background-color:rgba(0,158,247,.5)}.bg-primary-500\/60{background-color:rgba(0,158,247,.6)}.bg-primary-500\/70{background-color:rgba(0,158,247,.7)}.bg-primary-500\/75{background-color:rgba(0,158,247,.75)}.bg-primary-500\/80{background-color:rgba(0,158,247,.8)}.bg-primary-500\/90{background-color:rgba(0,158,247,.9)}.bg-primary-500\/95{background-color:rgba(0,158,247,.95)}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(0 126 198/var(--tw-bg-opacity))}.bg-primary-600\/0{background-color:rgba(0,126,198,0)}.bg-primary-600\/10{background-color:rgba(0,126,198,.1)}.bg-primary-600\/100{background-color:#007ec6}.bg-primary-600\/20{background-color:rgba(0,126,198,.2)}.bg-primary-600\/25{background-color:rgba(0,126,198,.25)}.bg-primary-600\/30{background-color:rgba(0,126,198,.3)}.bg-primary-600\/40{background-color:rgba(0,126,198,.4)}.bg-primary-600\/5{background-color:rgba(0,126,198,.05)}.bg-primary-600\/50{background-color:rgba(0,126,198,.5)}.bg-primary-600\/60{background-color:rgba(0,126,198,.6)}.bg-primary-600\/70{background-color:rgba(0,126,198,.7)}.bg-primary-600\/75{background-color:rgba(0,126,198,.75)}.bg-primary-600\/80{background-color:rgba(0,126,198,.8)}.bg-primary-600\/90{background-color:rgba(0,126,198,.9)}.bg-primary-600\/95{background-color:rgba(0,126,198,.95)}.bg-primary-700{--tw-bg-opacity:1;background-color:rgb(0 95 148/var(--tw-bg-opacity))}.bg-primary-700\/0{background-color:rgba(0,95,148,0)}.bg-primary-700\/10{background-color:rgba(0,95,148,.1)}.bg-primary-700\/100{background-color:#005f94}.bg-primary-700\/20{background-color:rgba(0,95,148,.2)}.bg-primary-700\/25{background-color:rgba(0,95,148,.25)}.bg-primary-700\/30{background-color:rgba(0,95,148,.3)}.bg-primary-700\/40{background-color:rgba(0,95,148,.4)}.bg-primary-700\/5{background-color:rgba(0,95,148,.05)}.bg-primary-700\/50{background-color:rgba(0,95,148,.5)}.bg-primary-700\/60{background-color:rgba(0,95,148,.6)}.bg-primary-700\/70{background-color:rgba(0,95,148,.7)}.bg-primary-700\/75{background-color:rgba(0,95,148,.75)}.bg-primary-700\/80{background-color:rgba(0,95,148,.8)}.bg-primary-700\/90{background-color:rgba(0,95,148,.9)}.bg-primary-700\/95{background-color:rgba(0,95,148,.95)}.bg-primary-800{--tw-bg-opacity:1;background-color:rgb(0 63 99/var(--tw-bg-opacity))}.bg-primary-800\/0{background-color:rgba(0,63,99,0)}.bg-primary-800\/10{background-color:rgba(0,63,99,.1)}.bg-primary-800\/100{background-color:#003f63}.bg-primary-800\/20{background-color:rgba(0,63,99,.2)}.bg-primary-800\/25{background-color:rgba(0,63,99,.25)}.bg-primary-800\/30{background-color:rgba(0,63,99,.3)}.bg-primary-800\/40{background-color:rgba(0,63,99,.4)}.bg-primary-800\/5{background-color:rgba(0,63,99,.05)}.bg-primary-800\/50{background-color:rgba(0,63,99,.5)}.bg-primary-800\/60{background-color:rgba(0,63,99,.6)}.bg-primary-800\/70{background-color:rgba(0,63,99,.7)}.bg-primary-800\/75{background-color:rgba(0,63,99,.75)}.bg-primary-800\/80{background-color:rgba(0,63,99,.8)}.bg-primary-800\/90{background-color:rgba(0,63,99,.9)}.bg-primary-800\/95{background-color:rgba(0,63,99,.95)}.bg-primary-900{--tw-bg-opacity:1;background-color:rgb(0 32 49/var(--tw-bg-opacity))}.bg-primary-900\/0{background-color:rgba(0,32,49,0)}.bg-primary-900\/10{background-color:rgba(0,32,49,.1)}.bg-primary-900\/100{background-color:#002031}.bg-primary-900\/20{background-color:rgba(0,32,49,.2)}.bg-primary-900\/25{background-color:rgba(0,32,49,.25)}.bg-primary-900\/30{background-color:rgba(0,32,49,.3)}.bg-primary-900\/40{background-color:rgba(0,32,49,.4)}.bg-primary-900\/5{background-color:rgba(0,32,49,.05)}.bg-primary-900\/50{background-color:rgba(0,32,49,.5)}.bg-primary-900\/60{background-color:rgba(0,32,49,.6)}.bg-primary-900\/70{background-color:rgba(0,32,49,.7)}.bg-primary-900\/75{background-color:rgba(0,32,49,.75)}.bg-primary-900\/80{background-color:rgba(0,32,49,.8)}.bg-primary-900\/90{background-color:rgba(0,32,49,.9)}.bg-primary-900\/95{background-color:rgba(0,32,49,.95)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(237 235 254/var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(246 245 255/var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 58 242/var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity:1;background-color:rgb(108 43 217/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(249 128 128/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(253 242 242/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(200 30 30/var(--tw-bg-opacity))}.bg-secondary-300{--tw-bg-opacity:1;background-color:rgb(255 221 137/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(213 245 246/var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(4 116 129/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/30{background-color:hsla(0,0%,100%,.3)}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(253 253 234/var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(159 88 10/var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-\[url\(\'\/images\/auth-bg\.png\'\)\]{background-image:url(/images/auth-bg.png)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-cyan-400{--tw-gradient-from:#22d3ee var(--tw-gradient-from-position);--tw-gradient-to:rgba(34,211,238,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from:#06b6d4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(6,182,212,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#31c48d var(--tw-gradient-from-position);--tw-gradient-to:rgba(49,196,141,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-lime-200{--tw-gradient-from:#d9f99d var(--tw-gradient-from-position);--tw-gradient-to:hsla(81,88%,80%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-400{--tw-gradient-from:#f17eb8 var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,126,184,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from:#e74694 var(--tw-gradient-from-position);--tw-gradient-to:rgba(231,70,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100{--tw-gradient-from:#ccecfd var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/0{--tw-gradient-from:rgba(204,236,253,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/10{--tw-gradient-from:rgba(204,236,253,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/100{--tw-gradient-from:#ccecfd var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/20{--tw-gradient-from:rgba(204,236,253,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/25{--tw-gradient-from:rgba(204,236,253,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/30{--tw-gradient-from:rgba(204,236,253,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/40{--tw-gradient-from:rgba(204,236,253,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/5{--tw-gradient-from:rgba(204,236,253,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/50{--tw-gradient-from:rgba(204,236,253,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/60{--tw-gradient-from:rgba(204,236,253,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/70{--tw-gradient-from:rgba(204,236,253,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/75{--tw-gradient-from:rgba(204,236,253,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/80{--tw-gradient-from:rgba(204,236,253,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/90{--tw-gradient-from:rgba(204,236,253,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-100\/95{--tw-gradient-from:rgba(204,236,253,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200{--tw-gradient-from:#99d8fc var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/0{--tw-gradient-from:rgba(153,216,252,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/10{--tw-gradient-from:rgba(153,216,252,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/100{--tw-gradient-from:#99d8fc var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/20{--tw-gradient-from:rgba(153,216,252,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/25{--tw-gradient-from:rgba(153,216,252,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/30{--tw-gradient-from:rgba(153,216,252,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/40{--tw-gradient-from:rgba(153,216,252,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/5{--tw-gradient-from:rgba(153,216,252,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/50{--tw-gradient-from:rgba(153,216,252,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/60{--tw-gradient-from:rgba(153,216,252,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/70{--tw-gradient-from:rgba(153,216,252,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/75{--tw-gradient-from:rgba(153,216,252,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/80{--tw-gradient-from:rgba(153,216,252,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/90{--tw-gradient-from:rgba(153,216,252,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-200\/95{--tw-gradient-from:rgba(153,216,252,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300{--tw-gradient-from:#66c5fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/0{--tw-gradient-from:rgba(102,197,250,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/10{--tw-gradient-from:rgba(102,197,250,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/100{--tw-gradient-from:#66c5fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/20{--tw-gradient-from:rgba(102,197,250,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/25{--tw-gradient-from:rgba(102,197,250,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/30{--tw-gradient-from:rgba(102,197,250,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/40{--tw-gradient-from:rgba(102,197,250,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/5{--tw-gradient-from:rgba(102,197,250,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/50{--tw-gradient-from:rgba(102,197,250,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/60{--tw-gradient-from:rgba(102,197,250,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/70{--tw-gradient-from:rgba(102,197,250,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/75{--tw-gradient-from:rgba(102,197,250,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/80{--tw-gradient-from:rgba(102,197,250,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/90{--tw-gradient-from:rgba(102,197,250,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-300\/95{--tw-gradient-from:rgba(102,197,250,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400{--tw-gradient-from:#33b1f9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/0{--tw-gradient-from:rgba(51,177,249,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/10{--tw-gradient-from:rgba(51,177,249,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/100{--tw-gradient-from:#33b1f9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/20{--tw-gradient-from:rgba(51,177,249,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/25{--tw-gradient-from:rgba(51,177,249,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/30{--tw-gradient-from:rgba(51,177,249,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/40{--tw-gradient-from:rgba(51,177,249,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/5{--tw-gradient-from:rgba(51,177,249,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/50{--tw-gradient-from:rgba(51,177,249,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/60{--tw-gradient-from:rgba(51,177,249,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/70{--tw-gradient-from:rgba(51,177,249,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/75{--tw-gradient-from:rgba(51,177,249,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/80{--tw-gradient-from:rgba(51,177,249,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/90{--tw-gradient-from:rgba(51,177,249,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-400\/95{--tw-gradient-from:rgba(51,177,249,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-50{--tw-gradient-from:#f1f8ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,248,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500{--tw-gradient-from:#009ef7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/0{--tw-gradient-from:rgba(0,158,247,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/10{--tw-gradient-from:rgba(0,158,247,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/100{--tw-gradient-from:#009ef7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/20{--tw-gradient-from:rgba(0,158,247,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/25{--tw-gradient-from:rgba(0,158,247,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/30{--tw-gradient-from:rgba(0,158,247,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/40{--tw-gradient-from:rgba(0,158,247,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/5{--tw-gradient-from:rgba(0,158,247,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/50{--tw-gradient-from:rgba(0,158,247,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/60{--tw-gradient-from:rgba(0,158,247,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/70{--tw-gradient-from:rgba(0,158,247,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/75{--tw-gradient-from:rgba(0,158,247,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/80{--tw-gradient-from:rgba(0,158,247,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/90{--tw-gradient-from:rgba(0,158,247,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500\/95{--tw-gradient-from:rgba(0,158,247,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600{--tw-gradient-from:#007ec6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/0{--tw-gradient-from:rgba(0,126,198,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/10{--tw-gradient-from:rgba(0,126,198,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/100{--tw-gradient-from:#007ec6 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/20{--tw-gradient-from:rgba(0,126,198,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/25{--tw-gradient-from:rgba(0,126,198,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/30{--tw-gradient-from:rgba(0,126,198,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/40{--tw-gradient-from:rgba(0,126,198,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/5{--tw-gradient-from:rgba(0,126,198,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/50{--tw-gradient-from:rgba(0,126,198,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/60{--tw-gradient-from:rgba(0,126,198,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/70{--tw-gradient-from:rgba(0,126,198,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/75{--tw-gradient-from:rgba(0,126,198,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/80{--tw-gradient-from:rgba(0,126,198,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/90{--tw-gradient-from:rgba(0,126,198,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-600\/95{--tw-gradient-from:rgba(0,126,198,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700{--tw-gradient-from:#005f94 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/0{--tw-gradient-from:rgba(0,95,148,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/10{--tw-gradient-from:rgba(0,95,148,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/100{--tw-gradient-from:#005f94 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/20{--tw-gradient-from:rgba(0,95,148,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/25{--tw-gradient-from:rgba(0,95,148,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/30{--tw-gradient-from:rgba(0,95,148,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/40{--tw-gradient-from:rgba(0,95,148,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/5{--tw-gradient-from:rgba(0,95,148,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/50{--tw-gradient-from:rgba(0,95,148,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/60{--tw-gradient-from:rgba(0,95,148,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/70{--tw-gradient-from:rgba(0,95,148,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/75{--tw-gradient-from:rgba(0,95,148,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/80{--tw-gradient-from:rgba(0,95,148,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/90{--tw-gradient-from:rgba(0,95,148,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700\/95{--tw-gradient-from:rgba(0,95,148,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800{--tw-gradient-from:#003f63 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/0{--tw-gradient-from:rgba(0,63,99,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/10{--tw-gradient-from:rgba(0,63,99,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/100{--tw-gradient-from:#003f63 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/20{--tw-gradient-from:rgba(0,63,99,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/25{--tw-gradient-from:rgba(0,63,99,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/30{--tw-gradient-from:rgba(0,63,99,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/40{--tw-gradient-from:rgba(0,63,99,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/5{--tw-gradient-from:rgba(0,63,99,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/50{--tw-gradient-from:rgba(0,63,99,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/60{--tw-gradient-from:rgba(0,63,99,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/70{--tw-gradient-from:rgba(0,63,99,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/75{--tw-gradient-from:rgba(0,63,99,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/80{--tw-gradient-from:rgba(0,63,99,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/90{--tw-gradient-from:rgba(0,63,99,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-800\/95{--tw-gradient-from:rgba(0,63,99,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900{--tw-gradient-from:#002031 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/0{--tw-gradient-from:rgba(0,32,49,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/10{--tw-gradient-from:rgba(0,32,49,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/100{--tw-gradient-from:#002031 var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/20{--tw-gradient-from:rgba(0,32,49,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/25{--tw-gradient-from:rgba(0,32,49,.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/30{--tw-gradient-from:rgba(0,32,49,.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/40{--tw-gradient-from:rgba(0,32,49,.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/5{--tw-gradient-from:rgba(0,32,49,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/50{--tw-gradient-from:rgba(0,32,49,.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/60{--tw-gradient-from:rgba(0,32,49,.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/70{--tw-gradient-from:rgba(0,32,49,.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/75{--tw-gradient-from:rgba(0,32,49,.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/80{--tw-gradient-from:rgba(0,32,49,.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/90{--tw-gradient-from:rgba(0,32,49,.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900\/95{--tw-gradient-from:rgba(0,32,49,.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#9061f9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(144,97,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#7e3af2 var(--tw-gradient-from-position);--tw-gradient-to:rgba(126,58,242,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200{--tw-gradient-from:#fbd5d5 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,83%,91%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f98080 var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,91%,74%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from:#afecef var(--tw-gradient-from-position);--tw-gradient-to:rgba(175,236,239,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from:#16bdca var(--tw-gradient-from-position);--tw-gradient-to:rgba(22,189,202,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-cyan-500{--tw-gradient-to:rgba(6,182,212,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#06b6d4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-cyan-600{--tw-gradient-to:rgba(8,145,178,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0891b2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-green-500{--tw-gradient-to:rgba(14,159,110,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0e9f6e var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-lime-400{--tw-gradient-to:rgba(163,230,53,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#a3e635 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to:rgba(231,70,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e74694 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ccecfd var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/0{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/10{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/100{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ccecfd var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/20{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/25{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/30{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/40{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/5{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/50{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/60{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/70{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/75{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/80{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/90{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-100\/95{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(204,236,253,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#99d8fc var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/0{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/10{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/100{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#99d8fc var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/20{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/25{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/30{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/40{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/5{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/50{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/60{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/70{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/75{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/80{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/90{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-200\/95{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(153,216,252,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#66c5fa var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/0{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/10{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/100{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#66c5fa var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/20{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/25{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/30{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/40{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/5{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/50{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/60{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/70{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/75{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/80{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/90{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-300\/95{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(102,197,250,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#33b1f9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/0{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/10{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/100{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#33b1f9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/20{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/25{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/30{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/40{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/5{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/50{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/60{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/70{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/75{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/80{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/90{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-400\/95{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(51,177,249,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#009ef7 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/0{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/10{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/100{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#009ef7 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/20{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/25{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/30{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/40{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/5{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/50{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/60{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/70{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/75{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/80{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/90{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500\/95{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,158,247,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#007ec6 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/0{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/10{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/100{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#007ec6 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/20{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/25{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/30{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/40{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/5{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/50{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/60{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/70{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/75{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/80{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/90{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-600\/95{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,126,198,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#005f94 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/0{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/10{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/100{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#005f94 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/20{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/25{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/30{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/40{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/5{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/50{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/60{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/70{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/75{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/80{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/90{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-700\/95{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,95,148,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#003f63 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/0{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/10{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/100{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#003f63 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/20{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/25{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/30{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/40{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/5{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/50{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/60{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/70{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/75{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/80{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/90{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-800\/95{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,63,99,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#002031 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/0{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,0) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/10{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/100{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#002031 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/20{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/25{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/30{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/40{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/5{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/50{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/60{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/70{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/75{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/80{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/90{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-900\/95{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,32,49,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to:rgba(126,58,242,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#7e3af2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-300{--tw-gradient-to:hsla(0,83%,84%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f8b4b4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-red-500{--tw-gradient-to:rgba(240,82,82,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f05252 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-teal-500{--tw-gradient-to:rgba(6,148,162,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0694a2 var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-cyan-500{--tw-gradient-to:#06b6d4 var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to:#0891b2 var(--tw-gradient-to-position)}.to-cyan-700{--tw-gradient-to:#0e7490 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to:#057a55 var(--tw-gradient-to-position)}.to-lime-200{--tw-gradient-to:#d9f99d var(--tw-gradient-to-position)}.to-lime-500{--tw-gradient-to:#84cc16 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to:#ff8a4c var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#e74694 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to:#d61f69 var(--tw-gradient-to-position)}.to-primary-100{--tw-gradient-to:#ccecfd var(--tw-gradient-to-position)}.to-primary-100\/0{--tw-gradient-to:rgba(204,236,253,0) var(--tw-gradient-to-position)}.to-primary-100\/10{--tw-gradient-to:rgba(204,236,253,.1) var(--tw-gradient-to-position)}.to-primary-100\/100{--tw-gradient-to:#ccecfd var(--tw-gradient-to-position)}.to-primary-100\/20{--tw-gradient-to:rgba(204,236,253,.2) var(--tw-gradient-to-position)}.to-primary-100\/25{--tw-gradient-to:rgba(204,236,253,.25) var(--tw-gradient-to-position)}.to-primary-100\/30{--tw-gradient-to:rgba(204,236,253,.3) var(--tw-gradient-to-position)}.to-primary-100\/40{--tw-gradient-to:rgba(204,236,253,.4) var(--tw-gradient-to-position)}.to-primary-100\/5{--tw-gradient-to:rgba(204,236,253,.05) var(--tw-gradient-to-position)}.to-primary-100\/50{--tw-gradient-to:rgba(204,236,253,.5) var(--tw-gradient-to-position)}.to-primary-100\/60{--tw-gradient-to:rgba(204,236,253,.6) var(--tw-gradient-to-position)}.to-primary-100\/70{--tw-gradient-to:rgba(204,236,253,.7) var(--tw-gradient-to-position)}.to-primary-100\/75{--tw-gradient-to:rgba(204,236,253,.75) var(--tw-gradient-to-position)}.to-primary-100\/80{--tw-gradient-to:rgba(204,236,253,.8) var(--tw-gradient-to-position)}.to-primary-100\/90{--tw-gradient-to:rgba(204,236,253,.9) var(--tw-gradient-to-position)}.to-primary-100\/95{--tw-gradient-to:rgba(204,236,253,.95) var(--tw-gradient-to-position)}.to-primary-200{--tw-gradient-to:#99d8fc var(--tw-gradient-to-position)}.to-primary-200\/0{--tw-gradient-to:rgba(153,216,252,0) var(--tw-gradient-to-position)}.to-primary-200\/10{--tw-gradient-to:rgba(153,216,252,.1) var(--tw-gradient-to-position)}.to-primary-200\/100{--tw-gradient-to:#99d8fc var(--tw-gradient-to-position)}.to-primary-200\/20{--tw-gradient-to:rgba(153,216,252,.2) var(--tw-gradient-to-position)}.to-primary-200\/25{--tw-gradient-to:rgba(153,216,252,.25) var(--tw-gradient-to-position)}.to-primary-200\/30{--tw-gradient-to:rgba(153,216,252,.3) var(--tw-gradient-to-position)}.to-primary-200\/40{--tw-gradient-to:rgba(153,216,252,.4) var(--tw-gradient-to-position)}.to-primary-200\/5{--tw-gradient-to:rgba(153,216,252,.05) var(--tw-gradient-to-position)}.to-primary-200\/50{--tw-gradient-to:rgba(153,216,252,.5) var(--tw-gradient-to-position)}.to-primary-200\/60{--tw-gradient-to:rgba(153,216,252,.6) var(--tw-gradient-to-position)}.to-primary-200\/70{--tw-gradient-to:rgba(153,216,252,.7) var(--tw-gradient-to-position)}.to-primary-200\/75{--tw-gradient-to:rgba(153,216,252,.75) var(--tw-gradient-to-position)}.to-primary-200\/80{--tw-gradient-to:rgba(153,216,252,.8) var(--tw-gradient-to-position)}.to-primary-200\/90{--tw-gradient-to:rgba(153,216,252,.9) var(--tw-gradient-to-position)}.to-primary-200\/95{--tw-gradient-to:rgba(153,216,252,.95) var(--tw-gradient-to-position)}.to-primary-300{--tw-gradient-to:#66c5fa var(--tw-gradient-to-position)}.to-primary-300\/0{--tw-gradient-to:rgba(102,197,250,0) var(--tw-gradient-to-position)}.to-primary-300\/10{--tw-gradient-to:rgba(102,197,250,.1) var(--tw-gradient-to-position)}.to-primary-300\/100{--tw-gradient-to:#66c5fa var(--tw-gradient-to-position)}.to-primary-300\/20{--tw-gradient-to:rgba(102,197,250,.2) var(--tw-gradient-to-position)}.to-primary-300\/25{--tw-gradient-to:rgba(102,197,250,.25) var(--tw-gradient-to-position)}.to-primary-300\/30{--tw-gradient-to:rgba(102,197,250,.3) var(--tw-gradient-to-position)}.to-primary-300\/40{--tw-gradient-to:rgba(102,197,250,.4) var(--tw-gradient-to-position)}.to-primary-300\/5{--tw-gradient-to:rgba(102,197,250,.05) var(--tw-gradient-to-position)}.to-primary-300\/50{--tw-gradient-to:rgba(102,197,250,.5) var(--tw-gradient-to-position)}.to-primary-300\/60{--tw-gradient-to:rgba(102,197,250,.6) var(--tw-gradient-to-position)}.to-primary-300\/70{--tw-gradient-to:rgba(102,197,250,.7) var(--tw-gradient-to-position)}.to-primary-300\/75{--tw-gradient-to:rgba(102,197,250,.75) var(--tw-gradient-to-position)}.to-primary-300\/80{--tw-gradient-to:rgba(102,197,250,.8) var(--tw-gradient-to-position)}.to-primary-300\/90{--tw-gradient-to:rgba(102,197,250,.9) var(--tw-gradient-to-position)}.to-primary-300\/95{--tw-gradient-to:rgba(102,197,250,.95) var(--tw-gradient-to-position)}.to-primary-400{--tw-gradient-to:#33b1f9 var(--tw-gradient-to-position)}.to-primary-400\/0{--tw-gradient-to:rgba(51,177,249,0) var(--tw-gradient-to-position)}.to-primary-400\/10{--tw-gradient-to:rgba(51,177,249,.1) var(--tw-gradient-to-position)}.to-primary-400\/100{--tw-gradient-to:#33b1f9 var(--tw-gradient-to-position)}.to-primary-400\/20{--tw-gradient-to:rgba(51,177,249,.2) var(--tw-gradient-to-position)}.to-primary-400\/25{--tw-gradient-to:rgba(51,177,249,.25) var(--tw-gradient-to-position)}.to-primary-400\/30{--tw-gradient-to:rgba(51,177,249,.3) var(--tw-gradient-to-position)}.to-primary-400\/40{--tw-gradient-to:rgba(51,177,249,.4) var(--tw-gradient-to-position)}.to-primary-400\/5{--tw-gradient-to:rgba(51,177,249,.05) var(--tw-gradient-to-position)}.to-primary-400\/50{--tw-gradient-to:rgba(51,177,249,.5) var(--tw-gradient-to-position)}.to-primary-400\/60{--tw-gradient-to:rgba(51,177,249,.6) var(--tw-gradient-to-position)}.to-primary-400\/70{--tw-gradient-to:rgba(51,177,249,.7) var(--tw-gradient-to-position)}.to-primary-400\/75{--tw-gradient-to:rgba(51,177,249,.75) var(--tw-gradient-to-position)}.to-primary-400\/80{--tw-gradient-to:rgba(51,177,249,.8) var(--tw-gradient-to-position)}.to-primary-400\/90{--tw-gradient-to:rgba(51,177,249,.9) var(--tw-gradient-to-position)}.to-primary-400\/95{--tw-gradient-to:rgba(51,177,249,.95) var(--tw-gradient-to-position)}.to-primary-500{--tw-gradient-to:#009ef7 var(--tw-gradient-to-position)}.to-primary-500\/0{--tw-gradient-to:rgba(0,158,247,0) var(--tw-gradient-to-position)}.to-primary-500\/10{--tw-gradient-to:rgba(0,158,247,.1) var(--tw-gradient-to-position)}.to-primary-500\/100{--tw-gradient-to:#009ef7 var(--tw-gradient-to-position)}.to-primary-500\/20{--tw-gradient-to:rgba(0,158,247,.2) var(--tw-gradient-to-position)}.to-primary-500\/25{--tw-gradient-to:rgba(0,158,247,.25) var(--tw-gradient-to-position)}.to-primary-500\/30{--tw-gradient-to:rgba(0,158,247,.3) var(--tw-gradient-to-position)}.to-primary-500\/40{--tw-gradient-to:rgba(0,158,247,.4) var(--tw-gradient-to-position)}.to-primary-500\/5{--tw-gradient-to:rgba(0,158,247,.05) var(--tw-gradient-to-position)}.to-primary-500\/50{--tw-gradient-to:rgba(0,158,247,.5) var(--tw-gradient-to-position)}.to-primary-500\/60{--tw-gradient-to:rgba(0,158,247,.6) var(--tw-gradient-to-position)}.to-primary-500\/70{--tw-gradient-to:rgba(0,158,247,.7) var(--tw-gradient-to-position)}.to-primary-500\/75{--tw-gradient-to:rgba(0,158,247,.75) var(--tw-gradient-to-position)}.to-primary-500\/80{--tw-gradient-to:rgba(0,158,247,.8) var(--tw-gradient-to-position)}.to-primary-500\/90{--tw-gradient-to:rgba(0,158,247,.9) var(--tw-gradient-to-position)}.to-primary-500\/95{--tw-gradient-to:rgba(0,158,247,.95) var(--tw-gradient-to-position)}.to-primary-600{--tw-gradient-to:#007ec6 var(--tw-gradient-to-position)}.to-primary-600\/0{--tw-gradient-to:rgba(0,126,198,0) var(--tw-gradient-to-position)}.to-primary-600\/10{--tw-gradient-to:rgba(0,126,198,.1) var(--tw-gradient-to-position)}.to-primary-600\/100{--tw-gradient-to:#007ec6 var(--tw-gradient-to-position)}.to-primary-600\/20{--tw-gradient-to:rgba(0,126,198,.2) var(--tw-gradient-to-position)}.to-primary-600\/25{--tw-gradient-to:rgba(0,126,198,.25) var(--tw-gradient-to-position)}.to-primary-600\/30{--tw-gradient-to:rgba(0,126,198,.3) var(--tw-gradient-to-position)}.to-primary-600\/40{--tw-gradient-to:rgba(0,126,198,.4) var(--tw-gradient-to-position)}.to-primary-600\/5{--tw-gradient-to:rgba(0,126,198,.05) var(--tw-gradient-to-position)}.to-primary-600\/50{--tw-gradient-to:rgba(0,126,198,.5) var(--tw-gradient-to-position)}.to-primary-600\/60{--tw-gradient-to:rgba(0,126,198,.6) var(--tw-gradient-to-position)}.to-primary-600\/70{--tw-gradient-to:rgba(0,126,198,.7) var(--tw-gradient-to-position)}.to-primary-600\/75{--tw-gradient-to:rgba(0,126,198,.75) var(--tw-gradient-to-position)}.to-primary-600\/80{--tw-gradient-to:rgba(0,126,198,.8) var(--tw-gradient-to-position)}.to-primary-600\/90{--tw-gradient-to:rgba(0,126,198,.9) var(--tw-gradient-to-position)}.to-primary-600\/95{--tw-gradient-to:rgba(0,126,198,.95) var(--tw-gradient-to-position)}.to-primary-700{--tw-gradient-to:#005f94 var(--tw-gradient-to-position)}.to-primary-700\/0{--tw-gradient-to:rgba(0,95,148,0) var(--tw-gradient-to-position)}.to-primary-700\/10{--tw-gradient-to:rgba(0,95,148,.1) var(--tw-gradient-to-position)}.to-primary-700\/100{--tw-gradient-to:#005f94 var(--tw-gradient-to-position)}.to-primary-700\/20{--tw-gradient-to:rgba(0,95,148,.2) var(--tw-gradient-to-position)}.to-primary-700\/25{--tw-gradient-to:rgba(0,95,148,.25) var(--tw-gradient-to-position)}.to-primary-700\/30{--tw-gradient-to:rgba(0,95,148,.3) var(--tw-gradient-to-position)}.to-primary-700\/40{--tw-gradient-to:rgba(0,95,148,.4) var(--tw-gradient-to-position)}.to-primary-700\/5{--tw-gradient-to:rgba(0,95,148,.05) var(--tw-gradient-to-position)}.to-primary-700\/50{--tw-gradient-to:rgba(0,95,148,.5) var(--tw-gradient-to-position)}.to-primary-700\/60{--tw-gradient-to:rgba(0,95,148,.6) var(--tw-gradient-to-position)}.to-primary-700\/70{--tw-gradient-to:rgba(0,95,148,.7) var(--tw-gradient-to-position)}.to-primary-700\/75{--tw-gradient-to:rgba(0,95,148,.75) var(--tw-gradient-to-position)}.to-primary-700\/80{--tw-gradient-to:rgba(0,95,148,.8) var(--tw-gradient-to-position)}.to-primary-700\/90{--tw-gradient-to:rgba(0,95,148,.9) var(--tw-gradient-to-position)}.to-primary-700\/95{--tw-gradient-to:rgba(0,95,148,.95) var(--tw-gradient-to-position)}.to-primary-800{--tw-gradient-to:#003f63 var(--tw-gradient-to-position)}.to-primary-800\/0{--tw-gradient-to:rgba(0,63,99,0) var(--tw-gradient-to-position)}.to-primary-800\/10{--tw-gradient-to:rgba(0,63,99,.1) var(--tw-gradient-to-position)}.to-primary-800\/100{--tw-gradient-to:#003f63 var(--tw-gradient-to-position)}.to-primary-800\/20{--tw-gradient-to:rgba(0,63,99,.2) var(--tw-gradient-to-position)}.to-primary-800\/25{--tw-gradient-to:rgba(0,63,99,.25) var(--tw-gradient-to-position)}.to-primary-800\/30{--tw-gradient-to:rgba(0,63,99,.3) var(--tw-gradient-to-position)}.to-primary-800\/40{--tw-gradient-to:rgba(0,63,99,.4) var(--tw-gradient-to-position)}.to-primary-800\/5{--tw-gradient-to:rgba(0,63,99,.05) var(--tw-gradient-to-position)}.to-primary-800\/50{--tw-gradient-to:rgba(0,63,99,.5) var(--tw-gradient-to-position)}.to-primary-800\/60{--tw-gradient-to:rgba(0,63,99,.6) var(--tw-gradient-to-position)}.to-primary-800\/70{--tw-gradient-to:rgba(0,63,99,.7) var(--tw-gradient-to-position)}.to-primary-800\/75{--tw-gradient-to:rgba(0,63,99,.75) var(--tw-gradient-to-position)}.to-primary-800\/80{--tw-gradient-to:rgba(0,63,99,.8) var(--tw-gradient-to-position)}.to-primary-800\/90{--tw-gradient-to:rgba(0,63,99,.9) var(--tw-gradient-to-position)}.to-primary-800\/95{--tw-gradient-to:rgba(0,63,99,.95) var(--tw-gradient-to-position)}.to-primary-900{--tw-gradient-to:#002031 var(--tw-gradient-to-position)}.to-primary-900\/0{--tw-gradient-to:rgba(0,32,49,0) var(--tw-gradient-to-position)}.to-primary-900\/10{--tw-gradient-to:rgba(0,32,49,.1) var(--tw-gradient-to-position)}.to-primary-900\/100{--tw-gradient-to:#002031 var(--tw-gradient-to-position)}.to-primary-900\/20{--tw-gradient-to:rgba(0,32,49,.2) var(--tw-gradient-to-position)}.to-primary-900\/25{--tw-gradient-to:rgba(0,32,49,.25) var(--tw-gradient-to-position)}.to-primary-900\/30{--tw-gradient-to:rgba(0,32,49,.3) var(--tw-gradient-to-position)}.to-primary-900\/40{--tw-gradient-to:rgba(0,32,49,.4) var(--tw-gradient-to-position)}.to-primary-900\/5{--tw-gradient-to:rgba(0,32,49,.05) var(--tw-gradient-to-position)}.to-primary-900\/50{--tw-gradient-to:rgba(0,32,49,.5) var(--tw-gradient-to-position)}.to-primary-900\/60{--tw-gradient-to:rgba(0,32,49,.6) var(--tw-gradient-to-position)}.to-primary-900\/70{--tw-gradient-to:rgba(0,32,49,.7) var(--tw-gradient-to-position)}.to-primary-900\/75{--tw-gradient-to:rgba(0,32,49,.75) var(--tw-gradient-to-position)}.to-primary-900\/80{--tw-gradient-to:rgba(0,32,49,.8) var(--tw-gradient-to-position)}.to-primary-900\/90{--tw-gradient-to:rgba(0,32,49,.9) var(--tw-gradient-to-position)}.to-primary-900\/95{--tw-gradient-to:rgba(0,32,49,.95) var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to:#6c2bd9 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to:#e02424 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to:#047481 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to:#fce96a var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-current{fill:currentColor}.fill-cyan-600{fill:#0891b2}.fill-gray-600{fill:#78829d}.fill-green-500{fill:#0e9f6e}.fill-pink-600{fill:#d61f69}.fill-primary{fill:#009ef7}.fill-primary-100{fill:#ccecfd}.fill-primary-100\/0{fill:rgba(204,236,253,0)}.fill-primary-100\/10{fill:rgba(204,236,253,.1)}.fill-primary-100\/100{fill:#ccecfd}.fill-primary-100\/20{fill:rgba(204,236,253,.2)}.fill-primary-100\/25{fill:rgba(204,236,253,.25)}.fill-primary-100\/30{fill:rgba(204,236,253,.3)}.fill-primary-100\/40{fill:rgba(204,236,253,.4)}.fill-primary-100\/5{fill:rgba(204,236,253,.05)}.fill-primary-100\/50{fill:rgba(204,236,253,.5)}.fill-primary-100\/60{fill:rgba(204,236,253,.6)}.fill-primary-100\/70{fill:rgba(204,236,253,.7)}.fill-primary-100\/75{fill:rgba(204,236,253,.75)}.fill-primary-100\/80{fill:rgba(204,236,253,.8)}.fill-primary-100\/90{fill:rgba(204,236,253,.9)}.fill-primary-100\/95{fill:rgba(204,236,253,.95)}.fill-primary-200{fill:#99d8fc}.fill-primary-200\/0{fill:rgba(153,216,252,0)}.fill-primary-200\/10{fill:rgba(153,216,252,.1)}.fill-primary-200\/100{fill:#99d8fc}.fill-primary-200\/20{fill:rgba(153,216,252,.2)}.fill-primary-200\/25{fill:rgba(153,216,252,.25)}.fill-primary-200\/30{fill:rgba(153,216,252,.3)}.fill-primary-200\/40{fill:rgba(153,216,252,.4)}.fill-primary-200\/5{fill:rgba(153,216,252,.05)}.fill-primary-200\/50{fill:rgba(153,216,252,.5)}.fill-primary-200\/60{fill:rgba(153,216,252,.6)}.fill-primary-200\/70{fill:rgba(153,216,252,.7)}.fill-primary-200\/75{fill:rgba(153,216,252,.75)}.fill-primary-200\/80{fill:rgba(153,216,252,.8)}.fill-primary-200\/90{fill:rgba(153,216,252,.9)}.fill-primary-200\/95{fill:rgba(153,216,252,.95)}.fill-primary-300{fill:#66c5fa}.fill-primary-300\/0{fill:rgba(102,197,250,0)}.fill-primary-300\/10{fill:rgba(102,197,250,.1)}.fill-primary-300\/100{fill:#66c5fa}.fill-primary-300\/20{fill:rgba(102,197,250,.2)}.fill-primary-300\/25{fill:rgba(102,197,250,.25)}.fill-primary-300\/30{fill:rgba(102,197,250,.3)}.fill-primary-300\/40{fill:rgba(102,197,250,.4)}.fill-primary-300\/5{fill:rgba(102,197,250,.05)}.fill-primary-300\/50{fill:rgba(102,197,250,.5)}.fill-primary-300\/60{fill:rgba(102,197,250,.6)}.fill-primary-300\/70{fill:rgba(102,197,250,.7)}.fill-primary-300\/75{fill:rgba(102,197,250,.75)}.fill-primary-300\/80{fill:rgba(102,197,250,.8)}.fill-primary-300\/90{fill:rgba(102,197,250,.9)}.fill-primary-300\/95{fill:rgba(102,197,250,.95)}.fill-primary-400{fill:#33b1f9}.fill-primary-400\/0{fill:rgba(51,177,249,0)}.fill-primary-400\/10{fill:rgba(51,177,249,.1)}.fill-primary-400\/100{fill:#33b1f9}.fill-primary-400\/20{fill:rgba(51,177,249,.2)}.fill-primary-400\/25{fill:rgba(51,177,249,.25)}.fill-primary-400\/30{fill:rgba(51,177,249,.3)}.fill-primary-400\/40{fill:rgba(51,177,249,.4)}.fill-primary-400\/5{fill:rgba(51,177,249,.05)}.fill-primary-400\/50{fill:rgba(51,177,249,.5)}.fill-primary-400\/60{fill:rgba(51,177,249,.6)}.fill-primary-400\/70{fill:rgba(51,177,249,.7)}.fill-primary-400\/75{fill:rgba(51,177,249,.75)}.fill-primary-400\/80{fill:rgba(51,177,249,.8)}.fill-primary-400\/90{fill:rgba(51,177,249,.9)}.fill-primary-400\/95{fill:rgba(51,177,249,.95)}.fill-primary-500{fill:#009ef7}.fill-primary-500\/0{fill:rgba(0,158,247,0)}.fill-primary-500\/10{fill:rgba(0,158,247,.1)}.fill-primary-500\/100{fill:#009ef7}.fill-primary-500\/20{fill:rgba(0,158,247,.2)}.fill-primary-500\/25{fill:rgba(0,158,247,.25)}.fill-primary-500\/30{fill:rgba(0,158,247,.3)}.fill-primary-500\/40{fill:rgba(0,158,247,.4)}.fill-primary-500\/5{fill:rgba(0,158,247,.05)}.fill-primary-500\/50{fill:rgba(0,158,247,.5)}.fill-primary-500\/60{fill:rgba(0,158,247,.6)}.fill-primary-500\/70{fill:rgba(0,158,247,.7)}.fill-primary-500\/75{fill:rgba(0,158,247,.75)}.fill-primary-500\/80{fill:rgba(0,158,247,.8)}.fill-primary-500\/90{fill:rgba(0,158,247,.9)}.fill-primary-500\/95{fill:rgba(0,158,247,.95)}.fill-primary-600{fill:#007ec6}.fill-primary-600\/0{fill:rgba(0,126,198,0)}.fill-primary-600\/10{fill:rgba(0,126,198,.1)}.fill-primary-600\/100{fill:#007ec6}.fill-primary-600\/20{fill:rgba(0,126,198,.2)}.fill-primary-600\/25{fill:rgba(0,126,198,.25)}.fill-primary-600\/30{fill:rgba(0,126,198,.3)}.fill-primary-600\/40{fill:rgba(0,126,198,.4)}.fill-primary-600\/5{fill:rgba(0,126,198,.05)}.fill-primary-600\/50{fill:rgba(0,126,198,.5)}.fill-primary-600\/60{fill:rgba(0,126,198,.6)}.fill-primary-600\/70{fill:rgba(0,126,198,.7)}.fill-primary-600\/75{fill:rgba(0,126,198,.75)}.fill-primary-600\/80{fill:rgba(0,126,198,.8)}.fill-primary-600\/90{fill:rgba(0,126,198,.9)}.fill-primary-600\/95{fill:rgba(0,126,198,.95)}.fill-primary-700{fill:#005f94}.fill-primary-700\/0{fill:rgba(0,95,148,0)}.fill-primary-700\/10{fill:rgba(0,95,148,.1)}.fill-primary-700\/100{fill:#005f94}.fill-primary-700\/20{fill:rgba(0,95,148,.2)}.fill-primary-700\/25{fill:rgba(0,95,148,.25)}.fill-primary-700\/30{fill:rgba(0,95,148,.3)}.fill-primary-700\/40{fill:rgba(0,95,148,.4)}.fill-primary-700\/5{fill:rgba(0,95,148,.05)}.fill-primary-700\/50{fill:rgba(0,95,148,.5)}.fill-primary-700\/60{fill:rgba(0,95,148,.6)}.fill-primary-700\/70{fill:rgba(0,95,148,.7)}.fill-primary-700\/75{fill:rgba(0,95,148,.75)}.fill-primary-700\/80{fill:rgba(0,95,148,.8)}.fill-primary-700\/90{fill:rgba(0,95,148,.9)}.fill-primary-700\/95{fill:rgba(0,95,148,.95)}.fill-primary-800{fill:#003f63}.fill-primary-800\/0{fill:rgba(0,63,99,0)}.fill-primary-800\/10{fill:rgba(0,63,99,.1)}.fill-primary-800\/100{fill:#003f63}.fill-primary-800\/20{fill:rgba(0,63,99,.2)}.fill-primary-800\/25{fill:rgba(0,63,99,.25)}.fill-primary-800\/30{fill:rgba(0,63,99,.3)}.fill-primary-800\/40{fill:rgba(0,63,99,.4)}.fill-primary-800\/5{fill:rgba(0,63,99,.05)}.fill-primary-800\/50{fill:rgba(0,63,99,.5)}.fill-primary-800\/60{fill:rgba(0,63,99,.6)}.fill-primary-800\/70{fill:rgba(0,63,99,.7)}.fill-primary-800\/75{fill:rgba(0,63,99,.75)}.fill-primary-800\/80{fill:rgba(0,63,99,.8)}.fill-primary-800\/90{fill:rgba(0,63,99,.9)}.fill-primary-800\/95{fill:rgba(0,63,99,.95)}.fill-primary-900{fill:#002031}.fill-primary-900\/0{fill:rgba(0,32,49,0)}.fill-primary-900\/10{fill:rgba(0,32,49,.1)}.fill-primary-900\/100{fill:#002031}.fill-primary-900\/20{fill:rgba(0,32,49,.2)}.fill-primary-900\/25{fill:rgba(0,32,49,.25)}.fill-primary-900\/30{fill:rgba(0,32,49,.3)}.fill-primary-900\/40{fill:rgba(0,32,49,.4)}.fill-primary-900\/5{fill:rgba(0,32,49,.05)}.fill-primary-900\/50{fill:rgba(0,32,49,.5)}.fill-primary-900\/60{fill:rgba(0,32,49,.6)}.fill-primary-900\/70{fill:rgba(0,32,49,.7)}.fill-primary-900\/75{fill:rgba(0,32,49,.75)}.fill-primary-900\/80{fill:rgba(0,32,49,.8)}.fill-primary-900\/90{fill:rgba(0,32,49,.9)}.fill-primary-900\/95{fill:rgba(0,32,49,.95)}.fill-purple-600{fill:#7e3af2}.fill-red-600{fill:#e02424}.fill-yellow-400{fill:#e3a008}.stroke-primary-100{stroke:#ccecfd}.stroke-primary-100\/0{stroke:rgba(204,236,253,0)}.stroke-primary-100\/10{stroke:rgba(204,236,253,.1)}.stroke-primary-100\/100{stroke:#ccecfd}.stroke-primary-100\/20{stroke:rgba(204,236,253,.2)}.stroke-primary-100\/25{stroke:rgba(204,236,253,.25)}.stroke-primary-100\/30{stroke:rgba(204,236,253,.3)}.stroke-primary-100\/40{stroke:rgba(204,236,253,.4)}.stroke-primary-100\/5{stroke:rgba(204,236,253,.05)}.stroke-primary-100\/50{stroke:rgba(204,236,253,.5)}.stroke-primary-100\/60{stroke:rgba(204,236,253,.6)}.stroke-primary-100\/70{stroke:rgba(204,236,253,.7)}.stroke-primary-100\/75{stroke:rgba(204,236,253,.75)}.stroke-primary-100\/80{stroke:rgba(204,236,253,.8)}.stroke-primary-100\/90{stroke:rgba(204,236,253,.9)}.stroke-primary-100\/95{stroke:rgba(204,236,253,.95)}.stroke-primary-200{stroke:#99d8fc}.stroke-primary-200\/0{stroke:rgba(153,216,252,0)}.stroke-primary-200\/10{stroke:rgba(153,216,252,.1)}.stroke-primary-200\/100{stroke:#99d8fc}.stroke-primary-200\/20{stroke:rgba(153,216,252,.2)}.stroke-primary-200\/25{stroke:rgba(153,216,252,.25)}.stroke-primary-200\/30{stroke:rgba(153,216,252,.3)}.stroke-primary-200\/40{stroke:rgba(153,216,252,.4)}.stroke-primary-200\/5{stroke:rgba(153,216,252,.05)}.stroke-primary-200\/50{stroke:rgba(153,216,252,.5)}.stroke-primary-200\/60{stroke:rgba(153,216,252,.6)}.stroke-primary-200\/70{stroke:rgba(153,216,252,.7)}.stroke-primary-200\/75{stroke:rgba(153,216,252,.75)}.stroke-primary-200\/80{stroke:rgba(153,216,252,.8)}.stroke-primary-200\/90{stroke:rgba(153,216,252,.9)}.stroke-primary-200\/95{stroke:rgba(153,216,252,.95)}.stroke-primary-300{stroke:#66c5fa}.stroke-primary-300\/0{stroke:rgba(102,197,250,0)}.stroke-primary-300\/10{stroke:rgba(102,197,250,.1)}.stroke-primary-300\/100{stroke:#66c5fa}.stroke-primary-300\/20{stroke:rgba(102,197,250,.2)}.stroke-primary-300\/25{stroke:rgba(102,197,250,.25)}.stroke-primary-300\/30{stroke:rgba(102,197,250,.3)}.stroke-primary-300\/40{stroke:rgba(102,197,250,.4)}.stroke-primary-300\/5{stroke:rgba(102,197,250,.05)}.stroke-primary-300\/50{stroke:rgba(102,197,250,.5)}.stroke-primary-300\/60{stroke:rgba(102,197,250,.6)}.stroke-primary-300\/70{stroke:rgba(102,197,250,.7)}.stroke-primary-300\/75{stroke:rgba(102,197,250,.75)}.stroke-primary-300\/80{stroke:rgba(102,197,250,.8)}.stroke-primary-300\/90{stroke:rgba(102,197,250,.9)}.stroke-primary-300\/95{stroke:rgba(102,197,250,.95)}.stroke-primary-400{stroke:#33b1f9}.stroke-primary-400\/0{stroke:rgba(51,177,249,0)}.stroke-primary-400\/10{stroke:rgba(51,177,249,.1)}.stroke-primary-400\/100{stroke:#33b1f9}.stroke-primary-400\/20{stroke:rgba(51,177,249,.2)}.stroke-primary-400\/25{stroke:rgba(51,177,249,.25)}.stroke-primary-400\/30{stroke:rgba(51,177,249,.3)}.stroke-primary-400\/40{stroke:rgba(51,177,249,.4)}.stroke-primary-400\/5{stroke:rgba(51,177,249,.05)}.stroke-primary-400\/50{stroke:rgba(51,177,249,.5)}.stroke-primary-400\/60{stroke:rgba(51,177,249,.6)}.stroke-primary-400\/70{stroke:rgba(51,177,249,.7)}.stroke-primary-400\/75{stroke:rgba(51,177,249,.75)}.stroke-primary-400\/80{stroke:rgba(51,177,249,.8)}.stroke-primary-400\/90{stroke:rgba(51,177,249,.9)}.stroke-primary-400\/95{stroke:rgba(51,177,249,.95)}.stroke-primary-500{stroke:#009ef7}.stroke-primary-500\/0{stroke:rgba(0,158,247,0)}.stroke-primary-500\/10{stroke:rgba(0,158,247,.1)}.stroke-primary-500\/100{stroke:#009ef7}.stroke-primary-500\/20{stroke:rgba(0,158,247,.2)}.stroke-primary-500\/25{stroke:rgba(0,158,247,.25)}.stroke-primary-500\/30{stroke:rgba(0,158,247,.3)}.stroke-primary-500\/40{stroke:rgba(0,158,247,.4)}.stroke-primary-500\/5{stroke:rgba(0,158,247,.05)}.stroke-primary-500\/50{stroke:rgba(0,158,247,.5)}.stroke-primary-500\/60{stroke:rgba(0,158,247,.6)}.stroke-primary-500\/70{stroke:rgba(0,158,247,.7)}.stroke-primary-500\/75{stroke:rgba(0,158,247,.75)}.stroke-primary-500\/80{stroke:rgba(0,158,247,.8)}.stroke-primary-500\/90{stroke:rgba(0,158,247,.9)}.stroke-primary-500\/95{stroke:rgba(0,158,247,.95)}.stroke-primary-600{stroke:#007ec6}.stroke-primary-600\/0{stroke:rgba(0,126,198,0)}.stroke-primary-600\/10{stroke:rgba(0,126,198,.1)}.stroke-primary-600\/100{stroke:#007ec6}.stroke-primary-600\/20{stroke:rgba(0,126,198,.2)}.stroke-primary-600\/25{stroke:rgba(0,126,198,.25)}.stroke-primary-600\/30{stroke:rgba(0,126,198,.3)}.stroke-primary-600\/40{stroke:rgba(0,126,198,.4)}.stroke-primary-600\/5{stroke:rgba(0,126,198,.05)}.stroke-primary-600\/50{stroke:rgba(0,126,198,.5)}.stroke-primary-600\/60{stroke:rgba(0,126,198,.6)}.stroke-primary-600\/70{stroke:rgba(0,126,198,.7)}.stroke-primary-600\/75{stroke:rgba(0,126,198,.75)}.stroke-primary-600\/80{stroke:rgba(0,126,198,.8)}.stroke-primary-600\/90{stroke:rgba(0,126,198,.9)}.stroke-primary-600\/95{stroke:rgba(0,126,198,.95)}.stroke-primary-700{stroke:#005f94}.stroke-primary-700\/0{stroke:rgba(0,95,148,0)}.stroke-primary-700\/10{stroke:rgba(0,95,148,.1)}.stroke-primary-700\/100{stroke:#005f94}.stroke-primary-700\/20{stroke:rgba(0,95,148,.2)}.stroke-primary-700\/25{stroke:rgba(0,95,148,.25)}.stroke-primary-700\/30{stroke:rgba(0,95,148,.3)}.stroke-primary-700\/40{stroke:rgba(0,95,148,.4)}.stroke-primary-700\/5{stroke:rgba(0,95,148,.05)}.stroke-primary-700\/50{stroke:rgba(0,95,148,.5)}.stroke-primary-700\/60{stroke:rgba(0,95,148,.6)}.stroke-primary-700\/70{stroke:rgba(0,95,148,.7)}.stroke-primary-700\/75{stroke:rgba(0,95,148,.75)}.stroke-primary-700\/80{stroke:rgba(0,95,148,.8)}.stroke-primary-700\/90{stroke:rgba(0,95,148,.9)}.stroke-primary-700\/95{stroke:rgba(0,95,148,.95)}.stroke-primary-800{stroke:#003f63}.stroke-primary-800\/0{stroke:rgba(0,63,99,0)}.stroke-primary-800\/10{stroke:rgba(0,63,99,.1)}.stroke-primary-800\/100{stroke:#003f63}.stroke-primary-800\/20{stroke:rgba(0,63,99,.2)}.stroke-primary-800\/25{stroke:rgba(0,63,99,.25)}.stroke-primary-800\/30{stroke:rgba(0,63,99,.3)}.stroke-primary-800\/40{stroke:rgba(0,63,99,.4)}.stroke-primary-800\/5{stroke:rgba(0,63,99,.05)}.stroke-primary-800\/50{stroke:rgba(0,63,99,.5)}.stroke-primary-800\/60{stroke:rgba(0,63,99,.6)}.stroke-primary-800\/70{stroke:rgba(0,63,99,.7)}.stroke-primary-800\/75{stroke:rgba(0,63,99,.75)}.stroke-primary-800\/80{stroke:rgba(0,63,99,.8)}.stroke-primary-800\/90{stroke:rgba(0,63,99,.9)}.stroke-primary-800\/95{stroke:rgba(0,63,99,.95)}.stroke-primary-900{stroke:#002031}.stroke-primary-900\/0{stroke:rgba(0,32,49,0)}.stroke-primary-900\/10{stroke:rgba(0,32,49,.1)}.stroke-primary-900\/100{stroke:#002031}.stroke-primary-900\/20{stroke:rgba(0,32,49,.2)}.stroke-primary-900\/25{stroke:rgba(0,32,49,.25)}.stroke-primary-900\/30{stroke:rgba(0,32,49,.3)}.stroke-primary-900\/40{stroke:rgba(0,32,49,.4)}.stroke-primary-900\/5{stroke:rgba(0,32,49,.05)}.stroke-primary-900\/50{stroke:rgba(0,32,49,.5)}.stroke-primary-900\/60{stroke:rgba(0,32,49,.6)}.stroke-primary-900\/70{stroke:rgba(0,32,49,.7)}.stroke-primary-900\/75{stroke:rgba(0,32,49,.75)}.stroke-primary-900\/80{stroke:rgba(0,32,49,.8)}.stroke-primary-900\/90{stroke:rgba(0,32,49,.9)}.stroke-primary-900\/95{stroke:rgba(0,32,49,.95)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[var\(--page-vertical-spacing\)\]{padding-top:var(--page-vertical-spacing);padding-bottom:var(--page-vertical-spacing)}.\!pt-0{padding-top:0!important}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-\[calc\(var\(--page-vertical-spacing\)\*4\)\]{padding-bottom:calc(var(--page-vertical-spacing) * 4)}.pb-\[calc\(var\(--page-vertical-spacing\)\+1rem\)\]{padding-bottom:calc(var(--page-vertical-spacing) + 1rem)}.pb-\[var\(--page-vertical-spacing\)\]{padding-bottom:var(--page-vertical-spacing)}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-20{padding-left:5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pl-\[72px\]{padding-left:72px}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-\[24px\]{padding-right:24px}.ps-5{padding-inline-start:1.25rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[2rem\]{padding-top:2rem}.pt-\[var\(--page-vertical-spacing\)\]{padding-top:var(--page-vertical-spacing)}.text-left{text-align:left}.text-center{text-align:center}.font-\[\'clashDisplay\'\]{font-family:clashDisplay}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[var\(--font-montserrat\)\]{font-weight:var(--font-montserrat)}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.text-blue-700{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.text-cyan-300{--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.text-cyan-800{--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity))}.text-cyan-900{--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(249 249 249/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(241 241 242/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(219 223 233/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(181 181 195/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(153 161 183/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(120 130 157/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(75 86 117/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(37 47 74/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(7 20 55/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(14 159 110/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(5 122 85/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(4 108 78/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(3 84 63/var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgb(1 71 55/var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgb(104 117 245/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(81 69 205/var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgb(66 56 157/var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity))}.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity))}.text-lime-700{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity))}.text-lime-800{--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}.text-lime-900{--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity:1;color:rgb(231 70 148/var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity:1;color:rgb(214 31 105/var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity:1;color:rgb(191 18 93/var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity:1;color:rgb(153 21 75/var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity:1;color:rgb(117 26 61/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(0 158 247/var(--tw-text-opacity))}.text-primary-100{--tw-text-opacity:1;color:rgb(204 236 253/var(--tw-text-opacity))}.text-primary-100\/0{color:rgba(204,236,253,0)}.text-primary-100\/10{color:rgba(204,236,253,.1)}.text-primary-100\/100{color:#ccecfd}.text-primary-100\/20{color:rgba(204,236,253,.2)}.text-primary-100\/25{color:rgba(204,236,253,.25)}.text-primary-100\/30{color:rgba(204,236,253,.3)}.text-primary-100\/40{color:rgba(204,236,253,.4)}.text-primary-100\/5{color:rgba(204,236,253,.05)}.text-primary-100\/50{color:rgba(204,236,253,.5)}.text-primary-100\/60{color:rgba(204,236,253,.6)}.text-primary-100\/70{color:rgba(204,236,253,.7)}.text-primary-100\/75{color:rgba(204,236,253,.75)}.text-primary-100\/80{color:rgba(204,236,253,.8)}.text-primary-100\/90{color:rgba(204,236,253,.9)}.text-primary-100\/95{color:rgba(204,236,253,.95)}.text-primary-200{--tw-text-opacity:1;color:rgb(153 216 252/var(--tw-text-opacity))}.text-primary-200\/0{color:rgba(153,216,252,0)}.text-primary-200\/10{color:rgba(153,216,252,.1)}.text-primary-200\/100{color:#99d8fc}.text-primary-200\/20{color:rgba(153,216,252,.2)}.text-primary-200\/25{color:rgba(153,216,252,.25)}.text-primary-200\/30{color:rgba(153,216,252,.3)}.text-primary-200\/40{color:rgba(153,216,252,.4)}.text-primary-200\/5{color:rgba(153,216,252,.05)}.text-primary-200\/50{color:rgba(153,216,252,.5)}.text-primary-200\/60{color:rgba(153,216,252,.6)}.text-primary-200\/70{color:rgba(153,216,252,.7)}.text-primary-200\/75{color:rgba(153,216,252,.75)}.text-primary-200\/80{color:rgba(153,216,252,.8)}.text-primary-200\/90{color:rgba(153,216,252,.9)}.text-primary-200\/95{color:rgba(153,216,252,.95)}.text-primary-300{--tw-text-opacity:1;color:rgb(102 197 250/var(--tw-text-opacity))}.text-primary-300\/0{color:rgba(102,197,250,0)}.text-primary-300\/10{color:rgba(102,197,250,.1)}.text-primary-300\/100{color:#66c5fa}.text-primary-300\/20{color:rgba(102,197,250,.2)}.text-primary-300\/25{color:rgba(102,197,250,.25)}.text-primary-300\/30{color:rgba(102,197,250,.3)}.text-primary-300\/40{color:rgba(102,197,250,.4)}.text-primary-300\/5{color:rgba(102,197,250,.05)}.text-primary-300\/50{color:rgba(102,197,250,.5)}.text-primary-300\/60{color:rgba(102,197,250,.6)}.text-primary-300\/70{color:rgba(102,197,250,.7)}.text-primary-300\/75{color:rgba(102,197,250,.75)}.text-primary-300\/80{color:rgba(102,197,250,.8)}.text-primary-300\/90{color:rgba(102,197,250,.9)}.text-primary-300\/95{color:rgba(102,197,250,.95)}.text-primary-400{--tw-text-opacity:1;color:rgb(51 177 249/var(--tw-text-opacity))}.text-primary-400\/0{color:rgba(51,177,249,0)}.text-primary-400\/10{color:rgba(51,177,249,.1)}.text-primary-400\/100{color:#33b1f9}.text-primary-400\/20{color:rgba(51,177,249,.2)}.text-primary-400\/25{color:rgba(51,177,249,.25)}.text-primary-400\/30{color:rgba(51,177,249,.3)}.text-primary-400\/40{color:rgba(51,177,249,.4)}.text-primary-400\/5{color:rgba(51,177,249,.05)}.text-primary-400\/50{color:rgba(51,177,249,.5)}.text-primary-400\/60{color:rgba(51,177,249,.6)}.text-primary-400\/70{color:rgba(51,177,249,.7)}.text-primary-400\/75{color:rgba(51,177,249,.75)}.text-primary-400\/80{color:rgba(51,177,249,.8)}.text-primary-400\/90{color:rgba(51,177,249,.9)}.text-primary-400\/95{color:rgba(51,177,249,.95)}.text-primary-500{--tw-text-opacity:1;color:rgb(0 158 247/var(--tw-text-opacity))}.text-primary-500\/0{color:rgba(0,158,247,0)}.text-primary-500\/10{color:rgba(0,158,247,.1)}.text-primary-500\/100{color:#009ef7}.text-primary-500\/20{color:rgba(0,158,247,.2)}.text-primary-500\/25{color:rgba(0,158,247,.25)}.text-primary-500\/30{color:rgba(0,158,247,.3)}.text-primary-500\/40{color:rgba(0,158,247,.4)}.text-primary-500\/5{color:rgba(0,158,247,.05)}.text-primary-500\/50{color:rgba(0,158,247,.5)}.text-primary-500\/60{color:rgba(0,158,247,.6)}.text-primary-500\/70{color:rgba(0,158,247,.7)}.text-primary-500\/75{color:rgba(0,158,247,.75)}.text-primary-500\/80{color:rgba(0,158,247,.8)}.text-primary-500\/90{color:rgba(0,158,247,.9)}.text-primary-500\/95{color:rgba(0,158,247,.95)}.text-primary-600{--tw-text-opacity:1;color:rgb(0 126 198/var(--tw-text-opacity))}.text-primary-600\/0{color:rgba(0,126,198,0)}.text-primary-600\/10{color:rgba(0,126,198,.1)}.text-primary-600\/100{color:#007ec6}.text-primary-600\/20{color:rgba(0,126,198,.2)}.text-primary-600\/25{color:rgba(0,126,198,.25)}.text-primary-600\/30{color:rgba(0,126,198,.3)}.text-primary-600\/40{color:rgba(0,126,198,.4)}.text-primary-600\/5{color:rgba(0,126,198,.05)}.text-primary-600\/50{color:rgba(0,126,198,.5)}.text-primary-600\/60{color:rgba(0,126,198,.6)}.text-primary-600\/70{color:rgba(0,126,198,.7)}.text-primary-600\/75{color:rgba(0,126,198,.75)}.text-primary-600\/80{color:rgba(0,126,198,.8)}.text-primary-600\/90{color:rgba(0,126,198,.9)}.text-primary-600\/95{color:rgba(0,126,198,.95)}.text-primary-700{--tw-text-opacity:1;color:rgb(0 95 148/var(--tw-text-opacity))}.text-primary-700\/0{color:rgba(0,95,148,0)}.text-primary-700\/10{color:rgba(0,95,148,.1)}.text-primary-700\/100{color:#005f94}.text-primary-700\/20{color:rgba(0,95,148,.2)}.text-primary-700\/25{color:rgba(0,95,148,.25)}.text-primary-700\/30{color:rgba(0,95,148,.3)}.text-primary-700\/40{color:rgba(0,95,148,.4)}.text-primary-700\/5{color:rgba(0,95,148,.05)}.text-primary-700\/50{color:rgba(0,95,148,.5)}.text-primary-700\/60{color:rgba(0,95,148,.6)}.text-primary-700\/70{color:rgba(0,95,148,.7)}.text-primary-700\/75{color:rgba(0,95,148,.75)}.text-primary-700\/80{color:rgba(0,95,148,.8)}.text-primary-700\/90{color:rgba(0,95,148,.9)}.text-primary-700\/95{color:rgba(0,95,148,.95)}.text-primary-800{--tw-text-opacity:1;color:rgb(0 63 99/var(--tw-text-opacity))}.text-primary-800\/0{color:rgba(0,63,99,0)}.text-primary-800\/10{color:rgba(0,63,99,.1)}.text-primary-800\/100{color:#003f63}.text-primary-800\/20{color:rgba(0,63,99,.2)}.text-primary-800\/25{color:rgba(0,63,99,.25)}.text-primary-800\/30{color:rgba(0,63,99,.3)}.text-primary-800\/40{color:rgba(0,63,99,.4)}.text-primary-800\/5{color:rgba(0,63,99,.05)}.text-primary-800\/50{color:rgba(0,63,99,.5)}.text-primary-800\/60{color:rgba(0,63,99,.6)}.text-primary-800\/70{color:rgba(0,63,99,.7)}.text-primary-800\/75{color:rgba(0,63,99,.75)}.text-primary-800\/80{color:rgba(0,63,99,.8)}.text-primary-800\/90{color:rgba(0,63,99,.9)}.text-primary-800\/95{color:rgba(0,63,99,.95)}.text-primary-900{--tw-text-opacity:1;color:rgb(0 32 49/var(--tw-text-opacity))}.text-primary-900\/0{color:rgba(0,32,49,0)}.text-primary-900\/10{color:rgba(0,32,49,.1)}.text-primary-900\/100{color:#002031}.text-primary-900\/20{color:rgba(0,32,49,.2)}.text-primary-900\/25{color:rgba(0,32,49,.25)}.text-primary-900\/30{color:rgba(0,32,49,.3)}.text-primary-900\/40{color:rgba(0,32,49,.4)}.text-primary-900\/5{color:rgba(0,32,49,.05)}.text-primary-900\/50{color:rgba(0,32,49,.5)}.text-primary-900\/60{color:rgba(0,32,49,.6)}.text-primary-900\/70{color:rgba(0,32,49,.7)}.text-primary-900\/75{color:rgba(0,32,49,.75)}.text-primary-900\/80{color:rgba(0,32,49,.8)}.text-primary-900\/90{color:rgba(0,32,49,.9)}.text-primary-900\/95{color:rgba(0,32,49,.95)}.text-purple-500{--tw-text-opacity:1;color:rgb(144 97 249/var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity:1;color:rgb(126 58 242/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(108 43 217/var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgb(85 33 181/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(200 30 30/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity))}.text-red-900{--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(255 197 55/var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity:1;color:rgb(6 148 162/var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity:1;color:rgb(4 116 129/var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity:1;color:rgb(3 102 114/var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity:1;color:rgb(5 80 92/var(--tw-text-opacity))}.text-teal-900{--tw-text-opacity:1;color:rgb(1 68 81/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(194 120 3/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(142 75 16/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(114 59 19/var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity:1;color:rgb(99 49 18/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-primary-100{text-decoration-color:#ccecfd}.decoration-primary-100\/0{text-decoration-color:rgba(204,236,253,0)}.decoration-primary-100\/10{text-decoration-color:rgba(204,236,253,.1)}.decoration-primary-100\/100{text-decoration-color:#ccecfd}.decoration-primary-100\/20{text-decoration-color:rgba(204,236,253,.2)}.decoration-primary-100\/25{text-decoration-color:rgba(204,236,253,.25)}.decoration-primary-100\/30{text-decoration-color:rgba(204,236,253,.3)}.decoration-primary-100\/40{text-decoration-color:rgba(204,236,253,.4)}.decoration-primary-100\/5{text-decoration-color:rgba(204,236,253,.05)}.decoration-primary-100\/50{text-decoration-color:rgba(204,236,253,.5)}.decoration-primary-100\/60{text-decoration-color:rgba(204,236,253,.6)}.decoration-primary-100\/70{text-decoration-color:rgba(204,236,253,.7)}.decoration-primary-100\/75{text-decoration-color:rgba(204,236,253,.75)}.decoration-primary-100\/80{text-decoration-color:rgba(204,236,253,.8)}.decoration-primary-100\/90{text-decoration-color:rgba(204,236,253,.9)}.decoration-primary-100\/95{text-decoration-color:rgba(204,236,253,.95)}.decoration-primary-200{text-decoration-color:#99d8fc}.decoration-primary-200\/0{text-decoration-color:rgba(153,216,252,0)}.decoration-primary-200\/10{text-decoration-color:rgba(153,216,252,.1)}.decoration-primary-200\/100{text-decoration-color:#99d8fc}.decoration-primary-200\/20{text-decoration-color:rgba(153,216,252,.2)}.decoration-primary-200\/25{text-decoration-color:rgba(153,216,252,.25)}.decoration-primary-200\/30{text-decoration-color:rgba(153,216,252,.3)}.decoration-primary-200\/40{text-decoration-color:rgba(153,216,252,.4)}.decoration-primary-200\/5{text-decoration-color:rgba(153,216,252,.05)}.decoration-primary-200\/50{text-decoration-color:rgba(153,216,252,.5)}.decoration-primary-200\/60{text-decoration-color:rgba(153,216,252,.6)}.decoration-primary-200\/70{text-decoration-color:rgba(153,216,252,.7)}.decoration-primary-200\/75{text-decoration-color:rgba(153,216,252,.75)}.decoration-primary-200\/80{text-decoration-color:rgba(153,216,252,.8)}.decoration-primary-200\/90{text-decoration-color:rgba(153,216,252,.9)}.decoration-primary-200\/95{text-decoration-color:rgba(153,216,252,.95)}.decoration-primary-300{text-decoration-color:#66c5fa}.decoration-primary-300\/0{text-decoration-color:rgba(102,197,250,0)}.decoration-primary-300\/10{text-decoration-color:rgba(102,197,250,.1)}.decoration-primary-300\/100{text-decoration-color:#66c5fa}.decoration-primary-300\/20{text-decoration-color:rgba(102,197,250,.2)}.decoration-primary-300\/25{text-decoration-color:rgba(102,197,250,.25)}.decoration-primary-300\/30{text-decoration-color:rgba(102,197,250,.3)}.decoration-primary-300\/40{text-decoration-color:rgba(102,197,250,.4)}.decoration-primary-300\/5{text-decoration-color:rgba(102,197,250,.05)}.decoration-primary-300\/50{text-decoration-color:rgba(102,197,250,.5)}.decoration-primary-300\/60{text-decoration-color:rgba(102,197,250,.6)}.decoration-primary-300\/70{text-decoration-color:rgba(102,197,250,.7)}.decoration-primary-300\/75{text-decoration-color:rgba(102,197,250,.75)}.decoration-primary-300\/80{text-decoration-color:rgba(102,197,250,.8)}.decoration-primary-300\/90{text-decoration-color:rgba(102,197,250,.9)}.decoration-primary-300\/95{text-decoration-color:rgba(102,197,250,.95)}.decoration-primary-400{text-decoration-color:#33b1f9}.decoration-primary-400\/0{text-decoration-color:rgba(51,177,249,0)}.decoration-primary-400\/10{text-decoration-color:rgba(51,177,249,.1)}.decoration-primary-400\/100{text-decoration-color:#33b1f9}.decoration-primary-400\/20{text-decoration-color:rgba(51,177,249,.2)}.decoration-primary-400\/25{text-decoration-color:rgba(51,177,249,.25)}.decoration-primary-400\/30{text-decoration-color:rgba(51,177,249,.3)}.decoration-primary-400\/40{text-decoration-color:rgba(51,177,249,.4)}.decoration-primary-400\/5{text-decoration-color:rgba(51,177,249,.05)}.decoration-primary-400\/50{text-decoration-color:rgba(51,177,249,.5)}.decoration-primary-400\/60{text-decoration-color:rgba(51,177,249,.6)}.decoration-primary-400\/70{text-decoration-color:rgba(51,177,249,.7)}.decoration-primary-400\/75{text-decoration-color:rgba(51,177,249,.75)}.decoration-primary-400\/80{text-decoration-color:rgba(51,177,249,.8)}.decoration-primary-400\/90{text-decoration-color:rgba(51,177,249,.9)}.decoration-primary-400\/95{text-decoration-color:rgba(51,177,249,.95)}.decoration-primary-500{text-decoration-color:#009ef7}.decoration-primary-500\/0{text-decoration-color:rgba(0,158,247,0)}.decoration-primary-500\/10{text-decoration-color:rgba(0,158,247,.1)}.decoration-primary-500\/100{text-decoration-color:#009ef7}.decoration-primary-500\/20{text-decoration-color:rgba(0,158,247,.2)}.decoration-primary-500\/25{text-decoration-color:rgba(0,158,247,.25)}.decoration-primary-500\/30{text-decoration-color:rgba(0,158,247,.3)}.decoration-primary-500\/40{text-decoration-color:rgba(0,158,247,.4)}.decoration-primary-500\/5{text-decoration-color:rgba(0,158,247,.05)}.decoration-primary-500\/50{text-decoration-color:rgba(0,158,247,.5)}.decoration-primary-500\/60{text-decoration-color:rgba(0,158,247,.6)}.decoration-primary-500\/70{text-decoration-color:rgba(0,158,247,.7)}.decoration-primary-500\/75{text-decoration-color:rgba(0,158,247,.75)}.decoration-primary-500\/80{text-decoration-color:rgba(0,158,247,.8)}.decoration-primary-500\/90{text-decoration-color:rgba(0,158,247,.9)}.decoration-primary-500\/95{text-decoration-color:rgba(0,158,247,.95)}.decoration-primary-600{text-decoration-color:#007ec6}.decoration-primary-600\/0{text-decoration-color:rgba(0,126,198,0)}.decoration-primary-600\/10{text-decoration-color:rgba(0,126,198,.1)}.decoration-primary-600\/100{text-decoration-color:#007ec6}.decoration-primary-600\/20{text-decoration-color:rgba(0,126,198,.2)}.decoration-primary-600\/25{text-decoration-color:rgba(0,126,198,.25)}.decoration-primary-600\/30{text-decoration-color:rgba(0,126,198,.3)}.decoration-primary-600\/40{text-decoration-color:rgba(0,126,198,.4)}.decoration-primary-600\/5{text-decoration-color:rgba(0,126,198,.05)}.decoration-primary-600\/50{text-decoration-color:rgba(0,126,198,.5)}.decoration-primary-600\/60{text-decoration-color:rgba(0,126,198,.6)}.decoration-primary-600\/70{text-decoration-color:rgba(0,126,198,.7)}.decoration-primary-600\/75{text-decoration-color:rgba(0,126,198,.75)}.decoration-primary-600\/80{text-decoration-color:rgba(0,126,198,.8)}.decoration-primary-600\/90{text-decoration-color:rgba(0,126,198,.9)}.decoration-primary-600\/95{text-decoration-color:rgba(0,126,198,.95)}.decoration-primary-700{text-decoration-color:#005f94}.decoration-primary-700\/0{text-decoration-color:rgba(0,95,148,0)}.decoration-primary-700\/10{text-decoration-color:rgba(0,95,148,.1)}.decoration-primary-700\/100{text-decoration-color:#005f94}.decoration-primary-700\/20{text-decoration-color:rgba(0,95,148,.2)}.decoration-primary-700\/25{text-decoration-color:rgba(0,95,148,.25)}.decoration-primary-700\/30{text-decoration-color:rgba(0,95,148,.3)}.decoration-primary-700\/40{text-decoration-color:rgba(0,95,148,.4)}.decoration-primary-700\/5{text-decoration-color:rgba(0,95,148,.05)}.decoration-primary-700\/50{text-decoration-color:rgba(0,95,148,.5)}.decoration-primary-700\/60{text-decoration-color:rgba(0,95,148,.6)}.decoration-primary-700\/70{text-decoration-color:rgba(0,95,148,.7)}.decoration-primary-700\/75{text-decoration-color:rgba(0,95,148,.75)}.decoration-primary-700\/80{text-decoration-color:rgba(0,95,148,.8)}.decoration-primary-700\/90{text-decoration-color:rgba(0,95,148,.9)}.decoration-primary-700\/95{text-decoration-color:rgba(0,95,148,.95)}.decoration-primary-800{text-decoration-color:#003f63}.decoration-primary-800\/0{text-decoration-color:rgba(0,63,99,0)}.decoration-primary-800\/10{text-decoration-color:rgba(0,63,99,.1)}.decoration-primary-800\/100{text-decoration-color:#003f63}.decoration-primary-800\/20{text-decoration-color:rgba(0,63,99,.2)}.decoration-primary-800\/25{text-decoration-color:rgba(0,63,99,.25)}.decoration-primary-800\/30{text-decoration-color:rgba(0,63,99,.3)}.decoration-primary-800\/40{text-decoration-color:rgba(0,63,99,.4)}.decoration-primary-800\/5{text-decoration-color:rgba(0,63,99,.05)}.decoration-primary-800\/50{text-decoration-color:rgba(0,63,99,.5)}.decoration-primary-800\/60{text-decoration-color:rgba(0,63,99,.6)}.decoration-primary-800\/70{text-decoration-color:rgba(0,63,99,.7)}.decoration-primary-800\/75{text-decoration-color:rgba(0,63,99,.75)}.decoration-primary-800\/80{text-decoration-color:rgba(0,63,99,.8)}.decoration-primary-800\/90{text-decoration-color:rgba(0,63,99,.9)}.decoration-primary-800\/95{text-decoration-color:rgba(0,63,99,.95)}.decoration-primary-900{text-decoration-color:#002031}.decoration-primary-900\/0{text-decoration-color:rgba(0,32,49,0)}.decoration-primary-900\/10{text-decoration-color:rgba(0,32,49,.1)}.decoration-primary-900\/100{text-decoration-color:#002031}.decoration-primary-900\/20{text-decoration-color:rgba(0,32,49,.2)}.decoration-primary-900\/25{text-decoration-color:rgba(0,32,49,.25)}.decoration-primary-900\/30{text-decoration-color:rgba(0,32,49,.3)}.decoration-primary-900\/40{text-decoration-color:rgba(0,32,49,.4)}.decoration-primary-900\/5{text-decoration-color:rgba(0,32,49,.05)}.decoration-primary-900\/50{text-decoration-color:rgba(0,32,49,.5)}.decoration-primary-900\/60{text-decoration-color:rgba(0,32,49,.6)}.decoration-primary-900\/70{text-decoration-color:rgba(0,32,49,.7)}.decoration-primary-900\/75{text-decoration-color:rgba(0,32,49,.75)}.decoration-primary-900\/80{text-decoration-color:rgba(0,32,49,.8)}.decoration-primary-900\/90{text-decoration-color:rgba(0,32,49,.9)}.decoration-primary-900\/95{text-decoration-color:rgba(0,32,49,.95)}.placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(14 116 144/var(--tw-placeholder-opacity))}.placeholder-cyan-700::placeholder{--tw-placeholder-opacity:1;color:rgb(14 116 144/var(--tw-placeholder-opacity))}.placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(4 108 78/var(--tw-placeholder-opacity))}.placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgb(4 108 78/var(--tw-placeholder-opacity))}.placeholder-primary-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(204 236 253/var(--tw-placeholder-opacity))}.placeholder-primary-100::placeholder{--tw-placeholder-opacity:1;color:rgb(204 236 253/var(--tw-placeholder-opacity))}.placeholder-primary-100\/0::-moz-placeholder{color:rgba(204,236,253,0)}.placeholder-primary-100\/0::placeholder{color:rgba(204,236,253,0)}.placeholder-primary-100\/10::-moz-placeholder{color:rgba(204,236,253,.1)}.placeholder-primary-100\/10::placeholder{color:rgba(204,236,253,.1)}.placeholder-primary-100\/100::-moz-placeholder{color:#ccecfd}.placeholder-primary-100\/100::placeholder{color:#ccecfd}.placeholder-primary-100\/20::-moz-placeholder{color:rgba(204,236,253,.2)}.placeholder-primary-100\/20::placeholder{color:rgba(204,236,253,.2)}.placeholder-primary-100\/25::-moz-placeholder{color:rgba(204,236,253,.25)}.placeholder-primary-100\/25::placeholder{color:rgba(204,236,253,.25)}.placeholder-primary-100\/30::-moz-placeholder{color:rgba(204,236,253,.3)}.placeholder-primary-100\/30::placeholder{color:rgba(204,236,253,.3)}.placeholder-primary-100\/40::-moz-placeholder{color:rgba(204,236,253,.4)}.placeholder-primary-100\/40::placeholder{color:rgba(204,236,253,.4)}.placeholder-primary-100\/5::-moz-placeholder{color:rgba(204,236,253,.05)}.placeholder-primary-100\/5::placeholder{color:rgba(204,236,253,.05)}.placeholder-primary-100\/50::-moz-placeholder{color:rgba(204,236,253,.5)}.placeholder-primary-100\/50::placeholder{color:rgba(204,236,253,.5)}.placeholder-primary-100\/60::-moz-placeholder{color:rgba(204,236,253,.6)}.placeholder-primary-100\/60::placeholder{color:rgba(204,236,253,.6)}.placeholder-primary-100\/70::-moz-placeholder{color:rgba(204,236,253,.7)}.placeholder-primary-100\/70::placeholder{color:rgba(204,236,253,.7)}.placeholder-primary-100\/75::-moz-placeholder{color:rgba(204,236,253,.75)}.placeholder-primary-100\/75::placeholder{color:rgba(204,236,253,.75)}.placeholder-primary-100\/80::-moz-placeholder{color:rgba(204,236,253,.8)}.placeholder-primary-100\/80::placeholder{color:rgba(204,236,253,.8)}.placeholder-primary-100\/90::-moz-placeholder{color:rgba(204,236,253,.9)}.placeholder-primary-100\/90::placeholder{color:rgba(204,236,253,.9)}.placeholder-primary-100\/95::-moz-placeholder{color:rgba(204,236,253,.95)}.placeholder-primary-100\/95::placeholder{color:rgba(204,236,253,.95)}.placeholder-primary-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(153 216 252/var(--tw-placeholder-opacity))}.placeholder-primary-200::placeholder{--tw-placeholder-opacity:1;color:rgb(153 216 252/var(--tw-placeholder-opacity))}.placeholder-primary-200\/0::-moz-placeholder{color:rgba(153,216,252,0)}.placeholder-primary-200\/0::placeholder{color:rgba(153,216,252,0)}.placeholder-primary-200\/10::-moz-placeholder{color:rgba(153,216,252,.1)}.placeholder-primary-200\/10::placeholder{color:rgba(153,216,252,.1)}.placeholder-primary-200\/100::-moz-placeholder{color:#99d8fc}.placeholder-primary-200\/100::placeholder{color:#99d8fc}.placeholder-primary-200\/20::-moz-placeholder{color:rgba(153,216,252,.2)}.placeholder-primary-200\/20::placeholder{color:rgba(153,216,252,.2)}.placeholder-primary-200\/25::-moz-placeholder{color:rgba(153,216,252,.25)}.placeholder-primary-200\/25::placeholder{color:rgba(153,216,252,.25)}.placeholder-primary-200\/30::-moz-placeholder{color:rgba(153,216,252,.3)}.placeholder-primary-200\/30::placeholder{color:rgba(153,216,252,.3)}.placeholder-primary-200\/40::-moz-placeholder{color:rgba(153,216,252,.4)}.placeholder-primary-200\/40::placeholder{color:rgba(153,216,252,.4)}.placeholder-primary-200\/5::-moz-placeholder{color:rgba(153,216,252,.05)}.placeholder-primary-200\/5::placeholder{color:rgba(153,216,252,.05)}.placeholder-primary-200\/50::-moz-placeholder{color:rgba(153,216,252,.5)}.placeholder-primary-200\/50::placeholder{color:rgba(153,216,252,.5)}.placeholder-primary-200\/60::-moz-placeholder{color:rgba(153,216,252,.6)}.placeholder-primary-200\/60::placeholder{color:rgba(153,216,252,.6)}.placeholder-primary-200\/70::-moz-placeholder{color:rgba(153,216,252,.7)}.placeholder-primary-200\/70::placeholder{color:rgba(153,216,252,.7)}.placeholder-primary-200\/75::-moz-placeholder{color:rgba(153,216,252,.75)}.placeholder-primary-200\/75::placeholder{color:rgba(153,216,252,.75)}.placeholder-primary-200\/80::-moz-placeholder{color:rgba(153,216,252,.8)}.placeholder-primary-200\/80::placeholder{color:rgba(153,216,252,.8)}.placeholder-primary-200\/90::-moz-placeholder{color:rgba(153,216,252,.9)}.placeholder-primary-200\/90::placeholder{color:rgba(153,216,252,.9)}.placeholder-primary-200\/95::-moz-placeholder{color:rgba(153,216,252,.95)}.placeholder-primary-200\/95::placeholder{color:rgba(153,216,252,.95)}.placeholder-primary-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(102 197 250/var(--tw-placeholder-opacity))}.placeholder-primary-300::placeholder{--tw-placeholder-opacity:1;color:rgb(102 197 250/var(--tw-placeholder-opacity))}.placeholder-primary-300\/0::-moz-placeholder{color:rgba(102,197,250,0)}.placeholder-primary-300\/0::placeholder{color:rgba(102,197,250,0)}.placeholder-primary-300\/10::-moz-placeholder{color:rgba(102,197,250,.1)}.placeholder-primary-300\/10::placeholder{color:rgba(102,197,250,.1)}.placeholder-primary-300\/100::-moz-placeholder{color:#66c5fa}.placeholder-primary-300\/100::placeholder{color:#66c5fa}.placeholder-primary-300\/20::-moz-placeholder{color:rgba(102,197,250,.2)}.placeholder-primary-300\/20::placeholder{color:rgba(102,197,250,.2)}.placeholder-primary-300\/25::-moz-placeholder{color:rgba(102,197,250,.25)}.placeholder-primary-300\/25::placeholder{color:rgba(102,197,250,.25)}.placeholder-primary-300\/30::-moz-placeholder{color:rgba(102,197,250,.3)}.placeholder-primary-300\/30::placeholder{color:rgba(102,197,250,.3)}.placeholder-primary-300\/40::-moz-placeholder{color:rgba(102,197,250,.4)}.placeholder-primary-300\/40::placeholder{color:rgba(102,197,250,.4)}.placeholder-primary-300\/5::-moz-placeholder{color:rgba(102,197,250,.05)}.placeholder-primary-300\/5::placeholder{color:rgba(102,197,250,.05)}.placeholder-primary-300\/50::-moz-placeholder{color:rgba(102,197,250,.5)}.placeholder-primary-300\/50::placeholder{color:rgba(102,197,250,.5)}.placeholder-primary-300\/60::-moz-placeholder{color:rgba(102,197,250,.6)}.placeholder-primary-300\/60::placeholder{color:rgba(102,197,250,.6)}.placeholder-primary-300\/70::-moz-placeholder{color:rgba(102,197,250,.7)}.placeholder-primary-300\/70::placeholder{color:rgba(102,197,250,.7)}.placeholder-primary-300\/75::-moz-placeholder{color:rgba(102,197,250,.75)}.placeholder-primary-300\/75::placeholder{color:rgba(102,197,250,.75)}.placeholder-primary-300\/80::-moz-placeholder{color:rgba(102,197,250,.8)}.placeholder-primary-300\/80::placeholder{color:rgba(102,197,250,.8)}.placeholder-primary-300\/90::-moz-placeholder{color:rgba(102,197,250,.9)}.placeholder-primary-300\/90::placeholder{color:rgba(102,197,250,.9)}.placeholder-primary-300\/95::-moz-placeholder{color:rgba(102,197,250,.95)}.placeholder-primary-300\/95::placeholder{color:rgba(102,197,250,.95)}.placeholder-primary-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(51 177 249/var(--tw-placeholder-opacity))}.placeholder-primary-400::placeholder{--tw-placeholder-opacity:1;color:rgb(51 177 249/var(--tw-placeholder-opacity))}.placeholder-primary-400\/0::-moz-placeholder{color:rgba(51,177,249,0)}.placeholder-primary-400\/0::placeholder{color:rgba(51,177,249,0)}.placeholder-primary-400\/10::-moz-placeholder{color:rgba(51,177,249,.1)}.placeholder-primary-400\/10::placeholder{color:rgba(51,177,249,.1)}.placeholder-primary-400\/100::-moz-placeholder{color:#33b1f9}.placeholder-primary-400\/100::placeholder{color:#33b1f9}.placeholder-primary-400\/20::-moz-placeholder{color:rgba(51,177,249,.2)}.placeholder-primary-400\/20::placeholder{color:rgba(51,177,249,.2)}.placeholder-primary-400\/25::-moz-placeholder{color:rgba(51,177,249,.25)}.placeholder-primary-400\/25::placeholder{color:rgba(51,177,249,.25)}.placeholder-primary-400\/30::-moz-placeholder{color:rgba(51,177,249,.3)}.placeholder-primary-400\/30::placeholder{color:rgba(51,177,249,.3)}.placeholder-primary-400\/40::-moz-placeholder{color:rgba(51,177,249,.4)}.placeholder-primary-400\/40::placeholder{color:rgba(51,177,249,.4)}.placeholder-primary-400\/5::-moz-placeholder{color:rgba(51,177,249,.05)}.placeholder-primary-400\/5::placeholder{color:rgba(51,177,249,.05)}.placeholder-primary-400\/50::-moz-placeholder{color:rgba(51,177,249,.5)}.placeholder-primary-400\/50::placeholder{color:rgba(51,177,249,.5)}.placeholder-primary-400\/60::-moz-placeholder{color:rgba(51,177,249,.6)}.placeholder-primary-400\/60::placeholder{color:rgba(51,177,249,.6)}.placeholder-primary-400\/70::-moz-placeholder{color:rgba(51,177,249,.7)}.placeholder-primary-400\/70::placeholder{color:rgba(51,177,249,.7)}.placeholder-primary-400\/75::-moz-placeholder{color:rgba(51,177,249,.75)}.placeholder-primary-400\/75::placeholder{color:rgba(51,177,249,.75)}.placeholder-primary-400\/80::-moz-placeholder{color:rgba(51,177,249,.8)}.placeholder-primary-400\/80::placeholder{color:rgba(51,177,249,.8)}.placeholder-primary-400\/90::-moz-placeholder{color:rgba(51,177,249,.9)}.placeholder-primary-400\/90::placeholder{color:rgba(51,177,249,.9)}.placeholder-primary-400\/95::-moz-placeholder{color:rgba(51,177,249,.95)}.placeholder-primary-400\/95::placeholder{color:rgba(51,177,249,.95)}.placeholder-primary-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 158 247/var(--tw-placeholder-opacity))}.placeholder-primary-500::placeholder{--tw-placeholder-opacity:1;color:rgb(0 158 247/var(--tw-placeholder-opacity))}.placeholder-primary-500\/0::-moz-placeholder{color:rgba(0,158,247,0)}.placeholder-primary-500\/0::placeholder{color:rgba(0,158,247,0)}.placeholder-primary-500\/10::-moz-placeholder{color:rgba(0,158,247,.1)}.placeholder-primary-500\/10::placeholder{color:rgba(0,158,247,.1)}.placeholder-primary-500\/100::-moz-placeholder{color:#009ef7}.placeholder-primary-500\/100::placeholder{color:#009ef7}.placeholder-primary-500\/20::-moz-placeholder{color:rgba(0,158,247,.2)}.placeholder-primary-500\/20::placeholder{color:rgba(0,158,247,.2)}.placeholder-primary-500\/25::-moz-placeholder{color:rgba(0,158,247,.25)}.placeholder-primary-500\/25::placeholder{color:rgba(0,158,247,.25)}.placeholder-primary-500\/30::-moz-placeholder{color:rgba(0,158,247,.3)}.placeholder-primary-500\/30::placeholder{color:rgba(0,158,247,.3)}.placeholder-primary-500\/40::-moz-placeholder{color:rgba(0,158,247,.4)}.placeholder-primary-500\/40::placeholder{color:rgba(0,158,247,.4)}.placeholder-primary-500\/5::-moz-placeholder{color:rgba(0,158,247,.05)}.placeholder-primary-500\/5::placeholder{color:rgba(0,158,247,.05)}.placeholder-primary-500\/50::-moz-placeholder{color:rgba(0,158,247,.5)}.placeholder-primary-500\/50::placeholder{color:rgba(0,158,247,.5)}.placeholder-primary-500\/60::-moz-placeholder{color:rgba(0,158,247,.6)}.placeholder-primary-500\/60::placeholder{color:rgba(0,158,247,.6)}.placeholder-primary-500\/70::-moz-placeholder{color:rgba(0,158,247,.7)}.placeholder-primary-500\/70::placeholder{color:rgba(0,158,247,.7)}.placeholder-primary-500\/75::-moz-placeholder{color:rgba(0,158,247,.75)}.placeholder-primary-500\/75::placeholder{color:rgba(0,158,247,.75)}.placeholder-primary-500\/80::-moz-placeholder{color:rgba(0,158,247,.8)}.placeholder-primary-500\/80::placeholder{color:rgba(0,158,247,.8)}.placeholder-primary-500\/90::-moz-placeholder{color:rgba(0,158,247,.9)}.placeholder-primary-500\/90::placeholder{color:rgba(0,158,247,.9)}.placeholder-primary-500\/95::-moz-placeholder{color:rgba(0,158,247,.95)}.placeholder-primary-500\/95::placeholder{color:rgba(0,158,247,.95)}.placeholder-primary-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 126 198/var(--tw-placeholder-opacity))}.placeholder-primary-600::placeholder{--tw-placeholder-opacity:1;color:rgb(0 126 198/var(--tw-placeholder-opacity))}.placeholder-primary-600\/0::-moz-placeholder{color:rgba(0,126,198,0)}.placeholder-primary-600\/0::placeholder{color:rgba(0,126,198,0)}.placeholder-primary-600\/10::-moz-placeholder{color:rgba(0,126,198,.1)}.placeholder-primary-600\/10::placeholder{color:rgba(0,126,198,.1)}.placeholder-primary-600\/100::-moz-placeholder{color:#007ec6}.placeholder-primary-600\/100::placeholder{color:#007ec6}.placeholder-primary-600\/20::-moz-placeholder{color:rgba(0,126,198,.2)}.placeholder-primary-600\/20::placeholder{color:rgba(0,126,198,.2)}.placeholder-primary-600\/25::-moz-placeholder{color:rgba(0,126,198,.25)}.placeholder-primary-600\/25::placeholder{color:rgba(0,126,198,.25)}.placeholder-primary-600\/30::-moz-placeholder{color:rgba(0,126,198,.3)}.placeholder-primary-600\/30::placeholder{color:rgba(0,126,198,.3)}.placeholder-primary-600\/40::-moz-placeholder{color:rgba(0,126,198,.4)}.placeholder-primary-600\/40::placeholder{color:rgba(0,126,198,.4)}.placeholder-primary-600\/5::-moz-placeholder{color:rgba(0,126,198,.05)}.placeholder-primary-600\/5::placeholder{color:rgba(0,126,198,.05)}.placeholder-primary-600\/50::-moz-placeholder{color:rgba(0,126,198,.5)}.placeholder-primary-600\/50::placeholder{color:rgba(0,126,198,.5)}.placeholder-primary-600\/60::-moz-placeholder{color:rgba(0,126,198,.6)}.placeholder-primary-600\/60::placeholder{color:rgba(0,126,198,.6)}.placeholder-primary-600\/70::-moz-placeholder{color:rgba(0,126,198,.7)}.placeholder-primary-600\/70::placeholder{color:rgba(0,126,198,.7)}.placeholder-primary-600\/75::-moz-placeholder{color:rgba(0,126,198,.75)}.placeholder-primary-600\/75::placeholder{color:rgba(0,126,198,.75)}.placeholder-primary-600\/80::-moz-placeholder{color:rgba(0,126,198,.8)}.placeholder-primary-600\/80::placeholder{color:rgba(0,126,198,.8)}.placeholder-primary-600\/90::-moz-placeholder{color:rgba(0,126,198,.9)}.placeholder-primary-600\/90::placeholder{color:rgba(0,126,198,.9)}.placeholder-primary-600\/95::-moz-placeholder{color:rgba(0,126,198,.95)}.placeholder-primary-600\/95::placeholder{color:rgba(0,126,198,.95)}.placeholder-primary-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 95 148/var(--tw-placeholder-opacity))}.placeholder-primary-700::placeholder{--tw-placeholder-opacity:1;color:rgb(0 95 148/var(--tw-placeholder-opacity))}.placeholder-primary-700\/0::-moz-placeholder{color:rgba(0,95,148,0)}.placeholder-primary-700\/0::placeholder{color:rgba(0,95,148,0)}.placeholder-primary-700\/10::-moz-placeholder{color:rgba(0,95,148,.1)}.placeholder-primary-700\/10::placeholder{color:rgba(0,95,148,.1)}.placeholder-primary-700\/100::-moz-placeholder{color:#005f94}.placeholder-primary-700\/100::placeholder{color:#005f94}.placeholder-primary-700\/20::-moz-placeholder{color:rgba(0,95,148,.2)}.placeholder-primary-700\/20::placeholder{color:rgba(0,95,148,.2)}.placeholder-primary-700\/25::-moz-placeholder{color:rgba(0,95,148,.25)}.placeholder-primary-700\/25::placeholder{color:rgba(0,95,148,.25)}.placeholder-primary-700\/30::-moz-placeholder{color:rgba(0,95,148,.3)}.placeholder-primary-700\/30::placeholder{color:rgba(0,95,148,.3)}.placeholder-primary-700\/40::-moz-placeholder{color:rgba(0,95,148,.4)}.placeholder-primary-700\/40::placeholder{color:rgba(0,95,148,.4)}.placeholder-primary-700\/5::-moz-placeholder{color:rgba(0,95,148,.05)}.placeholder-primary-700\/5::placeholder{color:rgba(0,95,148,.05)}.placeholder-primary-700\/50::-moz-placeholder{color:rgba(0,95,148,.5)}.placeholder-primary-700\/50::placeholder{color:rgba(0,95,148,.5)}.placeholder-primary-700\/60::-moz-placeholder{color:rgba(0,95,148,.6)}.placeholder-primary-700\/60::placeholder{color:rgba(0,95,148,.6)}.placeholder-primary-700\/70::-moz-placeholder{color:rgba(0,95,148,.7)}.placeholder-primary-700\/70::placeholder{color:rgba(0,95,148,.7)}.placeholder-primary-700\/75::-moz-placeholder{color:rgba(0,95,148,.75)}.placeholder-primary-700\/75::placeholder{color:rgba(0,95,148,.75)}.placeholder-primary-700\/80::-moz-placeholder{color:rgba(0,95,148,.8)}.placeholder-primary-700\/80::placeholder{color:rgba(0,95,148,.8)}.placeholder-primary-700\/90::-moz-placeholder{color:rgba(0,95,148,.9)}.placeholder-primary-700\/90::placeholder{color:rgba(0,95,148,.9)}.placeholder-primary-700\/95::-moz-placeholder{color:rgba(0,95,148,.95)}.placeholder-primary-700\/95::placeholder{color:rgba(0,95,148,.95)}.placeholder-primary-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 63 99/var(--tw-placeholder-opacity))}.placeholder-primary-800::placeholder{--tw-placeholder-opacity:1;color:rgb(0 63 99/var(--tw-placeholder-opacity))}.placeholder-primary-800\/0::-moz-placeholder{color:rgba(0,63,99,0)}.placeholder-primary-800\/0::placeholder{color:rgba(0,63,99,0)}.placeholder-primary-800\/10::-moz-placeholder{color:rgba(0,63,99,.1)}.placeholder-primary-800\/10::placeholder{color:rgba(0,63,99,.1)}.placeholder-primary-800\/100::-moz-placeholder{color:#003f63}.placeholder-primary-800\/100::placeholder{color:#003f63}.placeholder-primary-800\/20::-moz-placeholder{color:rgba(0,63,99,.2)}.placeholder-primary-800\/20::placeholder{color:rgba(0,63,99,.2)}.placeholder-primary-800\/25::-moz-placeholder{color:rgba(0,63,99,.25)}.placeholder-primary-800\/25::placeholder{color:rgba(0,63,99,.25)}.placeholder-primary-800\/30::-moz-placeholder{color:rgba(0,63,99,.3)}.placeholder-primary-800\/30::placeholder{color:rgba(0,63,99,.3)}.placeholder-primary-800\/40::-moz-placeholder{color:rgba(0,63,99,.4)}.placeholder-primary-800\/40::placeholder{color:rgba(0,63,99,.4)}.placeholder-primary-800\/5::-moz-placeholder{color:rgba(0,63,99,.05)}.placeholder-primary-800\/5::placeholder{color:rgba(0,63,99,.05)}.placeholder-primary-800\/50::-moz-placeholder{color:rgba(0,63,99,.5)}.placeholder-primary-800\/50::placeholder{color:rgba(0,63,99,.5)}.placeholder-primary-800\/60::-moz-placeholder{color:rgba(0,63,99,.6)}.placeholder-primary-800\/60::placeholder{color:rgba(0,63,99,.6)}.placeholder-primary-800\/70::-moz-placeholder{color:rgba(0,63,99,.7)}.placeholder-primary-800\/70::placeholder{color:rgba(0,63,99,.7)}.placeholder-primary-800\/75::-moz-placeholder{color:rgba(0,63,99,.75)}.placeholder-primary-800\/75::placeholder{color:rgba(0,63,99,.75)}.placeholder-primary-800\/80::-moz-placeholder{color:rgba(0,63,99,.8)}.placeholder-primary-800\/80::placeholder{color:rgba(0,63,99,.8)}.placeholder-primary-800\/90::-moz-placeholder{color:rgba(0,63,99,.9)}.placeholder-primary-800\/90::placeholder{color:rgba(0,63,99,.9)}.placeholder-primary-800\/95::-moz-placeholder{color:rgba(0,63,99,.95)}.placeholder-primary-800\/95::placeholder{color:rgba(0,63,99,.95)}.placeholder-primary-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 32 49/var(--tw-placeholder-opacity))}.placeholder-primary-900::placeholder{--tw-placeholder-opacity:1;color:rgb(0 32 49/var(--tw-placeholder-opacity))}.placeholder-primary-900\/0::-moz-placeholder{color:rgba(0,32,49,0)}.placeholder-primary-900\/0::placeholder{color:rgba(0,32,49,0)}.placeholder-primary-900\/10::-moz-placeholder{color:rgba(0,32,49,.1)}.placeholder-primary-900\/10::placeholder{color:rgba(0,32,49,.1)}.placeholder-primary-900\/100::-moz-placeholder{color:#002031}.placeholder-primary-900\/100::placeholder{color:#002031}.placeholder-primary-900\/20::-moz-placeholder{color:rgba(0,32,49,.2)}.placeholder-primary-900\/20::placeholder{color:rgba(0,32,49,.2)}.placeholder-primary-900\/25::-moz-placeholder{color:rgba(0,32,49,.25)}.placeholder-primary-900\/25::placeholder{color:rgba(0,32,49,.25)}.placeholder-primary-900\/30::-moz-placeholder{color:rgba(0,32,49,.3)}.placeholder-primary-900\/30::placeholder{color:rgba(0,32,49,.3)}.placeholder-primary-900\/40::-moz-placeholder{color:rgba(0,32,49,.4)}.placeholder-primary-900\/40::placeholder{color:rgba(0,32,49,.4)}.placeholder-primary-900\/5::-moz-placeholder{color:rgba(0,32,49,.05)}.placeholder-primary-900\/5::placeholder{color:rgba(0,32,49,.05)}.placeholder-primary-900\/50::-moz-placeholder{color:rgba(0,32,49,.5)}.placeholder-primary-900\/50::placeholder{color:rgba(0,32,49,.5)}.placeholder-primary-900\/60::-moz-placeholder{color:rgba(0,32,49,.6)}.placeholder-primary-900\/60::placeholder{color:rgba(0,32,49,.6)}.placeholder-primary-900\/70::-moz-placeholder{color:rgba(0,32,49,.7)}.placeholder-primary-900\/70::placeholder{color:rgba(0,32,49,.7)}.placeholder-primary-900\/75::-moz-placeholder{color:rgba(0,32,49,.75)}.placeholder-primary-900\/75::placeholder{color:rgba(0,32,49,.75)}.placeholder-primary-900\/80::-moz-placeholder{color:rgba(0,32,49,.8)}.placeholder-primary-900\/80::placeholder{color:rgba(0,32,49,.8)}.placeholder-primary-900\/90::-moz-placeholder{color:rgba(0,32,49,.9)}.placeholder-primary-900\/90::placeholder{color:rgba(0,32,49,.9)}.placeholder-primary-900\/95::-moz-placeholder{color:rgba(0,32,49,.95)}.placeholder-primary-900\/95::placeholder{color:rgba(0,32,49,.95)}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(200 30 30/var(--tw-placeholder-opacity))}.placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgb(200 30 30/var(--tw-placeholder-opacity))}.placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(142 75 16/var(--tw-placeholder-opacity))}.placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgb(142 75 16/var(--tw-placeholder-opacity))}.caret-primary-100{caret-color:#ccecfd}.caret-primary-100\/0{caret-color:rgba(204,236,253,0)}.caret-primary-100\/10{caret-color:rgba(204,236,253,.1)}.caret-primary-100\/100{caret-color:#ccecfd}.caret-primary-100\/20{caret-color:rgba(204,236,253,.2)}.caret-primary-100\/25{caret-color:rgba(204,236,253,.25)}.caret-primary-100\/30{caret-color:rgba(204,236,253,.3)}.caret-primary-100\/40{caret-color:rgba(204,236,253,.4)}.caret-primary-100\/5{caret-color:rgba(204,236,253,.05)}.caret-primary-100\/50{caret-color:rgba(204,236,253,.5)}.caret-primary-100\/60{caret-color:rgba(204,236,253,.6)}.caret-primary-100\/70{caret-color:rgba(204,236,253,.7)}.caret-primary-100\/75{caret-color:rgba(204,236,253,.75)}.caret-primary-100\/80{caret-color:rgba(204,236,253,.8)}.caret-primary-100\/90{caret-color:rgba(204,236,253,.9)}.caret-primary-100\/95{caret-color:rgba(204,236,253,.95)}.caret-primary-200{caret-color:#99d8fc}.caret-primary-200\/0{caret-color:rgba(153,216,252,0)}.caret-primary-200\/10{caret-color:rgba(153,216,252,.1)}.caret-primary-200\/100{caret-color:#99d8fc}.caret-primary-200\/20{caret-color:rgba(153,216,252,.2)}.caret-primary-200\/25{caret-color:rgba(153,216,252,.25)}.caret-primary-200\/30{caret-color:rgba(153,216,252,.3)}.caret-primary-200\/40{caret-color:rgba(153,216,252,.4)}.caret-primary-200\/5{caret-color:rgba(153,216,252,.05)}.caret-primary-200\/50{caret-color:rgba(153,216,252,.5)}.caret-primary-200\/60{caret-color:rgba(153,216,252,.6)}.caret-primary-200\/70{caret-color:rgba(153,216,252,.7)}.caret-primary-200\/75{caret-color:rgba(153,216,252,.75)}.caret-primary-200\/80{caret-color:rgba(153,216,252,.8)}.caret-primary-200\/90{caret-color:rgba(153,216,252,.9)}.caret-primary-200\/95{caret-color:rgba(153,216,252,.95)}.caret-primary-300{caret-color:#66c5fa}.caret-primary-300\/0{caret-color:rgba(102,197,250,0)}.caret-primary-300\/10{caret-color:rgba(102,197,250,.1)}.caret-primary-300\/100{caret-color:#66c5fa}.caret-primary-300\/20{caret-color:rgba(102,197,250,.2)}.caret-primary-300\/25{caret-color:rgba(102,197,250,.25)}.caret-primary-300\/30{caret-color:rgba(102,197,250,.3)}.caret-primary-300\/40{caret-color:rgba(102,197,250,.4)}.caret-primary-300\/5{caret-color:rgba(102,197,250,.05)}.caret-primary-300\/50{caret-color:rgba(102,197,250,.5)}.caret-primary-300\/60{caret-color:rgba(102,197,250,.6)}.caret-primary-300\/70{caret-color:rgba(102,197,250,.7)}.caret-primary-300\/75{caret-color:rgba(102,197,250,.75)}.caret-primary-300\/80{caret-color:rgba(102,197,250,.8)}.caret-primary-300\/90{caret-color:rgba(102,197,250,.9)}.caret-primary-300\/95{caret-color:rgba(102,197,250,.95)}.caret-primary-400{caret-color:#33b1f9}.caret-primary-400\/0{caret-color:rgba(51,177,249,0)}.caret-primary-400\/10{caret-color:rgba(51,177,249,.1)}.caret-primary-400\/100{caret-color:#33b1f9}.caret-primary-400\/20{caret-color:rgba(51,177,249,.2)}.caret-primary-400\/25{caret-color:rgba(51,177,249,.25)}.caret-primary-400\/30{caret-color:rgba(51,177,249,.3)}.caret-primary-400\/40{caret-color:rgba(51,177,249,.4)}.caret-primary-400\/5{caret-color:rgba(51,177,249,.05)}.caret-primary-400\/50{caret-color:rgba(51,177,249,.5)}.caret-primary-400\/60{caret-color:rgba(51,177,249,.6)}.caret-primary-400\/70{caret-color:rgba(51,177,249,.7)}.caret-primary-400\/75{caret-color:rgba(51,177,249,.75)}.caret-primary-400\/80{caret-color:rgba(51,177,249,.8)}.caret-primary-400\/90{caret-color:rgba(51,177,249,.9)}.caret-primary-400\/95{caret-color:rgba(51,177,249,.95)}.caret-primary-500{caret-color:#009ef7}.caret-primary-500\/0{caret-color:rgba(0,158,247,0)}.caret-primary-500\/10{caret-color:rgba(0,158,247,.1)}.caret-primary-500\/100{caret-color:#009ef7}.caret-primary-500\/20{caret-color:rgba(0,158,247,.2)}.caret-primary-500\/25{caret-color:rgba(0,158,247,.25)}.caret-primary-500\/30{caret-color:rgba(0,158,247,.3)}.caret-primary-500\/40{caret-color:rgba(0,158,247,.4)}.caret-primary-500\/5{caret-color:rgba(0,158,247,.05)}.caret-primary-500\/50{caret-color:rgba(0,158,247,.5)}.caret-primary-500\/60{caret-color:rgba(0,158,247,.6)}.caret-primary-500\/70{caret-color:rgba(0,158,247,.7)}.caret-primary-500\/75{caret-color:rgba(0,158,247,.75)}.caret-primary-500\/80{caret-color:rgba(0,158,247,.8)}.caret-primary-500\/90{caret-color:rgba(0,158,247,.9)}.caret-primary-500\/95{caret-color:rgba(0,158,247,.95)}.caret-primary-600{caret-color:#007ec6}.caret-primary-600\/0{caret-color:rgba(0,126,198,0)}.caret-primary-600\/10{caret-color:rgba(0,126,198,.1)}.caret-primary-600\/100{caret-color:#007ec6}.caret-primary-600\/20{caret-color:rgba(0,126,198,.2)}.caret-primary-600\/25{caret-color:rgba(0,126,198,.25)}.caret-primary-600\/30{caret-color:rgba(0,126,198,.3)}.caret-primary-600\/40{caret-color:rgba(0,126,198,.4)}.caret-primary-600\/5{caret-color:rgba(0,126,198,.05)}.caret-primary-600\/50{caret-color:rgba(0,126,198,.5)}.caret-primary-600\/60{caret-color:rgba(0,126,198,.6)}.caret-primary-600\/70{caret-color:rgba(0,126,198,.7)}.caret-primary-600\/75{caret-color:rgba(0,126,198,.75)}.caret-primary-600\/80{caret-color:rgba(0,126,198,.8)}.caret-primary-600\/90{caret-color:rgba(0,126,198,.9)}.caret-primary-600\/95{caret-color:rgba(0,126,198,.95)}.caret-primary-700{caret-color:#005f94}.caret-primary-700\/0{caret-color:rgba(0,95,148,0)}.caret-primary-700\/10{caret-color:rgba(0,95,148,.1)}.caret-primary-700\/100{caret-color:#005f94}.caret-primary-700\/20{caret-color:rgba(0,95,148,.2)}.caret-primary-700\/25{caret-color:rgba(0,95,148,.25)}.caret-primary-700\/30{caret-color:rgba(0,95,148,.3)}.caret-primary-700\/40{caret-color:rgba(0,95,148,.4)}.caret-primary-700\/5{caret-color:rgba(0,95,148,.05)}.caret-primary-700\/50{caret-color:rgba(0,95,148,.5)}.caret-primary-700\/60{caret-color:rgba(0,95,148,.6)}.caret-primary-700\/70{caret-color:rgba(0,95,148,.7)}.caret-primary-700\/75{caret-color:rgba(0,95,148,.75)}.caret-primary-700\/80{caret-color:rgba(0,95,148,.8)}.caret-primary-700\/90{caret-color:rgba(0,95,148,.9)}.caret-primary-700\/95{caret-color:rgba(0,95,148,.95)}.caret-primary-800{caret-color:#003f63}.caret-primary-800\/0{caret-color:rgba(0,63,99,0)}.caret-primary-800\/10{caret-color:rgba(0,63,99,.1)}.caret-primary-800\/100{caret-color:#003f63}.caret-primary-800\/20{caret-color:rgba(0,63,99,.2)}.caret-primary-800\/25{caret-color:rgba(0,63,99,.25)}.caret-primary-800\/30{caret-color:rgba(0,63,99,.3)}.caret-primary-800\/40{caret-color:rgba(0,63,99,.4)}.caret-primary-800\/5{caret-color:rgba(0,63,99,.05)}.caret-primary-800\/50{caret-color:rgba(0,63,99,.5)}.caret-primary-800\/60{caret-color:rgba(0,63,99,.6)}.caret-primary-800\/70{caret-color:rgba(0,63,99,.7)}.caret-primary-800\/75{caret-color:rgba(0,63,99,.75)}.caret-primary-800\/80{caret-color:rgba(0,63,99,.8)}.caret-primary-800\/90{caret-color:rgba(0,63,99,.9)}.caret-primary-800\/95{caret-color:rgba(0,63,99,.95)}.caret-primary-900{caret-color:#002031}.caret-primary-900\/0{caret-color:rgba(0,32,49,0)}.caret-primary-900\/10{caret-color:rgba(0,32,49,.1)}.caret-primary-900\/100{caret-color:#002031}.caret-primary-900\/20{caret-color:rgba(0,32,49,.2)}.caret-primary-900\/25{caret-color:rgba(0,32,49,.25)}.caret-primary-900\/30{caret-color:rgba(0,32,49,.3)}.caret-primary-900\/40{caret-color:rgba(0,32,49,.4)}.caret-primary-900\/5{caret-color:rgba(0,32,49,.05)}.caret-primary-900\/50{caret-color:rgba(0,32,49,.5)}.caret-primary-900\/60{caret-color:rgba(0,32,49,.6)}.caret-primary-900\/70{caret-color:rgba(0,32,49,.7)}.caret-primary-900\/75{caret-color:rgba(0,32,49,.75)}.caret-primary-900\/80{caret-color:rgba(0,32,49,.8)}.caret-primary-900\/90{caret-color:rgba(0,32,49,.9)}.caret-primary-900\/95{caret-color:rgba(0,32,49,.95)}.accent-primary-100{accent-color:#ccecfd}.accent-primary-100\/0{accent-color:rgba(204,236,253,0)}.accent-primary-100\/10{accent-color:rgba(204,236,253,.1)}.accent-primary-100\/100{accent-color:#ccecfd}.accent-primary-100\/20{accent-color:rgba(204,236,253,.2)}.accent-primary-100\/25{accent-color:rgba(204,236,253,.25)}.accent-primary-100\/30{accent-color:rgba(204,236,253,.3)}.accent-primary-100\/40{accent-color:rgba(204,236,253,.4)}.accent-primary-100\/5{accent-color:rgba(204,236,253,.05)}.accent-primary-100\/50{accent-color:rgba(204,236,253,.5)}.accent-primary-100\/60{accent-color:rgba(204,236,253,.6)}.accent-primary-100\/70{accent-color:rgba(204,236,253,.7)}.accent-primary-100\/75{accent-color:rgba(204,236,253,.75)}.accent-primary-100\/80{accent-color:rgba(204,236,253,.8)}.accent-primary-100\/90{accent-color:rgba(204,236,253,.9)}.accent-primary-100\/95{accent-color:rgba(204,236,253,.95)}.accent-primary-200{accent-color:#99d8fc}.accent-primary-200\/0{accent-color:rgba(153,216,252,0)}.accent-primary-200\/10{accent-color:rgba(153,216,252,.1)}.accent-primary-200\/100{accent-color:#99d8fc}.accent-primary-200\/20{accent-color:rgba(153,216,252,.2)}.accent-primary-200\/25{accent-color:rgba(153,216,252,.25)}.accent-primary-200\/30{accent-color:rgba(153,216,252,.3)}.accent-primary-200\/40{accent-color:rgba(153,216,252,.4)}.accent-primary-200\/5{accent-color:rgba(153,216,252,.05)}.accent-primary-200\/50{accent-color:rgba(153,216,252,.5)}.accent-primary-200\/60{accent-color:rgba(153,216,252,.6)}.accent-primary-200\/70{accent-color:rgba(153,216,252,.7)}.accent-primary-200\/75{accent-color:rgba(153,216,252,.75)}.accent-primary-200\/80{accent-color:rgba(153,216,252,.8)}.accent-primary-200\/90{accent-color:rgba(153,216,252,.9)}.accent-primary-200\/95{accent-color:rgba(153,216,252,.95)}.accent-primary-300{accent-color:#66c5fa}.accent-primary-300\/0{accent-color:rgba(102,197,250,0)}.accent-primary-300\/10{accent-color:rgba(102,197,250,.1)}.accent-primary-300\/100{accent-color:#66c5fa}.accent-primary-300\/20{accent-color:rgba(102,197,250,.2)}.accent-primary-300\/25{accent-color:rgba(102,197,250,.25)}.accent-primary-300\/30{accent-color:rgba(102,197,250,.3)}.accent-primary-300\/40{accent-color:rgba(102,197,250,.4)}.accent-primary-300\/5{accent-color:rgba(102,197,250,.05)}.accent-primary-300\/50{accent-color:rgba(102,197,250,.5)}.accent-primary-300\/60{accent-color:rgba(102,197,250,.6)}.accent-primary-300\/70{accent-color:rgba(102,197,250,.7)}.accent-primary-300\/75{accent-color:rgba(102,197,250,.75)}.accent-primary-300\/80{accent-color:rgba(102,197,250,.8)}.accent-primary-300\/90{accent-color:rgba(102,197,250,.9)}.accent-primary-300\/95{accent-color:rgba(102,197,250,.95)}.accent-primary-400{accent-color:#33b1f9}.accent-primary-400\/0{accent-color:rgba(51,177,249,0)}.accent-primary-400\/10{accent-color:rgba(51,177,249,.1)}.accent-primary-400\/100{accent-color:#33b1f9}.accent-primary-400\/20{accent-color:rgba(51,177,249,.2)}.accent-primary-400\/25{accent-color:rgba(51,177,249,.25)}.accent-primary-400\/30{accent-color:rgba(51,177,249,.3)}.accent-primary-400\/40{accent-color:rgba(51,177,249,.4)}.accent-primary-400\/5{accent-color:rgba(51,177,249,.05)}.accent-primary-400\/50{accent-color:rgba(51,177,249,.5)}.accent-primary-400\/60{accent-color:rgba(51,177,249,.6)}.accent-primary-400\/70{accent-color:rgba(51,177,249,.7)}.accent-primary-400\/75{accent-color:rgba(51,177,249,.75)}.accent-primary-400\/80{accent-color:rgba(51,177,249,.8)}.accent-primary-400\/90{accent-color:rgba(51,177,249,.9)}.accent-primary-400\/95{accent-color:rgba(51,177,249,.95)}.accent-primary-500{accent-color:#009ef7}.accent-primary-500\/0{accent-color:rgba(0,158,247,0)}.accent-primary-500\/10{accent-color:rgba(0,158,247,.1)}.accent-primary-500\/100{accent-color:#009ef7}.accent-primary-500\/20{accent-color:rgba(0,158,247,.2)}.accent-primary-500\/25{accent-color:rgba(0,158,247,.25)}.accent-primary-500\/30{accent-color:rgba(0,158,247,.3)}.accent-primary-500\/40{accent-color:rgba(0,158,247,.4)}.accent-primary-500\/5{accent-color:rgba(0,158,247,.05)}.accent-primary-500\/50{accent-color:rgba(0,158,247,.5)}.accent-primary-500\/60{accent-color:rgba(0,158,247,.6)}.accent-primary-500\/70{accent-color:rgba(0,158,247,.7)}.accent-primary-500\/75{accent-color:rgba(0,158,247,.75)}.accent-primary-500\/80{accent-color:rgba(0,158,247,.8)}.accent-primary-500\/90{accent-color:rgba(0,158,247,.9)}.accent-primary-500\/95{accent-color:rgba(0,158,247,.95)}.accent-primary-600{accent-color:#007ec6}.accent-primary-600\/0{accent-color:rgba(0,126,198,0)}.accent-primary-600\/10{accent-color:rgba(0,126,198,.1)}.accent-primary-600\/100{accent-color:#007ec6}.accent-primary-600\/20{accent-color:rgba(0,126,198,.2)}.accent-primary-600\/25{accent-color:rgba(0,126,198,.25)}.accent-primary-600\/30{accent-color:rgba(0,126,198,.3)}.accent-primary-600\/40{accent-color:rgba(0,126,198,.4)}.accent-primary-600\/5{accent-color:rgba(0,126,198,.05)}.accent-primary-600\/50{accent-color:rgba(0,126,198,.5)}.accent-primary-600\/60{accent-color:rgba(0,126,198,.6)}.accent-primary-600\/70{accent-color:rgba(0,126,198,.7)}.accent-primary-600\/75{accent-color:rgba(0,126,198,.75)}.accent-primary-600\/80{accent-color:rgba(0,126,198,.8)}.accent-primary-600\/90{accent-color:rgba(0,126,198,.9)}.accent-primary-600\/95{accent-color:rgba(0,126,198,.95)}.accent-primary-700{accent-color:#005f94}.accent-primary-700\/0{accent-color:rgba(0,95,148,0)}.accent-primary-700\/10{accent-color:rgba(0,95,148,.1)}.accent-primary-700\/100{accent-color:#005f94}.accent-primary-700\/20{accent-color:rgba(0,95,148,.2)}.accent-primary-700\/25{accent-color:rgba(0,95,148,.25)}.accent-primary-700\/30{accent-color:rgba(0,95,148,.3)}.accent-primary-700\/40{accent-color:rgba(0,95,148,.4)}.accent-primary-700\/5{accent-color:rgba(0,95,148,.05)}.accent-primary-700\/50{accent-color:rgba(0,95,148,.5)}.accent-primary-700\/60{accent-color:rgba(0,95,148,.6)}.accent-primary-700\/70{accent-color:rgba(0,95,148,.7)}.accent-primary-700\/75{accent-color:rgba(0,95,148,.75)}.accent-primary-700\/80{accent-color:rgba(0,95,148,.8)}.accent-primary-700\/90{accent-color:rgba(0,95,148,.9)}.accent-primary-700\/95{accent-color:rgba(0,95,148,.95)}.accent-primary-800{accent-color:#003f63}.accent-primary-800\/0{accent-color:rgba(0,63,99,0)}.accent-primary-800\/10{accent-color:rgba(0,63,99,.1)}.accent-primary-800\/100{accent-color:#003f63}.accent-primary-800\/20{accent-color:rgba(0,63,99,.2)}.accent-primary-800\/25{accent-color:rgba(0,63,99,.25)}.accent-primary-800\/30{accent-color:rgba(0,63,99,.3)}.accent-primary-800\/40{accent-color:rgba(0,63,99,.4)}.accent-primary-800\/5{accent-color:rgba(0,63,99,.05)}.accent-primary-800\/50{accent-color:rgba(0,63,99,.5)}.accent-primary-800\/60{accent-color:rgba(0,63,99,.6)}.accent-primary-800\/70{accent-color:rgba(0,63,99,.7)}.accent-primary-800\/75{accent-color:rgba(0,63,99,.75)}.accent-primary-800\/80{accent-color:rgba(0,63,99,.8)}.accent-primary-800\/90{accent-color:rgba(0,63,99,.9)}.accent-primary-800\/95{accent-color:rgba(0,63,99,.95)}.accent-primary-900{accent-color:#002031}.accent-primary-900\/0{accent-color:rgba(0,32,49,0)}.accent-primary-900\/10{accent-color:rgba(0,32,49,.1)}.accent-primary-900\/100{accent-color:#002031}.accent-primary-900\/20{accent-color:rgba(0,32,49,.2)}.accent-primary-900\/25{accent-color:rgba(0,32,49,.25)}.accent-primary-900\/30{accent-color:rgba(0,32,49,.3)}.accent-primary-900\/40{accent-color:rgba(0,32,49,.4)}.accent-primary-900\/5{accent-color:rgba(0,32,49,.05)}.accent-primary-900\/50{accent-color:rgba(0,32,49,.5)}.accent-primary-900\/60{accent-color:rgba(0,32,49,.6)}.accent-primary-900\/70{accent-color:rgba(0,32,49,.7)}.accent-primary-900\/75{accent-color:rgba(0,32,49,.75)}.accent-primary-900\/80{accent-color:rgba(0,32,49,.8)}.accent-primary-900\/90{accent-color:rgba(0,32,49,.9)}.accent-primary-900\/95{accent-color:rgba(0,32,49,.95)}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-\[0\.5\]{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-card{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-card{--tw-shadow:0px 3px 4px 0px rgba(0,0,0,.03);--tw-shadow-colored:0px 3px 4px 0px var(--tw-shadow-color)}.shadow-dropdown{--tw-shadow:0px 0px 50px 0px rgba(82,63,105,.15);--tw-shadow-colored:0px 0px 50px 0px var(--tw-shadow-color)}.shadow-dropdown,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-xl,.shadow-xs{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.03);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-primary-100{--tw-shadow-color:#ccecfd;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/0{--tw-shadow-color:rgba(204,236,253,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/10{--tw-shadow-color:rgba(204,236,253,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/100{--tw-shadow-color:#ccecfd;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/20{--tw-shadow-color:rgba(204,236,253,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/25{--tw-shadow-color:rgba(204,236,253,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/30{--tw-shadow-color:rgba(204,236,253,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/40{--tw-shadow-color:rgba(204,236,253,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/5{--tw-shadow-color:rgba(204,236,253,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/50{--tw-shadow-color:rgba(204,236,253,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/60{--tw-shadow-color:rgba(204,236,253,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/70{--tw-shadow-color:rgba(204,236,253,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/75{--tw-shadow-color:rgba(204,236,253,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/80{--tw-shadow-color:rgba(204,236,253,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/90{--tw-shadow-color:rgba(204,236,253,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-100\/95{--tw-shadow-color:rgba(204,236,253,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200{--tw-shadow-color:#99d8fc;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/0{--tw-shadow-color:rgba(153,216,252,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/10{--tw-shadow-color:rgba(153,216,252,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/100{--tw-shadow-color:#99d8fc;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/20{--tw-shadow-color:rgba(153,216,252,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/25{--tw-shadow-color:rgba(153,216,252,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/30{--tw-shadow-color:rgba(153,216,252,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/40{--tw-shadow-color:rgba(153,216,252,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/5{--tw-shadow-color:rgba(153,216,252,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/50{--tw-shadow-color:rgba(153,216,252,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/60{--tw-shadow-color:rgba(153,216,252,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/70{--tw-shadow-color:rgba(153,216,252,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/75{--tw-shadow-color:rgba(153,216,252,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/80{--tw-shadow-color:rgba(153,216,252,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/90{--tw-shadow-color:rgba(153,216,252,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-200\/95{--tw-shadow-color:rgba(153,216,252,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300{--tw-shadow-color:#66c5fa;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/0{--tw-shadow-color:rgba(102,197,250,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/10{--tw-shadow-color:rgba(102,197,250,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/100{--tw-shadow-color:#66c5fa;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/20{--tw-shadow-color:rgba(102,197,250,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/25{--tw-shadow-color:rgba(102,197,250,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/30{--tw-shadow-color:rgba(102,197,250,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/40{--tw-shadow-color:rgba(102,197,250,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/5{--tw-shadow-color:rgba(102,197,250,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/50{--tw-shadow-color:rgba(102,197,250,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/60{--tw-shadow-color:rgba(102,197,250,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/70{--tw-shadow-color:rgba(102,197,250,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/75{--tw-shadow-color:rgba(102,197,250,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/80{--tw-shadow-color:rgba(102,197,250,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/90{--tw-shadow-color:rgba(102,197,250,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-300\/95{--tw-shadow-color:rgba(102,197,250,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400{--tw-shadow-color:#33b1f9;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/0{--tw-shadow-color:rgba(51,177,249,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/10{--tw-shadow-color:rgba(51,177,249,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/100{--tw-shadow-color:#33b1f9;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/20{--tw-shadow-color:rgba(51,177,249,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/25{--tw-shadow-color:rgba(51,177,249,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/30{--tw-shadow-color:rgba(51,177,249,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/40{--tw-shadow-color:rgba(51,177,249,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/5{--tw-shadow-color:rgba(51,177,249,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/50{--tw-shadow-color:rgba(51,177,249,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/60{--tw-shadow-color:rgba(51,177,249,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/70{--tw-shadow-color:rgba(51,177,249,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/75{--tw-shadow-color:rgba(51,177,249,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/80{--tw-shadow-color:rgba(51,177,249,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/90{--tw-shadow-color:rgba(51,177,249,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-400\/95{--tw-shadow-color:rgba(51,177,249,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500{--tw-shadow-color:#009ef7;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/0{--tw-shadow-color:rgba(0,158,247,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/10{--tw-shadow-color:rgba(0,158,247,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/100{--tw-shadow-color:#009ef7;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/20{--tw-shadow-color:rgba(0,158,247,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/25{--tw-shadow-color:rgba(0,158,247,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/30{--tw-shadow-color:rgba(0,158,247,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/40{--tw-shadow-color:rgba(0,158,247,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/5{--tw-shadow-color:rgba(0,158,247,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/50{--tw-shadow-color:rgba(0,158,247,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/60{--tw-shadow-color:rgba(0,158,247,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/70{--tw-shadow-color:rgba(0,158,247,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/75{--tw-shadow-color:rgba(0,158,247,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/80{--tw-shadow-color:rgba(0,158,247,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/90{--tw-shadow-color:rgba(0,158,247,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-500\/95{--tw-shadow-color:rgba(0,158,247,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600{--tw-shadow-color:#007ec6;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/0{--tw-shadow-color:rgba(0,126,198,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/10{--tw-shadow-color:rgba(0,126,198,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/100{--tw-shadow-color:#007ec6;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/20{--tw-shadow-color:rgba(0,126,198,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/25{--tw-shadow-color:rgba(0,126,198,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/30{--tw-shadow-color:rgba(0,126,198,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/40{--tw-shadow-color:rgba(0,126,198,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/5{--tw-shadow-color:rgba(0,126,198,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/50{--tw-shadow-color:rgba(0,126,198,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/60{--tw-shadow-color:rgba(0,126,198,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/70{--tw-shadow-color:rgba(0,126,198,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/75{--tw-shadow-color:rgba(0,126,198,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/80{--tw-shadow-color:rgba(0,126,198,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/90{--tw-shadow-color:rgba(0,126,198,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-600\/95{--tw-shadow-color:rgba(0,126,198,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700{--tw-shadow-color:#005f94;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/0{--tw-shadow-color:rgba(0,95,148,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/10{--tw-shadow-color:rgba(0,95,148,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/100{--tw-shadow-color:#005f94;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/20{--tw-shadow-color:rgba(0,95,148,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/25{--tw-shadow-color:rgba(0,95,148,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/30{--tw-shadow-color:rgba(0,95,148,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/40{--tw-shadow-color:rgba(0,95,148,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/5{--tw-shadow-color:rgba(0,95,148,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/50{--tw-shadow-color:rgba(0,95,148,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/60{--tw-shadow-color:rgba(0,95,148,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/70{--tw-shadow-color:rgba(0,95,148,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/75{--tw-shadow-color:rgba(0,95,148,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/80{--tw-shadow-color:rgba(0,95,148,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/90{--tw-shadow-color:rgba(0,95,148,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/95{--tw-shadow-color:rgba(0,95,148,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800{--tw-shadow-color:#003f63;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/0{--tw-shadow-color:rgba(0,63,99,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/10{--tw-shadow-color:rgba(0,63,99,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/100{--tw-shadow-color:#003f63;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/20{--tw-shadow-color:rgba(0,63,99,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/25{--tw-shadow-color:rgba(0,63,99,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/30{--tw-shadow-color:rgba(0,63,99,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/40{--tw-shadow-color:rgba(0,63,99,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/5{--tw-shadow-color:rgba(0,63,99,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/50{--tw-shadow-color:rgba(0,63,99,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/60{--tw-shadow-color:rgba(0,63,99,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/70{--tw-shadow-color:rgba(0,63,99,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/75{--tw-shadow-color:rgba(0,63,99,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/80{--tw-shadow-color:rgba(0,63,99,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/90{--tw-shadow-color:rgba(0,63,99,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-800\/95{--tw-shadow-color:rgba(0,63,99,.95);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900{--tw-shadow-color:#002031;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/0{--tw-shadow-color:rgba(0,32,49,0);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/10{--tw-shadow-color:rgba(0,32,49,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/100{--tw-shadow-color:#002031;--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/20{--tw-shadow-color:rgba(0,32,49,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/25{--tw-shadow-color:rgba(0,32,49,.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/30{--tw-shadow-color:rgba(0,32,49,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/40{--tw-shadow-color:rgba(0,32,49,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/5{--tw-shadow-color:rgba(0,32,49,.05);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/50{--tw-shadow-color:rgba(0,32,49,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/60{--tw-shadow-color:rgba(0,32,49,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/70{--tw-shadow-color:rgba(0,32,49,.7);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/75{--tw-shadow-color:rgba(0,32,49,.75);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/80{--tw-shadow-color:rgba(0,32,49,.8);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/90{--tw-shadow-color:rgba(0,32,49,.9);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-900\/95{--tw-shadow-color:rgba(0,32,49,.95);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-primary-100{outline-color:#ccecfd}.outline-primary-100\/0{outline-color:rgba(204,236,253,0)}.outline-primary-100\/10{outline-color:rgba(204,236,253,.1)}.outline-primary-100\/100{outline-color:#ccecfd}.outline-primary-100\/20{outline-color:rgba(204,236,253,.2)}.outline-primary-100\/25{outline-color:rgba(204,236,253,.25)}.outline-primary-100\/30{outline-color:rgba(204,236,253,.3)}.outline-primary-100\/40{outline-color:rgba(204,236,253,.4)}.outline-primary-100\/5{outline-color:rgba(204,236,253,.05)}.outline-primary-100\/50{outline-color:rgba(204,236,253,.5)}.outline-primary-100\/60{outline-color:rgba(204,236,253,.6)}.outline-primary-100\/70{outline-color:rgba(204,236,253,.7)}.outline-primary-100\/75{outline-color:rgba(204,236,253,.75)}.outline-primary-100\/80{outline-color:rgba(204,236,253,.8)}.outline-primary-100\/90{outline-color:rgba(204,236,253,.9)}.outline-primary-100\/95{outline-color:rgba(204,236,253,.95)}.outline-primary-200{outline-color:#99d8fc}.outline-primary-200\/0{outline-color:rgba(153,216,252,0)}.outline-primary-200\/10{outline-color:rgba(153,216,252,.1)}.outline-primary-200\/100{outline-color:#99d8fc}.outline-primary-200\/20{outline-color:rgba(153,216,252,.2)}.outline-primary-200\/25{outline-color:rgba(153,216,252,.25)}.outline-primary-200\/30{outline-color:rgba(153,216,252,.3)}.outline-primary-200\/40{outline-color:rgba(153,216,252,.4)}.outline-primary-200\/5{outline-color:rgba(153,216,252,.05)}.outline-primary-200\/50{outline-color:rgba(153,216,252,.5)}.outline-primary-200\/60{outline-color:rgba(153,216,252,.6)}.outline-primary-200\/70{outline-color:rgba(153,216,252,.7)}.outline-primary-200\/75{outline-color:rgba(153,216,252,.75)}.outline-primary-200\/80{outline-color:rgba(153,216,252,.8)}.outline-primary-200\/90{outline-color:rgba(153,216,252,.9)}.outline-primary-200\/95{outline-color:rgba(153,216,252,.95)}.outline-primary-300{outline-color:#66c5fa}.outline-primary-300\/0{outline-color:rgba(102,197,250,0)}.outline-primary-300\/10{outline-color:rgba(102,197,250,.1)}.outline-primary-300\/100{outline-color:#66c5fa}.outline-primary-300\/20{outline-color:rgba(102,197,250,.2)}.outline-primary-300\/25{outline-color:rgba(102,197,250,.25)}.outline-primary-300\/30{outline-color:rgba(102,197,250,.3)}.outline-primary-300\/40{outline-color:rgba(102,197,250,.4)}.outline-primary-300\/5{outline-color:rgba(102,197,250,.05)}.outline-primary-300\/50{outline-color:rgba(102,197,250,.5)}.outline-primary-300\/60{outline-color:rgba(102,197,250,.6)}.outline-primary-300\/70{outline-color:rgba(102,197,250,.7)}.outline-primary-300\/75{outline-color:rgba(102,197,250,.75)}.outline-primary-300\/80{outline-color:rgba(102,197,250,.8)}.outline-primary-300\/90{outline-color:rgba(102,197,250,.9)}.outline-primary-300\/95{outline-color:rgba(102,197,250,.95)}.outline-primary-400{outline-color:#33b1f9}.outline-primary-400\/0{outline-color:rgba(51,177,249,0)}.outline-primary-400\/10{outline-color:rgba(51,177,249,.1)}.outline-primary-400\/100{outline-color:#33b1f9}.outline-primary-400\/20{outline-color:rgba(51,177,249,.2)}.outline-primary-400\/25{outline-color:rgba(51,177,249,.25)}.outline-primary-400\/30{outline-color:rgba(51,177,249,.3)}.outline-primary-400\/40{outline-color:rgba(51,177,249,.4)}.outline-primary-400\/5{outline-color:rgba(51,177,249,.05)}.outline-primary-400\/50{outline-color:rgba(51,177,249,.5)}.outline-primary-400\/60{outline-color:rgba(51,177,249,.6)}.outline-primary-400\/70{outline-color:rgba(51,177,249,.7)}.outline-primary-400\/75{outline-color:rgba(51,177,249,.75)}.outline-primary-400\/80{outline-color:rgba(51,177,249,.8)}.outline-primary-400\/90{outline-color:rgba(51,177,249,.9)}.outline-primary-400\/95{outline-color:rgba(51,177,249,.95)}.outline-primary-500{outline-color:#009ef7}.outline-primary-500\/0{outline-color:rgba(0,158,247,0)}.outline-primary-500\/10{outline-color:rgba(0,158,247,.1)}.outline-primary-500\/100{outline-color:#009ef7}.outline-primary-500\/20{outline-color:rgba(0,158,247,.2)}.outline-primary-500\/25{outline-color:rgba(0,158,247,.25)}.outline-primary-500\/30{outline-color:rgba(0,158,247,.3)}.outline-primary-500\/40{outline-color:rgba(0,158,247,.4)}.outline-primary-500\/5{outline-color:rgba(0,158,247,.05)}.outline-primary-500\/50{outline-color:rgba(0,158,247,.5)}.outline-primary-500\/60{outline-color:rgba(0,158,247,.6)}.outline-primary-500\/70{outline-color:rgba(0,158,247,.7)}.outline-primary-500\/75{outline-color:rgba(0,158,247,.75)}.outline-primary-500\/80{outline-color:rgba(0,158,247,.8)}.outline-primary-500\/90{outline-color:rgba(0,158,247,.9)}.outline-primary-500\/95{outline-color:rgba(0,158,247,.95)}.outline-primary-600{outline-color:#007ec6}.outline-primary-600\/0{outline-color:rgba(0,126,198,0)}.outline-primary-600\/10{outline-color:rgba(0,126,198,.1)}.outline-primary-600\/100{outline-color:#007ec6}.outline-primary-600\/20{outline-color:rgba(0,126,198,.2)}.outline-primary-600\/25{outline-color:rgba(0,126,198,.25)}.outline-primary-600\/30{outline-color:rgba(0,126,198,.3)}.outline-primary-600\/40{outline-color:rgba(0,126,198,.4)}.outline-primary-600\/5{outline-color:rgba(0,126,198,.05)}.outline-primary-600\/50{outline-color:rgba(0,126,198,.5)}.outline-primary-600\/60{outline-color:rgba(0,126,198,.6)}.outline-primary-600\/70{outline-color:rgba(0,126,198,.7)}.outline-primary-600\/75{outline-color:rgba(0,126,198,.75)}.outline-primary-600\/80{outline-color:rgba(0,126,198,.8)}.outline-primary-600\/90{outline-color:rgba(0,126,198,.9)}.outline-primary-600\/95{outline-color:rgba(0,126,198,.95)}.outline-primary-700{outline-color:#005f94}.outline-primary-700\/0{outline-color:rgba(0,95,148,0)}.outline-primary-700\/10{outline-color:rgba(0,95,148,.1)}.outline-primary-700\/100{outline-color:#005f94}.outline-primary-700\/20{outline-color:rgba(0,95,148,.2)}.outline-primary-700\/25{outline-color:rgba(0,95,148,.25)}.outline-primary-700\/30{outline-color:rgba(0,95,148,.3)}.outline-primary-700\/40{outline-color:rgba(0,95,148,.4)}.outline-primary-700\/5{outline-color:rgba(0,95,148,.05)}.outline-primary-700\/50{outline-color:rgba(0,95,148,.5)}.outline-primary-700\/60{outline-color:rgba(0,95,148,.6)}.outline-primary-700\/70{outline-color:rgba(0,95,148,.7)}.outline-primary-700\/75{outline-color:rgba(0,95,148,.75)}.outline-primary-700\/80{outline-color:rgba(0,95,148,.8)}.outline-primary-700\/90{outline-color:rgba(0,95,148,.9)}.outline-primary-700\/95{outline-color:rgba(0,95,148,.95)}.outline-primary-800{outline-color:#003f63}.outline-primary-800\/0{outline-color:rgba(0,63,99,0)}.outline-primary-800\/10{outline-color:rgba(0,63,99,.1)}.outline-primary-800\/100{outline-color:#003f63}.outline-primary-800\/20{outline-color:rgba(0,63,99,.2)}.outline-primary-800\/25{outline-color:rgba(0,63,99,.25)}.outline-primary-800\/30{outline-color:rgba(0,63,99,.3)}.outline-primary-800\/40{outline-color:rgba(0,63,99,.4)}.outline-primary-800\/5{outline-color:rgba(0,63,99,.05)}.outline-primary-800\/50{outline-color:rgba(0,63,99,.5)}.outline-primary-800\/60{outline-color:rgba(0,63,99,.6)}.outline-primary-800\/70{outline-color:rgba(0,63,99,.7)}.outline-primary-800\/75{outline-color:rgba(0,63,99,.75)}.outline-primary-800\/80{outline-color:rgba(0,63,99,.8)}.outline-primary-800\/90{outline-color:rgba(0,63,99,.9)}.outline-primary-800\/95{outline-color:rgba(0,63,99,.95)}.outline-primary-900{outline-color:#002031}.outline-primary-900\/0{outline-color:rgba(0,32,49,0)}.outline-primary-900\/10{outline-color:rgba(0,32,49,.1)}.outline-primary-900\/100{outline-color:#002031}.outline-primary-900\/20{outline-color:rgba(0,32,49,.2)}.outline-primary-900\/25{outline-color:rgba(0,32,49,.25)}.outline-primary-900\/30{outline-color:rgba(0,32,49,.3)}.outline-primary-900\/40{outline-color:rgba(0,32,49,.4)}.outline-primary-900\/5{outline-color:rgba(0,32,49,.05)}.outline-primary-900\/50{outline-color:rgba(0,32,49,.5)}.outline-primary-900\/60{outline-color:rgba(0,32,49,.6)}.outline-primary-900\/70{outline-color:rgba(0,32,49,.7)}.outline-primary-900\/75{outline-color:rgba(0,32,49,.75)}.outline-primary-900\/80{outline-color:rgba(0,32,49,.8)}.outline-primary-900\/90{outline-color:rgba(0,32,49,.9)}.outline-primary-900\/95{outline-color:rgba(0,32,49,.95)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-2,.ring-8{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-cyan-400{--tw-ring-opacity:1;--tw-ring-color:rgb(34 211 238/var(--tw-ring-opacity))}.ring-cyan-700{--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(219 223 233/var(--tw-ring-opacity))}.ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb(153 161 183/var(--tw-ring-opacity))}.ring-gray-800{--tw-ring-opacity:1;--tw-ring-color:rgb(37 47 74/var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110/var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148/var(--tw-ring-opacity))}.ring-primary-100{--tw-ring-opacity:1;--tw-ring-color:rgb(204 236 253/var(--tw-ring-opacity))}.ring-primary-100\/0{--tw-ring-color:rgba(204,236,253,0)}.ring-primary-100\/10{--tw-ring-color:rgba(204,236,253,.1)}.ring-primary-100\/100{--tw-ring-color:#ccecfd}.ring-primary-100\/20{--tw-ring-color:rgba(204,236,253,.2)}.ring-primary-100\/25{--tw-ring-color:rgba(204,236,253,.25)}.ring-primary-100\/30{--tw-ring-color:rgba(204,236,253,.3)}.ring-primary-100\/40{--tw-ring-color:rgba(204,236,253,.4)}.ring-primary-100\/5{--tw-ring-color:rgba(204,236,253,.05)}.ring-primary-100\/50{--tw-ring-color:rgba(204,236,253,.5)}.ring-primary-100\/60{--tw-ring-color:rgba(204,236,253,.6)}.ring-primary-100\/70{--tw-ring-color:rgba(204,236,253,.7)}.ring-primary-100\/75{--tw-ring-color:rgba(204,236,253,.75)}.ring-primary-100\/80{--tw-ring-color:rgba(204,236,253,.8)}.ring-primary-100\/90{--tw-ring-color:rgba(204,236,253,.9)}.ring-primary-100\/95{--tw-ring-color:rgba(204,236,253,.95)}.ring-primary-200{--tw-ring-opacity:1;--tw-ring-color:rgb(153 216 252/var(--tw-ring-opacity))}.ring-primary-200\/0{--tw-ring-color:rgba(153,216,252,0)}.ring-primary-200\/10{--tw-ring-color:rgba(153,216,252,.1)}.ring-primary-200\/100{--tw-ring-color:#99d8fc}.ring-primary-200\/20{--tw-ring-color:rgba(153,216,252,.2)}.ring-primary-200\/25{--tw-ring-color:rgba(153,216,252,.25)}.ring-primary-200\/30{--tw-ring-color:rgba(153,216,252,.3)}.ring-primary-200\/40{--tw-ring-color:rgba(153,216,252,.4)}.ring-primary-200\/5{--tw-ring-color:rgba(153,216,252,.05)}.ring-primary-200\/50{--tw-ring-color:rgba(153,216,252,.5)}.ring-primary-200\/60{--tw-ring-color:rgba(153,216,252,.6)}.ring-primary-200\/70{--tw-ring-color:rgba(153,216,252,.7)}.ring-primary-200\/75{--tw-ring-color:rgba(153,216,252,.75)}.ring-primary-200\/80{--tw-ring-color:rgba(153,216,252,.8)}.ring-primary-200\/90{--tw-ring-color:rgba(153,216,252,.9)}.ring-primary-200\/95{--tw-ring-color:rgba(153,216,252,.95)}.ring-primary-300{--tw-ring-opacity:1;--tw-ring-color:rgb(102 197 250/var(--tw-ring-opacity))}.ring-primary-300\/0{--tw-ring-color:rgba(102,197,250,0)}.ring-primary-300\/10{--tw-ring-color:rgba(102,197,250,.1)}.ring-primary-300\/100{--tw-ring-color:#66c5fa}.ring-primary-300\/20{--tw-ring-color:rgba(102,197,250,.2)}.ring-primary-300\/25{--tw-ring-color:rgba(102,197,250,.25)}.ring-primary-300\/30{--tw-ring-color:rgba(102,197,250,.3)}.ring-primary-300\/40{--tw-ring-color:rgba(102,197,250,.4)}.ring-primary-300\/5{--tw-ring-color:rgba(102,197,250,.05)}.ring-primary-300\/50{--tw-ring-color:rgba(102,197,250,.5)}.ring-primary-300\/60{--tw-ring-color:rgba(102,197,250,.6)}.ring-primary-300\/70{--tw-ring-color:rgba(102,197,250,.7)}.ring-primary-300\/75{--tw-ring-color:rgba(102,197,250,.75)}.ring-primary-300\/80{--tw-ring-color:rgba(102,197,250,.8)}.ring-primary-300\/90{--tw-ring-color:rgba(102,197,250,.9)}.ring-primary-300\/95{--tw-ring-color:rgba(102,197,250,.95)}.ring-primary-400{--tw-ring-opacity:1;--tw-ring-color:rgb(51 177 249/var(--tw-ring-opacity))}.ring-primary-400\/0{--tw-ring-color:rgba(51,177,249,0)}.ring-primary-400\/10{--tw-ring-color:rgba(51,177,249,.1)}.ring-primary-400\/100{--tw-ring-color:#33b1f9}.ring-primary-400\/20{--tw-ring-color:rgba(51,177,249,.2)}.ring-primary-400\/25{--tw-ring-color:rgba(51,177,249,.25)}.ring-primary-400\/30{--tw-ring-color:rgba(51,177,249,.3)}.ring-primary-400\/40{--tw-ring-color:rgba(51,177,249,.4)}.ring-primary-400\/5{--tw-ring-color:rgba(51,177,249,.05)}.ring-primary-400\/50{--tw-ring-color:rgba(51,177,249,.5)}.ring-primary-400\/60{--tw-ring-color:rgba(51,177,249,.6)}.ring-primary-400\/70{--tw-ring-color:rgba(51,177,249,.7)}.ring-primary-400\/75{--tw-ring-color:rgba(51,177,249,.75)}.ring-primary-400\/80{--tw-ring-color:rgba(51,177,249,.8)}.ring-primary-400\/90{--tw-ring-color:rgba(51,177,249,.9)}.ring-primary-400\/95{--tw-ring-color:rgba(51,177,249,.95)}.ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(0 158 247/var(--tw-ring-opacity))}.ring-primary-500\/0{--tw-ring-color:rgba(0,158,247,0)}.ring-primary-500\/10{--tw-ring-color:rgba(0,158,247,.1)}.ring-primary-500\/100{--tw-ring-color:#009ef7}.ring-primary-500\/20{--tw-ring-color:rgba(0,158,247,.2)}.ring-primary-500\/25{--tw-ring-color:rgba(0,158,247,.25)}.ring-primary-500\/30{--tw-ring-color:rgba(0,158,247,.3)}.ring-primary-500\/40{--tw-ring-color:rgba(0,158,247,.4)}.ring-primary-500\/5{--tw-ring-color:rgba(0,158,247,.05)}.ring-primary-500\/50{--tw-ring-color:rgba(0,158,247,.5)}.ring-primary-500\/60{--tw-ring-color:rgba(0,158,247,.6)}.ring-primary-500\/70{--tw-ring-color:rgba(0,158,247,.7)}.ring-primary-500\/75{--tw-ring-color:rgba(0,158,247,.75)}.ring-primary-500\/80{--tw-ring-color:rgba(0,158,247,.8)}.ring-primary-500\/90{--tw-ring-color:rgba(0,158,247,.9)}.ring-primary-500\/95{--tw-ring-color:rgba(0,158,247,.95)}.ring-primary-600{--tw-ring-opacity:1;--tw-ring-color:rgb(0 126 198/var(--tw-ring-opacity))}.ring-primary-600\/0{--tw-ring-color:rgba(0,126,198,0)}.ring-primary-600\/10{--tw-ring-color:rgba(0,126,198,.1)}.ring-primary-600\/100{--tw-ring-color:#007ec6}.ring-primary-600\/20{--tw-ring-color:rgba(0,126,198,.2)}.ring-primary-600\/25{--tw-ring-color:rgba(0,126,198,.25)}.ring-primary-600\/30{--tw-ring-color:rgba(0,126,198,.3)}.ring-primary-600\/40{--tw-ring-color:rgba(0,126,198,.4)}.ring-primary-600\/5{--tw-ring-color:rgba(0,126,198,.05)}.ring-primary-600\/50{--tw-ring-color:rgba(0,126,198,.5)}.ring-primary-600\/60{--tw-ring-color:rgba(0,126,198,.6)}.ring-primary-600\/70{--tw-ring-color:rgba(0,126,198,.7)}.ring-primary-600\/75{--tw-ring-color:rgba(0,126,198,.75)}.ring-primary-600\/80{--tw-ring-color:rgba(0,126,198,.8)}.ring-primary-600\/90{--tw-ring-color:rgba(0,126,198,.9)}.ring-primary-600\/95{--tw-ring-color:rgba(0,126,198,.95)}.ring-primary-700{--tw-ring-opacity:1;--tw-ring-color:rgb(0 95 148/var(--tw-ring-opacity))}.ring-primary-700\/0{--tw-ring-color:rgba(0,95,148,0)}.ring-primary-700\/10{--tw-ring-color:rgba(0,95,148,.1)}.ring-primary-700\/100{--tw-ring-color:#005f94}.ring-primary-700\/20{--tw-ring-color:rgba(0,95,148,.2)}.ring-primary-700\/25{--tw-ring-color:rgba(0,95,148,.25)}.ring-primary-700\/30{--tw-ring-color:rgba(0,95,148,.3)}.ring-primary-700\/40{--tw-ring-color:rgba(0,95,148,.4)}.ring-primary-700\/5{--tw-ring-color:rgba(0,95,148,.05)}.ring-primary-700\/50{--tw-ring-color:rgba(0,95,148,.5)}.ring-primary-700\/60{--tw-ring-color:rgba(0,95,148,.6)}.ring-primary-700\/70{--tw-ring-color:rgba(0,95,148,.7)}.ring-primary-700\/75{--tw-ring-color:rgba(0,95,148,.75)}.ring-primary-700\/80{--tw-ring-color:rgba(0,95,148,.8)}.ring-primary-700\/90{--tw-ring-color:rgba(0,95,148,.9)}.ring-primary-700\/95{--tw-ring-color:rgba(0,95,148,.95)}.ring-primary-800{--tw-ring-opacity:1;--tw-ring-color:rgb(0 63 99/var(--tw-ring-opacity))}.ring-primary-800\/0{--tw-ring-color:rgba(0,63,99,0)}.ring-primary-800\/10{--tw-ring-color:rgba(0,63,99,.1)}.ring-primary-800\/100{--tw-ring-color:#003f63}.ring-primary-800\/20{--tw-ring-color:rgba(0,63,99,.2)}.ring-primary-800\/25{--tw-ring-color:rgba(0,63,99,.25)}.ring-primary-800\/30{--tw-ring-color:rgba(0,63,99,.3)}.ring-primary-800\/40{--tw-ring-color:rgba(0,63,99,.4)}.ring-primary-800\/5{--tw-ring-color:rgba(0,63,99,.05)}.ring-primary-800\/50{--tw-ring-color:rgba(0,63,99,.5)}.ring-primary-800\/60{--tw-ring-color:rgba(0,63,99,.6)}.ring-primary-800\/70{--tw-ring-color:rgba(0,63,99,.7)}.ring-primary-800\/75{--tw-ring-color:rgba(0,63,99,.75)}.ring-primary-800\/80{--tw-ring-color:rgba(0,63,99,.8)}.ring-primary-800\/90{--tw-ring-color:rgba(0,63,99,.9)}.ring-primary-800\/95{--tw-ring-color:rgba(0,63,99,.95)}.ring-primary-900{--tw-ring-opacity:1;--tw-ring-color:rgb(0 32 49/var(--tw-ring-opacity))}.ring-primary-900\/0{--tw-ring-color:rgba(0,32,49,0)}.ring-primary-900\/10{--tw-ring-color:rgba(0,32,49,.1)}.ring-primary-900\/100{--tw-ring-color:#002031}.ring-primary-900\/20{--tw-ring-color:rgba(0,32,49,.2)}.ring-primary-900\/25{--tw-ring-color:rgba(0,32,49,.25)}.ring-primary-900\/30{--tw-ring-color:rgba(0,32,49,.3)}.ring-primary-900\/40{--tw-ring-color:rgba(0,32,49,.4)}.ring-primary-900\/5{--tw-ring-color:rgba(0,32,49,.05)}.ring-primary-900\/50{--tw-ring-color:rgba(0,32,49,.5)}.ring-primary-900\/60{--tw-ring-color:rgba(0,32,49,.6)}.ring-primary-900\/70{--tw-ring-color:rgba(0,32,49,.7)}.ring-primary-900\/75{--tw-ring-color:rgba(0,32,49,.75)}.ring-primary-900\/80{--tw-ring-color:rgba(0,32,49,.8)}.ring-primary-900\/90{--tw-ring-color:rgba(0,32,49,.9)}.ring-primary-900\/95{--tw-ring-color:rgba(0,32,49,.95)}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249/var(--tw-ring-opacity))}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82/var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(250 202 21/var(--tw-ring-opacity))}.ring-offset-primary-100{--tw-ring-offset-color:#ccecfd}.ring-offset-primary-100\/0{--tw-ring-offset-color:rgba(204,236,253,0)}.ring-offset-primary-100\/10{--tw-ring-offset-color:rgba(204,236,253,.1)}.ring-offset-primary-100\/100{--tw-ring-offset-color:#ccecfd}.ring-offset-primary-100\/20{--tw-ring-offset-color:rgba(204,236,253,.2)}.ring-offset-primary-100\/25{--tw-ring-offset-color:rgba(204,236,253,.25)}.ring-offset-primary-100\/30{--tw-ring-offset-color:rgba(204,236,253,.3)}.ring-offset-primary-100\/40{--tw-ring-offset-color:rgba(204,236,253,.4)}.ring-offset-primary-100\/5{--tw-ring-offset-color:rgba(204,236,253,.05)}.ring-offset-primary-100\/50{--tw-ring-offset-color:rgba(204,236,253,.5)}.ring-offset-primary-100\/60{--tw-ring-offset-color:rgba(204,236,253,.6)}.ring-offset-primary-100\/70{--tw-ring-offset-color:rgba(204,236,253,.7)}.ring-offset-primary-100\/75{--tw-ring-offset-color:rgba(204,236,253,.75)}.ring-offset-primary-100\/80{--tw-ring-offset-color:rgba(204,236,253,.8)}.ring-offset-primary-100\/90{--tw-ring-offset-color:rgba(204,236,253,.9)}.ring-offset-primary-100\/95{--tw-ring-offset-color:rgba(204,236,253,.95)}.ring-offset-primary-200{--tw-ring-offset-color:#99d8fc}.ring-offset-primary-200\/0{--tw-ring-offset-color:rgba(153,216,252,0)}.ring-offset-primary-200\/10{--tw-ring-offset-color:rgba(153,216,252,.1)}.ring-offset-primary-200\/100{--tw-ring-offset-color:#99d8fc}.ring-offset-primary-200\/20{--tw-ring-offset-color:rgba(153,216,252,.2)}.ring-offset-primary-200\/25{--tw-ring-offset-color:rgba(153,216,252,.25)}.ring-offset-primary-200\/30{--tw-ring-offset-color:rgba(153,216,252,.3)}.ring-offset-primary-200\/40{--tw-ring-offset-color:rgba(153,216,252,.4)}.ring-offset-primary-200\/5{--tw-ring-offset-color:rgba(153,216,252,.05)}.ring-offset-primary-200\/50{--tw-ring-offset-color:rgba(153,216,252,.5)}.ring-offset-primary-200\/60{--tw-ring-offset-color:rgba(153,216,252,.6)}.ring-offset-primary-200\/70{--tw-ring-offset-color:rgba(153,216,252,.7)}.ring-offset-primary-200\/75{--tw-ring-offset-color:rgba(153,216,252,.75)}.ring-offset-primary-200\/80{--tw-ring-offset-color:rgba(153,216,252,.8)}.ring-offset-primary-200\/90{--tw-ring-offset-color:rgba(153,216,252,.9)}.ring-offset-primary-200\/95{--tw-ring-offset-color:rgba(153,216,252,.95)}.ring-offset-primary-300{--tw-ring-offset-color:#66c5fa}.ring-offset-primary-300\/0{--tw-ring-offset-color:rgba(102,197,250,0)}.ring-offset-primary-300\/10{--tw-ring-offset-color:rgba(102,197,250,.1)}.ring-offset-primary-300\/100{--tw-ring-offset-color:#66c5fa}.ring-offset-primary-300\/20{--tw-ring-offset-color:rgba(102,197,250,.2)}.ring-offset-primary-300\/25{--tw-ring-offset-color:rgba(102,197,250,.25)}.ring-offset-primary-300\/30{--tw-ring-offset-color:rgba(102,197,250,.3)}.ring-offset-primary-300\/40{--tw-ring-offset-color:rgba(102,197,250,.4)}.ring-offset-primary-300\/5{--tw-ring-offset-color:rgba(102,197,250,.05)}.ring-offset-primary-300\/50{--tw-ring-offset-color:rgba(102,197,250,.5)}.ring-offset-primary-300\/60{--tw-ring-offset-color:rgba(102,197,250,.6)}.ring-offset-primary-300\/70{--tw-ring-offset-color:rgba(102,197,250,.7)}.ring-offset-primary-300\/75{--tw-ring-offset-color:rgba(102,197,250,.75)}.ring-offset-primary-300\/80{--tw-ring-offset-color:rgba(102,197,250,.8)}.ring-offset-primary-300\/90{--tw-ring-offset-color:rgba(102,197,250,.9)}.ring-offset-primary-300\/95{--tw-ring-offset-color:rgba(102,197,250,.95)}.ring-offset-primary-400{--tw-ring-offset-color:#33b1f9}.ring-offset-primary-400\/0{--tw-ring-offset-color:rgba(51,177,249,0)}.ring-offset-primary-400\/10{--tw-ring-offset-color:rgba(51,177,249,.1)}.ring-offset-primary-400\/100{--tw-ring-offset-color:#33b1f9}.ring-offset-primary-400\/20{--tw-ring-offset-color:rgba(51,177,249,.2)}.ring-offset-primary-400\/25{--tw-ring-offset-color:rgba(51,177,249,.25)}.ring-offset-primary-400\/30{--tw-ring-offset-color:rgba(51,177,249,.3)}.ring-offset-primary-400\/40{--tw-ring-offset-color:rgba(51,177,249,.4)}.ring-offset-primary-400\/5{--tw-ring-offset-color:rgba(51,177,249,.05)}.ring-offset-primary-400\/50{--tw-ring-offset-color:rgba(51,177,249,.5)}.ring-offset-primary-400\/60{--tw-ring-offset-color:rgba(51,177,249,.6)}.ring-offset-primary-400\/70{--tw-ring-offset-color:rgba(51,177,249,.7)}.ring-offset-primary-400\/75{--tw-ring-offset-color:rgba(51,177,249,.75)}.ring-offset-primary-400\/80{--tw-ring-offset-color:rgba(51,177,249,.8)}.ring-offset-primary-400\/90{--tw-ring-offset-color:rgba(51,177,249,.9)}.ring-offset-primary-400\/95{--tw-ring-offset-color:rgba(51,177,249,.95)}.ring-offset-primary-500{--tw-ring-offset-color:#009ef7}.ring-offset-primary-500\/0{--tw-ring-offset-color:rgba(0,158,247,0)}.ring-offset-primary-500\/10{--tw-ring-offset-color:rgba(0,158,247,.1)}.ring-offset-primary-500\/100{--tw-ring-offset-color:#009ef7}.ring-offset-primary-500\/20{--tw-ring-offset-color:rgba(0,158,247,.2)}.ring-offset-primary-500\/25{--tw-ring-offset-color:rgba(0,158,247,.25)}.ring-offset-primary-500\/30{--tw-ring-offset-color:rgba(0,158,247,.3)}.ring-offset-primary-500\/40{--tw-ring-offset-color:rgba(0,158,247,.4)}.ring-offset-primary-500\/5{--tw-ring-offset-color:rgba(0,158,247,.05)}.ring-offset-primary-500\/50{--tw-ring-offset-color:rgba(0,158,247,.5)}.ring-offset-primary-500\/60{--tw-ring-offset-color:rgba(0,158,247,.6)}.ring-offset-primary-500\/70{--tw-ring-offset-color:rgba(0,158,247,.7)}.ring-offset-primary-500\/75{--tw-ring-offset-color:rgba(0,158,247,.75)}.ring-offset-primary-500\/80{--tw-ring-offset-color:rgba(0,158,247,.8)}.ring-offset-primary-500\/90{--tw-ring-offset-color:rgba(0,158,247,.9)}.ring-offset-primary-500\/95{--tw-ring-offset-color:rgba(0,158,247,.95)}.ring-offset-primary-600{--tw-ring-offset-color:#007ec6}.ring-offset-primary-600\/0{--tw-ring-offset-color:rgba(0,126,198,0)}.ring-offset-primary-600\/10{--tw-ring-offset-color:rgba(0,126,198,.1)}.ring-offset-primary-600\/100{--tw-ring-offset-color:#007ec6}.ring-offset-primary-600\/20{--tw-ring-offset-color:rgba(0,126,198,.2)}.ring-offset-primary-600\/25{--tw-ring-offset-color:rgba(0,126,198,.25)}.ring-offset-primary-600\/30{--tw-ring-offset-color:rgba(0,126,198,.3)}.ring-offset-primary-600\/40{--tw-ring-offset-color:rgba(0,126,198,.4)}.ring-offset-primary-600\/5{--tw-ring-offset-color:rgba(0,126,198,.05)}.ring-offset-primary-600\/50{--tw-ring-offset-color:rgba(0,126,198,.5)}.ring-offset-primary-600\/60{--tw-ring-offset-color:rgba(0,126,198,.6)}.ring-offset-primary-600\/70{--tw-ring-offset-color:rgba(0,126,198,.7)}.ring-offset-primary-600\/75{--tw-ring-offset-color:rgba(0,126,198,.75)}.ring-offset-primary-600\/80{--tw-ring-offset-color:rgba(0,126,198,.8)}.ring-offset-primary-600\/90{--tw-ring-offset-color:rgba(0,126,198,.9)}.ring-offset-primary-600\/95{--tw-ring-offset-color:rgba(0,126,198,.95)}.ring-offset-primary-700{--tw-ring-offset-color:#005f94}.ring-offset-primary-700\/0{--tw-ring-offset-color:rgba(0,95,148,0)}.ring-offset-primary-700\/10{--tw-ring-offset-color:rgba(0,95,148,.1)}.ring-offset-primary-700\/100{--tw-ring-offset-color:#005f94}.ring-offset-primary-700\/20{--tw-ring-offset-color:rgba(0,95,148,.2)}.ring-offset-primary-700\/25{--tw-ring-offset-color:rgba(0,95,148,.25)}.ring-offset-primary-700\/30{--tw-ring-offset-color:rgba(0,95,148,.3)}.ring-offset-primary-700\/40{--tw-ring-offset-color:rgba(0,95,148,.4)}.ring-offset-primary-700\/5{--tw-ring-offset-color:rgba(0,95,148,.05)}.ring-offset-primary-700\/50{--tw-ring-offset-color:rgba(0,95,148,.5)}.ring-offset-primary-700\/60{--tw-ring-offset-color:rgba(0,95,148,.6)}.ring-offset-primary-700\/70{--tw-ring-offset-color:rgba(0,95,148,.7)}.ring-offset-primary-700\/75{--tw-ring-offset-color:rgba(0,95,148,.75)}.ring-offset-primary-700\/80{--tw-ring-offset-color:rgba(0,95,148,.8)}.ring-offset-primary-700\/90{--tw-ring-offset-color:rgba(0,95,148,.9)}.ring-offset-primary-700\/95{--tw-ring-offset-color:rgba(0,95,148,.95)}.ring-offset-primary-800{--tw-ring-offset-color:#003f63}.ring-offset-primary-800\/0{--tw-ring-offset-color:rgba(0,63,99,0)}.ring-offset-primary-800\/10{--tw-ring-offset-color:rgba(0,63,99,.1)}.ring-offset-primary-800\/100{--tw-ring-offset-color:#003f63}.ring-offset-primary-800\/20{--tw-ring-offset-color:rgba(0,63,99,.2)}.ring-offset-primary-800\/25{--tw-ring-offset-color:rgba(0,63,99,.25)}.ring-offset-primary-800\/30{--tw-ring-offset-color:rgba(0,63,99,.3)}.ring-offset-primary-800\/40{--tw-ring-offset-color:rgba(0,63,99,.4)}.ring-offset-primary-800\/5{--tw-ring-offset-color:rgba(0,63,99,.05)}.ring-offset-primary-800\/50{--tw-ring-offset-color:rgba(0,63,99,.5)}.ring-offset-primary-800\/60{--tw-ring-offset-color:rgba(0,63,99,.6)}.ring-offset-primary-800\/70{--tw-ring-offset-color:rgba(0,63,99,.7)}.ring-offset-primary-800\/75{--tw-ring-offset-color:rgba(0,63,99,.75)}.ring-offset-primary-800\/80{--tw-ring-offset-color:rgba(0,63,99,.8)}.ring-offset-primary-800\/90{--tw-ring-offset-color:rgba(0,63,99,.9)}.ring-offset-primary-800\/95{--tw-ring-offset-color:rgba(0,63,99,.95)}.ring-offset-primary-900{--tw-ring-offset-color:#002031}.ring-offset-primary-900\/0{--tw-ring-offset-color:rgba(0,32,49,0)}.ring-offset-primary-900\/10{--tw-ring-offset-color:rgba(0,32,49,.1)}.ring-offset-primary-900\/100{--tw-ring-offset-color:#002031}.ring-offset-primary-900\/20{--tw-ring-offset-color:rgba(0,32,49,.2)}.ring-offset-primary-900\/25{--tw-ring-offset-color:rgba(0,32,49,.25)}.ring-offset-primary-900\/30{--tw-ring-offset-color:rgba(0,32,49,.3)}.ring-offset-primary-900\/40{--tw-ring-offset-color:rgba(0,32,49,.4)}.ring-offset-primary-900\/5{--tw-ring-offset-color:rgba(0,32,49,.05)}.ring-offset-primary-900\/50{--tw-ring-offset-color:rgba(0,32,49,.5)}.ring-offset-primary-900\/60{--tw-ring-offset-color:rgba(0,32,49,.6)}.ring-offset-primary-900\/70{--tw-ring-offset-color:rgba(0,32,49,.7)}.ring-offset-primary-900\/75{--tw-ring-offset-color:rgba(0,32,49,.75)}.ring-offset-primary-900\/80{--tw-ring-offset-color:rgba(0,32,49,.8)}.ring-offset-primary-900\/90{--tw-ring-offset-color:rgba(0,32,49,.9)}.ring-offset-primary-900\/95{--tw-ring-offset-color:rgba(0,32,49,.95)}.blur{--tw-blur:blur(8px)}.blur,.blur-sm{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur:blur(4px)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.drop-shadow-md,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\2c background-color\2c border-color\2c text-decoration-color\2c fill\2c stroke\2c box-shadow\]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,box-shadow;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-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}.delay-0{transition-delay:0s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--settings-side-nav-width:15rem}body,html{height:100%}body{font-family:var(--font-inter);font-weight:400}#__next,main.app{height:100%}.str-chat{border:none!important}.str-chat .str-chat__channel-list-messenger__main{display:flex;flex-direction:column}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:left-\[4px\]:after{content:var(--tw-content);left:4px}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:h-6:after{content:var(--tw-content);height:1.5rem}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:w-6:after{content:var(--tw-content);width:1.5rem}.after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:border-white:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.first\:ml-0:first-child{margin-left:0}.first\:mt-0:first-child{margin-top:0}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:border-t-0:first-child{border-top-width:0}.first\:pt-0:first-child{padding-top:0}.last\:mr-0:last-child{margin-right:0}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.odd\:bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.even\:bg-gray-50:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(219 223 233/var(--tw-border-opacity))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(0 158 247/var(--tw-border-opacity))}.hover\:bg-cyan-100:hover{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.hover\:bg-cyan-200:hover{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity))}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}.hover\:bg-cyan-800:hover{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(241 241 242/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(120 130 157/var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity))}.hover\:bg-lime-200:hover{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(0 158 247/var(--tw-bg-opacity))}.hover\:bg-primary-100:hover{--tw-bg-opacity:1;background-color:rgb(204 236 253/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(241 248 255/var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(0 126 198/var(--tw-bg-opacity))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity))}.hover\:bg-teal-200:hover{--tw-bg-opacity:1;background-color:rgb(175 236 239/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:text-cyan-700:hover{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(153 161 183/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(120 130 157/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(75 86 117/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(7 20 55/var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(0 158 247/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-\[0\.2\]:hover{opacity:.2}.focus\:z-10:focus{z-index:10}.focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgb(28 100 242/var(--tw-border-opacity))}.focus\:border-cyan-500:focus{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}.focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgb(5 122 85/var(--tw-border-opacity))}.focus\:border-primary:focus{--tw-border-opacity:1;border-color:rgb(0 158 247/var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}.focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgb(224 36 36/var(--tw-border-opacity))}.focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgb(194 120 3/var(--tw-border-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity))}.focus\:text-cyan-700:focus{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgb(7 20 55/var(--tw-text-opacity))}.focus\:text-primary-700:focus{--tw-text-opacity:1;color:rgb(0 95 148/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity))}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(28 100 242/var(--tw-ring-opacity))}.focus\:ring-cyan-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.focus\:ring-cyan-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 211 238/var(--tw-ring-opacity))}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity))}.focus\:ring-cyan-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity))}.focus\:ring-cyan-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity))}.focus\:ring-cyan-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(241 241 242/var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(219 223 233/var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(181 181 195/var(--tw-ring-opacity))}.focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 47 74/var(--tw-ring-opacity))}.focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(7 20 55/var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(188 240 218/var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(132 225 188/var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(49 196 141/var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110/var(--tw-ring-opacity))}.focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 122 85/var(--tw-ring-opacity))}.focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(3 84 63/var(--tw-ring-opacity))}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(180 198 252/var(--tw-ring-opacity))}.focus\:ring-indigo-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(141 162 251/var(--tw-ring-opacity))}.focus\:ring-indigo-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(81 69 205/var(--tw-ring-opacity))}.focus\:ring-lime-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 249 157/var(--tw-ring-opacity))}.focus\:ring-lime-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.focus\:ring-lime-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(163 230 53/var(--tw-ring-opacity))}.focus\:ring-lime-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15/var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 209 232/var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 180 217/var(--tw-ring-opacity))}.focus\:ring-pink-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(241 126 184/var(--tw-ring-opacity))}.focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(214 31 105/var(--tw-ring-opacity))}.focus\:ring-primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(0 158 247/var(--tw-ring-opacity))}.focus\:ring-primary-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(102 197 250/var(--tw-ring-opacity))}.focus\:ring-primary-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(51 177 249/var(--tw-ring-opacity))}.focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 215 254/var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(202 191 253/var(--tw-ring-opacity))}.focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(172 148 250/var(--tw-ring-opacity))}.focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242/var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 232 232/var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 180 180/var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 128 128/var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82/var(--tw-ring-opacity))}.focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36/var(--tw-ring-opacity))}.focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(119 29 29/var(--tw-ring-opacity))}.focus\:ring-teal-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(126 220 226/var(--tw-ring-opacity))}.focus\:ring-teal-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(22 189 202/var(--tw-ring-opacity))}.focus\:ring-teal-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(4 116 129/var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 202 21/var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(227 160 8/var(--tw-ring-opacity))}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3/var(--tw-ring-opacity))}.enabled\:hover\:bg-blue-800:hover:enabled{--tw-bg-opacity:1;background-color:rgb(30 66 159/var(--tw-bg-opacity))}.enabled\:hover\:bg-cyan-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.enabled\:hover\:bg-cyan-800:hover:enabled{--tw-bg-opacity:1;background-color:rgb(21 94 117/var(--tw-bg-opacity))}.enabled\:hover\:bg-gray-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity))}.enabled\:hover\:bg-gray-900:hover:enabled{--tw-bg-opacity:1;background-color:rgb(7 20 55/var(--tw-bg-opacity))}.enabled\:hover\:bg-green-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(222 247 236/var(--tw-bg-opacity))}.enabled\:hover\:bg-green-800:hover:enabled{--tw-bg-opacity:1;background-color:rgb(3 84 63/var(--tw-bg-opacity))}.enabled\:hover\:bg-indigo-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity))}.enabled\:hover\:bg-lime-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity))}.enabled\:hover\:bg-pink-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(252 232 243/var(--tw-bg-opacity))}.enabled\:hover\:bg-primary-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(204 236 253/var(--tw-bg-opacity))}.enabled\:hover\:bg-primary-700:hover:enabled{--tw-bg-opacity:1;background-color:rgb(0 95 148/var(--tw-bg-opacity))}.enabled\:hover\:bg-purple-800:hover:enabled{--tw-bg-opacity:1;background-color:rgb(85 33 181/var(--tw-bg-opacity))}.enabled\:hover\:bg-red-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity))}.enabled\:hover\:bg-red-800:hover:enabled{--tw-bg-opacity:1;background-color:rgb(155 28 28/var(--tw-bg-opacity))}.enabled\:hover\:bg-teal-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(213 245 246/var(--tw-bg-opacity))}.enabled\:hover\:bg-yellow-100:hover:enabled{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity))}.enabled\:hover\:bg-yellow-500:hover:enabled{--tw-bg-opacity:1;background-color:rgb(194 120 3/var(--tw-bg-opacity))}.enabled\:hover\:bg-gradient-to-bl:hover:enabled{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.enabled\:hover\:bg-gradient-to-br:hover:enabled{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.enabled\:hover\:bg-gradient-to-l:hover:enabled{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.enabled\:hover\:from-teal-200:hover:enabled{--tw-gradient-from:#afecef var(--tw-gradient-from-position);--tw-gradient-to:rgba(175,236,239,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.enabled\:hover\:to-lime-200:hover:enabled{--tw-gradient-to:#d9f99d var(--tw-gradient-to-position)}.enabled\:hover\:text-cyan-700:hover:enabled{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.enabled\:hover\:text-gray-700:hover:enabled{--tw-text-opacity:1;color:rgb(75 86 117/var(--tw-text-opacity))}.enabled\:hover\:text-gray-900:hover:enabled{--tw-text-opacity:1;color:rgb(7 20 55/var(--tw-text-opacity))}.enabled\:hover\:text-primary:hover:enabled{--tw-text-opacity:1;color:rgb(0 158 247/var(--tw-text-opacity))}.enabled\:hover\:text-primary-700:hover:enabled{--tw-text-opacity:1;color:rgb(0 95 148/var(--tw-text-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(181 181 195/var(--tw-text-opacity))}.disabled\:opacity-50:disabled{opacity:.5}.group:first-child .group-first\:hidden{display:none}.group\/body:first-child .group\/row:first-child .group-first\/body\:group-first\/row\:first\:rounded-tl-lg:first-child,.group\/head:first-child .group-first\/head\:first\:rounded-tl-lg:first-child{border-top-left-radius:.5rem}.group\/body:first-child .group\/row:first-child .group-first\/body\:group-first\/row\:last\:rounded-tr-lg:last-child,.group\/head:first-child .group-first\/head\:last\:rounded-tr-lg:last-child{border-top-right-radius:.5rem}.group:last-child .group-last\:hidden{display:none}.group\/body:last-child .group\/row:last-child .group-last\/body\:group-last\/row\:first\:rounded-bl-lg:first-child{border-bottom-left-radius:.5rem}.group\/body:last-child .group\/row:last-child .group-last\/body\:group-last\/row\:last\:rounded-br-lg:last-child{border-bottom-right-radius:.5rem}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:bg-cyan-200{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(241 241 242/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(219 223 233/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-500{--tw-bg-opacity:1;background-color:rgb(153 161 183/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-200{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-lime-200{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-200{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-200{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-200{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-200{--tw-bg-opacity:1;background-color:rgb(175 236 239/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.group:hover .group-hover\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb(7 20 55/var(--tw-text-opacity))}.group:hover .group-hover\:text-primary{--tw-text-opacity:1;color:rgb(0 158 247/var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:hover .group-hover\:opacity-\[0\.2\]{opacity:.2}.group:focus .group-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:focus .group-focus\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:focus .group-focus\:ring-cyan-500\/25{--tw-ring-color:rgba(6,182,212,.25)}.group:focus .group-focus\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.group:enabled:hover .group-enabled\:group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:enabled:hover .group-enabled\:group-hover\:text-inherit{color:inherit}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:top-1\/2{top:50%}.peer:placeholder-shown~.peer-placeholder-shown\:top-1\/2{top:50%}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:placeholder-shown~.peer-placeholder-shown\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:placeholder-shown~.peer-placeholder-shown\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:placeholder-shown~.peer-placeholder-shown\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:left-0{left:0}.peer:focus~.peer-focus\:top-2{top:.5rem}.peer:focus~.peer-focus\:-translate-y-4{--tw-translate-y:-1rem}.peer:focus~.peer-focus\:-translate-y-4,.peer:focus~.peer-focus\:-translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:-translate-y-6{--tw-translate-y:-1.5rem}.peer:focus~.peer-focus\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:px-2{padding-left:.5rem;padding-right:.5rem}.peer:focus~.peer-focus\:text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}:is(.dark .dark\:divide-gray-700)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 86 117/var(--tw-divide-opacity))}:is(.dark .dark\:border-none){border-style:none}:is(.dark .dark\:border-cyan-400){--tw-border-opacity:1;border-color:rgb(34 211 238/var(--tw-border-opacity))}:is(.dark .dark\:border-cyan-500){--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}:is(.dark .dark\:border-cyan-600){--tw-border-opacity:1;border-color:rgb(8 145 178/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-500){--tw-border-opacity:1;border-color:rgb(153 161 183/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-600){--tw-border-opacity:1;border-color:rgb(120 130 157/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-700){--tw-border-opacity:1;border-color:rgb(75 86 117/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-800){--tw-border-opacity:1;border-color:rgb(37 47 74/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-900){--tw-border-opacity:1;border-color:rgb(7 20 55/var(--tw-border-opacity))}:is(.dark .dark\:border-green-400){--tw-border-opacity:1;border-color:rgb(49 196 141/var(--tw-border-opacity))}:is(.dark .dark\:border-green-500){--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}:is(.dark .dark\:border-green-600){--tw-border-opacity:1;border-color:rgb(5 122 85/var(--tw-border-opacity))}:is(.dark .dark\:border-indigo-600){--tw-border-opacity:1;border-color:rgb(88 80 236/var(--tw-border-opacity))}:is(.dark .dark\:border-lime-600){--tw-border-opacity:1;border-color:rgb(101 163 13/var(--tw-border-opacity))}:is(.dark .dark\:border-pink-600){--tw-border-opacity:1;border-color:rgb(214 31 105/var(--tw-border-opacity))}:is(.dark .dark\:border-red-400){--tw-border-opacity:1;border-color:rgb(249 128 128/var(--tw-border-opacity))}:is(.dark .dark\:border-red-500){--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}:is(.dark .dark\:border-red-600){--tw-border-opacity:1;border-color:rgb(224 36 36/var(--tw-border-opacity))}:is(.dark .dark\:border-teal-600){--tw-border-opacity:1;border-color:rgb(4 116 129/var(--tw-border-opacity))}:is(.dark .dark\:border-white){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}:is(.dark .dark\:border-yellow-400){--tw-border-opacity:1;border-color:rgb(227 160 8/var(--tw-border-opacity))}:is(.dark .dark\:border-yellow-600){--tw-border-opacity:1;border-color:rgb(159 88 10/var(--tw-border-opacity))}:is(.dark .dark\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-600){--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}:is(.dark .dark\:bg-cyan-100){--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}:is(.dark .dark\:bg-cyan-200){--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity))}:is(.dark .dark\:bg-cyan-600){--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}:is(.dark .dark\:bg-cyan-900){--tw-bg-opacity:1;background-color:rgb(22 78 99/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-200){--tw-bg-opacity:1;background-color:rgb(241 241 242/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-300){--tw-bg-opacity:1;background-color:rgb(219 223 233/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-400){--tw-bg-opacity:1;background-color:rgb(181 181 195/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-500){--tw-bg-opacity:1;background-color:rgb(153 161 183/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(120 130 157/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-700){--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(37 47 74/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800\/30){background-color:rgba(37,47,74,.3)}:is(.dark .dark\:bg-gray-800\/50){background-color:rgba(37,47,74,.5)}:is(.dark .dark\:bg-gray-900){--tw-bg-opacity:1;background-color:rgb(7 20 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-100){--tw-bg-opacity:1;background-color:rgb(222 247 236/var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-200){--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-500){--tw-bg-opacity:1;background-color:rgb(14 159 110/var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-600){--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-900){--tw-bg-opacity:1;background-color:rgb(1 71 55/var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-200){--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-500){--tw-bg-opacity:1;background-color:rgb(104 117 245/var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-600){--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity))}:is(.dark .dark\:bg-lime-200){--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity))}:is(.dark .dark\:bg-lime-600){--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity))}:is(.dark .dark\:bg-pink-200){--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity))}:is(.dark .dark\:bg-pink-600){--tw-bg-opacity:1;background-color:rgb(214 31 105/var(--tw-bg-opacity))}:is(.dark .dark\:bg-primary){--tw-bg-opacity:1;background-color:rgb(0 158 247/var(--tw-bg-opacity))}:is(.dark .dark\:bg-primary-100){--tw-bg-opacity:1;background-color:rgb(204 236 253/var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-200){--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-500){--tw-bg-opacity:1;background-color:rgb(144 97 249/var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-600){--tw-bg-opacity:1;background-color:rgb(126 58 242/var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-900){--tw-bg-opacity:1;background-color:rgb(74 29 150/var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-100){--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-200){--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-500){--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-600){--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-900){--tw-bg-opacity:1;background-color:rgb(119 29 29/var(--tw-bg-opacity))}:is(.dark .dark\:bg-teal-200){--tw-bg-opacity:1;background-color:rgb(175 236 239/var(--tw-bg-opacity))}:is(.dark .dark\:bg-teal-600){--tw-bg-opacity:1;background-color:rgb(4 116 129/var(--tw-bg-opacity))}:is(.dark .dark\:bg-transparent){background-color:transparent}:is(.dark .dark\:bg-yellow-100){--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-200){--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-600){--tw-bg-opacity:1;background-color:rgb(159 88 10/var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(99 49 18/var(--tw-bg-opacity))}:is(.dark .dark\:bg-opacity-80){--tw-bg-opacity:0.8}:is(.dark .dark\:fill-gray-300){fill:#dbdfe9}:is(.dark .dark\:text-cyan-100){--tw-text-opacity:1;color:rgb(207 250 254/var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-300){--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-500){--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-600){--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-800){--tw-text-opacity:1;color:rgb(21 94 117/var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-900){--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(249 249 249/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity:1;color:rgb(241 241 242/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-300){--tw-text-opacity:1;color:rgb(219 223 233/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(181 181 195/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-500){--tw-text-opacity:1;color:rgb(153 161 183/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-600){--tw-text-opacity:1;color:rgb(120 130 157/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-800){--tw-text-opacity:1;color:rgb(37 47 74/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-900){--tw-text-opacity:1;color:rgb(7 20 55/var(--tw-text-opacity))}:is(.dark .dark\:text-green-400){--tw-text-opacity:1;color:rgb(49 196 141/var(--tw-text-opacity))}:is(.dark .dark\:text-green-500){--tw-text-opacity:1;color:rgb(14 159 110/var(--tw-text-opacity))}:is(.dark .dark\:text-green-600){--tw-text-opacity:1;color:rgb(5 122 85/var(--tw-text-opacity))}:is(.dark .dark\:text-green-800){--tw-text-opacity:1;color:rgb(3 84 63/var(--tw-text-opacity))}:is(.dark .dark\:text-green-900){--tw-text-opacity:1;color:rgb(1 71 55/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-600){--tw-text-opacity:1;color:rgb(88 80 236/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-800){--tw-text-opacity:1;color:rgb(66 56 157/var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-900){--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity))}:is(.dark .dark\:text-lime-600){--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity))}:is(.dark .dark\:text-lime-800){--tw-text-opacity:1;color:rgb(63 98 18/var(--tw-text-opacity))}:is(.dark .dark\:text-lime-900){--tw-text-opacity:1;color:rgb(54 83 20/var(--tw-text-opacity))}:is(.dark .dark\:text-pink-600){--tw-text-opacity:1;color:rgb(214 31 105/var(--tw-text-opacity))}:is(.dark .dark\:text-pink-800){--tw-text-opacity:1;color:rgb(153 21 75/var(--tw-text-opacity))}:is(.dark .dark\:text-pink-900){--tw-text-opacity:1;color:rgb(117 26 61/var(--tw-text-opacity))}:is(.dark .dark\:text-purple-600){--tw-text-opacity:1;color:rgb(126 58 242/var(--tw-text-opacity))}:is(.dark .dark\:text-purple-800){--tw-text-opacity:1;color:rgb(85 33 181/var(--tw-text-opacity))}:is(.dark .dark\:text-purple-900){--tw-text-opacity:1;color:rgb(74 29 150/var(--tw-text-opacity))}:is(.dark .dark\:text-red-400){--tw-text-opacity:1;color:rgb(249 128 128/var(--tw-text-opacity))}:is(.dark .dark\:text-red-500){--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity))}:is(.dark .dark\:text-red-600){--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity))}:is(.dark .dark\:text-red-800){--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity))}:is(.dark .dark\:text-red-900){--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}:is(.dark .dark\:text-teal-600){--tw-text-opacity:1;color:rgb(4 116 129/var(--tw-text-opacity))}:is(.dark .dark\:text-teal-800){--tw-text-opacity:1;color:rgb(5 80 92/var(--tw-text-opacity))}:is(.dark .dark\:text-teal-900){--tw-text-opacity:1;color:rgb(1 68 81/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-600){--tw-text-opacity:1;color:rgb(159 88 10/var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-800){--tw-text-opacity:1;color:rgb(114 59 19/var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-900){--tw-text-opacity:1;color:rgb(99 49 18/var(--tw-text-opacity))}:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(181 181 195/var(--tw-placeholder-opacity))}:is(.dark .dark\:placeholder-gray-400)::placeholder{--tw-placeholder-opacity:1;color:rgb(181 181 195/var(--tw-placeholder-opacity))}:is(.dark .dark\:shadow-sm-light){--tw-shadow:0 2px 5px 0px hsla(0,0%,100%,.08);--tw-shadow-colored:0 2px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .dark\:ring-cyan-800){--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}:is(.dark .dark\:ring-gray-400){--tw-ring-opacity:1;--tw-ring-color:rgb(181 181 195/var(--tw-ring-opacity))}:is(.dark .dark\:ring-gray-500){--tw-ring-opacity:1;--tw-ring-color:rgb(153 161 183/var(--tw-ring-opacity))}:is(.dark .dark\:ring-gray-800){--tw-ring-opacity:1;--tw-ring-color:rgb(37 47 74/var(--tw-ring-opacity))}:is(.dark .dark\:ring-gray-900){--tw-ring-opacity:1;--tw-ring-color:rgb(7 20 55/var(--tw-ring-opacity))}:is(.dark .dark\:ring-green-500){--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110/var(--tw-ring-opacity))}:is(.dark .dark\:ring-pink-500){--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148/var(--tw-ring-opacity))}:is(.dark .dark\:ring-purple-600){--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242/var(--tw-ring-opacity))}:is(.dark .dark\:ring-red-700){--tw-ring-opacity:1;--tw-ring-color:rgb(200 30 30/var(--tw-ring-opacity))}:is(.dark .dark\:ring-yellow-500){--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3/var(--tw-ring-opacity))}:is(.dark .dark\:ring-offset-blue-700){--tw-ring-offset-color:#1a56db}:is(.dark .dark\:ring-offset-cyan-600){--tw-ring-offset-color:#0891b2}:is(.dark .dark\:ring-offset-gray-800){--tw-ring-offset-color:#252f4a}:is(.dark .dark\:ring-offset-gray-900){--tw-ring-offset-color:#071437}:is(.dark .dark\:ring-offset-green-600){--tw-ring-offset-color:#057a55}:is(.dark .dark\:ring-offset-green-800){--tw-ring-offset-color:#03543f}:is(.dark .dark\:ring-offset-indigo-700){--tw-ring-offset-color:#5145cd}:is(.dark .dark\:ring-offset-lime-700){--tw-ring-offset-color:#4d7c0f}:is(.dark .dark\:ring-offset-pink-600){--tw-ring-offset-color:#d61f69}:is(.dark .dark\:ring-offset-purple-600){--tw-ring-offset-color:#7e3af2}:is(.dark .dark\:ring-offset-red-600){--tw-ring-offset-color:#e02424}:is(.dark .dark\:ring-offset-red-900){--tw-ring-offset-color:#771d1d}:is(.dark .dark\:ring-offset-teal-600){--tw-ring-offset-color:#047481}:is(.dark .dark\:ring-offset-yellow-400){--tw-ring-offset-color:#e3a008}:is(.dark .odd\:dark\:bg-gray-800):nth-child(odd){--tw-bg-opacity:1;background-color:rgb(37 47 74/var(--tw-bg-opacity))}:is(.dark .even\:dark\:bg-gray-700):nth-child(2n){--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-700:hover){--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-cyan-300:hover){--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-cyan-700:hover){--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-300:hover){--tw-bg-opacity:1;background-color:rgb(219 223 233/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-600:hover){--tw-bg-opacity:1;background-color:rgb(120 130 157/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-800:hover){--tw-bg-opacity:1;background-color:rgb(37 47 74/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-300:hover){--tw-bg-opacity:1;background-color:rgb(132 225 188/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-indigo-300:hover){--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-lime-300:hover){--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-pink-300:hover){--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-purple-300:hover){--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-300:hover){--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-teal-300:hover){--tw-bg-opacity:1;background-color:rgb(126 220 226/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-yellow-300:hover){--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:text-gray-300:hover){--tw-text-opacity:1;color:rgb(219 223 233/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:focus\:border-blue-500:focus){--tw-border-opacity:1;border-color:rgb(63 131 248/var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-cyan-500:focus){--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-green-500:focus){--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-primary:focus){--tw-border-opacity:1;border-color:rgb(0 158 247/var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-red-500:focus){--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-yellow-500:focus){--tw-border-opacity:1;border-color:rgb(194 120 3/var(--tw-border-opacity))}:is(.dark .dark\:focus\:bg-cyan-600:focus){--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}:is(.dark .dark\:focus\:bg-gray-600:focus){--tw-bg-opacity:1;background-color:rgb(120 130 157/var(--tw-bg-opacity))}:is(.dark .dark\:focus\:text-white:focus){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:focus\:ring-blue-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(26 86 219/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-blue-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(30 66 159/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-cyan-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-cyan-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-cyan-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-cyan-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(153 161 183/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(120 130 157/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(75 86 117/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(37 47 74/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-900:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(7 20 55/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-green-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-green-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(5 122 85/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-green-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(4 108 78/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-green-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(3 84 63/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-indigo-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(81 69 205/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-lime-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-lime-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(63 98 18/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(214 31 105/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(191 18 93/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(153 21 75/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-primary:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(0 158 247/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-primary-400:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(51 177 249/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(85 33 181/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-900:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(74 29 150/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-400:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(249 128 128/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(200 30 30/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(155 28 28/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-900:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(119 29 29/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(4 116 129/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(3 102 114/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-800:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(5 80 92/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-yellow-400:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(227 160 8/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-yellow-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-yellow-700:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(142 75 16/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-yellow-900:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(99 49 18/var(--tw-ring-opacity))}:is(.dark .dark\:enabled\:hover\:border-cyan-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(14 116 144/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-gray-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(75 86 117/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-green-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(4 108 78/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-indigo-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(81 69 205/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-lime-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(77 124 15/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-pink-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(191 18 93/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-red-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(200 30 30/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-teal-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(3 102 114/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:border-yellow-700:hover:enabled){--tw-border-opacity:1;border-color:rgb(142 75 16/var(--tw-border-opacity))}:is(.dark .dark\:enabled\:hover\:bg-cyan-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-gray-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-green-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(4 108 78/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-indigo-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(81 69 205/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-lime-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(77 124 15/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-pink-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(191 18 93/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-primary:hover:enabled){--tw-bg-opacity:1;background-color:rgb(0 158 247/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-primary-100:hover:enabled){--tw-bg-opacity:1;background-color:rgb(204 236 253/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-purple-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(108 43 217/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-red-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(200 30 30/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-teal-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(3 102 114/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:bg-yellow-700:hover:enabled){--tw-bg-opacity:1;background-color:rgb(142 75 16/var(--tw-bg-opacity))}:is(.dark .enabled\:dark\:hover\:bg-gray-700:hover):enabled{--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}:is(.dark .dark\:enabled\:hover\:text-white:hover:enabled){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .enabled\:dark\:hover\:text-white:hover):enabled{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .disabled\:dark\:text-gray-500):disabled{--tw-text-opacity:1;color:rgb(153 161 183/var(--tw-text-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-cyan-300){--tw-bg-opacity:1;background-color:rgb(103 232 249/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-500){--tw-bg-opacity:1;background-color:rgb(153 161 183/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(120 130 157/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-700){--tw-bg-opacity:1;background-color:rgb(75 86 117/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-800\/60){background-color:rgba(37,47,74,.6)}:is(.dark .group:hover .dark\:group-hover\:bg-green-300){--tw-bg-opacity:1;background-color:rgb(132 225 188/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-indigo-300){--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-lime-300){--tw-bg-opacity:1;background-color:rgb(190 242 100/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-pink-300){--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-purple-300){--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-red-300){--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-teal-300){--tw-bg-opacity:1;background-color:rgb(126 220 226/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-yellow-300){--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .group:focus .dark\:group-focus\:ring-gray-800\/70){--tw-ring-color:rgba(37,47,74,.7)}.peer:focus~:is(.dark .peer-focus\:dark\:text-blue-500){--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}@media (min-width:640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-0{margin-bottom:0}.sm\:flex{display:flex}.sm\:h-10{height:2.5rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:w-10{width:2.5rem}.sm\:w-6{width:1.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:pr-8{padding-right:2rem}.sm\:text-center{text-align:center}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:768px){.md\:inset-0{inset:0}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-48{width:12rem}.md\:w-auto{width:auto}.md\:max-w-xl{max-width:36rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:rounded-none{border-radius:0}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:border-0{border-width:0}.md\:bg-transparent{background-color:transparent}.md\:p-0{padding:0}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:font-medium{font-weight:500}.md\:text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:text-cyan-700:hover{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity))}:is(.dark .md\:dark\:hover\:bg-transparent:hover){background-color:transparent}:is(.dark .md\:dark\:hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}@media (min-width:1024px){.lg\:-top-\[5rem\]{top:-5rem}.lg\:right-10{right:2.5rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:-mt-\[5rem\]{margin-top:-5rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-\[35rem\]{height:35rem}.lg\:h-\[4rem\]{height:4rem}.lg\:h-\[90\%\]{height:90%}.lg\:w-\[350px\]{width:350px}.lg\:w-\[4rem\]{width:4rem}.lg\:w-\[650px\]{width:650px}.lg\:w-\[80\%\]{width:80%}.lg\:w-auto{width:auto}.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\:flex-row{flex-direction:row}.lg\:justify-end{justify-content:flex-end}.lg\:gap-10{gap:2.5rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-8{gap:2rem}.lg\:p-10{padding:2.5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-\[8rem\]{padding-top:8rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:order-4{order:4}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:mr-\[44px\]{margin-right:44px}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:h-\[2\.5rem\]{height:2.5rem}.xl\:h-\[7\.6rem\]{height:7.6rem}.xl\:h-\[90dvh\]{height:90dvh}.xl\:h-\[calc\(100\%-2\.5rem\)\]{height:calc(100% - 2.5rem)}.xl\:h-full{height:100%}.xl\:h-screen{height:100vh}.xl\:w-\[10rem\]{width:10rem}.xl\:w-\[30rem\]{width:30rem}.xl\:w-\[39rem\]{width:39rem}.xl\:w-\[50\%\]{width:50%}.xl\:w-\[500px\]{width:500px}.xl\:w-\[70\%\]{width:70%}.xl\:w-\[700px\]{width:700px}.xl\:w-\[800px\]{width:800px}.xl\:w-\[calc\(100\%-10rem\)\]{width:calc(100% - 10rem)}.xl\:w-\[calc\(100\%-288px\)\]{width:calc(100% - 288px)}.xl\:w-\[calc\(100\%-var\(--app-sidebar-width\)\)\]{width:calc(100% - var(--app-sidebar-width))}.xl\:w-\[calc\(100\%-var\(--settings-side-nav-width\)\)\]{width:calc(100% - var(--settings-side-nav-width))}.xl\:w-\[var\(--settings-side-nav-width\)\]{width:var(--settings-side-nav-width)}.xl\:max-w-\[614px\]{max-width:614px}.xl\:max-w-\[700px\]{max-width:700px}.xl\:max-w-\[946px\]{max-width:946px}.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:items-start{align-items:flex-start}.xl\:items-center{align-items:center}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:gap-0{gap:0}.xl\:gap-10{gap:2.5rem}.xl\:gap-12{gap:3rem}.xl\:gap-2{gap:.5rem}.xl\:gap-20{gap:5rem}.xl\:gap-4{gap:1rem}.xl\:gap-5{gap:1.25rem}.xl\:gap-8{gap:2rem}.xl\:rounded-lg{border-radius:.5rem}.xl\:border-0{border-width:0}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:py-20{padding-top:5rem}.xl\:pb-\[5rem\],.xl\:py-20{padding-bottom:5rem}.xl\:pt-20{padding-top:5rem}.xl\:pt-5{padding-top:1.25rem}.xl\:pt-\[10rem\]{padding-top:10rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-7xl{font-size:4.5rem;line-height:1}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.group:first-child .xl\:group-first\:hidden{display:none}.group:last-child .xl\:group-last\:block{display:block}.group:hover .xl\:group-hover\:inline-flex{display:inline-flex}}.\[\&\>\*\]\:first\:rounded-t-lg:first-child>*{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\[\&\>\*\]\:last\:rounded-b-lg:last-child>*{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.\[\&\>\*\]\:last\:border-b-0:last-child>*{border-bottom-width:0}.str-chat{font-family:var(--str-chat__font-family)}.str-chat,.str-chat *{box-sizing:border-box}.str-chat .float-ui-container,.str-chat .ngxp__container{z-index:1;padding:0!important;box-shadow:none!important;border-color:transparent!important;max-width:100vw}.str-chat .float-ui-container .ngxp__arrow,.str-chat .ngxp__container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{display:flex;justify-content:center;align-items:center}.stream-chat__paginated-list{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;max-height:100%;min-height:0;gap:var(--str-chat__spacing-2)}.stream-chat__paginated-list .str-chat__loading-indicator{margin:auto}.stream-chat__paginated-list .str-chat__load-more-button__button{margin-inline:auto}stream-paginated-list,stream-user-list{height:100%;max-height:100%}stream-user-list .str-chat__user-list-item{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}:root{--str-chat__theme-version:2}.str-chat{--str-chat__spacing-px:1px;--str-chat__spacing-0_5:0.125rem;--str-chat__spacing-1:0.25rem;--str-chat__spacing-1_5:0.375rem;--str-chat__spacing-2:0.5rem;--str-chat__spacing-2_5:0.625rem;--str-chat__spacing-3:0.75rem;--str-chat__spacing-3_5:0.875rem;--str-chat__spacing-4:1rem;--str-chat__spacing-5:1.25rem;--str-chat__spacing-6:1.5rem;--str-chat__spacing-7:1.75rem;--str-chat__spacing-8:2rem;--str-chat__spacing-9:2.25rem;--str-chat__spacing-10:2.5rem;--str-chat__spacing-11:2.75rem;--str-chat__spacing-12:3rem;--str-chat__spacing-14:3.5rem;--str-chat__spacing-16:4rem;--str-chat__image-fallback-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=");--str-chat__winning-poll-option-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS44MzMzIDQuMTY2NjdIMTQuMTY2N1YyLjVINS44MzMzM1Y0LjE2NjY3SDQuMTY2NjdDMy4yNSA0LjE2NjY3IDIuNSA0LjkxNjY3IDIuNSA1LjgzMzMzVjYuNjY2NjdDMi41IDguNzkxNjcgNC4xIDEwLjUyNSA2LjE1ODMzIDEwLjc4MzNDNi42ODMzMyAxMi4wMzMzIDcuODA4MzMgMTIuOTc1IDkuMTY2NjcgMTMuMjVWMTUuODMzM0g1LjgzMzMzVjE3LjVIMTQuMTY2N1YxNS44MzMzSDEwLjgzMzNWMTMuMjVDMTIuMTkxNyAxMi45NzUgMTMuMzE2NyAxMi4wMzMzIDEzLjg0MTcgMTAuNzgzM0MxNS45IDEwLjUyNSAxNy41IDguNzkxNjcgMTcuNSA2LjY2NjY3VjUuODMzMzNDMTcuNSA0LjkxNjY3IDE2Ljc1IDQuMTY2NjcgMTUuODMzMyA0LjE2NjY3Wk00LjE2NjY3IDYuNjY2NjdWNS44MzMzM0g1LjgzMzMzVjkuMDE2NjdDNC44NjY2NyA4LjY2NjY3IDQuMTY2NjcgNy43NSA0LjE2NjY3IDYuNjY2NjdaTTEwIDExLjY2NjdDOC42MjUgMTEuNjY2NyA3LjUgMTAuNTQxNyA3LjUgOS4xNjY2N1Y0LjE2NjY3SDEyLjVWOS4xNjY2N0MxMi41IDEwLjU0MTcgMTEuMzc1IDExLjY2NjcgMTAgMTEuNjY2N1pNMTUuODMzMyA2LjY2NjY3QzE1LjgzMzMgNy43NSAxNS4xMzMzIDguNjY2NjcgMTQuMTY2NyA5LjAxNjY3VjUuODMzMzNIMTUuODMzM1Y2LjY2NjY3WiIgZmlsbD0iIzVFNjc2RSIvPgo8L3N2Zz4K");--str-chat__arrow-left-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc5MTUgNy4wMDUxSDMuNjIxNDhMOC41MDE0OCAyLjEyNTFDOC44OTE0OCAxLjczNTEgOC44OTE0OCAxLjA5NTEgOC41MDE0OCAwLjcwNTA5OEM4LjExMTQ4IDAuMzE1MDk4IDcuNDgxNDggMC4zMTUwOTggNy4wOTE0OCAwLjcwNTA5OEwwLjUwMTQ4NCA3LjI5NTFDMC4xMTE0ODQgNy42ODUxIDAuMTExNDg0IDguMzE1MSAwLjUwMTQ4NCA4LjcwNTFMNy4wOTE0OCAxNS4yOTUxQzcuNDgxNDggMTUuNjg1MSA4LjExMTQ4IDE1LjY4NTEgOC41MDE0OCAxNS4yOTUxQzguODkxNDggMTQuOTA1MSA4Ljg5MTQ4IDE0LjI3NTEgOC41MDE0OCAxMy44ODUxTDMuNjIxNDggOS4wMDUxSDE0Ljc5MTVDMTUuMzQxNSA5LjAwNTEgMTUuNzkxNSA4LjU1NTEgMTUuNzkxNSA4LjAwNTFDMTUuNzkxNSA3LjQ1NTEgMTUuMzQxNSA3LjAwNTEgMTQuNzkxNSA3LjAwNTFaIiBmaWxsPSIjMDgwNzA3Ii8+Cjwvc3ZnPgo=");--str-chat__close-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjI5OTcgMC43MDk5NzFDMTIuOTA5NyAwLjMxOTk3MSAxMi4yNzk3IDAuMzE5OTcxIDExLjg4OTcgMC43MDk5NzFMNi45OTk3MyA1LjU4OTk3TDIuMTA5NzMgMC42OTk5NzFDMS43MTk3MyAwLjMwOTk3MSAxLjA4OTczIDAuMzA5OTcxIDAuNjk5NzI3IDAuNjk5OTcxQzAuMzA5NzI3IDEuMDg5OTcgMC4zMDk3MjcgMS43MTk5NyAwLjY5OTcyNyAyLjEwOTk3TDUuNTg5NzMgNi45OTk5N0wwLjY5OTcyNyAxMS44OUMwLjMwOTcyNyAxMi4yOCAwLjMwOTcyNyAxMi45MSAwLjY5OTcyNyAxMy4zQzEuMDg5NzMgMTMuNjkgMS43MTk3MyAxMy42OSAyLjEwOTczIDEzLjNMNi45OTk3MyA4LjQwOTk3TDExLjg4OTcgMTMuM0MxMi4yNzk3IDEzLjY5IDEyLjkwOTcgMTMuNjkgMTMuMjk5NyAxMy4zQzEzLjY4OTcgMTIuOTEgMTMuNjg5NyAxMi4yOCAxMy4yOTk3IDExLjg5TDguNDA5NzMgNi45OTk5N0wxMy4yOTk3IDIuMTA5OTdDMTMuNjc5NyAxLjcyOTk3IDEzLjY3OTcgMS4wODk5NyAxMy4yOTk3IDAuNzA5OTcxWiIgZmlsbD0iIzA4MDcwNyIvPgo8L3N2Zz4K");--str-chat__add-attachment-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMzMyIDcuMzMzMDdMMTIuNjY2NiA3LjMzMzA3TDEyLjY2NjYgMTIuNjY2NEw3LjMzMzI0IDEyLjY2NjRMNy4zMzMyNCAxNS4zMzMxTDEyLjY2NjYgMTUuMzMzMUwxMi42NjY2IDIwLjY2NjRMMTUuMzMzMiAyMC42NjY0TDE1LjMzMzIgMTUuMzMzMUwyMC42NjY2IDE1LjMzMzFMMjAuNjY2NiAxMi42NjY0TDE1LjMzMzIgMTIuNjY2NEwxNS4zMzMyIDcuMzMzMDdaTTEzLjk5OTkgMC42NjY0MDRDNi42Mzk5MSAwLjY2NjQwNCAwLjY2NjU3NiA2LjYzOTc0IDAuNjY2NTc3IDEzLjk5OTdDMC42NjY1NzYgMjEuMzU5NyA2LjYzOTkxIDI3LjMzMzEgMTMuOTk5OSAyNy4zMzMxQzIxLjM1OTkgMjcuMzMzMSAyNy4zMzMyIDIxLjM1OTcgMjcuMzMzMiAxMy45OTk3QzI3LjMzMzIgNi42Mzk3NCAyMS4zNTk5IDAuNjY2NDA0IDEzLjk5OTkgMC42NjY0MDRaTTEzLjk5OTkgMjQuNjY2NEM4LjExOTkxIDI0LjY2NjQgMy4zMzMyNCAxOS44Nzk3IDMuMzMzMjUgMTMuOTk5N0MzLjMzMzI0IDguMTE5NzQgOC4xMTk5MSAzLjMzMzA3IDEzLjk5OTkgMy4zMzMwN0MxOS44Nzk5IDMuMzMzMDcgMjQuNjY2NiA4LjExOTc0IDI0LjY2NjYgMTMuOTk5N0MyNC42NjY2IDE5Ljg3OTcgMTkuODc5OSAyNC42NjY0IDEzLjk5OTkgMjQuNjY2NFoiLz4KPC9zdmc+Cg==");--str-chat__folder-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOCAySDEwTDggMEgyQzAuOSAwIDAuMDA5OTk5OTkgMC45IDAuMDA5OTk5OTkgMkwwIDE0QzAgMTUuMSAwLjkgMTYgMiAxNkgxOEMxOS4xIDE2IDIwIDE1LjEgMjAgMTRWNEMyMCAyLjkgMTkuMSAyIDE4IDJaTTE4IDE0SDJWNEgxOFYxNFoiIC8+Cjwvc3ZnPgo=");--str-chat__poll-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNiAwSDJDMC45IDAgMCAwLjkgMCAyVjE2QzAgMTcuMSAwLjkgMTggMiAxOEgxNkMxNy4xIDE4IDE4IDE3LjEgMTggMTZWMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTE2IDE2SDJWMkgxNlYxNlpNNCA3SDZWMTRINFY3Wk04IDRIMTBWMTRIOFY0Wk0xMiAxMEgxNFYxNEgxMlYxMFoiLz4KPC9zdmc+");--str-chat__location-icon:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgdmlld0JveD0iMCAwIDI1NS44NTYgMjU1Ljg1NiI+PHBhdGggZD0iTTEyNy45MjggMzguOGMtMzAuNzUgMC01NS43NjggMjUuMDE3LTU1Ljc2OCA1NS43NjdzMjUuMDE4IDU1Ljc2NyA1NS43NjggNTUuNzY3IDU1Ljc2OC0yNS4wMTcgNTUuNzY4LTU1Ljc2N1MxNTguNjc4IDM4LjggMTI3LjkyOCAzOC44em0wIDk2LjUzM2MtMjIuNDc5IDAtNDAuNzY4LTE4LjI4OC00MC43NjgtNDAuNzY3UzEwNS40NDkgNTMuOCAxMjcuOTI4IDUzLjhzNDAuNzY4IDE4LjI4OCA0MC43NjggNDAuNzY3LTE4LjI4OCA0MC43NjYtNDAuNzY4IDQwLjc2NnoiLz48cGF0aCBkPSJNMTI3LjkyOCAwQzc1Ljc4NCAwIDMzLjM2MiA0Mi40MjIgMzMuMzYyIDk0LjU2NmMwIDMwLjA3MiAyNS4yMiA3NC44NzUgNDAuMjUzIDk4LjkwNCA5Ljg5MSAxNS44MDkgMjAuNTIgMzAuODU1IDI5LjkyOCA0Mi4zNjUgMTUuMTAxIDE4LjQ3NCAyMC41MDYgMjAuMDIgMjQuMzg2IDIwLjAyIDMuOTM4IDAgOS4wNDEtMS41NDcgMjQuMDk1LTIwLjAzMSA5LjQyOS0xMS41NzkgMjAuMDYzLTI2LjYxNiAyOS45NDQtNDIuMzQyIDE1LjEzNi0yNC4wODggNDAuNTI3LTY4Ljk3MSA0MC41MjctOTguOTE3QzIyMi40OTUgNDIuNDIyIDE4MC4wNzMgMCAxMjcuOTI4IDB6bTQzLjY0MSAxODEuODAzYy0xOS4zOTYgMzEuNDgzLTM3LjIwMyA1Mi43NTctNDMuNzMgNTguMTg4LTYuNTYxLTUuMjY0LTI0LjA3OS0yNi4wMzItNDMuNzQ2LTU4LjA4OS0yMi43MDctMzcuMDE1LTM1LjczLTY4Ljg0OC0zNS43My04Ny4zMzZDNDguMzYyIDUwLjY5MyA4NC4wNTUgMTUgMTI3LjkyOCAxNXM3OS41NjYgMzUuNjkzIDc5LjU2NiA3OS41NjZjLjAwMSAxOC4zODItMTMuMDk0IDUwLjE3OC0zNS45MjUgODcuMjM3eiIvPjwvc3ZnPg==");--str-chat__handle-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgNiIgZmlsbD0iY3VycmVuQ29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTYgMEgwVjJIMTZWMFpNMCA2SDE2VjRIMFY2WiIvPgo8L3N2Zz4K");--str-chat__circle-stop-icon:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSI0IDQgMjggMjgiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQ1NTEgMjcuMjQ0MUMyMi42MzA5IDI3LjI0NDEgMjcuNzQ0MSAyMi4xMTk4IDI3Ljc0NDEgMTUuOTU1MUMyNy43NDQxIDkuNzc5MyAyMi42MTk4IDQuNjY2MDIgMTYuNDQ0IDQuNjY2MDJDMTAuMjc5MyA0LjY2NjAyIDUuMTY2MDIgOS43NzkzIDUuMTY2MDIgMTUuOTU1MUM1LjE2NjAyIDIyLjExOTggMTAuMjkwNCAyNy4yNDQxIDE2LjQ1NTEgMjcuMjQ0MVpNMTYuNDU1MSAyNS4zNjI2QzExLjIzMTEgMjUuMzYyNiA3LjA1ODU5IDIxLjE3OSA3LjA1ODU5IDE1Ljk1NTFDNy4wNTg1OSAxMC43MzExIDExLjIyMDEgNi41NDc1MyAxNi40NDQgNi41NDc1M0MyMS42NjggNi41NDc1MyAyNS44NTE2IDEwLjczMTEgMjUuODYyNiAxNS45NTUxQzI1Ljg3MzcgMjEuMTc5IDIxLjY3OSAyNS4zNjI2IDE2LjQ1NTEgMjUuMzYyNlpNMTMuNTIyMSAxOS45ODM3SDE5LjM2NTlDMjAuMDYzMiAxOS45ODM3IDIwLjQ3MjcgMTkuNTc0MiAyMC40NzI3IDE4Ljg5OTFWMTMuMDExMUMyMC40NzI3IDEyLjMyNDkgMjAuMDYzMiAxMS45MjY0IDE5LjM2NTkgMTEuOTI2NEgxMy41MjIxQzEyLjgzNTkgMTEuOTI2NCAxMi40MTU0IDEyLjMyNDkgMTIuNDE1NCAxMy4wMTExVjE4Ljg5OTFDMTIuNDE1NCAxOS41NzQyIDEyLjgzNTkgMTkuOTgzNyAxMy41MjIxIDE5Ljk4MzdaIiBmaWxsPSIjMDA1ZmZmIi8+Cjwvc3ZnPg==");--str-chat__magnifier-glass-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjEgMjEiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOSAwQzEzLjk2OCAwIDE4IDQuMDMyIDE4IDlDMTggMTMuOTY4IDEzLjk2OCAxOCA5IDE4QzQuMDMyIDE4IDAgMTMuOTY4IDAgOUMwIDQuMDMyIDQuMDMyIDAgOSAwWk05IDE2QzEyLjg2NyAxNiAxNiAxMi44NjcgMTYgOUMxNiA1LjEzMiAxMi44NjcgMiA5IDJDNS4xMzIgMiAyIDUuMTMyIDIgOUMyIDEyLjg2NyA1LjEzMiAxNiA5IDE2Wk0yMC4zMTQgMTguODk5TDE3LjQ4NSAxNi4wNzFMMTYuMDcxIDE3LjQ4NUwxOC44OTkgMjAuMzE0TDIwLjMxNCAxOC44OTlaIi8+Cjwvc3ZnPgo=");--str-chat__clear-icon:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9ImN1cnJlbnRDb2xvciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwQzAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEMxNS41MjI4IDAgMjAgNC40NzcxNSAyMCAxMEMyMCAxNS41MjI4IDE1LjUyMjggMjAgMTAgMjBDNC40NzcxNSAyMCAwIDE1LjUyMjggMCAxMFpNMTAgMkM1LjU4MTcyIDIgMiA1LjU4MTcyIDIgMTBDMiAxNC40MTgzIDUuNTgxNzIgMTggMTAgMThDMTQuNDE4MyAxOCAxOCAxNC40MTgzIDE4IDEwQzE4IDUuNTgxNzIgMTQuNDE4MyAyIDEwIDJaTTEzLjUzNTggNi40NjQ0NkMxMy4xNDUzIDYuMDczOTQgMTIuNTEyMSA2LjA3Mzk0IDEyLjEyMTYgNi40NjQ0NkwxMC4wMDAzIDguNTg1NzhMNy44Nzg5OCA2LjQ2NDQ2QzcuNDg4NDYgNi4wNzM5NCA2Ljg1NTI5IDYuMDczOTQgNi40NjQ3NyA2LjQ2NDQ2QzYuMDc0MjQgNi44NTQ5OSA2LjA3NDI0IDcuNDg4MTUgNi40NjQ3NyA3Ljg3ODY4TDguNTg2MDkgMTBMNi40NjQ3NyAxMi4xMjEzQzYuMDc0MjQgMTIuNTExOCA2LjA3NDI0IDEzLjE0NSA2LjQ2NDc3IDEzLjUzNTVDNi44NTUyOSAxMy45MjYxIDcuNDg4NDYgMTMuOTI2MSA3Ljg3ODk4IDEzLjUzNTVMMTAuMDAwMyAxMS40MTQyTDEyLjEyMTYgMTMuNTM1NUMxMi41MTIxIDEzLjkyNjEgMTMuMTQ1MyAxMy45MjYxIDEzLjUzNTggMTMuNTM1NUMxMy45MjY0IDEzLjE0NSAxMy45MjY0IDEyLjUxMTggMTMuNTM1OCAxMi4xMjEzTDExLjQxNDUgMTBMMTMuNTM1OCA3Ljg3ODY4QzEzLjkyNjQgNy40ODgxNSAxMy45MjY0IDYuODU0OTkgMTMuNTM1OCA2LjQ2NDQ2WiIvPgo8L3N2Zz4K");--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 32)}@font-face{font-family:stream-chat-icons;src:url(/_next/static/media/stream-chat-icons.2f68b17a.eot);src:url(/_next/static/media/stream-chat-icons.2f68b17a.eot#iefix) format("embedded-opentype"),url(/_next/static/media/stream-chat-icons.c124a2f0.woff) format("woff2"),url(/_next/static/media/stream-chat-icons.c124a2f0.woff) format("woff"),url(/_next/static/media/stream-chat-icons.d1255d19.ttf) format("truetype"),url(/_next/static/media/stream-chat-icons.2b3d6bf8.svg#stream-chat-icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:stream-chat-icons;src:url(/_next/static/media/stream-chat-icons.2b3d6bf8.svg#stream-chat-icons) format("svg")}}.str-chat .str-chat__avatar--autocomplete-item,.str-chat .stream-chat__avatar--autocomplete-item{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--channel-header,.str-chat .stream-chat__avatar--channel-header{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 40)}.str-chat .str-chat__avatar--channel-preview,.str-chat .stream-chat__avatar--channel-preview{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 49)}.str-chat .str-chat__avatar--quoted-message-sender,.str-chat .stream-chat__avatar--quoted-message-sender{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 20)}.str-chat .str-chat__avatar--reaction,.str-chat .stream-chat__avatar--reaction{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 30)}.str-chat .str-chat__avatar--message-status,.str-chat .stream-chat__avatar--message-status{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 15)}.str-chat .str-chat__avatar--poll-vote-author{--str-chat__avatar-size:calc(var(--str-chat__spacing-px) * 20)}.str-chat__avatar{position:relative;display:flex;align-items:center;justify-content:center;height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size)}.str-chat__avatar.str-chat__avatar--one-letter,.str-chat__avatar.stream-chat__avatar--one-letter{font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-width:calc(var(--str-chat__avatar-size) * 0.33);--str-chat-icon-height:calc(var(--str-chat__avatar-size) * 0.33)}.str-chat__avatar.str-chat__avatar--multiple-letters,.str-chat__avatar.stream-chat__avatar--multiple-letters{font-size:calc(var(--str-chat__avatar-size)*.3)}.str-chat__avatar .str-chat__avatar-image{height:100%;width:100%;object-fit:cover}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{position:absolute;width:calc(var(--str-chat__spacing-px)*12);height:calc(var(--str-chat__spacing-px)*12);inset-inline-end:3%;inset-block-start:2%}.str-chat__loading-channels-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__avatar-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size);min-width:var(--str-chat__avatar-size);overflow:hidden}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:first-child{grid-area:1/1/3/2}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(2){grid-area:1/2/2/3}.str-chat__avatar-group.str-chat__avatar-group--three-part .str-chat__avatar:nth-child(3){grid-area:2/2/3/3}.str-chat__avatar-group .str-chat__avatar{height:100%;line-height:100%;width:100%;min-width:100%}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback,.str-chat__avatar-group .str-chat__avatar img{border-radius:0}.str-chat__avatar-group .str-chat__avatar.str-chat__avatar--single .str-chat__avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat__avatar-group .str-chat__avatar .str-chat__avatar-fallback{font-size:calc(var(--str-chat__avatar-size)*.33)}.str-chat{--str-chat__attachment-margin:var(--str-chat__spacing-0_5);--str-chat__gif-height:calc(var(--str-chat__spacing-px) * 200);--str-chat__voice-recording-amplitude-bar-width:2px;--str-chat__voice-recording-amplitude-bar-gap-width:var(--str-chat__spacing-px)}.str-chat__attachment-list{--str-chat__attachment-max-width:calc(var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)));--str-chat__video-height:var(--str-chat__attachment-max-width);--str-chat__scraped-image-height:calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91));--str-chat__scraped-video-height:calc(var(--str-chat__attachment-max-width) * calc(9 / 16));display:flex;flex-direction:column;align-items:stretch;min-width:0}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--header{position:relative}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link{padding-bottom:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-image-height)}.str-chat__attachment-list .str-chat__message-attachment-card--header img{object-fit:cover;max-height:100%;max-width:100%;width:100%;height:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;max-height:100%;max-width:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width,1000000)/var(--original-width,1000000),1px)*var(--original-height,1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .str-chat__video-angular,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .str-chat__video-angular{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width,1000000)/var(--original-width,1000000),1px)*var(--original-height,1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--gallery,.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;grid-template-columns:50% 50%;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:var(--str-chat__spacing-0_5);max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{padding:0;margin:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:0 0;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{position:relative;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__spacing-6)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6))}.str-chat__attachment-list .str-chat__message-attachment-unsupported{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);-webkit-column-gap:var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*30)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment-audio-widget,.str-chat__attachment-list .str-chat__message-attachment-file--item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);-webkit-column-gap:var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__spacing-0_5);min-width:0}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*34)}.str-chat__attachment-list .str-chat__message-attachment-geolocation{margin:var(--str-chat__attachment-margin);min-width:200px}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder{position:relative;display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-geolocation__icon{height:calc(var(--str-chat__spacing-px)*150)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{position:absolute;inset-inline-end:.75rem;inset-block:.75rem;height:calc(var(--str-chat__spacing-px)*20);width:calc(var(--str-chat__spacing-px)*20)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{display:flex;justify-content:center;padding:.5rem 2rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active{display:flex;flex-direction:column;align-items:center;gap:.375rem}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{color:var(--str-chat__danger-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-status{color:var(--str-chat__info-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{text-transform:lowercase}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px)*120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;grid-column-gap:var(--str-chat__spacing-5);padding-top:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{line-height:calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:calc(var(--str-chat__spacing-px)*5);flex:1;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;height:inherit}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{display:grid;grid-template-columns:36px auto 55px;align-items:center;justify-content:center;gap:calc(var(--str-chat__spacing-px)*9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-voice-recording-widget--first-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1_5);height:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__error-message{display:flex;align-items:center;justify-content:flex-start;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{justify-self:center}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:calc(var(--str-chat__spacing-px)*45);width:calc(var(--str-chat__spacing-px)*45)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget stream-voice-recording-wavebar{flex:1}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:var(--str-chat__voice-recording-amplitude-bar-width);min-width:var(--str-chat__voice-recording-amplitude-bar-width);height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 2px + 2px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{min-width:0;max-width:var(--str-chat__attachment-max-width);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{display:flex;align-items:center;-webkit-column-gap:var(--str-chat__spacing-3_5);column-gap:var(--str-chat__spacing-3_5)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{cursor:pointer;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__attachment-list .str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 16)}.str-chat__attachment-list .str-chat__attachment-type-icon{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 37)}.str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36);cursor:pointer}.str-chat__message-attachment-audio-widget--play-button svg{width:var(--str-chat__spacing-3)}.str-chat__quoted-message-preview{--str-chat__attachment-margin:0px}.str-chat__quoted-message-preview *{cursor:pointer!important}.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link{display:none}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget{display:flex;justify-content:space-between}.str-chat__quoted-message-preview .str-chat__message-attachment-file--item-download,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-audio-widget--play-button,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{display:none}.str-chat__message .str-chat__quoted-message-preview .str-chat__message-attachment-file--item{padding:0}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{position:relative;flex:1;width:120px;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;gap:var(--str-chat__spacing-px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 2px + 2px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list-angular-host{min-width:0}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video{width:100%}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a{display:block;width:100%;height:100%;position:relative}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a .str-chat__message-attachment-card--video-play,.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a stream-icon-placeholder{position:absolute;top:50%;left:0;right:0;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:calc(var(--str-chat__spacing-px)*36);height:calc(var(--str-chat__spacing-px)*36)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video a img{cursor:pointer}.str-chat__attachment-preview-list{--str-chat__loading-indicator-size:calc(var(--str-chat__spacing-px) * 18);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{overflow-y:hidden;overflow-x:auto;width:100%;max-width:100%;display:flex;align-items:center;justify-content:flex-start;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{object-fit:cover;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);word-break:break-all;overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-file,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__location-preview{display:flex;justify-content:flex-start;align-items:center;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*200);position:relative;padding:0 var(--str-chat__spacing-4);-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__location-preview-image,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 37);--str-chat-icon-width:auto;display:flex;align-items:center;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__location-preview-image svg,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image svg{height:calc(var(--str-chat__spacing-px)*37);width:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 16);line-height:calc(var(--str-chat__spacing-px)*13)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download svg{width:calc(var(--str-chat__spacing-px)*16);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 24);position:absolute;top:calc(var(--str-chat__spacing-px)*2);inset-inline-end:calc(var(--str-chat__spacing-px)*2);cursor:pointer;z-index:1}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;inset-inline-start:0;cursor:pointer;z-index:0}.str-chat__attachment-preview-list-angular-host{width:100%;max-width:100%}.str-chat__message-textarea-angular-host{position:relative}.str-chat__message-textarea-angular-host mention-list{width:100%}.str-chat__message-textarea-angular-host .mention-menu{padding:var(--str-chat__spacing-2) 0!important;margin:0!important;max-width:100%}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{position:absolute;bottom:calc(100% + var(--str-chat__spacing-2_5));width:100%;padding:var(--str-chat__spacing-2) 0}.str-chat__suggestion-list-container .str-chat__suggestion-list{overflow-y:auto;max-height:calc(var(--str-chat__spacing-px)*320);display:flex;flex-direction:column;list-style:none;padding:unset;margin:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react{overflow-y:unset}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{width:100%}.str-chat__slash-command{padding:var(--str-chat__spacing-2_5)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{-webkit-margin-start:var(--str-chat__spacing-2);margin-inline-start:var(--str-chat__spacing-2)}.str-chat__user-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;display:flex;align-items:center;width:100%}.str-chat__emoji-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:flex;align-items:center;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{bottom:0;display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:3.25rem;padding-inline:1rem}.str-chat__audio_recorder,stream-voice-recorder-wavebar{display:flex;align-items:center;justify-content:center;gap:.375rem}.str-chat__audio_recorder button,stream-voice-recorder-wavebar button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button{--str-chat-icon-height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button{--str-chat-icon-height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button{--str-chat-icon-height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button{--str-chat-icon-height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg,stream-voice-recorder-wavebar .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer,stream-voice-recorder-wavebar .str-chat__recording-timer{display:flex;align-items:center;width:3rem}.str-chat__audio_recorder .str-chat__recording-timer--hours,stream-voice-recorder-wavebar .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track-container{padding-block:.5rem;overflow-x:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.str-chat__audio_recorder .str-chat__waveform-box-container,stream-voice-recorder-wavebar .str-chat__waveform-box-container{flex:1;display:flex;align-items:center;justify-content:flex-end;width:100%}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;height:2rem;margin-inline:1rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track,stream-voice-recorder-wavebar .str-chat__wave-progress-bar__track{width:120px}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,stream-voice-recorder-wavebar .str-chat__audio_recorder__waveform-box{overflow-x:hidden}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-voice-recording-widget--first-row{display:none}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;gap:var(--str-chat__spacing-1_5)}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__audio-state .str-chat__message-attachment__voice-recording-widget__timer{min-width:3rem;align-self:center}.str-chat__audio_recorder-container .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{display:none}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download{position:absolute;top:.5rem;right:1rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{flex-direction:column;position:relative}.str-chat__channel,.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{height:100%;display:flex;flex-direction:column;width:100%;min-width:0}.str-chat__empty-channel{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__loading-channel-header{display:flex;padding:var(--str-chat__spacing-2);-webkit-column-gap:var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-name{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*170)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-info{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list{height:100%;padding:0 var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10), 4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10), 4%) - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-4) 0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{display:flex;flex-direction:column;width:100%;row-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{display:flex;width:100%;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{display:flex;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{width:100%;height:calc(var(--str-chat__spacing-px)*36)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36)}.str-chat__channel-header{display:flex;padding:var(--str-chat__spacing-2);-webkit-column-gap:var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__channel-header .str-chat__channel-header-end p{margin:0}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-info,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty-v1{display:none}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__spacing-2) 0}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__channel-list .stream-chat__paginated-list{gap:0}.str-chat__channel-list-react{overflow:hidden}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{overflow:hidden;padding-bottom:var(--str-chat__spacing-2_5)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react .str-chat__channel-list-messenger-react__main{overflow-y:auto}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main{display:flex;flex-direction:column}.str-chat-angular__channel-list .str-chat__channel-list-messenger__main stream-paginated-list{min-height:0}.str-chat__channel-preview-container{position:relative}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons{position:absolute;right:var(--str-chat__spacing-2);bottom:var(--str-chat__spacing-3);display:flex;flex-direction:row;align-items:center;gap:1px}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-height:13px;cursor:pointer;padding-block:2px;padding-inline:4px}.str-chat__channel-preview{display:flex;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start;cursor:pointer}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%;overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{display:flex;-webkit-column-gap:var(--str-chat__spacing-1);column-gap:var(--str-chat__spacing-1);align-items:stretch}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{display:flex;align-items:center;padding:0 var(--str-chat__spacing-2)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--name{width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;display:flex;-webkit-column-gap:var(--str-chat__spacing-1);column-gap:var(--str-chat__spacing-1);align-items:center}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;margin:0;max-width:calc(100% - 40px)}.str-chat__channel-preview-loading{display:flex;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview-loading .str-chat__loading-channels-username{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__channel-preview-loading .str-chat__loading-channels-status{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__channel-search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__channel-search.str-chat__channel-search--active.str-chat__channel-search--inline,.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);height:65px}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-2_5);min-width:0}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon{display:inline-flex;padding:0 var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{background:none;border:none;cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button:disabled{cursor:default}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper input{flex:1;min-width:0}.str-chat__channel-search .str-chat__channel-search-container-searching,.str-chat__channel-search .str-chat__channel-search-results-header{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{position:absolute;left:0;right:0;top:65px;height:400px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg{height:calc(var(--str-chat__spacing-px)*90 + var(--str-chat__spacing-20));width:calc(var(--str-chat__spacing-px)*90);padding:var(--str-chat__spacing-10) 0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{background:none;border:none;display:flex;align-items:center;width:100%;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .channel-search__result-text,.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__cta-button{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6);cursor:pointer}.str-chat__circle-fab{width:calc(var(--str-chat__spacing-px)*42);height:calc(var(--str-chat__spacing-px)*42);padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__dialog-overlay{inset:0;position:absolute;height:var(--str-chat__dialog-overlay-height);width:100%;z-index:2}.str-chat__dialog{width:100%}.str-chat__dialog .str-chat__dialog__body{padding:2rem 1rem;overflow-y:auto}.str-chat__dialog .str-chat__dialog__body .str-chat__dialog__title{margin-bottom:1rem}.str-chat__dialog .str-chat__dialog__controls{display:flex;justify-content:flex-end;gap:1.25rem;padding:2.25rem 1.25rem}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{background:none;border:none}.str-chat__prompt-dialog input[type=text]{width:100%;padding:.625rem 1rem}.str-chat__dialog-menu{overflow:hidden}.str-chat__dialog-menu .str-chat__dialog-menu__button{display:flex;align-items:center;width:100%;padding:.5rem .75rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-icon{height:1rem;width:1rem}.str-chat__dialog-menu .str-chat__dialog-menu__button .str-chat__dialog-menu__button-text{padding-inline:.675rem}.str-chat__drag-and-drop-container__item{display:flex;width:100%;padding-block:.25rem}.str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;z-index:5}.str-chat__dropzone-container p{margin:unset}.str-chat__edit-message-form{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-5);width:100%;height:100%;min-height:0;min-width:0;max-width:100%;max-height:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{display:flex;align-items:center;justify-content:flex-end}.str-chat__edit-message-form .str-chat__edit-message-form-options button{cursor:pointer;margin:0}.str-chat-angular__edit-message-form .str-chat__message-input-angular-host{max-height:100%;min-height:0;display:flex;min-width:0;max-width:100%}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width:768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:-webkit-min-content;width:min-content}}.str-chat__dialog__field{display:flex;flex-direction:column;gap:.5rem}.str-chat__dialog__field .str-chat__form-field-error{margin-left:.5rem}.str-chat__form__switch-field{width:100%;padding:1rem}.str-chat__form__switch-field input[type=checkbox]{display:none}.str-chat__form__switch-field label{align-items:center;justify-content:space-between;width:100%}.str-chat__form__switch-field .str-chat__form__switch-field__switch{display:flex;align-items:center;width:calc(var(--str-chat__spacing-px)*52);height:calc(var(--str-chat__spacing-px)*32);padding:.25rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{height:1.5rem;width:1.5rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{justify-content:flex-end}.str-chat__dropdown .str-chat__dropdown__open-button{width:100%;text-align:start}.str-chat__image-carousel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;min-width:0;max-width:100%;max-height:100%;height:100%}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 30);padding:var(--str-chat__spacing-2_5);border:none;background:transparent}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;min-height:0;max-height:100%;min-width:0;max-width:100%;height:100%;width:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:80%;width:80%}@media only screen and (max-device-width:768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:100%;width:100%}}[dir=rtl] .str-chat__image-carousel-stepper svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.str-chat{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 24);--str-chat-icon-width:auto}.str-chat__icon{display:flex;font-family:stream-chat-icons;font-style:normal;font-weight:400;font-size:var(--str-chat-icon-height);height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon,.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url("data:image/svg+xml;base64,PHN2ZwogIGRhdGEtdGVzdGlkPSJ1bnNwZWNpZmllZC1maWxldHlwZSIKICB3aWR0aD0iMzQiCiAgaGVpZ2h0PSI0MCIKICB2aWV3Qm94PSIwIDAgMzQgNDAiCiAgZmlsbD0ibm9uZSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCj4KICA8cGF0aAogICAgZD0iTTAgM0MwIDEuMzQzMTUgMS4zNDMxNSAwIDMgMEgyM0wzNCAxMVYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjNaIgogICAgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIKICAvPgogIDxwYXRoIGQ9Ik0zNCAxMUwyNiAxMUMyNC4zNDMxIDExIDIzIDkuNjU2ODUgMjMgOFYwTDM0IDExWiIgZmlsbD0iI0RCREJEQiIgLz4KICA8cGF0aAogICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTggMTNIMjNWMTVIOFYxM1oiCiAgICBmaWxsPSIjQ0ZDRkNGIgogIC8+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik04IDE3SDE4VjE5SDhWMTdaIgogICAgZmlsbD0iI0NGQ0ZDRiIKICAvPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOCAyMUgyM1YyM0g4VjIxWiIKICAgIGZpbGw9IiNDRkNGQ0YiCiAgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICBpZD0icGFpbnQwX2xpbmVhciIKICAgICAgeDE9IjAiCiAgICAgIHkxPSIwIgogICAgICB4Mj0iMCIKICAgICAgeTI9IjQwIgogICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgID4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RCREJEQiIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=")}.str-chat__icon--audio-file{content:url("data:image/svg+xml;base64,PHN2ZwogIGNsYXNzPSJyZnUtZmlsZS1hdWRpbyIKICBmaWxsPSJub25lIgogIHZpZXdCb3g9IjAgMCAzNCA0MCIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIyMCIKICB3aWR0aD0iMjAiCj4KICA8cGF0aAogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTE3LjcxNjggMzMuMTcyQzE4LjIzNDggMzMuMTcyIDE4LjQyMzggMzMuNjU1IDE4LjQyMzggMzQuMThDMTguNDIzOCAzNC42NDIgMTguMjk3OCAzNS4xOTUgMTcuNzE2OCAzNS4xOTVDMTcuMTcwOCAzNS4xOTUgMTYuOTg4OCAzNC42NDIgMTYuOTg4OCAzNC4xNDVDMTYuOTg4OCAzMy42ODMgMTcuMTcwOCAzMy4xNzIgMTcuNzE2OCAzMy4xNzJaTTE5LjU3MTggMzEuMDAySDE4LjM4MThWMzIuNzU4OUgxOC4zNjc4QzE4LjEyMjggMzIuNDMgMTcuNzc5OCAzMi4yNjIgMTcuMzMxOCAzMi4yNjJDMTYuMzAyOCAzMi4yNjIgMTUuNzk4OCAzMy4xNTggMTUuNzk4OCAzNC4xMDNDMTUuNzk4OCAzNS4xMjUgMTYuMjgxOCAzNi4xMDQ5IDE3LjQyMjggMzYuMTA0OUMxNy44NDI4IDM2LjEwNDkgMTguMTkyOCAzNS45MjMgMTguNDIzOCAzNS41OEgxOC40Mzc4VjM2SDE5LjU3MThWMzEuMDAyWk0xMi43MDk1IDM0LjE4NzJDMTIuNzA5NSAzMy43MjUyIDEyLjg3NzUgMzMuMTcyMiAxMy40MzA1IDMzLjE3MjJDMTMuOTgzNSAzMy4xNzIyIDE0LjE1ODUgMzMuNzI1MiAxNC4xNTg1IDM0LjE4NzJDMTQuMTU4NSAzNC42NDkyIDEzLjk4MzUgMzUuMTk1MiAxMy40MzA1IDM1LjE5NTJDMTIuODc3NSAzNS4xOTUyIDEyLjcwOTUgMzQuNjQ5MiAxMi43MDk1IDM0LjE4NzJaTTExLjUxOTUgMzQuMTg3MkMxMS41MTk1IDM1LjI3OTIgMTIuMzAzNSAzNi4xMDUyIDEzLjQzMDUgMzYuMTA1MkMxNC41NTc1IDM2LjEwNTIgMTUuMzQ4NSAzNS4yNzkyIDE1LjM0ODUgMzQuMTg3MkMxNS4zNDg1IDMzLjA5NTIgMTQuNTU3NSAzMi4yNjIyIDEzLjQzMDUgMzIuMjYyMkMxMi4zMDM1IDMyLjI2MjIgMTEuNTE5NSAzMy4wOTUyIDExLjUxOTUgMzQuMTg3MlpNMjEuODM5IDMyLjM2NzFIMjIuNTc0VjMzLjEzNzFIMjEuODM5VjM0Ljc4OTFDMjEuODM5IDM1LjA3NjEgMjIuMDA3IDM1LjEzOTEgMjIuMjY2IDM1LjEzOTFDMjIuMzE0MiAzNS4xMzkxIDIyLjM2NCAzNS4xMzU3IDIyLjQxNDcgMzUuMTMyM0MyMi40NjcyIDM1LjEyODcgMjIuNTIwNiAzNS4xMjUxIDIyLjU3NCAzNS4xMjUxVjM2LjAwMDFDMjIuNDgxIDM2LjAwMzEgMjIuMzg4IDM2LjAwOTkgMjIuMjk1IDM2LjAxNjhDMjIuMTcxIDM2LjAyNTkgMjIuMDQ3IDM2LjAzNTEgMjEuOTIzIDM2LjAzNTFDMjAuOTA4IDM2LjAzNTEgMjAuNjQ5IDM1Ljc0MTEgMjAuNjQ5IDM0Ljc1NDFWMzMuMTM3MUgyMC4wNDdWMzIuMzY3MUgyMC42NDlWMzEuMjY4MUgyMS44MzlWMzIuMzY3MVoiCiAgICBmaWxsPSJ3aGl0ZSIKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBkPSJNMCAyOEgzNFYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjI4WiIKICAgIGZpbGw9IiMyNzI3QjAiCiAgPjwvcGF0aD4KICA8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDIzTDM0IDExVjI4SDBWM1oiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICA8cGF0aAogICAgZD0iTTM0IDExTDI2IDExQzI0LjM0MzEgMTEgMjMgOS42NTY4NSAyMyA4VjBMMzQgMTFaIgogICAgZmlsbD0iI0RCREJEQiIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOC44NzkxMiAyMS45NDFIMTIuMjk4TDE2Ljk1MjEgMjQuNzQ5M0MxNy4wMzA3IDI0LjgxMzggMTcuMTI5MyAyNC44NDkgMTcuMjMxMSAyNC44NDlDMTcuNDczOCAyNC44NDg4IDE3LjY3MDUgMjQuNjUxOSAxNy42NzAzIDI0LjQwOTJWMTIuNDM5OUMxNy42NzA0IDEyLjMzODEgMTcuNjM1MiAxMi4yMzk2IDE3LjU3MDcgMTIuMTYwOUMxNy40MTY4IDExLjk3MzIgMTcuMTM5OCAxMS45NDU3IDE2Ljk1MjEgMTIuMDk5NkwxMi4yOTggMTQuOTA4SDguODc5MTJDOC4zOTM2IDE0LjkwOCA4IDE1LjMwMTYgOCAxNS43ODcxVjIxLjA2MTlDOCAyMS41NDc0IDguMzkzNiAyMS45NDEgOC44NzkxMiAyMS45NDFaTTEyLjkyNTggMTYuNjY2NEwxNS45MTIyIDE1LjIyMjRWMjEuNjI2OEwxMi45MjU4IDIwLjE4MjlIOS43NTgzVjE2LjY2NjRIMTIuOTI1OFpNMTkuODUxMSAxNi4zNTE3QzE5LjQ3NCAxNi40MDkyIDE5LjIzOTcgMTYuNjYzNyAxOS4zMjgzIDE2LjkxOTFMMTkuMzI2MiAxNi45MkMxOS41Mjk1IDE3LjQ5OTUgMTkuNjMwNSAxOC4wOTggMTkuNjI4NCAxOC42OTUzQzE5LjYzMDUgMTkuMjk3NSAxOS41MjM3IDE5LjkwMTQgMTkuMzE5NiAyMC40OTA5QzE5LjIyOSAyMC43NDYyIDE5LjQ2ODIgMjAuOTk5NiAxOS44NDc0IDIxLjA2QzE5LjkwMDggMjEuMDY4MyAxOS45NTQyIDIxLjA3MiAyMC4wMDc2IDIxLjA3MkMyMC4zMjU5IDIxLjA3MiAyMC42MTU2IDIwLjkyMzQgMjAuNjkyMiAyMC43MDU3QzIwLjkxOTQgMjAuMDQ1MSAyMS4wMzM3IDE5LjM3IDIxLjAzNzQgMTguNjk1M0MyMS4wMzQ5IDE4LjAyNTEgMjAuOTIxMSAxNy4zNTc1IDIwLjY5NTUgMTYuNzAzNUMyMC42MDUzIDE2LjQ0NzcgMjAuMjI5IDE2LjI5MDggMTkuODUxMSAxNi4zNTE3Wk0yMi4xNjA1IDE0LjYwMjhDMjIuNTI1MiAxNC41MTYzIDIyLjkyNTkgMTQuNjQ1NCAyMy4wNTUgMTQuODkzOEMyMy42ODkxIDE2LjExNTcgMjQgMTcuNDA0MiAyNCAxOC42OTIzQzI0LjAwMDQgMTkuOTg5NSAyMy42Nzk2IDIxLjI4MzkgMjMuMDUyMSAyMi41MTUzQzIyLjk1MDMgMjIuNzEyMyAyMi42NzYzIDIyLjgzNDQgMjIuMzgyOCAyMi44MzQ0QzIyLjMwNzEgMjIuODM0NCAyMi4yMzAxIDIyLjgyNjEgMjIuMTU0MyAyMi44MDkyQzIxLjc4NjMgMjIuNzI1MSAyMS41OTE0IDIyLjQ1MzYgMjEuNzE4NSAyMi4yMDc3QzIyLjI5ODggMjEuMDc2MSAyMi41OTIyIDE5Ljg4MzYgMjIuNTkzMSAxOC42OTE5QzIyLjU5MzEgMTcuNTA1NiAyMi4zMDU0IDE2LjMyMjIgMjEuNzI3NiAxNS4yMDI1QzIxLjYwMDEgMTQuOTU2MyAyMS43OTUgMTQuNjg2IDIyLjE2MDUgMTQuNjAyOFoiCiAgICBmaWxsPSIjMjcyN0IwIgogICAgZmlsbC1ydWxlPSJldmVub2RkIgogID48L3BhdGg+Cjwvc3ZnPg==")}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__icon--mic:before{content:""}.str-chat__icon--bin:before{content:""}.str-chat__infinite-scroll-paginator{overflow-y:auto;overflow-x:hidden}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem}.str-chat__link-preview-card{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:1rem}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:calc(var(--str-chat__spacing-px)*250);padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{display:flex;align-items:center}.str-chat__link-preview-card .str-chat__link-preview-card__content{width:100%;min-width:0;flex:1;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{background:none;border:none;cursor:pointer}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content{display:flex;flex-direction:column;gap:.25rem}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{height:calc(var(--str-chat__spacing-px)*12);width:100%}.str-chat{--str-chat__loading-indicator-size:calc(var(--str-chat__spacing-px) * 15)}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}stream-loading-indicator{display:flex;align-items:center;justify-content:center}.str-chat__loading-indicator-placeholder,stream-loading-indicator .str-chat__loading-indicator{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}.str-chat__modal.str-chat__share-location-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__modal-header{padding-top:0}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body{display:flex;flex-direction:column;gap:1rem;padding-block:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dropdown__open-button,.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__form__switch-field{padding:.5rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items{display:flex;flex-direction:column;align-items:flex-start;padding-block:.25rem}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__body .str-chat__live-location-activation .str-chat__dialog-contents .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{padding:.25rem .5rem;width:100%;text-align:start}.str-chat__modal.str-chat__share-location-modal .str-chat__share-location-dialog .str-chat__dialog__controls{padding:1.25rem 1rem 0}.str-chat{--str-chat__message-options-button-size:calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width:calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width:calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width:calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width:calc(var(--str-chat__spacing-px) * 200);--str-chat__quoted-message-inside-message-input-max-height:calc(var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50));--str-chat__quoted-message-line-clamp:5}.str-chat__message{--str-chat-message-options-size:calc(3 * var(--str-chat__message-options-button-size))}.str-chat__message.str-chat__message-without-touch-support{--str-chat-message-options-size:calc(1 * var(--str-chat__message-options-button-size))}.str-chat__message .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-options{--str-chat-icon-height:calc(var(--str-chat__message-options-button-size) * 0.7)}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width:var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-preview{--str-chat__message-max-width:var(--str-chat__quoted-message-max-width)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{pointer-events:none;max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-text-value{overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--str-chat__quoted-message-line-clamp);line-clamp:var(--str-chat__quoted-message-line-clamp);-webkit-box-orient:vertical}.str-chat__message,.str-chat__quoted-message-preview{display:grid;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.str-chat__message .str-chat__message-reminder,.str-chat__quoted-message-preview .str-chat__message-reminder{grid-area:message-reminder;padding-block:.5rem .125rem;margin:0}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{grid-template-areas:". message-reminder" "avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;justify-items:flex-start}.str-chat__message.str-chat__message--me,.str-chat__quoted-message-preview.str-chat__message--me{grid-template-areas:"message-reminder" "message" "replies" "translation-notice" "custom-metadata" "metadata";justify-items:end}.str-chat__message.str-chat__message--me>.str-chat__message-sender-avatar,.str-chat__quoted-message-preview.str-chat__message--me>.str-chat__message-sender-avatar{display:none}.str-chat__message.str-chat__message--blocked,.str-chat__message.str-chat__message--deleted,.str-chat__quoted-message-preview.str-chat__message--blocked,.str-chat__quoted-message-preview.str-chat__message--deleted{grid-template-areas:"message"}.str-chat__message.str-chat__message--system,.str-chat__quoted-message-preview.str-chat__message--system{grid-template-areas:"message";grid-template-columns:auto}.str-chat__message .str-chat__message-sender-avatar,.str-chat__quoted-message-preview .str-chat__message-sender-avatar{grid-area:avatar;align-self:end}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:var(--str-chat-message-options-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button{display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;position:relative;min-width:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner{grid-template-areas:"reminder reminder" "reactions reactions" "options message-bubble";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message .str-chat__translation-notice,.str-chat__quoted-message-preview .str-chat__translation-notice{grid-area:translation-notice}.str-chat__message .str-chat__translation-notice button,.str-chat__quoted-message-preview .str-chat__translation-notice button{cursor:pointer;padding:var(--str-chat__spacing-1) 0;margin:0}.str-chat__message .str-chat__custom-message-metadata,.str-chat__quoted-message-preview .str-chat__custom-message-metadata{grid-area:custom-metadata;-webkit-margin-before:var(--str-chat__spacing-0_5);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata,.str-chat__quoted-message-preview .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;align-items:center;-webkit-column-gap:var(--str-chat__spacing-1);column-gap:var(--str-chat__spacing-1);-webkit-margin-before:var(--str-chat__spacing-0_5);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-name,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-name{overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before{content:"•";margin-right:var(--str-chat__spacing-1)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp{--str-chat__message-edited-timestamp-height:1rem;flex-basis:100%}.str-chat__message.str-chat__message--me .str-chat__message-metadata,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:right}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 15);display:flex;align-items:center;justify-content:center;-webkit-column-gap:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__message .str-chat__message-is-thread-reply-button-wrapper,.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button{cursor:pointer;padding:0}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__message--blocked-inner,.str-chat__quoted-message-preview .str-chat__message--blocked-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--blocked-inner p,.str-chat__quoted-message-preview .str-chat__message--blocked-inner p{white-space:pre-line;margin:0}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);display:flex;-webkit-column-gap:var(--str-chat__spacing-1);column-gap:var(--str-chat__spacing-1);min-width:0;width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{white-space:pre-line;margin:0}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{display:block;position:absolute;bottom:0;inset-inline-end:calc(-1*calc(var(--str-chat__spacing-px) * 18)/2)}.str-chat__message.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon svg{width:calc(var(--str-chat__spacing-px)*18);height:calc(var(--str-chat__spacing-px)*18)}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner{-webkit-margin-end:0;margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner{-webkit-margin-start:0;margin-inline-start:0}@supports not selector(:has(a,b)){.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner{-webkit-margin-end:0;margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble,.str-chat__message-with-touch-support) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner{-webkit-margin-start:0;margin-inline-start:0}}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options{display:flex}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover{-webkit-margin-end:0;margin-inline-end:0}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover{-webkit-margin-start:0;margin-inline-start:0}.str-chat__message-inner .str-chat__message-options.str-chat__message-options--active{display:flex}.str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message-inner .str-chat__message-actions-open.str-chat__message-options{display:flex}.str-chat__message-inner:focus-within .str-chat__message-options{display:flex}.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)){-webkit-margin-end:var(--str-chat-message-options-size);margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message--me .str-chat__message-inner{-webkit-margin-start:var(--str-chat-message-options-size);margin-inline-start:var(--str-chat-message-options-size)}.str-chat__li--middle .str-chat__message,.str-chat__li--top .str-chat__message{-webkit-margin-after:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5)}.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li--middle .str-chat__message>.str-chat__message-sender-avatar,.str-chat__li--top .str-chat__message>.str-chat__message-sender-avatar{visibility:hidden}.str-chat__li--bottom .str-chat__message,.str-chat__li--single .str-chat__message{-webkit-margin-after:var(--str-chat__spacing-2);margin-block-end:var(--str-chat__spacing-2)}.str-chat__date-separator{display:flex;padding:var(--str-chat__spacing-8);align-items:center}.str-chat__date-separator-line{flex:1;height:var(--str-chat__spacing-px)}.str-chat__date-separator>:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{-webkit-margin-after:var(--str-chat__spacing-2);margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{width:100%;text-align:center}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{flex-direction:column;align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-basis:min-content}.str-chat__message-input .str-chat__quoted-message-preview{--str-chat__message-max-width:var(--str-chat__quoted-message-inside-message-input-max-width)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{max-height:var(--str-chat__quoted-message-inside-message-input-max-height)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text{max-height:100%;min-height:0}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem}.str-chat__unread-messages-notification{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 16);position:absolute;top:.75rem;z-index:2;display:flex;align-items:center;overflow:clip}.str-chat__unread-messages-notification button{padding-block:.5rem;height:100%;width:100%;white-space:nowrap}.str-chat__unread-messages-notification button:first-of-type{padding-inline:.75rem .375rem}.str-chat__unread-messages-notification button:last-of-type{padding-inline:.375rem .75rem}.str-chat__unread-messages-notification button:last-of-type svg{width:.875rem}.str-chat-angular__message-bubble{-webkit-transform:translateZ(0);transform:translateZ(0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{-webkit-transform:none;transform:none}.str-chat__message-edited-timestamp{overflow:hidden;transition:height .1s}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height,1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-with-touch-support .str-chat__message-bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__attachments-container,.str-chat__message-with-touch-support.str-chat__message-menu-opened .str-chat__message-text-inner{pointer-events:none}.str-chat__message-with-touch-support .str-chat__message-inner{margin-inline:0}.str-chat__message-with-touch-support .str-chat__message-options{display:none}.str-chat__message-with-touch-support .stream-chat-angular__image-modal-host{-webkit-touch-callout:default}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-width:10rem}.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);margin:0;cursor:pointer;width:100%;text-align:start}.str-chat__message-bounce-prompt{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-9)}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete,.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{flex-direction:column;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input,.str-chat__message-input .str-chat__quoted-message-preview-header{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{width:100%;text-align:center}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{display:flex;align-items:center;justify-content:center;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-height:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{width:100%;min-height:0;max-height:100%;display:flex;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea{width:100%;display:flex;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);font-size:calc(var(--str-chat__spacing-px)*27);align-self:end}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container{z-index:5}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container .str-chat__emoji-picker-container{display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__message-textarea-angular-host,.str-chat__message-input .str-chat__message-textarea-react-host{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative}.str-chat__message-input .str-chat__stop-ai-generation-button{width:calc(var(--str-chat__spacing-px)*30);height:calc(var(--str-chat__spacing-px)*28);cursor:pointer}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);min-width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{width:calc(var(--str-chat__spacing-px)*32);height:calc(var(--str-chat__spacing-px)*32)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);min-width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__start-recording-audio-button svg{height:calc(var(--str-chat__spacing-px)*25)}.str-chat__message-input .str-chat__message-input-cooldown{display:flex;align-items:center;justify-content:center;-webkit-margin-start:var(--str-chat__spacing-2);margin-inline-start:var(--str-chat__spacing-2);margin-block:calc(var(--str-chat__spacing-2)/2);min-width:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2));min-height:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2))}.str-chat__message-input .str-chat__message-input-not-allowed{align-self:center;padding:var(--str-chat__spacing-3)}.str-chat__message-input .str-chat__quoted-message-preview{padding:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-poll-preview__name{white-space:nowrap;overflow-y:visible;overflow-x:clip;text-overflow:ellipsis;overflow-x:hidden}.str-chat__message-input .str-chat__recording-permission-denied-notification{position:absolute;left:.5rem;max-width:100%;bottom:100%;padding:1rem;margin-inline:.5rem;z-index:2}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{display:flex;justify-content:flex-end}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{height:100%;max-height:100%;min-height:0;flex-grow:0}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.str-chat__attachment-selector button,.str-chat__attachment-selector-actions-menu button{background:none;border:none}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button{padding:.25rem .5rem;cursor:pointer}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{height:26px;width:26px}.str-chat__file-input{display:none}.str-chat__attachment-selector-actions-menu{min-width:300px;padding-block:.5rem}.str-chat__send-to-channel-checkbox__container{width:100%;display:flex;padding:.5rem .75rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{display:flex;align-items:center}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field label{padding-inline:.5rem}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field input{margin:0}.str-chat__main-panel-inner{height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width:100%;height:100%;max-height:100%}.str-chat__list .str-chat__message-list-scroll{padding:0 var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__list .str-chat__message-list-scroll{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10), 4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10), 4%) - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__list .str-chat__parent-message-li{-webkit-padding-after:var(--str-chat__spacing-4);padding-block-end:var(--str-chat__spacing-4);-webkit-margin-after:var(--str-chat__spacing-4);margin-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{position:absolute;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);left:50%;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__virtual-list{overflow-x:hidden;overflow-y:auto;position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*var(--str-chat__spacing-2))}@media only screen and (min-device-width:768px){.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10), 4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10), 4%) - 2px)}}.str-chat__virtual-list .str-chat__parent-message-li{-webkit-padding-after:var(--str-chat__spacing-4);padding-block-end:var(--str-chat__spacing-4)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{-webkit-margin-after:0!important;margin-block-end:0!important}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{-webkit-padding-after:var(--str-chat__spacing-0_5);padding-block-end:var(--str-chat__spacing-0_5)}.str-chat__message-reactions-container{display:flex}.str-chat__message-reactions-container .str-chat__message-reactions{overflow-y:hidden;overflow-x:auto;scrollbar-width:none;list-style:none;display:flex;-webkit-margin-before:var(--str-chat__spacing-0_5);margin-block-start:var(--str-chat__spacing-0_5);-webkit-margin-after:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);-webkit-column-gap:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-1_5);position:relative;cursor:pointer;flex-shrink:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*13);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width:768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:-webkit-min-content;width:min-content}}.str-chat__message-reactions-details{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);max-height:100%;height:100%;min-height:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{max-width:100%;width:100%;min-width:0;overflow-x:auto;gap:var(--str-chat__spacing-4);display:flex;align-items:center;flex-shrink:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{display:flex;align-items:center;padding:var(--str-chat__spacing-1) 0;flex-shrink:0;cursor:pointer}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type .str-chat__message-reaction-emoji--with-fallback{width:18px;line-height:18px}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big{--str-chat__stream-emoji-size:1em;align-self:center;font-size:2rem}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big.str-chat__message-reaction-emoji--with-fallback{line-height:2rem}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users{display:flex;flex-direction:column;gap:var(--str-chat__spacing-3);max-height:100%;overflow-y:auto;min-height:30vh}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;justify-content:flex-end;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector{margin:var(--str-chat__spacing-2);position:static;justify-content:flex-start}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options{max-width:100%;overflow-y:hidden;overflow-x:auto;scrollbar-width:none;padding:0}.str-chat__message-reaction-selector.str-chat-angular-v5__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{flex-shrink:0}.str-chat__message-reaction-selector .str-chat__message-reactions-options{list-style:none;display:flex;-webkit-margin-after:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-column-gap:var(--str-chat__spacing-1);column-gap:var(--str-chat__spacing-1);padding:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*20);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-last-user,.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-list-item__count{display:none}.str-chat__message--me .str-chat__message-reaction-selector{inset-inline-end:0}.str-chat__message--other .str-chat__message-reaction-selector{inset-inline-start:0}.str-chat-react__message-reaction-selector{position:static;inset-block-end:unset}.str-chat-react__message-reaction-selector ul{margin:0}.str-chat__message--me .str-chat-react__message-reaction-selector,.str-chat__message--other .str-chat-react__message-reaction-selector{inset-inline-start:unset}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100}.str-chat__modal--open .str-chat__modal-header{display:flex;align-items:center;width:100%;padding:1.25rem 1rem}.str-chat__modal--open .str-chat__modal-header .str-chat__modal__close-button,.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{padding:1rem;background-size:.875rem;background-repeat:no-repeat;background-position:50%}.str-chat__modal--open .str-chat__modal-header button.str-chat__modal-header__go-back-button{background-image:var(--str-chat__arrow-left-icon)}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__close-button{background:none;border:none;cursor:pointer;background-image:var(--str-chat__close-icon);background-repeat:no-repeat;height:.875rem;width:.875rem}.str-chat__modal--open .str-chat__modal-header .str-chat__modal-header__title{flex:1}.str-chat__modal--open button.str-chat__modal__close-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);margin:var(--str-chat__spacing-2);cursor:pointer}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height:calc(var(--str-chat__spacing-px) * 28);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute;inset-block-start:0;inset-inline-end:0;cursor:pointer}.str-chat__modal--open .str-chat__modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%;max-height:80%;min-width:0;min-height:0}.str-chat__modal--close{display:none}.str-chat__message-notification{display:block;position:absolute;align-self:center;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px)*10);z-index:100}.str-chat__list-notifications{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);width:auto}.str-chat__notification{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-4)}.str-chat-react__notification{z-index:101}.str-chat__poll{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .675rem;max-width:270px;font:var(--str-chat__body-text)}.str-chat__poll button{background:none;border:none;cursor:pointer}.str-chat__poll .str-chat__checkmark{grid-column:1/2;grid-row:1/2;margin-right:.125rem;height:1rem;width:1rem}.str-chat__poll .str-chat__checkmark--checked{height:calc(1rem + 1px);width:calc(1rem + 1px);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:50%;background-size:11px 10px}.str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__body-medium-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{font:var(--str-chat__caption-text)}.str-chat__poll .str-chat__poll-actions{display:flex;flex-direction:column;align-items:center}.str-chat__poll-action{padding:.675rem;font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__add-poll-answer-modal button,.str-chat__poll-answer-list-modal button,.str-chat__poll-options-modal button,.str-chat__poll-results-modal button,.str-chat__suggest-poll-option-modal button{background:none;border:none;cursor:pointer}.str-chat__modal__poll-results .str-chat__amount-bar,.str-chat__poll-option-list--full .str-chat__amount-bar{display:none}.str-chat__poll-option{cursor:pointer}.str-chat__poll-option.str-chat__poll-option--full-vote-list{cursor:default;height:100%;padding:0}.str-chat__poll-option .str-chat__poll-option-data{flex:1;display:flex;align-items:flex-start;font:var(--str-chat__body-text);gap:.125rem}.str-chat__poll-option .str-chat__poll-option-data p{margin:0;flex:1}.str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-voters{--str-chat__avatar-size:1.175rem;display:flex}.str-chat__poll-option-list--full .str-chat__poll-option{display:flex;flex-direction:row;padding:1rem .75rem}.str-chat__poll-option-list--full .str-chat__poll-option:first-of-type{padding-top:1rem;border-top-left-radius:var(--str-chat__border-radius-sm);border-top-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list--full .str-chat__poll-option:last-child{padding-bottom:1rem;border-bottom-left-radius:var(--str-chat__border-radius-sm);border-bottom-right-radius:var(--str-chat__border-radius-sm)}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full){display:flex;flex-direction:column;gap:1.5rem;padding-block:1rem .5rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:.125rem}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option-data{grid-column:2/3;grid-row:1/2}.str-chat__poll-option-list:not(.str-chat__poll-option-list--full) .str-chat__poll-option .str-chat__poll-option__votes-bar{grid-column:2/3;grid-row:2/3;height:.25rem;width:100%;margin-top:.25rem}.str-chat__modal__poll-results .str-chat__poll-option{display:flex;flex-direction:column}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__close-button,.str-chat__poll-actions .str-chat__modal .str-chat__modal__close-button{display:none}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner{padding:0 0 .5rem;overflow:hidden;max-width:400px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__tooltip,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__tooltip{max-width:300px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__suggest-poll-option .str-chat__form-field-error{height:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results{display:flex;flex-direction:column;width:100%;height:100%;min-height:400px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list .str-chat__loading-indicator-placeholder,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option--full-vote-list .str-chat__loading-indicator-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:40px}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__title{padding:1.175rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-answer-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{display:flex;flex-direction:column;min-height:0;padding-bottom:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{display:flex;flex-direction:column;flex:1;max-height:100%;min-height:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{padding-bottom:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{overflow-y:auto;padding:0 1rem 1.25rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__option-list,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer-list{gap:.5rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__modal__poll-results__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-option-list__body,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__modal__poll-results__body{gap:2rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__show-all-votes-button{padding-bottom:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-answer .str-chat__poll-answer__text{margin:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__checkmark,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__checkmark{margin-right:1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header{display:flex;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-option__header .str-chat__poll-option__option-text{flex:1}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote{display:flex;justify-content:space-between;align-items:center;gap:.5rem;white-space:nowrap;padding-block:.375rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author{display:flex;align-items:center;gap:calc(var(--str-chat__spacing-px)*5);min-width:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-vote .str-chat__poll-vote__author .str-chat__poll-vote__author__name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:130px;min-width:0}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter{display:flex;gap:.375rem}.str-chat-react__modal.str-chat__poll-action-modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon,.str-chat__poll-actions .str-chat__modal .str-chat__modal__inner .str-chat__poll-result-option-vote-counter .str-chat__poll-result-winning-option-icon{height:1.25rem;width:1.25rem;background-image:var(--str-chat__winning-poll-option-icon)}.str-chat__poll-vote-listing{padding:0 1rem .75rem}.str-chat__modal__poll-results--option-detail .str-chat__modal-header__title{padding-inline:1rem;flex:1}.str-chat__modal__poll-results--option-detail .str-chat__modal__poll-results__body{padding-inline:1rem}.str-chat__quoted-poll-preview{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__close-button{display:none}.str-chat__modal.str-chat__create-poll-modal .str-chat__modal__inner{padding:0;max-height:unset;display:block}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog{height:100%;width:100%;display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog button{background:none;border:none;cursor:pointer}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header{padding-block:14px}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__modal-header .str-chat__modal-header__close-button{background-image:var(--str-chat__close-icon);background-repeat:no-repeat}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body{flex:1 1;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__dialog__body form{display:flex;flex-direction:column;gap:2rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset{margin:0;padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field{width:100%;padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value{padding:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field__value input{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field{padding:1rem;display:flex;flex-direction:column;gap:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__switch-field{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field{width:100%}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value{padding:0}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form-field-error{height:1rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__field-label{display:block;margin-bottom:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-chat__modal.str-chat__create-poll-modal .str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}@media only screen and (max-device-width:768px){.str-chat__modal--open .str-chat__modal__inner{width:90%}.str-chat__create-poll-modal .str-chat__modal__inner,.str-chat__poll-answer-list-modal .str-chat__modal__inner,.str-chat__poll-results-modal .str-chat__modal__inner{height:90%;max-height:unset}}.str-chat__search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__search.str-chat__search--active{flex:1;max-height:100%}.str-chat__search .str-chat__search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5) var(--str-chat__spacing-2);gap:.25rem}.str-chat__search .str-chat__search-bar .str-chat__search-bar-button{background:none;border:none;padding:var(--str-chat__spacing-1);cursor:pointer}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2);min-width:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--icon{height:20px;width:20px;margin-right:.5rem}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button{background:none;border:none;cursor:pointer;padding:0}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button:disabled{cursor:default}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper .str-chat__search-input--clear-button .str-chat__search-input--clear-button-icon{height:20px;width:20px;mask-size:20px;-webkit-mask-size:20px}.str-chat__search .str-chat__search-bar .str-chat__search-input--wrapper input{flex:1;min-width:0}.str-chat__search .str-chat__search-results{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-results-header{width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header button{background:none;border:none;cursor:pointer}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{display:flex;flex-wrap:wrap;gap:.5rem;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2_5);width:100%}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button{padding:.5rem .75rem;border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__search .str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons .str-chat__search-results-header__filter-source-button--active{background-color:var(--str-chat__surface-color);color:var(--str-chat__text-color);font-weight:500}.str-chat__search .str-chat__search-results .str-chat__search-results-presearch,.str-chat__search .str-chat__search-results .str-chat__search-source-results-empty{width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem}.str-chat__search .str-chat__search-results .str-chat__search-source-results,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list{flex:1;display:flex;flex-direction:column;min-height:0}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__infinite-scroll-paginator__content{display:flex;flex-direction:column}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result{display:flex;align-items:center;width:100%;-webkit-column-gap:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .search__result-text,.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden}.str-chat__search .str-chat__search-results .str-chat__search-source-results .str-chat__search-source-result-list .str-chat__search-source-result-list__footer{height:4rem;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.str-chat__thread-container{height:100%;display:flex;flex-direction:column;width:100%}.str-chat__thread-container .str-chat__thread-header{display:flex;padding:var(--str-chat__spacing-2);-webkit-column-gap:var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-reply-count,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer;line-height:calc(var(--str-chat__spacing-px)*21);font-size:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg{height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread .str-chat__main-panel-inner{height:auto}.str-chat__thread--virtualized .str-chat__main-panel-inner{height:100%}.str-chat__thread--virtualized .str-chat__main-panel-inner .str-chat__virtual-list-message-wrapper:first-of-type{-webkit-padding-before:var(--str-chat__spacing-4);padding-block-start:var(--str-chat__spacing-4)}.str-chat__parent-message-li,.str-chat__tooltip{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{overflow-y:hidden;display:flex;z-index:1;max-width:calc(var(--str-chat__spacing-px)*150);width:-webkit-max-content;width:max-content}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{padding:var(--str-chat__spacing-1_5);display:flex;justify-content:flex-start;align-items:center;-webkit-column-gap:var(--str-chat__spacing-1);column-gap:var(--str-chat__spacing-1);position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{display:flex;align-items:center;justify-content:center;-webkit-column-gap:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{width:calc(var(--str-chat__spacing-px)*4);height:calc(var(--str-chat__spacing-px)*4)}.str-chat__thread-list-container{display:flex;flex-direction:column;flex-grow:1}.str-chat__unseen-threads-banner{font-size:16px;font-weight:400;margin:8px;padding:16px;display:flex;align-items:center;justify-content:space-between}.str-chat__unseen-threads-banner__button{--str-chat-icon-width:16px;--str-chat-icon-heigh:22px;all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.str-chat__thread-list .str-chat__thread-list-item{align-items:stretch;box-sizing:border-box;padding-block:14px;padding-inline:8px;gap:6px;width:100%;display:flex;flex-direction:column;cursor:pointer}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel{--str-chat-icon-height:14px;--str-chat-icon-width:14px;display:flex;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel .str-chat__icon{margin-top:2px;flex-shrink:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__thread-status-symbol{font-size:14px;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message{display:flex;gap:3px;justify-content:space-between;align-items:center;height:15px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{font-size:12px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-size:49px;display:flex;align-items:center;gap:5px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-details{display:flex;flex-direction:column;flex-grow:1;gap:4px;width:0}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-created-by{font-weight:500;font-size:16px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{display:flex;font-size:14px;font-weight:400;justify-content:space-between;align-items:baseline;line-height:16px}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-timestamp{white-space:nowrap}.str-chat__thread-list .str-chat__thread-list-loading-indicator{display:flex;align-items:center;justify-content:center;padding-block:14px;padding-inline:8px}.str-chat__thread-list-empty-placeholder{--str-chat-icon-height:95px;--str-chat-icon-width:95px;font-size:20px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.str-chat__chat-view{display:flex;width:100%;height:100%}.str-chat__chat-view__selector{display:flex;flex-direction:column;padding-inline:8px;padding-block:16px;gap:20px}.str-chat__chat-view__selector-button{--str-chat-icon-height:20px;--str-chat-icon-width:20px;--str-chat-unread-count-badge-absolute-offset-vertical:25%;display:flex;flex-direction:column;align-items:center;padding-inline:10px;padding-block:10px;border-radius:8px;gap:4px;font-weight:400;font-size:12px;line-height:1;box-sizing:border-box;cursor:pointer;position:relative}.str-chat__chat-view__channels,.str-chat__chat-view__threads{display:flex;flex-grow:1}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical:50%;--str-chat-unread-count-badge-absolute-offset-horizontal:50%}.str-chat__unread-count-badge-container{position:relative;display:flex;align-items:center;justify-content:center}.str-chat__unread-count-badge{font-size:12px;min-width:22px;min-height:22px;line-height:8px;font-weight:700;padding:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__ai-state-indicator-container{padding:0 8px}.str-chat{--str-chat__blue950:#001333;--str-chat__blue900:#00163d;--str-chat__blue800:#002666;--str-chat__blue700:#003999;--str-chat__blue600:#004ccc;--str-chat__blue500:#005fff;--str-chat__blue400:#337eff;--str-chat__blue300:#669fff;--str-chat__blue200:#ccdfff;--str-chat__blue100:#e0f0ff;--str-chat__blue50:#ebf5ff;--str-chat__grey950:#080707;--str-chat__grey900:#17191c;--str-chat__grey800:#1c1e22;--str-chat__grey700:#272a30;--str-chat__grey600:#4c525c;--str-chat__grey500:#72767e;--str-chat__grey400:#b4b7bb;--str-chat__grey300:#dbdde1;--str-chat__grey200:#e9eaed;--str-chat__grey100:#f4f4f5;--str-chat__grey50:#fff;--str-chat__red900:#330003;--str-chat__red800:#660006;--str-chat__red700:#990008;--str-chat__red600:#cc000b;--str-chat__red500:#ff000e;--str-chat__red400:#ff3742;--str-chat__red300:#ff666e;--str-chat__red200:#ff999f;--str-chat__red100:#ffe5e7;--str-chat__green900:#062d16;--str-chat__green800:#0d592c;--str-chat__green700:#138643;--str-chat__green600:#19b359;--str-chat__green500:#20e070;--str-chat__green400:#4ce68c;--str-chat__green300:#79eca9;--str-chat__green200:#a6f2c6;--str-chat__green100:#e9f1ff;--str-chat__yellow900:#332500;--str-chat__yellow800:#664900;--str-chat__yellow700:#996e00;--str-chat__yellow600:#cc9200;--str-chat__yellow500:#ffb700;--str-chat__yellow400:#ffd466;--str-chat__yellow300:#ffe299;--str-chat__yellow200:#fff1cc;--str-chat__yellow100:#fff8e5;--str-chat__border-radius-xs:8px;--str-chat__border-radius-sm:14px;--str-chat__border-radius-md:18px;--str-chat__border-radius-lg:20px;--str-chat__border-radius-circle:999px;--str-chat__font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;--str-chat__caption-text:0.75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text:500 0.75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text:700 0.75rem/1.3 var(--str-chat__font-family);--str-chat__body-text:0.875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text:500 0.875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text:0.9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text:500 0.9375rem/1.2 var(--str-chat__font-family);--str-chat__subtitle-text:1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle-medium-text:500 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle2-text:1.25rem/1.2 var(--str-chat__font-family);--str-chat__subtitle2-medium-text:500 1.25rem/1.2 var(--str-chat__font-family);--str-chat__headline-text:1.5rem/1.2 var(--str-chat__font-family);--str-chat__headline2-text:1.8rem/1.2 var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__primary-color:var(--str-chat__blue500);--str-chat__primary-overlay-color:rgba(0,95,255,.6);--str-chat__primary-color-low-emphasis:var(--str-chat__blue300);--str-chat__active-primary-color:var(--str-chat__blue600);--str-chat__on-primary-color:var(--str-chat__grey50);--str-chat__background-color:var(--str-chat__grey50);--str-chat__secondary-background-color:var(--str-chat__grey50);--str-chat__primary-surface-color:var(--str-chat__blue100);--str-chat__primary-surface-color-low-emphasis:var(--str-chat__blue50);--str-chat__surface-color:var(--str-chat__grey300);--str-chat__secondary-surface-color:var(--str-chat__grey200);--str-chat__tertiary-surface-color:var(--str-chat__grey100);--str-chat__text-color:var(--str-chat__grey950);--str-chat__text-low-emphasis-color:var(--str-chat__grey500);--str-chat__disabled-color:var(--str-chat__grey400);--str-chat__on-disabled-color:var(--str-chat__grey50);--str-chat__danger-color:var(--str-chat__red400);--str-chat__message-highlight-color:var(--str-chat__yellow100);--str-chat__unread-badge-color:var(--str-chat__red400);--str-chat__on-unread-badge-color:var(--str-chat__grey50);--str-chat__overlay-color:hsla(0,0%,99%,.9);--str-chat__secondary-overlay-color:rgba(0,0,0,.2);--str-chat__secondary-overlay-text-color:var(--str-chat__grey50);--str-chat__opaque-surface-background-color:rgba(0,0,0,.8);--str-chat__opaque-surface-text-color:var(--str-chat__grey50);--str-chat__box-shadow-color:rgba(0,0,0,.18);--str-chat__info-color:var(--str-chat__green500)}.str-chat__theme-dark{--str-chat__primary-color:var(--str-chat__blue400);--str-chat__primary-overlay-color:rgba(51,126,255,.6);--str-chat__primary-color-low-emphasis:var(--str-chat__blue700);--str-chat__active-primary-color:var(--str-chat__blue600);--str-chat__on-primary-color:var(--str-chat__grey50);--str-chat__background-color:var(--str-chat__grey950);--str-chat__secondary-background-color:var(--str-chat__grey900);--str-chat__primary-surface-color:var(--str-chat__blue900);--str-chat__primary-surface-color-low-emphasis:var(--str-chat__blue950);--str-chat__surface-color:var(--str-chat__grey700);--str-chat__secondary-surface-color:var(--str-chat__grey800);--str-chat__tertiary-surface-color:var(--str-chat__grey900);--str-chat__text-color:var(--str-chat__grey50);--str-chat__text-low-emphasis-color:var(--str-chat__grey500);--str-chat__disabled-color:var(--str-chat__grey600);--str-chat__on-disabled-color:var(--str-chat__grey50);--str-chat__danger-color:var(--str-chat__red600);--str-chat__message-highlight-color:var(--str-chat__yellow900);--str-chat__unread-badge-color:var(--str-chat__red400);--str-chat__on-unread-badge-color:var(--str-chat__grey50);--str-chat__overlay-color:rgba(0,0,0,.7);--str-chat__secondary-overlay-color:rgba(0,0,0,.4);--str-chat__secondary-overlay-text-color:var(--str-chat__grey50);--str-chat__opaque-surface-background-color:hsla(0,0%,98%,.85);--str-chat__opaque-surface-text-color:var(--str-chat__grey900);--str-chat__box-shadow-color:rgba(0,0,0,.8);--str-chat__info-color:var(--str-chat__green500)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;-webkit-filter:drop-shadow(0 2px 2px #1a1a1a);filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{-webkit-transform:scale(1.1);transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:center;align-items:center}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width);font-size:0}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{position:absolute;left:.375rem;top:.375rem}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image{max-width:100%}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px);max-width:unset;object-fit:contain}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image,.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right,.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right,.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat{--str-chat__cta-button-border-radius:var(--str-chat__border-radius-xs);--str-chat__cta-button-color:var(--str-chat__on-primary-color);--str-chat__cta-button-background-color:var(--str-chat__primary-color);--str-chat__cta-button-border-block-start:none;--str-chat__cta-button-border-block-end:none;--str-chat__cta-button-border-inline-start:none;--str-chat__cta-button-border-inline-end:none;--str-chat__cta-button-box-shadow:none;--str-chat__cta-button-pressed-background-color:var(--str-chat__active-primary-color);--str-chat__cta-button-disabled-background-color:var(--str-chat__disabled-color);--str-chat__cta-button-disabled-color:var(--str-chat__on-disabled-color)}.str-chat__cta-button{background:var(--str-chat__cta-button-background-color);color:var(--str-chat__cta-button-color);box-shadow:var(--str-chat__cta-button-box-shadow);border-radius:var(--str-chat__cta-button-border-radius);-webkit-border-before:var(--str-chat__cta-button-border-block-start);border-block-start:var(--str-chat__cta-button-border-block-start);-webkit-border-after:var(--str-chat__cta-button-border-block-end);border-block-end:var(--str-chat__cta-button-border-block-end);-webkit-border-start:var(--str-chat__cta-button-border-inline-start);border-inline-start:var(--str-chat__cta-button-border-inline-start);-webkit-border-end:var(--str-chat__cta-button-border-inline-end);border-inline-end:var(--str-chat__cta-button-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__cta-button:active{background-color:var(--str-chat__cta-button-pressed-background-color)}.str-chat__cta-button:disabled{background-color:var(--str-chat__cta-button-disabled-background-color);color:var(--str-chat__cta-button-disabled-color)}.str-chat{--str-chat__circle-fab-border-radius:var(--str-chat__border-radius-circle);--str-chat__circle-fab-color:var(--str-chat__primary-color);--str-chat__circle-fab-background-color:var(--str-chat__secondary-background-color);--str-chat__circle-fab-pressed-background-color:var(--str-chat__surface-color);--str-chat__circle-fab-box-shadow:0 2px 4px rgba(0,0,0,.25);--str-chat__circle-fab-border-block-start:none;--str-chat__circle-fab-border-block-end:none;--str-chat__circle-fab-border-inline-start:none;--str-chat__circle-fab-border-inline-end:none}.str-chat__circle-fab{background:var(--str-chat__circle-fab-background-color);color:var(--str-chat__circle-fab-color);box-shadow:var(--str-chat__circle-fab-box-shadow);border-radius:var(--str-chat__circle-fab-border-radius);-webkit-border-before:var(--str-chat__circle-fab-border-block-start);border-block-start:var(--str-chat__circle-fab-border-block-start);-webkit-border-after:var(--str-chat__circle-fab-border-block-end);border-block-end:var(--str-chat__circle-fab-border-block-end);-webkit-border-start:var(--str-chat__circle-fab-border-inline-start);border-inline-start:var(--str-chat__circle-fab-border-inline-start);-webkit-border-end:var(--str-chat__circle-fab-border-inline-end);border-inline-end:var(--str-chat__circle-fab-border-inline-end)}.str-chat__circle-fab svg path{fill:var(--str-chat__circle-fab-color)}.str-chat__circle-fab:active{background-color:var(--str-chat__circle-fab-pressed-background-color)}.str-chat{--str-chat__avatar-border-radius:var(--str-chat__border-radius-circle);--str-chat__avatar-color:var(--str-chat__on-primary-color);--str-chat__avatar-background-color:var(--str-chat__primary-color);--str-chat__avatar-border-block-start:none;--str-chat__avatar-border-block-end:none;--str-chat__avatar-border-inline-start:none;--str-chat__avatar-border-inline-end:none;--str-chat__avatar-box-shadow:none;--str-chat__avatar-online-indicator-color:var(--str-chat__info-color);--str-chat__avatar-online-indicator-border-radius:var(--str-chat__border-radius-circle)}.str-chat__avatar .str-chat__avatar-image{display:block}.str-chat__avatar .str-chat__avatar-image,.str-chat__avatar.str-chat__avatar--no-letters{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);-webkit-border-before:var(--str-chat__avatar-border-block-start);border-block-start:var(--str-chat__avatar-border-block-start);-webkit-border-after:var(--str-chat__avatar-border-block-end);border-block-end:var(--str-chat__avatar-border-block-end);-webkit-border-start:var(--str-chat__avatar-border-inline-start);border-inline-start:var(--str-chat__avatar-border-inline-start);-webkit-border-end:var(--str-chat__avatar-border-inline-end);border-inline-end:var(--str-chat__avatar-border-inline-end)}.str-chat__avatar.str-chat__avatar--no-letters{--str-chat-icon-color:var(--str-chat__avatar-color)}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);-webkit-border-before:var(--str-chat__avatar-border-block-start);border-block-start:var(--str-chat__avatar-border-block-start);-webkit-border-after:var(--str-chat__avatar-border-block-end);border-block-end:var(--str-chat__avatar-border-block-end);-webkit-border-start:var(--str-chat__avatar-border-inline-start);border-inline-start:var(--str-chat__avatar-border-inline-start);-webkit-border-end:var(--str-chat__avatar-border-inline-end);border-inline-end:var(--str-chat__avatar-border-inline-end);text-transform:uppercase}.str-chat__avatar .str-chat__avatar--online-indicator{background-color:var(--str-chat__avatar-online-indicator-color);border-radius:var(--str-chat__avatar-online-indicator-border-radius)}.str-chat__avatar-group,.str-chat__loading-channels-avatar{border-radius:var(--str-chat__avatar-border-radius)}.str-chat{--str-chat__attachment-list-border-radius:0;--str-chat__attachment-list-color:var(--str-chat__text-color);--str-chat__attachment-list-background-color:transparent;--str-chat__attachment-list-border-block-start:none;--str-chat__attachment-list-border-block-end:none;--str-chat__attachment-list-border-inline-start:none;--str-chat__attachment-list-border-inline-end:none;--str-chat__attachment-list-box-shadow:none;--str-chat__image-attachment-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__image-attachment-color:var(--str-chat__text-color);--str-chat__image-attachment-background-color:var(--str-chat__secondary-surface-color);--str-chat__image-attachment-border-block-start:none;--str-chat__image-attachment-border-block-end:none;--str-chat__image-attachment-border-inline-start:none;--str-chat__image-attachment-border-inline-end:none;--str-chat__image-attachment-box-shadow:none;--str-chat__image-gallery-attachment-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__image-gallery-attachment-color:var(--str-chat__text-color);--str-chat__image-gallery-attachment-background-color:transparent;--str-chat__image-gallery-attachment-border-block-start:none;--str-chat__image-gallery-attachment-border-block-end:none;--str-chat__image-gallery-attachment-border-inline-start:none;--str-chat__image-gallery-attachment-border-inline-end:none;--str-chat__image-gallery-attachment-box-shadow:none;--str-chat__image-gallery-attachment-overlay:var(--str-chat__secondary-overlay-color);--str-chat__image-gallery-attachment-overlay-text-color:var( --str-chat__secondary-overlay-text-color );--str-chat__card-attachment-border-radius:0;--str-chat__card-attachment-color:var(--str-chat__text-color);--str-chat__card-attachment-link-color:var(--str-chat__primary-color);--str-chat__card-attachment-background-color:transparent;--str-chat__card-attachment-border-block-start:none;--str-chat__card-attachment-border-block-end:none;--str-chat__card-attachment-border-inline-start:none;--str-chat__card-attachment-border-inline-end:none;--str-chat__card-attachment-box-shadow:none;--str-chat__file-attachment-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__file-attachment-color:var(--str-chat__text-color);--str-chat__file-attachment-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__file-attachment-background-color:var(--str-chat__secondary-background-color);--str-chat__file-attachment-border-block-start:none;--str-chat__file-attachment-border-block-end:none;--str-chat__file-attachment-border-inline-start:none;--str-chat__file-attachment-border-inline-end:none;--str-chat__file-attachment-box-shadow:none;--str-chat__geolocation-attachment-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__geolocation-attachment-color:var(--str-chat__text-color);--str-chat__geolocation-attachment-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__geolocation-attachment-background-color:var(--str-chat__secondary-background-color);--str-chat__geolocation-attachment-border-block-start:none;--str-chat__geolocation-attachment-border-block-end:none;--str-chat__geolocation-attachment-border-inline-start:none;--str-chat__geolocation-attachment-border-inline-end:none;--str-chat__geolocation-attachment-box-shadow:none;--str-chat__audio-attachment-widget-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__audio-attachment-widget-color:var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color:var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start:none;--str-chat__audio-attachment-widget-border-block-end:none;--str-chat__audio-attachment-widget-border-inline-start:none;--str-chat__audio-attachment-widget-border-inline-end:none;--str-chat__audio-attachment-widget-box-shadow:none;--str-chat__voice-recording-attachment-widget-border-radius:calc(var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin));--str-chat__voice-recording-attachment-widget-color:var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color:var( --str-chat__text-low-emphasis-color );--str-chat__voice-recording-attachment-widget-background-color:var( --str-chat__secondary-background-color );--str-chat__voice-recording-attachment-widget-border-block-start:none;--str-chat__voice-recording-attachment-widget-border-block-end:none;--str-chat__voice-recording-attachment-widget-border-inline-start:none;--str-chat__voice-recording-attachment-widget-border-inline-end:none;--str-chat__voice-recording-attachment-widget-box-shadow:none;--str-chat__audio-attachment-controls-button-border-radius:var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color:var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color:var( --str-chat__secondary-background-color );--str-chat__audio-attachment-controls-button-pressed-background-color:var( --str-chat__surface-color );--str-chat__audio-attachment-controls-button-border-block-start:none;--str-chat__audio-attachment-controls-button-border-block-end:none;--str-chat__audio-attachment-controls-button-border-inline-start:none;--str-chat__audio-attachment-controls-button-border-inline-end:none;--str-chat__audio-attachment-controls-button-box-shadow:var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius:0;--str-chat__attachment-actions-color:var(--str-chat__text-color);--str-chat__attachment-actions-background-color:transparent;--str-chat__attachment-actions-border-block-start:none;--str-chat__attachment-actions-border-block-end:none;--str-chat__attachment-actions-border-inline-start:none;--str-chat__attachment-actions-border-inline-end:none;--str-chat__attachment-actions-box-shadow:none;--str-chat__attachment-action-border-radius:0;--str-chat__attachment-action-color:var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color:var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end:var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow:none;--str-chat__attachment-action-active-color:var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);color:var(--str-chat__attachment-list-color);box-shadow:var(--str-chat__attachment-list-box-shadow);border-radius:var(--str-chat__attachment-list-border-radius);-webkit-border-before:var(--str-chat__attachment-list-border-block-start);border-block-start:var(--str-chat__attachment-list-border-block-start);-webkit-border-after:var(--str-chat__attachment-list-border-block-end);border-block-end:var(--str-chat__attachment-list-border-block-end);-webkit-border-start:var(--str-chat__attachment-list-border-inline-start);border-inline-start:var(--str-chat__attachment-list-border-inline-start);-webkit-border-end:var(--str-chat__attachment-list-border-inline-end);border-inline-end:var(--str-chat__attachment-list-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{background:var(--str-chat__image-attachment-background-color);color:var(--str-chat__image-attachment-color);box-shadow:var(--str-chat__image-attachment-box-shadow);border-radius:var(--str-chat__image-attachment-border-radius);-webkit-border-before:var(--str-chat__image-attachment-border-block-start);border-block-start:var(--str-chat__image-attachment-border-block-start);-webkit-border-after:var(--str-chat__image-attachment-border-block-end);border-block-end:var(--str-chat__image-attachment-border-block-end);-webkit-border-start:var(--str-chat__image-attachment-border-inline-start);border-inline-start:var(--str-chat__image-attachment-border-inline-start);-webkit-border-end:var(--str-chat__image-attachment-border-inline-end);border-inline-end:var(--str-chat__image-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);color:var(--str-chat__image-gallery-attachment-color);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);border-radius:var(--str-chat__image-gallery-attachment-border-radius);-webkit-border-before:var(--str-chat__image-gallery-attachment-border-block-start);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);-webkit-border-after:var(--str-chat__image-gallery-attachment-border-block-end);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);-webkit-border-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);-webkit-border-end:var(--str-chat__image-gallery-attachment-border-inline-end);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-image{background-color:var(--str-chat__image-attachment-background-color);border:0}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder{color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;border:none;font:var(--str-chat__headline2-text)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder:after{background-color:var(--str-chat__image-gallery-attachment-overlay)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7 0 25%,#f4f4f4 0 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-unsupported{background:var(--str-chat__file-attachment-background-color);color:var(--str-chat__file-attachment-color);box-shadow:var(--str-chat__file-attachment-box-shadow);border-radius:var(--str-chat__file-attachment-border-radius);-webkit-border-before:var(--str-chat__file-attachment-border-block-start);border-block-start:var(--str-chat__file-attachment-border-block-start);-webkit-border-after:var(--str-chat__file-attachment-border-block-end);border-block-end:var(--str-chat__file-attachment-border-block-end);-webkit-border-start:var(--str-chat__file-attachment-border-inline-start);border-inline-start:var(--str-chat__file-attachment-border-inline-start);-webkit-border-end:var(--str-chat__file-attachment-border-inline-end);border-inline-end:var(--str-chat__file-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-geolocation{background:var(--str-chat__geolocation-attachment-background-color);color:var(--str-chat__geolocation-attachment-color);box-shadow:var(--str-chat__geolocation-attachment-box-shadow);border-radius:var(--str-chat__geolocation-attachment-border-radius);-webkit-border-before:var(--str-chat__geolocation-attachment-border-block-start);border-block-start:var(--str-chat__geolocation-attachment-border-block-start);-webkit-border-after:var(--str-chat__geolocation-attachment-border-block-end);border-block-end:var(--str-chat__geolocation-attachment-border-block-end);-webkit-border-start:var(--str-chat__geolocation-attachment-border-inline-start);border-inline-start:var(--str-chat__geolocation-attachment-border-inline-start);-webkit-border-end:var(--str-chat__geolocation-attachment-border-inline-end);border-inline-end:var(--str-chat__geolocation-attachment-border-inline-end);overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{color:currentColor}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__stop-sharing-button{background:none;border:none;font:var(--str-chat__subtitle-medium-text);cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{font:var(--str-chat__caption-text)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-size{color:var(--str-chat__file-attachment-secondary-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-download-icon svg path{fill:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget{background:var(--str-chat__audio-attachment-widget-background-color);color:var(--str-chat__audio-attachment-widget-color);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);border-radius:var(--str-chat__audio-attachment-widget-border-radius);-webkit-border-before:var(--str-chat__audio-attachment-widget-border-block-start);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);-webkit-border-after:var(--str-chat__audio-attachment-widget-border-block-end);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);-webkit-border-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);-webkit-border-end:var(--str-chat__audio-attachment-widget-border-inline-end);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__disabled-color) var(--str-chat__message-attachment-audio-widget-progress));border-radius:calc(var(--str-chat__spacing-px)*5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background-color:var(--str-chat__primary-color);border-radius:inherit}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);-webkit-border-before:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);-webkit-border-after:var(--str-chat__audio-attachment-controls-button-border-block-end);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);-webkit-border-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);-webkit-border-end:var(--str-chat__audio-attachment-controls-button-border-inline-end);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);-webkit-border-before:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);-webkit-border-after:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);-webkit-border-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);-webkit-border-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget a{color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{box-shadow:0 2px 4px rgba(0,0,0,.25);border-radius:var(--str-chat__border-radius-circle);background-color:#fff;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);color:var(--str-chat__card-attachment-color);box-shadow:var(--str-chat__card-attachment-box-shadow);border-radius:var(--str-chat__card-attachment-border-radius);-webkit-border-before:var(--str-chat__card-attachment-border-block-start);border-block-start:var(--str-chat__card-attachment-border-block-start);-webkit-border-after:var(--str-chat__card-attachment-border-block-end);border-block-end:var(--str-chat__card-attachment-border-block-end);-webkit-border-start:var(--str-chat__card-attachment-border-inline-start);border-inline-start:var(--str-chat__card-attachment-border-inline-start);-webkit-border-end:var(--str-chat__card-attachment-border-inline-end);border-inline-end:var(--str-chat__card-attachment-border-inline-end);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link,.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--title{font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-card--audio img{border-bottom-left-radius:0;border-bottom-right-radius:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header .str-chat__message-attachment-card--source-link{background-color:var(--str-chat__audio-attachment-widget-background-color)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget{background-color:var(--str-chat__audio-attachment-widget-background-color);border-radius:0 0 calc(var(--str-chat__spacing-px)*14) calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-audio-widget--title{color:var(--str-chat__text-color);font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-actions{background:var(--str-chat__attachment-actions-background-color);color:var(--str-chat__attachment-actions-color);box-shadow:var(--str-chat__attachment-actions-box-shadow);border-radius:var(--str-chat__attachment-actions-border-radius);-webkit-border-before:var(--str-chat__attachment-actions-border-block-start);border-block-start:var(--str-chat__attachment-actions-border-block-start);-webkit-border-after:var(--str-chat__attachment-actions-border-block-end);border-block-end:var(--str-chat__attachment-actions-border-block-end);-webkit-border-start:var(--str-chat__attachment-actions-border-inline-start);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);-webkit-border-end:var(--str-chat__attachment-actions-border-inline-end);border-inline-end:var(--str-chat__attachment-actions-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);color:var(--str-chat__attachment-action-color);box-shadow:var(--str-chat__attachment-action-box-shadow);border-radius:var(--str-chat__attachment-action-border-radius);-webkit-border-before:var(--str-chat__attachment-action-border-block-start);border-block-start:var(--str-chat__attachment-action-border-block-start);-webkit-border-after:var(--str-chat__attachment-action-border-block-end);border-block-end:var(--str-chat__attachment-action-border-block-end);-webkit-border-start:var(--str-chat__attachment-action-border-inline-start);border-inline-start:var(--str-chat__attachment-action-border-inline-start);-webkit-border-end:var(--str-chat__attachment-action-border-inline-end);border-inline-end:var(--str-chat__attachment-action-border-inline-end);font:var(--str-chat__subtitle-medium-text);border-collapse:collapse}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:active{color:var(--str-chat__attachment-action-active-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:not(:last-of-type){-webkit-border-end:none;border-inline-end:none}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);-webkit-border-before:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);-webkit-border-after:var(--str-chat__audio-attachment-controls-button-border-block-end);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);-webkit-border-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);-webkit-border-end:var(--str-chat__audio-attachment-controls-button-border-inline-end);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__message-attachment-card.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);-webkit-border-before:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);-webkit-border-after:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);-webkit-border-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);-webkit-border-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{cursor:pointer}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar--active,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{color:var(--str-chat__attachment-list-color)}.str-chat__attachment-list-angular-host .str-chat__message-attachment-card--video-play{--str-chat-icon-color:var(--str-chat__text-color);background-color:var(--str-chat__secondary-background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat{--str-chat__attachment-preview-list-border-radius:var(--str-chat__border-radius-sm);--str-chat__attachment-preview-list-color:var(--str-chat__text-color);--str-chat__attachment-preview-list-background-color:transparent;--str-chat__attachment-preview-list-border-block-start:none;--str-chat__attachment-preview-list-border-block-end:none;--str-chat__attachment-preview-list-border-inline-start:none;--str-chat__attachment-preview-list-border-inline-end:none;--str-chat__attachment-preview-list-box-shadow:none;--str-chat__attachment-preview-close-icon-background:var(--str-chat__secondary-overlay-color);--str-chat__attachment-preview-close-icon-color:var(--str-chat__secondary-overlay-text-color);--str-chat__attachment-preview-retry-icon-color:var(--str-chat__primary-color);--str-chat__attachment-preview-download-icon-color:var(--str-chat__text-low-emphasis-color);--str-chat__attachment-preview-overlay-color:var(--str-chat__overlay-color);--str-chat__attachment-preview-image-border-radius:var(--str-chat__border-radius-sm);--str-chat__attachment-preview-image-color:var(--str-chat__text-color);--str-chat__attachment-preview-image-background-color:transparent;--str-chat__attachment-preview-image-border-block-start:none;--str-chat__attachment-preview-image-border-block-end:none;--str-chat__attachment-preview-image-border-inline-start:none;--str-chat__attachment-preview-image-border-inline-end:none;--str-chat__attachment-preview-image-box-shadow:none;--str-chat__attachment-preview-file-border-radius:var(--str-chat__border-radius-md);--str-chat__attachment-preview-file-color:var(--str-chat__text-color);--str-chat__attachment-preview-file-background-color:transparent;--str-chat__attachment-preview-file-border-block-start:1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-block-end:1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-start:1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-end:1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-box-shadow:none}.str-chat__attachment-preview-list{background:var(--str-chat__attachment-preview-list-background-color);color:var(--str-chat__attachment-preview-list-color);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);border-radius:var(--str-chat__attachment-preview-list-border-radius);-webkit-border-before:var(--str-chat__attachment-preview-list-border-block-start);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);-webkit-border-after:var(--str-chat__attachment-preview-list-border-block-end);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);-webkit-border-start:var(--str-chat__attachment-preview-list-border-inline-start);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);-webkit-border-end:var(--str-chat__attachment-preview-list-border-inline-end);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{border-radius:inherit}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{background:var(--str-chat__attachment-preview-image-background-color);color:var(--str-chat__attachment-preview-image-color);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);border-radius:var(--str-chat__attachment-preview-image-border-radius);-webkit-border-before:var(--str-chat__attachment-preview-image-border-block-start);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);-webkit-border-after:var(--str-chat__attachment-preview-image-border-block-end);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);-webkit-border-start:var(--str-chat__attachment-preview-image-border-inline-start);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);-webkit-border-end:var(--str-chat__attachment-preview-image-border-inline-end);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{border-radius:var(--str-chat__attachment-preview-image-border-radius);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__location-preview{background:var(--str-chat__attachment-preview-file-background-color);color:var(--str-chat__attachment-preview-file-color);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);border-radius:var(--str-chat__attachment-preview-file-border-radius);-webkit-border-before:var(--str-chat__attachment-preview-file-border-block-start);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);-webkit-border-after:var(--str-chat__attachment-preview-file-border-block-end);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);-webkit-border-start:var(--str-chat__attachment-preview-file-border-inline-start);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);-webkit-border-end:var(--str-chat__attachment-preview-file-border-inline-end);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-subtitle,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-subtitle{font:var(--str-chat__caption-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-download{--str-chat-icon-color:var(--str-chat__attachment-preview-download-icon-color);text-decoration:none}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__location-preview .str-chat__location-preview-image{color:var(--str-chat__active-primary-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color:var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{background:none;border:none;cursor:pointer}.str-chat__audio_recorder button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button{--str-chat-icon-color:var(--str-chat__text-low-emphasis-color);color:var(--str-chat__text-low-emphasis-color)}.str-chat__audio_recorder .str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-color:var(--str-chat__text-low-emphasis-color);box-shadow:none;border:none}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button{--str-chat-icon-color:var(--str-chat__danger-color);color:var(--str-chat__danger-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button{border:3px solid var(--str-chat__danger-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button{--str-chat-icon-color:var(--str-chat__on-primary-color);border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-color)}.str-chat{--str-chat__autocomplete-menu-border-radius:var(--str-chat__border-radius-xs);--str-chat__autocomplete-menu-color:var(--str-chat__text-color);--str-chat__autocomplete-menu-background-color:var(--str-chat__secondary-background-color);--str-chat__autocomplete-menu-border-block-start:none;--str-chat__autocomplete-menu-border-block-end:none;--str-chat__autocomplete-menu-border-inline-start:none;--str-chat__autocomplete-menu-border-inline-end:none;--str-chat__autocomplete-menu-box-shadow:0 0 8px rgba(0,0,0,.15);--str-chat__autocomplete-active-background-color:var(--str-chat__surface-color);--str-chat__suggestion-list-container-border-radius:var(--str-chat__border-radius-xs);--str-chat__suggestion-list-container-color:var(--str-chat__text-color);--str-chat__suggestion-list-container-background-color:var( --str-chat__secondary-background-color );--str-chat__suggestion-list-container-border-block-start:none;--str-chat__suggestion-list-container-border-block-end:none;--str-chat__suggestion-list-container-border-inline-start:none;--str-chat__suggestion-list-container-border-inline-end:none;--str-chat__suggestion-list-container-box-shadow:0 0 8px rgba(0,0,0,.15);--str-chat__suggestion-list-item--selected-background-color:var(--str-chat__surface-color);--str-chat__slash-command-border-radius:0;--str-chat__slash-command-color:var(--str-chat__text-color);--str-chat__slash-command-background-color:transparent;--str-chat__slash-command-border-block-start:none;--str-chat__slash-command-border-block-end:none;--str-chat__slash-command-border-inline-start:none;--str-chat__slash-command-border-inline-end:none;--str-chat__slash-command-box-shadow:none;--str-chat__slash-command-args-color:var(--str-chat__text-low-emphasis-color);--str-chat__mention-list-user-item-border-radius:0;--str-chat__mention-list-user-item-color:var(--str-chat__text-color);--str-chat__mention-list-user-item-background-color:transparent;--str-chat__mention-list-user-item-border-block-start:none;--str-chat__mention-list-user-item-border-block-end:none;--str-chat__mention-list-user-item-border-inline-start:none;--str-chat__mention-list-user-item-border-inline-end:none;--str-chat__mention-list-user-item-box-shadow:none;--str-chat__mention-list-user-item-at-sign-color:var(--str-chat__primary-color);--str-chat__mention-list-emoji-item-font-family:var(--str-chat__font-family);--str-chat__mention-list-emoji-item-border-radius:0;--str-chat__mention-list-emoji-item-color:var(--str-chat__text-color);--str-chat__mention-list-emoji-item-background-color:transparent;--str-chat__mention-list-emoji-item-border-block-start:none;--str-chat__mention-list-emoji-item-border-block-end:none;--str-chat__mention-list-emoji-item-border-inline-start:none;--str-chat__mention-list-emoji-item-border-inline-end:none;--str-chat__mention-list-emoji-item-box-shadow:none}.mention-menu{background:var(--str-chat__autocomplete-menu-background-color)!important;color:var(--str-chat__autocomplete-menu-color)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;-webkit-border-before:var(--str-chat__autocomplete-menu-border-block-start)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;-webkit-border-after:var(--str-chat__autocomplete-menu-border-block-end)!important;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;-webkit-border-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;-webkit-border-end:var(--str-chat__autocomplete-menu-border-inline-end)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{color:var(--str-chat__autocomplete-menu-color)!important;background-color:transparent!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);color:var(--str-chat__slash-command-color);box-shadow:var(--str-chat__slash-command-box-shadow);border-radius:var(--str-chat__slash-command-border-radius);-webkit-border-before:var(--str-chat__slash-command-border-block-start);border-block-start:var(--str-chat__slash-command-border-block-start);-webkit-border-after:var(--str-chat__slash-command-border-block-end);border-block-end:var(--str-chat__slash-command-border-block-end);-webkit-border-start:var(--str-chat__slash-command-border-inline-start);border-inline-start:var(--str-chat__slash-command-border-inline-start);-webkit-border-end:var(--str-chat__slash-command-border-inline-end);border-inline-end:var(--str-chat__slash-command-border-inline-end);text-align:left;font:var(--str-chat__subtitle-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{text-transform:capitalize;font:var(--str-chat__subtitle2-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{color:var(--str-chat__slash-command-args-color);font:var(--str-chat__subtitle-text)}.str-chat__user-item{background:var(--str-chat__mention-list-user-item-background-color);color:var(--str-chat__mention-list-user-item-color);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);border-radius:var(--str-chat__mention-list-user-item-border-radius);-webkit-border-before:var(--str-chat__mention-list-user-item-border-block-start);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);-webkit-border-after:var(--str-chat__mention-list-user-item-border-block-end);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);-webkit-border-start:var(--str-chat__mention-list-user-item-border-inline-start);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);-webkit-border-end:var(--str-chat__mention-list-user-item-border-inline-end);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{font:var(--str-chat__subtitle2-text);color:var(--str-chat__mention-list-user-item-at-sign-color)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);color:var(--str-chat__mention-list-emoji-item-color);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);-webkit-border-before:var(--str-chat__mention-list-emoji-item-border-block-start);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);-webkit-border-after:var(--str-chat__mention-list-emoji-item-border-block-end);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);-webkit-border-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);-webkit-border-end:var(--str-chat__mention-list-emoji-item-border-inline-end);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end)}.str-chat__emoji-item .str-chat__emoji-item--name{font:var(--str-chat__subtitle-text)}.str-chat__suggestion-list-container{background:var(--str-chat__suggestion-list-container-background-color);color:var(--str-chat__suggestion-list-container-color);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);border-radius:var(--str-chat__suggestion-list-container-border-radius);-webkit-border-before:var(--str-chat__suggestion-list-container-border-block-start);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);-webkit-border-after:var(--str-chat__suggestion-list-container-border-block-end);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);-webkit-border-start:var(--str-chat__suggestion-list-container-border-inline-start);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);-webkit-border-end:var(--str-chat__suggestion-list-container-border-inline-end);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end)}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-list-item>a{text-decoration:none}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-item--selected{background-color:var(--str-chat__suggestion-list-item--selected-background-color)}.str-chat__suggestion-list-container .str-chat__suggestion-list--react .str-chat__suggestion-list-item>button{background:none;border:none;text-decoration:none}.str-chat__base-image{color:transparent}.str-chat__base-image--load-failed{mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem;background-color:var(--str-chat__disabled-color)}.str-chat__base-image--load-failed~.str-chat__message-attachment-file--item-download .str-chat__message-attachment-download-icon path{fill:var(--str-chat__text-color)}.str-chat__attachment-preview-image .str-chat__base-image--load-failed{mask-size:1.5rem 1.5rem;-webkit-mask-size:1.5rem 1.5rem}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error{background-color:var(--str-chat__secondary-surface-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error .str-chat__attachment-preview-thumbnail.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color)}.str-chat{--str-chat__channel-border-radius:0;--str-chat__channel-color:var(--str-chat__text-color);--str-chat__channel-background-color:var(--str-chat__background-color);--str-chat__channel-box-shadow:none;--str-chat__channel-border-block-start:none;--str-chat__channel-border-block-end:none;--str-chat__channel-border-inline-start:none;--str-chat__channel-border-inline-end:none;--str-chat__channel-empty-indicator-color:var(--str-chat__disabled-color);--str-chat__channel-empty-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-loading-state-color:var(--str-chat__disabled-color)}.str-chat__channel,.str-chat__empty-channel{background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);-webkit-border-before:var(--str-chat__channel-border-block-start);border-block-start:var(--str-chat__channel-border-block-start);-webkit-border-after:var(--str-chat__channel-border-block-end);border-block-end:var(--str-chat__channel-border-block-end);-webkit-border-start:var(--str-chat__channel-border-inline-start);border-inline-start:var(--str-chat__channel-border-inline-start);-webkit-border-end:var(--str-chat__channel-border-inline-end);border-inline-end:var(--str-chat__channel-border-inline-end)}.str-chat__empty-channel{--str-chat-icon-color:var(--str-chat__channel-empty-color);font:var(--str-chat__headline-text);text-align:center}.str-chat__empty-channel svg path{fill:var(--str-chat__channel-empty-indicator-color)}.str-chat__empty-channel .str-chat__empty-channel-text{color:var(--str-chat__channel-empty-color)}.str-chat__loading-channel{-webkit-animation:pulsate 1s linear 0s infinite alternate;animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channel:nth-of-type(2){-webkit-animation:pulsate 1s linear .3334s infinite alternate;animation:pulsate 1s linear .3334s infinite alternate}.str-chat__loading-channel:last-of-type{-webkit-animation:pulsate 1s linear .6667s infinite alternate;animation:pulsate 1s linear .6667s infinite alternate}@-webkit-keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat__loading-channel .str-chat__loading-channel-header{background-color:var(--str-chat__channel-header-background-color)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-info,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__border-radius-xs)}.str-chat__loading-channel .str-chat__loading-channel-message-list{background-color:var(--str-chat__message-list-background-color)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-date,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-sender,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-text{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__message-bubble-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input,.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0,var(--str-chat__channel-loading-state-color) 100%)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{border-radius:var(--str-chat__message-textarea-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{border-radius:var(--str-chat__message-send-border-radius)}.str-chat{--str-chat__channel-header-border-radius:0;--str-chat__channel-header-color:0;--str-chat__channel-header-background-color:var(--str-chat__secondary-background-color);--str-chat__channel-header-border-block-start:none;--str-chat__channel-header-border-block-end:none;--str-chat__channel-header-border-inline-start:none;--str-chat__channel-header-border-inline-end:none;--str-chat__channel-header-box-shadow:none;--str-chat__channel-header-info-color:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-header{background:var(--str-chat__channel-header-background-color);color:var(--str-chat__channel-header-color);box-shadow:var(--str-chat__channel-header-box-shadow);border-radius:var(--str-chat__channel-header-border-radius);-webkit-border-before:var(--str-chat__channel-header-border-block-start);border-block-start:var(--str-chat__channel-header-border-block-start);-webkit-border-after:var(--str-chat__channel-header-border-block-end);border-block-end:var(--str-chat__channel-header-border-block-end);-webkit-border-start:var(--str-chat__channel-header-border-inline-start);border-inline-start:var(--str-chat__channel-header-border-inline-start);-webkit-border-end:var(--str-chat__channel-header-border-inline-end);border-inline-end:var(--str-chat__channel-header-border-inline-end)}.str-chat__channel-header .str-chat__channel-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-header .str-chat__channel-header-info{font:var(--str-chat__body-text);color:var(--str-chat__channel-header-info-color)}.str-chat{--str-chat__channel-list-border-radius:0;--str-chat__channel-list-color:var(--str-chat__text-color);--str-chat__channel-list-background-color:var(--str-chat__secondary-background-color);--str-chat__channel-list-box-shadow:none;--str-chat__channel-list-border-block-start:none;--str-chat__channel-list-border-block-end:none;--str-chat__channel-list-border-inline-start:none;--str-chat__channel-list-border-inline-end:1px solid var(--str-chat__surface-color);--str-chat__channel-list-load-more-border-radius:var(--str-chat__cta-button-border-radius);--str-chat__channel-list-load-more-color:var(--str-chat__cta-button-color);--str-chat__channel-list-load-more-background-color:var(--str-chat__cta-button-background-color);--str-chat__channel-list-load-more-box-shadow:var(--str-chat__cta-button-box-shadow);--str-chat__channel-list-load-more-border-block-start:var( --str-chat__cta-button-border-block-start );--str-chat__channel-list-load-more-border-block-end:var(--str-chat__cta-button-border-block-end);--str-chat__channel-list-load-more-border-inline-start:var( --str-chat__cta-button-border-inline-start );--str-chat__channel-list-load-more-border-inline-end:var( --str-chat__cta-button-border-inline-end );--str-chat__channel-list-load-more-pressed-background-color:var( --str-chat__cta-button-pressed-background-color );--str-chat__channel-list-load-more-disabled-background-color:var( --str-chat__cta-button-disabled-background-color );--str-chat__channel-list-load-more-disabled-color:var(--str-chat__cta-button-disabled-color);--str-chat__channel-list-empty-indicator-color:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-list{background:var(--str-chat__channel-list-background-color);color:var(--str-chat__channel-list-color);box-shadow:var(--str-chat__channel-list-box-shadow);border-radius:var(--str-chat__channel-list-border-radius);-webkit-border-before:var(--str-chat__channel-list-border-block-start);border-block-start:var(--str-chat__channel-list-border-block-start);-webkit-border-after:var(--str-chat__channel-list-border-block-end);border-block-end:var(--str-chat__channel-list-border-block-end);-webkit-border-start:var(--str-chat__channel-list-border-inline-start);border-inline-start:var(--str-chat__channel-list-border-inline-start);-webkit-border-end:var(--str-chat__channel-list-border-inline-end);border-inline-end:var(--str-chat__channel-list-border-inline-end)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);color:var(--str-chat__channel-list-load-more-color);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);border-radius:var(--str-chat__channel-list-load-more-border-radius);-webkit-border-before:var(--str-chat__channel-list-load-more-border-block-start);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);-webkit-border-after:var(--str-chat__channel-list-load-more-border-block-end);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);-webkit-border-start:var(--str-chat__channel-list-load-more-border-inline-start);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);-webkit-border-end:var(--str-chat__channel-list-load-more-border-inline-end);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);width:80%}.str-chat__channel-list .str-chat__load-more-button__button:active{background-color:var(--str-chat__channel-list-load-more-pressed-background-color)}.str-chat__channel-list .str-chat__load-more-button__button:disabled{background-color:var(--str-chat__channel-list-load-more-disabled-background-color);color:var(--str-chat__channel-list-load-more-disabled-color)}.str-chat__channel-list .str-chat__channel-list-empty{--str-chat-icon-color:var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center;color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius:0;--str-chat__channel-preview-color:var(--str-chat__text-color);--str-chat__channel-preview-background-color:transparent;--str-chat__channel-preview-border-block-start:none;--str-chat__channel-preview-border-block-end:none;--str-chat__channel-preview-border-inline-start:none;--str-chat__channel-preview-border-inline-end:none;--str-chat__channel-preview-active-background-color:var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color:var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color:var( --str-chat__text-low-emphasis-color );--str-chat__channel-preview-loading-state-color:var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color:var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color:var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius:var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start:none;--str-chat__channel-preview-unread-badge-border-block-end:none;--str-chat__channel-preview-unread-badge-border-inline-start:none;--str-chat__channel-preview-unread-badge-border-inline-end:none;--str-chat__channel-preview-message-status-color:var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color:var(--str-chat__message-secondary-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button{--str-chat-icon-color:var(--str-chat__text-low-emphasis-color);border:none;background-color:transparent}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--pin.str-chat__channel-preview__action-button--active{--str-chat-icon-color:var(--str-chat__unread-badge-color)}.str-chat__channel-preview-container .str-chat__channel-preview__action-buttons .str-chat__channel-preview__action-button--archive.str-chat__channel-preview__action-button--active{--str-chat-icon-color:var(--str-chat__text-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);color:var(--str-chat__channel-preview-color);box-shadow:var(--str-chat__channel-preview-box-shadow);border-radius:var(--str-chat__channel-preview-border-radius);-webkit-border-before:var(--str-chat__channel-preview-border-block-start);border-block-start:var(--str-chat__channel-preview-border-block-start);-webkit-border-after:var(--str-chat__channel-preview-border-block-end);border-block-end:var(--str-chat__channel-preview-border-block-end);-webkit-border-start:var(--str-chat__channel-preview-border-inline-start);border-inline-start:var(--str-chat__channel-preview-border-inline-start);-webkit-border-end:var(--str-chat__channel-preview-border-inline-end);border-inline-end:var(--str-chat__channel-preview-border-inline-end)}.str-chat__channel-preview--active,.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-preview:hover{background-color:var(--str-chat__channel-preview-hover-background-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{background:var(--str-chat__channel-preview-unread-badge-background-color);color:var(--str-chat__channel-preview-unread-badge-color);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);-webkit-border-before:var(--str-chat__channel-preview-unread-badge-border-block-start);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);-webkit-border-after:var(--str-chat__channel-preview-unread-badge-border-block-end);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);-webkit-border-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);-webkit-border-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{font:var(--str-chat__body-text);color:var(--str-chat__channel-preview-latest-message-secondary-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row--active .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end-first-row:hover .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status{--str-chat-icon-color:var(--str-chat__channel-preview-message-status-color);color:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status svg path{fill:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--time{color:var(--str-chat__channel-preview-message-time-color);font:var(--str-chat__caption-text)}.str-chat__channel-preview-loading{-webkit-animation:pulsate 1s linear 0s infinite alternate;animation:pulsate 1s linear 0s infinite alternate}.str-chat__channel-preview-loading:nth-of-type(2){-webkit-animation:pulsate 1s linear .3334s infinite alternate;animation:pulsate 1s linear .3334s infinite alternate}.str-chat__channel-preview-loading:last-of-type{-webkit-animation:pulsate 1s linear .6667s infinite alternate;animation:pulsate 1s linear .6667s infinite alternate}.str-chat__channel-preview-loading .str-chat__loading-channels-avatar,.str-chat__channel-preview-loading .str-chat__loading-channels-status,.str-chat__channel-preview-loading .str-chat__loading-channels-username{background-image:linear-gradient(-90deg,var(--str-chat__channel-preview-loading-state-color) 0,var(--str-chat__channel-preview-loading-state-color) 100%)}.str-chat__channel-preview-loading .str-chat__loading-channels-status,.str-chat__channel-preview-loading .str-chat__loading-channels-username{border-radius:var(--str-chat__border-radius-xs)}.str-chat{--str-chat__channel-search-input-color:var(--str-chat__text-color);--str-chat__channel-search-input-placeholder-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-icon-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-border-block-start:none;--str-chat__channel-search-input-border-block-end:none;--str-chat__channel-search-input-border-inline-start:none;--str-chat__channel-search-input-border-inline-end:none;--str-chat__channel-search-input-wrapper-border-radius:var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-background-color:transparent;--str-chat__channel-search-input-wrapper-border-block-start:var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-start:var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-end:var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-radius:var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-active-background-color:transparent;--str-chat__channel-search-input-wrapper-active-border-block-start:var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-block-end:var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-start:var( --str-chat__primary-color ) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-end:var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-result-background-color:transparent;--str-chat__channel-search-result-border-block-start:none;--str-chat__channel-search-result-border-block-end:none;--str-chat__channel-search-result-border-inline-start:none;--str-chat__channel-search-result-border-inline-end:none;--str-chat__channel-search-result-hover-background-color:var( --str-chat__secondary-surface-color );--str-chat__channel-search-result-list-color:var(--str-chat__text-color);--str-chat__channel-search-result-list-background-color:var(--str-chat__secondary-background-color);--str-chat__channel-search-result-list-border-block-start:none;--str-chat__channel-search-result-list-border-block-end:none;--str-chat__channel-search-result-list-border-inline-start:none;--str-chat__channel-search-result-list-border-inline-end:none;--str-chat__channel-search-result-list-popup-box-shadow:0 4px 4px var(--str-chat__box-shadow-color);--str-chat__channel-search-results-header-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-header-background-color:var(--str-chat__background-color);--str-chat__channel-search-results-header-border-block-start:none;--str-chat__channel-search-results-header-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-header-border-inline-start:none;--str-chat__channel-search-results-header-border-inline-end:none;--str-chat__channel-search-results-loading-indicator-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-loading-indicator-background-color:var(--str-chat__background-color);--str-chat__channel-search-results-loading-indicator-border-block-start:none;--str-chat__channel-search-results-loading-indicator-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-loading-indicator-border-inline-start:none;--str-chat__channel-search-results-loading-indicator-border-inline-end:none;--str-chat__channel-search-results-empty-color:var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-empty-icon-color:var(--str-chat__disabled-color);--str-chat__channel-search-results-empty-background-color:var(--str-chat__background-color);--str-chat__channel-search-results-empty-border-block-start:none;--str-chat__channel-search-results-empty-border-block-end:none;--str-chat__channel-search-results-empty-border-inline-start:none;--str-chat__channel-search-results-empty-border-inline-end:none}.str-chat__channel-search-input--wrapper{background:var(--str-chat__channel-search-input-wrapper-background-color);color:var(--str-chat__channel-search-input-wrapper-color);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);-webkit-border-before:var(--str-chat__channel-search-input-wrapper-border-block-start);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);-webkit-border-after:var(--str-chat__channel-search-input-wrapper-border-block-end);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);-webkit-border-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-input-wrapper-border-inline-end);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);color:var(--str-chat__channel-search-input-color);box-shadow:var(--str-chat__channel-search-input-box-shadow);border-radius:var(--str-chat__channel-search-input-border-radius);-webkit-border-before:var(--str-chat__channel-search-input-border-block-start);border-block-start:var(--str-chat__channel-search-input-border-block-start);-webkit-border-after:var(--str-chat__channel-search-input-border-block-end);border-block-end:var(--str-chat__channel-search-input-border-block-end);-webkit-border-start:var(--str-chat__channel-search-input-border-inline-start);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-input-border-inline-end);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:transparent}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);color:var(--str-chat__channel-search-input-wrapper-active-color);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);-webkit-border-before:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);-webkit-border-after:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);-webkit-border-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--icon svg path{fill:var(--str-chat__primary-color)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--clear-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-search-results-header{background:var(--str-chat__channel-search-results-header-background-color);color:var(--str-chat__channel-search-results-header-color);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);border-radius:var(--str-chat__channel-search-results-header-border-radius);-webkit-border-before:var(--str-chat__channel-search-results-header-border-block-start);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);-webkit-border-after:var(--str-chat__channel-search-results-header-border-block-end);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);-webkit-border-start:var(--str-chat__channel-search-results-header-border-inline-start);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-results-header-border-inline-end);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);color:var(--str-chat__channel-search-result-list-color);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);border-radius:var(--str-chat__channel-search-result-list-border-radius);-webkit-border-before:var(--str-chat__channel-search-result-list-border-block-start);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);-webkit-border-after:var(--str-chat__channel-search-result-list-border-block-end);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);-webkit-border-start:var(--str-chat__channel-search-result-list-border-inline-start);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-result-list-border-inline-end);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end)}.str-chat__channel-search-result-list.popup{box-shadow:var(--str-chat__channel-search-result-list-popup-box-shadow)}.str-chat__channel-search-result-list .str-chat__channel-search-container-searching{background:var(--str-chat__channel-search-results-loading-indicator-background-color);color:var(--str-chat__channel-search-results-loading-indicator-color);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);-webkit-border-before:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);-webkit-border-after:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);-webkit-border-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);color:var(--str-chat__channel-search-results-empty-color);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);border-radius:var(--str-chat__channel-search-results-empty-border-radius);-webkit-border-before:var(--str-chat__channel-search-results-empty-border-block-start);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);-webkit-border-after:var(--str-chat__channel-search-results-empty-border-block-end);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);-webkit-border-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-results-empty-border-inline-end);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg path{fill:var(--str-chat__channel-search-results-empty-icon-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result{background:var(--str-chat__channel-search-result-background-color);color:var(--str-chat__channel-search-result-color);box-shadow:var(--str-chat__channel-search-result-box-shadow);border-radius:var(--str-chat__channel-search-result-border-radius);-webkit-border-before:var(--str-chat__channel-search-result-border-block-start);border-block-start:var(--str-chat__channel-search-result-border-block-start);-webkit-border-after:var(--str-chat__channel-search-result-border-block-end);border-block-end:var(--str-chat__channel-search-result-border-block-end);-webkit-border-start:var(--str-chat__channel-search-result-border-inline-start);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);-webkit-border-end:var(--str-chat__channel-search-result-border-inline-end);border-inline-end:var(--str-chat__channel-search-result-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result--focused,.str-chat__channel-search-result-list .str-chat__channel-search-result:hover{background-color:var(--str-chat__channel-search-result-hover-background-color)}.str-chat{--str-chat__dialog-menu-border-radius:var(--str-chat__border-radius-sm);--str-chat__dialog-menu-color:var(--str-chat__text-color);--str-chat__dialog-menu-background-color:var(--str-chat__secondary-background-color);--str-chat__dialog-menu-border-block-start:none;--str-chat__dialog-menu-border-block-end:none;--str-chat__dialog-menu-border-inline-start:none;--str-chat__dialog-menu-border-inline-end:none;--str-chat__dialog-menu-box-shadow:0 0 8px var(--str-chat__box-shadow-color);--str-chat__dialog-menu-button-border-radius:0;--str-chat__dialog-menu-button-color:var(--str-chat__text-color);--str-chat__dialog-menu-button-background-color:transparent;--str-chat__dialog-menu-button-hover-background-color:var(--str-chat__secondary-surface-color);--str-chat__dialog-menu-button-border-block-start:none;--str-chat__dialog-menu-button-border-block-end:none;--str-chat__dialog-menu-button-border-inline-start:none;--str-chat__dialog-menu-button-border-inline-end:none;--str-chat__dialog-menu-button-box-shadow:none}.str-chat__dialog .str-chat__dialog__title{font:var(--str-chat__subtitle-medium-text)}.str-chat__dialog .str-chat__dialog__prompt{font:var(--str-chat__subtitle-text)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button{cursor:pointer;font:var(--str-chat__body-medium-text);color:var(--str-chat__primary-color)}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit{text-transform:uppercase}.str-chat__dialog .str-chat__dialog__controls .str-chat__dialog__controls-button--submit:disabled{color:var(--str-chat__disabled-color)}.str-chat__prompt-dialog input[type=text]{font:var(--str-chat__subtitle-text);border-radius:20px;border:1px solid var(--str-chat__primary-color)}.str-chat__dialog-menu{background:var(--str-chat__dialog-menu-background-color);color:var(--str-chat__dialog-menu-color);box-shadow:var(--str-chat__dialog-menu-box-shadow);border-radius:var(--str-chat__dialog-menu-border-radius);-webkit-border-before:var(--str-chat__dialog-menu-border-block-start);border-block-start:var(--str-chat__dialog-menu-border-block-start);-webkit-border-after:var(--str-chat__dialog-menu-border-block-end);border-block-end:var(--str-chat__dialog-menu-border-block-end);-webkit-border-start:var(--str-chat__dialog-menu-border-inline-start);border-inline-start:var(--str-chat__dialog-menu-border-inline-start);-webkit-border-end:var(--str-chat__dialog-menu-border-inline-end);border-inline-end:var(--str-chat__dialog-menu-border-inline-end)}.str-chat__dialog-menu .str-chat__dialog-menu__button{background:var(--str-chat__dialog-menu-button-background-color);color:var(--str-chat__dialog-menu-button-color);box-shadow:var(--str-chat__dialog-menu-button-box-shadow);border-radius:var(--str-chat__dialog-menu-button-border-radius);-webkit-border-before:var(--str-chat__dialog-menu-button-border-block-start);border-block-start:var(--str-chat__dialog-menu-button-border-block-start);-webkit-border-after:var(--str-chat__dialog-menu-button-border-block-end);border-block-end:var(--str-chat__dialog-menu-button-border-block-end);-webkit-border-start:var(--str-chat__dialog-menu-button-border-inline-start);border-inline-start:var(--str-chat__dialog-menu-button-border-inline-start);-webkit-border-end:var(--str-chat__dialog-menu-button-border-inline-end);border-inline-end:var(--str-chat__dialog-menu-button-border-inline-end);cursor:pointer;font:var(--str-chat__subtitle-text)}.str-chat__dialog-menu .str-chat__dialog-menu__button:focus,.str-chat__dialog-menu .str-chat__dialog-menu__button:hover{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat{--str-chat__drag-and-drop-container-border-block-start:2px solid transparent;--str-chat__drag-and-drop-container-border-block-end:2px solid transparent;--str-chat__drag-and-drop-container-on-dragover-border-block-start:2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-block-end:2px solid var(--str-chat__primary-color);--str-chat__drag-and-drop-container-on-dragover-border-inline-start:none;--str-chat__drag-and-drop-container-on-dragover-border-inline-end:none}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:transparent}.str-chat__drag-and-drop-container__item{border-bottom:var(--str-chat__drag-and-drop-container-border-block-start);border-top:var(--str-chat__drag-and-drop-container-border-block-start)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{border-bottom:var(--str-chat__drag-and-drop-container-on-dragover-border-block-end)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{border-top:var(--str-chat__drag-and-drop-container-on-dragover-border-block-start)}.str-chat{--str-chat__dropzone-container-color:var(--str-chat__on-primary-color);--str-chat__dropzone-container-background-color:var(--str-chat__primary-overlay-color);--str-chat__dropzone-container-backdrop-filter:blur(3px)}.str-chat__dropzone-container{background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);-webkit-backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__edit-message-modal-button-border-radius:none;--str-chat__edit-message-modal-send-button-color:var(--str-chat__primary-color);--str-chat__edit-message-modal-cancel-button-color:var(--str-chat__text-low-emphasis-color);--str-chat__edit-message-modal-button-background-color:transparent;--str-chat__edit-message-modal-button-border-block-start:none;--str-chat__edit-message-modal-button-border-block-end:none;--str-chat__edit-message-modal-button-border-inline-start:none;--str-chat__edit-message-modal-button-border-inline-end:none;--str-chat__edit-message-modal-button-box-shadow:none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{background:var(--str-chat__edit-message-modal-button-background-color);color:var(--str-chat__edit-message-modal-button-color);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);border-radius:var(--str-chat__edit-message-modal-button-border-radius);-webkit-border-before:var(--str-chat__edit-message-modal-button-border-block-start);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);-webkit-border-after:var(--str-chat__edit-message-modal-button-border-block-end);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);-webkit-border-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);-webkit-border-end:var(--str-chat__edit-message-modal-button-border-inline-end);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{text-transform:capitalize;color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{text-transform:uppercase;color:var(--str-chat__edit-message-modal-send-button-color)}.str-chat input::-webkit-inner-spin-button,.str-chat input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.str-chat input[type=number]{-moz-appearance:textfield}.str-chat__form-field-error{font-size:.75rem;color:var(--str-chat__danger-color)}.str-chat__form__switch-field{background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__form__switch-field,.str-chat__form__switch-field label{cursor:pointer}.str-chat__form__switch-field label{display:flex;gap:.5rem}.str-chat__form__switch-field .str-chat__form__switch-field__switch{cursor:pointer;background-color:var(--str-chat__text-low-emphasis-color);border-radius:100px}.str-chat__form__switch-field .str-chat__form__switch-field__switch .str-chat__form__switch-field__switch-handle{border-radius:var(--str-chat__border-radius-circle);background-color:var(--str-chat__disabled-color)}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on{background-color:var(--str-chat__green600)}.str-chat__form__switch-field .str-chat__form__switch-field__switch.str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:var(--str-chat__background-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled,.str-chat__form__switch-field--disabled .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch,.str-chat__form__switch-field--disabled label{cursor:not-allowed}.str-chat__dropdown .str-chat__dropdown__open-button{background:none;border:none;cursor:pointer}.str-chat__dropdown .str-chat__dropdown__items{background-color:var(--str-chat__background-color)}.str-chat{--str-chat-icon-color:var(--str-chat__text-color)}.str-chat__icon{color:var(--str-chat-icon-color)}.str-chat__icon--error{--str-chat-icon-color:var(--str-chat__danger-color)}.str-chat{--str-chat__image-carousel-stepper-color:var(--str-chat__text-color)}@media only screen and (max-device-width:768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{border-radius:0}}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-color:var(--str-chat__image-carousel-stepper-color);cursor:pointer}.str-chat__image-carousel .str-chat__image-carousel-stepper svg path{fill:var(--str-chat__image-carousel-stepper-color)}.str-chat{--str-chat__link-preview-loading-state-color:var(--str-chat__disabled-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content{border-left:2px solid var(--str-chat__primary-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__body-medium-text)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{font:var(--str-chat__caption-text)}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title{background-image:linear-gradient(-90deg,var(--str-chat__link-preview-loading-state-color) 0,var(--str-chat__link-preview-loading-state-color) 100%);-webkit-animation:pulsate 1s linear 0s infinite alternate;animation:pulsate 1s linear 0s infinite alternate;border-radius:calc(var(--str-chat__spacing-px)*3)}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:nth-of-type(2),.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:nth-of-type(2){-webkit-animation:pulsate 1s linear .3334s infinite alternate;animation:pulsate 1s linear .3334s infinite alternate}.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-description:last-of-type,.str-chat__link-preview-card--loading .str-chat__link-preview-card__content-title:last-of-type{-webkit-animation:pulsate 1s linear .6667s infinite alternate;animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat{--str-chat__loading-indicator-color:var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat__share-location-dialog .str-chat__live-location-activation{border-radius:var(--str-chat__border-radius-sm);border:1px solid var(--str-chat__secondary-overlay-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__form__switch-field{background-color:var(--str-chat__background-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__open-button{border-radius:var(--str-chat__border-radius-xs);border:1px solid var(--str-chat__secondary-overlay-color);background-color:var(--str-chat__tertiary-surface-color)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items{box-shadow:0 0 8px var(--str-chat__box-shadow-color);border-radius:var(--str-chat__border-radius-xs)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option{background:none;border:none;cursor:pointer}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__dropdown__items .str-chat__live-location-sharing-duration-option:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat{--str-chat__message-border-radius:none;--str-chat__message-color:var(--str-chat__text-color);--str-chat__message-error-message-color:var(--str-chat__danger-color);--str-chat__message-secondary-color:var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color:var(--str-chat__primary-color);--str-chat__message-mention-color:var(--str-chat__primary-color);--str-chat__message-status-color:var(--str-chat__primary-color);--str-chat__message-replies-count-color:var(--str-chat__primary-color);--str-chat__message-background-color:transparent;--str-chat__message-highlighted-background-color:var(--str-chat__message-highlight-color);--str-chat__message-border-block-start:none;--str-chat__message-border-block-end:none;--str-chat__message-border-inline-start:none;--str-chat__message-border-inline-end:none;--str-chat__message-box-shadow:none;--str-chat__message-active-bacground-color:transparent;--str-chat__message-options-color:var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color:var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius:var(--str-chat__border-radius-circle);--str-chat__message-options-active-color:var(--str-chat__primary-color);--str-chat__message-bubble-border-radius:var(--str-chat__border-radius-md);--str-chat__message-bubble-color:var(--str-chat__text-color);--str-chat__message-bubble-background-color:var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color:var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color:var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color:var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start:none;--str-chat__message-bubble-border-block-end:none;--str-chat__message-bubble-border-inline-start:none;--str-chat__message-bubble-border-inline-end:none;--str-chat__message-bubble-box-shadow:none;--str-chat__deleted-message-border-radius:var(--str-chat__border-radius-md);--str-chat__deleted-message-color:var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color:var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start:none;--str-chat__deleted-message-border-block-end:none;--str-chat__deleted-message-border-inline-start:none;--str-chat__deleted-message-border-inline-end:none;--str-chat__deleted-message-box-shadow:none;--str-chat__blocked-message-border-radius:var(--str-chat__border-radius-md);--str-chat__blocked-message-color:var(--str-chat__text-low-emphasis-color);--str-chat__blocked-message-background-color:var(--str-chat__secondary-surface-color);--str-chat__blocked-message-border-block-start:none;--str-chat__blocked-message-border-block-end:none;--str-chat__blocked-message-border-inline-start:none;--str-chat__blocked-message-border-inline-end:none;--str-chat__blocked-message-box-shadow:none;--str-chat__system-message-border-radius:0;--str-chat__system-message-color:var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color:transparent;--str-chat__system-message-border-block-start:none;--str-chat__system-message-border-block-end:none;--str-chat__system-message-border-inline-start:none;--str-chat__system-message-border-inline-end:none;--str-chat__system-message-box-shadow:none;--str-chat__date-separator-color:var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color:var(--str-chat__disabled-color);--str-chat__date-separator-border-radius:0;--str-chat__date-separator-background-color:transparent;--str-chat__date-separator-border-block-start:none;--str-chat__date-separator-border-block-end:none;--str-chat__date-separator-border-inline-start:none;--str-chat__date-separator-border-inline-end:none;--str-chat__date-separator-box-shadow:none;--str-chat__translation-notice-color:var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color:var(--str-chat__tertiary-surface-color);--str-chat__message-reminder-color:var(--str-chat__primary-color);--str-chat__message-reminder-background-color:var(--str-chat__secondary-background-color);--str-chat__message-reminder-border-block-start:none;--str-chat__message-reminder-border-block-end:none;--str-chat__message-reminder-border-inline-start:none;--str-chat__message-reminder-border-inline-end:none;--str-chat__message-reminder-box-shadow:none;--str-chat__message-reminder-border-radius:0}.str-chat__message--system{background:var(--str-chat__system-message-background-color);color:var(--str-chat__system-message-color);box-shadow:var(--str-chat__system-message-box-shadow);border-radius:var(--str-chat__system-message-border-radius);-webkit-border-before:var(--str-chat__system-message-border-block-start);border-block-start:var(--str-chat__system-message-border-block-start);-webkit-border-after:var(--str-chat__system-message-border-block-end);border-block-end:var(--str-chat__system-message-border-block-end);-webkit-border-start:var(--str-chat__system-message-border-inline-start);border-inline-start:var(--str-chat__system-message-border-inline-start);-webkit-border-end:var(--str-chat__system-message-border-inline-end);border-inline-end:var(--str-chat__system-message-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);color:var(--str-chat__date-separator-color);box-shadow:var(--str-chat__date-separator-box-shadow);border-radius:var(--str-chat__date-separator-border-radius);-webkit-border-before:var(--str-chat__date-separator-border-block-start);border-block-start:var(--str-chat__date-separator-border-block-start);-webkit-border-after:var(--str-chat__date-separator-border-block-end);border-block-end:var(--str-chat__date-separator-border-block-end);-webkit-border-start:var(--str-chat__date-separator-border-inline-start);border-inline-start:var(--str-chat__date-separator-border-inline-start);-webkit-border-end:var(--str-chat__date-separator-border-inline-end);border-inline-end:var(--str-chat__date-separator-border-inline-end);font:var(--str-chat__body-text)}.str-chat__date-separator-line{background-color:var(--str-chat__date-separator-line-color);border:none}.str-chat__message-mention{color:var(--str-chat__message-mention-color);font:var(--str-chat__body2-medium-text)}.str-chat__message{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);-webkit-border-before:var(--str-chat__message-border-block-start);border-block-start:var(--str-chat__message-border-block-start);-webkit-border-after:var(--str-chat__message-border-block-end);border-block-end:var(--str-chat__message-border-block-end);-webkit-border-start:var(--str-chat__message-border-inline-start);border-inline-start:var(--str-chat__message-border-inline-start);-webkit-border-end:var(--str-chat__message-border-inline-end);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__message a{text-decoration:none;color:var(--str-chat__message-link-color)}.str-chat__message .str-chat__message-reminder{background:var(--str-chat__message-reminder-background-color);color:var(--str-chat__message-reminder-color);box-shadow:var(--str-chat__message-reminder-box-shadow);border-radius:var(--str-chat__message-reminder-border-radius);-webkit-border-before:var(--str-chat__message-reminder-border-block-start);border-block-start:var(--str-chat__message-reminder-border-block-start);-webkit-border-after:var(--str-chat__message-reminder-border-block-end);border-block-end:var(--str-chat__message-reminder-border-block-end);-webkit-border-start:var(--str-chat__message-reminder-border-inline-start);border-inline-start:var(--str-chat__message-reminder-border-inline-start);-webkit-border-end:var(--str-chat__message-reminder-border-inline-end);border-inline-end:var(--str-chat__message-reminder-border-inline-end);font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);-webkit-border-before:var(--str-chat__message-bubble-border-block-start);border-block-start:var(--str-chat__message-bubble-border-block-start);-webkit-border-after:var(--str-chat__message-bubble-border-block-end);border-block-end:var(--str-chat__message-bubble-border-block-end);-webkit-border-start:var(--str-chat__message-bubble-border-inline-start);border-inline-start:var(--str-chat__message-bubble-border-inline-start);-webkit-border-end:var(--str-chat__message-bubble-border-inline-end);border-inline-end:var(--str-chat__message-bubble-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);color:var(--str-chat__deleted-message-color);box-shadow:var(--str-chat__deleted-message-box-shadow);border-radius:var(--str-chat__deleted-message-border-radius);-webkit-border-before:var(--str-chat__deleted-message-border-block-start);border-block-start:var(--str-chat__deleted-message-border-block-start);-webkit-border-after:var(--str-chat__deleted-message-border-block-end);border-block-end:var(--str-chat__deleted-message-border-block-end);-webkit-border-start:var(--str-chat__deleted-message-border-inline-start);border-inline-start:var(--str-chat__deleted-message-border-inline-start);-webkit-border-end:var(--str-chat__deleted-message-border-inline-end);border-inline-end:var(--str-chat__deleted-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--blocked-inner{background:var(--str-chat__blocked-message-background-color);color:var(--str-chat__blocked-message-color);box-shadow:var(--str-chat__blocked-message-box-shadow);border-radius:var(--str-chat__blocked-message-border-radius);-webkit-border-before:var(--str-chat__blocked-message-border-block-start);border-block-start:var(--str-chat__blocked-message-border-block-start);-webkit-border-after:var(--str-chat__blocked-message-border-block-end);border-block-end:var(--str-chat__blocked-message-border-block-end);-webkit-border-start:var(--str-chat__blocked-message-border-inline-start);border-inline-start:var(--str-chat__blocked-message-border-inline-start);-webkit-border-end:var(--str-chat__blocked-message-border-inline-end);border-inline-end:var(--str-chat__blocked-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{color:var(--str-chat__own-message-bubble-color);background-color:var(--str-chat__own-message-bubble-background-color)}.str-chat__message .str-chat__message-options{--str-chat-icon-color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button{background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button .str-chat__message-action-icon path{fill:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:active .str-chat__message-action-icon path{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{font:var(--str-chat__body2-text);color:var(--str-chat__translation-notice-color);border:none;background:none}.str-chat__message .str-chat__translation-notice button:active,.str-chat__message .str-chat__translation-notice button:hover{background:var(--str-chat__translation-notice-active-background-color)}.str-chat__message .str-chat__custom-message-metadata,.str-chat__message .str-chat__message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__message-metadata .str-chat__message-sender-name{font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-status{--str-chat-icon-color:var(--str-chat__message-status-color);color:var(--str-chat__message-status-color);font:var(--str-chat__body-text)}.str-chat__message .str-chat__message-status svg path{fill:var(--str-chat__message-status-color)}.str-chat__message .str-chat__message-is-thread-reply-button-wrapper button,.str-chat__message .str-chat__message-replies-count-button-wrapper button{border:none;background-color:transparent;font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color)}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color:var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__message-highlighted-background-color)}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--single .str-chat__message--other .str-chat__message-bubble,.str-chat__li--top .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--single .str-chat__message--me .str-chat__message-bubble,.str-chat__li--top .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble,.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble{border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble,.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble{border-start-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__quoted-message-preview{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);-webkit-border-before:var(--str-chat__message-border-block-start);border-block-start:var(--str-chat__message-border-block-start);-webkit-border-after:var(--str-chat__message-border-block-end);border-block-end:var(--str-chat__message-border-block-end);-webkit-border-start:var(--str-chat__message-border-inline-start);border-inline-start:var(--str-chat__message-border-inline-start);-webkit-border-end:var(--str-chat__message-border-inline-end);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);-webkit-border-before:var(--str-chat__message-bubble-border-block-start);border-block-start:var(--str-chat__message-bubble-border-block-start);-webkit-border-after:var(--str-chat__message-bubble-border-block-end);border-block-end:var(--str-chat__message-bubble-border-block-end);-webkit-border-start:var(--str-chat__message-bubble-border-inline-start);border-inline-start:var(--str-chat__message-bubble-border-inline-start);-webkit-border-end:var(--str-chat__message-bubble-border-inline-end);border-inline-end:var(--str-chat__message-bubble-border-inline-end);background-color:var(--str-chat__quoted-message-bubble-background-color);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background-color:var(--str-chat__message-bubble-background-color)}.str-chat__unread-messages-separator{background-color:var(--str-chat__secondary-surface-color);color:var(--str-chat__text-low-emphasis-color);text-transform:uppercase;font:var(--str-chat__caption-strong-text)}.str-chat__unread-messages-notification{--str-chat-icon-color:var(--str-chat__on-primary-color);background-color:var(--str-chat__text-low-emphasis-color);border-radius:1.125rem}.str-chat__unread-messages-notification button{cursor:pointer;color:var(--str-chat__on-primary-color);border:none;background-color:transparent}.str-chat__unread-messages-notification button:first-of-type{font:var(--str-chat__caption-text)}.str-chat{--str-chat__message-actions-box-border-radius:var(--str-chat__border-radius-sm);--str-chat__message-actions-box-color:var(--str-chat__text-color);--str-chat__message-actions-box-background-color:var(--str-chat__secondary-background-color);--str-chat__message-actions-box-border-block-start:none;--str-chat__message-actions-box-border-block-end:none;--str-chat__message-actions-box-border-inline-start:none;--str-chat__message-actions-box-border-inline-end:none;--str-chat__message-actions-box-box-shadow:0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-actions-box-item-border-radius:0;--str-chat__message-actions-box-item-color:var(--str-chat__text-color);--str-chat__message-actions-box-item-background-color:transparent;--str-chat__message-actions-box-item-hover-background-color:var( --str-chat__secondary-surface-color );--str-chat__message-actions-box-item-border-block-start:none;--str-chat__message-actions-box-item-border-block-end:none;--str-chat__message-actions-box-item-border-inline-start:none;--str-chat__message-actions-box-item-border-inline-end:none;--str-chat__message-actions-box-item-box-shadow:none}.str-chat__message-actions-box{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);-webkit-border-before:var(--str-chat__message-actions-box-border-block-start);border-block-start:var(--str-chat__message-actions-box-border-block-start);-webkit-border-after:var(--str-chat__message-actions-box-border-block-end);border-block-end:var(--str-chat__message-actions-box-border-block-end);-webkit-border-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);-webkit-border-end:var(--str-chat__message-actions-box-border-inline-end);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);color:var(--str-chat__message-actions-box-item-color);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);border-radius:var(--str-chat__message-actions-box-item-border-radius);-webkit-border-before:var(--str-chat__message-actions-box-item-border-block-start);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);-webkit-border-after:var(--str-chat__message-actions-box-item-border-block-end);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);-webkit-border-start:var(--str-chat__message-actions-box-item-border-inline-start);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);-webkit-border-end:var(--str-chat__message-actions-box-item-border-inline-end);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover,.str-chat__message-actions-box .str_chat__button-with-submenu--submenu-open{background-color:var(--str-chat__message-actions-box-item-hover-background-color)}.str-chat__message-actions-box .str-chat__message-actions-box__submenu{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);-webkit-border-before:var(--str-chat__message-actions-box-border-block-start);border-block-start:var(--str-chat__message-actions-box-border-block-start);-webkit-border-after:var(--str-chat__message-actions-box-border-block-end);border-block-end:var(--str-chat__message-actions-box-border-block-end);-webkit-border-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);-webkit-border-end:var(--str-chat__message-actions-box-border-inline-end);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}@media(hover:none){.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:transparent}}.str-chat{--str-chat__message-bounce-edit-button-color:var(--str-chat__primary-color);--str-chat__message-bounce-send-button-color:var(--str-chat__primary-color);--str-chat__message-bounce-delete-button-color:var(--str-chat__primary-color);--str-chat__message-bounce-button-background-color:transparent;--str-chat__message-bounce-button-border-block-start:none;--str-chat__message-bounce-button-border-block-end:none;--str-chat__message-bounce-button-border-inline-start:none;--str-chat__message-bounce-button-border-inline-end:none;--str-chat__message-bounce-button-box-shadow:none}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete,.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send{background:var(--str-chat__message-bounce-button-background-color);color:var(--str-chat__message-bounce-button-color);box-shadow:var(--str-chat__message-bounce-button-box-shadow);border-radius:var(--str-chat__message-bounce-button-border-radius);-webkit-border-before:var(--str-chat__message-bounce-button-border-block-start);border-block-start:var(--str-chat__message-bounce-button-border-block-start);-webkit-border-after:var(--str-chat__message-bounce-button-border-block-end);border-block-end:var(--str-chat__message-bounce-button-border-block-end);-webkit-border-start:var(--str-chat__message-bounce-button-border-inline-start);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);-webkit-border-end:var(--str-chat__message-bounce-button-border-inline-end);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit{color:var(--str-chat__message-bounce-edit-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-send{color:var(--str-chat__message-bounce-send-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{color:var(--str-chat__message-bounce-delete-button-color)}.str-chat{--str-chat__message-input-border-radius:0;--str-chat__message-input-color:var(--str-chat__text-color);--str-chat__message-input-background-color:var(--str-chat__secondary-background-color);--str-chat__message-input-border-block-start:none;--str-chat__message-input-border-block-end:none;--str-chat__message-input-border-inline-start:none;--str-chat__message-input-border-inline-end:none;--str-chat__message-input-box-shadow:none;--str-chat__message-textarea-border-radius:var(--str-chat__border-radius-md);--str-chat__message-textarea-color:var(--str-chat__text-color);--str-chat__message-textarea-background-color:transparent;--str-chat__message-textarea-border-block-start:1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-block-end:1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-start:1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-end:1px solid var(--str-chat__surface-color);--str-chat__message-textarea-box-shadow:none;--str-chat__message-send-border-radius:var(--str-chat__border-radius-circle);--str-chat__message-send-color:var(--str-chat__primary-color);--str-chat__message-send-background-color:transparent;--str-chat__message-send-border-block-start:0;--str-chat__message-send-border-block-end:0;--str-chat__message-send-border-inline-start:0;--str-chat__message-send-border-inline-end:0;--str-chat__message-send-box-shadow:none;--str-chat__message-send-disabled-color:var(--str-chat__disabled-color);--str-chat__message-send-disabled-background-color:var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-border-radius:var(--str-chat__border-radius-circle);--str-chat__start-recording-audio-button-color:var(--str-chat__text-low-emphasis-color);--str-chat__start-recording-audio-button-background-color:transparent;--str-chat__start-recording-audio-button-border-block-start:0;--str-chat__start-recording-audio-button-border-block-end:0;--str-chat__start-recording-audio-button-border-inline-start:0;--str-chat__start-recording-audio-button-border-inline-end:0;--str-chat__start-recording-audio-button-box-shadow:none;--str-chat__start-recording-audio-button-disabled-color:var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-disabled-background-color:transparent;--str-chat__message-input-tools-border-radius:var(--str-chat__border-radius-circle);--str-chat__message-input-tools-color:var(--str-chat__text-low-emphasis-color);--str-chat__message-input-tools-background-color:transparent;--str-chat__message-input-tools-border-block-start:0;--str-chat__message-input-tools-border-block-end:0;--str-chat__message-input-tools-border-inline-start:0;--str-chat__message-input-tools-border-inline-end:0;--str-chat__message-input-tools-box-shadow:none;--str-chat__message-input-not-allowed-color:var(--str-chat__disabled-color);--str-chat__cooldown-border-radius:var(--str-chat__border-radius-circle);--str-chat__cooldown-color:var(--str-chat__on-disabled-color);--str-chat__cooldown-background-color:var(--str-chat__disabled-color);--str-chat__cooldown-border-block-start:0;--str-chat__cooldown-border-block-end:0;--str-chat__cooldown-border-inline-start:0;--str-chat__cooldown-border-inline-end:0;--str-chat__cooldown-box-shadow:none;--str-chat__attachment-selector-button-icon-color:var(--str-chat__text-low-emphasis-color);--str-chat__attachment-selector-button-icon-color-hover:var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color:var(--str-chat__primary-color);--str-chat__attachment-selector-actions-menu-button-icon-color-active:var( --str-chat__primary-color )}.str-chat__message-input{background:var(--str-chat__message-input-background-color);color:var(--str-chat__message-input-color);box-shadow:var(--str-chat__message-input-box-shadow);border-radius:var(--str-chat__message-input-border-radius);-webkit-border-before:var(--str-chat__message-input-border-block-start);border-block-start:var(--str-chat__message-input-border-block-start);-webkit-border-after:var(--str-chat__message-input-border-block-end);border-block-end:var(--str-chat__message-input-border-block-end);-webkit-border-start:var(--str-chat__message-input-border-inline-start);border-inline-start:var(--str-chat__message-input-border-inline-start);-webkit-border-end:var(--str-chat__message-input-border-inline-end);border-inline-end:var(--str-chat__message-input-border-inline-end)}.str-chat__message-input .str-chat__file-input-container{--str-chat-icon-color:var(--str-chat__message-input-tools-color);background:var(--str-chat__message-input-tools-background-color);color:var(--str-chat__message-input-tools-color);box-shadow:var(--str-chat__message-input-tools-box-shadow);border-radius:var(--str-chat__message-input-tools-border-radius);-webkit-border-before:var(--str-chat__message-input-tools-border-block-start);border-block-start:var(--str-chat__message-input-tools-border-block-start);-webkit-border-after:var(--str-chat__message-input-tools-border-block-end);border-block-end:var(--str-chat__message-input-tools-border-block-end);-webkit-border-start:var(--str-chat__message-input-tools-border-inline-start);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);-webkit-border-end:var(--str-chat__message-input-tools-border-inline-end);border-inline-end:var(--str-chat__message-input-tools-border-inline-end)}.str-chat__message-input .str-chat__file-input-container svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__attachment-preview-image-error svg path{fill:var(--str-chat__primary-color)}.str-chat__message-input .str-chat__message-textarea-container{background:var(--str-chat__message-textarea-background-color);color:var(--str-chat__message-textarea-color);box-shadow:var(--str-chat__message-textarea-box-shadow);border-radius:var(--str-chat__message-textarea-border-radius);-webkit-border-before:var(--str-chat__message-textarea-border-block-start);border-block-start:var(--str-chat__message-textarea-border-block-start);-webkit-border-after:var(--str-chat__message-textarea-border-block-end);border-block-end:var(--str-chat__message-textarea-border-block-end);-webkit-border-start:var(--str-chat__message-textarea-border-inline-start);border-inline-start:var(--str-chat__message-textarea-border-inline-start);-webkit-border-end:var(--str-chat__message-textarea-border-inline-end);border-inline-end:var(--str-chat__message-textarea-border-inline-end)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{resize:none;border:none;color:var(--str-chat__message-textarea-color);background-color:transparent;box-shadow:none;outline:none;font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__stop-ai-generation-button{background-image:var(--str-chat__circle-stop-icon);background-color:transparent;border-width:0}.str-chat__message-input .str-chat__send-button{--str-chat-icon-color:var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);-webkit-border-before:var(--str-chat__message-send-border-block-start);border-block-start:var(--str-chat__message-send-border-block-start);-webkit-border-after:var(--str-chat__message-send-border-block-end);border-block-end:var(--str-chat__message-send-border-block-end);-webkit-border-start:var(--str-chat__message-send-border-inline-start);border-inline-start:var(--str-chat__message-send-border-inline-start);-webkit-border-end:var(--str-chat__message-send-border-inline-end);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__message-input .str-chat__send-button svg path{fill:var(--str-chat__message-send-color)}.str-chat__message-input .str-chat__send-button:disabled{--str-chat-icon-color:var(--str-chat__message-send-disabled-color);background-color:transparent}.str-chat__message-input .str-chat__send-button:disabled svg path{fill:var(--str-chat__message-send-disabled-color)}.str-chat__message-input .str-chat__start-recording-audio-button{--str-chat-icon-color:var(--str-chat__start-recording-audio-button-color);background:var(--str-chat__start-recording-audio-button-background-color);color:var(--str-chat__start-recording-audio-button-color);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);border-radius:var(--str-chat__start-recording-audio-button-border-radius);-webkit-border-before:var(--str-chat__start-recording-audio-button-border-block-start);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);-webkit-border-after:var(--str-chat__start-recording-audio-button-border-block-end);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);-webkit-border-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);-webkit-border-end:var(--str-chat__start-recording-audio-button-border-inline-end);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end)}.str-chat__message-input .str-chat__start-recording-audio-button:disabled{background-color:var(--str-chat__message-send-disabled-background-color)}.str-chat__message-input .str-chat__message-input-cooldown{background:var(--str-chat__cooldown-background-color);color:var(--str-chat__cooldown-color);box-shadow:var(--str-chat__cooldown-box-shadow);border-radius:var(--str-chat__cooldown-border-radius);-webkit-border-before:var(--str-chat__cooldown-border-block-start);border-block-start:var(--str-chat__cooldown-border-block-start);-webkit-border-after:var(--str-chat__cooldown-border-block-end);border-block-end:var(--str-chat__cooldown-border-block-end);-webkit-border-start:var(--str-chat__cooldown-border-inline-start);border-inline-start:var(--str-chat__cooldown-border-inline-start);-webkit-border-end:var(--str-chat__cooldown-border-inline-end);border-inline-end:var(--str-chat__cooldown-border-inline-end);font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__message-input-not-allowed{color:var(--str-chat__message-input-not-allowed-color);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{background-color:transparent;border:none}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification{background-color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);color:var(--str-chat__background-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading{font:var(--str-chat__subtitle2-medium-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{background:none;border:none;color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color);-webkit-mask:var(--str-chat__add-attachment-icon) no-repeat center/contain;mask:var(--str-chat__add-attachment-icon) no-repeat center/contain}.str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{background-color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button{color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover{color:var(--str-chat__text-color)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__dialog-menu__button-icon,.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__dialog-menu__button-icon{background-color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__upload-file-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__folder-icon) no-repeat center/contain;mask:var(--str-chat__folder-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__create-poll-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__poll-icon) no-repeat center/contain;mask:var(--str-chat__poll-icon) no-repeat center/contain}.str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__add-location-button .str-chat__dialog-menu__button-icon{-webkit-mask:var(--str-chat__location-icon) no-repeat center/contain;mask:var(--str-chat__location-icon) no-repeat center/contain}.str-chat__send-to-channel-checkbox__field *{cursor:pointer}.str-chat__send-to-channel-checkbox__field label{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__body-text)}.str-chat{--str-chat__message-list-border-radius:0;--str-chat__message-list-color:var(--str-chat__text-color);--str-chat__message-list-background-color:var(--str-chat__background-color);--str-chat__message-list-box-shadow:none;--str-chat__message-list-border-block-start:none;--str-chat__message-list-border-block-end:none;--str-chat__message-list-border-inline-start:none;--str-chat__message-list-border-inline-end:none;--str-chat__jump-to-latest-message-border-radius:var(--str-chat__circle-fab-border-radius);--str-chat__jump-to-latest-message-color:var(--str-chat__circle-fab-color);--str-chat__jump-to-latest-message-background-color:var(--str-chat__circle-fab-background-color);--str-chat__jump-to-latest-message-pressed-background-color:var( --str-chat__circle-fab-pressed-background-color );--str-chat__jump-to-latest-message-box-shadow:var(--str-chat__circle-fab-box-shadow);--str-chat__jump-to-latest-message-border-block-start:var( --str-chat__circle-fab-border-block-start );--str-chat__jump-to-latest-message-border-block-end:var(--str-chat__circle-fab-border-block-end);--str-chat__jump-to-latest-message-border-inline-start:var( --str-chat__circle-fab-border-inline-start );--str-chat__jump-to-latest-message-border-inline-end:var( --str-chat__circle-fab-border-inline-end );--str-chat__jump-to-latest-message-unread-count-background-color:var( --str-chat__jump-to-latest-message-color );--str-chat__jump-to-latest-message-unread-count-color:var( --str-chat__jump-to-latest-message-background-color );--str-chat__thread-head-start-color:var(--str-chat__text-low-emphasis-color);--str-chat__thread-head-start-border-block-end-color:var(--str-chat__surface-color)}.str-chat__list{background:var(--str-chat__message-list-background-color);color:var(--str-chat__message-list-color);box-shadow:var(--str-chat__message-list-box-shadow);border-radius:var(--str-chat__message-list-border-radius);-webkit-border-before:var(--str-chat__message-list-border-block-start);border-block-start:var(--str-chat__message-list-border-block-start);-webkit-border-after:var(--str-chat__message-list-border-block-end);border-block-end:var(--str-chat__message-list-border-block-end);-webkit-border-start:var(--str-chat__message-list-border-inline-start);border-inline-start:var(--str-chat__message-list-border-inline-start);-webkit-border-end:var(--str-chat__message-list-border-inline-end);border-inline-end:var(--str-chat__message-list-border-inline-end)}.str-chat__list .str-chat__parent-message-li{-webkit-border-after:1px solid var(--str-chat__thread-head-start-border-block-end-color);border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat__jump-to-latest-message{--str-chat-icon-color:var(--str-chat__jump-to-latest-message-unread-count-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab{background:var(--str-chat__jump-to-latest-message-background-color);color:var(--str-chat__jump-to-latest-message-color);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);border-radius:var(--str-chat__jump-to-latest-message-border-radius);-webkit-border-before:var(--str-chat__jump-to-latest-message-border-block-start);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);-webkit-border-after:var(--str-chat__jump-to-latest-message-border-block-end);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);-webkit-border-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);-webkit-border-end:var(--str-chat__jump-to-latest-message-border-inline-end);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end)}.str-chat__jump-to-latest-message .str-chat__circle-fab svg path{fill:var(--str-chat__jump-to-latest-message-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab:active{background-color:var(--str-chat__jump-to-latest-message-pressed-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab .str-chat__jump-to-latest-unread-count{background-color:var(--str-chat__jump-to-latest-message-unread-count-background-color);color:var(--str-chat__jump-to-latest-message-unread-count-color);border-radius:var(--str-chat__jump-to-latest-message-border-radius);font:var(--str-chat__caption-text)}.str-chat{--str-chat__virtual-list-border-radius:0;--str-chat__virtual-list-color:var(--str-chat__text-color);--str-chat__virtual-list-background-color:var(--str-chat__background-color);--str-chat__virtual-list-box-shadow:none;--str-chat__virtual-list-border-block-start:none;--str-chat__virtual-list-border-block-end:none;--str-chat__virtual-list-border-inline-start:none;--str-chat__virtual-list-border-inline-end:none}.str-chat__virtual-list{background:var(--str-chat__virtual-list-background-color);color:var(--str-chat__virtual-list-color);box-shadow:var(--str-chat__virtual-list-box-shadow);border-radius:var(--str-chat__virtual-list-border-radius);-webkit-border-before:var(--str-chat__virtual-list-border-block-start);border-block-start:var(--str-chat__virtual-list-border-block-start);-webkit-border-after:var(--str-chat__virtual-list-border-block-end);border-block-end:var(--str-chat__virtual-list-border-block-end);-webkit-border-start:var(--str-chat__virtual-list-border-inline-start);border-inline-start:var(--str-chat__virtual-list-border-inline-start);-webkit-border-end:var(--str-chat__virtual-list-border-inline-end);border-inline-end:var(--str-chat__virtual-list-border-inline-end)}.str-chat__virtual-list .str-chat__parent-message-li{-webkit-border-after:1px solid var(--str-chat__thread-head-start-border-block-end-color);border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-border-radius:none;--str-chat__message-reactions-color:var(--str-chat__text-color);--str-chat__message-reactions-background-color:transparent;--str-chat__message-reactions-border-block-start:none;--str-chat__message-reactions-border-block-end:none;--str-chat__message-reactions-border-inline-start:none;--str-chat__message-reactions-border-inline-end:none;--str-chat__message-reactions-box-shadow:none;--str-chat__message-reaction-border-radius:var(--str-chat__border-radius-xs);--str-chat__message-reaction-color:var(--str-chat__text-color);--str-chat__message-reaction-background-color:var(--str-chat__tertiary-surface-color);--str-chat__message-reaction-border-block-start:none;--str-chat__message-reaction-border-block-end:none;--str-chat__message-reaction-border-inline-start:none;--str-chat__message-reaction-border-inline-end:none;--str-chat__message-reaction-box-shadow:none;--str-chat__own-message-reaction-color:var(--str-chat__text-color);--str-chat__own-message-reaction-background-color:var( --str-chat__primary-surface-color-low-emphasis );--str-chat__messsage-reactions-details--selected-color:solid var(--str-chat__primary-color)}.str-chat__message-reactions-container .str-chat__message-reactions{background:var(--str-chat__message-reactions-background-color);color:var(--str-chat__message-reactions-color);box-shadow:var(--str-chat__message-reactions-box-shadow);border-radius:var(--str-chat__message-reactions-border-radius);-webkit-border-before:var(--str-chat__message-reactions-border-block-start);border-block-start:var(--str-chat__message-reactions-border-block-start);-webkit-border-after:var(--str-chat__message-reactions-border-block-end);border-block-end:var(--str-chat__message-reactions-border-block-end);-webkit-border-start:var(--str-chat__message-reactions-border-inline-start);border-inline-start:var(--str-chat__message-reactions-border-inline-start);-webkit-border-end:var(--str-chat__message-reactions-border-inline-end);border-inline-end:var(--str-chat__message-reactions-border-inline-end)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);color:var(--str-chat__message-reaction-color);box-shadow:var(--str-chat__message-reaction-box-shadow);border-radius:var(--str-chat__message-reaction-border-radius);-webkit-border-before:var(--str-chat__message-reaction-border-block-start);border-block-start:var(--str-chat__message-reaction-border-block-start);-webkit-border-after:var(--str-chat__message-reaction-border-block-end);border-block-end:var(--str-chat__message-reaction-border-block-end);-webkit-border-start:var(--str-chat__message-reaction-border-inline-start);border-inline-start:var(--str-chat__message-reaction-border-inline-start);-webkit-border-end:var(--str-chat__message-reaction-border-inline-end);border-inline-end:var(--str-chat__message-reaction-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{color:var(--str-chat__own-message-reaction-color);background-color:var(--str-chat__own-message-reaction-background-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{-webkit-border-after:solid transparent;border-block-end:solid transparent}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type--selected{-webkit-border-after:var(--str-chat__messsage-reactions-details--selected-color);border-block-end:var(--str-chat__messsage-reactions-details--selected-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-user{font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-options-border-radius:var(--str-chat__border-radius-circle);--str-chat__message-reactions-options-color:var(--str-chat__text-color);--str-chat__message-reactions-options-background-color:var( --str-chat__secondary-background-color );--str-chat__message-reactions-options-border-block-start:none;--str-chat__message-reactions-options-border-block-end:none;--str-chat__message-reactions-options-border-inline-start:none;--str-chat__message-reactions-options-border-inline-end:none;--str-chat__message-reactions-options-box-shadow:0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-reactions-option-border-radius:var(--str-chat__border-radius-md);--str-chat__message-reactions-option-color:var(--str-chat__text-color);--str-chat__message-reactions-option-background-color:var( --str-chat__secondary-background-color );--str-chat__message-reactions-option-hover-background-color:var( --str-chat__primary-surface-color );--str-chat__message-reactions-option-selected-background-color:var( --str-chat__primary-color-low-emphasis );--str-chat__message-reactions-option-border-block-start:none;--str-chat__message-reactions-option-border-block-end:none;--str-chat__message-reactions-option-border-inline-start:none;--str-chat__message-reactions-option-border-inline-end:none;--str-chat__message-reactions-option-box-shadow:none}.str-chat .str-chat-angular-v5__reaction-selector{--str-chat__message-reactions-options-box-shadow:none;--str-chat__message-reactions-options-border-radius:0}.str-chat__reaction-selector .str-chat__message-reactions-options{background:var(--str-chat__message-reactions-options-background-color);color:var(--str-chat__message-reactions-options-color);box-shadow:var(--str-chat__message-reactions-options-box-shadow);border-radius:var(--str-chat__message-reactions-options-border-radius);-webkit-border-before:var(--str-chat__message-reactions-options-border-block-start);border-block-start:var(--str-chat__message-reactions-options-border-block-start);-webkit-border-after:var(--str-chat__message-reactions-options-border-block-end);border-block-end:var(--str-chat__message-reactions-options-border-block-end);-webkit-border-start:var(--str-chat__message-reactions-options-border-inline-start);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);-webkit-border-end:var(--str-chat__message-reactions-options-border-inline-end);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);color:var(--str-chat__message-reactions-option-color);box-shadow:var(--str-chat__message-reactions-option-box-shadow);border-radius:var(--str-chat__message-reactions-option-border-radius);-webkit-border-before:var(--str-chat__message-reactions-option-border-block-start);border-block-start:var(--str-chat__message-reactions-option-border-block-start);-webkit-border-after:var(--str-chat__message-reactions-option-border-block-end);border-block-end:var(--str-chat__message-reactions-option-border-block-end);-webkit-border-start:var(--str-chat__message-reactions-option-border-inline-start);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);-webkit-border-end:var(--str-chat__message-reactions-option-border-inline-end);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:var(--str-chat__message-reactions-option-hover-background-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option.str-chat__message-reactions-option-selected{background-color:var(--str-chat__message-reactions-option-selected-background-color)}@media(hover:none){.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:transparent}}.str-chat{--str-chat__modal-border-radius:var(--str-chat__border-radius-sm);--str-chat__modal-color:var(--str-chat__text-color);--str-chat__modal-background-color:var(--str-chat__secondary-background-color);--str-chat__modal-overlay-color:var(--str-chat__secondary-overlay-color);--str-chat__modal-overlay-backdrop-filter:blur(3px);--str-chat__modal-border-block-start:none;--str-chat__modal-border-block-end:none;--str-chat__modal-border-inline-start:none;--str-chat__modal-border-inline-end:none;--str-chat__modal-box-shadow:none;--str-chat__modal-close-icon-background:var(--str-chat__text-low-emphasis-color);--str-chat__modal-close-icon-color:var(--str-chat__on-disabled-color)}.str-chat__modal{background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);color:var(--str-chat__modal-color);box-shadow:var(--str-chat__modal-box-shadow);border-radius:var(--str-chat__modal-border-radius);-webkit-border-before:var(--str-chat__modal-border-block-start);border-block-start:var(--str-chat__modal-border-block-start);-webkit-border-after:var(--str-chat__modal-border-block-end);border-block-end:var(--str-chat__modal-border-block-end);-webkit-border-start:var(--str-chat__modal-border-inline-start);border-inline-start:var(--str-chat__modal-border-inline-start);-webkit-border-end:var(--str-chat__modal-border-inline-end);border-inline-end:var(--str-chat__modal-border-inline-end)}.str-chat__modal .str-chat__modal-header .str-chat__modal-header__title{font:var(--str-chat__subtitle2-medium-text)}.str-chat__modal .str-chat__modal__close-button{--str-chat-icon-color:var(--str-chat__modal-close-icon-color);background:none;border:none}.str-chat__modal .str-chat__modal__close-button .str-chat__icon{background-color:var(--str-chat__modal-close-icon-background);border-radius:999px}.str-chat__modal .str-chat__modal__close-button svg path{fill:var(--str-chat__modal-close-icon-color)}.str-chat__modal .str-chat__modal__close-button svg circle,.str-chat__modal .str-chat__modal__close-button svg rect{fill:var(--str-chat__modal-close-icon-background)}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner{background-color:transparent;width:unset;max-width:unset;height:unset;padding:0}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner{background-color:transparent;width:unset;max-width:unset;height:unset;padding:0}.str-chat-react__modal.str-chat__modal--open.str-chat__gallery-modal .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat-react__modal.str-chat__modal--open.str-chat__image-modal .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat{--str-chat__message-notification-background-color:var(--str-chat__primary-color);--str-chat__message-notification-border-block-start:none;--str-chat__message-notification-border-block-end:none;--str-chat__message-notification-border-inline-start:none;--str-chat__message-notification-border-inline-end:none;--str-chat__message-notification-border-radius:50px;--str-chat__message-notification-box-shadow:none;--str-chat__message-notification-color:var(--str-chat__on-primary-color)}.str-chat__message-notification{background:var(--str-chat__message-notification-background-color);color:var(--str-chat__message-notification-color);box-shadow:var(--str-chat__message-notification-box-shadow);border-radius:var(--str-chat__message-notification-border-radius);-webkit-border-before:var(--str-chat__message-notification-border-block-start);border-block-start:var(--str-chat__message-notification-border-block-start);-webkit-border-after:var(--str-chat__message-notification-border-block-end);border-block-end:var(--str-chat__message-notification-border-block-end);-webkit-border-start:var(--str-chat__message-notification-border-inline-start);border-inline-start:var(--str-chat__message-notification-border-inline-start);-webkit-border-end:var(--str-chat__message-notification-border-inline-end);border-inline-end:var(--str-chat__message-notification-border-inline-end);font:var(--str-chat__caption-text);cursor:pointer}.str-chat{--str-chat__notification-list-border-radius:none;--str-chat__notification-list-color:var(--str-chat__notification-list-text-color);--str-chat__notification-list-background-color:transparent;--str-chat__notification-list-border-block-start:none;--str-chat__notification-list-border-block-end:none;--str-chat__notification-list-border-inline-start:none;--str-chat__notification-list-border-inline-end:none;--str-chat__notification-list-box-shadow:none}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color);color:var(--str-chat__notification-list-color);box-shadow:var(--str-chat__notification-list-box-shadow);border-radius:var(--str-chat__notification-list-border-radius);-webkit-border-before:var(--str-chat__notification-list-border-block-start);border-block-start:var(--str-chat__notification-list-border-block-start);-webkit-border-after:var(--str-chat__notification-list-border-block-end);border-block-end:var(--str-chat__notification-list-border-block-end);-webkit-border-start:var(--str-chat__notification-list-border-inline-start);border-inline-start:var(--str-chat__notification-list-border-inline-start);-webkit-border-end:var(--str-chat__notification-list-border-inline-end);border-inline-end:var(--str-chat__notification-list-border-inline-end)}.str-chat{--str-chat__notification-border-radius:var(--str-chat__border-radius-sm);--str-chat__notification-color:var(--str-chat__opaque-surface-text-color);--str-chat__notification-background-color:var(--str-chat__opaque-surface-background-color);--str-chat__notification-border-block-start:none;--str-chat__notification-border-block-end:none;--str-chat__notification-border-inline-start:none;--str-chat__notification-border-inline-end:none;--str-chat__notification-box-shadow:0 0 8px var(--str-chat__box-shadow-color)}.str-chat__notification{background:var(--str-chat__notification-background-color);color:var(--str-chat__notification-color);box-shadow:var(--str-chat__notification-box-shadow);border-radius:var(--str-chat__notification-border-radius);-webkit-border-before:var(--str-chat__notification-border-block-start);border-block-start:var(--str-chat__notification-border-block-start);-webkit-border-after:var(--str-chat__notification-border-block-end);border-block-end:var(--str-chat__notification-border-block-end);-webkit-border-start:var(--str-chat__notification-border-inline-start);border-inline-start:var(--str-chat__notification-border-inline-start);-webkit-border-end:var(--str-chat__notification-border-inline-end);border-inline-end:var(--str-chat__notification-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__poll .str-chat__poll-header .str-chat__poll-subtitle{color:var(--str-chat__text-low-emphasis-color)}.str-chat__poll .str-chat__checkmark{border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__disabled-color)}.str-chat__poll .str-chat__checkmark--checked{background-color:var(--str-chat__primary-color);border:none}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment));border-radius:calc(var(--str-chat__spacing-px)*4)}.str-chat__poll .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar--winner{background:linear-gradient(to right,var(--str-chat__info-color) var(--str-chat__amount-bar-fulfillment),var(--str-chat__surface-color) var(--str-chat__amount-bar-fulfillment))}.str-chat__modal__poll-option-list__title,.str-chat__modal__poll-results .str-chat__modal__poll-results__title,.str-chat__modal__poll-results .str-chat__poll-option,.str-chat__poll-answer,.str-chat__poll-option-list--full{border-radius:.75rem}.str-chat__poll-option-list--full{overflow:clip}.str-chat__poll--closed .str-chat__poll-option:hover{cursor:unset}.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.str-chat__modal .str-chat__poll-answer__text,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer__text{font:var(--str-chat__subtitle-medium-text)}.str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__modal .str-chat__modal__poll-results__title,.str-chat__modal .str-chat__poll-answer,.str-chat__modal .str-chat__poll-option,.str-chat__modal .str-chat__poll-option-list--full,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-option-list__title,.str-chat__poll-actions .str-chat__modal .str-chat__modal__poll-results__title,.str-chat__poll-actions .str-chat__modal .str-chat__poll-answer,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full{background-color:var(--str-chat__tertiary-surface-color)}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option-text{font-weight:500}.str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__secondary-surface-color)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header{font:var(--str-chat__subtitle-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__option-text{font:var(--str-chat__subtitle-medium-text)}.str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button,.str-chat__poll-actions .str-chat__modal .str-chat__poll-option .str-chat__poll-option__show-all-votes-button{font:var(--str-chat__subtitle-text);color:var(--str-chat__primary-color)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__poll-vote .str-chat__poll-vote__timestamp{color:var(--str-chat__text-low-emphasis-color)}.str-chat__quoted-poll-preview{font:var(--str-chat__body-medium-text)}.str-chat__poll-creation-dialog .str-chat__form__input-fieldset{border:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label){background-color:var(--str-chat__tertiary-surface-color);border-radius:.75rem}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input{border:none;background:transparent;outline:none}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::-webkit-input-placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input::-webkit-input-placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input::-webkit-input-placeholder{font:var(--str-chat__subtitle-text)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field input,.str-chat__poll-creation-dialog .str-chat__form__expandable-field input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label .str-chat__form__input-field__value input::placeholder,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input,.str-chat__poll-creation-dialog .str-chat__form__input-field:not(.str-chat__form__input-field--with-label) input::placeholder{font:var(--str-chat__subtitle-text)}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__poll-creation-dialog .str-chat__form__input-field--draggable .str-chat__drag-handle{background-color:var(--str-chat__text-low-emphasis-color);-webkit-mask:var(--str-chat__handle-icon) no-repeat center/contain;mask:var(--str-chat__handle-icon) no-repeat center/contain}.str-chat__poll-creation-dialog .str-chat__form__input-field--has-error{border:1px solid var(--str-chat__message-error-message-color)}.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error,.str-chat__poll-creation-dialog .str-chat__form__expandable-field .str-chat__form__input-field--has-error .str-chat__form__input-field__value,.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error{border:none}.str-chat__poll-creation-dialog .str-chat__form__input-field--with-label.str-chat__form__input-field--has-error .str-chat__form__input-field__value{border:1px solid var(--str-chat__message-error-message-color)}.str-chat{--str-chat__search-input-color:var(--str-chat__text-color);--str-chat__search-input-placeholder-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-input-icon-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-input-border-block-start:none;--str-chat__search-input-border-block-end:none;--str-chat__search-input-border-inline-start:none;--str-chat__search-input-border-inline-end:none;--str-chat__search-input-wrapper-border-radius:var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-background-color:transparent;--str-chat__search-input-wrapper-border-block-start:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-start:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-border-inline-end:var(--str-chat__surface-color) 1px solid;--str-chat__search-input-wrapper-active-border-radius:var(--str-chat__border-radius-circle);--str-chat__search-input-wrapper-active-background-color:transparent;--str-chat__search-input-wrapper-active-border-block-start:var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-block-end:var(--str-chat__primary-color) 1px solid;--str-chat__search-input-wrapper-active-border-inline-start:var( --str-chat__primary-color ) 1px solid;--str-chat__search-input-wrapper-active-border-inline-end:var(--str-chat__primary-color) 1px solid;--str-chat__search-result-background-color:transparent;--str-chat__search-result-border-block-start:none;--str-chat__search-result-border-block-end:none;--str-chat__search-result-border-inline-start:none;--str-chat__search-result-border-inline-end:none;--str-chat__search-result-hover-background-color:var( --str-chat__secondary-surface-color );--str-chat__search-result-list-color:var(--str-chat__text-color);--str-chat__search-result-list-background-color:var(--str-chat__secondary-background-color);--str-chat__search-result-list-border-block-start:none;--str-chat__search-result-list-border-block-end:none;--str-chat__search-result-list-border-inline-start:none;--str-chat__search-result-list-border-inline-end:none;--str-chat__search-result-list-popup-box-shadow:0 4px 4px var(--str-chat__box-shadow-color);--str-chat__search-results-header-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-results-header-background-color:var(--str-chat__background-color);--str-chat__search-results-header-border-block-start:none;--str-chat__search-results-header-border-block-end:var(--str-chat__surface-color) 1px solid;--str-chat__search-results-header-border-inline-start:none;--str-chat__search-results-header-border-inline-end:none;--str-chat__search-results-empty-color:var(--str-chat__text-low-emphasis-color);--str-chat__search-results-empty-icon-color:var(--str-chat__disabled-color);--str-chat__search-results-empty-background-color:var(--str-chat__background-color);--str-chat__search-results-empty-border-block-start:none;--str-chat__search-results-empty-border-block-end:none;--str-chat__search-results-empty-border-inline-start:none;--str-chat__search-results-empty-border-inline-end:none}.str-chat__search-input--wrapper{background:var(--str-chat__search-input-wrapper-background-color);color:var(--str-chat__search-input-wrapper-color);box-shadow:var(--str-chat__search-input-wrapper-box-shadow);border-radius:var(--str-chat__search-input-wrapper-border-radius);-webkit-border-before:var(--str-chat__search-input-wrapper-border-block-start);border-block-start:var(--str-chat__search-input-wrapper-border-block-start);-webkit-border-after:var(--str-chat__search-input-wrapper-border-block-end);border-block-end:var(--str-chat__search-input-wrapper-border-block-end);-webkit-border-start:var(--str-chat__search-input-wrapper-border-inline-start);border-inline-start:var(--str-chat__search-input-wrapper-border-inline-start);-webkit-border-end:var(--str-chat__search-input-wrapper-border-inline-end);border-inline-end:var(--str-chat__search-input-wrapper-border-inline-end)}.str-chat__search-input--wrapper .str-chat__search-input--icon{background-image:var(--str-chat__magnifier-glass-icon);background-repeat:no-repeat}.str-chat__search-input--wrapper input{background:var(--str-chat__search-input-background-color);color:var(--str-chat__search-input-color);box-shadow:var(--str-chat__search-input-box-shadow);border-radius:var(--str-chat__search-input-border-radius);-webkit-border-before:var(--str-chat__search-input-border-block-start);border-block-start:var(--str-chat__search-input-border-block-start);-webkit-border-after:var(--str-chat__search-input-border-block-end);border-block-end:var(--str-chat__search-input-border-block-end);-webkit-border-start:var(--str-chat__search-input-border-inline-start);border-inline-start:var(--str-chat__search-input-border-inline-start);-webkit-border-end:var(--str-chat__search-input-border-inline-end);border-inline-end:var(--str-chat__search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__search-input--wrapper .str-chat__search-input--clear-button-icon{background-color:transparent;-webkit-mask:var(--str-chat__clear-icon) no-repeat center/contain;mask:var(--str-chat__clear-icon) no-repeat center/contain}.str-chat__search-input--wrapper-active{background:var(--str-chat__search-input-wrapper-active-background-color);color:var(--str-chat__search-input-wrapper-active-color);box-shadow:var(--str-chat__search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__search-input-wrapper-active-border-radius);-webkit-border-before:var(--str-chat__search-input-wrapper-active-border-block-start);border-block-start:var(--str-chat__search-input-wrapper-active-border-block-start);-webkit-border-after:var(--str-chat__search-input-wrapper-active-border-block-end);border-block-end:var(--str-chat__search-input-wrapper-active-border-block-end);-webkit-border-start:var(--str-chat__search-input-wrapper-active-border-inline-start);border-inline-start:var(--str-chat__search-input-wrapper-active-border-inline-start);-webkit-border-end:var(--str-chat__search-input-wrapper-active-border-inline-end);border-inline-end:var(--str-chat__search-input-wrapper-active-border-inline-end)}.str-chat__search-input--wrapper-active .str-chat__search-input--clear-button-icon{background-color:var(--str-chat__text-low-emphasis-color)}.str-chat__search-bar-button--exit-search{background:none;border:none;color:var(--str-chat__primary-color);font:var(--str-chat__subtitle-text)}.str-chat__search-results-header{background:var(--str-chat__search-results-header-background-color);color:var(--str-chat__search-results-header-color);box-shadow:var(--str-chat__search-results-header-box-shadow);border-radius:var(--str-chat__search-results-header-border-radius);-webkit-border-before:var(--str-chat__search-results-header-border-block-start);border-block-start:var(--str-chat__search-results-header-border-block-start);-webkit-border-after:var(--str-chat__search-results-header-border-block-end);border-block-end:var(--str-chat__search-results-header-border-block-end);-webkit-border-start:var(--str-chat__search-results-header-border-inline-start);border-inline-start:var(--str-chat__search-results-header-border-inline-start);-webkit-border-end:var(--str-chat__search-results-header-border-inline-end);border-inline-end:var(--str-chat__search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__search-source-result-list{background:var(--str-chat__search-result-list-background-color);color:var(--str-chat__search-result-list-color);box-shadow:var(--str-chat__search-result-list-box-shadow);border-radius:var(--str-chat__search-result-list-border-radius);-webkit-border-before:var(--str-chat__search-result-list-border-block-start);border-block-start:var(--str-chat__search-result-list-border-block-start);-webkit-border-after:var(--str-chat__search-result-list-border-block-end);border-block-end:var(--str-chat__search-result-list-border-block-end);-webkit-border-start:var(--str-chat__search-result-list-border-inline-start);border-inline-start:var(--str-chat__search-result-list-border-inline-start);-webkit-border-end:var(--str-chat__search-result-list-border-inline-end);border-inline-end:var(--str-chat__search-result-list-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-container-empty{background:var(--str-chat__search-results-empty-background-color);color:var(--str-chat__search-results-empty-color);box-shadow:var(--str-chat__search-results-empty-box-shadow);border-radius:var(--str-chat__search-results-empty-border-radius);-webkit-border-before:var(--str-chat__search-results-empty-border-block-start);border-block-start:var(--str-chat__search-results-empty-border-block-start);-webkit-border-after:var(--str-chat__search-results-empty-border-block-end);border-block-end:var(--str-chat__search-results-empty-border-block-end);-webkit-border-start:var(--str-chat__search-results-empty-border-inline-start);border-inline-start:var(--str-chat__search-results-empty-border-inline-start);-webkit-border-end:var(--str-chat__search-results-empty-border-inline-end);border-inline-end:var(--str-chat__search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__search-source-result-list .str-chat__search-container-empty svg path{fill:var(--str-chat__search-results-empty-icon-color)}.str-chat__search-source-result-list .str-chat__search-result{background:var(--str-chat__search-result-background-color);color:var(--str-chat__search-result-color);box-shadow:var(--str-chat__search-result-box-shadow);border-radius:var(--str-chat__search-result-border-radius);-webkit-border-before:var(--str-chat__search-result-border-block-start);border-block-start:var(--str-chat__search-result-border-block-start);-webkit-border-after:var(--str-chat__search-result-border-block-end);border-block-end:var(--str-chat__search-result-border-block-end);-webkit-border-start:var(--str-chat__search-result-border-inline-start);border-inline-start:var(--str-chat__search-result-border-inline-start);-webkit-border-end:var(--str-chat__search-result-border-inline-end);border-inline-end:var(--str-chat__search-result-border-inline-end)}.str-chat__search-source-result-list .str-chat__search-result.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__search-source-result-list .str-chat__search-result .str-chat__search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__search-source-result-list .str-chat__search-result--focused,.str-chat__search-source-result-list .str-chat__search-result:hover{background-color:var(--str-chat__search-result-hover-background-color)}.str-chat{--str-chat__thread-border-radius:0;--str-chat__thread-color:var(--str-chat__text-color);--str-chat__thread-background-color:var(--str-chat__secondary-background-color);--str-chat__thread-border-block-start:none;--str-chat__thread-border-block-end:none;--str-chat__thread-border-inline-start:1px solid var(--str-chat__surface-color);--str-chat__thread-border-inline-end:none;--str-chat__thread-box-shadow:none;--str-chat__thread-header-border-radius:0;--str-chat__thread-header-color:var(--str-chat__text-color);--str-chat__thread-header-background-color:var(--str-chat__secondary-background-color);--str-chat__thread-header-border-block-start:none;--str-chat__thread-header-border-block-end:none;--str-chat__thread-header-border-inline-start:none;--str-chat__thread-header-border-inline-end:none;--str-chat__thread-header-box-shadow:none;--str-chat__thread-header-info-color:var(--str-chat__text-low-emphasis-color)}.str-chat__thread-container{background:var(--str-chat__thread-background-color);color:var(--str-chat__thread-color);box-shadow:var(--str-chat__thread-box-shadow);border-radius:var(--str-chat__thread-border-radius);-webkit-border-before:var(--str-chat__thread-border-block-start);border-block-start:var(--str-chat__thread-border-block-start);-webkit-border-after:var(--str-chat__thread-border-block-end);border-block-end:var(--str-chat__thread-border-block-end);-webkit-border-start:var(--str-chat__thread-border-inline-start);border-inline-start:var(--str-chat__thread-border-inline-start);-webkit-border-end:var(--str-chat__thread-border-inline-end);border-inline-end:var(--str-chat__thread-border-inline-end)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);color:var(--str-chat__thread-header-color);box-shadow:var(--str-chat__thread-header-box-shadow);border-radius:var(--str-chat__thread-header-border-radius);-webkit-border-before:var(--str-chat__thread-header-border-block-start);border-block-start:var(--str-chat__thread-header-border-block-start);-webkit-border-after:var(--str-chat__thread-header-border-block-end);border-block-end:var(--str-chat__thread-header-border-block-end);-webkit-border-start:var(--str-chat__thread-header-border-inline-start);border-inline-start:var(--str-chat__thread-header-border-inline-start);-webkit-border-end:var(--str-chat__thread-header-border-inline-end);border-inline-end:var(--str-chat__thread-header-border-inline-end)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__body-text);color:var(--str-chat__thread-header-info-color)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:transparent;border:none}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg path{fill:var(--str-chat__thread-color)}.str-chat{--str-chat__tooltip-border-radius:var(--str-chat__border-radius-xs);--str-chat__tooltip-color:var(--str-chat__text-color);--str-chat__tooltip-background-color:var(--str-chat__secondary-background-color);--str-chat__tooltip-border-block-start:none;--str-chat__tooltip-border-block-end:none;--str-chat__tooltip-border-inline-start:none;--str-chat__tooltip-border-inline-end:none;--str-chat__tooltip-box-shadow:0 0 20px var(--str-chat__box-shadow-color)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__tooltip-color);box-shadow:var(--str-chat__tooltip-box-shadow);border-radius:var(--str-chat__tooltip-border-radius);-webkit-border-before:var(--str-chat__tooltip-border-block-start);border-block-start:var(--str-chat__tooltip-border-block-start);-webkit-border-after:var(--str-chat__tooltip-border-block-end);border-block-end:var(--str-chat__tooltip-border-block-end);-webkit-border-start:var(--str-chat__tooltip-border-inline-start);border-inline-start:var(--str-chat__tooltip-border-inline-start);-webkit-border-end:var(--str-chat__tooltip-border-inline-end);border-inline-end:var(--str-chat__tooltip-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}.str-chat{--str-chat__typing-indicator-border-radius:none;--str-chat__typing-indicator-color:var(--str-chat__text-low-emphasis-color);--str-chat__typing-indicator-background-color:var(--str-chat__overlay-color);--str-chat__typing-indicator-border-block-start:none;--str-chat__typing-indicator-border-block-end:none;--str-chat__typing-indicator-border-inline-start:none;--str-chat__typing-indicator-border-inline-end:none;--str-chat__typing-indicator-box-shadow:none;--str-chat__typing-indicator-dot-background-color:var(--str-chat__text-color)}.str-chat__typing-indicator{background:var(--str-chat__typing-indicator-background-color);color:var(--str-chat__typing-indicator-color);box-shadow:var(--str-chat__typing-indicator-box-shadow);border-radius:var(--str-chat__typing-indicator-border-radius);-webkit-border-before:var(--str-chat__typing-indicator-border-block-start);border-block-start:var(--str-chat__typing-indicator-border-block-start);-webkit-border-after:var(--str-chat__typing-indicator-border-block-end);border-block-end:var(--str-chat__typing-indicator-border-block-end);-webkit-border-start:var(--str-chat__typing-indicator-border-inline-start);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);-webkit-border-end:var(--str-chat__typing-indicator-border-inline-end);border-inline-end:var(--str-chat__typing-indicator-border-inline-end)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{border-radius:999px;-webkit-animation:dotFlashing 1s infinite alternate;animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:first-child{-webkit-animation-delay:0s;animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){-webkit-animation-delay:.5s;animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--str-chat-thread-list-border-color:var(--str-chat__surface-color);--str-chat-thread-list-container-background-color:var(--str-chat__secondary-background-color);--str-chat-unseen-threads-banner-background-color:var(--str-chat__text-color);--str-chat-unseen-threads-banner-color:var(--str-chat__opaque-surface-text-color);--str-chat-thread-list-item-background-color-default:var(--str-chat__secondary-background-color);--str-chat-thread-list-item-background-color-selected:var(--str-chat__surface-color);--str-chat-thread-list-item-text-color:var(--str-chat__text-color);--str-chat-thread-list-item-text-low-emphasis-color:var(--str-chat__text-low-emphasis-color);--str-chat-thread-list-empty-placeholder-background-color:var( --str-chat__secondary-background-color );--str-chat-thread-list-empty-placeholder-color:var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list-container{background-color:var(--str-chat-thread-list-container-background-color)}.str-chat__unseen-threads-banner{border-radius:16px;background:var(--str-chat-unseen-threads-banner-background-color);color:var(--str-chat-unseen-threads-banner-color)}.str-chat__unseen-threads-banner__button{--str-chat-icon-color:var(--str-chat-unseen-threads-banner-color)}.str-chat__thread-list{border-right:1px solid var(--str-chat-thread-list-border-color)}.str-chat__thread-list .str-chat__thread-list-item{--str-chat-icon-color:var(--str-chat-thread-list-item-text-color);border:none;background-color:var(--str-chat-thread-list-item-background-color-default);color:var(--str-chat-thread-list-item-text-color)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true]{background-color:var(--str-chat-thread-list-item-background-color-selected)}.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__latest-reply-text-and-timestamp,.str-chat__thread-list .str-chat__thread-list-item[aria-selected=true] .str-chat__thread-list-item__parent-message-text{color:inherit}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__parent-message-text{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply{--str-chat__avatar-background-color:var(--str-chat__secondary-surface-color);--str-chat__avatar-color:var(--str-chat__text-low-emphasis-color)}.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply-text-and-timestamp{color:var(--str-chat-thread-list-item-text-low-emphasis-color)}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color:var(--str-chat-thread-list-empty-placeholder-color);background-color:var(--str-chat-thread-list-empty-placeholder-background-color);color:var(--str-chat-thread-list-empty-placeholder-color)}.str-chat{--str-chat-selector-background-color:var(--str-chat__secondary-background-color);--str-chat-selector-border-color:var(--str-chat__surface-color);--str-chat-selector-button-color-default:var(--str-chat__text-low-emphasis-color);--str-chat-selector-button-color-selected:var(--str-chat__text-color);--str-chat-selector-button-background-color-default:transparent;--str-chat-selector-button-background-color-selected:var(--str-chat__surface-color)}.str-chat__chat-view__selector{border-right:1px solid var(--str-chat-selector-border-color);background-color:var(--str-chat-selector-background-color)}.str-chat__chat-view__selector-button{--str-chat-icon-color:var(--str-chat-selector-button-color-default);border:none;background:var(--str-chat-selector-button-background-color-default);color:var(--str-chat-selector-button-color-default)}.str-chat__chat-view__selector-button[aria-selected=true]{--str-chat-icon-color:var(--str-chat-selector-button-color-selected);color:var(--str-chat-selector-button-color-selected);background:var(--str-chat-selector-button-background-color-selected)}.str-chat{--str-chat-unread-count-badge-color:var(--str-chat__on-unread-badge-color);--str-chat-unread-count-badge-background-color:var(--str-chat__danger-color)}.str-chat__unread-count-badge{background-color:var(--str-chat-unread-count-badge-background-color);color:var(--str-chat-unread-count-badge-color);border-radius:9999px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__grey300)}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-color)}