:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stretched-link:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0}.border{border:solid 1px #D9D9D9;border-radius:10px}.flex{display:flex}.flex-grow{flex-grow:1}.flex-1{flex:1}.flex-inline{display:inline-flex!important}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex--justify-between{justify-content:space-between}.flex--justify-evenly{justify-content:space-evenly}.flex--justify-center{justify-content:center}.flex--justify-end{justify-content:flex-end}.flex--align-center{align-items:center}.flex--align-flex-end{align-items:flex-end}.flex--align-self-end{align-self:flex-end}.flex--align-self-start{align-self:flex-start}.flex--justify-self-end{justify-self:flex-end}.grid{display:grid}.grid-full{grid-area:1/1}.gtc-equal-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gtc-equal-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gtc-equal-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gtc-equal-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gtr-equal-1{grid-template-rows:repeat(1,minmax(0,1fr))}.gtr-equal-2{grid-template-rows:repeat(2,minmax(0,1fr))}.gtr-equal-3{grid-template-rows:repeat(3,minmax(0,1fr))}.gtr-equal-4{grid-template-rows:repeat(4,minmax(0,1fr))}.m--5{margin:-5rem!important}.mt--5,.mv--5{margin-top:-5rem!important}.mr--5,.mh--5{margin-right:-5rem!important}.ml--5,.mh--5{margin-left:-5rem!important}.mb--5,.mv--5{margin-bottom:-5rem!important}.m--4{margin:-4rem!important}.mt--4,.mv--4{margin-top:-4rem!important}.mr--4,.mh--4{margin-right:-4rem!important}.ml--4,.mh--4{margin-left:-4rem!important}.mb--4,.mv--4{margin-bottom:-4rem!important}.m--3{margin:-3rem!important}.mt--3,.mv--3{margin-top:-3rem!important}.mr--3,.mh--3{margin-right:-3rem!important}.ml--3,.mh--3{margin-left:-3rem!important}.mb--3,.mv--3{margin-bottom:-3rem!important}.m--2{margin:-2rem!important}.mt--2,.mv--2{margin-top:-2rem!important}.mr--2,.mh--2{margin-right:-2rem!important}.ml--2,.mh--2{margin-left:-2rem!important}.mb--2,.mv--2{margin-bottom:-2rem!important}.m--1{margin:-1rem!important}.mt--1,.mv--1{margin-top:-1rem!important}.mr--1,.mh--1{margin-right:-1rem!important}.ml--1,.mh--1{margin-left:-1rem!important}.mb--1,.mv--1{margin-bottom:-1rem!important}.m-0{margin:0rem!important}.mt-0,.mv-0{margin-top:0rem!important}.mr-0,.mh-0{margin-right:0rem!important}.ml-0,.mh-0{margin-left:0rem!important}.mb-0,.mv-0{margin-bottom:0rem!important}.m-1{margin:1rem!important}.mt-1,.mv-1{margin-top:1rem!important}.mr-1,.mh-1{margin-right:1rem!important}.ml-1,.mh-1{margin-left:1rem!important}.mb-1,.mv-1{margin-bottom:1rem!important}.m-2{margin:2rem!important}.mt-2,.mv-2{margin-top:2rem!important}.mr-2,.mh-2{margin-right:2rem!important}.ml-2,.mh-2{margin-left:2rem!important}.mb-2,.mv-2{margin-bottom:2rem!important}.m-3{margin:3rem!important}.mt-3,.mv-3{margin-top:3rem!important}.mr-3,.mh-3{margin-right:3rem!important}.ml-3,.mh-3{margin-left:3rem!important}.mb-3,.mv-3{margin-bottom:3rem!important}.m-4{margin:4rem!important}.mt-4,.mv-4{margin-top:4rem!important}.mr-4,.mh-4{margin-right:4rem!important}.ml-4,.mh-4{margin-left:4rem!important}.mb-4,.mv-4{margin-bottom:4rem!important}.m-5{margin:5rem!important}.mt-5,.mv-5{margin-top:5rem!important}.mr-5,.mh-5{margin-right:5rem!important}.ml-5,.mh-5{margin-left:5rem!important}.mb-5,.mv-5{margin-bottom:5rem!important}.m-6{margin:6rem!important}.mt-6,.mv-6{margin-top:6rem!important}.mr-6,.mh-6{margin-right:6rem!important}.ml-6,.mh-6{margin-left:6rem!important}.mb-6,.mv-6{margin-bottom:6rem!important}.m-7{margin:7rem!important}.mt-7,.mv-7{margin-top:7rem!important}.mr-7,.mh-7{margin-right:7rem!important}.ml-7,.mh-7{margin-left:7rem!important}.mb-7,.mv-7{margin-bottom:7rem!important}.m-8{margin:8rem!important}.mt-8,.mv-8{margin-top:8rem!important}.mr-8,.mh-8{margin-right:8rem!important}.ml-8,.mh-8{margin-left:8rem!important}.mb-8,.mv-8{margin-bottom:8rem!important}.m-9{margin:9rem!important}.mt-9,.mv-9{margin-top:9rem!important}.mr-9,.mh-9{margin-right:9rem!important}.ml-9,.mh-9{margin-left:9rem!important}.mb-9,.mv-9{margin-bottom:9rem!important}.p--5{padding:-5rem!important}.pt--5,.pv--5{padding-top:-5rem!important}.pr--5,.ph--5{padding-right:-5rem!important}.pl--5,.ph--5{padding-left:-5rem!important}.pb--5,.pv--5{padding-bottom:-5rem!important}.p--4{padding:-4rem!important}.pt--4,.pv--4{padding-top:-4rem!important}.pr--4,.ph--4{padding-right:-4rem!important}.pl--4,.ph--4{padding-left:-4rem!important}.pb--4,.pv--4{padding-bottom:-4rem!important}.p--3{padding:-3rem!important}.pt--3,.pv--3{padding-top:-3rem!important}.pr--3,.ph--3{padding-right:-3rem!important}.pl--3,.ph--3{padding-left:-3rem!important}.pb--3,.pv--3{padding-bottom:-3rem!important}.p--2{padding:-2rem!important}.pt--2,.pv--2{padding-top:-2rem!important}.pr--2,.ph--2{padding-right:-2rem!important}.pl--2,.ph--2{padding-left:-2rem!important}.pb--2,.pv--2{padding-bottom:-2rem!important}.p--1{padding:-1rem!important}.pt--1,.pv--1{padding-top:-1rem!important}.pr--1,.ph--1{padding-right:-1rem!important}.pl--1,.ph--1{padding-left:-1rem!important}.pb--1,.pv--1{padding-bottom:-1rem!important}.p-0{padding:0rem!important}.pt-0,.pv-0{padding-top:0rem!important}.pr-0,.ph-0{padding-right:0rem!important}.pl-0,.ph-0{padding-left:0rem!important}.pb-0,.pv-0{padding-bottom:0rem!important}.p-1{padding:1rem!important}.pt-1,.pv-1{padding-top:1rem!important}.pr-1,.ph-1{padding-right:1rem!important}.pl-1,.ph-1{padding-left:1rem!important}.pb-1,.pv-1{padding-bottom:1rem!important}.p-2{padding:2rem!important}.pt-2,.pv-2{padding-top:2rem!important}.pr-2,.ph-2{padding-right:2rem!important}.pl-2,.ph-2{padding-left:2rem!important}.pb-2,.pv-2{padding-bottom:2rem!important}.p-3{padding:3rem!important}.pt-3,.pv-3{padding-top:3rem!important}.pr-3,.ph-3{padding-right:3rem!important}.pl-3,.ph-3{padding-left:3rem!important}.pb-3,.pv-3{padding-bottom:3rem!important}.p-4{padding:4rem!important}.pt-4,.pv-4{padding-top:4rem!important}.pr-4,.ph-4{padding-right:4rem!important}.pl-4,.ph-4{padding-left:4rem!important}.pb-4,.pv-4{padding-bottom:4rem!important}.p-5{padding:5rem!important}.pt-5,.pv-5{padding-top:5rem!important}.pr-5,.ph-5{padding-right:5rem!important}.pl-5,.ph-5{padding-left:5rem!important}.pb-5,.pv-5{padding-bottom:5rem!important}.p-6{padding:6rem!important}.pt-6,.pv-6{padding-top:6rem!important}.pr-6,.ph-6{padding-right:6rem!important}.pl-6,.ph-6{padding-left:6rem!important}.pb-6,.pv-6{padding-bottom:6rem!important}.p-7{padding:7rem!important}.pt-7,.pv-7{padding-top:7rem!important}.pr-7,.ph-7{padding-right:7rem!important}.pl-7,.ph-7{padding-left:7rem!important}.pb-7,.pv-7{padding-bottom:7rem!important}.p-8{padding:8rem!important}.pt-8,.pv-8{padding-top:8rem!important}.pr-8,.ph-8{padding-right:8rem!important}.pl-8,.ph-8{padding-left:8rem!important}.pb-8,.pv-8{padding-bottom:8rem!important}.p-9{padding:9rem!important}.pt-9,.pv-9{padding-top:9rem!important}.pr-9,.ph-9{padding-right:9rem!important}.pl-9,.ph-9{padding-left:9rem!important}.pb-9,.pv-9{padding-bottom:9rem!important}.gap-1{gap:1rem!important}.gap-2{gap:2rem!important}.gap-3{gap:3rem!important}.gap-4{gap:4rem!important}.gap-5{gap:5rem!important}.gap-6{gap:6rem!important}.gap-7{gap:7rem!important}.gap-8{gap:8rem!important}.gap-9{gap:9rem!important}.rgap-1{row-gap:1rem!important}.rgap-2{row-gap:2rem!important}.rgap-3{row-gap:3rem!important}.rgap-4{row-gap:4rem!important}.rgap-5{row-gap:5rem!important}.rgap-6{row-gap:6rem!important}.rgap-7{row-gap:7rem!important}.rgap-8{row-gap:8rem!important}.rgap-9{row-gap:9rem!important}.cgap-1{column-gap:1rem!important}.cgap-2{column-gap:2rem!important}.cgap-3{column-gap:3rem!important}.cgap-4{column-gap:4rem!important}.cgap-5{column-gap:5rem!important}.cgap-6{column-gap:6rem!important}.cgap-7{column-gap:7rem!important}.cgap-8{column-gap:8rem!important}.cgap-9{column-gap:9rem!important}.h-100{height:100%}.h-50{height:50%}.h-25{height:25%}.h-10{height:10%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto!important}.h-2rem{height:2rem}th{text-align:left;padding-right:1rem}.bold{font-weight:700}.uppercase{text-transform:uppercase}.size-18{font-size:18px!important}.size-20{font-size:20px!important}.size-32{font-size:32px!important}.text-decoration-none{text-decoration:none}.text-red{color:#ff4435}.text-gray{color:#757575}.text-low{color:#35b4da}.text-medium{color:#ff844f}.text-high{color:#7e42ff}.text-align-center{text-align:center}.weight-bold{font-weight:700}.weight-normal{font-weight:400}.weight-100{font-weight:100}.weight-101{font-weight:101}.weight-102{font-weight:102}.weight-103{font-weight:103}.weight-104{font-weight:104}.weight-105{font-weight:105}.weight-106{font-weight:106}.weight-107{font-weight:107}.weight-108{font-weight:108}.weight-109{font-weight:109}.weight-110{font-weight:110}.weight-111{font-weight:111}.weight-112{font-weight:112}.weight-113{font-weight:113}.weight-114{font-weight:114}.weight-115{font-weight:115}.weight-116{font-weight:116}.weight-117{font-weight:117}.weight-118{font-weight:118}.weight-119{font-weight:119}.weight-120{font-weight:120}.weight-121{font-weight:121}.weight-122{font-weight:122}.weight-123{font-weight:123}.weight-124{font-weight:124}.weight-125{font-weight:125}.weight-126{font-weight:126}.weight-127{font-weight:127}.weight-128{font-weight:128}.weight-129{font-weight:129}.weight-130{font-weight:130}.weight-131{font-weight:131}.weight-132{font-weight:132}.weight-133{font-weight:133}.weight-134{font-weight:134}.weight-135{font-weight:135}.weight-136{font-weight:136}.weight-137{font-weight:137}.weight-138{font-weight:138}.weight-139{font-weight:139}.weight-140{font-weight:140}.weight-141{font-weight:141}.weight-142{font-weight:142}.weight-143{font-weight:143}.weight-144{font-weight:144}.weight-145{font-weight:145}.weight-146{font-weight:146}.weight-147{font-weight:147}.weight-148{font-weight:148}.weight-149{font-weight:149}.weight-150{font-weight:150}.weight-151{font-weight:151}.weight-152{font-weight:152}.weight-153{font-weight:153}.weight-154{font-weight:154}.weight-155{font-weight:155}.weight-156{font-weight:156}.weight-157{font-weight:157}.weight-158{font-weight:158}.weight-159{font-weight:159}.weight-160{font-weight:160}.weight-161{font-weight:161}.weight-162{font-weight:162}.weight-163{font-weight:163}.weight-164{font-weight:164}.weight-165{font-weight:165}.weight-166{font-weight:166}.weight-167{font-weight:167}.weight-168{font-weight:168}.weight-169{font-weight:169}.weight-170{font-weight:170}.weight-171{font-weight:171}.weight-172{font-weight:172}.weight-173{font-weight:173}.weight-174{font-weight:174}.weight-175{font-weight:175}.weight-176{font-weight:176}.weight-177{font-weight:177}.weight-178{font-weight:178}.weight-179{font-weight:179}.weight-180{font-weight:180}.weight-181{font-weight:181}.weight-182{font-weight:182}.weight-183{font-weight:183}.weight-184{font-weight:184}.weight-185{font-weight:185}.weight-186{font-weight:186}.weight-187{font-weight:187}.weight-188{font-weight:188}.weight-189{font-weight:189}.weight-190{font-weight:190}.weight-191{font-weight:191}.weight-192{font-weight:192}.weight-193{font-weight:193}.weight-194{font-weight:194}.weight-195{font-weight:195}.weight-196{font-weight:196}.weight-197{font-weight:197}.weight-198{font-weight:198}.weight-199{font-weight:199}.weight-200{font-weight:200}.weight-201{font-weight:201}.weight-202{font-weight:202}.weight-203{font-weight:203}.weight-204{font-weight:204}.weight-205{font-weight:205}.weight-206{font-weight:206}.weight-207{font-weight:207}.weight-208{font-weight:208}.weight-209{font-weight:209}.weight-210{font-weight:210}.weight-211{font-weight:211}.weight-212{font-weight:212}.weight-213{font-weight:213}.weight-214{font-weight:214}.weight-215{font-weight:215}.weight-216{font-weight:216}.weight-217{font-weight:217}.weight-218{font-weight:218}.weight-219{font-weight:219}.weight-220{font-weight:220}.weight-221{font-weight:221}.weight-222{font-weight:222}.weight-223{font-weight:223}.weight-224{font-weight:224}.weight-225{font-weight:225}.weight-226{font-weight:226}.weight-227{font-weight:227}.weight-228{font-weight:228}.weight-229{font-weight:229}.weight-230{font-weight:230}.weight-231{font-weight:231}.weight-232{font-weight:232}.weight-233{font-weight:233}.weight-234{font-weight:234}.weight-235{font-weight:235}.weight-236{font-weight:236}.weight-237{font-weight:237}.weight-238{font-weight:238}.weight-239{font-weight:239}.weight-240{font-weight:240}.weight-241{font-weight:241}.weight-242{font-weight:242}.weight-243{font-weight:243}.weight-244{font-weight:244}.weight-245{font-weight:245}.weight-246{font-weight:246}.weight-247{font-weight:247}.weight-248{font-weight:248}.weight-249{font-weight:249}.weight-250{font-weight:250}.weight-251{font-weight:251}.weight-252{font-weight:252}.weight-253{font-weight:253}.weight-254{font-weight:254}.weight-255{font-weight:255}.weight-256{font-weight:256}.weight-257{font-weight:257}.weight-258{font-weight:258}.weight-259{font-weight:259}.weight-260{font-weight:260}.weight-261{font-weight:261}.weight-262{font-weight:262}.weight-263{font-weight:263}.weight-264{font-weight:264}.weight-265{font-weight:265}.weight-266{font-weight:266}.weight-267{font-weight:267}.weight-268{font-weight:268}.weight-269{font-weight:269}.weight-270{font-weight:270}.weight-271{font-weight:271}.weight-272{font-weight:272}.weight-273{font-weight:273}.weight-274{font-weight:274}.weight-275{font-weight:275}.weight-276{font-weight:276}.weight-277{font-weight:277}.weight-278{font-weight:278}.weight-279{font-weight:279}.weight-280{font-weight:280}.weight-281{font-weight:281}.weight-282{font-weight:282}.weight-283{font-weight:283}.weight-284{font-weight:284}.weight-285{font-weight:285}.weight-286{font-weight:286}.weight-287{font-weight:287}.weight-288{font-weight:288}.weight-289{font-weight:289}.weight-290{font-weight:290}.weight-291{font-weight:291}.weight-292{font-weight:292}.weight-293{font-weight:293}.weight-294{font-weight:294}.weight-295{font-weight:295}.weight-296{font-weight:296}.weight-297{font-weight:297}.weight-298{font-weight:298}.weight-299{font-weight:299}.weight-300{font-weight:300}.weight-301{font-weight:301}.weight-302{font-weight:302}.weight-303{font-weight:303}.weight-304{font-weight:304}.weight-305{font-weight:305}.weight-306{font-weight:306}.weight-307{font-weight:307}.weight-308{font-weight:308}.weight-309{font-weight:309}.weight-310{font-weight:310}.weight-311{font-weight:311}.weight-312{font-weight:312}.weight-313{font-weight:313}.weight-314{font-weight:314}.weight-315{font-weight:315}.weight-316{font-weight:316}.weight-317{font-weight:317}.weight-318{font-weight:318}.weight-319{font-weight:319}.weight-320{font-weight:320}.weight-321{font-weight:321}.weight-322{font-weight:322}.weight-323{font-weight:323}.weight-324{font-weight:324}.weight-325{font-weight:325}.weight-326{font-weight:326}.weight-327{font-weight:327}.weight-328{font-weight:328}.weight-329{font-weight:329}.weight-330{font-weight:330}.weight-331{font-weight:331}.weight-332{font-weight:332}.weight-333{font-weight:333}.weight-334{font-weight:334}.weight-335{font-weight:335}.weight-336{font-weight:336}.weight-337{font-weight:337}.weight-338{font-weight:338}.weight-339{font-weight:339}.weight-340{font-weight:340}.weight-341{font-weight:341}.weight-342{font-weight:342}.weight-343{font-weight:343}.weight-344{font-weight:344}.weight-345{font-weight:345}.weight-346{font-weight:346}.weight-347{font-weight:347}.weight-348{font-weight:348}.weight-349{font-weight:349}.weight-350{font-weight:350}.weight-351{font-weight:351}.weight-352{font-weight:352}.weight-353{font-weight:353}.weight-354{font-weight:354}.weight-355{font-weight:355}.weight-356{font-weight:356}.weight-357{font-weight:357}.weight-358{font-weight:358}.weight-359{font-weight:359}.weight-360{font-weight:360}.weight-361{font-weight:361}.weight-362{font-weight:362}.weight-363{font-weight:363}.weight-364{font-weight:364}.weight-365{font-weight:365}.weight-366{font-weight:366}.weight-367{font-weight:367}.weight-368{font-weight:368}.weight-369{font-weight:369}.weight-370{font-weight:370}.weight-371{font-weight:371}.weight-372{font-weight:372}.weight-373{font-weight:373}.weight-374{font-weight:374}.weight-375{font-weight:375}.weight-376{font-weight:376}.weight-377{font-weight:377}.weight-378{font-weight:378}.weight-379{font-weight:379}.weight-380{font-weight:380}.weight-381{font-weight:381}.weight-382{font-weight:382}.weight-383{font-weight:383}.weight-384{font-weight:384}.weight-385{font-weight:385}.weight-386{font-weight:386}.weight-387{font-weight:387}.weight-388{font-weight:388}.weight-389{font-weight:389}.weight-390{font-weight:390}.weight-391{font-weight:391}.weight-392{font-weight:392}.weight-393{font-weight:393}.weight-394{font-weight:394}.weight-395{font-weight:395}.weight-396{font-weight:396}.weight-397{font-weight:397}.weight-398{font-weight:398}.weight-399{font-weight:399}.weight-400{font-weight:400}.weight-401{font-weight:401}.weight-402{font-weight:402}.weight-403{font-weight:403}.weight-404{font-weight:404}.weight-405{font-weight:405}.weight-406{font-weight:406}.weight-407{font-weight:407}.weight-408{font-weight:408}.weight-409{font-weight:409}.weight-410{font-weight:410}.weight-411{font-weight:411}.weight-412{font-weight:412}.weight-413{font-weight:413}.weight-414{font-weight:414}.weight-415{font-weight:415}.weight-416{font-weight:416}.weight-417{font-weight:417}.weight-418{font-weight:418}.weight-419{font-weight:419}.weight-420{font-weight:420}.weight-421{font-weight:421}.weight-422{font-weight:422}.weight-423{font-weight:423}.weight-424{font-weight:424}.weight-425{font-weight:425}.weight-426{font-weight:426}.weight-427{font-weight:427}.weight-428{font-weight:428}.weight-429{font-weight:429}.weight-430{font-weight:430}.weight-431{font-weight:431}.weight-432{font-weight:432}.weight-433{font-weight:433}.weight-434{font-weight:434}.weight-435{font-weight:435}.weight-436{font-weight:436}.weight-437{font-weight:437}.weight-438{font-weight:438}.weight-439{font-weight:439}.weight-440{font-weight:440}.weight-441{font-weight:441}.weight-442{font-weight:442}.weight-443{font-weight:443}.weight-444{font-weight:444}.weight-445{font-weight:445}.weight-446{font-weight:446}.weight-447{font-weight:447}.weight-448{font-weight:448}.weight-449{font-weight:449}.weight-450{font-weight:450}.weight-451{font-weight:451}.weight-452{font-weight:452}.weight-453{font-weight:453}.weight-454{font-weight:454}.weight-455{font-weight:455}.weight-456{font-weight:456}.weight-457{font-weight:457}.weight-458{font-weight:458}.weight-459{font-weight:459}.weight-460{font-weight:460}.weight-461{font-weight:461}.weight-462{font-weight:462}.weight-463{font-weight:463}.weight-464{font-weight:464}.weight-465{font-weight:465}.weight-466{font-weight:466}.weight-467{font-weight:467}.weight-468{font-weight:468}.weight-469{font-weight:469}.weight-470{font-weight:470}.weight-471{font-weight:471}.weight-472{font-weight:472}.weight-473{font-weight:473}.weight-474{font-weight:474}.weight-475{font-weight:475}.weight-476{font-weight:476}.weight-477{font-weight:477}.weight-478{font-weight:478}.weight-479{font-weight:479}.weight-480{font-weight:480}.weight-481{font-weight:481}.weight-482{font-weight:482}.weight-483{font-weight:483}.weight-484{font-weight:484}.weight-485{font-weight:485}.weight-486{font-weight:486}.weight-487{font-weight:487}.weight-488{font-weight:488}.weight-489{font-weight:489}.weight-490{font-weight:490}.weight-491{font-weight:491}.weight-492{font-weight:492}.weight-493{font-weight:493}.weight-494{font-weight:494}.weight-495{font-weight:495}.weight-496{font-weight:496}.weight-497{font-weight:497}.weight-498{font-weight:498}.weight-499{font-weight:499}.weight-500{font-weight:500}.weight-501{font-weight:501}.weight-502{font-weight:502}.weight-503{font-weight:503}.weight-504{font-weight:504}.weight-505{font-weight:505}.weight-506{font-weight:506}.weight-507{font-weight:507}.weight-508{font-weight:508}.weight-509{font-weight:509}.weight-510{font-weight:510}.weight-511{font-weight:511}.weight-512{font-weight:512}.weight-513{font-weight:513}.weight-514{font-weight:514}.weight-515{font-weight:515}.weight-516{font-weight:516}.weight-517{font-weight:517}.weight-518{font-weight:518}.weight-519{font-weight:519}.weight-520{font-weight:520}.weight-521{font-weight:521}.weight-522{font-weight:522}.weight-523{font-weight:523}.weight-524{font-weight:524}.weight-525{font-weight:525}.weight-526{font-weight:526}.weight-527{font-weight:527}.weight-528{font-weight:528}.weight-529{font-weight:529}.weight-530{font-weight:530}.weight-531{font-weight:531}.weight-532{font-weight:532}.weight-533{font-weight:533}.weight-534{font-weight:534}.weight-535{font-weight:535}.weight-536{font-weight:536}.weight-537{font-weight:537}.weight-538{font-weight:538}.weight-539{font-weight:539}.weight-540{font-weight:540}.weight-541{font-weight:541}.weight-542{font-weight:542}.weight-543{font-weight:543}.weight-544{font-weight:544}.weight-545{font-weight:545}.weight-546{font-weight:546}.weight-547{font-weight:547}.weight-548{font-weight:548}.weight-549{font-weight:549}.weight-550{font-weight:550}.weight-551{font-weight:551}.weight-552{font-weight:552}.weight-553{font-weight:553}.weight-554{font-weight:554}.weight-555{font-weight:555}.weight-556{font-weight:556}.weight-557{font-weight:557}.weight-558{font-weight:558}.weight-559{font-weight:559}.weight-560{font-weight:560}.weight-561{font-weight:561}.weight-562{font-weight:562}.weight-563{font-weight:563}.weight-564{font-weight:564}.weight-565{font-weight:565}.weight-566{font-weight:566}.weight-567{font-weight:567}.weight-568{font-weight:568}.weight-569{font-weight:569}.weight-570{font-weight:570}.weight-571{font-weight:571}.weight-572{font-weight:572}.weight-573{font-weight:573}.weight-574{font-weight:574}.weight-575{font-weight:575}.weight-576{font-weight:576}.weight-577{font-weight:577}.weight-578{font-weight:578}.weight-579{font-weight:579}.weight-580{font-weight:580}.weight-581{font-weight:581}.weight-582{font-weight:582}.weight-583{font-weight:583}.weight-584{font-weight:584}.weight-585{font-weight:585}.weight-586{font-weight:586}.weight-587{font-weight:587}.weight-588{font-weight:588}.weight-589{font-weight:589}.weight-590{font-weight:590}.weight-591{font-weight:591}.weight-592{font-weight:592}.weight-593{font-weight:593}.weight-594{font-weight:594}.weight-595{font-weight:595}.weight-596{font-weight:596}.weight-597{font-weight:597}.weight-598{font-weight:598}.weight-599{font-weight:599}.weight-600{font-weight:600}.weight-601{font-weight:601}.weight-602{font-weight:602}.weight-603{font-weight:603}.weight-604{font-weight:604}.weight-605{font-weight:605}.weight-606{font-weight:606}.weight-607{font-weight:607}.weight-608{font-weight:608}.weight-609{font-weight:609}.weight-610{font-weight:610}.weight-611{font-weight:611}.weight-612{font-weight:612}.weight-613{font-weight:613}.weight-614{font-weight:614}.weight-615{font-weight:615}.weight-616{font-weight:616}.weight-617{font-weight:617}.weight-618{font-weight:618}.weight-619{font-weight:619}.weight-620{font-weight:620}.weight-621{font-weight:621}.weight-622{font-weight:622}.weight-623{font-weight:623}.weight-624{font-weight:624}.weight-625{font-weight:625}.weight-626{font-weight:626}.weight-627{font-weight:627}.weight-628{font-weight:628}.weight-629{font-weight:629}.weight-630{font-weight:630}.weight-631{font-weight:631}.weight-632{font-weight:632}.weight-633{font-weight:633}.weight-634{font-weight:634}.weight-635{font-weight:635}.weight-636{font-weight:636}.weight-637{font-weight:637}.weight-638{font-weight:638}.weight-639{font-weight:639}.weight-640{font-weight:640}.weight-641{font-weight:641}.weight-642{font-weight:642}.weight-643{font-weight:643}.weight-644{font-weight:644}.weight-645{font-weight:645}.weight-646{font-weight:646}.weight-647{font-weight:647}.weight-648{font-weight:648}.weight-649{font-weight:649}.weight-650{font-weight:650}.weight-651{font-weight:651}.weight-652{font-weight:652}.weight-653{font-weight:653}.weight-654{font-weight:654}.weight-655{font-weight:655}.weight-656{font-weight:656}.weight-657{font-weight:657}.weight-658{font-weight:658}.weight-659{font-weight:659}.weight-660{font-weight:660}.weight-661{font-weight:661}.weight-662{font-weight:662}.weight-663{font-weight:663}.weight-664{font-weight:664}.weight-665{font-weight:665}.weight-666{font-weight:666}.weight-667{font-weight:667}.weight-668{font-weight:668}.weight-669{font-weight:669}.weight-670{font-weight:670}.weight-671{font-weight:671}.weight-672{font-weight:672}.weight-673{font-weight:673}.weight-674{font-weight:674}.weight-675{font-weight:675}.weight-676{font-weight:676}.weight-677{font-weight:677}.weight-678{font-weight:678}.weight-679{font-weight:679}.weight-680{font-weight:680}.weight-681{font-weight:681}.weight-682{font-weight:682}.weight-683{font-weight:683}.weight-684{font-weight:684}.weight-685{font-weight:685}.weight-686{font-weight:686}.weight-687{font-weight:687}.weight-688{font-weight:688}.weight-689{font-weight:689}.weight-690{font-weight:690}.weight-691{font-weight:691}.weight-692{font-weight:692}.weight-693{font-weight:693}.weight-694{font-weight:694}.weight-695{font-weight:695}.weight-696{font-weight:696}.weight-697{font-weight:697}.weight-698{font-weight:698}.weight-699{font-weight:699}.weight-700{font-weight:700}.weight-701{font-weight:701}.weight-702{font-weight:702}.weight-703{font-weight:703}.weight-704{font-weight:704}.weight-705{font-weight:705}.weight-706{font-weight:706}.weight-707{font-weight:707}.weight-708{font-weight:708}.weight-709{font-weight:709}.weight-710{font-weight:710}.weight-711{font-weight:711}.weight-712{font-weight:712}.weight-713{font-weight:713}.weight-714{font-weight:714}.weight-715{font-weight:715}.weight-716{font-weight:716}.weight-717{font-weight:717}.weight-718{font-weight:718}.weight-719{font-weight:719}.weight-720{font-weight:720}.weight-721{font-weight:721}.weight-722{font-weight:722}.weight-723{font-weight:723}.weight-724{font-weight:724}.weight-725{font-weight:725}.weight-726{font-weight:726}.weight-727{font-weight:727}.weight-728{font-weight:728}.weight-729{font-weight:729}.weight-730{font-weight:730}.weight-731{font-weight:731}.weight-732{font-weight:732}.weight-733{font-weight:733}.weight-734{font-weight:734}.weight-735{font-weight:735}.weight-736{font-weight:736}.weight-737{font-weight:737}.weight-738{font-weight:738}.weight-739{font-weight:739}.weight-740{font-weight:740}.weight-741{font-weight:741}.weight-742{font-weight:742}.weight-743{font-weight:743}.weight-744{font-weight:744}.weight-745{font-weight:745}.weight-746{font-weight:746}.weight-747{font-weight:747}.weight-748{font-weight:748}.weight-749{font-weight:749}.weight-750{font-weight:750}.weight-751{font-weight:751}.weight-752{font-weight:752}.weight-753{font-weight:753}.weight-754{font-weight:754}.weight-755{font-weight:755}.weight-756{font-weight:756}.weight-757{font-weight:757}.weight-758{font-weight:758}.weight-759{font-weight:759}.weight-760{font-weight:760}.weight-761{font-weight:761}.weight-762{font-weight:762}.weight-763{font-weight:763}.weight-764{font-weight:764}.weight-765{font-weight:765}.weight-766{font-weight:766}.weight-767{font-weight:767}.weight-768{font-weight:768}.weight-769{font-weight:769}.weight-770{font-weight:770}.weight-771{font-weight:771}.weight-772{font-weight:772}.weight-773{font-weight:773}.weight-774{font-weight:774}.weight-775{font-weight:775}.weight-776{font-weight:776}.weight-777{font-weight:777}.weight-778{font-weight:778}.weight-779{font-weight:779}.weight-780{font-weight:780}.weight-781{font-weight:781}.weight-782{font-weight:782}.weight-783{font-weight:783}.weight-784{font-weight:784}.weight-785{font-weight:785}.weight-786{font-weight:786}.weight-787{font-weight:787}.weight-788{font-weight:788}.weight-789{font-weight:789}.weight-790{font-weight:790}.weight-791{font-weight:791}.weight-792{font-weight:792}.weight-793{font-weight:793}.weight-794{font-weight:794}.weight-795{font-weight:795}.weight-796{font-weight:796}.weight-797{font-weight:797}.weight-798{font-weight:798}.weight-799{font-weight:799}.weight-800{font-weight:800}.weight-801{font-weight:801}.weight-802{font-weight:802}.weight-803{font-weight:803}.weight-804{font-weight:804}.weight-805{font-weight:805}.weight-806{font-weight:806}.weight-807{font-weight:807}.weight-808{font-weight:808}.weight-809{font-weight:809}.weight-810{font-weight:810}.weight-811{font-weight:811}.weight-812{font-weight:812}.weight-813{font-weight:813}.weight-814{font-weight:814}.weight-815{font-weight:815}.weight-816{font-weight:816}.weight-817{font-weight:817}.weight-818{font-weight:818}.weight-819{font-weight:819}.weight-820{font-weight:820}.weight-821{font-weight:821}.weight-822{font-weight:822}.weight-823{font-weight:823}.weight-824{font-weight:824}.weight-825{font-weight:825}.weight-826{font-weight:826}.weight-827{font-weight:827}.weight-828{font-weight:828}.weight-829{font-weight:829}.weight-830{font-weight:830}.weight-831{font-weight:831}.weight-832{font-weight:832}.weight-833{font-weight:833}.weight-834{font-weight:834}.weight-835{font-weight:835}.weight-836{font-weight:836}.weight-837{font-weight:837}.weight-838{font-weight:838}.weight-839{font-weight:839}.weight-840{font-weight:840}.weight-841{font-weight:841}.weight-842{font-weight:842}.weight-843{font-weight:843}.weight-844{font-weight:844}.weight-845{font-weight:845}.weight-846{font-weight:846}.weight-847{font-weight:847}.weight-848{font-weight:848}.weight-849{font-weight:849}.weight-850{font-weight:850}.weight-851{font-weight:851}.weight-852{font-weight:852}.weight-853{font-weight:853}.weight-854{font-weight:854}.weight-855{font-weight:855}.weight-856{font-weight:856}.weight-857{font-weight:857}.weight-858{font-weight:858}.weight-859{font-weight:859}.weight-860{font-weight:860}.weight-861{font-weight:861}.weight-862{font-weight:862}.weight-863{font-weight:863}.weight-864{font-weight:864}.weight-865{font-weight:865}.weight-866{font-weight:866}.weight-867{font-weight:867}.weight-868{font-weight:868}.weight-869{font-weight:869}.weight-870{font-weight:870}.weight-871{font-weight:871}.weight-872{font-weight:872}.weight-873{font-weight:873}.weight-874{font-weight:874}.weight-875{font-weight:875}.weight-876{font-weight:876}.weight-877{font-weight:877}.weight-878{font-weight:878}.weight-879{font-weight:879}.weight-880{font-weight:880}.weight-881{font-weight:881}.weight-882{font-weight:882}.weight-883{font-weight:883}.weight-884{font-weight:884}.weight-885{font-weight:885}.weight-886{font-weight:886}.weight-887{font-weight:887}.weight-888{font-weight:888}.weight-889{font-weight:889}.weight-890{font-weight:890}.weight-891{font-weight:891}.weight-892{font-weight:892}.weight-893{font-weight:893}.weight-894{font-weight:894}.weight-895{font-weight:895}.weight-896{font-weight:896}.weight-897{font-weight:897}.weight-898{font-weight:898}.weight-899{font-weight:899}.weight-900{font-weight:900}.child-card{display:grid;grid-template-columns:auto 1fr;justify-content:center;place-items:center;border-radius:5px;padding:10px 1rem;background-color:#f4f0ff;color:#7e42ff}.button{border:none;padding:.5rem 2rem;cursor:pointer;transition:.25s}.button-primary{background-color:#7e42ff;color:#fff;border-radius:5px;width:100%}.button-primary:disabled{background:#bababa;cursor:not-allowed}.button-primary:disabled:hover{background-color:#d1d1d1}.button-primary:hover{background-color:#9d70ff}.button-primary:active{background-color:#6d29ff}.button-secondary{background-color:#f5f5f5;color:#757575;border-radius:5px;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.button-secondary:disabled{background:#bababa}.button-secondary:disabled:hover{background-color:#d1d1d1}.button-secondary:hover{background-color:#fff}.button-secondary:active{background-color:#e1d7ff}.button-secondary-border{background-color:#fff;color:#000;border:2px solid #F4F0FF;border-radius:max(100vw,100vh);text-transform:uppercase}.button-secondary-border:disabled{background:#bababa;border:1px solid #BABABA}.button-secondary-border:hover{border:2px solid hsl(256,100%,106.0588235294%)}.button-secondary-border:active{border:2px solid rgb(225.3,214.5,255)}.button-tertiary{background:#f4f0ff;color:#7e42ff;padding:8px 13px;border:none;font-weight:400;border-radius:5px;font-size:16px}.button-tertiary:hover,.button-tertiary:focus{background:#e6d6fa}.button-tertiary svg{stroke:#7e42ff}.button-modal{border:1px solid #BDBDBD!important;background:#fff}.button-modal svg path{stroke:#1e1e1e}.button-styless{background:none;border:none;padding:0;vertical-align:baseline;outline:inherit;cursor:pointer;box-shadow:none}.button-styless:disabled{cursor:inherit}.button-icon{display:flex;align-items:center;justify-content:center;gap:10px}.button-anchor{text-decoration:none;display:inline-block}.button-anchor-disabled{cursor:not-allowed!important}.button-anchor-styless{color:inherit}.button-anchor-icon{font-weight:700!important;display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem;align-items:center}@keyframes backgroundToBorder{0%{background-color:#f4f0ff;border-left-color:#f4f0ff;background-position:0 0}25%{background-color:transparent;border-left-color:#f4f0ff}50%{background-color:transparent;border-left-color:#7e42ff}75%{background-color:transparent;border-left-color:#7e42ff;background-image:linear-gradient(to right,#7E42FF 50%,transparent 50%)}to{background-color:transparent;border-left-color:#7e42ff;background-position:100% 0}}@keyframes borderToBackground{0%{background-color:transparent;border-left-color:#7e42ff;background-position:100% 0}99%{background-color:transparent}to{background-color:#f4f0ff;border-left-color:transparent;background-position:0 0}}.sidebar-logo{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;color:#757575;font-weight:700}.sidebar-logo img{height:2rem;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.sidebar-logo span{transition:opacity .5s ease-in-out,transform .5s ease-in-out;white-space:nowrap}.sidebar-logo.folded{justify-content:right}.sidebar-logo.folded img,.sidebar-logo.folded span{opacity:0;transform:translate(-3rem)}.sidebar-text{transition:opacity .5s ease-in-out;white-space:nowrap;overflow:hidden;color:#757575;margin-left:1rem;width:100%}.sidebar-text.folded{opacity:0}.sidebar-hr{opacity:0;transition:opacity .5s ease-in-out;margin-left:1rem}.sidebar-hr.folded{opacity:1}.sidebar-content{display:flex;flex-direction:column;padding:1rem 0;overflow-y:auto}.sidebar-button{overflow:hidden;color:#757575;border:none;padding:.5rem 1rem;cursor:pointer;transition:all .5s;background-size:200% 100%;background-position:left;border-radius:5px;text-align:left;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.sidebar-button.active{background-color:#f4f0ff;background-image:linear-gradient(to right,#F4F0FF 50%,transparent 50%);color:#7e42ff}.sidebar-button.active .icon,.sidebar-button.active .icon *{stroke:#7e42ff}.sidebar-button:not(.active){font-weight:400!important}.sidebar-button:not(.active) .icon{stroke:#757575}.sidebar-button .icon{flex-shrink:0;margin-right:1rem;transition:transform .5s ease-in-out,margin .5s ease-in-out}.sidebar-button span{transition:transform .5s ease-in-out,opacity .5s ease-in-out}.sidebar-button.folded{border-radius:0 4px 4px 0;width:auto;border-left:6px solid transparent}.sidebar-button.folded .icon{margin-right:0}.sidebar-button.folded.active{animation:backgroundToBorder .5s forwards;border-left:6px solid #7E42FF;color:#fff}.sidebar-button.folded span{opacity:0;transform:translate(3rem)}.sidebar-button:not(.folded) .active{animation:borderToBackground .5s forwards}.sidebar-button:not(.folded) .icon{margin-right:1rem}.sidebar-button:not(.folded) span{display:inline}.sidebar-button.animation-played.folded.active{animation:backgroundToBorder .5s forwards}.sidebar-button.animation-played:not(.folded) .active{animation:borderToBackground .5s forwards}.spinner-border{border:4px solid rgba(0,0,0,.2);display:inline-block;border-top:4px solid #ffffff;border-radius:50%;width:12px;height:12px;animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input{display:flex;flex-direction:column;gap:.5rem;position:relative}.input-label{color:#000}.input-icon{position:absolute;right:1rem;top:2.5rem;z-index:10}.input-icon-without-label{position:absolute;right:1rem;top:1rem;z-index:10}.input-field{border-radius:8px;border:1px #D9D9D9 solid;padding:1rem 2.5rem 1rem 1rem}.input-field::placeholder{color:#8b8b8b;font-weight:300}.input-error{color:red;font-size:.8rem}.input-grade .input-field{padding:0;height:30px;width:60px;min-width:0;min-height:0;text-align:center}.input-comment .input-field{padding:0;height:30px;align-self:normal}.input-date input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.input-date .input-field{color:#b3b3b3}.input-time input[type=time]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.input-time .input-field{color:#b3b3b3}.input-textarea .input-field{min-height:80px;height:auto;padding:.75rem;line-height:1.4;resize:vertical;font-family:inherit;font-size:inherit;vertical-align:top;text-align:left;overflow-wrap:break-word;word-wrap:break-word}.input-label+.input-icon{margin-top:-1.5rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.container{display:flex;flex-direction:column;background-color:#fff;padding:1rem 2rem;border-radius:5px}.checkbox{display:inline-flex;align-items:center;cursor:pointer;position:relative;gap:12px}.checkbox-input{position:absolute;opacity:0;cursor:pointer}.checkbox-box{width:18px;height:18px;background-color:#fff;border:2px solid #49454F;border-radius:2px;transition:background-color .3s}.checkbox-input:checked+.checkbox-box:after{content:"";position:absolute;left:7px;top:4px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{margin-left:5px;font-size:16px;color:#000;display:inline-block;min-width:160px;padding-right:10px;white-space:nowrap}.checkbox-input:checked+.checkbox-box+.checkbox-label{font-weight:700}.checkbox--primary .checkbox-input:checked+.checkbox-box{background-color:#7e42ff;border-color:#7e42ff}.checkbox--red .checkbox-input:checked+.checkbox-box{background-color:#ea4b4e;border-color:#ea4b4e}.checkbox--brown .checkbox-input:checked+.checkbox-box{background-color:#976453;border-color:#976453}.checkbox--blue .checkbox-input:checked+.checkbox-box{background-color:#5a7bfd;border-color:#5a7bfd}.checkbox--black .checkbox-input:checked+.checkbox-box{background-color:#2c2c2c;border-color:#2c2c2c}.checkbox--green .checkbox-input:checked+.checkbox-box{background-color:#2b983f;border-color:#2b983f}.checkbox--yellow .checkbox-input:checked+.checkbox-box{background-color:#dbaf00;border-color:#dbaf00}.scrollable-table{overflow-y:scroll;height:100%}.overview-table{border-collapse:collapse;width:100%;position:relative}.overview-table thead{position:sticky;top:0;z-index:1}.overview-table thead th{background-color:#f0f0f0;color:#757575;font-size:16px;font-weight:600;padding:10px 15px}.overview-table thead th:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.overview-table thead th:not(:first-child){text-align:center}.overview-table thead th:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.overview-table tbody tr{border-bottom:1.5px solid #F0F0F0}.overview-table tbody td{padding:1rem 0}.overview-table tbody td:first-child{padding-left:15px}.overview-table tbody td:not(:first-child){text-align:center}.overview-table tbody td:not(:first-child)>div{display:flex;justify-content:center;align-items:center;margin:0 auto}.overview-table tbody .right-section{border-left:1.5px solid #F0F0F0}.overview-table tbody .accordion-expanded-row-last{border-bottom:1.5px solid #B3B3B3}.se-edit-table{border-collapse:collapse;width:100%;position:relative}.se-edit-table thead{position:sticky;top:0}.se-edit-table thead th{background-color:#f0f0f0;color:#757575;font-size:16px;font-weight:600;padding:10px 15px}.se-edit-table thead th:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.se-edit-table thead th:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.se-edit-table tbody tr{border-bottom:1.5px solid #B3B3B3}.se-edit-table tbody td{padding:1.5rem 0}.se-edit-table tbody td:first-child{padding-left:15px}.se-edit-table tbody td:not(:first-child)>div{display:flex;justify-content:center;align-items:center;height:100%}.se-edit-table tbody :last-child{border-bottom:0}.card{background-color:#fff;border-radius:5px;padding:1.5rem}.card-sub-title{font-size:16px;font-weight:600;color:#000}.card-title{font-size:20px;font-weight:600;color:#000}.result-indicator{display:flex;gap:2px}.result-indicator span{width:11px;height:31px;border-radius:5px}.color-none{background-color:#d9d9d9}.color-no-result{background-color:#b3b3b3}.color-low{background-color:#35b4da}.color-medium{background-color:#ff844f}.color-high{background-color:#7e42ff}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes scaleOut{0%{transform:scale(1)}to{transform:scale(0)}}.modal{position:absolute;top:0;left:0;right:0;bottom:0;outline:none;z-index:1000}.modal--hidden{display:none}.modal--inactive{opacity:0;transform:scale(0)}.modal--hidden .modal__card{animation-fill-mode:backwards}.modal--open .modal__card{animation:scaleIn .5s}.modal--closed .modal__card{animation:scaleOut .5s}.modal--open .modal__overlay{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#a4a4a44d}.modal--closed .modal__overlay{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.modal--flexible .modal__card-container,.modal--flexible .modal__card{width:auto;height:auto}.modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0}.modal__card-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal__card{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px 0 var(--very-light-blue);width:100%;height:100%;overflow-y:auto;transition:all .5s}.modal__header{padding:1.5rem 1.5rem .5rem 2.675rem;display:flex;justify-content:flex-end}.modal__header:has(*:nth-child(2)){justify-content:space-between}.modal__header:not(:has(*:nth-child(2))){justify-content:center}.modal__content{padding:.5rem 2.675rem}.modal__close{width:1.3rem;cursor:pointer}.unit-display{border-radius:5px;border:1px solid #000;padding:8px;font-weight:600}.unit-display--green{background-color:#f5fffa;color:#2b983f;border-color:#2b983f}.unit-display--red{background-color:#fff0f1;color:#ea4b4e;border-color:#ea4b4e}.unit-display--blue{background-color:#eff4ff;color:#5a7bfd;border-color:#5a7bfd}.unit-display--yellow{background-color:#fffcf5;color:#dbaf00;border-color:#dbaf00}.unit-display--brown{background-color:#fff4f0;color:#976453;border-color:#976453}.unit-display--white{background-color:#f3f3f3;color:#2c2c2c;border-color:#2c2c2c}.dropdown{position:relative}.dropdown-open .dropdown-button{border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown-button{border:1px solid #757575}.dropdown-button,.dropdown-option{border-radius:10px;padding:10px;display:grid;grid-template-columns:1fr auto;align-items:center;width:100%;text-align:left}.dropdown-option:not(:last-child){border-bottom:1px solid #EFEFEF;border-radius:0}.dropdown-button:disabled{background:#bababa}.dropdown-container{position:absolute;left:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#fff;border:1px solid #757575;display:flex;flex-direction:column;width:100%;z-index:2000;max-height:50dvh;overflow-y:scroll;box-sizing:border-box;border-top:none}.dropdown-wrapper{position:relative}.dropdown-tertiary .dropdown-button{width:100%;border:none}.dropdown-tertiary .dropdown-button:hover,.dropdown-tertiary .dropdown-button:focus{background:#e6d6fa}.square-result-indicator{display:flex;color:#fff;width:42px;height:37px!important;border-radius:5px;justify-self:center}.square-result-indicator.sq-result-low{background-color:#35b4da}.square-result-indicator.sq-result-medium{background-color:#ff844f}.square-result-indicator.sq-result-high{background-color:#7e42ff}.square-result-indicator.sq-result-none{background-color:#b3b3b3}.square-result-indicator-notification{position:absolute;margin-left:40px;margin-bottom:35px;width:14px;height:14px;background:#7e42ff;border-radius:50%;border:3px solid #fff}.table-legend{background-color:#fff!important;color:#757575!important;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;margin:1rem 0}.table-legend>div{display:flex;align-items:center;font-size:14px;color:#757575!important}.table-legend>div>span{margin-right:.5rem;width:1rem;height:1rem;border-radius:50%;display:inline-block}.table-legend-good>span{background-color:#7e42ff}.table-legend-sufficient>span{background-color:#ff844f}.table-legend-fail>span{background-color:#35b4da}.tab-buttons{display:flex;padding-left:1.5rem;gap:1rem}.tab-buttons>.button{padding:5px 13px;border-bottom-left-radius:0;border-bottom-right-radius:0}.tab-buttons>.tab-button-toggled{background-color:#7e42ff;color:#fff}.tab-buttons-normal{display:flex;gap:15px}.tab-buttons-normal>.button{padding:4px 5px;border-radius:5px}.tab-buttons-normal>.tab-button-toggled{background-color:#7e42ff;color:#fff}.observation-column .observation-pill{display:inline-flex;align-items:center;border-radius:2rem;border:1px solid #B3B3B3;padding:6px 16px;display:flex;margin-right:.5rem;gap:.5rem}.observation-column .observation-pill .observation-remove-button{margin-left:.5rem;display:inline-flex}.observation-column .observation-pill .observation-remove-button svg{width:16px;height:16px}.observation-column .observation-pill .observation-remove-button svg path{stroke:#000}.observation-column .observation-edit-button svg path{stroke:#7e42ff}.observation-column .observation-pill-container{display:flex;flex-wrap:wrap;gap:.5rem}.info-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000008;display:flex;gap:100px}.info-card .info-boxes{display:flex;flex-direction:column;gap:34px}.info-card .info-boxes .info-box{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.7rem}.info-card .info-boxes .info-box .info-title{color:#757575}.info-card .info-boxes .info-box .info-value{display:flex;gap:100px}.info-card .info-boxes .info-box .info-value:last-child{flex-direction:row;align-items:center;justify-content:space-between;gap:160px}.info-card .info-boxes .info-box .button{align-self:flex-end}@media (max-width: 600px){.info-card{padding:1.2rem .5rem 1rem;max-width:98vw}}.more-menu{display:flex;flex-direction:column;align-items:center;position:absolute;background:#fff;box-shadow:0 4px 4px #00000040;border-radius:5px;z-index:1;min-width:160px}.more-menu .menu-item .button{font-size:16px;padding:16px;min-width:11rem}.more-menu .menu-item:last-child{border-top:1px solid #EFEFEF}.more-menu .menu-item:first-child{border-bottom:1px solid #EFEFEF}.uploader{background:#f4f0ff;border:2.5px dashed #7E42FF;border-radius:12px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:border-color .2s;padding:4.7rem 10rem;gap:23px}.uploader-icon{color:#7e42ff;width:48px;height:48px}.uploader-icon svg{width:100%;height:100%}.uploader--active{border-color:#6c2bd7;background:#f1e7ff}.accordion-row.open{background:#fff}.accordion-row.open td:first-child{font-size:16px;font-weight:600}.accordion-expanded-row td{border-top:none;padding:0}.reading-result-indicator{border-radius:5px;font-weight:600;font-size:16px;color:#fff;text-align:center;padding:5px 7px;display:inline-flex;justify-content:center;min-width:3rem;max-width:min-content}.color-beheerst{background:#7e42ff}.color-instructie{background:#ff844f}.color-frustratie{background:#35b4da}.color-high{background:#7e42ff}.color-medium{background:#ff844f}.color-low{background:#35b4da}.modal-input-wrapper{position:relative;width:100%}.modal-input-wrapper input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.modal-input-wrapper input[type=time]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.modal-input-wrapper input::-webkit-outer-spin-button,.modal-input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.modal-input-wrapper input[type=number]{-moz-appearance:textfield}.modal-input-field{width:100%;border:1px solid #BDBDBD;border-radius:8px;padding:10px;background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s}.modal-input-field:focus{border-color:#7e42ff}.modal-input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;pointer-events:auto;width:16px}.modal-input-icon svg path{stroke:#1e1e1e}.child-accordion{padding:0}.child-accordion .child-accordion-text{font-size:14px;font-weight:400;color:#757575;line-height:1.4}.order-span{width:11px;height:31px;border-radius:5px;display:inline-block;-webkit-user-select:none;user-select:none;transition:opacity .2s ease-in-out}.purple{background-color:#7e42ff}.grey{background-color:#b3b3b3}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing!important}.cursor-pointer{cursor:pointer}.layout-container{display:grid;grid-template-columns:250px auto;grid-template-rows:5rem calc(100vh - 5rem);grid-template-areas:"sidebar header" "sidebar content";overflow:hidden;transition:grid-template-columns .5s}.layout-container.folded{grid-template-columns:80px auto}.layout-header{grid-area:header;color:#757575;padding:20px;text-align:center;display:flex;justify-content:space-between}.layout-header .breadcrumbs{text-align:left}.layout-header .breadcrumbs>*:last-child{font-weight:700}.layout-sidebar{grid-area:sidebar;padding:20px;border-right:1px solid #f0f0f0;box-shadow:0 4px 4px #00000040;transition:padding-left .5s;display:flex;flex-direction:column;justify-content:space-between}.layout-sidebar>*:nth-child(2){margin-top:-5rem;margin-bottom:-10rem}.layout-sidebar.folded{padding-left:0}.layout-content{grid-area:content;padding:20px;background-color:#efefef;overflow:scroll}.se-header{overflow:visible;max-width:3rem;height:9rem;display:flex;justify-content:flex-end;flex-direction:column}.se-header span{display:block;transform:rotate(-55deg);overflow:visible;text-wrap:nowrap}.se-header-child-col{border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.se-legend{background-color:#fff!important;color:#757575!important;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.se-legend div{display:flex;align-items:center;margin-bottom:.5rem;font-size:14px;color:#757575!important}.se-legend div span{margin-right:.5rem;width:1rem;height:1rem;border-radius:50%;display:inline-block}.se-high{background-color:#7e42ff}.se-medium{background-color:#ff844f}.se-low{background-color:#35b4da}.se-none{background-color:#b3b3b3}.se-result-indicator{width:42px;height:37px!important;border-radius:5px}body{margin:0}*{font-family:Inter,serif}.td-fit{width:1%;white-space:nowrap}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
