.buttons{display:flex;gap:.5em}.buttons.right{justify-content:flex-end}button,.button{cursor:pointer;display:flex;align-items:center;gap:1rem;border-radius:.4rem;font-size:1.4rem;padding:0 1.5rem;line-height:3.2rem;text-decoration:none;-webkit-user-select:none;user-select:none;touch-action:manipulation;box-sizing:border-box;justify-content:center;color:#666;transition:.3s}button:active,.button:active{outline:0}button *,.button *{transition:.3s}button:disabled,.button:disabled{cursor:not-allowed;opacity:.8}button.is-borderless,.button.is-borderless{border:1px solid rgba(0,0,0,0)!important}button.is-cornerless,.button.is-cornerless{border-radius:0!important}button.is-x-small,.button.is-x-small{padding:0 .3rem;line-height:1.6rem;font-size:1rem}button.is-small,.button.is-small{padding:0 1rem;line-height:2.4rem;font-size:1.1rem}button.is-large,.button.is-large{padding:0 2rem;line-height:4.8rem;font-size:1.8rem}button.is-borderless,.button.is-borderless{border:1px solid transparent}button.is-transparent,.button.is-transparent{background:transparent}button.is-fullwidth,.button.is-fullwidth{width:100%}button.is-justified-left,.button.is-justified-left{justify-content:left}button.is-justified-center,.button.is-justified-center{justify-content:center}button.is-justified-right,.button.is-justified-right{justify-content:right}.button.is-warning,button.is-warning{border:1px solid rgb(178.3783333333,66.7216666667,66.7216666667);background:#d32f2f;color:#fff}.button.is-warning:hover:not(:disabled),button.is-warning:hover:not(:disabled){outline:0;background:#b24343;border-color:#b24343}.button.is-warning:hover:not(:disabled) *,button.is-warning:hover:not(:disabled) *{text-shadow:white 0 0 10px}.button.is-warning:hover:not(:disabled) svg,button.is-warning:hover:not(:disabled) svg{filter:drop-shadow(0 0 5px white)}.button.is-warning.is-active,button.is-warning.is-active{background:#b24343}.button-group{display:flex;gap:-1px}.button-group>*.button{border-radius:0;margin-right:-1px}.button-group>*.button:first-child:not(:last-child){border-radius:.4rem 0 0 .4rem!important}.button-group>*.button:last-child:not(:first-child){border-radius:0 .4rem .4rem 0!important}.MuiDataGrid-root .MuiDataGrid-columnHeaders{background:#ebebeb}.MuiDataGrid-root .MuiDataGrid-footerContainer{background:#ebebeb;border-top:0px!important}.MuiDataGrid-root .MuiDataGrid-row{cursor:pointer}.MuiDataGrid-root .bold-left-border{border-left:2px solid #ccc!important}.MuiDataGrid-root .wrap-text{white-space:normal!important;word-wrap:break-word}.MuiDataGrid-root .is-voided{filter:grayscale(75%) opacity(50%);text-decoration:line-through}.MuiDataGrid-root .is-voided .is-inline{text-decoration:line-through}.MuiDataGrid-root .MuiDataGrid-scrollbar--vertical{display:none}.MuiDataGrid-root .MuiDataGrid-cell{display:flex;align-items:center;line-height:unset!important}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:2rem;row-gap:2rem;grid-template-columns:100%}.grid.is-gap-0,.grid.is-horizontal-gap-0{gap:0rem!important}.grid.is-vertical-gap-0{row-gap:0rem!important}.grid.is-gap-1,.grid.is-horizontal-gap-1{gap:.5rem!important}.grid.is-vertical-gap-1{row-gap:.5rem!important}.grid.is-gap-2,.grid.is-horizontal-gap-2{gap:1rem!important}.grid.is-vertical-gap-2{row-gap:1rem!important}.grid.is-gap-3,.grid.is-horizontal-gap-3{gap:1.5rem!important}.grid.is-vertical-gap-3{row-gap:1.5rem!important}.grid.is-gap-4,.grid.is-horizontal-gap-4{gap:2rem!important}.grid.is-vertical-gap-4{row-gap:2rem!important}.grid.is-gap-5,.grid.is-horizontal-gap-5{gap:2.5rem!important}.grid.is-vertical-gap-5{row-gap:2.5rem!important}.grid.is-gap-6,.grid.is-horizontal-gap-6{gap:3rem!important}.grid.is-vertical-gap-6{row-gap:3rem!important}.grid.is-gap-7,.grid.is-horizontal-gap-7{gap:3.5rem!important}.grid.is-vertical-gap-7{row-gap:3.5rem!important}.grid.is-gap-8,.grid.is-horizontal-gap-8{gap:4rem!important}.grid.is-vertical-gap-8{row-gap:4rem!important}.grid.is-1{grid-template-columns:100%}.grid.is-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.is-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.is-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.is-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid.is-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid.is-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid.is-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid.is-equal-row-height{grid-auto-rows:1fr}.grid.is-vertical-center{align-items:center}.grid.is-vertical-top{align-items:start}.grid.is-vertical-bottom{align-items:end}.grid.is-vertical-stretch{align-items:stretch}.grid.is-justified-left{justify-items:start}.grid.is-justified-center{justify-items:center}.grid.is-justified-right{justify-items:end}.grid.is-compact{padding:1rem}.grid.is-expanded{padding:4rem}.grid.is-fullheight{height:100%}.grid.is-fullwidth{width:100%}@media screen and (min-width: calc(48rem + 1px)){.grid.is-expanded-desktop{padding:4rem}}@media screen and (max-width: 48rem){.grid:not(.is-non-stackable){grid-template-columns:100%!important}.grid:not(.is-non-stackable).is-compact-mobile{row-gap:1rem}}.flex,.flex.is-justified-split>*{display:flex;gap:2rem}.flex.is-gap-0,.flex.is-justified-split>.is-gap-0{gap:0rem!important}.flex.is-gap-1,.flex.is-justified-split>.is-gap-1{gap:.5rem!important}.flex.is-gap-2,.flex.is-justified-split>.is-gap-2{gap:1rem!important}.flex.is-gap-3,.flex.is-justified-split>.is-gap-3{gap:1.5rem!important}.flex.is-gap-4,.flex.is-justified-split>.is-gap-4{gap:2rem!important}.flex.is-gap-5,.flex.is-justified-split>.is-gap-5{gap:2.5rem!important}.flex.is-gap-6,.flex.is-justified-split>.is-gap-6{gap:3rem!important}.flex.is-gap-7,.flex.is-justified-split>.is-gap-7{gap:3.5rem!important}.flex.is-gap-8,.flex.is-justified-split>.is-gap-8{gap:4rem!important}.flex.is-aligned-top,.flex.is-justified-split>.is-aligned-top{align-items:flex-start}.flex.is-aligned-bottom,.flex.is-justified-split>.is-aligned-bottom{align-items:flex-end}.flex.is-aligned-center,.flex.is-justified-split>.is-aligned-center{align-items:center}.flex.is-justified-left,.flex.is-justified-split>.is-justified-left{justify-content:left}.flex.is-justified-center,.flex.is-justified-split>.is-justified-center{justify-content:center}.flex.is-justified-right,.flex.is-justified-split>.is-justified-right{justify-content:right}.flex.is-justified-split,.flex.is-justified-split>.is-justified-split{width:100%;justify-content:space-between;align-items:center}.flex.is-justified-split>*,.flex.is-justified-split>.is-justified-split>*{gap:1rem}.flex.is-justified-split>*:has(.is-ellipsis),.flex.is-justified-split>.is-justified-split>*:has(.is-ellipsis){min-width:0}.flex.is-justified-split>*:first-child:not(.is-justified-left),.flex.is-justified-split>.is-justified-split>*:first-child:not(.is-justified-left){justify-content:flex-start}.flex.is-justified-split>*:last-child:not(:first-child):not(.is-justified-left),.flex.is-justified-split>.is-justified-split>*:last-child:not(:first-child):not(.is-justified-left){justify-content:flex-end}.flex.is-justified-split>*:not(last-child):not(:first-child):not(.is-justified-left),.flex.is-justified-split>.is-justified-split>*:not(last-child):not(:first-child):not(.is-justified-left){justify-content:center}.flex.is-columns,.flex.is-justified-split>.is-columns{flex-flow:column nowrap}.flex.is-fullwidth,.flex.is-justified-split>.is-fullwidth{width:100%}.flex.is-fullheight,.flex.is-justified-split>.is-fullheight{height:100%}.flex.is-vertical,.flex.is-justified-split>.is-vertical{flex-direction:column}.flex>.flex-grow,.flex.is-justified-split>*>.flex-grow{flex-grow:1}.flex>.is-divider,.flex.is-justified-split>*>.is-divider{width:1px;margin:0;background-color:#999}.flex.is-compact,.flex.is-justified-split>.is-compact{gap:1rem}.flex.is-expanded,.flex.is-justified-split>.is-expanded{gap:4rem}@media screen and (min-width: calc(48rem + 1px)){.flex.is-expanded-desktop,.flex.is-justified-split>.is-expanded-desktop{gap:4rem}}@media screen and (max-width: 48rem){.flex.is-compact-mobile,.flex.is-justified-split>.is-compact-mobile{gap:1rem}.flex.is-aligned-bottom,.flex.is-justified-split>.is-aligned-bottom{align-items:inherit}.flex.is-mobile-collapse,.flex.is-justified-split>.is-mobile-collapse{flex-flow:column nowrap}.flex.is-mobile-collapse>.is-divider,.flex.is-justified-split>.is-mobile-collapse>.is-divider{height:1px;width:100%;margin:0;background-color:#999}}.MuiFormLabel-asterisk{color:#d32f2f;font-size:2rem}header{width:100%;z-index:500;background:#af3b6e;color:#fff;padding:0 2rem}html{font-size:62.5%;padding:0;margin:0;scroll-behavior:smooth}body{font-family:Lato,sans-serif;font-weight:400;padding:0;margin:0;min-height:100vh;font-size:1.4rem;background-color:#ebebeb;color:#666;min-width:30rem}body *{box-sizing:border-box}#root{margin:0 auto;position:relative;height:100vh;overflow:hidden;display:flex;flex-flow:column nowrap;gap:2rem}#root main{display:flex;overflow-y:auto;flex-grow:1;margin:0 2rem 2rem}.is-size-constrained{flex-grow:1;margin:0 auto;position:relative;width:auto;max-width:calc(100% - 4rem)}@media screen and (min-width: calc(48rem + 1px)){.is-size-constrained .is-mobile-only{display:none}}@media screen and (max-width: 48rem){.is-size-constrained{margin:unset}.is-size-constrained .is-desktop,.is-size-constrained .is-widescreen,.is-size-constrained .is-extra-widescreen{display:none}.is-size-constrained.is-extra-wide{min-width:100%}}@media screen and (max-width: 75rem){.is-size-constrained .is-widescreen,.is-size-constrained .is-extra-widescreen{display:none}}@media screen and (max-width: 137.5rem){.is-size-constrained{max-width:120rem}.is-size-constrained .is-extra-widescreen{display:none}.is-size-constrained.is-extra-wide{max-width:calc(100% - 4rem)}}@media screen and (min-width: 137.5rem){.is-size-constrained{width:120rem}.is-size-constrained.is-extra-wide{width:220rem}}article{display:flex;flex-flow:column nowrap;width:100%;gap:2rem}article.is-compact{gap:1rem}article.is-tight{gap:.5rem}article.is-text{gap:0}article.is-text>p,article.is-text>ul,article.is-text>ol{margin-bottom:2rem}article.is-text>h1,article.is-text>h2,article.is-text>h3,article.is-text>h4,article.is-text>h5,article.is-text>h6,article.is-text>.heading{margin-bottom:1rem}article.is-text>h1+h1,article.is-text>h1+h2,article.is-text>h1+h3,article.is-text>h1+h4,article.is-text>h1+h5,article.is-text>h1+h6,article.is-text>h2+h1,article.is-text>h2+h2,article.is-text>h2+h3,article.is-text>h2+h4,article.is-text>h2+h5,article.is-text>h2+h6,article.is-text>h3+h1,article.is-text>h3+h2,article.is-text>h3+h3,article.is-text>h3+h4,article.is-text>h3+h5,article.is-text>h3+h6,article.is-text>h4+h1,article.is-text>h4+h2,article.is-text>h4+h3,article.is-text>h4+h4,article.is-text>h4+h5,article.is-text>h4+h6,article.is-text>h5+h1,article.is-text>h5+h2,article.is-text>h5+h3,article.is-text>h5+h4,article.is-text>h5+h5,article.is-text>h5+h6,article.is-text>h6+h1,article.is-text>h6+h2,article.is-text>h6+h3,article.is-text>h6+h4,article.is-text>h6+h5,article.is-text>h6+h6,article.is-text>.heading+h1,article.is-text>.heading+h2,article.is-text>.heading+h3,article.is-text>.heading+h4,article.is-text>.heading+h5,article.is-text>.heading+h6{margin-top:-1rem}article.is-text a{font-weight:500;text-decoration:underline;color:#59b8cd}section{transition:.3s;padding:2rem;border-radius:.4rem}section.is-joint{border-radius:.4rem .4rem 0 0}section.is-joint+section{border-radius:0 0 .4rem .4rem}section.is-joint+section:has(+section){border-radius:0}section>*:last-child{margin-bottom:0}section.is-main-content{background-color:#f2f2f2;border-radius:0}section.is-primary-header{background:#141316;color:#fff;border-radius:0}section.is-header{background:#dadada;color:#333}section.is-header-compact{background:#dadada;color:#333;padding:1rem 2rem}section.is-header-compact-outline{border:1px solid #dadada;background:#f2f2f2;color:#333;padding:1rem 2rem}section.section-spacer{margin-bottom:1px}section.is-warning{border-radius:0 .4rem .4rem 0;border:1px solid #d32f2f;border-width:1px 1px 1px 1rem;border-color:#d32f2f;color:#d32f2f}section.is-warning-inverted{border-radius:0 .4rem .4rem 0;border:1px solid white;background-color:#d32f2f;border-width:1px 1px 1px 1rem;border-color:#fff;color:#fff}section.is-success{border-radius:0 .4rem .4rem 0;border:1px solid #d32f2f;border-width:1px 1px 1px 1rem;border-color:#59b8cd;color:#59b8cd}section.is-message{border-radius:0 .4rem .4rem 0;border:1px solid #59b8cd;border-width:1px 1px 1px 1rem;border-color:#59b8cd;color:#358799}section.is-buttons{border-top:1px solid #ccc;background:#f8f7f7}section.is-bordered{border:1px solid #dbdbdb}section.is-fullheight{flex-grow:1}section.is-fullwidth{width:100%}section.is-crushed{padding:0}section.is-compact{padding:1rem}section.is-compact-wide{padding:1rem 2rem}section.is-expanded{padding:4rem}@media screen and (min-width: calc(48rem + 1px)){section.is-expanded-desktop{padding:4rem}}@media screen and (max-width: 48rem){section.is-compact-mobile{padding:1rem}}hr{margin:2rem 0;border-top:1px solid #999}@media screen and (min-width: 769px){hr.is-expanded-desktop{margin:4rem 0}}.is-background{background:#ebebeb}.is-cover{background:#fff}.is-sticky{position:sticky;top:0;z-index:2}.is-relative{position:relative}.is-cursor-pointer{cursor:pointer}.is-clickable{cursor:pointer;transition:.3s}.is-clickable:hover{box-shadow:0 0 4px #0000004d}.is-clickable:hover .selected-white{color:#fff!important}.is-not-selectable{-webkit-user-select:none;user-select:none}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-inline{display:inline-block}.m--8{margin:-4rem!important}.mb--8{margin-bottom:-4rem!important}.mt--8{margin-top:-4rem!important}.ml--8{margin-left:-4rem!important}.mr--8{margin-right:-4rem!important}.mx--8{margin-left:-4rem!important;margin-right:-4rem!important}.my--8{margin-top:-4rem!important;margin-bottom:-4rem!important}.p--8{padding:-4rem!important}.pb--8{padding-bottom:-4rem!important}.pt--8{padding-top:-4rem!important}.pl--8{padding-left:-4rem!important}.pr--8{padding-right:-4rem!important}.px--8{padding-left:-4rem!important;padding-right:-4rem!important}.py--8{padding-top:-4rem!important;padding-bottom:-4rem!important}.b--8{border-radius:-4rem!important}.m--7{margin:-3.5rem!important}.mb--7{margin-bottom:-3.5rem!important}.mt--7{margin-top:-3.5rem!important}.ml--7{margin-left:-3.5rem!important}.mr--7{margin-right:-3.5rem!important}.mx--7{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.my--7{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.p--7{padding:-3.5rem!important}.pb--7{padding-bottom:-3.5rem!important}.pt--7{padding-top:-3.5rem!important}.pl--7{padding-left:-3.5rem!important}.pr--7{padding-right:-3.5rem!important}.px--7{padding-left:-3.5rem!important;padding-right:-3.5rem!important}.py--7{padding-top:-3.5rem!important;padding-bottom:-3.5rem!important}.b--7{border-radius:-3.5rem!important}.m--6{margin:-3rem!important}.mb--6{margin-bottom:-3rem!important}.mt--6{margin-top:-3rem!important}.ml--6{margin-left:-3rem!important}.mr--6{margin-right:-3rem!important}.mx--6{margin-left:-3rem!important;margin-right:-3rem!important}.my--6{margin-top:-3rem!important;margin-bottom:-3rem!important}.p--6{padding:-3rem!important}.pb--6{padding-bottom:-3rem!important}.pt--6{padding-top:-3rem!important}.pl--6{padding-left:-3rem!important}.pr--6{padding-right:-3rem!important}.px--6{padding-left:-3rem!important;padding-right:-3rem!important}.py--6{padding-top:-3rem!important;padding-bottom:-3rem!important}.b--6{border-radius:-3rem!important}.m--5{margin:-2.5rem!important}.mb--5{margin-bottom:-2.5rem!important}.mt--5{margin-top:-2.5rem!important}.ml--5{margin-left:-2.5rem!important}.mr--5{margin-right:-2.5rem!important}.mx--5{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.my--5{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.p--5{padding:-2.5rem!important}.pb--5{padding-bottom:-2.5rem!important}.pt--5{padding-top:-2.5rem!important}.pl--5{padding-left:-2.5rem!important}.pr--5{padding-right:-2.5rem!important}.px--5{padding-left:-2.5rem!important;padding-right:-2.5rem!important}.py--5{padding-top:-2.5rem!important;padding-bottom:-2.5rem!important}.b--5{border-radius:-2.5rem!important}.m--4{margin:-2rem!important}.mb--4{margin-bottom:-2rem!important}.mt--4{margin-top:-2rem!important}.ml--4{margin-left:-2rem!important}.mr--4{margin-right:-2rem!important}.mx--4{margin-left:-2rem!important;margin-right:-2rem!important}.my--4{margin-top:-2rem!important;margin-bottom:-2rem!important}.p--4{padding:-2rem!important}.pb--4{padding-bottom:-2rem!important}.pt--4{padding-top:-2rem!important}.pl--4{padding-left:-2rem!important}.pr--4{padding-right:-2rem!important}.px--4{padding-left:-2rem!important;padding-right:-2rem!important}.py--4{padding-top:-2rem!important;padding-bottom:-2rem!important}.b--4{border-radius:-2rem!important}.m--3{margin:-1.5rem!important}.mb--3{margin-bottom:-1.5rem!important}.mt--3{margin-top:-1.5rem!important}.ml--3{margin-left:-1.5rem!important}.mr--3{margin-right:-1.5rem!important}.mx--3{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.my--3{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.p--3{padding:-1.5rem!important}.pb--3{padding-bottom:-1.5rem!important}.pt--3{padding-top:-1.5rem!important}.pl--3{padding-left:-1.5rem!important}.pr--3{padding-right:-1.5rem!important}.px--3{padding-left:-1.5rem!important;padding-right:-1.5rem!important}.py--3{padding-top:-1.5rem!important;padding-bottom:-1.5rem!important}.b--3{border-radius:-1.5rem!important}.m--2{margin:-1rem!important}.mb--2{margin-bottom:-1rem!important}.mt--2{margin-top:-1rem!important}.ml--2{margin-left:-1rem!important}.mr--2{margin-right:-1rem!important}.mx--2{margin-left:-1rem!important;margin-right:-1rem!important}.my--2{margin-top:-1rem!important;margin-bottom:-1rem!important}.p--2{padding:-1rem!important}.pb--2{padding-bottom:-1rem!important}.pt--2{padding-top:-1rem!important}.pl--2{padding-left:-1rem!important}.pr--2{padding-right:-1rem!important}.px--2{padding-left:-1rem!important;padding-right:-1rem!important}.py--2{padding-top:-1rem!important;padding-bottom:-1rem!important}.b--2{border-radius:-1rem!important}.m--1{margin:-.5rem!important}.mb--1{margin-bottom:-.5rem!important}.mt--1{margin-top:-.5rem!important}.ml--1{margin-left:-.5rem!important}.mr--1{margin-right:-.5rem!important}.mx--1{margin-left:-.5rem!important;margin-right:-.5rem!important}.my--1{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.p--1{padding:-.5rem!important}.pb--1{padding-bottom:-.5rem!important}.pt--1{padding-top:-.5rem!important}.pl--1{padding-left:-.5rem!important}.pr--1{padding-right:-.5rem!important}.px--1{padding-left:-.5rem!important;padding-right:-.5rem!important}.py--1{padding-top:-.5rem!important;padding-bottom:-.5rem!important}.b--1{border-radius:-.5rem!important}.m-0{margin:0rem!important}.mb-0{margin-bottom:0rem!important}.mt-0{margin-top:0rem!important}.ml-0{margin-left:0rem!important}.mr-0{margin-right:0rem!important}.mx-0{margin-left:0rem!important;margin-right:0rem!important}.my-0{margin-top:0rem!important;margin-bottom:0rem!important}.p-0{padding:0rem!important}.pb-0{padding-bottom:0rem!important}.pt-0{padding-top:0rem!important}.pl-0{padding-left:0rem!important}.pr-0{padding-right:0rem!important}.px-0{padding-left:0rem!important;padding-right:0rem!important}.py-0{padding-top:0rem!important;padding-bottom:0rem!important}.b-0{border-radius:0rem!important}.m-1{margin:.5rem!important}.mb-1{margin-bottom:.5rem!important}.mt-1{margin-top:.5rem!important}.ml-1{margin-left:.5rem!important}.mr-1{margin-right:.5rem!important}.mx-1{margin-left:.5rem!important;margin-right:.5rem!important}.my-1{margin-top:.5rem!important;margin-bottom:.5rem!important}.p-1{padding:.5rem!important}.pb-1{padding-bottom:.5rem!important}.pt-1{padding-top:.5rem!important}.pl-1{padding-left:.5rem!important}.pr-1{padding-right:.5rem!important}.px-1{padding-left:.5rem!important;padding-right:.5rem!important}.py-1{padding-top:.5rem!important;padding-bottom:.5rem!important}.b-1{border-radius:.5rem!important}.m-2{margin:1rem!important}.mb-2{margin-bottom:1rem!important}.mt-2{margin-top:1rem!important}.ml-2{margin-left:1rem!important}.mr-2{margin-right:1rem!important}.mx-2{margin-left:1rem!important;margin-right:1rem!important}.my-2{margin-top:1rem!important;margin-bottom:1rem!important}.p-2{padding:1rem!important}.pb-2{padding-bottom:1rem!important}.pt-2{padding-top:1rem!important}.pl-2{padding-left:1rem!important}.pr-2{padding-right:1rem!important}.px-2{padding-left:1rem!important;padding-right:1rem!important}.py-2{padding-top:1rem!important;padding-bottom:1rem!important}.b-2{border-radius:1rem!important}.m-3{margin:1.5rem!important}.mb-3{margin-bottom:1.5rem!important}.mt-3{margin-top:1.5rem!important}.ml-3{margin-left:1.5rem!important}.mr-3{margin-right:1.5rem!important}.mx-3{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-3{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.p-3{padding:1.5rem!important}.pb-3{padding-bottom:1.5rem!important}.pt-3{padding-top:1.5rem!important}.pl-3{padding-left:1.5rem!important}.pr-3{padding-right:1.5rem!important}.px-3{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-3{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.b-3{border-radius:1.5rem!important}.m-4{margin:2rem!important}.mb-4{margin-bottom:2rem!important}.mt-4{margin-top:2rem!important}.ml-4{margin-left:2rem!important}.mr-4{margin-right:2rem!important}.mx-4{margin-left:2rem!important;margin-right:2rem!important}.my-4{margin-top:2rem!important;margin-bottom:2rem!important}.p-4{padding:2rem!important}.pb-4{padding-bottom:2rem!important}.pt-4{padding-top:2rem!important}.pl-4{padding-left:2rem!important}.pr-4{padding-right:2rem!important}.px-4{padding-left:2rem!important;padding-right:2rem!important}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}.b-4{border-radius:2rem!important}.m-5{margin:2.5rem!important}.mb-5{margin-bottom:2.5rem!important}.mt-5{margin-top:2.5rem!important}.ml-5{margin-left:2.5rem!important}.mr-5{margin-right:2.5rem!important}.mx-5{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-5{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.p-5{padding:2.5rem!important}.pb-5{padding-bottom:2.5rem!important}.pt-5{padding-top:2.5rem!important}.pl-5{padding-left:2.5rem!important}.pr-5{padding-right:2.5rem!important}.px-5{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-5{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.b-5{border-radius:2.5rem!important}.m-6{margin:3rem!important}.mb-6{margin-bottom:3rem!important}.mt-6{margin-top:3rem!important}.ml-6{margin-left:3rem!important}.mr-6{margin-right:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.p-6{padding:3rem!important}.pb-6{padding-bottom:3rem!important}.pt-6{padding-top:3rem!important}.pl-6{padding-left:3rem!important}.pr-6{padding-right:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.b-6{border-radius:3rem!important}.m-7{margin:3.5rem!important}.mb-7{margin-bottom:3.5rem!important}.mt-7{margin-top:3.5rem!important}.ml-7{margin-left:3.5rem!important}.mr-7{margin-right:3.5rem!important}.mx-7{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-7{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.p-7{padding:3.5rem!important}.pb-7{padding-bottom:3.5rem!important}.pt-7{padding-top:3.5rem!important}.pl-7{padding-left:3.5rem!important}.pr-7{padding-right:3.5rem!important}.px-7{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-7{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.b-7{border-radius:3.5rem!important}.m-8{margin:4rem!important}.mb-8{margin-bottom:4rem!important}.mt-8{margin-top:4rem!important}.ml-8{margin-left:4rem!important}.mr-8{margin-right:4rem!important}.mx-8{margin-left:4rem!important;margin-right:4rem!important}.my-8{margin-top:4rem!important;margin-bottom:4rem!important}.p-8{padding:4rem!important}.pb-8{padding-bottom:4rem!important}.pt-8{padding-top:4rem!important}.pl-8{padding-left:4rem!important}.pr-8{padding-right:4rem!important}.px-8{padding-left:4rem!important;padding-right:4rem!important}.py-8{padding-top:4rem!important;padding-bottom:4rem!important}.b-8{border-radius:4rem!important}.loader{filter:url(#goo);width:300px;height:100px;position:relative;overflow:hidden;transform-style:preserve-3d}.loader>div{position:absolute;background:#af3b6e;top:50%;left:50%;width:30px;height:30px;border-radius:50%;transform-origin:left top;transform:scale(.9) translate(-50%,-50%);animation:blobs ease-out 3.4s infinite;opacity:0}.loader>div.center{transform-style:preserve-3d;animation:blob-grow linear 3.4s infinite;opacity:1}.loader>div:nth-child(0){animation-delay:0s}.loader>div:nth-child(1){animation-delay:.2s}.loader>div:nth-child(2){animation-delay:.4s}.loader>div:nth-child(3){animation-delay:.6s}.loader>div:nth-child(4){animation-delay:.8s}.loader>div:nth-child(5){animation-delay:1s}@keyframes blobs{0%{transform:scale(0) translate(calc(-330px - 50%),-50%)}1%{opacity:1}35%,65%{transform:scale(.9) translate(-50%,-50%)}99%{opacity:1}to{transform:scale(0) translate(calc(330px - 50%),-50%)}}@keyframes blob-grow{0%,39%{transform:scale(0) translate(-50%,-50%)}40%,42%{transform:scaleY(.9) translate(-50%,-50%)}43%,44%{transform:scale(1.2,1.1) translate(-50%,-50%)}45%,46%{transform:scale(1.3,1.2) translate(-50%,-50%)}47%,48%{transform:scale(1.4,1.3) translate(-50%,-50%)}52%{transform:scale(1.5,1.4) translate(-50%,-50%)}54%{transform:scale(1.7,1.6) translate(-50%,-50%)}58%{transform:scale(1.8,1.7) translate(-50%,-50%)}68%,70%{transform:scale(1.7,1.5) translate(-50%,-50%)}78%{transform:scale(1.6,1.4) translate(-50%,-50%)}80%,81%{transform:scale(1.5,1.4) translate(-50%,-50%)}82%,83%{transform:scale(1.4,1.3) translate(-50%,-50%)}84%,85%{transform:scale(1.3,1.2) translate(-50%,-50%)}86%,87%{transform:scale(1.2,1.1) translate(-50%,-50%)}90%,91%{transform:scaleY(.9) translate(-50%,-50%)}92%,to{transform:scale(0) translate(-50%,-50%)}}.list{display:grid;gap:1rem}.list>*{background-color:#eee;border-radius:.4rem;padding:1rem}.snack{font-size:1.4rem}h1,h2,h3,h4,h5,h6{font-size:4rem;margin:0;padding:0}h2{font-size:3.2rem}h3{font-size:2.4rem}h4{font-size:2rem}h5{font-size:1.6rem}h6{font-size:1.2rem}p{line-height:2.5rem;font-size:1.5rem;margin:0}.is-small,small{font-size:1.2rem}.is-large{font-size:1.8rem}.is-larger{font-size:2.4rem}.is-largest{font-size:3.2rem}.is-light{color:#999}.is-dark{color:#333}.is-bold{font-weight:700}.is-strike{text-decoration:line-through}.is-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.is-nowrap{white-space:nowrap}.is-text-highlight{font-weight:500;background-color:#af3b6e;color:#fff;padding:0 1rem;border-radius:.4rem}a{color:inherit;text-decoration:none}ul:not([class^=Mui]){margin:0;list-style-type:none}ul:not([class^=Mui])>li{font-size:1.4rem}ul:not([class^=Mui])>li:not(:last-child){margin-bottom:1rem}ul:not([class^=Mui]).is-selectable{padding:0}ul:not([class^=Mui]).is-selectable>li{display:flex;transition:.3s;align-items:center;border-left:1rem solid #59b8cd;min-height:3rem;padding-left:1rem;cursor:pointer}ul:not([class^=Mui]).is-selectable>li:not(:last-child){margin-bottom:1px}ul:not([class^=Mui]).is-selectable>li>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}ul:not([class^=Mui]).is-selectable>li:hover{border-left:1rem solid rgb(83.05,196.6405172414,221.75);padding-left:2rem}.is-centered{text-align:center}*,*:before,*:after{box-sizing:inherit}[data-tooltip-top],[data-tooltip-right],[data-tooltip-bottom],[data-tooltip-left]{position:relative;cursor:pointer}[data-tooltip-top]:before,[data-tooltip-top]:after,[data-tooltip-right]:before,[data-tooltip-right]:after,[data-tooltip-bottom]:before,[data-tooltip-bottom]:after,[data-tooltip-left]:before,[data-tooltip-left]:after{position:absolute;visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);transform:translateZ(0);pointer-events:none}[data-tooltip-top]:hover:before,[data-tooltip-top]:hover:after,[data-tooltip-right]:hover:before,[data-tooltip-right]:hover:after,[data-tooltip-bottom]:hover:before,[data-tooltip-bottom]:hover:after,[data-tooltip-left]:hover:before,[data-tooltip-left]:hover:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}[data-tooltip-top]:before,[data-tooltip-right]:before,[data-tooltip-bottom]:before,[data-tooltip-left]:before{z-index:1001;border:6px solid transparent;background:transparent;content:""}[data-tooltip-top]:after,[data-tooltip-right]:after,[data-tooltip-bottom]:after,[data-tooltip-left]:after{z-index:1000;padding:8px;width:160px;background-color:#41434b;color:#fff;font-size:14px;line-height:1.2;border-radius:.4rem}[data-tooltip-top]:before,[data-tooltip-top]:after{bottom:100%;left:50%}[data-tooltip-top]:hover:before,[data-tooltip-top]:hover:after,[data-tooltip-top]:focus:before,[data-tooltip-top]:focus:after{transform:translateY(-12px)}[data-tooltip-top]:before{margin-left:-6px;margin-bottom:-12px;border-top-color:#41434b}[data-tooltip-top]:after{margin-left:-80px;content:attr(data-tooltip-top)}[data-tooltip-right]:before,[data-tooltip-right]:after{bottom:50%;left:100%}[data-tooltip-right]:before{margin-bottom:0;margin-left:-12px;border-top-color:transparent;border-right-color:#41434b;inset:4px 100% 50%}[data-tooltip-right]:after{content:attr(data-tooltip-right);margin-left:0;margin-bottom:-16px}[data-tooltip-right]:hover:before,[data-tooltip-right]:hover:after,[data-tooltip-right]:focus:before,[data-tooltip-right]:focus:after{transform:translate(12px)}[data-tooltip-bottom]:before,[data-tooltip-bottom]:after{top:100%;bottom:auto;left:50%;margin-left:-80px}[data-tooltip-bottom]:before{margin:-12px 0 0 -6px;border-top-color:transparent;border-bottom-color:#41434b}[data-tooltip-bottom]:after{content:attr(data-tooltip-bottom)}[data-tooltip-bottom]:hover:before,[data-tooltip-bottom]:hover:after,[data-tooltip-bottom]:focus:before,[data-tooltip-bottom]:focus:after{transform:translateY(12px)}[data-tooltip-left]:before,[data-tooltip-left]:after{right:100%;bottom:50%;left:auto}[data-tooltip-left]:before{margin-left:0;margin-right:-12px;margin-bottom:0;border-top-color:transparent;border-left-color:#41434b;inset:0 100% 50% auto}[data-tooltip-left]:after{content:attr(data-tooltip-left);margin-left:0;margin-bottom:-16px}[data-tooltip-left]:hover:before,[data-tooltip-left]:hover:after,[data-tooltip-left]:focus:before,[data-tooltip-left]:focus:after{transform:translate(-12px)}.button.is-primary,button.is-primary{border:1px solid rgb(149.72,72.58,106.495);background:#af3b6e;color:#fff}.button.is-primary:hover:not(:disabled),button.is-primary:hover:not(:disabled){outline:0;background:#96496a;border-color:#96496a}.button.is-primary:hover:not(:disabled) *,button.is-primary:hover:not(:disabled) *{text-shadow:white 0 0 10px}.button.is-primary:hover:not(:disabled) svg,button.is-primary:hover:not(:disabled) svg{filter:drop-shadow(0 0 5px white)}.button.is-primary.is-active,button.is-primary.is-active{background:#96496a}.button.is-secondary,button.is-secondary{border:1px solid rgb(64.8375,67.4975,74.8125);background:#424651;color:#fff}.button.is-secondary:hover:not(:disabled),button.is-secondary:hover:not(:disabled){outline:0;background:#41434b;border-color:#41434b}.button.is-secondary:hover:not(:disabled) *,button.is-secondary:hover:not(:disabled) *{text-shadow:white 0 0 10px}.button.is-secondary:hover:not(:disabled) svg,button.is-secondary:hover:not(:disabled) svg{filter:drop-shadow(0 0 5px white)}.button.is-secondary.is-active,button.is-secondary.is-active{background:#41434b}.button.is-inverted,button.is-inverted{border:1px solid #eee;background:#fff;color:#af3b6e}.button.is-inverted:hover:not(:disabled),button.is-inverted:hover:not(:disabled){outline:0;background:#eee;border-color:#eee}.button.is-inverted:hover:not(:disabled) *,button.is-inverted:hover:not(:disabled) *{text-shadow:#af3b6e 0 0 10px}.button.is-inverted:hover:not(:disabled) svg,button.is-inverted:hover:not(:disabled) svg{filter:drop-shadow(0 0 5px #af3b6e)}.button.is-inverted.is-active,button.is-inverted.is-active{background:#eee}.button.is-lhs,button.is-lhs{border:1px solid rgba(0,0,0,.1333333333);background:#0000;color:#fff}.button.is-lhs:hover:not(:disabled),button.is-lhs:hover:not(:disabled){outline:0;background:#0002;border-color:#0002}.button.is-lhs:hover:not(:disabled) *,button.is-lhs:hover:not(:disabled) *{text-shadow:white 0 0 10px}.button.is-lhs:hover:not(:disabled) svg,button.is-lhs:hover:not(:disabled) svg{filter:drop-shadow(0 0 5px white)}.button.is-lhs.is-active,button.is-lhs.is-active{background:#0002}section.is-menu{background:#424651;color:#fff}.is-heading{background:#358799;border-radius:.4rem;color:#fff}.is-heading>div:first-child{line-height:2.6rem;font-weight:700}
