:root{--bulma-control-radius:var(--bulma-radius);--bulma-control-radius-small:var(--bulma-radius-small);--bulma-control-border-width:1px;--bulma-control-height:2.5em;--bulma-control-line-height:1.5;--bulma-control-padding-vertical:calc(.5em - 1px);--bulma-control-padding-horizontal:calc(.75em - 1px);--bulma-control-size:var(--bulma-size-normal);--bulma-control-focus-shadow-l:50%}.b-checkbox.checkbox,.switch,.b-radio.radio{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.b-radio.radio{outline:none;align-items:center;display:inline-flex}.b-radio.radio:not(.button){margin-right:.5em}.b-radio.radio:not(.button)+.radio:last-child{margin-right:0}.b-radio.radio+.radio{margin-left:0}.b-radio.radio input[type=radio]{opacity:0;z-index:-1;outline:none;position:absolute;left:0}.b-radio.radio input[type=radio]+.check{cursor:pointer;border:2px solid #69748c;border-radius:50%;flex-shrink:0;width:1.25em;height:1.25em;transition:background .15s ease-out;display:flex;position:relative}.b-radio.radio input[type=radio]+.check:before{content:"";background-color:#00d1b2;border-radius:50%;width:1.25em;height:1.25em;margin-bottom:-.625em;margin-left:-.625em;transition:transform .15s ease-out;display:flex;position:absolute;bottom:50%;left:50%;transform:scale(0)}.b-radio.radio input[type=radio]+.check.is-white:before{background:#fff}.b-radio.radio input[type=radio]+.check.is-black:before{background:#090a0c}.b-radio.radio input[type=radio]+.check.is-light:before{background:#f3f4f6}.b-radio.radio input[type=radio]+.check.is-dark:before{background:#2e333d}.b-radio.radio input[type=radio]+.check.is-text:before{background:#404654}.b-radio.radio input[type=radio]+.check.is-primary:before{background:#00d1b2}.b-radio.radio input[type=radio]+.check.is-link:before{background:#4258ff}.b-radio.radio input[type=radio]+.check.is-info:before{background:#66d1ff}.b-radio.radio input[type=radio]+.check.is-success:before{background:#48c78e}.b-radio.radio input[type=radio]+.check.is-warning:before{background:#ffb70f}.b-radio.radio input[type=radio]+.check.is-danger:before{background:#ff6685}.b-radio.radio input[type=radio]:checked+.check{border-color:#00d1b2}.b-radio.radio input[type=radio]:checked+.check.is-white{border-color:#fff}.b-radio.radio input[type=radio]:checked+.check.is-black{border-color:#090a0c}.b-radio.radio input[type=radio]:checked+.check.is-light{border-color:#f3f4f6}.b-radio.radio input[type=radio]:checked+.check.is-dark{border-color:#2e333d}.b-radio.radio input[type=radio]:checked+.check.is-text{border-color:#404654}.b-radio.radio input[type=radio]:checked+.check.is-primary{border-color:#00d1b2}.b-radio.radio input[type=radio]:checked+.check.is-link{border-color:#4258ff}.b-radio.radio input[type=radio]:checked+.check.is-info{border-color:#66d1ff}.b-radio.radio input[type=radio]:checked+.check.is-success{border-color:#48c78e}.b-radio.radio input[type=radio]:checked+.check.is-warning{border-color:#ffb70f}.b-radio.radio input[type=radio]:checked+.check.is-danger{border-color:#ff6685}.b-radio.radio input[type=radio]:checked+.check:before{transform:scale(.5)}.b-radio.radio input[type=radio]:focus+.check{box-shadow:0 0 .5em #69748ccc}.b-radio.radio input[type=radio]:focus:checked+.check{box-shadow:0 0 .5em #00d1b2cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-white{box-shadow:0 0 .5em #fffc}.b-radio.radio input[type=radio]:focus:checked+.check.is-black{box-shadow:0 0 .5em #090a0ccc}.b-radio.radio input[type=radio]:focus:checked+.check.is-light{box-shadow:0 0 .5em #f3f4f6cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-dark{box-shadow:0 0 .5em #2e333dcc}.b-radio.radio input[type=radio]:focus:checked+.check.is-text{box-shadow:0 0 .5em #404654cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-primary{box-shadow:0 0 .5em #00d1b2cc}.b-radio.radio input[type=radio]:focus:checked+.check.is-link{box-shadow:0 0 .5em #4258ffcc}.b-radio.radio input[type=radio]:focus:checked+.check.is-info{box-shadow:0 0 .5em #66d1ffcc}.b-radio.radio input[type=radio]:focus:checked+.check.is-success{box-shadow:0 0 .5em #48c78ecc}.b-radio.radio input[type=radio]:focus:checked+.check.is-warning{box-shadow:0 0 .5em #ffb70fcc}.b-radio.radio input[type=radio]:focus:checked+.check.is-danger{box-shadow:0 0 .5em #ff6685cc}.b-radio.radio .control-label{padding-left:calc(.75em - 1px)}.b-radio.radio.button{display:flex}.b-radio.radio.button.is-selected{z-index:1}.b-radio.radio[disabled]{opacity:.5}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check{border-color:#00d1b2}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-white{border-color:#fff}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-black{border-color:#090a0c}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-light{border-color:#f3f4f6}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-dark{border-color:#2e333d}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-text{border-color:#404654}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-primary{border-color:#00d1b2}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-link{border-color:#4258ff}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-info{border-color:#66d1ff}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-success{border-color:#48c78e}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-warning{border-color:#ffb70f}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-danger{border-color:#ff6685}.b-radio.radio.is-small{border-radius:var(--bulma-radius-small);font-size:var(--bulma-size-small)}.b-radio.radio.is-medium{font-size:var(--bulma-size-medium)}.b-radio.radio.is-large{font-size:var(--bulma-size-large)}.switch{cursor:pointer;align-items:center;margin-right:.5em;display:inline-flex;position:relative}.switch+.switch:last-child{margin-right:0}.switch input[type=checkbox]{opacity:0;z-index:-1;outline:none;position:absolute;left:0}.switch input[type=checkbox]+.check{background:#abb1bf;border-radius:.375rem;flex-shrink:0;align-items:center;width:2.75em;height:1.575em;padding:.2em;transition:background .15s ease-out,box-shadow .15s ease-out;display:flex}.switch input[type=checkbox]+.check.is-white-passive,.switch input[type=checkbox]+.check:hover{background:#fff}.switch input[type=checkbox]+.check.is-black-passive,.switch input[type=checkbox]+.check:hover{background:#090a0c}.switch input[type=checkbox]+.check.is-light-passive,.switch input[type=checkbox]+.check:hover{background:#f3f4f6}.switch input[type=checkbox]+.check.is-dark-passive,.switch input[type=checkbox]+.check:hover{background:#2e333d}.switch input[type=checkbox]+.check.is-text-passive,.switch input[type=checkbox]+.check:hover{background:#404654}.switch input[type=checkbox]+.check.is-primary-passive,.switch input[type=checkbox]+.check:hover{background:#00d1b2}.switch input[type=checkbox]+.check.is-link-passive,.switch input[type=checkbox]+.check:hover{background:#4258ff}.switch input[type=checkbox]+.check.is-info-passive,.switch input[type=checkbox]+.check:hover{background:#66d1ff}.switch input[type=checkbox]+.check.is-success-passive,.switch input[type=checkbox]+.check:hover{background:#48c78e}.switch input[type=checkbox]+.check.is-warning-passive,.switch input[type=checkbox]+.check:hover{background:#ffb70f}.switch input[type=checkbox]+.check.is-danger-passive,.switch input[type=checkbox]+.check:hover{background:#ff6685}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:"pink"}.switch input[type=checkbox]+.check:before{content:"";will-change:transform;transform-origin:0;background:#f3f4f6;border-radius:.375rem;width:1.175em;height:1.175em;transition:transform .15s ease-out;display:block}.switch input[type=checkbox]+.check.is-elastic:before{border-radius:.375rem;transform:scaleX(1.5)}.switch input[type=checkbox]:checked+.check{background:#00d1b2}.switch input[type=checkbox]:checked+.check.is-white{background:#fff}.switch input[type=checkbox]:checked+.check.is-black{background:#090a0c}.switch input[type=checkbox]:checked+.check.is-light{background:#f3f4f6}.switch input[type=checkbox]:checked+.check.is-dark{background:#2e333d}.switch input[type=checkbox]:checked+.check.is-text{background:#404654}.switch input[type=checkbox]:checked+.check.is-primary{background:#00d1b2}.switch input[type=checkbox]:checked+.check.is-link{background:#4258ff}.switch input[type=checkbox]:checked+.check.is-info{background:#66d1ff}.switch input[type=checkbox]:checked+.check.is-success{background:#48c78e}.switch input[type=checkbox]:checked+.check.is-warning{background:#ffb70f}.switch input[type=checkbox]:checked+.check.is-danger{background:#ff6685}.switch input[type=checkbox]:checked+.check:before{transform:translate(100%)}.switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate(50%)scaleX(1.5)}.switch input[type=checkbox]:focus,.switch input[type=checkbox]:active{outline:none}.switch .control-label{padding-left:.5em}.switch:hover input[type=checkbox]+.check{background:#abb1bfe6}.switch:hover input[type=checkbox]+.check.is-white-passive{background:#ffffffe6}.switch:hover input[type=checkbox]+.check.is-black-passive{background:#090a0ce6}.switch:hover input[type=checkbox]+.check.is-light-passive{background:#f3f4f6e6}.switch:hover input[type=checkbox]+.check.is-dark-passive{background:#2e333de6}.switch:hover input[type=checkbox]+.check.is-text-passive{background:#404654e6}.switch:hover input[type=checkbox]+.check.is-primary-passive{background:#00d1b2e6}.switch:hover input[type=checkbox]+.check.is-link-passive{background:#4258ffe6}.switch:hover input[type=checkbox]+.check.is-info-passive{background:#66d1ffe6}.switch:hover input[type=checkbox]+.check.is-success-passive{background:#48c78ee6}.switch:hover input[type=checkbox]+.check.is-warning-passive{background:#ffb70fe6}.switch:hover input[type=checkbox]+.check.is-danger-passive{background:#ff6685e6}.switch:hover input[type=checkbox]:checked+.check{background:#00d1b2e6}.switch:hover input[type=checkbox]:checked+.check.is-white{background:#ffffffe6}.switch:hover input[type=checkbox]:checked+.check.is-black{background:#090a0ce6}.switch:hover input[type=checkbox]:checked+.check.is-light{background:#f3f4f6e6}.switch:hover input[type=checkbox]:checked+.check.is-dark{background:#2e333de6}.switch:hover input[type=checkbox]:checked+.check.is-text{background:#404654e6}.switch:hover input[type=checkbox]:checked+.check.is-primary{background:#00d1b2e6}.switch:hover input[type=checkbox]:checked+.check.is-link{background:#4258ffe6}.switch:hover input[type=checkbox]:checked+.check.is-info{background:#66d1ffe6}.switch:hover input[type=checkbox]:checked+.check.is-success{background:#48c78ee6}.switch:hover input[type=checkbox]:checked+.check.is-warning{background:#ffb70fe6}.switch:hover input[type=checkbox]:checked+.check.is-danger{background:#ff6685e6}.switch.is-rounded input[type=checkbox]+.check,.switch.is-rounded input[type=checkbox]+.check:before{border-radius:9999px}.switch.is-rounded input[type=checkbox].is-elastic:before{border-radius:9999px;transform:scaleX(1.5)}.switch.is-outlined input[type=checkbox]+.check{background:0 0;border:.1rem solid #abb1bf;padding:.1em}.switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid #ffffffe6}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:#ffffffe6}.switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid #090a0ce6}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#090a0c}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:#090a0ce6}.switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid #f3f4f6e6}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:#f3f4f6}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:#f3f4f6e6}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid #2e333de6}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:#2e333d}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:#2e333de6}.switch.is-outlined input[type=checkbox]+.check.is-text-passive{border:.1rem solid #404654e6}.switch.is-outlined input[type=checkbox]+.check.is-text-passive:before{background:#404654}.switch.is-outlined input[type=checkbox]+.check.is-text-passive:hover{border-color:#404654e6}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid #00d1b2e6}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:#00d1b2}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:#00d1b2e6}.switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid #4258ffe6}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:#4258ff}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:#4258ffe6}.switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid #66d1ffe6}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:#66d1ff}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:#66d1ffe6}.switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid #48c78ee6}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:#48c78e}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:#48c78ee6}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid #ffb70fe6}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:#ffb70f}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:#ffb70fe6}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid #ff6685e6}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:#ff6685}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:#ff6685e6}.switch.is-outlined input[type=checkbox]+.check:before{background:#abb1bf}.switch.is-outlined input[type=checkbox]:checked+.check{border-color:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:0 0;border-color:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:0 0;border-color:#090a0c}.switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#090a0c}.switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:0 0;border-color:#f3f4f6}.switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:#f3f4f6}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:0 0;border-color:#2e333d}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:#2e333d}.switch.is-outlined input[type=checkbox]:checked+.check.is-text{background:0 0;border-color:#404654}.switch.is-outlined input[type=checkbox]:checked+.check.is-text:before{background:#404654}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:0 0;border-color:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:#00d1b2}.switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:0 0;border-color:#4258ff}.switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:#4258ff}.switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:0 0;border-color:#66d1ff}.switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:#66d1ff}.switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:0 0;border-color:#48c78e}.switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:#48c78e}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:0 0;border-color:#ffb70f}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:#ffb70f}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:0 0;border-color:#ff6685}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:#ff6685}.switch.is-outlined input[type=checkbox]:checked+.check:before{background:#00d1b2}.switch.is-outlined:hover input[type=checkbox]+.check{background:0 0;border-color:#abb1bfe6}.switch.is-outlined:hover input[type=checkbox]:checked+.check{background:0 0;border-color:#00d1b2e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:#ffffffe6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:#090a0ce6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:#f3f4f6e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:#2e333de6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-text{border-color:#404654e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:#00d1b2e6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link{border-color:#4258ffe6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:#66d1ffe6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:#48c78ee6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:#ffb70fe6}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:#ff6685e6}.switch.is-small{border-radius:var(--bulma-radius-small);font-size:var(--bulma-size-small)}.switch.is-medium{font-size:var(--bulma-size-medium)}.switch.is-large{font-size:var(--bulma-size-large)}.switch[disabled]{opacity:.5;cursor:not-allowed;color:#69748c}.b-checkbox.checkbox{outline:none;align-items:center;display:inline-flex}.b-checkbox.checkbox:not(.button){margin-right:.5em}.b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.b-checkbox.checkbox input[type=checkbox]{opacity:0;z-index:-1;outline:none;position:absolute;left:0}.b-checkbox.checkbox input[type=checkbox]+.check{background:0 0;border:2px solid #69748c;border-radius:.375rem;flex-shrink:0;width:1.25em;height:1.25em;transition:background .15s ease-out}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(221, 14%25, 4%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:#090a0c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(221, 14%25, 100%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#090a0c}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:#f3f4f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(221, 14%25, 21%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#f3f4f6}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:#2e333d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(221, 14%25, 96%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#2e333d}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-text{background:#404654 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#404654}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link{background:#4258ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#4258ff}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:#66d1ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#66d1ff}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:#48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#48c78e}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:#ffb70f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#ffb70f}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:#ff6685 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;border-color:#ff6685}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-white{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(221, 14%25, 4%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-black{background:#090a0c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(221, 14%25, 100%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#090a0c}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-light{background:#f3f4f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(221, 14%25, 21%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#f3f4f6}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-dark{background:#2e333d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(221, 14%25, 96%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#2e333d}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-text,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-text{background:#404654 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#404654}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-primary{background:#00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#00d1b2}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-link{background:#4258ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#4258ff}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-info{background:#66d1ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#66d1ff}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-success{background:#48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#48c78e}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-warning{background:#ffb70f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#ffb70f}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger,.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-danger{background:#ff6685 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") 50% no-repeat;border-color:#ff6685}.b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em #69748ccc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em #00d1b2cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em #fffc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em #090a0ccc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em #f3f4f6cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em #2e333dcc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-text{box-shadow:0 0 .5em #404654cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em #00d1b2cc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link{box-shadow:0 0 .5em #4258ffcc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em #66d1ffcc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em #48c78ecc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em #ffb70fcc}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em #ff6685cc}.b-checkbox.checkbox .control-label{padding-left:calc(.75em - 1px)}.b-checkbox.checkbox.button{display:flex}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:#00d1b2}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:#fff}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:#090a0c}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:#f3f4f6}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:#2e333d}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-text{border-color:#404654}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:#00d1b2}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link{border-color:#4258ff}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:#66d1ff}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:#48c78e}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:#ffb70f}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:#ff6685}.b-checkbox.checkbox.is-small{border-radius:var(--bulma-radius-small);font-size:var(--bulma-size-small)}.b-checkbox.checkbox.is-medium{font-size:var(--bulma-size-medium)}.b-checkbox.checkbox.is-large{font-size:var(--bulma-size-large)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden}a{text-decoration:none}
:root{--bulma-primary:#3dbcf4;--bulma-danger:#f04f55;--bulma-warning:#ffd447;--bulma-link:#12295d;--bulma-radius-large:28px;--bulma-radius:14px;--bulma-body-family:Arial, Helvetica, sans-serif}.button{box-shadow:none;border:0;font-weight:800}.navbar-item,.navbar-link{color:#12295d;font-weight:800}.card{box-shadow:none}
