.axiom-snackbar{position:fixed;display:inline-flex;align-items:center;bottom:15px;font-size:14px;line-height:1;padding:8px 8px 8px 16px;border-radius:4px;color:#fff;font-weight:600;z-index:45;transform:translateY(70px);opacity:0;box-shadow:0px 3px 5px -1px rgba(0,0,0,.2),0px 6px 10px 0px rgba(0,0,0,.14),0px 1px 18px 0px rgba(0,0,0,.12);transition:opacity 225ms cubic-bezier(0, 0, 0.2, 1) 0ms,transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms}.axiom-snackbar.info{background-color:#313131}.axiom-snackbar.error{background-color:#d32f2f}.axiom-snackbar.success{background-color:#43a047}@media(min-width: 600px){.axiom-snackbar.right{right:15px}.axiom-snackbar.left{left:15px}.axiom-snackbar.center{left:50%;transform:translate(-50%, 70px)}}@media(max-width: 600px){.axiom-snackbar{left:10px;right:10px}}.axiom-snackbar.is-showing{transform:translateY(0);opacity:1}@media(min-width: 600px){.axiom-snackbar.is-showing.center{transform:translate(-50%, 0)}}.axiom-snackbar-dismiss{border-radius:4px;border:0;background-color:hsla(0,0%,100%,.1);color:currentColor;margin-left:22px;font-size:22px;width:35px;height:35px;line-height:35px;cursor:pointer;transition:background-color 225ms cubic-bezier(0, 0, 0.2, 1) 0ms}.axiom-snackbar-dismiss:hover{background-color:hsla(0,0%,100%,.3)}
.axiom-login{overflow:hidden}@media(min-width: 768px){.axiom-login{display:flex;height:100vh}}@media(min-width: 768px){.axiom-login-form,.axiom-login-information{flex:0 0 50%}}.axiom-login-information,.axiom-login-form{padding:40px;display:flex;align-items:center;justify-content:center;overflow-x:hidden}.axiom-login-information{overflow-y:hidden}.axiom-login-form{overflow-y:auto;background-color:#49a3b8}.axiom-otp-validation-button{display:inline-block;margin-top:10px;background-color:#d77c67;color:#fff;border:0;font-family:inherit;padding:8px 8px;cursor:pointer;transition:background-color .25s}.axiom-otp-validation-button:focus,.axiom-otp-validation-button:hover{background-color:#bf4d32}@media(max-width: 768px){.axiom-login-form{height:100vh;padding:10px;background-color:#fff}.axiom-login-information{display:none}}
.axiom-spinner{animation:spinner-rotate 1.5s linear infinite}.axiom-spinner-circle{fill:none;stroke-width:4;stroke-dasharray:1200;stroke-dashoffset:0;animation:spinner-dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes spinner-rotate{100%{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.axiom-loader{position:relative;z-index:99999}.axiom-loader-fullscreen{position:fixed;top:0;bottom:0;left:0;right:0;height:100vh}.axiom-loader-fullscreen .axiom-loader-overlay{top:0;bottom:0}.axiom-loader-overlay{display:flex;justify-content:center;align-items:center;position:absolute;right:0;left:0;background-color:rgba(255, 255, 255, 0.4);z-index:1}
.axiom-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}.axiom-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(3px)}.axiom-modal-content{position:relative;z-index:1;width:min(850px,92vw);max-height:95vh;overflow:auto;padding:28px 32px 24px;background:#fff;border-radius:6px;box-shadow:0 8px 30px rgba(0,0,0,.28);animation:openModal .25s ease both}.axiom-modal-content.is-fullscreen{position:fixed;inset:0;width:100%;max-height:none;border-radius:0}.axiom-modal-close{position:absolute;top:10px;right:12px;z-index:5;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,0);color:#666;font-size:26px;line-height:1;cursor:pointer}.axiom-modal-close:hover{background:#f1f1f1;color:#222}.axiom-modal-close:focus-visible{outline:2px solid #6f2c91;outline-offset:2px}.no-scroll{overflow:hidden}@keyframes openModal{from{opacity:0;transform:scale(0.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
@font-face{font-family:"Avenir LT Std";font-style:normal;font-weight:400;src:url(../build/FontsFree-Net-AvenirLTStd-Book-6c50a5d7e4ee09cfaebd.ttf) format("truetype")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:url(../build/NotoSans-Regular-fa11626fafb16c629d2c.ttf) format("truetype")}.login-form{width:500px;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0px 4px 4px 0 rgba(0, 0, 0, 0.1)}@media(max-width: 768px){.login-form{width:400px;height:400px;box-shadow:none;border:1px solid #ddd}}.login-form-logo{margin:30px 0}.login-form-header{font-size:28px;line-height:1;margin-top:0;margin-bottom:10px;font-weight:500}.login-form-subheader{margin-top:0;margin-bottom:15px;line-height:1;color:#666;font-size:22px;font-weight:400}@media(max-width: 768px){.login-form-header{font-size:24px}.login-form-subheader{font-size:18px}}.login-form-group{position:relative;margin-top:20px}.login-form-control{min-width:340px;border:0;border-bottom:2px solid #ddd;padding:12px 0;font-family:inherit;transition:border-bottom-color .25s}@media(max-width: 480px){.login-form-control{min-width:300px}}.login-form-control:focus{outline:0;border-bottom-color:#d77c67}.login-form-label{display:block;position:absolute;left:0;text-align:left;line-height:1;font-weight:400;transition:top .25s,font-size .25s}.login-form-password-show-hide{display:block;position:absolute;right:0;text-align:right;line-height:1;font-weight:400;top:15px;color:var(--primary-text-color);cursor:pointer;font-size:var(--small-text-size)}.login-form-control:placeholder-shown+.login-form-label{top:15px;font-size:16px}.login-form-control:focus+.login-form-label,.login-form-control:not(:placeholder-shown)+.login-form-label{top:-5px;font-size:14px}.axiom-login-button{display:inline-block;margin-top:40px;background-color:#d77c67;color:#fff;border:0;font-family:inherit;padding:12px 30px;cursor:pointer;border-radius:25px;transition:background-color .25s}.axiom-login-button:focus,.axiom-login-button:hover{background-color:#bf4d32}.login-form-seprator{max-width:300px;margin-left:auto;margin-right:auto;margin-bottom:10px;background-image:radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);background-size:100% 3px;background-repeat:no-repeat;background-position:center}.login-form-seprator-label{display:inline-block;padding:0 5px}.login-form-options{margin-top:20px;text-align:center}@media(min-width: 768px){.login-form-seprator-label{background-color:#49a3b8}.login-form-options{color:#fff}}.login-form-option{width:60px;height:60px;padding:10px;background-color:#fff;box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.1);border-radius:50%;margin-top:10px;display:flex;justify-content:center;align-items:center}.login-form-option-wrapper{display:flex;justify-content:space-around;align-items:center;cursor:pointer}@media(max-width: 768px){.login-form-option{box-shadow:none;border:2px solid #ddd}}.login-form-remember-me-group{display:inline-flex;width:70%;align-items:center;font-size:var(--small-text-size)}.login-form-remember-me-group input{margin:0}.login-form-remember-me-label{position:relative;margin-left:6px;line-height:1;cursor:pointer}.login-form-forgot-password{color:var(--forgot-password-color, var(--primary-color));cursor:pointer;font-size:var(--small-text-size)}.login-form-options.only{width:250rem}
.axiom-login-with-image{display:flex;width:100vw;height:100vh}@media(max-width: 980px){.axiom-login-with-image{flex-direction:column;justify-content:center}}.login-data-container{width:var(--login-left-panel-width, 35%);display:flex;flex-direction:column;justify-content:center;background-color:#fff;overflow:auto;padding:30rem;height:100vh;min-width:0}@media(max-width: 980px){.login-data-container{width:100%}}.image-login-content{display:flex;flex-direction:var(--image-login-content-direction, column);align-items:center;justify-content:center}.login-image-container{width:var(--login-right-panel-width, 65%);background-image:url(../build/login-background-default-c865e8c488f17730fc66.jpg);background-size:cover;background-repeat:no-repeat;color:#fff;overflow:hidden}.image-login-header{padding:var(--login-header-padding, 30rem);font-size:var(--login-header-text-size, var(--big-text-size));font-weight:var(--login-header-bold-size, var(--bold-font-weight));text-align:center;flex:0 0 auto}.image-login-subheader{padding:var(--login-header-padding, 30rem);font-size:var(--login-header-text-size);font-weight:var(--login-header-bold-size, var(--bold-font-weight));text-align:center;flex:0 0 auto}.image-login-btn{width:var(--login-button-width, 120rem);height:var(--login-button-height, 35rem);display:flex;justify-content:center;align-items:center;background-color:var(--login-button-background-color, var(--primary-color));background-image:linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);color:var(--login-button-color, white);font-size:var(--login-button-font-size, var(--body-text-size));font-weight:var(--login-button-font-weight, var(--bold-font-weight));border-radius:4rem;margin:15rem auto 10rem;cursor:pointer;-webkit-user-select:none;user-select:none}.image-login-btn:hover{background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%)}@media(max-width: 500px){.image-login-btn{width:300rem}}.image-login-box{width:var(--login-box-width, 300rem);height:35rem;display:flex;justify-content:flex-start;align-items:center;border:1rem solid var(--light-border-color);border-radius:4rem;margin-bottom:15rem;background-color:#fff}@media(max-width: 500px){.image-login-box{width:300rem}}.image-login-input-logo{width:30rem;display:flex;justify-content:center}.image-login-input-box{width:93%;display:flex}.image-login-icon{width:1em;height:1em;fill:var(--secondary-text-color)}.image-login-group{padding:0rem 8rem;display:flex;align-items:center}.image-login-input{border:0;width:100%;outline:none;background-color:#fff;font-family:inherit}.login-brand-logo{padding:25rem}.left-panel-login-brand-logo{margin-bottom:10rem;display:block;margin:0 auto}.login-brand-text{padding:100rem}.login-brand-title{padding:10rem 0rem;font-size:var(--login-header-text-size, var(--title-text-size));font-weight:var(--semibold-font-weight)}.login-brand-description{font-size:var(--login-description-text-size, var(--body-text-size));font-style:italic}.image-login-other{margin-top:15rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.image-other-login-text{color:var(--secondary-text-color);font-weight:var(--other-login-text-font-weight, var(--semibold-font-weight));font-size:var(--other-login-text-size, var(--small-text-size))}.image-login-label{color:var(--primary-text-color);margin-bottom:6rem;display:var(--show-label, none);font-size:var(--body-text-size);font-weight:var(--normal-font-weight)}.image-rememberme-label{color:var(--primary-text-color);cursor:pointer}@media(max-width: 980px){.login-image-container{display:none}}.image-login-remember-me-label{float:right;color:var(--primary-text-color);margin-right:8rem;cursor:pointer;font-size:var(--small-text-size)}.other-login-form-option-wrapper{display:flex;max-height:50rem;justify-content:space-around;align-items:center;cursor:pointer}.image-login-rememberme{display:flex;flex-direction:row;justify-content:space-between}@media(min-width: 980px){.image-login-rememberme{font-size:var(--small-text-size)}}.copyright-login-bottom-container{padding:12rem;display:flex;background-color:#000;justify-content:center;align-items:center;justify-content:center;color:#fff;font-size:var(--body-text-size);width:100%;position:absolute;bottom:0}.image-login-rememberme-checkbox{display:none}.image-login-rememberme-checkbox+label:before{border:1px solid var(--dark-border-color);content:" ";display:inline-block;font-size:11px;height:16px;margin:0 .5em 0 0;padding:0;vertical-align:top;width:16px;font-weight:bold;cursor:pointer;border-radius:2px}.image-login-logo{max-width:250rem}.image-login-rememberme-checkbox:checked+label:before{background:var(--login-remember-me-background, var(--primary-color));color:#fff;content:"✓";text-align:center;border-color:var(--login-remember-me-background, var(--primary-color))}.login-form-option{width:var(--other-login-button-width, 60px);height:var(--other-login-button-height, 60px);background-color:var(--other-login-button-background-color, #fff);border-radius:var(--other-login-button-border-radius, 50%);overflow:hidden}@media(max-width: 500px){.login-form-option{width:var(--other-login-button-mobile-width)}}.login-form-option img{max-height:32rem}.image-login-or-text{font-size:var(--body-text-size);font-weight:var(--semibold-font-weight);padding-top:var(--image-login-or-text-padding, 5rem);padding-bottom:var(--image-login-or-text-padding, 5rem)}
.cookie-modal .axiom-modal-content{display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.4);backdrop-filter:blur(3px)}.cookie-modal .axiom-modal-close{display:none}.cookie-modal-content{background-color:#fff;max-width:400rem;box-shadow:0px 0px 20px rgba(155,155,155,.4);border-radius:4px;max-height:90vh;padding:30rem;overflow:auto;animation:cookie-modal-content .3s cubic-bezier(0.73, 0.005, 0.22, 1)}@keyframes cookie-modal-content{from{opacity:0;transform:scale(0.7)}to{opacity:1;transform:scale(1)}}.cookie-modal-message{margin:0 0 15rem;font-size:var(--body-text-size);line-height:1.5}.cookie-modal-button{padding:8rem 14rem;font-family:inherit;font-size:var(--small-text-size);font-weight:var(--semibold-font-weight);border-radius:4px;cursor:pointer;line-height:1;text-decoration:none;border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.cookie-modal-button.primary{border:1px solid rgba(0,0,0,0);background-color:var(--primary-color);color:var(--button-color, #fff)}.cookie-modal-button.secondary{border:1px solid var(--light-border-color)}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(../build/Inter-Regular-76224c7fa303861462e7.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:400;font-display:swap;src:url(../build/Inter-Italic-b44d820bae143323a658.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(../build/Inter-Medium-9c1163dc5cc2a1c9b55b.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:500;font-display:swap;src:url(../build/Inter-MediumItalic-8ec956fb082ce092742f.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(../build/Inter-SemiBold-3be6b9e3b22c24eaada7.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:600;font-display:swap;src:url(../build/Inter-SemiBoldItalic-9a29a242a47db82ea071.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(../build/Inter-Bold-c3c9f10a4dbfc7314a59.woff2) format("woff2")}@font-face{font-family:"Inter";font-style:italic;font-weight:700;font-display:swap;src:url(../build/Inter-BoldItalic-21c58fc495f4efcff84c.woff2) format("woff2")}html{font-size:calc((100vw - 1200px)/1200 + 1px)}@media(max-width: 1199px){html{font-size:1px}}*,*::before,*::after{box-sizing:inherit}html{--primary-color: #6979f8;--positive-color: #1ec06a;--negative-color: #d62239;--primary-text-color: #333;--secondary-text-color: #808080;--primary-background-color: #ffffff;--primary-background-text-color: var(--primary-text-color);--big-text-size: 22rem;--heading-text-size: 18rem;--title-text-size: 14rem;--body-text-size: 12rem;--small-text-size: 10rem;--tiny-text-size: 8rem;--normal-font-weight: 400;--medium-font-weight: 500;--semibold-font-weight: 600;--bold-font-weight: 700;--hightlight-background-color: #f8f8f8;--light-border-color: #ddd;--dark-border-color: #bbb;--hawkeye-filter-modal-toggle: flex;--primary-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--fixed-width-font: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}@media(max-width: 980px){html{--big-text-size: 20rem;--heading-text-size: 16rem;--title-text-size: 14rem;--body-text-size: 12rem;--small-text-size: 9rem;--tiny-text-size: 8rem}}body{margin:0;overflow-x:hidden;font-family:var(--primary-font);box-sizing:border-box;font-size:var(--body-text-size)}body.no-scroll{overflow:hidden}.axiom-app{min-height:100vh}.axiom-app-content{padding-top:50px}.nice-scroll{scrollbar-width:thin}.nice-scroll::-webkit-scrollbar{width:14px;height:14px;background:rgba(0,0,0,0)}.nice-scroll::-webkit-scrollbar-thumb{border:none;box-shadow:none;background:var(--light-border-color);border-radius:8px;min-height:40px;border:4px solid #fff}.tabular-number{font-variant-numeric:tabular-nums}.sw-update-message{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:10px;text-align:left;display:flex;align-items:center;justify-content:space-between;max-width:450px;width:100%;margin:0 10px;font-size:12px;line-height:1.5;background-color:#313131;color:#fff;border-radius:4px;z-index:2}@media(max-width: 450px){.sw-update-message{left:10px;right:10px;transform:none}}.sw-update-action{flex:0 0 auto;padding:8px 16px;font-family:inherit;font-weight:600;font-size:12px;background-color:hsla(0,0%,100%,.3);border:1px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer;margin-left:10px;transition:background-color .3s ease;color:#fff}.sw-update-action:hover{background-color:hsla(0,0%,100%,.4)}@media(max-width: 980px){.title-tooltip[title]{position:relative}.title-tooltip[title]:focus::after{opacity:1;visibility:visible}.title-tooltip[title]:active::after{opacity:1;visibility:visible}.title-tooltip[title]::after{content:attr(title);position:absolute;font-size:var(--body-text-size);top:calc(-110% - 8rem);left:0;padding:5rem;border-radius:2rem;background-color:rgba(0,0,0,.8);color:#fff;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}}
.AxiomLanguageSelection{height:100vh;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);padding:15rem}.AxiomLanguageSelection .AxiomLanguageSelection-wrapper{min-width:300rem;min-height:450rem;margin-top:30rem;background-color:#fff;padding:20rem;border-radius:5rem}.AxiomLanguageSelection .AxiomLanguageSelection-first-part{border-bottom:1px solid var(--light-border-color)}.AxiomLanguageSelection .AxiomLanguageSelection-header{text-align:center;font-size:20rem;margin:15rem 0rem 10rem;color:var(--primary-text-color);font-weight:var(--semibold-font-weight);line-height:24rem;padding-bottom:3rem;display:flex;align-items:center;justify-content:center}.AxiomLanguageSelection .landing-page-radio{height:48vh;overflow:auto;display:flex;flex-direction:column;width:100%}.AxiomLanguageSelection .landing-page-radio::-webkit-scrollbar{background:rgba(0,0,0,.1);height:8px;width:8px}.AxiomLanguageSelection .landing-page-radio::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.AxiomLanguageSelection .landing-page-radio-item{position:relative;padding-bottom:14rem;display:flex;align-items:center}.AxiomLanguageSelection .AxiomLanguageSelection-form-control{height:15rem;width:10%;padding:unset;margin:unset}.AxiomLanguageSelection .AxiomLanguageSelection-bottom{width:100%;display:flex;display:flex;justify-content:center;align-items:center;padding:20rem;padding-bottom:15rem}.AxiomLanguageSelection .AxiomLanguageSelection-checkbox{font-size:16rem;padding:8rem 35rem;border:1px solid var(--secondary-text-color);box-sizing:border-box;border-radius:5rem}.AxiomLanguageSelection .landing-page-div{display:flex;border:none;flex-direction:column;align-items:center;justify-content:center;width:85%;border-radius:4rem;background:var(--primary-color);height:50rem;cursor:pointer;font-size:var(--lang-button-font-size, var(--body-text-size));font-weight:var(--lang-button-font-weight, var(--bold-font-weight))}.AxiomLanguageSelection .landing-page-btn-wrapper{display:flex;align-items:center;justify-content:center;width:100%;padding:0 20rem}.AxiomLanguageSelection .landing-page-btn{color:#fff;width:55rem;height:17rem;display:flex;align-items:center;justify-content:center;font-size:var(--title-text-size);cursor:pointer}.AxiomLanguageSelection .landing-page-bottom-text{font-size:14rem;line-height:17rem;color:var(--secondary-text-color)}@media(max-width: 575px){.AxiomLanguageSelection .AxiomLanguageSelection-wrapper{min-width:100%}.AxiomLanguageSelection .AxiomLanguageSelection{min-width:100%}.AxiomLanguageSelection .landing-page-div .AxiomLanguageSelection{width:100%}.AxiomLanguageSelection .AxiomLanguageSelection-form-control{width:10%;margin-left:17%;height:20rem}.AxiomLanguageSelection .landingpage-radio-label{left:24%;top:6rem}}@media(max-width: 750px){.AxiomLanguageSelection .AxiomLanguageSelection-wrapper{min-width:100%}.AxiomLanguageSelection .AxiomLanguageSelection{min-width:100%}.AxiomLanguageSelection .landing-page-div .AxiomLanguageSelection{width:100%}.AxiomLanguageSelection .AxiomLanguageSelection-form-control{width:10%;margin-left:17%;height:20rem}.AxiomLanguageSelection .landingpage-radio-label{left:27%;top:6rem}}
.axiom-navbar{position:fixed;top:0;left:0;right:0;height:50px;display:flex;justify-content:space-between;z-index:51;background:#fff;box-shadow:0 1px 4px 0 rgba(50,50,50,.5)}.axiom-navbar-left{position:relative;z-index:2;display:flex;align-items:center}.axiom-navbar-action{position:relative;background-color:rgba(0,0,0,0);border:0;cursor:pointer;padding:0 15px;color:currentColor;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;height:100%}.axiom-navbar-logo{max-height:40px}.axiom-navbar-title{position:absolute;left:0;right:0;z-index:1;font-size:20px;font-weight:bold;text-align:center;top:50%;transform:translateY(-50%);line-height:1}@media(max-width: 560px){.axiom-navbar-title{font-size:18px}}.axiom-navbar-right{position:relative;display:flex;align-items:center;z-index:2}@media(max-width: 560px){.axiom-navbar-right{position:absolute;background-color:#fff;top:100%;right:5px;flex-direction:column;box-shadow:0 1px 4px 0 rgba(50,50,50,.5);border-radius:0 0 4px 4px;opacity:0;visibility:hidden}.axiom-navbar-right .axiom-navbar-action{min-height:50px;justify-content:flex-start}.axiom-navbar-right .axiom-navbar-action:not(:last-of-type){border-bottom:1px solid #ddd}.axiom-navbar-right.is-open{opacity:1;visibility:visible}}.axiom-navbar-toggle{position:relative;z-index:2}@media(min-width: 560px){.axiom-navbar-toggle{display:none}}.axiom-navbar-badge{position:absolute;top:2px;left:20px}.axiom-navbar-label{margin-left:8px}@media(min-width: 560px){.axiom-navbar-label{display:none}}
.axiom-sidebar{position:fixed;top:50px;bottom:0;display:flex;flex-direction:column;background:#fff;z-index:50;width:360px;height:auto;box-shadow:none;color:#444;font-size:14px;font-weight:600;line-height:1;transform:translateX(-360px);transition:transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms,box-shadow 225ms cubic-bezier(0, 0, 0.2, 1) 0ms}.axiom-sidebar.is-open{transform:translateX(0);box-shadow:0px 8px 10px -5px rgba(0,0,0,.2),0px 16px 24px 2px rgba(0,0,0,.14),0px 6px 30px 5px rgba(0,0,0,.12)}.axiom-sidebar.is-open+.axiom-sidebar-overlay{visibility:visible;opacity:1}.axiom-sidebar-overlay{position:fixed;top:50px;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);z-index:49;visibility:hidden;opacity:0;transition:opacity 225ms cubic-bezier(0, 0, 0.2, 1) 0ms,visibility 225ms cubic-bezier(0, 0, 0.2, 1) 0ms}.axiom-sidebar-user{flex:0 0 auto;padding:15px;border-bottom:1px solid #ddd;display:flex;align-items:center;margin-bottom:15px}.axiom-sidebar-user__avatar{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:20px;background-color:var(--primary-color);color:#fff;font-weight:700;border-radius:50%;margin-right:15px;text-transform:uppercase}.axiom-sidebar-user__name{color:#000;margin-top:0;margin-bottom:10px}.axiom-sidebar-user__email{font-weight:400;color:#777;margin:0}.axiom-sidebar-apps{flex:1 1 auto;overflow:auto}.axiom-sidebar-apps::-webkit-scrollbar{background:rgba(0,0,0,.1);height:8px;width:8px}.axiom-sidebar-apps::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.axiom-sidebar-app{display:flex;align-items:center;padding:8px 15px;color:currentColor;text-decoration:none;background-color:rgba(0,0,0,0);cursor:pointer;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.axiom-sidebar-app:hover{background-color:rgba(0,0,0,.04);text-decoration:none}.axiom-sidebar-app:hover .axiom-sidebar-app__icon{background-color:var(--primary-color);color:#fff}.axiom-sidebar-app.is-active{background-color:rgba(0,0,0,.04);color:var(--primary-color)}.axiom-sidebar-app.is-active .axiom-sidebar-app__icon{background-color:var(--primary-color);color:#fff}.axiom-sidebar-app__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background-color:#e5e5e5;border-radius:50%;margin-right:15px;color:#444;text-transform:uppercase;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.axiom-sidebar-utilities{cursor:pointer;flex:0 0 auto;border-top:1px solid #ddd;padding:15px 0}.axiom-sidebar-utility{display:flex;align-items:center;padding:10px 15px;color:currentColor;text-decoration:none;background-color:rgba(0,0,0,0);transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.axiom-sidebar-utility:hover{text-decoration:none;background-color:rgba(0,0,0,.04);color:#000}.axiom-sidebar-utility__icon{width:20px;height:20px;margin-right:15px;fill:currentColor}.axiom-version-bundle{font-size:var(--small-text-size);color:var(--dark-border-color);padding-left:18rem}.axiom-version-content{padding-bottom:1rem}
.react-calendar{width:350px;max-width:100%;background:white;border:1px solid #a0a096;line-height:1.125em;font-family:inherit}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{box-sizing:border-box}.react-calendar__tile.day__disabled.react-calendar__month-view__days__day{pointer-events:none;color:#dedede;background:#fff}.disabled_month.react-calendar__year-view__months__month{pointer-events:none;color:#dedede;background:#fff}.time_picker_header{background:var(--primary-color);color:#fff;text-align:center;padding:16px;font-size:20px;margin-bottom:15px}.react-calendar button{border:0;outline:none}.react-calendar button:not([disabled]):hover{cursor:pointer}.react-calendar__year-view{padding:15px}.react-calendar__navigation{height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:not([disabled]):hover,.react-calendar__navigation button:not([disabled]):focus{background-color:rgba(12, 100, 113, 0.3)}.react-calendar__navigation button[disabled]{background-color:#f0f0f0}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:bold;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers{font-weight:bold}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;padding:1em .66666667em}.react-calendar__month-view__days__day--weekend{color:#000}.react-calendar__month-view__days__day--neighboringMonth{color:#969696}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;text-align:center;padding:.75em .5em;background:none}button.react-calendar__tile[disabled]{background-color:#f0f0f0}button.react-calendar__tile:not([disabled]):hover,button.react-calendar__tile:not([disabled]):focus{background-color:rgba(12, 100, 113, 0.3)}.react-calendar__tile--hasActive{background:var(--primary-color);color:#fff}button.react-calendar__tile--hasActive:not([disabled]):hover,button.react-calendar__tile--hasActive:not([disabled]):focus{background:var(--primary-color)}.react-calendar__tile--active{background:#006edc;color:white}button.react-calendar__tile--active:not([disabled]):hover,button.react-calendar__tile--active:not([disabled]):focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:var(--primary-color)}.AxiomCalendarWrapper{position:fixed;width:100%;height:100%;top:0;right:0;left:0;background:rgba(0, 0, 0, 0.5);z-index:2000}.AxiomCalendar,.react-calendar{font-family:inherit}.react-calendar{border:0 !important;margin:auto}.noscroll{overflow:hidden !important}.AxiomCalendarMain{background:#fff;width:350px;position:absolute;left:0;right:0;margin:auto;top:4%;box-shadow:0 14px 28px rgba(0, 0, 0, 0.25),0 10px 10px rgba(0, 0, 0, 0.22)}.picker-container .picker-column .picker-item.picker-item-selected .AxiomCalendarMain button{border:none !important;transition:all 250ms ease-in-out}.react-calendar__mobile{display:none}.styled-select{background:url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;height:29px;overflow:hidden;width:240px}.styled-select select{background:transparent;border:none;font-size:14px;height:29px;padding:5px;width:268px}.styled-select.slate{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzU1NSIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=) no-repeat;background-size:10px;background-position:right 8px top 50%,0 0;height:34px;width:240px}.styled-select.slate select{border:1px solid #ccc;font-size:16px;height:34px;width:268px}.picker-container .picker-column .picker-item.picker-item-selected{color:#222}.picker-container .picker-column .picker-item.picker-item-selected{color:var(--primary-color);font-weight:bold}.picker-highlight:after{height:2px solid #dedede}.picker-highlight:before{height:2px solid #dedede}.react-calendar__desktop>div{display:inline-block;width:100%}.react-calendar__desktop select{width:90%}.react-calendar__desktop{padding:15px 25px;display:flex;justify-content:space-between}.react-calendar-footer{padding:15px;justify-content:flex-end;display:flex}.react-calendar-footer button{margin-left:15px;padding:5px 15px;background:var(--primary-color);border:0 !important;color:#fff;border-radius:3px}.react-calendar-footer button:focus,.react-calendar-footer button:active{outline:none}.react-calendar__month-view__days__day--weekend .react-calendar__tile--active{color:#fff !important}.react-calendar__tile--active{background:var(--primary-color) !important}.react-calendar__navigation{margin-bottom:0 !important;background:var(--primary-color) !important;height:74px}.react-calendar__navigation button{background:var(--primary-color) !important}.react-calendar__navigation button:hover{background:var(--primary-color) !important}.react-calendar__navigation__label{font-size:20px;color:#fff}.react-calendar__month-view{padding:15px}.react-calendar__month-view__weekdays{margin:10px 0px}.react-calendar__month-view__weekdays__weekday{font-size:15px}.react-calendar__month-view__days__day{font-size:20px;border-radius:50%}
.monitor-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjEzMjY0LjA2NiAxNDE0My44OTkgMzEuNTY0IDMxLjU2NCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJncm91cC02OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMxOTguOTk5IDE0MTEzLjg5OSkiPgogICAgPHBhdGggaWQ9InBhdGgiIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDUuMDUxLDcyNi4wNjhBMTUuNzgsMTUuNzgsMCwwLDEsMTQ5MCw3MTUuMDZoMS41MzVjMi41NDcsMCw0Ljc5My0zLjEwOCw2Ljc0LTUuOC41NjItLjc0OSwxLjEyNS0xLjQ2LDEuNS0yLjAyMS43NDgtMS4wODYsMS4wMTEtMS4xNjEsMS4wODUuNDQ5LDAsLjMzNy4wMzcuNzQ5LjAzNywxLjIuNDg3LDYuODUyLDEuNjEsOS4yNDksMy4xMDgsOS4xMzcsMS44MzUtLjExMiwzLjEwOS00LjQ1Niw0LjMwNS04LjY1LjM3NS0xLjIuNzEyLTIuNC45NzUtMy4zNy4xNDktLjU2Mi40ODYtLjkzNi42NzQuNDQ5LjUyNCwzLjMzMy45NzMsNS4xMywxLjk0Nyw2LjQ0MSwxLjIzNiwxLjcyMiwyLjg0NiwyLjE3Miw1LjEzLDIuMTcyaDMuMDdBMTUuNzQ0LDE1Ljc0NCwwLDAsMSwxNTA1LjA1MSw3MjYuMDY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MjQuMjIgLTY2NC41MDQpIi8+CiAgICA8cGF0aCBpZD0icGF0aC0yIiBkYXRhLW5hbWU9InBhdGgiIGNsYXNzPSJjbHMtMSIgZD0iTTE0NzEuMTUxLDQzMC4wNDdBMTQuNzQxLDE0Ljc0MSwwLDAsMSwxNDcxLDQyNy44YTE1Ljc4MiwxNS43ODIsMCwxLDEsMzEuNTY1LDAsMjEuODQ2LDIxLjg0NiwwLDAsMS0uMTUsMi4yNDdoLTMuNjY4Yy0xLjQ2LDAtMi40MzMtLjIyNS0zLjEwOC0xLjEyMy0uODIzLTEuMTIzLTEuMzQ4LTMuMjU3LTEuODM0LTYuOTY0LS4zNzQtMi43MzMtMS4yMzYtMy43ODItMi4zNi0zLjYzMi0xLjU3My4yMjUtMi42NTksMy45NjktMy44Miw3LjgyNS0uNTYxLDIuMDIyLTEuMzEsNC4wNDQtMS41NzIsNS40MjktLjE1LjYtLjUyNS45MzYtLjYuMDc1LS4wMzctMS4wNDgtLjE0OS0yLjY1OC0uMzM3LTUuNDI5LS4yNjItMy44MTktMS4yNzMtNS4xNjctMi43Ny01LjA1NS0xLjQ2LjExMi0yLjg0NiwxLjk4NC00LjM4MSw0LjExOS0xLjYwOSwyLjIwOS0zLjQ0NCw0Ljc1NS00LjcxNyw0Ljc1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDA1LjkzMiAtMzgyKSIvPgogIDwvZz4KPC9zdmc+Cg==);width:28px;height:28px;top:-4px}.marginLeftRightAuto{text-align:center;min-height:500px;height:100%;width:100%;padding-top:50px}.margin-0{margin:0}.inline-block{display:inline-block}.font24{font-size:24px}.font18{font-size:18px}.fullHeightWidth{height:100%;width:100%;padding:0 !important}.bg{width:100%}.notif{background:white;width:20em;padding:1em;box-sizing:border-box}.dummy-card{position:absolute;left:0;width:130px;cursor:pointer;z-index:50;height:82px}.bs-component{padding:19px 0px}.card{background:#fff;max-width:950px;margin:0 auto;position:relative}.slick-slide{background:#fff;height:82px;margin-right:2px;margin-bottom:2px;border:0px solid transparent}.help-slick img{height:95vh}.cursor-pointer{cursor:pointer}.slick-list{border:0px solid transparent}.card-component{width:186px;padding:5px;padding-bottom:0;letter-spacing:1px;border:1px #e6e6e6 solid;height:80px}.cardValueStyle{padding:0px;margin:0px;font-size:26px;font-family:Bariol}.active-card,.slick-center{opacity:1 !important;color:#fff}.slick-next{right:-22px}.slick-prev{left:-22px}.axiom_app_container .slick-prev:before,.axiom_app_container .slick-next:before{color:#d77c67}.slick-slider{padding:0px;padding-top:0px;padding-bottom:0px}.white-background{background:#fff}.font-white{color:#fff}.font-gray{color:#ccc}.tile{background:#fc0;padding-top:15px;max-height:200px;max-width:360px;height:auto;height:100px;color:#fff;overflow:hidden;font-weight:bold;transition:height 200ms;padding:10px;margin:0 auto}.tile.expanded{overflow:auto;height:100%;max-height:none}.slick-dots{bottom:-10px}.big-fonts{font-size:25px}.clearfix{clear:both}.date-navigation{display:inline-block;position:relative;margin:0;top:7px}.date-navigation:before{background:transparent;color:#000}.bar{cursor:pointer}.chartOuter{height:200px;overflow:auto}.kpi-list{margin-bottom:20px}@media(max-width: 482px){.container-fluid{padding:0 !important}.kpi-list{margin-bottom:65px;margin-top:70px}.card{padding-left:11px}}.text{fill:#000}.bar.active,.text.active{fill:#d77c67;font-weight:bold}.arrow_box{position:relative;margin-top:10px}.arrow_box:after,.arrow_box:before{bottom:100%;right:15px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow_box:after{border-color:rgba(136, 183, 213, 0);border-width:10px;margin-left:-10px}.arrow_box:before{border-color:rgba(194, 225, 245, 0);border-width:12px;margin-left:-12px}.rightFloat{float:right}.table-correlation{font-size:14px;margin:0}.table-container{margin:18px 0px;margin-right:12px;min-height:250px;box-shadow:rgba(0, 0, 0, 0.117647) 0px 1px 6px,rgba(0, 0, 0, 0.117647) 0px 1px 4px}.selectKPI{border-radius:2px;color:#fff;float:right;padding:0;margin:2px}.selectKPI.disabled{background:#fff;opacity:.8;pointer-events:none}.well-mf{background-color:#f5f5f5;border:1px solid #e3e3e3;margin-bottom:5px;padding:6px 15px}@media screen and (min-width: 1000px){.no-left-padding{padding-left:0}}.dropdown-toggle{background:none}@media screen and (max-width: 440px){.table-container{margin-right:0}.card-component{width:150px}.sum{float:right}.app-bar{position:fixed;left:0;right:0;top:0;z-index:101}.app-body{margin-top:65px}.selectKPI{float:left;width:100%;margin-top:5px}.well-mf{padding:6px 0px}.sum-container{padding-right:0}}.well{border-radius:0}.dropdown-toggle{border-radius:0;font-size:14px}.btn .caret{margin-left:2px}.sum-container{text-align:center}.dropdown-menu a{cursor:pointer}.full-screen-container{width:100%;height:100vh;color:#fff;font-size:20px}.on-boarding-icon{position:relative;top:50%;transform:translateY(-50%);height:145px}.on-boarding-icon-container{text-align:center;position:relative;top:50%;transform:translateY(-50%)}.sum-span{cursor:default}.unclickable{pointer-events:none;opacity:.5}select.sortBy{border:0px;outline:0px;background:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:background-color 2000s ease-in-out 0s;transition:background-color 2000s ease-in-out 0s}.rotate-180{transform:rotate(180deg)}#login_email,#login_password{background-color:#fff !important}.textAlignCenter{text-align:center;max-width:360px;margin:0 auto;cursor:pointer}.tilelabel{margin-left:15px;font-size:16px;font-family:Bariol}.tileDiscard{margin-right:15px;float:right;color:#ff4d54;font-size:16px;font-family:Bariol;display:none}.tileShadow{box-shadow:1px 1px 1px #aaa;max-width:360px;margin:5px auto}.saveDiscardDiv{height:50px;line-height:50px;max-width:360px;margin:0 auto}.hidden{display:none}@media screen and (min-width: 641px){.addMemberStyle{bottom:30px}}.img-for-trend{height:200px}.trend-view{margin:0 auto;height:200px}@media only screen and (max-width: 500px){.marquee{text-overflow:ellipsis;overflow:hidden}.marquee:hover{animation:marquee 4s linear 3;text-overflow:inherit;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.dimension{width:100px}}@keyframes marquee{0%{transform:translate(0, 0)}100%{transform:translate(-100%, 0)}}.titleOfDrilldown{font-size:14px;font-weight:bold;padding:12px}.marqueeForDimension{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.marqueeForDimension:hover{animation:marqueeForDimension 4s linear 3;text-overflow:inherit;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@keyframes marqueeForDimension{0%{transform:translate(0, 0)}100%{transform:translate(-100%, 0)}}.CalendarSelectionClass{background:#fff}.cardTitle{font-size:12px;font-family:Bariol;letter-spacing:1px}.app-bar h1{font-family:Bariol}#breadcrumbs-four{overflow:auto;width:1100px;white-space:nowrap;margin:10px auto 0 auto;overflow-y:hidden;padding-left:10px}@media only screen and (max-width: 500px){#breadcrumbs-four{margin-top:80px;margin-bottom:10px;padding-left:15px;width:100%}}#breadcrumbs-four li{margin:0 2em 0 0;display:inline}#breadcrumbs-four a{background:#ddd;padding:.7em 1em;text-decoration:none;color:#444;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);position:relative;border-radius:.4em 0 0 .4em;cursor:pointer}#breadcrumbs-four a:hover{background:#e5c9c3}#breadcrumbs-four a::before,#breadcrumbs-four a::after{content:"";position:absolute;top:0;bottom:0;width:1em;background:#ddd;transform:skew(-10deg)}#breadcrumbs-four a::before{left:-0.5em;border-radius:5px 0 0 5px}#breadcrumbs-four a:hover::before{background:#e5c9c3}#breadcrumbs-four a::after{right:-0.5em;border-radius:0 5px 5px 0}#breadcrumbs-four a:hover::after{background:#e5c9c3}#breadcrumbs-four .current,#breadcrumbs-four .current:hover{font-weight:bold;background:none}#breadcrumbs-four .current::after,#breadcrumbs-four .current::before{content:normal}.font22{font-size:22px}.text-gray{color:#7c7b7d}.slider-decorator-2{display:none}#activeCrumbs>a,#activeCrumbs>a:after,#activeCrumbs>a:before{background:#dc9888 !important}.hideBreadCrumb{display:none !important}.BreadCrumbsFont{font-size:18px}@media only screen and (max-width: 500px){.BreadCrumbsFont{font-size:16px}}
/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media(min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}
.axiom-home-page{background-size:cover;background-repeat:no-repeat}.axiom-landing-page{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:15vh 20rem 10vh 20rem}.axiom-landing-page-content{max-width:var(--landing-page-max-width, 600rem);width:100%;font-weight:var(--semibold-font-weight)}.axiom-landing-page-heading{display:flex;align-items:center;margin-bottom:10rem}.axiom-landing-page-title{display:flex;align-items:center;gap:10rem;margin:24rem 20rem 8rem;padding:0;font-size:20rem;font-weight:800;letter-spacing:-0.5rem;color:#0f172a}.axiom-landing-page-title::before{content:"";width:6rem;height:24rem;border-radius:20rem;background:linear-gradient(180deg, #6c2bd9, #ff6b2b)}.axiom-landing-page-more{cursor:pointer;color:var(--landing-font-color, var(--primary-text-color));background-color:#fff;border:var(--home-app-card-border, 0);font-size:var(--small-text-size);padding:6rem 10rem;text-decoration:none;border-radius:var(--home-app-card-border-radius, 4px)}.axiom-landing-apps{display:grid;grid-gap:15rem;padding-right:10rem;grid-template-columns:repeat(auto-fill, minmax(var(--landing-page-card-width, 190rem), 1fr))}.axiom-landing-apps.extra-buttons{margin-bottom:20rem}.app-blank-message{line-height:1.5;background-color:var(--landing-background-color, #fff);color:var(--landing-font-color, var(--primary-text-color));padding:15rem;grid-column:1/span 2;border-radius:var(--home-app-card-border-radius, 4px);font-size:var(--body-text-size)}
.axiom-landing-app{position:relative;display:flex;align-items:center;width:100%;min-height:53rem;padding:5rem;text-decoration:none;border-radius:20rem;background:hsla(0,0%,100%,.82);backdrop-filter:blur(18px);border:1px solid hsla(0,0%,100%,.9);box-shadow:0 4rem 12rem rgba(15,23,42,.05),0 12rem 32rem rgba(15,23,42,.08);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;color:#0f172a;cursor:pointer}.axiom-landing-app:hover{transform:translateY(-6rem);border-color:rgba(108,43,217,.2);box-shadow:0 12rem 24rem rgba(108,43,217,.08),0 24rem 48rem rgba(15,23,42,.12)}.axiom-landing-app::after{content:"";position:absolute;inset:0;opacity:0;transition:opacity .25s ease;background:radial-gradient(circle at top right, rgba(108, 43, 217, 0.08), transparent 55%);pointer-events:none}.axiom-landing-app:hover::after{opacity:1}.axiom-landing-app-icon{width:40rem;height:35rem;flex:0 0 auto;padding:8rem;border-radius:16rem;background:linear-gradient(135deg, rgba(108, 43, 217, 0.12), rgba(255, 107, 43, 0.08));box-shadow:inset 0 1rem 1rem hsla(0,0%,100%,.8),0 4rem 12rem rgba(108,43,217,.08)}.axiom-landing-app-title{flex:1;margin:0;padding-left:8rem;color:#0f172a;overflow-wrap:anywhere;font-size:13rem;line-height:1.5;font-weight:600;white-space:normal;word-break:break-word}.axiom-apps-app-action{display:flex;align-items:center;justify-content:center;width:34rem;height:34rem;border:none;border-radius:12rem;background:rgba(148,163,184,.08);cursor:pointer;transition:all .2s ease;flex:0 0 auto}.axiom-apps-app-action:hover{background:rgba(108,43,217,.12);transform:scale(1.08)}.axiom-apps-app-star{width:18rem;height:18rem;fill:#cbd5e1;transition:all .2s ease}.axiom-apps-app-action:hover .axiom-apps-app-star{fill:#6c2bd9}.axiom-apps-app-favourite{fill:#f59e0b;filter:drop-shadow(0 0 4rem rgba(245, 158, 11, 0.4))}.axiom-apps-app-favourite:hover{fill:#ef4444}@media(max-width: 768px){.axiom-landing-app{min-height:74rem;padding:14rem}.axiom-landing-app-title{font-size:13rem}.axiom-landing-app-icon{width:22rem;height:22rem;padding:10rem}}.axiom-landing-app-icon-wrapper{width:54rem;height:54rem;display:flex;align-items:center;justify-content:center;border-radius:18rem}
.axiom-apps{padding-top:90rem;min-height:100vh;background:radial-gradient(circle at 20% 20%, rgba(108, 43, 217, 0.31) 0%, transparent 35%),radial-gradient(circle at 80% 20%, rgba(255, 107, 43, 0.35) 0%, transparent 35%),radial-gradient(circle at 50% 70%, rgba(59, 130, 246, 0.12) 0%, transparent 45%),linear-gradient(180deg, #f8fafc 0%, #d3dae6 50%, #dde3f4 100%)}.axiom-apps .coming-soon-apps{font-size:var(--tiny-text-size);position:absolute;bottom:10rem;left:20rem;z-index:9}.dashboard-refresh-icon.success{width:42rem;height:42rem;min-width:42rem;border-radius:50%;background:#e8f9ee;color:#16a34a;display:flex;justify-content:center;align-items:center;font-size:18rem;font-weight:700;box-shadow:0 3rem 10rem rgba(34,197,94,.18)}.dashboard-refresh-icon.delayed{width:42rem;height:42rem;min-width:42rem;border-radius:50%;background:#fef3c7;color:#d97706;display:flex;justify-content:center;align-items:center;font-size:18rem;font-weight:700;box-shadow:0 3rem 10rem rgba(34,197,94,.18)}.dashboard-refresh-top{display:flex;align-items:center;gap:32rem;margin-bottom:8rem}.dashboard-refresh-content{flex:1;min-width:0}.dashboard-refresh-title{color:#111827;font-size:13rem;font-weight:700;line-height:1.2}.dashboard-refresh-subtitle{margin-top:2rem;color:#64748b;font-size:11rem;font-weight:500}.dashboard-refresh-time{padding:6rem 12rem;border-radius:999rem;background:#eef4ff;color:#4f46e5;font-size:11rem;font-weight:700;white-space:nowrap;margin-left:auto}.dashboard-refresh-close{width:30rem;height:30rem;margin-left:10rem;border:none;border-radius:10rem;background:rgba(0,0,0,0);color:#94a3b8;font-size:16rem;cursor:pointer}.dashboard-refresh-close:hover{background:rgba(99,102,241,.08);color:#6366f1}@keyframes dashboardBannerEntry{from{opacity:0;transform:translateY(-12rem)}to{opacity:1;transform:translateY(0)}}.dashboard-refresh-banner::after{content:"";position:absolute;top:0;left:-140rem;width:80rem;height:100%;transform:skewX(-20deg)}@keyframes bannerShine{0%{left:-100%}100%{left:120%}}.axiom-apps-section-title{display:flex;align-items:center;gap:12rem;margin:32rem 20rem 18rem;padding:0;font-size:22rem;font-weight:800;letter-spacing:-0.5rem;color:#0f172a}.axiom-apps-section-title::before{content:"";width:6rem;height:24rem;border-radius:20rem;background:linear-gradient(180deg, #6c2bd9, #ff6b2b)}.axiom-apps-section{padding:12rem 20rem 30rem;display:grid;gap:22rem;grid-template-columns:repeat(auto-fill, minmax(220rem, 1fr))}.axiom-apps-blank{min-height:60vh;display:flex;justify-content:center;align-items:center;text-align:center;color:#64748b;font-size:18rem;background:hsla(0,0%,100%,.7);backdrop-filter:blur(20px);border-radius:24rem;margin:20rem;border:1px solid hsla(0,0%,100%,.8)}.dashboard-category-title{display:flex;align-items:center;gap:10rem;margin:0 0 18rem;padding-bottom:12rem;font-size:17rem;font-weight:700;color:#1e293b}.dashboard-category-title::before{content:"";width:6rem;height:22rem;border-radius:999rem;background:linear-gradient(180deg, #6c2bd9, #ff6b2b)}.dashboard-category-header{display:grid;grid-template-columns:1fr auto;gap:28rem;align-items:start;padding-bottom:18rem;margin-bottom:18rem;border-bottom:1px solid rgba(15,23,42,.08)}.dashboard-category-left{display:flex;align-items:center}.dashboard-refresh-banner{display:flex;gap:16rem;align-items:flex-start;width:760rem;padding:16rem 18rem;border-radius:18rem;background:linear-gradient(180deg, #ffffff, #fbfcff);border:1px solid rgba(34,197,94,.12);box-shadow:0 6rem 18rem rgba(64,164,33,.05);position:relative}.dashboard-refresh-banner::before{content:"";position:absolute;left:0;top:14rem;bottom:14rem;width:3rem;border-radius:10rem;background:#22c55e}.dashboard-refresh-icon{width:38rem;height:38rem;min-width:38rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#dcfce7;color:#16a34a;font-size:18rem;font-weight:700}.dashboard-refresh-content{flex:1;display:flex;flex-direction:column}.dashboard-refresh-status.success{font-size:13rem;font-weight:700;color:#0f172a}.dashboard-refresh-status.delayed{font-size:13rem;font-weight:700;color:#b45309}.dashboard-refresh-meta{display:grid;grid-template-columns:1fr 1fr;gap:18rem;padding-bottom:12rem;border-bottom:1px solid rgba(15,23,42,.08)}.refresh-item{display:flex;flex-direction:column;min-width:150rem}.refresh-label{font-size:10rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4rem}.refresh-value{font-size:12rem;font-weight:600;color:#1e293b}.dashboard-category-container{position:relative;margin:0 20rem 30rem;padding:18rem 20rem;border-radius:28rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.55));backdrop-filter:blur(18px);border:1px solid hsla(0,0%,100%,.8);box-shadow:0 6rem 18rem rgba(15,23,42,.05)}.dashboard-category-container::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg, rgba(108, 43, 217, 0.04), transparent 45%, rgba(255, 107, 43, 0.05));pointer-events:none}.dashboard-category-container .axiom-apps-section{padding-top:4rem;gap:14rem}.dashboard-count{display:flex;align-items:center;justify-content:center;min-width:28rem;height:28rem;border-radius:999rem;background:rgba(108,43,217,.12);color:#6c2bd9;font-size:12rem;font-weight:700}.axiom-app-card-section{margin:0 20rem 28rem;padding:18rem;border-radius:22rem;background:hsla(0,0%,100%,.55);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.8);box-shadow:0 4rem 12rem rgba(15,23,42,.04)}.dashboard-refresh-note{margin-top:12rem}.dashboard-refresh-note-title{font-size:11rem;font-weight:700;color:#64748b;text-transform:uppercase;flex-shrink:0}.dashboard-refresh-note-icon{flex-shrink:0;font-size:14rem}.dashboard-refresh-note-inline{display:flex;align-items:center;gap:8rem;margin-top:2rem}.dashboard-refresh-note-text{flex:1;cursor:pointer;font-size:12rem;color:#334155;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:.2s}.dashboard-refresh-note-text:hover{color:#2563eb}.dashboard-refresh-note-text::before{content:"";position:absolute;left:16rem;top:calc(100% + 4rem);border:6rem solid rgba(0,0,0,0);border-bottom-color:#1e293b;opacity:0;visibility:hidden;z-index:9999}.dashboard-refresh-note-tooltip{position:relative;display:inline-block;width:100%}.dashboard-remarks-modal{width:650rem;max-width:80vw;display:flex;flex-direction:column}.dashboard-remarks-header{display:flex;align-items:center;gap:16rem;padding-bottom:18rem;margin-bottom:20rem;border-bottom:1px solid #e5e7eb}.dashboard-remarks-icon{width:46rem;height:46rem;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20rem;font-weight:700;color:#2563eb;background:#eff6ff}.dashboard-remarks-title{font-size:20rem;font-weight:700;color:#111827}.dashboard-remarks-subtitle{margin-top:4rem;font-size:12rem;color:#6b7280}.dashboard-remarks-body{padding:16rem;min-height:120rem;max-height:320rem;overflow-y:auto;border-radius:10rem;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:13rem;line-height:1.8;white-space:pre-wrap;word-break:break-word}.dashboard-remarks-category{padding:10rem 14rem;border-radius:8rem;background:#f8fafc;border:1px solid #e2e8f0;font-size:14rem;font-weight:600;color:#1e293b}.dashboard-remarks-label{font-size:11rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8rem}.dashboard-refresh-banner-delayed{border:1px solid rgba(245,158,11,.25);background:linear-gradient(180deg, #fffdf5, #fffbeb)}.dashboard-refresh-banner-delayed::before{background:#f59e0b}
.axiom-home-navbar.change-password{display:none}.ChangePassword{display:flex;justify-content:center;align-items:center;background-color:#fff;height:100vh}.ChangePassword .change-password-Action{display:flex;justify-content:center}.ChangePassword .old-password-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;background-color:#fff;padding:10rem}.ChangePassword .label-change-password{color:var(--primary-text-color)}.ChangePassword .input-change-password{border:1px solid var(--light-border-color);width:100%;min-width:30rem;height:30rem}.ChangePassword .label-email-change-password{border:1px solid var(--light-border-color);width:300rem;height:30rem;padding:10rem;color:var(--primary-text-color);display:flex;align-items:center;justify-content:flex-start;font-weight:var(--semibold-font-weight);cursor:not-allowed;background-color:var(--hightlight-background-color)}.ChangePassword .change-password-btn{width:var(--login-button-width, 120rem);height:35rem;display:flex;justify-content:center;align-items:center;background-color:var(--primary-color);color:#fff;font-size:var(--body-text-size);border-radius:4rem;margin-top:15rem;cursor:pointer}.ChangePassword .change-password-label{color:var(--primary-color);text-align:center}
.axiom-home{position:relative;background:var(--all-apps-background-color, var(--hightlight-background-color));color:var(--all-apps-text-color, inherit);min-height:100vh;background-attachment:fixed;background-size:cover;background-repeat:no-repeat;color:#fff}.app-name-final{font-size:72px;font-weight:900;letter-spacing:20px;color:#2f1557;text-shadow:0 1px 0 #fff,0 8px 20px hsla(0,0%,100%,.35);animation:fadeInUp .8s ease}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-name-final span{display:inline-block;animation:letterWave 3s ease-in-out infinite}.app-name-final span:nth-child(1){animation-delay:0s}.app-name-final span:nth-child(2){animation-delay:.1s}.app-name-final span:nth-child(3){animation-delay:.2s}.app-name-final span:nth-child(4){animation-delay:.3s}.app-name-final span:nth-child(5){animation-delay:.4s}.app-name-final span:nth-child(6){animation-delay:.5s}.app-name-final::after{content:"";position:absolute;width:120%;height:2px;bottom:-14px;left:-10%;background:linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.9), transparent);animation:shimmer 3s linear infinite}@keyframes logoFloat{0%,100%{transform:translateY(0px)}50%{transform:translateY(-4px)}}@keyframes letterWave{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shimmer{0%{opacity:.2;transform:scaleX(0.7)}50%{opacity:1;transform:scaleX(1)}100%{opacity:.2;transform:scaleX(0.7)}}.axiom-home-navbar{position:absolute;left:0;right:0;display:flex;justify-content:space-between;background:var(--nav-bar-color, none);padding:20rem;height:var(--home-nav-bar-height, none);align-items:center;z-index:2}.axiom-home-logo{flex:0 0 auto;display:inline-flex;cursor:pointer;max-width:var(--home-logo-max-width, 110rem);background-color:var(--logo-background-color)}@media(max-width: 991px){.axiom-home-logo{max-width:var(--home-logo-max-width, 110rem)}}.axiom-home-logo-image{flex:0 0 auto;height:auto;width:100%}.axiom-home-user{display:flex;align-items:center;gap:10rem;padding:8rem 12rem;min-width:180rem;max-width:240rem;border-radius:14rem;background:hsla(0,0%,100%,.92);border:1px solid rgba(0,0,0,.05);cursor:pointer;transition:all .18s ease;box-shadow:0 1rem 2rem rgba(0,0,0,.03),0 6rem 18rem rgba(0,0,0,.04)}.axiom-home-user:hover{transform:translateY(-1rem);border-color:rgba(0,0,0,.08);box-shadow:0 4rem 10rem rgba(0,0,0,.06),0 10rem 24rem rgba(0,0,0,.08)}.axiom-home-user-avatar{width:34rem;height:34rem;min-width:34rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;font-size:13rem;font-weight:700;color:#111827;overflow:hidden}img.axiom-home-user-avatar{object-fit:cover}.axiom-home-user-info{flex:1;min-width:0}.axiom-home-user-name{font-size:13rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.axiom-home-user-role{font-size:10rem;color:#9ca3af;margin-top:1rem;white-space:nowrap}.axiom-home-user-arrow{font-size:18rem !important;color:#9ca3af;flex-shrink:0;transition:.2s}.axiom-home-user:hover .axiom-home-user-arrow{color:#4b5563}.user-dropdown-menu{margin-top:6rem !important;border-radius:14rem !important;border:1px solid #eef1f4 !important;min-width:190rem;box-shadow:0 8rem 30rem rgba(0,0,0,.08),0 2rem 10rem rgba(0,0,0,.04) !important}.user-dropdown-menu .MuiMenuItem-root{font-size:13rem;min-height:40rem}.user-dropdown-menu .MuiMenuItem-root:hover{background:#f8fafc}.copyright-home-bottom-container{padding:12rem;display:flex;background-color:#000;justify-content:center;align-items:center;justify-content:center;color:#fff;font-size:var(--body-text-size);width:100%;position:absolute;bottom:0}.logout-pass-seprator-wrapper{display:flex}@media(max-width: 991px){.logout-pass-seprator-wrapper{white-space:nowrap;margin-top:3rem}}.hawkeye-user-action{padding:4rem;border-radius:2rem;background-color:rgba(0,0,0,0);position:relative;z-index:2;transition:backgroud-color .25s ease;border:0}.hawkeye-user-action+.hawkeye-user-action{margin-left:5rem}.hawkeye-user-action:hover{cursor:default}.hawkeye-user-action:hover .hawkeye-user-action-icon{fill:var(--primary-color)}.hawkeye-user-action:hover .hawkeye-user-action-tooltip{opacity:1;visibility:visible;color:var(--primary-text-color)}.hawkeye-user-action:hover .hawkeye-user-action-tooltip:hover{background-color:var(--primary-color);color:#fff;cursor:pointer}.hawkeye-user-action:hover .hawkeye-user-action-list-tooltip{opacity:1;visibility:visible}.hawkeye-user-action-tooltip{position:absolute;white-space:nowrap;top:calc(100% + 2rem);transform:translateX(-50%);padding:8rem;border-radius:2rem;background-color:#fff;border:1px solid var(--light-border-color);opacity:0;visibility:hidden;font-size:var(--small-text-size);font-weight:var(--medium-font-weight);box-shadow:0px 0px 4rem rgba(0,0,0,.15);transition:opacity .3s ease,visibility .3s ease}.delay-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(4rem);display:flex;justify-content:center;align-items:center;z-index:999999}.delay-modal{width:720rem;max-width:90vw;max-height:85vh;background:#fff;border-radius:18rem;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24rem 60rem rgba(0,0,0,.25)}.delay-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:22rem 24rem;border-bottom:1px solid #e5e7eb}.delay-modal-header h2{margin:0;font-size:20rem;color:#0f172a}.delay-modal-header p{margin-top:6rem;color:#64748b;font-size:13rem}.delay-modal-close{width:34rem;height:34rem;border:none;border-radius:8rem;background:#f1f5f9;cursor:pointer;font-size:16rem}.delay-modal-close:hover{background:#e2e8f0}.delay-modal-body{flex:1;overflow:auto;padding:24rem;display:flex;flex-direction:column;gap:18rem}.delay-remarks-item{border:1px solid #e2e8f0;border-radius:12rem;padding:16rem;background:#fafafa}.delay-remarks-category{font-size:14rem;font-weight:700;color:#1e293b;margin-bottom:10rem}.delay-remarks-input{width:100%;min-height:90rem;resize:vertical;border:1px solid #cbd5e1;border-radius:8rem;padding:12rem;font-size:13rem;line-height:1.6;box-sizing:border-box;outline:none;transition:.2s}.delay-remarks-input:focus{border-color:#2563eb;box-shadow:0 0 0 3rem rgba(37,99,235,.12)}.delay-modal-footer{display:flex;justify-content:flex-end;gap:12rem;padding:18rem 24rem;border-top:1px solid #e5e7eb}.delay-btn-secondary{padding:10rem 20rem;border:1px solid #cbd5e1;background:#fff;border-radius:8rem;cursor:pointer}.delay-btn-secondary:hover{background:#f8fafc}.delay-btn-primary{padding:10rem 24rem;border:none;border-radius:8rem;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.delay-btn-primary:hover{background:#1d4ed8}.delay-remarks-time-row{display:flex;gap:16rem;margin-bottom:14rem}.delay-remarks-field{flex:1;display:flex;flex-direction:column}.delay-remarks-field label{font-size:11rem;color:#64748b;margin-bottom:6rem;font-weight:600}.delay-remarks-date{height:40rem;border:1px solid #cbd5e1;border-radius:8rem;padding:0 12rem;font-size:13rem;outline:none}.delay-remarks-date:focus{border-color:#2563eb;box-shadow:0 0 0 3rem rgba(37,99,235,.12)}

/*# sourceMappingURL=main-a4a4724e.css.map*/