diff --git a/dist/codidact.css b/dist/codidact.css index 889d477..0b1fc9a 100644 --- a/dist/codidact.css +++ b/dist/codidact.css @@ -1 +1 @@ -.header{padding:16px;margin-bottom:16px;background:#fff;color:#000;box-shadow:0 3px 2px 0 rgba(0,0,0,.1);font-weight:600}.header a:link,.header a:visited{color:inherit;display:inline-block;padding:4px 8px;text-decoration:none !important;transition:all .3s ease}.header a:link:hover,.header a:link:active,.header a:visited:hover,.header a:visited:active{color:inherit;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);text-decoration:none}.header .header--container{display:flex;align-items:flex-end;padding:0}.header .header--brand{color:inherit;display:flex;flex-direction:column;align-items:flex-start}.header .header--brand .header--instance-name{font-size:1rem}.header .header--brand .header--site-name{font-size:2.5rem}.header .header--brand+.header--menu{margin-left:24px}.header .header--menu{flex-grow:1;display:flex;justify-content:flex-end;align-items:center;min-height:50px;flex-wrap:wrap}.header .header--menu .header--separator{flex-grow:1}.header .header--menu .header--item{padding:4px 8px;margin:0px 4px;cursor:pointer;font:inherit;color:rgba(0,0,0,.65);background-color:transparent;border:none;display:flex;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important}.header .header--menu .header--item:hover,.header .header--menu .header--item.is-active{color:#000;background-color:transparent}.header .header--menu .header--item.is-mobile-menu{display:none}.header .header--menu .header--item .header--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header .header--menu .header--item.is-complex .header--alert{position:absolute;top:-2px;left:-5px}.header .header--menu .header--item .header--trust-level{color:#fff;font-size:30px;opacity:.9;text-shadow:0 0 1px #000;min-width:1.5em;height:1.5em;padding:2px;display:inline-block;text-align:center;margin:0px 4px;position:absolute;bottom:-2px;right:-7px}.header .header--menu .header--item .header--item-icon,.header .header--menu .header--item .header--item-image{height:40px;width:40px}.header .header--menu .header--item .header--menu-bars{display:flex;flex-direction:column;height:40px;width:40px;justify-content:center;align-items:center}.header .header--menu .header--item .header--menu-bars span{width:2em;height:.333333333em;margin:.166666667em 0;background-color:rgba(0,0,0,.65);transition:all .3s ease}.header .header--menu .header--item:hover .header--menu-bars span,.header .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(0,0,0,.85)}@media all and (max-width: 850px){.header .header--brand .header--site-name{font-size:2rem}.header .header--menu{flex-shrink:0}.header .header--menu .header--item{display:none}.header .header--menu .header--item.is-mobile-menu,.header .header--menu .header--item.is-visible-on-mobile{display:flex}}.header.is-dark{color:#fff;box-shadow:0 3px 2px 0 rgba(0,0,0,.2)}.header.is-dark a:link:hover,.header.is-dark a:link:active,.header.is-dark a:visited:hover,.header.is-dark a:visited:active{box-shadow:0 2px 4px 1px rgba(0,0,0,.5)}.header.is-dark .header--menu .header--item{color:rgba(255,255,255,.65);background-color:transparent}.header.is-dark .header--menu .header--item:hover,.header.is-dark .header--menu .header--item.is-active{color:#fff;background-color:transparent}.header.is-dark .header--menu .header--item .header--alert{background-color:#fff;color:#0025e4}.header.is-dark .header--menu .header--item .header--menu-bars span{margin:.166666667em 0;background-color:rgba(255,255,255,.65)}.header.is-dark .header--menu .header--item:hover .header--menu-bars span,.header.is-dark .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(255,255,255,.85)}.header.is-small{padding:0}.header.is-small .header--container{align-items:stretch}.header.is-small .header--container .header--menu{align-items:stretch}.header-slide{position:absolute;top:65px;right:20px;width:100%;max-width:300px;background-color:#fff;padding:12px;font-weight:600;border:1px solid #eee;box-shadow:0 3px 2px -2px #ddd;z-index:100;display:none}.header-slide.is-active{display:block}.header-slide a:link,.header-slide a:visited{margin:4px 0px;padding:8px 16px;cursor:pointer;font:inherit;color:#595959;background-color:transparent;border:none;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important;display:block;width:100%}.header-slide a:link:hover,.header-slide a:link:active,.header-slide a:visited:hover,.header-slide a:visited:active{color:#000;background-color:transparent;box-shadow:0 1.5px 4px 0px #ddd;text-decoration:none}.header-slide a:link.is-active,.header-slide a:visited.is-active{color:#000;background-color:transparent}.header-slide a:link .header-slide--alert,.header-slide a:visited .header-slide--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header-slide .header-slide--separator{border-bottom:1px solid #ddd;margin:4px 0}@media all and (max-width: 330px){.header-slide{left:0 !important;right:0 !important;width:100%;max-width:100%}}.button,a.button:link,a.button:visited{font-size:.9em;font-family:inherit;text-align:center;text-decoration:none !important;cursor:pointer;display:inline-block;background-color:#f1f3ff;color:#001db1;padding:6px 12px;font-weight:500;border-radius:3px;border:1px solid transparent;transition:all .3s ease;margin:2px}.button:hover,a.button:link:hover,a.button:visited:hover{background-color:#e4e8ff;color:#001db1}.button:active,.button.is-active,a.button:link:active,a.button:link.is-active,a.button:visited:active,a.button:visited.is-active{background-color:#cbd3ff;color:#001db1}.button.is-outlined,a.button:link.is-outlined,a.button:visited.is-outlined{background-color:#fff;border-color:#657dff}.button.is-outlined:hover,a.button:link.is-outlined:hover,a.button:visited.is-outlined:hover{background-color:#f1f3ff;border-color:#0029fe}.button.is-outlined:active,.button.is-outlined.is-active,a.button:link.is-outlined:active,a.button:link.is-outlined.is-active,a.button:visited.is-outlined:active,a.button:visited.is-outlined.is-active{background-color:#e4e8ff;border-color:#0021cb}.button.is-filled,a.button:link.is-filled,a.button:visited.is-filled{background-color:#0029fe;color:#fff}.button.is-filled:hover,a.button:link.is-filled:hover,a.button:visited.is-filled:hover{background-color:#0021cb;color:#fff}.button.is-filled:active,.button.is-filled.is-active,a.button:link.is-filled:active,a.button:link.is-filled.is-active,a.button:visited.is-filled:active,a.button:visited.is-filled.is-active{background-color:#001898;color:#fff}.button.is-danger,a.button:link.is-danger,a.button:visited.is-danger{background-color:#ffe9e9;color:#a90000}.button.is-danger:hover,a.button:link.is-danger:hover,a.button:visited.is-danger:hover{background-color:#ffdcdc;color:#a90000}.button.is-danger:active,.button.is-danger.is-active,a.button:link.is-danger:active,a.button:link.is-danger.is-active,a.button:visited.is-danger:active,a.button:visited.is-danger.is-active{background-color:#ffc3c3;color:#a90000}.button.is-danger.is-outlined,a.button:link.is-danger.is-outlined,a.button:visited.is-danger.is-outlined{background-color:transparent;border-color:#ff5d5d}.button.is-danger.is-outlined:hover,a.button:link.is-danger.is-outlined:hover,a.button:visited.is-danger.is-outlined:hover{background-color:#ffe9e9;border-color:#f60000}.button.is-danger.is-outlined:active,.button.is-danger.is-outlined.is-active,a.button:link.is-danger.is-outlined:active,a.button:link.is-danger.is-outlined.is-active,a.button:visited.is-danger.is-outlined:active,a.button:visited.is-danger.is-outlined.is-active{background-color:#ffdcdc;border-color:#c30000}.button.is-danger.is-filled,a.button:link.is-danger.is-filled,a.button:visited.is-danger.is-filled{background-color:#f60000;color:#fff}.button.is-danger.is-filled:hover,a.button:link.is-danger.is-filled:hover,a.button:visited.is-danger.is-filled:hover{background-color:#c30000;color:#fff}.button.is-danger.is-filled:active,.button.is-danger.is-filled.is-active,a.button:link.is-danger.is-filled:active,a.button:link.is-danger.is-filled.is-active,a.button:visited.is-danger.is-filled:active,a.button:visited.is-danger.is-filled.is-active{background-color:#900000;color:#fff}.button.is-muted,a.button:link.is-muted,a.button:visited.is-muted{background-color:#eef1f2;color:#344147}.button.is-muted:hover,a.button:link.is-muted:hover,a.button:visited.is-muted:hover{background-color:#e6ebed;color:#344147}.button.is-muted:active,.button.is-muted.is-active,a.button:link.is-muted:active,a.button:link.is-muted.is-active,a.button:visited.is-muted:active,a.button:visited.is-muted.is-active{background-color:#d8dfe2;color:#344147}.button.is-muted.is-outlined,a.button:link.is-muted.is-outlined,a.button:visited.is-muted.is-outlined{background-color:transparent;border-color:#879ca7}.button.is-muted.is-outlined:hover,a.button:link.is-muted.is-outlined:hover,a.button:visited.is-muted.is-outlined:hover{background-color:#eef1f2;border-color:#546973}.button.is-muted.is-outlined:active,.button.is-muted.is-outlined.is-active,a.button:link.is-muted.is-outlined:active,a.button:link.is-muted.is-outlined.is-active,a.button:visited.is-muted.is-outlined:active,a.button:visited.is-muted.is-outlined.is-active{background-color:#dfe5e8;border-color:#3f4e56}.button.is-muted.is-filled,a.button:link.is-muted.is-filled,a.button:visited.is-muted.is-filled{background-color:#5f7682;color:#fff}.button.is-muted.is-filled:hover,a.button:link.is-muted.is-filled:hover,a.button:visited.is-muted.is-filled:hover{background-color:#4a5b64;color:#fff}.button.is-muted.is-filled:active,.button.is-muted.is-filled.is-active,a.button:link.is-muted.is-filled:active,a.button:link.is-muted.is-filled.is-active,a.button:visited.is-muted.is-filled:active,a.button:visited.is-muted.is-filled.is-active{background-color:#344147;color:#fff}.button.is-small,a.button:link.is-small,a.button:visited.is-small{font-size:.8em;padding:4px 8px}.button.is-medium,a.button:link.is-medium,a.button:visited.is-medium{font-size:1em;padding:7px 14px}.button.is-large,a.button:link.is-large,a.button:visited.is-large{font-size:1.1em;padding:8px 16px}.button.is-very-large,a.button:link.is-very-large,a.button:visited.is-very-large{font-size:1.2em;padding:9px 18px}.button.is-extremely-large,a.button:link.is-extremely-large,a.button:visited.is-extremely-large{font-size:1.4em;padding:10px 20px}.button.is-close-button,a.button:link.is-close-button,a.button:visited.is-close-button{background-color:transparent;color:#aaa;font-size:25px !important;padding:2px 8px;line-height:1;margin-top:-4px}.button.is-close-button:hover,.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:hover,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:hover,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{color:#333}.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{background-color:rgba(0,0,0,.05)}.modal--header-button .button.is-close-button,.widget--header-button .button.is-close-button{margin-top:0}.notice .is-close-button{float:right}.button-list{display:flex;flex-wrap:wrap}.button-list.is-gutterless .button{border-radius:0;margin:0;position:relative;margin-right:-1px;z-index:0}.button-list.is-gutterless .button:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-list.is-gutterless .button:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.button-list.is-gutterless .button:hover,.button-list.is-gutterless .button:active,.button-list.is-gutterless .button.is-active{z-index:2}.button.is-icon-only-button{background-color:transparent !important;color:#95a8b2;padding:3px;line-height:1;font-size:1em;min-width:1.5em;min-height:1.5em;text-align:center}.button.is-icon-only-button.is-small{font-size:.8em}.button.is-icon-only-button.is-medium{font-size:1em}.button.is-icon-only-button.is-large{font-size:1.1em}.button.is-icon-only-button.is-very-large{font-size:1.2em}.button.is-icon-only-button.is-extremely-large{font-size:1.4em}.button.is-icon-only-button:hover{color:#3253ff}.button.is-icon-only-button:active,.button.is-icon-only-button.is-active{color:#0025e4}.button.is-icon-only-button.is-danger{color:#ff9090}.button.is-icon-only-button.is-danger:hover{color:#ff2a2a}.button.is-icon-only-button.is-danger:active,.button.is-icon-only-button.is-danger.is-active{color:#dc0000}.button.is-icon-only-button.is-muted{color:#abbac2}.button.is-icon-only-button.is-muted:hover{color:#6a8491}.button.is-icon-only-button.is-muted:active,.button.is-icon-only-button.is-muted.is-active{color:#4a5b64}.button.is-icon-only-button:active:not(:hover),.button.is-icon-only-button.is-active:not(:hover){background:transparent}.tabs{padding:0px;display:flex;flex-wrap:wrap}.tabs .tabs--item{display:block;font-weight:600;color:#666;text-decoration:none !important;padding:6px 10px;margin:2px}.tabs .tabs--item:hover{background-color:#e4e8ff;color:#001898}.tabs .tabs--item.is-active{background-color:#0025e4;color:#fff}.tabs.is-classic-tabs{border-bottom:3px solid #0025e4}.tabs.is-classic-tabs .tabs--item{margin-bottom:0}.menu{padding:0px;display:flex;flex-direction:column}.menu .menu--heading{display:block;font-weight:600;color:#333;text-decoration:none !important;padding:6px 10px;margin:6px 2px;border-radius:.25em;font-variant:small-caps;font-size:1rem}.menu a.menu--heading:hover{background-color:#e4e8ff;color:#001898}.menu a.menu--heading.is-active{background-color:#0025e4;color:#fff}.menu .menu--item{display:block;font-weight:500;color:#666;text-decoration:none !important;padding:10px 10px;margin:2px 2px;border-radius:.25em;font-size:.9rem}.menu .menu--item:hover{background-color:#e4e8ff;color:#001898}.menu .menu--item.is-active{background-color:#0025e4;color:#fff}label.form-element{cursor:pointer;display:block;margin:4px 0px;font-size:1em;font-weight:500;color:#444}.form-caption{color:#6a8491;font-size:14px;margin-top:-4px;margin-bottom:8px}input.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}input.form-element:focus{border-color:#b3c0c7}input.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;resize:none;display:block;width:100%;min-height:8em}textarea.form-element:focus{border-color:#b3c0c7}textarea.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element.is-small{min-height:4em}textarea.form-element.is-large{min-height:16em}input[type=radio].form-radio-element,input[type=checkbox].form-checkbox-element{margin:4px;display:inline-block;cursor:pointer}select.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;cursor:pointer;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element option{font:inherit}select.form-element:focus{border-color:#b3c0c7}select.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}select.form-element[multiple]{font:inherit;font-weight:500;padding:4px;margin:4px 0px;cursor:inherit;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element[multiple] option{font:inherit;padding:4px;cursor:pointer;border-radius:3px}select.form-element[multiple]:focus{border-color:#b3c0c7}select.form-element[multiple].is-danger{border-color:#ffa9a9;background-color:#fff6f6}.notice{margin:4px 0px;padding:16px;border-radius:3px;border:1px solid #b3c0c7;background-color:#eef1f2}.notice.is-filled{border-color:transparent;color:#fff;background-color:#1e262a}.notice.is-warning{border-color:#fee781;background-color:#fffae6}.notice.is-warning.is-filled{border-color:transparent;background-color:#b19002}.notice.is-danger{border-color:#ff8383;background-color:#ffe9e9}.notice.is-danger.is-filled{border-color:transparent;background-color:#b60000}.notice.is-success{border-color:#88e4af;background-color:#dcf7e7}.notice.is-success.is-filled{border-color:transparent;background-color:#1e8349}.notice.is-info{border-color:#95d4ce;background-color:#def1ef}.notice.is-info.is-filled{border-color:transparent;background-color:#2e6f69}.notice.is-banner{border-left:none;border-right:none;margin:0;border-radius:0}.notice :first-child{margin-top:0}.notice .is-close-button:first-child{margin-top:-4px}.notice .is-close-button:first-child+*{margin-top:0}.notice :last-child{margin-bottom:0}.header+.notice.is-banner{margin-top:-16px;margin-bottom:16px}.widget{border:1px solid #d0d9dd;border-radius:3px;box-shadow:0 3px 5px -2px #eee;margin:8px 0px;background-color:#fff}.widget .widget--header{padding:12px;font-size:1.2em;font-weight:400;border-bottom:1px solid #d0d9dd}.widget .widget--header.is-complex{font-size:1em}.widget .widget--header .widget--header-link{float:right;font-size:.8em;padding:3px 4px}.widget .widget--header .widget--header-button{float:right;font-size:.8em;position:relative;top:-6.6666666667px}.widget .widget--body{padding:12px}.widget .widget--body+.widget--body{border-top:1px solid #d0d9dd}.widget .widget--footer{padding:12px;border-top:1px solid #d0d9dd}.modal{position:absolute;width:100%;min-height:100%;top:0;left:0;padding:48px;pointer-events:none;display:none}.modal.is-active{display:block}.modal.is-with-backdrop{background-color:rgba(0,0,0,.5);position:fixed;height:100%;pointer-events:all}.modal.is-with-backdrop .modal--container{box-shadow:0 3px 5px -3px #666;max-height:100%}.modal .modal--container{margin:0 auto;max-width:48rem;width:100%;pointer-events:all;background-color:#fff;box-shadow:0 3px 5px -3px #666;border:1px solid #b3c0c7;display:flex;flex-direction:column}.modal .modal--container .modal--header{padding:12px;font-size:1.4em;border-bottom:1px solid #d0d9dd;font-weight:600}.modal .modal--container .modal--header .modal--header-link{float:right;font-size:.8rem;padding:3px 4px}.modal .modal--container .modal--header .modal--header-button{float:right;font-size:.8rem;margin:0}.modal .modal--container .modal--body{padding:16px;max-height:32rem;overflow-y:auto}.modal .modal--container .modal--footer{padding:12px;border-top:1px solid #d0d9dd}.modal.is-large .modal--container{max-width:72em}.modal.is-large .modal--container .modal--body{max-height:48rem}.modal.is-small .modal--container{max-width:24em}.modal.is-small .modal--container .modal--body{max-height:16rem}.modal.is-danger .modal--header,.modal.is-danger .modal--container,.modal.is-danger .modal--footer{border-color:#ff9090}.modal.is-danger .modal--header{color:#c30000;background-color:#fff6f6}@media all and (max-width: 512px){.modal{padding:0;position:fixed;top:0 !important}.modal .modal--container{height:100vh}.modal .modal--header,.modal .modal--foter{flex-shrink:0}.modal .modal--body{flex-grow:1;overflow:auto}}.item-list{display:flex;flex-direction:column;align-items:stretch}.item-list .item-list--item{display:flex;align-items:center;border-bottom:1px solid #d0d9dd}.item-list .item-list--item.is-highlighted{background-color:#f1f3ff}.item-list .item-list--item .item-list--number-value{padding:2px;margin:2px;height:60px;width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--number-value .item-list--number{font-size:25px;color:#222}.item-list .item-list--item .item-list--number-value .item-list--number-label{font-size:14px;color:#666}.item-list .item-list--item .item-list--text-value{padding:4px;margin:4px;min-height:60px;width:200px;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--text-value.is-primary{align-items:flex-start}.item-list .item-list--item .item-list--image-value{padding:0px;margin:2px;height:40px;width:40px}.item-list .item-list--item .item-list--image-value img{border-radius:50%}.item-list .item-list--item .is-primary{flex-grow:1}@media all and (max-width: 512px){.item-list .item-list--item{flex-wrap:wrap;justify-content:center}.item-list .item-list--item>.is-primary{width:100%;height:auto;margin:0px 8px}.item-list .item-list--item>:not(.is-primary){font-size:.9em;margin:2px 4px}.item-list .item-list--item>:not(.is-primary).item-list--image-value{margin:4px 2px}.item-list .item-list--item>:not(.is-primary).item-list--text-value{height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value{flex-direction:row;height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value .item-list--number{font-size:18px;margin:0px 2px}}.badge.is-tag{display:inline-block;font-size:14px;padding:4px 8px;font-weight:500;color:#001898;background-color:#e4e8ff;border-radius:3px}.badge.is-tag.is-master-tag,.badge.is-tag.is-filled{color:#fff;background-color:#001db1}.badge.is-tag.is-red{background-color:#ffc3c3;color:#900000}.badge.is-tag.is-red.is-master-tag,.badge.is-tag.is-red.is-filled{background-color:#dc0000;color:#fff}.badge.is-tag.is-teal{background-color:#a7dbd6;color:#173936}.badge.is-tag.is-teal.is-master-tag,.badge.is-tag.is-teal.is-filled{background-color:#2e6f69;color:#fff}.badge.is-tag.is-yellow{background-color:#fef0b3;color:#7e6701}.badge.is-tag.is-yellow.is-master-tag,.badge.is-tag.is-yellow.is-filled{background-color:#caa502;color:#fff}.badge.is-tag.is-green{background-color:#93e7b6;color:#0d3a20}.badge.is-tag.is-green.is-master-tag,.badge.is-tag.is-green.is-filled{background-color:#1b7943;color:#fff}.badge.is-tag.is-muted{background-color:#c2ccd2;color:#293338}.badge.is-tag.is-muted.is-master-tag,.badge.is-tag.is-muted.is-filled{background-color:#4a5b64;color:#fff}a.badge.is-tag:hover{text-decoration:none !important;background-color:#cbd3ff}a.badge.is-tag:hover.is-master-tag,a.badge.is-tag:hover.is-filled{color:#fff;background-color:#001898}a.badge.is-tag:hover.is-red{background-color:#ffa9a9}a.badge.is-tag:hover.is-red.is-master-tag,a.badge.is-tag:hover.is-red.is-filled{background-color:#c30000;color:#fff}a.badge.is-tag:hover.is-teal{background-color:#95d4ce}a.badge.is-tag:hover.is-teal.is-master-tag,a.badge.is-tag:hover.is-teal.is-filled{background-color:#265d58;color:#fff}a.badge.is-tag:hover.is-yellow{background-color:#feec9a}a.badge.is-tag:hover.is-yellow.is-master-tag,a.badge.is-tag:hover.is-yellow.is-filled{background-color:#b19002;color:#fff}a.badge.is-tag:hover.is-green{background-color:#7ee2a8}a.badge.is-tag:hover.is-green.is-master-tag,a.badge.is-tag:hover.is-green.is-filled{background-color:#176437;color:#fff}a.badge.is-tag:hover.is-muted{background-color:#b3c0c7}a.badge.is-tag:hover.is-muted.is-master-tag,a.badge.is-tag:hover.is-muted.is-filled{background-color:#3f4e56;color:#fff}.badge.is-award{display:inline-block;padding:4px 8px;font-weight:500;font-size:16px;color:#3f4e56;background-color:#eef1f2;border:1px solid #dfe5e8;border-radius:3px}.badge.is-award .badge--icon{margin-right:4px}.badge.is-award.is-gold .badge--icon{color:#cc0}.badge.is-award.is-silver .badge--icon{color:#ccc}.badge.is-award.is-bronze .badge--icon{color:#c73}.badge.is-award:hover{text-decoration:none}.badge.is-user-role{display:inline-block;font-size:.75em;padding:3px 6px;border-radius:2px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-role.is-muted{background-color:#d0d9dd;color:#344147}.badge.is-user-trust-level{display:inline-block;font-size:14px;min-width:20px;text-align:center;padding:1px 6px;border-radius:20px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-trust-level.is-muted{background-color:#d0d9dd;color:#344147}.footer{padding:16px;border-top:1px solid #ddd;color:#666;margin-top:8px}.footer.is-inverted{border-top:none;background-color:#f6f6f6}.has-padding-0,.h-p-0{padding:0px}.has-margin-0,.h-m-0{margin:0px}.has-padding-1,.h-p-1{padding:4px}.has-margin-1,.h-m-1{margin:4px}.has-padding-2,.h-p-2{padding:8px}.has-margin-2,.h-m-2{margin:8px}.has-padding-4,.h-p-4{padding:16px}.has-margin-4,.h-m-4{margin:16px}.has-padding-6,.h-p-6{padding:24px}.has-margin-6,.h-m-6{margin:24px}.has-padding-8,.h-p-8{padding:32px}.has-margin-8,.h-m-8{margin:32px}.has-padding-12,.h-p-12{padding:48px}.has-margin-12,.h-m-12{margin:48px}.has-padding-16,.h-p-16{padding:64px}.has-margin-16,.h-m-16{margin:64px}.has-padding-18,.h-p-18{padding:72px}.has-margin-18,.h-m-18{margin:72px}.has-padding-24,.h-p-24{padding:96px}.has-margin-24,.h-m-24{margin:96px}.has-padding-32,.h-p-32{padding:128px}.has-margin-32,.h-m-32{margin:128px}.has-padding-36,.h-p-36{padding:144px}.has-margin-36,.h-m-36{margin:144px}.has-padding-top-0,.h-p-t-0{padding-top:0px}.has-padding-right-0,.h-p-r-0{padding-right:0px}.has-padding-bottom-0,.h-p-b-0{padding-bottom:0px}.has-padding-left-0,.h-p-l-0{padding-left:0px}.has-padding-vertical-0,.h-p-v-0{padding-top:0px;padding-bottom:0px}.has-padding-horizontal-0,.h-p-h-0{padding-right:0px;padding-left:0px}.has-margin-top-0,.h-m-t-0{margin-top:0px}.has-margin-right-0,.h-m-r-0{margin-right:0px}.has-margin-bottom-0,.h-m-b-0{margin-bottom:0px}.has-margin-left-0,.h-m-l-0{margin-left:0px}.has-margin-vertical-0,.h-m-v-0{margin-top:0px;margin-bottom:0px}.has-margin-horizontal-0,.h-m-h-0{margin-right:0px;margin-left:0px}.has-padding-top-1,.h-p-t-1{padding-top:4px}.has-padding-right-1,.h-p-r-1{padding-right:4px}.has-padding-bottom-1,.h-p-b-1{padding-bottom:4px}.has-padding-left-1,.h-p-l-1{padding-left:4px}.has-padding-vertical-1,.h-p-v-1{padding-top:4px;padding-bottom:4px}.has-padding-horizontal-1,.h-p-h-1{padding-right:4px;padding-left:4px}.has-margin-top-1,.h-m-t-1{margin-top:4px}.has-margin-right-1,.h-m-r-1{margin-right:4px}.has-margin-bottom-1,.h-m-b-1{margin-bottom:4px}.has-margin-left-1,.h-m-l-1{margin-left:4px}.has-margin-vertical-1,.h-m-v-1{margin-top:4px;margin-bottom:4px}.has-margin-horizontal-1,.h-m-h-1{margin-right:4px;margin-left:4px}.has-padding-top-2,.h-p-t-2{padding-top:8px}.has-padding-right-2,.h-p-r-2{padding-right:8px}.has-padding-bottom-2,.h-p-b-2{padding-bottom:8px}.has-padding-left-2,.h-p-l-2{padding-left:8px}.has-padding-vertical-2,.h-p-v-2{padding-top:8px;padding-bottom:8px}.has-padding-horizontal-2,.h-p-h-2{padding-right:8px;padding-left:8px}.has-margin-top-2,.h-m-t-2{margin-top:8px}.has-margin-right-2,.h-m-r-2{margin-right:8px}.has-margin-bottom-2,.h-m-b-2{margin-bottom:8px}.has-margin-left-2,.h-m-l-2{margin-left:8px}.has-margin-vertical-2,.h-m-v-2{margin-top:8px;margin-bottom:8px}.has-margin-horizontal-2,.h-m-h-2{margin-right:8px;margin-left:8px}.has-padding-top-4,.h-p-t-4{padding-top:16px}.has-padding-right-4,.h-p-r-4{padding-right:16px}.has-padding-bottom-4,.h-p-b-4{padding-bottom:16px}.has-padding-left-4,.h-p-l-4{padding-left:16px}.has-padding-vertical-4,.h-p-v-4{padding-top:16px;padding-bottom:16px}.has-padding-horizontal-4,.h-p-h-4{padding-right:16px;padding-left:16px}.has-margin-top-4,.h-m-t-4{margin-top:16px}.has-margin-right-4,.h-m-r-4{margin-right:16px}.has-margin-bottom-4,.h-m-b-4{margin-bottom:16px}.has-margin-left-4,.h-m-l-4{margin-left:16px}.has-margin-vertical-4,.h-m-v-4{margin-top:16px;margin-bottom:16px}.has-margin-horizontal-4,.h-m-h-4{margin-right:16px;margin-left:16px}.has-padding-top-6,.h-p-t-6{padding-top:24px}.has-padding-right-6,.h-p-r-6{padding-right:24px}.has-padding-bottom-6,.h-p-b-6{padding-bottom:24px}.has-padding-left-6,.h-p-l-6{padding-left:24px}.has-padding-vertical-6,.h-p-v-6{padding-top:24px;padding-bottom:24px}.has-padding-horizontal-6,.h-p-h-6{padding-right:24px;padding-left:24px}.has-margin-top-6,.h-m-t-6{margin-top:24px}.has-margin-right-6,.h-m-r-6{margin-right:24px}.has-margin-bottom-6,.h-m-b-6{margin-bottom:24px}.has-margin-left-6,.h-m-l-6{margin-left:24px}.has-margin-vertical-6,.h-m-v-6{margin-top:24px;margin-bottom:24px}.has-margin-horizontal-6,.h-m-h-6{margin-right:24px;margin-left:24px}.has-padding-top-8,.h-p-t-8{padding-top:32px}.has-padding-right-8,.h-p-r-8{padding-right:32px}.has-padding-bottom-8,.h-p-b-8{padding-bottom:32px}.has-padding-left-8,.h-p-l-8{padding-left:32px}.has-padding-vertical-8,.h-p-v-8{padding-top:32px;padding-bottom:32px}.has-padding-horizontal-8,.h-p-h-8{padding-right:32px;padding-left:32px}.has-margin-top-8,.h-m-t-8{margin-top:32px}.has-margin-right-8,.h-m-r-8{margin-right:32px}.has-margin-bottom-8,.h-m-b-8{margin-bottom:32px}.has-margin-left-8,.h-m-l-8{margin-left:32px}.has-margin-vertical-8,.h-m-v-8{margin-top:32px;margin-bottom:32px}.has-margin-horizontal-8,.h-m-h-8{margin-right:32px;margin-left:32px}.has-padding-top-12,.h-p-t-12{padding-top:48px}.has-padding-right-12,.h-p-r-12{padding-right:48px}.has-padding-bottom-12,.h-p-b-12{padding-bottom:48px}.has-padding-left-12,.h-p-l-12{padding-left:48px}.has-padding-vertical-12,.h-p-v-12{padding-top:48px;padding-bottom:48px}.has-padding-horizontal-12,.h-p-h-12{padding-right:48px;padding-left:48px}.has-margin-top-12,.h-m-t-12{margin-top:48px}.has-margin-right-12,.h-m-r-12{margin-right:48px}.has-margin-bottom-12,.h-m-b-12{margin-bottom:48px}.has-margin-left-12,.h-m-l-12{margin-left:48px}.has-margin-vertical-12,.h-m-v-12{margin-top:48px;margin-bottom:48px}.has-margin-horizontal-12,.h-m-h-12{margin-right:48px;margin-left:48px}.has-padding-top-16,.h-p-t-16{padding-top:64px}.has-padding-right-16,.h-p-r-16{padding-right:64px}.has-padding-bottom-16,.h-p-b-16{padding-bottom:64px}.has-padding-left-16,.h-p-l-16{padding-left:64px}.has-padding-vertical-16,.h-p-v-16{padding-top:64px;padding-bottom:64px}.has-padding-horizontal-16,.h-p-h-16{padding-right:64px;padding-left:64px}.has-margin-top-16,.h-m-t-16{margin-top:64px}.has-margin-right-16,.h-m-r-16{margin-right:64px}.has-margin-bottom-16,.h-m-b-16{margin-bottom:64px}.has-margin-left-16,.h-m-l-16{margin-left:64px}.has-margin-vertical-16,.h-m-v-16{margin-top:64px;margin-bottom:64px}.has-margin-horizontal-16,.h-m-h-16{margin-right:64px;margin-left:64px}.has-padding-top-18,.h-p-t-18{padding-top:72px}.has-padding-right-18,.h-p-r-18{padding-right:72px}.has-padding-bottom-18,.h-p-b-18{padding-bottom:72px}.has-padding-left-18,.h-p-l-18{padding-left:72px}.has-padding-vertical-18,.h-p-v-18{padding-top:72px;padding-bottom:72px}.has-padding-horizontal-18,.h-p-h-18{padding-right:72px;padding-left:72px}.has-margin-top-18,.h-m-t-18{margin-top:72px}.has-margin-right-18,.h-m-r-18{margin-right:72px}.has-margin-bottom-18,.h-m-b-18{margin-bottom:72px}.has-margin-left-18,.h-m-l-18{margin-left:72px}.has-margin-vertical-18,.h-m-v-18{margin-top:72px;margin-bottom:72px}.has-margin-horizontal-18,.h-m-h-18{margin-right:72px;margin-left:72px}.has-padding-top-24,.h-p-t-24{padding-top:96px}.has-padding-right-24,.h-p-r-24{padding-right:96px}.has-padding-bottom-24,.h-p-b-24{padding-bottom:96px}.has-padding-left-24,.h-p-l-24{padding-left:96px}.has-padding-vertical-24,.h-p-v-24{padding-top:96px;padding-bottom:96px}.has-padding-horizontal-24,.h-p-h-24{padding-right:96px;padding-left:96px}.has-margin-top-24,.h-m-t-24{margin-top:96px}.has-margin-right-24,.h-m-r-24{margin-right:96px}.has-margin-bottom-24,.h-m-b-24{margin-bottom:96px}.has-margin-left-24,.h-m-l-24{margin-left:96px}.has-margin-vertical-24,.h-m-v-24{margin-top:96px;margin-bottom:96px}.has-margin-horizontal-24,.h-m-h-24{margin-right:96px;margin-left:96px}.has-padding-top-32,.h-p-t-32{padding-top:128px}.has-padding-right-32,.h-p-r-32{padding-right:128px}.has-padding-bottom-32,.h-p-b-32{padding-bottom:128px}.has-padding-left-32,.h-p-l-32{padding-left:128px}.has-padding-vertical-32,.h-p-v-32{padding-top:128px;padding-bottom:128px}.has-padding-horizontal-32,.h-p-h-32{padding-right:128px;padding-left:128px}.has-margin-top-32,.h-m-t-32{margin-top:128px}.has-margin-right-32,.h-m-r-32{margin-right:128px}.has-margin-bottom-32,.h-m-b-32{margin-bottom:128px}.has-margin-left-32,.h-m-l-32{margin-left:128px}.has-margin-vertical-32,.h-m-v-32{margin-top:128px;margin-bottom:128px}.has-margin-horizontal-32,.h-m-h-32{margin-right:128px;margin-left:128px}.has-padding-top-36,.h-p-t-36{padding-top:144px}.has-padding-right-36,.h-p-r-36{padding-right:144px}.has-padding-bottom-36,.h-p-b-36{padding-bottom:144px}.has-padding-left-36,.h-p-l-36{padding-left:144px}.has-padding-vertical-36,.h-p-v-36{padding-top:144px;padding-bottom:144px}.has-padding-horizontal-36,.h-p-h-36{padding-right:144px;padding-left:144px}.has-margin-top-36,.h-m-t-36{margin-top:144px}.has-margin-right-36,.h-m-r-36{margin-right:144px}.has-margin-bottom-36,.h-m-b-36{margin-bottom:144px}.has-margin-left-36,.h-m-l-36{margin-left:144px}.has-margin-vertical-36,.h-m-v-36{margin-top:144px;margin-bottom:144px}.has-margin-horizontal-36,.h-m-h-36{margin-right:144px;margin-left:144px}.has-border-width-0,.h-bw-0{border-width:0px}.has-border-width-1,.h-bw-1{border-width:1px}.has-border-width-2,.h-bw-2{border-width:2px}.has-border-width-3,.h-bw-3{border-width:3px}.has-border-width-4,.h-bw-4{border-width:4px}.has-border-width-5,.h-bw-5{border-width:5px}.has-border-width-6,.h-bw-6{border-width:6px}.has-border-width-7,.h-bw-7{border-width:7px}.has-border-width-8,.h-bw-8{border-width:8px}.has-border-width-9,.h-bw-9{border-width:9px}.has-border-width-10,.h-bw-10{border-width:10px}.has-border-top-width-0,.h-bw-t-0{border-top-width:0px}.has-border-right-width-0,.h-bw-r-0{border-right-width:0px}.has-border-bottom-width-0,.h-bw-b-0{border-bottom-width:0px}.has-border-left-width-0,.h-bw-l-0{border-left-width:0px}.has-border-top-width-1,.h-bw-t-1{border-top-width:1px}.has-border-right-width-1,.h-bw-r-1{border-right-width:1px}.has-border-bottom-width-1,.h-bw-b-1{border-bottom-width:1px}.has-border-left-width-1,.h-bw-l-1{border-left-width:1px}.has-border-top-width-2,.h-bw-t-2{border-top-width:2px}.has-border-right-width-2,.h-bw-r-2{border-right-width:2px}.has-border-bottom-width-2,.h-bw-b-2{border-bottom-width:2px}.has-border-left-width-2,.h-bw-l-2{border-left-width:2px}.has-border-top-width-3,.h-bw-t-3{border-top-width:3px}.has-border-right-width-3,.h-bw-r-3{border-right-width:3px}.has-border-bottom-width-3,.h-bw-b-3{border-bottom-width:3px}.has-border-left-width-3,.h-bw-l-3{border-left-width:3px}.has-border-top-width-4,.h-bw-t-4{border-top-width:4px}.has-border-right-width-4,.h-bw-r-4{border-right-width:4px}.has-border-bottom-width-4,.h-bw-b-4{border-bottom-width:4px}.has-border-left-width-4,.h-bw-l-4{border-left-width:4px}.has-border-top-width-5,.h-bw-t-5{border-top-width:5px}.has-border-right-width-5,.h-bw-r-5{border-right-width:5px}.has-border-bottom-width-5,.h-bw-b-5{border-bottom-width:5px}.has-border-left-width-5,.h-bw-l-5{border-left-width:5px}.has-border-top-width-6,.h-bw-t-6{border-top-width:6px}.has-border-right-width-6,.h-bw-r-6{border-right-width:6px}.has-border-bottom-width-6,.h-bw-b-6{border-bottom-width:6px}.has-border-left-width-6,.h-bw-l-6{border-left-width:6px}.has-border-top-width-7,.h-bw-t-7{border-top-width:7px}.has-border-right-width-7,.h-bw-r-7{border-right-width:7px}.has-border-bottom-width-7,.h-bw-b-7{border-bottom-width:7px}.has-border-left-width-7,.h-bw-l-7{border-left-width:7px}.has-border-top-width-8,.h-bw-t-8{border-top-width:8px}.has-border-right-width-8,.h-bw-r-8{border-right-width:8px}.has-border-bottom-width-8,.h-bw-b-8{border-bottom-width:8px}.has-border-left-width-8,.h-bw-l-8{border-left-width:8px}.has-border-top-width-9,.h-bw-t-9{border-top-width:9px}.has-border-right-width-9,.h-bw-r-9{border-right-width:9px}.has-border-bottom-width-9,.h-bw-b-9{border-bottom-width:9px}.has-border-left-width-9,.h-bw-l-9{border-left-width:9px}.has-border-top-width-10,.h-bw-t-10{border-top-width:10px}.has-border-right-width-10,.h-bw-r-10{border-right-width:10px}.has-border-bottom-width-10,.h-bw-b-10{border-bottom-width:10px}.has-border-left-width-10,.h-bw-l-10{border-left-width:10px}.has-border-style-solid,.h-bs-solid{border-style:solid}.has-border-style-none,.h-bs-none{border-style:none}.has-border-style-dotted,.h-bs-dotted{border-style:dotted}.has-border-style-dashed,.h-bs-dashed{border-style:dashed}.has-border-style-double,.h-bs-double{border-style:double}.has-border-top-style-solid,.h-bs-t-solid{border-top-style:solid}.has-border-right-style-solid,.h-bs-r-solid{border-right-style:solid}.has-border-bottom-style-solid,.h-bs-b-solid{border-bottom-style:solid}.has-border-left-style-solid,.h-bs-l-solid{border-left-style:solid}.has-border-top-style-none,.h-bs-t-none{border-top-style:none}.has-border-right-style-none,.h-bs-r-none{border-right-style:none}.has-border-bottom-style-none,.h-bs-b-none{border-bottom-style:none}.has-border-left-style-none,.h-bs-l-none{border-left-style:none}.has-border-top-style-dotted,.h-bs-t-dotted{border-top-style:dotted}.has-border-right-style-dotted,.h-bs-r-dotted{border-right-style:dotted}.has-border-bottom-style-dotted,.h-bs-b-dotted{border-bottom-style:dotted}.has-border-left-style-dotted,.h-bs-l-dotted{border-left-style:dotted}.has-border-top-style-dashed,.h-bs-t-dashed{border-top-style:dashed}.has-border-right-style-dashed,.h-bs-r-dashed{border-right-style:dashed}.has-border-bottom-style-dashed,.h-bs-b-dashed{border-bottom-style:dashed}.has-border-left-style-dashed,.h-bs-l-dashed{border-left-style:dashed}.has-border-top-style-double,.h-bs-t-double{border-top-style:double}.has-border-right-style-double,.h-bs-r-double{border-right-style:double}.has-border-bottom-style-double,.h-bs-b-double{border-bottom-style:double}.has-border-left-style-double,.h-bs-l-double{border-left-style:double}.has-border-radius-0,.h-br-0{border-radius:0px}.has-border-radius-1,.h-br-1{border-radius:1px}.has-border-radius-2,.h-br-2{border-radius:2px}.has-border-radius-3,.h-br-3{border-radius:3px}.has-border-radius-4,.h-br-4{border-radius:4px}.has-border-radius-5,.h-br-5{border-radius:5px}.has-border-radius-6,.h-br-6{border-radius:6px}.has-border-radius-7,.h-br-7{border-radius:7px}.has-border-radius-8,.h-br-8{border-radius:8px}.has-border-radius-9,.h-br-9{border-radius:9px}.has-border-radius-10,.h-br-10{border-radius:10px}.has-border-top-left-radius-0,.h-br-tl-0{border-top-left-radius:0px}.has-border-top-right-radius-0,.h-br-tr-0{border-top-right-radius:0px}.has-border-bottom-left-radius-0,.h-br-bl-0{border-bottom-left-radius:0px}.has-border-bottom-right-radius-0,.h-br-br-0{border-bottom-right-radius:0px}.has-border-top-left-radius-1,.h-br-tl-1{border-top-left-radius:1px}.has-border-top-right-radius-1,.h-br-tr-1{border-top-right-radius:1px}.has-border-bottom-left-radius-1,.h-br-bl-1{border-bottom-left-radius:1px}.has-border-bottom-right-radius-1,.h-br-br-1{border-bottom-right-radius:1px}.has-border-top-left-radius-2,.h-br-tl-2{border-top-left-radius:2px}.has-border-top-right-radius-2,.h-br-tr-2{border-top-right-radius:2px}.has-border-bottom-left-radius-2,.h-br-bl-2{border-bottom-left-radius:2px}.has-border-bottom-right-radius-2,.h-br-br-2{border-bottom-right-radius:2px}.has-border-top-left-radius-3,.h-br-tl-3{border-top-left-radius:3px}.has-border-top-right-radius-3,.h-br-tr-3{border-top-right-radius:3px}.has-border-bottom-left-radius-3,.h-br-bl-3{border-bottom-left-radius:3px}.has-border-bottom-right-radius-3,.h-br-br-3{border-bottom-right-radius:3px}.has-border-top-left-radius-4,.h-br-tl-4{border-top-left-radius:4px}.has-border-top-right-radius-4,.h-br-tr-4{border-top-right-radius:4px}.has-border-bottom-left-radius-4,.h-br-bl-4{border-bottom-left-radius:4px}.has-border-bottom-right-radius-4,.h-br-br-4{border-bottom-right-radius:4px}.has-border-top-left-radius-5,.h-br-tl-5{border-top-left-radius:5px}.has-border-top-right-radius-5,.h-br-tr-5{border-top-right-radius:5px}.has-border-bottom-left-radius-5,.h-br-bl-5{border-bottom-left-radius:5px}.has-border-bottom-right-radius-5,.h-br-br-5{border-bottom-right-radius:5px}.has-border-top-left-radius-6,.h-br-tl-6{border-top-left-radius:6px}.has-border-top-right-radius-6,.h-br-tr-6{border-top-right-radius:6px}.has-border-bottom-left-radius-6,.h-br-bl-6{border-bottom-left-radius:6px}.has-border-bottom-right-radius-6,.h-br-br-6{border-bottom-right-radius:6px}.has-border-top-left-radius-7,.h-br-tl-7{border-top-left-radius:7px}.has-border-top-right-radius-7,.h-br-tr-7{border-top-right-radius:7px}.has-border-bottom-left-radius-7,.h-br-bl-7{border-bottom-left-radius:7px}.has-border-bottom-right-radius-7,.h-br-br-7{border-bottom-right-radius:7px}.has-border-top-left-radius-8,.h-br-tl-8{border-top-left-radius:8px}.has-border-top-right-radius-8,.h-br-tr-8{border-top-right-radius:8px}.has-border-bottom-left-radius-8,.h-br-bl-8{border-bottom-left-radius:8px}.has-border-bottom-right-radius-8,.h-br-br-8{border-bottom-right-radius:8px}.has-border-top-left-radius-9,.h-br-tl-9{border-top-left-radius:9px}.has-border-top-right-radius-9,.h-br-tr-9{border-top-right-radius:9px}.has-border-bottom-left-radius-9,.h-br-bl-9{border-bottom-left-radius:9px}.has-border-bottom-right-radius-9,.h-br-br-9{border-bottom-right-radius:9px}.has-border-top-left-radius-10,.h-br-tl-10{border-top-left-radius:10px}.has-border-top-right-radius-10,.h-br-tr-10{border-top-right-radius:10px}.has-border-bottom-left-radius-10,.h-br-bl-10{border-bottom-left-radius:10px}.has-border-bottom-right-radius-10,.h-br-br-10{border-bottom-right-radius:10px}.has-shadow-0,.h-s-0{box-shadow:0 0px 0px -0px #ccc}.has-shadow-1,.h-s-1{box-shadow:0 1.5px 2px -1px #ccc}.has-shadow-2,.h-s-2{box-shadow:0 3px 4px -2px #ccc}.has-shadow-3,.h-s-3{box-shadow:0 4.5px 6px -3px #ccc}.has-shadow-4,.h-s-4{box-shadow:0 6px 8px -4px #ccc}.has-shadow-5,.h-s-5{box-shadow:0 7.5px 10px -5px #ccc}.has-shadow-6,.h-s-6{box-shadow:0 9px 12px -6px #ccc}.has-shadow-7,.h-s-7{box-shadow:0 10.5px 14px -7px #ccc}.has-shadow-8,.h-s-8{box-shadow:0 12px 16px -8px #ccc}.has-shadow-9,.h-s-9{box-shadow:0 13.5px 18px -9px #ccc}.has-shadow-10,.h-s-10{box-shadow:0 15px 20px -10px #ccc}.has-float-left,.h-f-l{float:left}.has-float-right,.h-f-r{float:right}.has-float-none,.h-f-n{float:none}.has-clear-clear,.has-clear,.h-c{clear:both}.has-color-red,.h-c-red{color:#ff4343}.has-background-color-red,.h-bg-red{background-color:#ff4343}.has-border-color-red,.h-bc-red{border-color:#ff4343}.has-color-red-050,.h-c-red-050{color:#ffdcdc}.has-background-color-red-050,.h-bg-red-050{background-color:#ffdcdc}.has-border-color-red-050,.h-bc-red-050{border-color:#ffdcdc}.has-color-red-100,.h-c-red-100{color:#ffc3c3}.has-background-color-red-100,.h-bg-red-100{background-color:#ffc3c3}.has-border-color-red-100,.h-bc-red-100{border-color:#ffc3c3}.has-color-red-200,.h-c-red-200{color:#ff9090}.has-background-color-red-200,.h-bg-red-200{background-color:#ff9090}.has-border-color-red-200,.h-bc-red-200{border-color:#ff9090}.has-color-red-300,.h-c-red-300{color:#ff5d5d}.has-background-color-red-300,.h-bg-red-300{background-color:#ff5d5d}.has-border-color-red-300,.h-bc-red-300{border-color:#ff5d5d}.has-color-red-400,.h-c-red-400{color:#ff4343}.has-background-color-red-400,.h-bg-red-400{background-color:#ff4343}.has-border-color-red-400,.h-bc-red-400{border-color:#ff4343}.has-color-red-500,.h-c-red-500{color:#ff2a2a}.has-background-color-red-500,.h-bg-red-500{background-color:#ff2a2a}.has-border-color-red-500,.h-bc-red-500{border-color:#ff2a2a}.has-color-red-600,.h-c-red-600{color:#f60000}.has-background-color-red-600,.h-bg-red-600{background-color:#f60000}.has-border-color-red-600,.h-bc-red-600{border-color:#f60000}.has-color-red-700,.h-c-red-700{color:#c30000}.has-background-color-red-700,.h-bg-red-700{background-color:#c30000}.has-border-color-red-700,.h-bc-red-700{border-color:#c30000}.has-color-red-800,.h-c-red-800{color:#900000}.has-background-color-red-800,.h-bg-red-800{background-color:#900000}.has-border-color-red-800,.h-bc-red-800{border-color:#900000}.has-color-teal,.h-c-teal{color:#4db6ac}.has-background-color-teal,.h-bg-teal{background-color:#4db6ac}.has-border-color-teal,.h-bc-teal{border-color:#4db6ac}.has-color-teal-050,.h-c-teal-050{color:#bae2df}.has-background-color-teal-050,.h-bg-teal-050{background-color:#bae2df}.has-border-color-teal-050,.h-bc-teal-050{border-color:#bae2df}.has-color-teal-100,.h-c-teal-100{color:#a7dbd6}.has-background-color-teal-100,.h-bg-teal-100{background-color:#a7dbd6}.has-border-color-teal-100,.h-bc-teal-100{border-color:#a7dbd6}.has-color-teal-200,.h-c-teal-200{color:#83ccc5}.has-background-color-teal-200,.h-bg-teal-200{background-color:#83ccc5}.has-border-color-teal-200,.h-bc-teal-200{border-color:#83ccc5}.has-color-teal-300,.h-c-teal-300{color:#5fbdb4}.has-background-color-teal-300,.h-bg-teal-300{background-color:#5fbdb4}.has-border-color-teal-300,.h-bc-teal-300{border-color:#5fbdb4}.has-color-teal-400,.h-c-teal-400{color:#4db6ac}.has-background-color-teal-400,.h-bg-teal-400{background-color:#4db6ac}.has-border-color-teal-400,.h-bc-teal-400{border-color:#4db6ac}.has-color-teal-500,.h-c-teal-500{color:#44a69c}.has-background-color-teal-500,.h-bg-teal-500{background-color:#44a69c}.has-border-color-teal-500,.h-bc-teal-500{border-color:#44a69c}.has-color-teal-600,.h-c-teal-600{color:#35817a}.has-background-color-teal-600,.h-bg-teal-600{background-color:#35817a}.has-border-color-teal-600,.h-bc-teal-600{border-color:#35817a}.has-color-teal-700,.h-c-teal-700{color:#265d58}.has-background-color-teal-700,.h-bg-teal-700{background-color:#265d58}.has-border-color-teal-700,.h-bc-teal-700{border-color:#265d58}.has-color-teal-800,.h-c-teal-800{color:#173936}.has-background-color-teal-800,.h-bg-teal-800{background-color:#173936}.has-border-color-teal-800,.h-bc-teal-800{border-color:#173936}.has-color-yellow,.h-c-yellow{color:#fdd835}.has-background-color-yellow,.h-bg-yellow{background-color:#fdd835}.has-border-color-yellow,.h-bc-yellow{border-color:#fdd835}.has-color-yellow-050,.h-c-yellow-050{color:#fff5cd}.has-background-color-yellow-050,.h-bg-yellow-050{background-color:#fff5cd}.has-border-color-yellow-050,.h-bc-yellow-050{border-color:#fff5cd}.has-color-yellow-100,.h-c-yellow-100{color:#fef0b3}.has-background-color-yellow-100,.h-bg-yellow-100{background-color:#fef0b3}.has-border-color-yellow-100,.h-bc-yellow-100{border-color:#fef0b3}.has-color-yellow-200,.h-c-yellow-200{color:#fee781}.has-background-color-yellow-200,.h-bg-yellow-200{background-color:#fee781}.has-border-color-yellow-200,.h-bc-yellow-200{border-color:#fee781}.has-color-yellow-300,.h-c-yellow-300{color:#fddd4e}.has-background-color-yellow-300,.h-bg-yellow-300{background-color:#fddd4e}.has-border-color-yellow-300,.h-bc-yellow-300{border-color:#fddd4e}.has-color-yellow-400,.h-c-yellow-400{color:#fdd835}.has-background-color-yellow-400,.h-bg-yellow-400{background-color:#fdd835}.has-border-color-yellow-400,.h-bc-yellow-400{border-color:#fdd835}.has-color-yellow-500,.h-c-yellow-500{color:#fdd31c}.has-background-color-yellow-500,.h-bg-yellow-500{background-color:#fdd31c}.has-border-color-yellow-500,.h-bc-yellow-500{border-color:#fdd31c}.has-color-yellow-600,.h-c-yellow-600{color:#e3ba02}.has-background-color-yellow-600,.h-bg-yellow-600{background-color:#e3ba02}.has-border-color-yellow-600,.h-bc-yellow-600{border-color:#e3ba02}.has-color-yellow-700,.h-c-yellow-700{color:#b19002}.has-background-color-yellow-700,.h-bg-yellow-700{background-color:#b19002}.has-border-color-yellow-700,.h-bc-yellow-700{border-color:#b19002}.has-color-yellow-800,.h-c-yellow-800{color:#7e6701}.has-background-color-yellow-800,.h-bg-yellow-800{background-color:#7e6701}.has-border-color-yellow-800,.h-bc-yellow-800{border-color:#7e6701}.has-color-green,.h-c-green{color:#2ecc71}.has-background-color-green,.h-bg-green{background-color:#2ecc71}.has-border-color-green,.h-bc-green{border-color:#2ecc71}.has-color-green-050,.h-c-green-050{color:#a8ebc4}.has-background-color-green-050,.h-bg-green-050{background-color:#a8ebc4}.has-border-color-green-050,.h-bc-green-050{border-color:#a8ebc4}.has-color-green-100,.h-c-green-100{color:#93e7b6}.has-background-color-green-100,.h-bg-green-100{background-color:#93e7b6}.has-border-color-green-100,.h-bc-green-100{border-color:#93e7b6}.has-color-green-200,.h-c-green-200{color:#69dd9a}.has-background-color-green-200,.h-bg-green-200{background-color:#69dd9a}.has-border-color-green-200,.h-bc-green-200{border-color:#69dd9a}.has-color-green-300,.h-c-green-300{color:#40d47e}.has-background-color-green-300,.h-bg-green-300{background-color:#40d47e}.has-border-color-green-300,.h-bc-green-300{border-color:#40d47e}.has-color-green-400,.h-c-green-400{color:#2ecc71}.has-background-color-green-400,.h-bg-green-400{background-color:#2ecc71}.has-border-color-green-400,.h-bc-green-400{border-color:#2ecc71}.has-color-green-500,.h-c-green-500{color:#29b765}.has-background-color-green-500,.h-bg-green-500{background-color:#29b765}.has-border-color-green-500,.h-bc-green-500{border-color:#29b765}.has-color-green-600,.h-c-green-600{color:#208e4e}.has-background-color-green-600,.h-bg-green-600{background-color:#208e4e}.has-border-color-green-600,.h-bc-green-600{border-color:#208e4e}.has-color-green-700,.h-c-green-700{color:#176437}.has-background-color-green-700,.h-bg-green-700{background-color:#176437}.has-border-color-green-700,.h-bc-green-700{border-color:#176437}.has-color-green-800,.h-c-green-800{color:#0d3a20}.has-background-color-green-800,.h-bg-green-800{background-color:#0d3a20}.has-border-color-green-800,.h-bc-green-800{border-color:#0d3a20}.has-color-primary,.h-c-primary{color:#4b68ff}.has-background-color-primary,.h-bg-primary{background-color:#4b68ff}.has-border-color-primary,.h-bc-primary{border-color:#4b68ff}.has-color-primary-050,.h-c-primary-050{color:#e4e8ff}.has-background-color-primary-050,.h-bg-primary-050{background-color:#e4e8ff}.has-border-color-primary-050,.h-bc-primary-050{border-color:#e4e8ff}.has-color-primary-100,.h-c-primary-100{color:#cbd3ff}.has-background-color-primary-100,.h-bg-primary-100{background-color:#cbd3ff}.has-border-color-primary-100,.h-bc-primary-100{border-color:#cbd3ff}.has-color-primary-200,.h-c-primary-200{color:#98a8ff}.has-background-color-primary-200,.h-bg-primary-200{background-color:#98a8ff}.has-border-color-primary-200,.h-bc-primary-200{border-color:#98a8ff}.has-color-primary-300,.h-c-primary-300{color:#657dff}.has-background-color-primary-300,.h-bg-primary-300{background-color:#657dff}.has-border-color-primary-300,.h-bc-primary-300{border-color:#657dff}.has-color-primary-400,.h-c-primary-400{color:#4b68ff}.has-background-color-primary-400,.h-bg-primary-400{background-color:#4b68ff}.has-border-color-primary-400,.h-bc-primary-400{border-color:#4b68ff}.has-color-primary-500,.h-c-primary-500{color:#3253ff}.has-background-color-primary-500,.h-bg-primary-500{background-color:#3253ff}.has-border-color-primary-500,.h-bc-primary-500{border-color:#3253ff}.has-color-primary-600,.h-c-primary-600{color:#0029fe}.has-background-color-primary-600,.h-bg-primary-600{background-color:#0029fe}.has-border-color-primary-600,.h-bc-primary-600{border-color:#0029fe}.has-color-primary-700,.h-c-primary-700{color:#0021cb}.has-background-color-primary-700,.h-bg-primary-700{background-color:#0021cb}.has-border-color-primary-700,.h-bc-primary-700{border-color:#0021cb}.has-color-primary-800,.h-c-primary-800{color:#001898}.has-background-color-primary-800,.h-bg-primary-800{background-color:#001898}.has-border-color-primary-800,.h-bc-primary-800{border-color:#001898}.has-color-tertiary,.h-c-tertiary{color:#78909c}.has-background-color-tertiary,.h-bg-tertiary{background-color:#78909c}.has-border-color-tertiary,.h-bc-tertiary{border-color:#78909c}.has-color-tertiary-050,.h-c-tertiary-050{color:#d0d9dd}.has-background-color-tertiary-050,.h-bg-tertiary-050{background-color:#d0d9dd}.has-border-color-tertiary-050,.h-bc-tertiary-050{border-color:#d0d9dd}.has-color-tertiary-100,.h-c-tertiary-100{color:#c2ccd2}.has-background-color-tertiary-100,.h-bg-tertiary-100{background-color:#c2ccd2}.has-border-color-tertiary-100,.h-bc-tertiary-100{border-color:#c2ccd2}.has-color-tertiary-200,.h-c-tertiary-200{color:#a4b4bc}.has-background-color-tertiary-200,.h-bg-tertiary-200{background-color:#a4b4bc}.has-border-color-tertiary-200,.h-bc-tertiary-200{border-color:#a4b4bc}.has-color-tertiary-300,.h-c-tertiary-300{color:#879ca7}.has-background-color-tertiary-300,.h-bg-tertiary-300{background-color:#879ca7}.has-border-color-tertiary-300,.h-bc-tertiary-300{border-color:#879ca7}.has-color-tertiary-400,.h-c-tertiary-400{color:#78909c}.has-background-color-tertiary-400,.h-bg-tertiary-400{background-color:#78909c}.has-border-color-tertiary-400,.h-bc-tertiary-400{border-color:#78909c}.has-color-tertiary-500,.h-c-tertiary-500{color:#6a8491}.has-background-color-tertiary-500,.h-bg-tertiary-500{background-color:#6a8491}.has-border-color-tertiary-500,.h-bc-tertiary-500{border-color:#6a8491}.has-color-tertiary-600,.h-c-tertiary-600{color:#546973}.has-background-color-tertiary-600,.h-bg-tertiary-600{background-color:#546973}.has-border-color-tertiary-600,.h-bc-tertiary-600{border-color:#546973}.has-color-tertiary-700,.h-c-tertiary-700{color:#3f4e56}.has-background-color-tertiary-700,.h-bg-tertiary-700{background-color:#3f4e56}.has-border-color-tertiary-700,.h-bc-tertiary-700{border-color:#3f4e56}.has-color-tertiary-800,.h-c-tertiary-800{color:#293338}.has-background-color-tertiary-800,.h-bg-tertiary-800{background-color:#293338}.has-border-color-tertiary-800,.h-bc-tertiary-800{border-color:#293338}.has-color-white,.h-c-white{color:#fff}.has-background-color-white,.h-bg-white{background-color:#fff}.has-border-color-white,.h-bc-white{border-color:#fff}.has-color-black,.h-c-black{color:#000}.has-background-color-black,.h-bg-black{background-color:#000}.has-border-color-black,.h-bc-black{border-color:#000}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}html{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:16px}h1{font-weight:bold;margin:18px 0}h2{font-size:25px;font-weight:bold;margin:15px 0}h3{font-size:19px;font-weight:bold;margin:12px 0}h4{font-size:16px;font-weight:bold;margin:9px 0}h5{font-size:14px;font-weight:bold;margin:6px 0}h6{font-size:12px;font-weight:bold;margin:3px 0}p{line-height:1.5;margin:9px 0}p.is-lead,.is-lead p{font-size:1.2em;color:#666}ul li,ol li{line-height:1.5}.has-font-size-small,.h-fs-small{font-size:12px}.has-font-size-caption,.h-fs-caption{font-size:14px}.has-font-size-base,.h-fs-base{font-size:16px}.has-font-size-larger,.h-fs-larger{font-size:19px}.has-font-size-subheading,.h-fs-subheading{font-size:22px}.has-font-size-heading,.h-fs-heading{font-size:25px}.has-font-size-subtitle,.h-fs-subtitle{font-size:28px}.has-font-size-title,.h-fs-title{font-size:31px}.has-font-size-display,.h-fs-display{font-size:34px}a:link,a:visited,.link{color:#2980b9;text-decoration:none;transition:all .3s ease;cursor:pointer;font-family:inherit;font-size:inherit;border:none;background-color:transparent;margin:0;padding:0}a:link:hover,a:link:active,a:visited:hover,a:visited:active,.link:hover,.link:active{color:#164666;text-decoration:underline}a:link.is-red,a:visited.is-red,.link.is-red{color:#c30000}a:link.is-red:hover,a:link.is-red:active,a:visited.is-red:hover,a:visited.is-red:active,.link.is-red:hover,.link.is-red:active{color:#760000}a:link.is-teal,a:visited.is-teal,.link.is-teal{color:#265d58}a:link.is-teal:hover,a:link.is-teal:active,a:visited.is-teal:hover,a:visited.is-teal:active,.link.is-teal:hover,.link.is-teal:active{color:#102725}a:link.is-yellow,a:visited.is-yellow,.link.is-yellow{color:#b19002}a:link.is-yellow:hover,a:link.is-yellow:active,a:visited.is-yellow:hover,a:visited.is-yellow:active,.link.is-yellow:hover,.link.is-yellow:active{color:#655301}a:link.is-green,a:visited.is-green,.link.is-green{color:#176437}a:link.is-green:hover,a:link.is-green:active,a:visited.is-green:hover,a:visited.is-green:active,.link.is-green:hover,.link.is-green:active{color:#082615}a:link.is-muted,a:visited.is-muted,.link.is-muted{color:#6a8491}a:link.is-muted:hover,a:visited.is-muted:hover,.link.is-muted:hover{color:#3f4e56}a:link.is-not-underlined:hover,a:visited.is-not-underlined:hover,.link.is-not-underlined:hover{text-decoration:none}a:link.is-underlined,a:visited.is-underlined,.link.is-underlined{text-decoration:underline}.has-font-family-primary,.h-ff-primary{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif}.has-font-family-code,.h-ff-code{font-family:"Consolas","Courier New",monospace}.has-font-weight-normal,.h-fw-normal{font-weight:400}.has-font-weight-medium,.h-fw-medium{font-weight:500}.has-font-weight-bold,.h-fw-bold{font-weight:700}.has-font-weight-black,.h-fw-black{font-weight:900}.has-font-style-normal,.h-fst-normal{font-style:normal}.has-font-style-italic,.h-fst-italic{font-style:italic}.has-text-align-left,.h-ta-left{text-align:left}.has-text-align-center,.h-ta-center{text-align:center}.has-text-align-right,.h-ta-right{text-align:right}.has-text-align-justify,.h-ta-justify{text-align:justify}code{display:inline;border:1px solid #ddd;border-radius:3px;padding:2px 4px;font-family:"Consolas","Courier New",monospace;font-size:.95em}pre{display:block;border:1px solid #ddd;border-radius:3px;padding:8px;font-family:"Consolas","Courier New",monospace;font-size:.95em;max-height:20em;overflow:auto;line-height:1.5}pre code{display:block;border:none;padding:0;font-size:1em}blockquote{margin:4px 0px;padding:8px 12px;background-color:#f8f9f9;border:2px solid #dde1e1;border-radius:12px;border-bottom-left-radius:0}blockquote h1:first-child,blockquote h2:first-child,blockquote h3:first-child,blockquote h4:first-child,blockquote h5:first-child,blockquote h6:first-child,blockquote p:first-child{margin-top:0}blockquote h1:last-child,blockquote h2:last-child,blockquote h3:last-child,blockquote h4:last-child,blockquote h5:last-child,blockquote h6:last-child,blockquote p:last-child{margin-bottom:0}ins,del{padding:1px 3px;margin:0px 2px;border-radius:3px}ins{background-color:#a8ebc4;text-decoration:underline}del{background-color:#ffa9a9;text-decoration:line-through}table.table{border-collapse:collapse;padding:4px;max-width:100%}table.table.is-full-width{width:100%}table.table th{border-bottom:3px solid #ccc;padding:6px 10px;font-weight:600;text-align:left}table.table td{border-bottom:1px solid #ccc;padding:6px 10px;text-align:left}table.table th:not(:last-child),table.table td:not(:last-child){border-right:1px solid #ccc}table.table.is-compact th,table.table.is-compact td{padding:2px 6px}table.table.is-striped tr:nth-of-type(2n+1) td{background-color:#f6f6f6}table.table.is-with-hover tr:hover td{background-color:#eee}img{max-width:100%;height:auto}*{box-sizing:border-box}html,body{margin:0;padding:0}.container{max-width:72rem;margin:0 auto}.grid{display:flex;flex-wrap:wrap;margin:0 -5px;max-width:calc(100% - $grid-column-gap)}.grid.is-nowrap{flex-wrap:nowrap}.grid .grid--cell{flex-grow:0;flex-shrink:0;padding:5px}.grid .grid--cell.is-flexible{flex-grow:1;flex-shrink:1}.grid .grid--cell.is-1{width:8.3333333333%}.grid .grid--cell.is-2{width:16.6666666667%}.grid .grid--cell.is-3{width:25%}.grid .grid--cell.is-4{width:33.3333333333%}.grid .grid--cell.is-5{width:41.6666666667%}.grid .grid--cell.is-6{width:50%}.grid .grid--cell.is-7{width:58.3333333333%}.grid .grid--cell.is-8{width:66.6666666667%}.grid .grid--cell.is-9{width:75%}.grid .grid--cell.is-10{width:83.3333333333%}.grid .grid--cell.is-11{width:91.6666666667%}.grid .grid--cell.is-12{width:100%}@media all and (max-width: 512px){.grid .grid--cell.is-1-sm{width:8.3333333333%}.grid .grid--cell.is-2-sm{width:16.6666666667%}.grid .grid--cell.is-3-sm{width:25%}.grid .grid--cell.is-4-sm{width:33.3333333333%}.grid .grid--cell.is-5-sm{width:41.6666666667%}.grid .grid--cell.is-6-sm{width:50%}.grid .grid--cell.is-7-sm{width:58.3333333333%}.grid .grid--cell.is-8-sm{width:66.6666666667%}.grid .grid--cell.is-9-sm{width:75%}.grid .grid--cell.is-10-sm{width:83.3333333333%}.grid .grid--cell.is-11-sm{width:91.6666666667%}.grid .grid--cell.is-12-sm{width:100%}}@media all and (min-width: 512px)and (max-width: 768px){.grid .grid--cell.is-1-md{width:8.3333333333%}.grid .grid--cell.is-2-md{width:16.6666666667%}.grid .grid--cell.is-3-md{width:25%}.grid .grid--cell.is-4-md{width:33.3333333333%}.grid .grid--cell.is-5-md{width:41.6666666667%}.grid .grid--cell.is-6-md{width:50%}.grid .grid--cell.is-7-md{width:58.3333333333%}.grid .grid--cell.is-8-md{width:66.6666666667%}.grid .grid--cell.is-9-md{width:75%}.grid .grid--cell.is-10-md{width:83.3333333333%}.grid .grid--cell.is-11-md{width:91.6666666667%}.grid .grid--cell.is-12-md{width:100%}}@media all and (min-width: 768px){.grid .grid--cell.is-1-lg{width:8.3333333333%}.grid .grid--cell.is-2-lg{width:16.6666666667%}.grid .grid--cell.is-3-lg{width:25%}.grid .grid--cell.is-4-lg{width:33.3333333333%}.grid .grid--cell.is-5-lg{width:41.6666666667%}.grid .grid--cell.is-6-lg{width:50%}.grid .grid--cell.is-7-lg{width:58.3333333333%}.grid .grid--cell.is-8-lg{width:66.6666666667%}.grid .grid--cell.is-9-lg{width:75%}.grid .grid--cell.is-10-lg{width:83.3333333333%}.grid .grid--cell.is-11-lg{width:91.6666666667%}.grid .grid--cell.is-12-lg{width:100%}}.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=codidact.css.map */ +.header{padding:16px;margin-bottom:16px;background:#fff;color:#000;box-shadow:0 3px 2px 0 rgba(0,0,0,.1);font-weight:600}.header a:link,.header a:visited{color:inherit;display:inline-block;padding:4px 8px;text-decoration:none !important;transition:all .3s ease}.header a:link:hover,.header a:link:active,.header a:visited:hover,.header a:visited:active{color:inherit;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);text-decoration:none}.header .header--container{display:flex;align-items:flex-end;padding:0}.header .header--brand{color:inherit;display:flex;flex-direction:column;align-items:flex-start}.header .header--brand .header--instance-name{font-size:1rem}.header .header--brand .header--site-name{font-size:2.5rem}.header .header--brand+.header--menu{margin-left:24px}.header .header--menu{flex-grow:1;display:flex;justify-content:flex-end;align-items:center;min-height:50px;flex-wrap:wrap}.header .header--menu .header--separator{flex-grow:1}.header .header--menu .header--item{padding:4px 8px;margin:0px 4px;cursor:pointer;font:inherit;color:rgba(0,0,0,.65);background-color:transparent;border:none;display:flex;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important}.header .header--menu .header--item:hover,.header .header--menu .header--item.is-active{color:#000;background-color:transparent}.header .header--menu .header--item.is-mobile-menu{display:none}.header .header--menu .header--item .header--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header .header--menu .header--item.is-complex .header--alert{position:absolute;top:-2px;left:-5px}.header .header--menu .header--item .header--trust-level{color:#fff;font-size:30px;opacity:.9;text-shadow:0 0 1px #000;min-width:1.5em;height:1.5em;padding:2px;display:inline-block;text-align:center;margin:0px 4px;position:absolute;bottom:-2px;right:-7px}.header .header--menu .header--item .header--item-icon,.header .header--menu .header--item .header--item-image{height:40px;width:40px}.header .header--menu .header--item .header--menu-bars{display:flex;flex-direction:column;height:40px;width:40px;justify-content:center;align-items:center}.header .header--menu .header--item .header--menu-bars span{width:2em;height:.333333333em;margin:.166666667em 0;background-color:rgba(0,0,0,.65);transition:all .3s ease}.header .header--menu .header--item:hover .header--menu-bars span,.header .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(0,0,0,.85)}@media all and (max-width: 850px){.header .header--brand .header--site-name{font-size:2rem}.header .header--menu{flex-shrink:0}.header .header--menu .header--item{display:none}.header .header--menu .header--item.is-mobile-menu,.header .header--menu .header--item.is-visible-on-mobile{display:flex}}.header.is-dark{color:#fff;box-shadow:0 3px 2px 0 rgba(0,0,0,.2)}.header.is-dark a:link:hover,.header.is-dark a:link:active,.header.is-dark a:visited:hover,.header.is-dark a:visited:active{box-shadow:0 2px 4px 1px rgba(0,0,0,.5)}.header.is-dark .header--menu .header--item{color:rgba(255,255,255,.65);background-color:transparent}.header.is-dark .header--menu .header--item:hover,.header.is-dark .header--menu .header--item.is-active{color:#fff;background-color:transparent}.header.is-dark .header--menu .header--item .header--alert{background-color:#fff;color:#0025e4}.header.is-dark .header--menu .header--item .header--menu-bars span{margin:.166666667em 0;background-color:rgba(255,255,255,.65)}.header.is-dark .header--menu .header--item:hover .header--menu-bars span,.header.is-dark .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(255,255,255,.85)}.header.is-small{padding:0}.header.is-small .header--container{align-items:stretch}.header.is-small .header--container .header--menu{align-items:stretch}.header-slide{position:absolute;top:65px;right:20px;width:100%;max-width:300px;background-color:#fff;padding:12px;font-weight:600;border:1px solid #eee;box-shadow:0 3px 2px -2px #ddd;z-index:100;display:none}.header-slide.is-active{display:block}.header-slide a:link,.header-slide a:visited{margin:4px 0px;padding:8px 16px;cursor:pointer;font:inherit;color:#595959;background-color:transparent;border:none;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important;display:block;width:100%}.header-slide a:link:hover,.header-slide a:link:active,.header-slide a:visited:hover,.header-slide a:visited:active{color:#000;background-color:transparent;box-shadow:0 1.5px 4px 0px #ddd;text-decoration:none}.header-slide a:link.is-active,.header-slide a:visited.is-active{color:#000;background-color:transparent}.header-slide a:link .header-slide--alert,.header-slide a:visited .header-slide--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header-slide .header-slide--separator{border-bottom:1px solid #ddd;margin:4px 0}@media all and (max-width: 330px){.header-slide{left:0 !important;right:0 !important;width:100%;max-width:100%}}.button,a.button:link,a.button:visited{font-size:.9em;font-family:inherit;text-align:center;text-decoration:none !important;cursor:pointer;display:inline-block;background-color:#f1f3ff;color:#001db1;padding:6px 12px;font-weight:500;border-radius:3px;border:1px solid transparent;transition:all .3s ease;margin:2px}.button:hover,a.button:link:hover,a.button:visited:hover{background-color:#e4e8ff;color:#001db1}.button:active,.button.is-active,a.button:link:active,a.button:link.is-active,a.button:visited:active,a.button:visited.is-active{background-color:#cbd3ff;color:#001db1}.button.is-outlined,a.button:link.is-outlined,a.button:visited.is-outlined{background-color:#fff;border-color:#657dff}.button.is-outlined:hover,a.button:link.is-outlined:hover,a.button:visited.is-outlined:hover{background-color:#f1f3ff;border-color:#0029fe}.button.is-outlined:active,.button.is-outlined.is-active,a.button:link.is-outlined:active,a.button:link.is-outlined.is-active,a.button:visited.is-outlined:active,a.button:visited.is-outlined.is-active{background-color:#e4e8ff;border-color:#0021cb}.button.is-filled,a.button:link.is-filled,a.button:visited.is-filled{background-color:#0029fe;color:#fff}.button.is-filled:hover,a.button:link.is-filled:hover,a.button:visited.is-filled:hover{background-color:#0021cb;color:#fff}.button.is-filled:active,.button.is-filled.is-active,a.button:link.is-filled:active,a.button:link.is-filled.is-active,a.button:visited.is-filled:active,a.button:visited.is-filled.is-active{background-color:#001898;color:#fff}.button.is-danger,a.button:link.is-danger,a.button:visited.is-danger{background-color:#ffe9e9;color:#a90000}.button.is-danger:hover,a.button:link.is-danger:hover,a.button:visited.is-danger:hover{background-color:#ffdcdc;color:#a90000}.button.is-danger:active,.button.is-danger.is-active,a.button:link.is-danger:active,a.button:link.is-danger.is-active,a.button:visited.is-danger:active,a.button:visited.is-danger.is-active{background-color:#ffc3c3;color:#a90000}.button.is-danger.is-outlined,a.button:link.is-danger.is-outlined,a.button:visited.is-danger.is-outlined{background-color:transparent;border-color:#ff5d5d}.button.is-danger.is-outlined:hover,a.button:link.is-danger.is-outlined:hover,a.button:visited.is-danger.is-outlined:hover{background-color:#ffe9e9;border-color:#f60000}.button.is-danger.is-outlined:active,.button.is-danger.is-outlined.is-active,a.button:link.is-danger.is-outlined:active,a.button:link.is-danger.is-outlined.is-active,a.button:visited.is-danger.is-outlined:active,a.button:visited.is-danger.is-outlined.is-active{background-color:#ffdcdc;border-color:#c30000}.button.is-danger.is-filled,a.button:link.is-danger.is-filled,a.button:visited.is-danger.is-filled{background-color:#f60000;color:#fff}.button.is-danger.is-filled:hover,a.button:link.is-danger.is-filled:hover,a.button:visited.is-danger.is-filled:hover{background-color:#c30000;color:#fff}.button.is-danger.is-filled:active,.button.is-danger.is-filled.is-active,a.button:link.is-danger.is-filled:active,a.button:link.is-danger.is-filled.is-active,a.button:visited.is-danger.is-filled:active,a.button:visited.is-danger.is-filled.is-active{background-color:#900000;color:#fff}.button.is-muted,a.button:link.is-muted,a.button:visited.is-muted{background-color:#eef1f2;color:#344147}.button.is-muted:hover,a.button:link.is-muted:hover,a.button:visited.is-muted:hover{background-color:#e6ebed;color:#344147}.button.is-muted:active,.button.is-muted.is-active,a.button:link.is-muted:active,a.button:link.is-muted.is-active,a.button:visited.is-muted:active,a.button:visited.is-muted.is-active{background-color:#d8dfe2;color:#344147}.button.is-muted.is-outlined,a.button:link.is-muted.is-outlined,a.button:visited.is-muted.is-outlined{background-color:transparent;border-color:#879ca7}.button.is-muted.is-outlined:hover,a.button:link.is-muted.is-outlined:hover,a.button:visited.is-muted.is-outlined:hover{background-color:#eef1f2;border-color:#546973}.button.is-muted.is-outlined:active,.button.is-muted.is-outlined.is-active,a.button:link.is-muted.is-outlined:active,a.button:link.is-muted.is-outlined.is-active,a.button:visited.is-muted.is-outlined:active,a.button:visited.is-muted.is-outlined.is-active{background-color:#dfe5e8;border-color:#3f4e56}.button.is-muted.is-filled,a.button:link.is-muted.is-filled,a.button:visited.is-muted.is-filled{background-color:#5f7682;color:#fff}.button.is-muted.is-filled:hover,a.button:link.is-muted.is-filled:hover,a.button:visited.is-muted.is-filled:hover{background-color:#4a5b64;color:#fff}.button.is-muted.is-filled:active,.button.is-muted.is-filled.is-active,a.button:link.is-muted.is-filled:active,a.button:link.is-muted.is-filled.is-active,a.button:visited.is-muted.is-filled:active,a.button:visited.is-muted.is-filled.is-active{background-color:#344147;color:#fff}.button.is-small,a.button:link.is-small,a.button:visited.is-small{font-size:.8em;padding:4px 8px}.button.is-medium,a.button:link.is-medium,a.button:visited.is-medium{font-size:1em;padding:7px 14px}.button.is-large,a.button:link.is-large,a.button:visited.is-large{font-size:1.1em;padding:8px 16px}.button.is-very-large,a.button:link.is-very-large,a.button:visited.is-very-large{font-size:1.2em;padding:9px 18px}.button.is-extremely-large,a.button:link.is-extremely-large,a.button:visited.is-extremely-large{font-size:1.4em;padding:10px 20px}.button.is-close-button,a.button:link.is-close-button,a.button:visited.is-close-button{background-color:transparent;color:#aaa;font-size:25px !important;padding:2px 8px;line-height:1;margin-top:-4px}.button.is-close-button:hover,.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:hover,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:hover,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{color:#333}.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{background-color:rgba(0,0,0,.05)}.modal--header-button .button.is-close-button,.widget--header-button .button.is-close-button{margin-top:0}.notice .is-close-button{float:right}.button-list{display:flex;flex-wrap:wrap}.button-list.is-gutterless .button{border-radius:0;margin:0;position:relative;margin-right:-1px;z-index:0}.button-list.is-gutterless .button:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-list.is-gutterless .button:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.button-list.is-gutterless .button:hover,.button-list.is-gutterless .button:active,.button-list.is-gutterless .button.is-active{z-index:2}.button.is-icon-only-button{background-color:transparent !important;color:#95a8b2;padding:3px;line-height:1;font-size:1em;min-width:1.5em;min-height:1.5em;text-align:center}.button.is-icon-only-button.is-small{font-size:.8em}.button.is-icon-only-button.is-medium{font-size:1em}.button.is-icon-only-button.is-large{font-size:1.1em}.button.is-icon-only-button.is-very-large{font-size:1.2em}.button.is-icon-only-button.is-extremely-large{font-size:1.4em}.button.is-icon-only-button:hover{color:#3253ff}.button.is-icon-only-button:active,.button.is-icon-only-button.is-active{color:#0025e4}.button.is-icon-only-button.is-danger{color:#ff9090}.button.is-icon-only-button.is-danger:hover{color:#ff2a2a}.button.is-icon-only-button.is-danger:active,.button.is-icon-only-button.is-danger.is-active{color:#dc0000}.button.is-icon-only-button.is-muted{color:#abbac2}.button.is-icon-only-button.is-muted:hover{color:#6a8491}.button.is-icon-only-button.is-muted:active,.button.is-icon-only-button.is-muted.is-active{color:#4a5b64}.button.is-icon-only-button:active:not(:hover),.button.is-icon-only-button.is-active:not(:hover){background:transparent}.tabs{padding:0px;display:flex;flex-wrap:wrap}.tabs .tabs--item{display:block;font-weight:600;color:#666;text-decoration:none !important;padding:6px 10px;margin:2px}.tabs .tabs--item:hover{background-color:#e4e8ff;color:#001898}.tabs .tabs--item.is-active{background-color:#0025e4;color:#fff}.tabs.is-classic-tabs{border-bottom:3px solid #0025e4}.tabs.is-classic-tabs .tabs--item{margin-bottom:0}.menu{padding:0px;display:flex;flex-direction:column}.menu .menu--heading{display:block;font-weight:600;color:#333;text-decoration:none !important;padding:6px 10px;margin:6px 2px;border-radius:.25em;font-variant:small-caps;font-size:1rem}.menu a.menu--heading:hover{background-color:#e4e8ff;color:#001898}.menu a.menu--heading.is-active{background-color:#0025e4;color:#fff}.menu .menu--item{display:block;font-weight:500;color:#666;text-decoration:none !important;padding:10px 10px;margin:2px 2px;border-radius:.25em;font-size:.9rem}.menu .menu--item:hover{background-color:#e4e8ff;color:#001898}.menu .menu--item.is-active{background-color:#0025e4;color:#fff}label.form-element{cursor:pointer;display:block;margin:4px 0px;font-size:1em;font-weight:500;color:#444}.form-caption{color:#6a8491;font-size:14px;margin-top:-4px;margin-bottom:8px}input.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}input.form-element:focus{border-color:#b3c0c7}input.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;resize:none;display:block;width:100%;min-height:8em}textarea.form-element:focus{border-color:#b3c0c7}textarea.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element.is-small{min-height:4em}textarea.form-element.is-large{min-height:16em}input[type=radio].form-radio-element,input[type=checkbox].form-checkbox-element{margin:4px;display:inline-block;cursor:pointer}select.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;cursor:pointer;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element option{font:inherit}select.form-element:focus{border-color:#b3c0c7}select.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}select.form-element[multiple]{font:inherit;font-weight:500;padding:4px;margin:4px 0px;cursor:inherit;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element[multiple] option{font:inherit;padding:4px;cursor:pointer;border-radius:3px}select.form-element[multiple]:focus{border-color:#b3c0c7}select.form-element[multiple].is-danger{border-color:#ffa9a9;background-color:#fff6f6}.notice{margin:4px 0px;padding:16px;border-radius:3px;border:1px solid #b3c0c7;background-color:#eef1f2}.notice.is-filled{border-color:transparent;color:#fff;background-color:#1e262a}.notice.is-warning{border-color:#fee781;background-color:#fffae6}.notice.is-warning.is-filled{border-color:transparent;background-color:#b19002}.notice.is-danger{border-color:#ff8383;background-color:#ffe9e9}.notice.is-danger.is-filled{border-color:transparent;background-color:#b60000}.notice.is-success{border-color:#88e4af;background-color:#dcf7e7}.notice.is-success.is-filled{border-color:transparent;background-color:#1e8349}.notice.is-info{border-color:#95d4ce;background-color:#def1ef}.notice.is-info.is-filled{border-color:transparent;background-color:#2e6f69}.notice.is-banner{border-left:none;border-right:none;margin:0;border-radius:0}.notice :first-child{margin-top:0}.notice .is-close-button:first-child{margin-top:-4px}.notice .is-close-button:first-child+*{margin-top:0}.notice :last-child{margin-bottom:0}.header+.notice.is-banner{margin-top:-16px;margin-bottom:16px}.widget{border:1px solid #d0d9dd;border-radius:3px;box-shadow:0 3px 5px -2px #eee;margin:8px 0px;background-color:#fff}.widget .widget--header{padding:12px;font-size:1.2em;font-weight:400;border-bottom:1px solid #d0d9dd}.widget .widget--header.is-complex{font-size:1em}.widget .widget--header .widget--header-link{float:right;font-size:.8em;padding:3px 4px}.widget .widget--header .widget--header-button{float:right;font-size:.8em;position:relative;top:-6.6666666667px}.widget .widget--body{padding:12px}.widget .widget--body+.widget--body{border-top:1px solid #d0d9dd}.widget .widget--footer{padding:12px;border-top:1px solid #d0d9dd}.modal{position:absolute;width:100%;min-height:100%;top:0;left:0;padding:48px;pointer-events:none;display:none}.modal.is-active{display:block}.modal.is-with-backdrop{background-color:rgba(0,0,0,.5);position:fixed;height:100%;pointer-events:all}.modal.is-with-backdrop .modal--container{box-shadow:0 3px 5px -3px #666;max-height:100%}.modal .modal--container{margin:0 auto;max-width:48rem;width:100%;pointer-events:all;background-color:#fff;box-shadow:0 3px 5px -3px #666;border:1px solid #b3c0c7;display:flex;flex-direction:column}.modal .modal--container .modal--header{padding:12px;font-size:1.4em;border-bottom:1px solid #d0d9dd;font-weight:600}.modal .modal--container .modal--header .modal--header-link{float:right;font-size:.8rem;padding:3px 4px}.modal .modal--container .modal--header .modal--header-button{float:right;font-size:.8rem;margin:0}.modal .modal--container .modal--body{padding:16px;max-height:32rem;overflow-y:auto}.modal .modal--container .modal--footer{padding:12px;border-top:1px solid #d0d9dd}.modal.is-large .modal--container{max-width:72em}.modal.is-large .modal--container .modal--body{max-height:48rem}.modal.is-small .modal--container{max-width:24em}.modal.is-small .modal--container .modal--body{max-height:16rem}.modal.is-danger .modal--header,.modal.is-danger .modal--container,.modal.is-danger .modal--footer{border-color:#ff9090}.modal.is-danger .modal--header{color:#c30000;background-color:#fff6f6}@media all and (max-width: 512px){.modal{padding:0;position:fixed;top:0 !important}.modal .modal--container{height:100vh}.modal .modal--header,.modal .modal--foter{flex-shrink:0}.modal .modal--body{flex-grow:1;overflow:auto}}.item-list{display:flex;flex-direction:column;align-items:stretch}.item-list .item-list--item{display:flex;align-items:center;border-bottom:1px solid #d0d9dd}.item-list .item-list--item.is-highlighted{background-color:#f1f3ff}.item-list .item-list--item .item-list--number-value{padding:2px;margin:2px;height:60px;width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--number-value .item-list--number{font-size:25px;color:#222}.item-list .item-list--item .item-list--number-value .item-list--number-label{font-size:14px;color:#666}.item-list .item-list--item .item-list--text-value{padding:4px;margin:4px;min-height:60px;width:200px;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--text-value.is-primary{align-items:flex-start}.item-list .item-list--item .item-list--image-value{padding:0px;margin:2px;height:40px;width:40px}.item-list .item-list--item .item-list--image-value img{border-radius:50%}.item-list .item-list--item .is-primary{flex-grow:1}@media all and (max-width: 512px){.item-list .item-list--item{flex-wrap:wrap;justify-content:center}.item-list .item-list--item>.is-primary{width:100%;height:auto;margin:0px 8px}.item-list .item-list--item>:not(.is-primary){font-size:.9em;margin:2px 4px}.item-list .item-list--item>:not(.is-primary).item-list--image-value{margin:4px 2px}.item-list .item-list--item>:not(.is-primary).item-list--text-value{height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value{flex-direction:row;height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value .item-list--number{font-size:18px;margin:0px 2px}}.badge.is-tag{display:inline-block;font-size:14px;padding:4px 8px;font-weight:500;color:#001898;background-color:#e4e8ff;border-radius:3px}.badge.is-tag.is-master-tag,.badge.is-tag.is-filled{color:#fff;background-color:#001db1}.badge.is-tag.is-red{background-color:#ffc3c3;color:#900000}.badge.is-tag.is-red.is-master-tag,.badge.is-tag.is-red.is-filled{background-color:#dc0000;color:#fff}.badge.is-tag.is-teal{background-color:#a7dbd6;color:#173936}.badge.is-tag.is-teal.is-master-tag,.badge.is-tag.is-teal.is-filled{background-color:#2e6f69;color:#fff}.badge.is-tag.is-yellow{background-color:#fef0b3;color:#7e6701}.badge.is-tag.is-yellow.is-master-tag,.badge.is-tag.is-yellow.is-filled{background-color:#caa502;color:#fff}.badge.is-tag.is-green{background-color:#93e7b6;color:#0d3a20}.badge.is-tag.is-green.is-master-tag,.badge.is-tag.is-green.is-filled{background-color:#1b7943;color:#fff}.badge.is-tag.is-muted{background-color:#c2ccd2;color:#293338}.badge.is-tag.is-muted.is-master-tag,.badge.is-tag.is-muted.is-filled{background-color:#4a5b64;color:#fff}a.badge.is-tag:hover{text-decoration:none !important;background-color:#cbd3ff}a.badge.is-tag:hover.is-master-tag,a.badge.is-tag:hover.is-filled{color:#fff;background-color:#001898}a.badge.is-tag:hover.is-red{background-color:#ffa9a9}a.badge.is-tag:hover.is-red.is-master-tag,a.badge.is-tag:hover.is-red.is-filled{background-color:#c30000;color:#fff}a.badge.is-tag:hover.is-teal{background-color:#95d4ce}a.badge.is-tag:hover.is-teal.is-master-tag,a.badge.is-tag:hover.is-teal.is-filled{background-color:#265d58;color:#fff}a.badge.is-tag:hover.is-yellow{background-color:#feec9a}a.badge.is-tag:hover.is-yellow.is-master-tag,a.badge.is-tag:hover.is-yellow.is-filled{background-color:#b19002;color:#fff}a.badge.is-tag:hover.is-green{background-color:#7ee2a8}a.badge.is-tag:hover.is-green.is-master-tag,a.badge.is-tag:hover.is-green.is-filled{background-color:#176437;color:#fff}a.badge.is-tag:hover.is-muted{background-color:#b3c0c7}a.badge.is-tag:hover.is-muted.is-master-tag,a.badge.is-tag:hover.is-muted.is-filled{background-color:#3f4e56;color:#fff}.badge.is-award{display:inline-block;padding:4px 8px;font-weight:500;font-size:16px;color:#3f4e56;background-color:#eef1f2;border:1px solid #dfe5e8;border-radius:3px}.badge.is-award .badge--icon{margin-right:4px}.badge.is-award.is-gold .badge--icon{color:#cc0}.badge.is-award.is-silver .badge--icon{color:#ccc}.badge.is-award.is-bronze .badge--icon{color:#c73}.badge.is-award:hover{text-decoration:none}.badge.is-user-role{display:inline-block;font-size:.75em;padding:3px 6px;border-radius:2px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-role.is-muted{background-color:#d0d9dd;color:#344147}.badge.is-user-trust-level{display:inline-block;font-size:14px;min-width:20px;text-align:center;padding:1px 6px;border-radius:20px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-trust-level.is-muted{background-color:#d0d9dd;color:#344147}.footer{padding:16px;border-top:1px solid #ddd;color:#666;margin-top:8px}.footer.is-inverted{border-top:none;background-color:#f6f6f6}.has-padding-0,.h-p-0{padding:0px}.has-margin-0,.h-m-0{margin:0px}.has-padding-1,.h-p-1{padding:4px}.has-margin-1,.h-m-1{margin:4px}.has-padding-2,.h-p-2{padding:8px}.has-margin-2,.h-m-2{margin:8px}.has-padding-4,.h-p-4{padding:16px}.has-margin-4,.h-m-4{margin:16px}.has-padding-6,.h-p-6{padding:24px}.has-margin-6,.h-m-6{margin:24px}.has-padding-8,.h-p-8{padding:32px}.has-margin-8,.h-m-8{margin:32px}.has-padding-12,.h-p-12{padding:48px}.has-margin-12,.h-m-12{margin:48px}.has-padding-16,.h-p-16{padding:64px}.has-margin-16,.h-m-16{margin:64px}.has-padding-18,.h-p-18{padding:72px}.has-margin-18,.h-m-18{margin:72px}.has-padding-24,.h-p-24{padding:96px}.has-margin-24,.h-m-24{margin:96px}.has-padding-32,.h-p-32{padding:128px}.has-margin-32,.h-m-32{margin:128px}.has-padding-36,.h-p-36{padding:144px}.has-margin-36,.h-m-36{margin:144px}.has-padding-top-0,.h-p-t-0{padding-top:0px}.has-padding-right-0,.h-p-r-0{padding-right:0px}.has-padding-bottom-0,.h-p-b-0{padding-bottom:0px}.has-padding-left-0,.h-p-l-0{padding-left:0px}.has-padding-vertical-0,.h-p-v-0{padding-top:0px;padding-bottom:0px}.has-padding-horizontal-0,.h-p-h-0{padding-right:0px;padding-left:0px}.has-margin-top-0,.h-m-t-0{margin-top:0px}.has-margin-right-0,.h-m-r-0{margin-right:0px}.has-margin-bottom-0,.h-m-b-0{margin-bottom:0px}.has-margin-left-0,.h-m-l-0{margin-left:0px}.has-margin-vertical-0,.h-m-v-0{margin-top:0px;margin-bottom:0px}.has-margin-horizontal-0,.h-m-h-0{margin-right:0px;margin-left:0px}.has-padding-top-1,.h-p-t-1{padding-top:4px}.has-padding-right-1,.h-p-r-1{padding-right:4px}.has-padding-bottom-1,.h-p-b-1{padding-bottom:4px}.has-padding-left-1,.h-p-l-1{padding-left:4px}.has-padding-vertical-1,.h-p-v-1{padding-top:4px;padding-bottom:4px}.has-padding-horizontal-1,.h-p-h-1{padding-right:4px;padding-left:4px}.has-margin-top-1,.h-m-t-1{margin-top:4px}.has-margin-right-1,.h-m-r-1{margin-right:4px}.has-margin-bottom-1,.h-m-b-1{margin-bottom:4px}.has-margin-left-1,.h-m-l-1{margin-left:4px}.has-margin-vertical-1,.h-m-v-1{margin-top:4px;margin-bottom:4px}.has-margin-horizontal-1,.h-m-h-1{margin-right:4px;margin-left:4px}.has-padding-top-2,.h-p-t-2{padding-top:8px}.has-padding-right-2,.h-p-r-2{padding-right:8px}.has-padding-bottom-2,.h-p-b-2{padding-bottom:8px}.has-padding-left-2,.h-p-l-2{padding-left:8px}.has-padding-vertical-2,.h-p-v-2{padding-top:8px;padding-bottom:8px}.has-padding-horizontal-2,.h-p-h-2{padding-right:8px;padding-left:8px}.has-margin-top-2,.h-m-t-2{margin-top:8px}.has-margin-right-2,.h-m-r-2{margin-right:8px}.has-margin-bottom-2,.h-m-b-2{margin-bottom:8px}.has-margin-left-2,.h-m-l-2{margin-left:8px}.has-margin-vertical-2,.h-m-v-2{margin-top:8px;margin-bottom:8px}.has-margin-horizontal-2,.h-m-h-2{margin-right:8px;margin-left:8px}.has-padding-top-4,.h-p-t-4{padding-top:16px}.has-padding-right-4,.h-p-r-4{padding-right:16px}.has-padding-bottom-4,.h-p-b-4{padding-bottom:16px}.has-padding-left-4,.h-p-l-4{padding-left:16px}.has-padding-vertical-4,.h-p-v-4{padding-top:16px;padding-bottom:16px}.has-padding-horizontal-4,.h-p-h-4{padding-right:16px;padding-left:16px}.has-margin-top-4,.h-m-t-4{margin-top:16px}.has-margin-right-4,.h-m-r-4{margin-right:16px}.has-margin-bottom-4,.h-m-b-4{margin-bottom:16px}.has-margin-left-4,.h-m-l-4{margin-left:16px}.has-margin-vertical-4,.h-m-v-4{margin-top:16px;margin-bottom:16px}.has-margin-horizontal-4,.h-m-h-4{margin-right:16px;margin-left:16px}.has-padding-top-6,.h-p-t-6{padding-top:24px}.has-padding-right-6,.h-p-r-6{padding-right:24px}.has-padding-bottom-6,.h-p-b-6{padding-bottom:24px}.has-padding-left-6,.h-p-l-6{padding-left:24px}.has-padding-vertical-6,.h-p-v-6{padding-top:24px;padding-bottom:24px}.has-padding-horizontal-6,.h-p-h-6{padding-right:24px;padding-left:24px}.has-margin-top-6,.h-m-t-6{margin-top:24px}.has-margin-right-6,.h-m-r-6{margin-right:24px}.has-margin-bottom-6,.h-m-b-6{margin-bottom:24px}.has-margin-left-6,.h-m-l-6{margin-left:24px}.has-margin-vertical-6,.h-m-v-6{margin-top:24px;margin-bottom:24px}.has-margin-horizontal-6,.h-m-h-6{margin-right:24px;margin-left:24px}.has-padding-top-8,.h-p-t-8{padding-top:32px}.has-padding-right-8,.h-p-r-8{padding-right:32px}.has-padding-bottom-8,.h-p-b-8{padding-bottom:32px}.has-padding-left-8,.h-p-l-8{padding-left:32px}.has-padding-vertical-8,.h-p-v-8{padding-top:32px;padding-bottom:32px}.has-padding-horizontal-8,.h-p-h-8{padding-right:32px;padding-left:32px}.has-margin-top-8,.h-m-t-8{margin-top:32px}.has-margin-right-8,.h-m-r-8{margin-right:32px}.has-margin-bottom-8,.h-m-b-8{margin-bottom:32px}.has-margin-left-8,.h-m-l-8{margin-left:32px}.has-margin-vertical-8,.h-m-v-8{margin-top:32px;margin-bottom:32px}.has-margin-horizontal-8,.h-m-h-8{margin-right:32px;margin-left:32px}.has-padding-top-12,.h-p-t-12{padding-top:48px}.has-padding-right-12,.h-p-r-12{padding-right:48px}.has-padding-bottom-12,.h-p-b-12{padding-bottom:48px}.has-padding-left-12,.h-p-l-12{padding-left:48px}.has-padding-vertical-12,.h-p-v-12{padding-top:48px;padding-bottom:48px}.has-padding-horizontal-12,.h-p-h-12{padding-right:48px;padding-left:48px}.has-margin-top-12,.h-m-t-12{margin-top:48px}.has-margin-right-12,.h-m-r-12{margin-right:48px}.has-margin-bottom-12,.h-m-b-12{margin-bottom:48px}.has-margin-left-12,.h-m-l-12{margin-left:48px}.has-margin-vertical-12,.h-m-v-12{margin-top:48px;margin-bottom:48px}.has-margin-horizontal-12,.h-m-h-12{margin-right:48px;margin-left:48px}.has-padding-top-16,.h-p-t-16{padding-top:64px}.has-padding-right-16,.h-p-r-16{padding-right:64px}.has-padding-bottom-16,.h-p-b-16{padding-bottom:64px}.has-padding-left-16,.h-p-l-16{padding-left:64px}.has-padding-vertical-16,.h-p-v-16{padding-top:64px;padding-bottom:64px}.has-padding-horizontal-16,.h-p-h-16{padding-right:64px;padding-left:64px}.has-margin-top-16,.h-m-t-16{margin-top:64px}.has-margin-right-16,.h-m-r-16{margin-right:64px}.has-margin-bottom-16,.h-m-b-16{margin-bottom:64px}.has-margin-left-16,.h-m-l-16{margin-left:64px}.has-margin-vertical-16,.h-m-v-16{margin-top:64px;margin-bottom:64px}.has-margin-horizontal-16,.h-m-h-16{margin-right:64px;margin-left:64px}.has-padding-top-18,.h-p-t-18{padding-top:72px}.has-padding-right-18,.h-p-r-18{padding-right:72px}.has-padding-bottom-18,.h-p-b-18{padding-bottom:72px}.has-padding-left-18,.h-p-l-18{padding-left:72px}.has-padding-vertical-18,.h-p-v-18{padding-top:72px;padding-bottom:72px}.has-padding-horizontal-18,.h-p-h-18{padding-right:72px;padding-left:72px}.has-margin-top-18,.h-m-t-18{margin-top:72px}.has-margin-right-18,.h-m-r-18{margin-right:72px}.has-margin-bottom-18,.h-m-b-18{margin-bottom:72px}.has-margin-left-18,.h-m-l-18{margin-left:72px}.has-margin-vertical-18,.h-m-v-18{margin-top:72px;margin-bottom:72px}.has-margin-horizontal-18,.h-m-h-18{margin-right:72px;margin-left:72px}.has-padding-top-24,.h-p-t-24{padding-top:96px}.has-padding-right-24,.h-p-r-24{padding-right:96px}.has-padding-bottom-24,.h-p-b-24{padding-bottom:96px}.has-padding-left-24,.h-p-l-24{padding-left:96px}.has-padding-vertical-24,.h-p-v-24{padding-top:96px;padding-bottom:96px}.has-padding-horizontal-24,.h-p-h-24{padding-right:96px;padding-left:96px}.has-margin-top-24,.h-m-t-24{margin-top:96px}.has-margin-right-24,.h-m-r-24{margin-right:96px}.has-margin-bottom-24,.h-m-b-24{margin-bottom:96px}.has-margin-left-24,.h-m-l-24{margin-left:96px}.has-margin-vertical-24,.h-m-v-24{margin-top:96px;margin-bottom:96px}.has-margin-horizontal-24,.h-m-h-24{margin-right:96px;margin-left:96px}.has-padding-top-32,.h-p-t-32{padding-top:128px}.has-padding-right-32,.h-p-r-32{padding-right:128px}.has-padding-bottom-32,.h-p-b-32{padding-bottom:128px}.has-padding-left-32,.h-p-l-32{padding-left:128px}.has-padding-vertical-32,.h-p-v-32{padding-top:128px;padding-bottom:128px}.has-padding-horizontal-32,.h-p-h-32{padding-right:128px;padding-left:128px}.has-margin-top-32,.h-m-t-32{margin-top:128px}.has-margin-right-32,.h-m-r-32{margin-right:128px}.has-margin-bottom-32,.h-m-b-32{margin-bottom:128px}.has-margin-left-32,.h-m-l-32{margin-left:128px}.has-margin-vertical-32,.h-m-v-32{margin-top:128px;margin-bottom:128px}.has-margin-horizontal-32,.h-m-h-32{margin-right:128px;margin-left:128px}.has-padding-top-36,.h-p-t-36{padding-top:144px}.has-padding-right-36,.h-p-r-36{padding-right:144px}.has-padding-bottom-36,.h-p-b-36{padding-bottom:144px}.has-padding-left-36,.h-p-l-36{padding-left:144px}.has-padding-vertical-36,.h-p-v-36{padding-top:144px;padding-bottom:144px}.has-padding-horizontal-36,.h-p-h-36{padding-right:144px;padding-left:144px}.has-margin-top-36,.h-m-t-36{margin-top:144px}.has-margin-right-36,.h-m-r-36{margin-right:144px}.has-margin-bottom-36,.h-m-b-36{margin-bottom:144px}.has-margin-left-36,.h-m-l-36{margin-left:144px}.has-margin-vertical-36,.h-m-v-36{margin-top:144px;margin-bottom:144px}.has-margin-horizontal-36,.h-m-h-36{margin-right:144px;margin-left:144px}.has-border-width-0,.h-bw-0{border-width:0px}.has-border-width-1,.h-bw-1{border-width:1px}.has-border-width-2,.h-bw-2{border-width:2px}.has-border-width-3,.h-bw-3{border-width:3px}.has-border-width-4,.h-bw-4{border-width:4px}.has-border-width-5,.h-bw-5{border-width:5px}.has-border-width-6,.h-bw-6{border-width:6px}.has-border-width-7,.h-bw-7{border-width:7px}.has-border-width-8,.h-bw-8{border-width:8px}.has-border-width-9,.h-bw-9{border-width:9px}.has-border-width-10,.h-bw-10{border-width:10px}.has-border-top-width-0,.h-bw-t-0{border-top-width:0px}.has-border-right-width-0,.h-bw-r-0{border-right-width:0px}.has-border-bottom-width-0,.h-bw-b-0{border-bottom-width:0px}.has-border-left-width-0,.h-bw-l-0{border-left-width:0px}.has-border-top-width-1,.h-bw-t-1{border-top-width:1px}.has-border-right-width-1,.h-bw-r-1{border-right-width:1px}.has-border-bottom-width-1,.h-bw-b-1{border-bottom-width:1px}.has-border-left-width-1,.h-bw-l-1{border-left-width:1px}.has-border-top-width-2,.h-bw-t-2{border-top-width:2px}.has-border-right-width-2,.h-bw-r-2{border-right-width:2px}.has-border-bottom-width-2,.h-bw-b-2{border-bottom-width:2px}.has-border-left-width-2,.h-bw-l-2{border-left-width:2px}.has-border-top-width-3,.h-bw-t-3{border-top-width:3px}.has-border-right-width-3,.h-bw-r-3{border-right-width:3px}.has-border-bottom-width-3,.h-bw-b-3{border-bottom-width:3px}.has-border-left-width-3,.h-bw-l-3{border-left-width:3px}.has-border-top-width-4,.h-bw-t-4{border-top-width:4px}.has-border-right-width-4,.h-bw-r-4{border-right-width:4px}.has-border-bottom-width-4,.h-bw-b-4{border-bottom-width:4px}.has-border-left-width-4,.h-bw-l-4{border-left-width:4px}.has-border-top-width-5,.h-bw-t-5{border-top-width:5px}.has-border-right-width-5,.h-bw-r-5{border-right-width:5px}.has-border-bottom-width-5,.h-bw-b-5{border-bottom-width:5px}.has-border-left-width-5,.h-bw-l-5{border-left-width:5px}.has-border-top-width-6,.h-bw-t-6{border-top-width:6px}.has-border-right-width-6,.h-bw-r-6{border-right-width:6px}.has-border-bottom-width-6,.h-bw-b-6{border-bottom-width:6px}.has-border-left-width-6,.h-bw-l-6{border-left-width:6px}.has-border-top-width-7,.h-bw-t-7{border-top-width:7px}.has-border-right-width-7,.h-bw-r-7{border-right-width:7px}.has-border-bottom-width-7,.h-bw-b-7{border-bottom-width:7px}.has-border-left-width-7,.h-bw-l-7{border-left-width:7px}.has-border-top-width-8,.h-bw-t-8{border-top-width:8px}.has-border-right-width-8,.h-bw-r-8{border-right-width:8px}.has-border-bottom-width-8,.h-bw-b-8{border-bottom-width:8px}.has-border-left-width-8,.h-bw-l-8{border-left-width:8px}.has-border-top-width-9,.h-bw-t-9{border-top-width:9px}.has-border-right-width-9,.h-bw-r-9{border-right-width:9px}.has-border-bottom-width-9,.h-bw-b-9{border-bottom-width:9px}.has-border-left-width-9,.h-bw-l-9{border-left-width:9px}.has-border-top-width-10,.h-bw-t-10{border-top-width:10px}.has-border-right-width-10,.h-bw-r-10{border-right-width:10px}.has-border-bottom-width-10,.h-bw-b-10{border-bottom-width:10px}.has-border-left-width-10,.h-bw-l-10{border-left-width:10px}.has-border-style-solid,.h-bs-solid{border-style:solid}.has-border-style-none,.h-bs-none{border-style:none}.has-border-style-dotted,.h-bs-dotted{border-style:dotted}.has-border-style-dashed,.h-bs-dashed{border-style:dashed}.has-border-style-double,.h-bs-double{border-style:double}.has-border-top-style-solid,.h-bs-t-solid{border-top-style:solid}.has-border-right-style-solid,.h-bs-r-solid{border-right-style:solid}.has-border-bottom-style-solid,.h-bs-b-solid{border-bottom-style:solid}.has-border-left-style-solid,.h-bs-l-solid{border-left-style:solid}.has-border-top-style-none,.h-bs-t-none{border-top-style:none}.has-border-right-style-none,.h-bs-r-none{border-right-style:none}.has-border-bottom-style-none,.h-bs-b-none{border-bottom-style:none}.has-border-left-style-none,.h-bs-l-none{border-left-style:none}.has-border-top-style-dotted,.h-bs-t-dotted{border-top-style:dotted}.has-border-right-style-dotted,.h-bs-r-dotted{border-right-style:dotted}.has-border-bottom-style-dotted,.h-bs-b-dotted{border-bottom-style:dotted}.has-border-left-style-dotted,.h-bs-l-dotted{border-left-style:dotted}.has-border-top-style-dashed,.h-bs-t-dashed{border-top-style:dashed}.has-border-right-style-dashed,.h-bs-r-dashed{border-right-style:dashed}.has-border-bottom-style-dashed,.h-bs-b-dashed{border-bottom-style:dashed}.has-border-left-style-dashed,.h-bs-l-dashed{border-left-style:dashed}.has-border-top-style-double,.h-bs-t-double{border-top-style:double}.has-border-right-style-double,.h-bs-r-double{border-right-style:double}.has-border-bottom-style-double,.h-bs-b-double{border-bottom-style:double}.has-border-left-style-double,.h-bs-l-double{border-left-style:double}.has-border-radius-0,.h-br-0{border-radius:0px}.has-border-radius-1,.h-br-1{border-radius:1px}.has-border-radius-2,.h-br-2{border-radius:2px}.has-border-radius-3,.h-br-3{border-radius:3px}.has-border-radius-4,.h-br-4{border-radius:4px}.has-border-radius-5,.h-br-5{border-radius:5px}.has-border-radius-6,.h-br-6{border-radius:6px}.has-border-radius-7,.h-br-7{border-radius:7px}.has-border-radius-8,.h-br-8{border-radius:8px}.has-border-radius-9,.h-br-9{border-radius:9px}.has-border-radius-10,.h-br-10{border-radius:10px}.has-border-top-left-radius-0,.h-br-tl-0{border-top-left-radius:0px}.has-border-top-right-radius-0,.h-br-tr-0{border-top-right-radius:0px}.has-border-bottom-left-radius-0,.h-br-bl-0{border-bottom-left-radius:0px}.has-border-bottom-right-radius-0,.h-br-br-0{border-bottom-right-radius:0px}.has-border-top-left-radius-1,.h-br-tl-1{border-top-left-radius:1px}.has-border-top-right-radius-1,.h-br-tr-1{border-top-right-radius:1px}.has-border-bottom-left-radius-1,.h-br-bl-1{border-bottom-left-radius:1px}.has-border-bottom-right-radius-1,.h-br-br-1{border-bottom-right-radius:1px}.has-border-top-left-radius-2,.h-br-tl-2{border-top-left-radius:2px}.has-border-top-right-radius-2,.h-br-tr-2{border-top-right-radius:2px}.has-border-bottom-left-radius-2,.h-br-bl-2{border-bottom-left-radius:2px}.has-border-bottom-right-radius-2,.h-br-br-2{border-bottom-right-radius:2px}.has-border-top-left-radius-3,.h-br-tl-3{border-top-left-radius:3px}.has-border-top-right-radius-3,.h-br-tr-3{border-top-right-radius:3px}.has-border-bottom-left-radius-3,.h-br-bl-3{border-bottom-left-radius:3px}.has-border-bottom-right-radius-3,.h-br-br-3{border-bottom-right-radius:3px}.has-border-top-left-radius-4,.h-br-tl-4{border-top-left-radius:4px}.has-border-top-right-radius-4,.h-br-tr-4{border-top-right-radius:4px}.has-border-bottom-left-radius-4,.h-br-bl-4{border-bottom-left-radius:4px}.has-border-bottom-right-radius-4,.h-br-br-4{border-bottom-right-radius:4px}.has-border-top-left-radius-5,.h-br-tl-5{border-top-left-radius:5px}.has-border-top-right-radius-5,.h-br-tr-5{border-top-right-radius:5px}.has-border-bottom-left-radius-5,.h-br-bl-5{border-bottom-left-radius:5px}.has-border-bottom-right-radius-5,.h-br-br-5{border-bottom-right-radius:5px}.has-border-top-left-radius-6,.h-br-tl-6{border-top-left-radius:6px}.has-border-top-right-radius-6,.h-br-tr-6{border-top-right-radius:6px}.has-border-bottom-left-radius-6,.h-br-bl-6{border-bottom-left-radius:6px}.has-border-bottom-right-radius-6,.h-br-br-6{border-bottom-right-radius:6px}.has-border-top-left-radius-7,.h-br-tl-7{border-top-left-radius:7px}.has-border-top-right-radius-7,.h-br-tr-7{border-top-right-radius:7px}.has-border-bottom-left-radius-7,.h-br-bl-7{border-bottom-left-radius:7px}.has-border-bottom-right-radius-7,.h-br-br-7{border-bottom-right-radius:7px}.has-border-top-left-radius-8,.h-br-tl-8{border-top-left-radius:8px}.has-border-top-right-radius-8,.h-br-tr-8{border-top-right-radius:8px}.has-border-bottom-left-radius-8,.h-br-bl-8{border-bottom-left-radius:8px}.has-border-bottom-right-radius-8,.h-br-br-8{border-bottom-right-radius:8px}.has-border-top-left-radius-9,.h-br-tl-9{border-top-left-radius:9px}.has-border-top-right-radius-9,.h-br-tr-9{border-top-right-radius:9px}.has-border-bottom-left-radius-9,.h-br-bl-9{border-bottom-left-radius:9px}.has-border-bottom-right-radius-9,.h-br-br-9{border-bottom-right-radius:9px}.has-border-top-left-radius-10,.h-br-tl-10{border-top-left-radius:10px}.has-border-top-right-radius-10,.h-br-tr-10{border-top-right-radius:10px}.has-border-bottom-left-radius-10,.h-br-bl-10{border-bottom-left-radius:10px}.has-border-bottom-right-radius-10,.h-br-br-10{border-bottom-right-radius:10px}.has-shadow-0,.h-s-0{box-shadow:0 0px 0px -0px #ccc}.has-shadow-1,.h-s-1{box-shadow:0 1.5px 2px -1px #ccc}.has-shadow-2,.h-s-2{box-shadow:0 3px 4px -2px #ccc}.has-shadow-3,.h-s-3{box-shadow:0 4.5px 6px -3px #ccc}.has-shadow-4,.h-s-4{box-shadow:0 6px 8px -4px #ccc}.has-shadow-5,.h-s-5{box-shadow:0 7.5px 10px -5px #ccc}.has-shadow-6,.h-s-6{box-shadow:0 9px 12px -6px #ccc}.has-shadow-7,.h-s-7{box-shadow:0 10.5px 14px -7px #ccc}.has-shadow-8,.h-s-8{box-shadow:0 12px 16px -8px #ccc}.has-shadow-9,.h-s-9{box-shadow:0 13.5px 18px -9px #ccc}.has-shadow-10,.h-s-10{box-shadow:0 15px 20px -10px #ccc}.has-float-left,.h-f-l{float:left}.has-float-right,.h-f-r{float:right}.has-float-none,.h-f-n{float:none}.has-clear-clear,.has-clear,.h-c{clear:both}.has-color-red,.h-c-red{color:#ff4343}.has-background-color-red,.h-bg-red{background-color:#ff4343}.has-border-color-red,.h-bc-red{border-color:#ff4343}.has-color-red-050,.h-c-red-050{color:#ffdcdc}.has-background-color-red-050,.h-bg-red-050{background-color:#ffdcdc}.has-border-color-red-050,.h-bc-red-050{border-color:#ffdcdc}.has-color-red-100,.h-c-red-100{color:#ffc3c3}.has-background-color-red-100,.h-bg-red-100{background-color:#ffc3c3}.has-border-color-red-100,.h-bc-red-100{border-color:#ffc3c3}.has-color-red-200,.h-c-red-200{color:#ff9090}.has-background-color-red-200,.h-bg-red-200{background-color:#ff9090}.has-border-color-red-200,.h-bc-red-200{border-color:#ff9090}.has-color-red-300,.h-c-red-300{color:#ff5d5d}.has-background-color-red-300,.h-bg-red-300{background-color:#ff5d5d}.has-border-color-red-300,.h-bc-red-300{border-color:#ff5d5d}.has-color-red-400,.h-c-red-400{color:#ff4343}.has-background-color-red-400,.h-bg-red-400{background-color:#ff4343}.has-border-color-red-400,.h-bc-red-400{border-color:#ff4343}.has-color-red-500,.h-c-red-500{color:#ff2a2a}.has-background-color-red-500,.h-bg-red-500{background-color:#ff2a2a}.has-border-color-red-500,.h-bc-red-500{border-color:#ff2a2a}.has-color-red-600,.h-c-red-600{color:#f60000}.has-background-color-red-600,.h-bg-red-600{background-color:#f60000}.has-border-color-red-600,.h-bc-red-600{border-color:#f60000}.has-color-red-700,.h-c-red-700{color:#c30000}.has-background-color-red-700,.h-bg-red-700{background-color:#c30000}.has-border-color-red-700,.h-bc-red-700{border-color:#c30000}.has-color-red-800,.h-c-red-800{color:#900000}.has-background-color-red-800,.h-bg-red-800{background-color:#900000}.has-border-color-red-800,.h-bc-red-800{border-color:#900000}.has-color-teal,.h-c-teal{color:#4db6ac}.has-background-color-teal,.h-bg-teal{background-color:#4db6ac}.has-border-color-teal,.h-bc-teal{border-color:#4db6ac}.has-color-teal-050,.h-c-teal-050{color:#bae2df}.has-background-color-teal-050,.h-bg-teal-050{background-color:#bae2df}.has-border-color-teal-050,.h-bc-teal-050{border-color:#bae2df}.has-color-teal-100,.h-c-teal-100{color:#a7dbd6}.has-background-color-teal-100,.h-bg-teal-100{background-color:#a7dbd6}.has-border-color-teal-100,.h-bc-teal-100{border-color:#a7dbd6}.has-color-teal-200,.h-c-teal-200{color:#83ccc5}.has-background-color-teal-200,.h-bg-teal-200{background-color:#83ccc5}.has-border-color-teal-200,.h-bc-teal-200{border-color:#83ccc5}.has-color-teal-300,.h-c-teal-300{color:#5fbdb4}.has-background-color-teal-300,.h-bg-teal-300{background-color:#5fbdb4}.has-border-color-teal-300,.h-bc-teal-300{border-color:#5fbdb4}.has-color-teal-400,.h-c-teal-400{color:#4db6ac}.has-background-color-teal-400,.h-bg-teal-400{background-color:#4db6ac}.has-border-color-teal-400,.h-bc-teal-400{border-color:#4db6ac}.has-color-teal-500,.h-c-teal-500{color:#44a69c}.has-background-color-teal-500,.h-bg-teal-500{background-color:#44a69c}.has-border-color-teal-500,.h-bc-teal-500{border-color:#44a69c}.has-color-teal-600,.h-c-teal-600{color:#35817a}.has-background-color-teal-600,.h-bg-teal-600{background-color:#35817a}.has-border-color-teal-600,.h-bc-teal-600{border-color:#35817a}.has-color-teal-700,.h-c-teal-700{color:#265d58}.has-background-color-teal-700,.h-bg-teal-700{background-color:#265d58}.has-border-color-teal-700,.h-bc-teal-700{border-color:#265d58}.has-color-teal-800,.h-c-teal-800{color:#173936}.has-background-color-teal-800,.h-bg-teal-800{background-color:#173936}.has-border-color-teal-800,.h-bc-teal-800{border-color:#173936}.has-color-yellow,.h-c-yellow{color:#fdd835}.has-background-color-yellow,.h-bg-yellow{background-color:#fdd835}.has-border-color-yellow,.h-bc-yellow{border-color:#fdd835}.has-color-yellow-050,.h-c-yellow-050{color:#fff5cd}.has-background-color-yellow-050,.h-bg-yellow-050{background-color:#fff5cd}.has-border-color-yellow-050,.h-bc-yellow-050{border-color:#fff5cd}.has-color-yellow-100,.h-c-yellow-100{color:#fef0b3}.has-background-color-yellow-100,.h-bg-yellow-100{background-color:#fef0b3}.has-border-color-yellow-100,.h-bc-yellow-100{border-color:#fef0b3}.has-color-yellow-200,.h-c-yellow-200{color:#fee781}.has-background-color-yellow-200,.h-bg-yellow-200{background-color:#fee781}.has-border-color-yellow-200,.h-bc-yellow-200{border-color:#fee781}.has-color-yellow-300,.h-c-yellow-300{color:#fddd4e}.has-background-color-yellow-300,.h-bg-yellow-300{background-color:#fddd4e}.has-border-color-yellow-300,.h-bc-yellow-300{border-color:#fddd4e}.has-color-yellow-400,.h-c-yellow-400{color:#fdd835}.has-background-color-yellow-400,.h-bg-yellow-400{background-color:#fdd835}.has-border-color-yellow-400,.h-bc-yellow-400{border-color:#fdd835}.has-color-yellow-500,.h-c-yellow-500{color:#fdd31c}.has-background-color-yellow-500,.h-bg-yellow-500{background-color:#fdd31c}.has-border-color-yellow-500,.h-bc-yellow-500{border-color:#fdd31c}.has-color-yellow-600,.h-c-yellow-600{color:#e3ba02}.has-background-color-yellow-600,.h-bg-yellow-600{background-color:#e3ba02}.has-border-color-yellow-600,.h-bc-yellow-600{border-color:#e3ba02}.has-color-yellow-700,.h-c-yellow-700{color:#b19002}.has-background-color-yellow-700,.h-bg-yellow-700{background-color:#b19002}.has-border-color-yellow-700,.h-bc-yellow-700{border-color:#b19002}.has-color-yellow-800,.h-c-yellow-800{color:#7e6701}.has-background-color-yellow-800,.h-bg-yellow-800{background-color:#7e6701}.has-border-color-yellow-800,.h-bc-yellow-800{border-color:#7e6701}.has-color-green,.h-c-green{color:#2ecc71}.has-background-color-green,.h-bg-green{background-color:#2ecc71}.has-border-color-green,.h-bc-green{border-color:#2ecc71}.has-color-green-050,.h-c-green-050{color:#a8ebc4}.has-background-color-green-050,.h-bg-green-050{background-color:#a8ebc4}.has-border-color-green-050,.h-bc-green-050{border-color:#a8ebc4}.has-color-green-100,.h-c-green-100{color:#93e7b6}.has-background-color-green-100,.h-bg-green-100{background-color:#93e7b6}.has-border-color-green-100,.h-bc-green-100{border-color:#93e7b6}.has-color-green-200,.h-c-green-200{color:#69dd9a}.has-background-color-green-200,.h-bg-green-200{background-color:#69dd9a}.has-border-color-green-200,.h-bc-green-200{border-color:#69dd9a}.has-color-green-300,.h-c-green-300{color:#40d47e}.has-background-color-green-300,.h-bg-green-300{background-color:#40d47e}.has-border-color-green-300,.h-bc-green-300{border-color:#40d47e}.has-color-green-400,.h-c-green-400{color:#2ecc71}.has-background-color-green-400,.h-bg-green-400{background-color:#2ecc71}.has-border-color-green-400,.h-bc-green-400{border-color:#2ecc71}.has-color-green-500,.h-c-green-500{color:#29b765}.has-background-color-green-500,.h-bg-green-500{background-color:#29b765}.has-border-color-green-500,.h-bc-green-500{border-color:#29b765}.has-color-green-600,.h-c-green-600{color:#208e4e}.has-background-color-green-600,.h-bg-green-600{background-color:#208e4e}.has-border-color-green-600,.h-bc-green-600{border-color:#208e4e}.has-color-green-700,.h-c-green-700{color:#176437}.has-background-color-green-700,.h-bg-green-700{background-color:#176437}.has-border-color-green-700,.h-bc-green-700{border-color:#176437}.has-color-green-800,.h-c-green-800{color:#0d3a20}.has-background-color-green-800,.h-bg-green-800{background-color:#0d3a20}.has-border-color-green-800,.h-bc-green-800{border-color:#0d3a20}.has-color-primary,.h-c-primary{color:#4b68ff}.has-background-color-primary,.h-bg-primary{background-color:#4b68ff}.has-border-color-primary,.h-bc-primary{border-color:#4b68ff}.has-color-primary-050,.h-c-primary-050{color:#e4e8ff}.has-background-color-primary-050,.h-bg-primary-050{background-color:#e4e8ff}.has-border-color-primary-050,.h-bc-primary-050{border-color:#e4e8ff}.has-color-primary-100,.h-c-primary-100{color:#cbd3ff}.has-background-color-primary-100,.h-bg-primary-100{background-color:#cbd3ff}.has-border-color-primary-100,.h-bc-primary-100{border-color:#cbd3ff}.has-color-primary-200,.h-c-primary-200{color:#98a8ff}.has-background-color-primary-200,.h-bg-primary-200{background-color:#98a8ff}.has-border-color-primary-200,.h-bc-primary-200{border-color:#98a8ff}.has-color-primary-300,.h-c-primary-300{color:#657dff}.has-background-color-primary-300,.h-bg-primary-300{background-color:#657dff}.has-border-color-primary-300,.h-bc-primary-300{border-color:#657dff}.has-color-primary-400,.h-c-primary-400{color:#4b68ff}.has-background-color-primary-400,.h-bg-primary-400{background-color:#4b68ff}.has-border-color-primary-400,.h-bc-primary-400{border-color:#4b68ff}.has-color-primary-500,.h-c-primary-500{color:#3253ff}.has-background-color-primary-500,.h-bg-primary-500{background-color:#3253ff}.has-border-color-primary-500,.h-bc-primary-500{border-color:#3253ff}.has-color-primary-600,.h-c-primary-600{color:#0029fe}.has-background-color-primary-600,.h-bg-primary-600{background-color:#0029fe}.has-border-color-primary-600,.h-bc-primary-600{border-color:#0029fe}.has-color-primary-700,.h-c-primary-700{color:#0021cb}.has-background-color-primary-700,.h-bg-primary-700{background-color:#0021cb}.has-border-color-primary-700,.h-bc-primary-700{border-color:#0021cb}.has-color-primary-800,.h-c-primary-800{color:#001898}.has-background-color-primary-800,.h-bg-primary-800{background-color:#001898}.has-border-color-primary-800,.h-bc-primary-800{border-color:#001898}.has-color-tertiary,.h-c-tertiary{color:#78909c}.has-background-color-tertiary,.h-bg-tertiary{background-color:#78909c}.has-border-color-tertiary,.h-bc-tertiary{border-color:#78909c}.has-color-tertiary-050,.h-c-tertiary-050{color:#d0d9dd}.has-background-color-tertiary-050,.h-bg-tertiary-050{background-color:#d0d9dd}.has-border-color-tertiary-050,.h-bc-tertiary-050{border-color:#d0d9dd}.has-color-tertiary-100,.h-c-tertiary-100{color:#c2ccd2}.has-background-color-tertiary-100,.h-bg-tertiary-100{background-color:#c2ccd2}.has-border-color-tertiary-100,.h-bc-tertiary-100{border-color:#c2ccd2}.has-color-tertiary-200,.h-c-tertiary-200{color:#a4b4bc}.has-background-color-tertiary-200,.h-bg-tertiary-200{background-color:#a4b4bc}.has-border-color-tertiary-200,.h-bc-tertiary-200{border-color:#a4b4bc}.has-color-tertiary-300,.h-c-tertiary-300{color:#879ca7}.has-background-color-tertiary-300,.h-bg-tertiary-300{background-color:#879ca7}.has-border-color-tertiary-300,.h-bc-tertiary-300{border-color:#879ca7}.has-color-tertiary-400,.h-c-tertiary-400{color:#78909c}.has-background-color-tertiary-400,.h-bg-tertiary-400{background-color:#78909c}.has-border-color-tertiary-400,.h-bc-tertiary-400{border-color:#78909c}.has-color-tertiary-500,.h-c-tertiary-500{color:#6a8491}.has-background-color-tertiary-500,.h-bg-tertiary-500{background-color:#6a8491}.has-border-color-tertiary-500,.h-bc-tertiary-500{border-color:#6a8491}.has-color-tertiary-600,.h-c-tertiary-600{color:#546973}.has-background-color-tertiary-600,.h-bg-tertiary-600{background-color:#546973}.has-border-color-tertiary-600,.h-bc-tertiary-600{border-color:#546973}.has-color-tertiary-700,.h-c-tertiary-700{color:#3f4e56}.has-background-color-tertiary-700,.h-bg-tertiary-700{background-color:#3f4e56}.has-border-color-tertiary-700,.h-bc-tertiary-700{border-color:#3f4e56}.has-color-tertiary-800,.h-c-tertiary-800{color:#293338}.has-background-color-tertiary-800,.h-bg-tertiary-800{background-color:#293338}.has-border-color-tertiary-800,.h-bc-tertiary-800{border-color:#293338}.has-color-white,.h-c-white{color:#fff}.has-background-color-white,.h-bg-white{background-color:#fff}.has-border-color-white,.h-bc-white{border-color:#fff}.has-color-black,.h-c-black{color:#000}.has-background-color-black,.h-bg-black{background-color:#000}.has-border-color-black,.h-bc-black{border-color:#000}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}html{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:16px}h1{font-weight:bold;margin:18px 0}h2{font-size:25px;font-weight:bold;margin:15px 0}h3{font-size:19px;font-weight:bold;margin:12px 0}h4{font-size:16px;font-weight:bold;margin:9px 0}h5{font-size:14px;font-weight:bold;margin:6px 0}h6{font-size:12px;font-weight:bold;margin:3px 0}p{line-height:1.5;margin:9px 0}p.is-lead,.is-lead p{font-size:1.2em;color:#666}ul li,ol li{line-height:1.5}.has-font-size-small,.h-fs-small{font-size:12px}.has-font-size-caption,.h-fs-caption{font-size:14px}.has-font-size-base,.h-fs-base{font-size:16px}.has-font-size-larger,.h-fs-larger{font-size:19px}.has-font-size-subheading,.h-fs-subheading{font-size:22px}.has-font-size-heading,.h-fs-heading{font-size:25px}.has-font-size-subtitle,.h-fs-subtitle{font-size:28px}.has-font-size-title,.h-fs-title{font-size:31px}.has-font-size-display,.h-fs-display{font-size:34px}a:link,a:visited,.link{color:#2980b9;text-decoration:none;transition:all .3s ease;cursor:pointer;font-family:inherit;font-size:inherit;border:none;background-color:transparent;margin:0;padding:0}a:link:hover,a:link:active,a:visited:hover,a:visited:active,.link:hover,.link:active{color:#164666;text-decoration:underline}a:link.is-red,a:visited.is-red,.link.is-red{color:#c30000}a:link.is-red:hover,a:link.is-red:active,a:visited.is-red:hover,a:visited.is-red:active,.link.is-red:hover,.link.is-red:active{color:#760000}a:link.is-teal,a:visited.is-teal,.link.is-teal{color:#265d58}a:link.is-teal:hover,a:link.is-teal:active,a:visited.is-teal:hover,a:visited.is-teal:active,.link.is-teal:hover,.link.is-teal:active{color:#102725}a:link.is-yellow,a:visited.is-yellow,.link.is-yellow{color:#b19002}a:link.is-yellow:hover,a:link.is-yellow:active,a:visited.is-yellow:hover,a:visited.is-yellow:active,.link.is-yellow:hover,.link.is-yellow:active{color:#655301}a:link.is-green,a:visited.is-green,.link.is-green{color:#176437}a:link.is-green:hover,a:link.is-green:active,a:visited.is-green:hover,a:visited.is-green:active,.link.is-green:hover,.link.is-green:active{color:#082615}a:link.is-muted,a:visited.is-muted,.link.is-muted{color:#6a8491}a:link.is-muted:hover,a:visited.is-muted:hover,.link.is-muted:hover{color:#3f4e56}a:link.is-not-underlined:hover,a:visited.is-not-underlined:hover,.link.is-not-underlined:hover{text-decoration:none}a:link.is-underlined,a:visited.is-underlined,.link.is-underlined{text-decoration:underline}.has-font-family-primary,.h-ff-primary{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif}.has-font-family-code,.h-ff-code{font-family:"Consolas","Courier New",monospace}.has-font-weight-normal,.h-fw-normal{font-weight:400}.has-font-weight-medium,.h-fw-medium{font-weight:500}.has-font-weight-bold,.h-fw-bold{font-weight:700}.has-font-weight-black,.h-fw-black{font-weight:900}.has-font-style-normal,.h-fst-normal{font-style:normal}.has-font-style-italic,.h-fst-italic{font-style:italic}.has-text-align-left,.h-ta-left{text-align:left}.has-text-align-center,.h-ta-center{text-align:center}.has-text-align-right,.h-ta-right{text-align:right}.has-text-align-justify,.h-ta-justify{text-align:justify}code{display:inline;border:1px solid #ddd;border-radius:3px;padding:2px 4px;font-family:"Consolas","Courier New",monospace;font-size:.95em}pre{display:block;border:1px solid #ddd;border-radius:3px;padding:8px;font-family:"Consolas","Courier New",monospace;font-size:.95em;max-height:20em;overflow:auto;line-height:1.5}pre code{display:block;border:none;padding:0;font-size:1em}blockquote{margin:4px 0px;padding:8px 12px;background-color:#f8f9f9;border:2px solid #dde1e1;border-radius:12px;border-bottom-left-radius:0}blockquote h1:first-child,blockquote h2:first-child,blockquote h3:first-child,blockquote h4:first-child,blockquote h5:first-child,blockquote h6:first-child,blockquote p:first-child{margin-top:0}blockquote h1:last-child,blockquote h2:last-child,blockquote h3:last-child,blockquote h4:last-child,blockquote h5:last-child,blockquote h6:last-child,blockquote p:last-child{margin-bottom:0}ins,del{padding:1px 3px;margin:0px 2px;border-radius:3px}ins{background-color:#a8ebc4;text-decoration:underline}del{background-color:#ffa9a9;text-decoration:line-through}table.table{border-collapse:collapse;padding:4px;max-width:100%}table.table.is-full-width{width:100%}table.table th{border-bottom:3px solid #ccc;padding:6px 10px;font-weight:600;text-align:left}table.table td{border-bottom:1px solid #ccc;padding:6px 10px;text-align:left}table.table th:not(:last-child),table.table td:not(:last-child){border-right:1px solid #ccc}table.table.is-compact th,table.table.is-compact td{padding:2px 6px}table.table.is-striped tr:nth-of-type(2n+1) td{background-color:#f6f6f6}table.table.is-with-hover tr:hover td{background-color:#eee}img{max-width:100%;height:auto}*{box-sizing:border-box}html,body{margin:0;padding:0}.container{max-width:72rem;margin:0 auto}.grid{display:flex;flex-wrap:wrap;margin:0 -5px;max-width:calc(100% - $grid-column-gap)}.grid.is-nowrap{flex-wrap:nowrap}.grid .grid--cell{flex-grow:0;flex-shrink:0;padding:5px}.grid .grid--cell.is-flexible{flex-grow:1;flex-shrink:1}.grid .grid--cell.is-1{width:8.3333333333%}.grid .grid--cell.is-2{width:16.6666666667%}.grid .grid--cell.is-3{width:25%}.grid .grid--cell.is-4{width:33.3333333333%}.grid .grid--cell.is-5{width:41.6666666667%}.grid .grid--cell.is-6{width:50%}.grid .grid--cell.is-7{width:58.3333333333%}.grid .grid--cell.is-8{width:66.6666666667%}.grid .grid--cell.is-9{width:75%}.grid .grid--cell.is-10{width:83.3333333333%}.grid .grid--cell.is-11{width:91.6666666667%}.grid .grid--cell.is-12{width:100%}@media all and (max-width: 512px){.grid .grid--cell.is-1-sm{width:8.3333333333%}.grid .grid--cell.is-2-sm{width:16.6666666667%}.grid .grid--cell.is-3-sm{width:25%}.grid .grid--cell.is-4-sm{width:33.3333333333%}.grid .grid--cell.is-5-sm{width:41.6666666667%}.grid .grid--cell.is-6-sm{width:50%}.grid .grid--cell.is-7-sm{width:58.3333333333%}.grid .grid--cell.is-8-sm{width:66.6666666667%}.grid .grid--cell.is-9-sm{width:75%}.grid .grid--cell.is-10-sm{width:83.3333333333%}.grid .grid--cell.is-11-sm{width:91.6666666667%}.grid .grid--cell.is-12-sm{width:100%}}@media all and (min-width: 512px)and (max-width: 768px){.grid .grid--cell.is-1-md{width:8.3333333333%}.grid .grid--cell.is-2-md{width:16.6666666667%}.grid .grid--cell.is-3-md{width:25%}.grid .grid--cell.is-4-md{width:33.3333333333%}.grid .grid--cell.is-5-md{width:41.6666666667%}.grid .grid--cell.is-6-md{width:50%}.grid .grid--cell.is-7-md{width:58.3333333333%}.grid .grid--cell.is-8-md{width:66.6666666667%}.grid .grid--cell.is-9-md{width:75%}.grid .grid--cell.is-10-md{width:83.3333333333%}.grid .grid--cell.is-11-md{width:91.6666666667%}.grid .grid--cell.is-12-md{width:100%}}@media all and (min-width: 768px){.grid .grid--cell.is-1-lg{width:8.3333333333%}.grid .grid--cell.is-2-lg{width:16.6666666667%}.grid .grid--cell.is-3-lg{width:25%}.grid .grid--cell.is-4-lg{width:33.3333333333%}.grid .grid--cell.is-5-lg{width:41.6666666667%}.grid .grid--cell.is-6-lg{width:50%}.grid .grid--cell.is-7-lg{width:58.3333333333%}.grid .grid--cell.is-8-lg{width:66.6666666667%}.grid .grid--cell.is-9-lg{width:75%}.grid .grid--cell.is-10-lg{width:83.3333333333%}.grid .grid--cell.is-11-lg{width:91.6666666667%}.grid .grid--cell.is-12-lg{width:100%}}.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=codidact.css.map */ diff --git a/dist/codidact.css.map b/dist/codidact.css.map index 1529c5e..0bcf77a 100644 --- a/dist/codidact.css.map +++ b/dist/codidact.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../src/common/_header.scss","../src/common/_config.scss","../src/common/_buttons.scss","../src/common/_nav.scss","../src/common/_form.scss","../src/common/_notices.scss","../src/common/_widgets.scss","../src/common/_modals.scss","../src/common/_itemlists.scss","../src/common/_badges.scss","../src/common/_footer.scss","../src/common/_box.scss","../src/common/_colors.scss","../src/common/_fontface.scss","../src/common/_typography.scss","../src/common/_layout.scss","../src/specific/_category-header.scss","../src/specific/_config.scss","../src/specific/_diff.scss"],"names":[],"mappings":"AAAA,QACE,aACA,mBAEA,WCmRkB,KDlRlB,MCmRa,KDlRb,WCmRc,2BDjRd,YCkRmB,IDhRnB,iCACE,cACA,qBACA,gBACA,gCACA,WCciB,aDZjB,4FACE,cACA,WC2QqB,6BD1QrB,qBAIJ,2BACE,aACA,qBACA,UAGF,uBACE,cACA,aACA,sBACA,uBAEA,8CACE,UC2P4B,KDxP9B,0CACE,UCwPwB,ODrP1B,qCACE,iBAIJ,sBACE,YACA,aACA,yBACA,mBACA,WC+OqB,KD9OrB,eAEA,qDAEA,oCACE,gBACA,eACA,eACA,aACA,MC2Oc,gBD1Od,iBC4OyB,YD3OzB,YACA,aACA,mBACA,WCxCe,aDyCf,kBACA,gCAEA,wFACE,MC8MO,KD7MP,iBCmO8B,YDhOhC,gEAEA,mDACE,iBC+NwB,QD9NxB,MC+Na,KD9Nb,UC+NiB,KD9NjB,gBACA,aACA,gBACA,qBACA,cC+NqB,KD9NrB,kBACA,eAGF,8DACE,kBACA,IC0NmB,KDzNnB,KC0NoB,KDvNtB,yDACE,MCwNU,KDvNV,UCwNc,KDvNd,QCwNY,GDvNZ,YCwNyB,aDvNzB,gBACA,aACA,YACA,qBACA,kBACA,eACA,kBACA,OCoNW,KDnNX,MCoNU,KDjNZ,+GAEE,OCiNsB,KDhNtB,MCiNqB,KD9MvB,uDACE,aACA,sBACA,OC0MsB,KDzMtB,MC0MqB,KDzMrB,uBACA,mBAEA,4DACE,MCuMU,IDtMV,OCuMW,aDtMX,sBACA,iBCuMU,gBDtMV,WCzGW,aD8Gb,yJCkMmB,gBD3L3B,kCAGM,0CACE,UC4I4B,KDzIhC,oCACA,oCACE,aAEA,4GAEE,cAMR,gBACE,MCsMmB,KDrMnB,WCsMoB,2BDnMlB,4HACE,WCoM2B,6BD/L7B,4CACE,MCgMoB,sBD/LpB,iBCiM+B,YD/L/B,wGACE,MCuLa,KDtLb,iBC8LoC,YD3LtC,2DACE,iBC4L8B,KD3L9B,MC4LmB,QDxLnB,oEACE,sBACA,iBCwLgB,sBDnLlB,yKCoLyB,sBD9KjC,iBACE,UAEA,oCACE,oBAEA,kDACE,oBAON,cACE,kBACA,ICsHyB,KDrHzB,MCsH2B,KDrH3B,WACA,UCqH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ACe,gBACf,8BACe,kBACf,+BACe,mBACf,6BACe,iBAEf,iCAEE,gBACA,mBAEF,mCAEE,kBACA,iBAGF,2BACe,eACf,6BACe,iBACf,8BACe,kBACf,4BACe,gBAEf,gCAEE,eACA,kBAEF,kCAEE,iBACA,gBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBAKF,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,8BACc,kBAGd,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,oCACgB,sBAChB,sCACgB,wBAChB,uCACgB,yBAChB,qCACgB,uBAIhB,oCACc,mBADd,kCACc,kBADd,sCACc,oBADd,sCACc,oBADd,sCACc,oBAId,0CACgB,uBAChB,4CACgB,yBAChB,6CACgB,0BAChB,2CACgB,wBAPhB,wCACgB,sBAChB,0CACgB,wBAChB,2CACgB,yBAChB,yCACgB,uBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAIhB,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,+BACc,mBAId,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,2CACiB,4BACjB,4CACiB,6BACjB,8CACiB,+BACjB,+CACiB,gCAIjB,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,kCAFF,qBAEE,gCAFF,qBAEE,mCAFF,qBAEE,iCAFF,qBAEE,mCAFF,uBAEE,kCAKJ,kCACA,oCACA,kCACA,iCAEO,WC5GL,wBACgB,MAFK,QAGrB,oCACiB,iBAJI,QAKrB,gCACiB,aANI,QAiBjB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAZxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAd5B,0BACgB,MAFK,QAGrB,sCACiB,iBAJI,QAKrB,kCACiB,aANI,QAiBjB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAZxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAd5B,8BACgB,MAFK,QAGrB,0CACiB,iBAJI,QAKrB,sCACiB,aANI,QAiBjB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAZxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAd5B,4BACgB,MAFK,QAGrB,wCACiB,iBAJI,QAKrB,oCACiB,aANI,QAiBjB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAZxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAd5B,gCACgB,MAFK,QAGrB,4CACiB,iBAJI,QAKrB,wCACiB,aANI,QAiBjB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAZxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAd5B,kCACgB,MAFK,QAGrB,8CACiB,iBAJI,QAKrB,0CACiB,aANI,QAiBjB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBAZxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBAa9B,4BACa,WACb,wCACc,sBACd,oCACc,kBAEd,4BACa,WACb,wCACc,sBACd,oCACc,kBCvCd,WACE,8BACA,kBACA,gBACA,oEAIF,WACE,8BACA,kBACA,gBACA,oEAIF,WACE,8BACA,kBACA,gBACA,0EAIF,WACE,8BACA,kBACA,gBACA,0EAIF,WACE,8BACA,kBACA,gBACA,wEAIF,WACE,8BACA,kBACA,gBACA,wEAIF,WACE,8BACA,kBACA,gBACA,yEAIF,WACE,8BACA,kBACA,gBACA,yEAIF,WACE,8BACA,kBACA,gBACA,qEAIF,WACE,8BACA,kBACA,gBACA,qEAIF,WACE,8BACA,kBACA,gBACA,oEAIF,WACE,8BACA,kBACA,gBACA,oEAIF,WACE,8BACA,kBACA,gBACA,kEAIF,WACE,8BACA,kBACA,gBACA,kEAIF,WACE,8BACA,kBACA,gBACA,mEAIF,WACE,8BACA,kBACA,gBACA,mEC7HF,KACE,0FACA,UbEU,KaCZ,GAEE,iBACA,Ob0BU,OavBZ,GACE,UbUa,KaTb,iBACA,ObqBU,OalBZ,GACE,UbKa,KaJb,iBACA,ObgBU,OabZ,GACE,eACA,iBACA,ObWU,MaRZ,GACE,UbLa,KaMb,iBACA,ObMU,MaHZ,GACE,UbVa,KaWb,iBACA,ObCU,MaEZ,EACE,gBACA,ObFS,MaIX,qBAEE,UbzCiB,Ma0CjB,MbzCa,Ka4Cf,YACE,gBAIA,iCAEE,UbjDiB,Ka+CnB,qCAEE,UbjDiB,Ka+CnB,+BAEE,UbjDiB,Ka+CnB,mCAEE,UbjDiB,Ka+CnB,2CAEE,UbjDiB,Ka+CnB,qCAEE,UbjDiB,Ka+CnB,uCAEE,UbjDiB,Ka+CnB,iCAEE,UbjDiB,Ka+CnB,qCAEE,UbjDiB,KaqDrB,uBACE,MbYW,QaXX,qBACA,WbpCmB,aaqCnB,eAEA,oBACA,kBACA,YACA,6BACA,SACA,UAEA,qFACE,cACA,0BAIA,4CACE,cAEA,+HACE,cAJJ,+CACE,cAEA,qIACE,cAJJ,qDACE,cAEA,iJACE,cAJJ,kDACE,cAEA,2IACE,cAKN,kDACE,cAEA,oEACE,cAIJ,+FACE,qBAGF,iEACE,0BAIJ,uCACgB,Yb3GK,8Ea4GrB,iCACa,Yb5GK,mCa8GlB,qCACe,gBACf,qCACe,gBACf,iCACa,gBACb,mCACc,gBAEd,qCACgB,kBAChB,qCACgB,kBAEhB,gCACa,gBACb,oCACe,kBACf,kCACc,iBACd,sCACgB,mBAEhB,KACE,eACA,sBACA,cbvDmB,IawDnB,gBAEA,Yb3IgB,mCa4IhB,Ub7De,MagEjB,IACE,cACA,sBACA,cbjEmB,IakEnB,YAEA,YbrJgB,mCasJhB,UbvEe,MawEf,WbhEsB,KaiEtB,cAEA,gBAEA,SACE,cACA,YACA,UACA,cAIJ,WACE,eACA,iBACA,iBb1EuB,Qa2EvB,yBAEA,cb1EoB,Ka2EpB,4BAGE,qLACE,aAEF,8KACE,gBAKN,QACE,gBACA,eACA,cbpFoB,IasFtB,IACE,iBbtF2B,QauF3B,0BAEF,IACE,iBbzF2B,Qa0F3B,6BAIF,YACE,yBACA,Qb9Ja,Ia+Jb,eAEA,0BACE,WAGF,eACE,6BACA,iBACA,YbhGmB,IaiGnB,gBAGF,eACE,6BACA,iBACA,gBAIA,gEACE,4BAKF,oDACE,gBAIJ,+CACE,iBbnH4B,QasH9B,sCACE,iBbtH2B,Ka0H/B,IACE,eACA,YCrPF,wBAEA,UACE,SACA,UAGF,WACE,UdwBuB,McvBvB,cAGF,MACE,aACA,eACA,cACA,wCAEA,gBACE,iBAGF,kBACE,YACA,cACA,YAEA,8BACE,YACA,cAIA,uBACE,oBADF,uBACE,qBADF,uBACE,UADF,uBACE,qBADF,uBACE,qBADF,uBACE,UADF,uBACE,qBADF,uBACE,qBADF,uBACE,UADF,wBACE,qBADF,wBACE,qBADF,wBACE,WAKJ,kCAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,wDAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,kCAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YCmCF,6BA5FJ,yBACA,oDACI,yBAEA,qFACI,aACA,WAGJ,0EACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WfWS,aeTT,gFACI,yBACA,qBAGJ,oFACI,yBACA,qBACA,MCJK,KDQjB,yDACI,iBACA,MCVa,KDWb,aACA,mBAEA,gFACI,UCXiB,KDYjB,YCXmB,IDcvB,+EACI,aACA,YACA,iBACA,mBAEA,+GACI,YAGJ,0GACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,gHACI,yBACA,qBAGJ,oHACI,yBACA,qBAGJ,oHACI,yBACA,iBACA,0HACI,yBACA,qBAGJ,2HACI,yBAUhB,0BA5FJ,yBACA,iDACI,yBAEA,kFACI,aACA,WAGJ,uEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WfWS,aeTT,6EACI,yBACA,qBAGJ,iFACI,yBACA,qBACA,MCJK,KDQjB,sDACI,iBACA,MCVa,KDWb,aACA,mBAEA,6EACI,UCXiB,KDYjB,YCXmB,IDcvB,4EACI,aACA,YACA,iBACA,mBAEA,4GACI,YAGJ,uGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,6GACI,yBACA,qBAGJ,iHACI,yBACA,qBAGJ,iHACI,yBACA,iBACA,u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","file":"codidact.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../src/common/_header.scss","../src/common/_config.scss","../src/common/_buttons.scss","../src/common/_nav.scss","../src/common/_form.scss","../src/common/_notices.scss","../src/common/_widgets.scss","../src/common/_modals.scss","../src/common/_itemlists.scss","../src/common/_badges.scss","../src/common/_footer.scss","../src/common/_box.scss","../src/common/_colors.scss","../src/common/_fontface.scss","../src/common/_typography.scss","../src/common/_layout.scss","../src/specific/_category-header.scss","../src/specific/_config.scss","../src/specific/_diff.scss"],"names":[],"mappings":"AAAA,QACE,aACA,mBAEA,WCmRkB,KDlRlB,MCmRa,KDlRb,WCmRc,2BDjRd,YCkRmB,IDhRnB,iCACE,cACA,qBACA,gBACA,gCACA,WCciB,aDZjB,4FACE,cACA,WC2QqB,6BD1QrB,qBAIJ,2BACE,aACA,qBACA,UAGF,uBACE,cACA,aACA,sBACA,uBAEA,8CACE,UC2P4B,KDxP9B,0CACE,UCwPwB,ODrP1B,qCACE,iBAIJ,sBACE,YACA,aACA,yBACA,mBACA,WC+OqB,KD9OrB,eAEA,qDAEA,oCACE,gBACA,eACA,eACA,aACA,MC2Oc,gBD1Od,iBC4OyB,YD3OzB,YACA,aACA,mBACA,WCxCe,aDyCf,kBACA,gCAEA,wFACE,MC8MO,KD7MP,iBCmO8B,YDhOhC,gEAEA,mDACE,iBC+NwB,QD9NxB,MC+Na,KD9Nb,UC+NiB,KD9NjB,gBACA,aACA,gBACA,qBACA,cC+NqB,KD9NrB,kBACA,eAGF,8DACE,kBACA,IC0NmB,KDzNnB,KC0NoB,KDvNtB,yDACE,MCwNU,KDvNV,UCwNc,KDvNd,QCwNY,GDvNZ,YCwNyB,aDvNzB,gBACA,aACA,YACA,qBACA,kBACA,eACA,kBACA,OCoNW,KDnNX,MCoNU,KDjNZ,+GAEE,OCiNsB,KDhNtB,MCiNqB,KD9MvB,uDACE,aACA,sBACA,OC0MsB,KDzMtB,MC0MqB,KDzMrB,uBACA,mBAEA,4DACE,MCuMU,IDtMV,OCuMW,aDtMX,sBACA,iBCuMU,gBDtMV,WCzGW,aD8Gb,yJCkMmB,gBD3L3B,kCAGM,0CACE,UC4I4B,KDzIhC,oCACA,oCACE,aAEA,4GAEE,cAMR,gBACE,MCsMmB,KDrMnB,WCsMoB,2BDnMlB,4HACE,WCoM2B,6BD/L7B,4CACE,MCgMoB,sBD/LpB,iBCiM+B,YD/L/B,wGACE,MCuLa,KDtLb,iBC8LoC,YD3LtC,2DACE,iBC4L8B,KD3L9B,MC4LmB,QDxLnB,oEACE,sBACA,iBCwLgB,sBDnLlB,yKCoLyB,sBD9KjC,iBACE,UAEA,oCACE,oBAEA,kDACE,oBAON,cACE,kBACA,ICsHyB,KDrHzB,MCsH2B,KDrH3B,WACA,UCqH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ACe,gBACf,8BACe,kBACf,+BACe,mBACf,6BACe,iBAEf,iCAEE,gBACA,mBAEF,mCAEE,kBACA,iBAGF,2BACe,eACf,6BACe,iBACf,8BACe,kBACf,4BACe,gBAEf,gCAEE,eACA,kBAEF,kCAEE,iBACA,gBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBAKF,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,8BACc,kBAGd,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,oCACgB,sBAChB,sCACgB,wBAChB,uCACgB,yBAChB,qCACgB,uBAIhB,oCACc,mBADd,kCACc,kBADd,sCACc,oBADd,sCACc,oBADd,sCACc,oBAId,0CACgB,uBAChB,4CACgB,yBAChB,6CACgB,0BAChB,2CACgB,wBAPhB,wCACgB,sBAChB,0CACgB,wBAChB,2CACgB,yBAChB,yCACgB,uBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAIhB,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,+BACc,mBAId,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,2CACiB,4BACjB,4CACiB,6BACjB,8CACiB,+BACjB,+CACiB,gCAIjB,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,kCAFF,qBAEE,gCAFF,qBAEE,mCAFF,qBAEE,iCAFF,qBAEE,mCAFF,uBAEE,kCAKJ,kCACA,oCACA,kCACA,iCAEO,WC5GL,wBACgB,MAFK,QAGrB,oCACiB,iBAJI,QAKrB,gCACiB,aANI,QAiBjB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAZxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAd5B,0BACgB,MAFK,QAGrB,sCACiB,iBAJI,QAKrB,kCACiB,aANI,QAiBjB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAZxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAd5B,8BACgB,MAFK,QAGrB,0CACiB,iBAJI,QAKrB,sCACiB,aANI,QAiBjB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAZxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAd5B,4BACgB,MAFK,QAGrB,wCACiB,iBAJI,QAKrB,oCACiB,aANI,QAiBjB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAZxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAd5B,gCACgB,MAFK,QAGrB,4CACiB,iBAJI,QAKrB,wCACiB,aANI,QAiBjB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAZxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAd5B,kCACgB,MAFK,QAGrB,8CACiB,iBAJI,QAKrB,0CACiB,aANI,QAiBjB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,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BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,wDAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,kCAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YCmCF,6BA5FJ,yBACA,oDACI,yBAEA,qFACI,aACA,WAGJ,0EACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,gFACI,yBACA,qBAGJ,oFACI,yBACA,qBACA,MCJK,KDQjB,yDACI,gBACA,MCVa,KDWb,aACA,mBAEA,gFACI,UCXiB,QDYjB,YCXmB,IDcvB,+EACI,aACA,YACA,gBACA,mBAEA,+GACI,YAGJ,0GACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,gHACI,yBACA,qBAGJ,oHACI,yBACA,qBAGJ,oHACI,yBACA,iBACA,0HACI,yBACA,qBAGJ,2HACI,yBAUhB,0BA5FJ,yBACA,iDACI,yBAEA,kFACI,aACA,WAGJ,uEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,6EACI,yBACA,qBAGJ,iFACI,yBACA,qBACA,MCJK,KDQjB,sDACI,gBACA,MCVa,KDWb,aACA,mBAEA,6EACI,UCXiB,QDYjB,YCXmB,IDcvB,4EACI,aACA,YACA,gBACA,mBAEA,4GACI,YAGJ,uGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,6GACI,yBACA,qBAGJ,iHACI,yBACA,qBAGJ,iHACI,yBACA,iBACA,uHACI,yBACA,qBAGJ,wHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,gBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,QDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,gBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,gBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,QDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,gBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,gBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,QDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,gBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,gBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,QDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,gBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,gBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,QDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,gBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,gBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,QDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,gBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,wBA5FJ,yBACA,+CACI,yBAEA,gFACI,aACA,WAGJ,qEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,2EACI,yBACA,qBAGJ,+EACI,yBACA,qBACA,MCJK,KDQjB,oDACI,gBACA,MCVa,KDWb,aACA,mBAEA,2EACI,UCXiB,QDYjB,YCXmB,IDcvB,0EACI,aACA,YACA,gBACA,mBAEA,0GACI,YAGJ,qGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,2GACI,yBACA,qBAGJ,+GACI,yBACA,qBAGJ,+GACI,yBACA,iBACA,qHACI,yBACA,qBAGJ,sHACI,yBAgBxB,yBACI,iBACA,mBAIJ,kCAEQ,sDE1GJ,oBACI,aAEA,6FAGI,aACA,WACA,cD+CiB,IC9CjB,QACA,YAEA,iIACI,cAGJ,8HACI,eAIR,yCACI,iBDoCoB,QCjCxB,yCACI,iBD+BkB,QC5BtB,4CACI,iBD6BoB,QCzB5B,6BACI,cACA,WACA,SACA,cDiBqB","file":"codidact.css"} \ No newline at end of file diff --git a/dist/specific/specific.css b/dist/specific/specific.css index 7641a4e..e441c18 100644 --- a/dist/specific/specific.css +++ b/dist/specific/specific.css @@ -1 +1 @@ -.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=specific.css.map */ +.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=specific.css.map */ diff --git a/dist/specific/specific.css.map b/dist/specific/specific.css.map index 18c31f0..7abc278 100644 --- a/dist/specific/specific.css.map +++ b/dist/specific/specific.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../src/specific/_category-header.scss","../../src/specific/_config.scss","../../src/common/_config.scss","../../src/specific/_diff.scss"],"names":[],"mappings":"AA6FQ,6BA5FJ,yBACA,oDACI,yBAEA,qFACI,aACA,WAGJ,0EACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,gFACI,yBACA,qBAGJ,oFACI,yBACA,qBACA,MCJK,KDQjB,yDACI,iBACA,MCVa,KDWb,aACA,mBAEA,gFACI,UCXiB,KDYjB,YCXmB,IDcvB,+EACI,aACA,YACA,iBACA,mBAEA,+GACI,YAGJ,0GACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,gHACI,yBACA,qBAGJ,oHACI,yBACA,qBAGJ,oHACI,yBACA,iBACA,0HACI,yBACA,qBAGJ,2HACI,yBAUhB,0BA5FJ,yBACA,iDACI,yBAEA,kFACI,aACA,WAGJ,uEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,6EACI,yBACA,qBAGJ,iFACI,yBACA,qBACA,MCJK,KDQjB,sDACI,iBACA,MCVa,KDWb,aACA,mBAEA,6EACI,UCXiB,KDYjB,YCXmB,IDcvB,4EACI,aACA,YACA,iBACA,mBAEA,4GACI,YAGJ,uGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,6GACI,yBACA,qBAGJ,iHACI,yBACA,qBAGJ,iHACI,yBACA,iBACA,uHACI,yBACA,qBAGJ,wHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,iBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,KDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,iBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,iBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,KDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,iBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,iBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,KDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,iBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,iBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,KDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,iBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,iBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,KDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,iBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,iBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,KDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,iBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,wBA5FJ,yBACA,+CACI,yBAEA,gFACI,aACA,WAGJ,qEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,2EACI,yBACA,qBAGJ,+EACI,yBACA,qBACA,MCJK,KDQjB,oDACI,iBACA,MCVa,KDWb,aACA,mBAEA,2EACI,UCXiB,KDYjB,YCXmB,IDcvB,0EACI,aACA,YACA,iBACA,mBAEA,0GACI,YAGJ,qGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,2GACI,yBACA,qBAGJ,+GACI,yBACA,qBAGJ,+GACI,yBACA,iBACA,qHACI,yBACA,qBAGJ,sHACI,yBAgBxB,yBACI,iBACA,mBAIJ,kCAEQ,sDG1GJ,oBACI,aAEA,6FAGI,aACA,WACA,cF+CiB,IE9CjB,QACA,YAEA,iIACI,cAGJ,8HACI,eAIR,yCACI,iBFoCoB,QEjCxB,yCACI,iBF+BkB,QE5BtB,4CACI,iBF6BoB,QEzB5B,6BACI,cACA,WACA,SACA,cFiBqB","file":"specific.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../../src/specific/_category-header.scss","../../src/specific/_config.scss","../../src/common/_config.scss","../../src/specific/_diff.scss"],"names":[],"mappings":"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","file":"specific.css"} \ No newline at end of file diff --git a/docs/dist/codidact.css b/docs/dist/codidact.css index 889d477..0b1fc9a 100644 --- a/docs/dist/codidact.css +++ b/docs/dist/codidact.css @@ -1 +1 @@ -.header{padding:16px;margin-bottom:16px;background:#fff;color:#000;box-shadow:0 3px 2px 0 rgba(0,0,0,.1);font-weight:600}.header a:link,.header a:visited{color:inherit;display:inline-block;padding:4px 8px;text-decoration:none !important;transition:all .3s ease}.header a:link:hover,.header a:link:active,.header a:visited:hover,.header a:visited:active{color:inherit;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);text-decoration:none}.header .header--container{display:flex;align-items:flex-end;padding:0}.header .header--brand{color:inherit;display:flex;flex-direction:column;align-items:flex-start}.header .header--brand .header--instance-name{font-size:1rem}.header .header--brand .header--site-name{font-size:2.5rem}.header .header--brand+.header--menu{margin-left:24px}.header .header--menu{flex-grow:1;display:flex;justify-content:flex-end;align-items:center;min-height:50px;flex-wrap:wrap}.header .header--menu .header--separator{flex-grow:1}.header .header--menu .header--item{padding:4px 8px;margin:0px 4px;cursor:pointer;font:inherit;color:rgba(0,0,0,.65);background-color:transparent;border:none;display:flex;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important}.header .header--menu .header--item:hover,.header .header--menu .header--item.is-active{color:#000;background-color:transparent}.header .header--menu .header--item.is-mobile-menu{display:none}.header .header--menu .header--item .header--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header .header--menu .header--item.is-complex .header--alert{position:absolute;top:-2px;left:-5px}.header .header--menu .header--item .header--trust-level{color:#fff;font-size:30px;opacity:.9;text-shadow:0 0 1px #000;min-width:1.5em;height:1.5em;padding:2px;display:inline-block;text-align:center;margin:0px 4px;position:absolute;bottom:-2px;right:-7px}.header .header--menu .header--item .header--item-icon,.header .header--menu .header--item .header--item-image{height:40px;width:40px}.header .header--menu .header--item .header--menu-bars{display:flex;flex-direction:column;height:40px;width:40px;justify-content:center;align-items:center}.header .header--menu .header--item .header--menu-bars span{width:2em;height:.333333333em;margin:.166666667em 0;background-color:rgba(0,0,0,.65);transition:all .3s ease}.header .header--menu .header--item:hover .header--menu-bars span,.header .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(0,0,0,.85)}@media all and (max-width: 850px){.header .header--brand .header--site-name{font-size:2rem}.header .header--menu{flex-shrink:0}.header .header--menu .header--item{display:none}.header .header--menu .header--item.is-mobile-menu,.header .header--menu .header--item.is-visible-on-mobile{display:flex}}.header.is-dark{color:#fff;box-shadow:0 3px 2px 0 rgba(0,0,0,.2)}.header.is-dark a:link:hover,.header.is-dark a:link:active,.header.is-dark a:visited:hover,.header.is-dark a:visited:active{box-shadow:0 2px 4px 1px rgba(0,0,0,.5)}.header.is-dark .header--menu .header--item{color:rgba(255,255,255,.65);background-color:transparent}.header.is-dark .header--menu .header--item:hover,.header.is-dark .header--menu .header--item.is-active{color:#fff;background-color:transparent}.header.is-dark .header--menu .header--item .header--alert{background-color:#fff;color:#0025e4}.header.is-dark .header--menu .header--item .header--menu-bars span{margin:.166666667em 0;background-color:rgba(255,255,255,.65)}.header.is-dark .header--menu .header--item:hover .header--menu-bars span,.header.is-dark .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(255,255,255,.85)}.header.is-small{padding:0}.header.is-small .header--container{align-items:stretch}.header.is-small .header--container .header--menu{align-items:stretch}.header-slide{position:absolute;top:65px;right:20px;width:100%;max-width:300px;background-color:#fff;padding:12px;font-weight:600;border:1px solid #eee;box-shadow:0 3px 2px -2px #ddd;z-index:100;display:none}.header-slide.is-active{display:block}.header-slide a:link,.header-slide a:visited{margin:4px 0px;padding:8px 16px;cursor:pointer;font:inherit;color:#595959;background-color:transparent;border:none;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important;display:block;width:100%}.header-slide a:link:hover,.header-slide a:link:active,.header-slide a:visited:hover,.header-slide a:visited:active{color:#000;background-color:transparent;box-shadow:0 1.5px 4px 0px #ddd;text-decoration:none}.header-slide a:link.is-active,.header-slide a:visited.is-active{color:#000;background-color:transparent}.header-slide a:link .header-slide--alert,.header-slide a:visited .header-slide--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header-slide .header-slide--separator{border-bottom:1px solid #ddd;margin:4px 0}@media all and (max-width: 330px){.header-slide{left:0 !important;right:0 !important;width:100%;max-width:100%}}.button,a.button:link,a.button:visited{font-size:.9em;font-family:inherit;text-align:center;text-decoration:none !important;cursor:pointer;display:inline-block;background-color:#f1f3ff;color:#001db1;padding:6px 12px;font-weight:500;border-radius:3px;border:1px solid transparent;transition:all .3s ease;margin:2px}.button:hover,a.button:link:hover,a.button:visited:hover{background-color:#e4e8ff;color:#001db1}.button:active,.button.is-active,a.button:link:active,a.button:link.is-active,a.button:visited:active,a.button:visited.is-active{background-color:#cbd3ff;color:#001db1}.button.is-outlined,a.button:link.is-outlined,a.button:visited.is-outlined{background-color:#fff;border-color:#657dff}.button.is-outlined:hover,a.button:link.is-outlined:hover,a.button:visited.is-outlined:hover{background-color:#f1f3ff;border-color:#0029fe}.button.is-outlined:active,.button.is-outlined.is-active,a.button:link.is-outlined:active,a.button:link.is-outlined.is-active,a.button:visited.is-outlined:active,a.button:visited.is-outlined.is-active{background-color:#e4e8ff;border-color:#0021cb}.button.is-filled,a.button:link.is-filled,a.button:visited.is-filled{background-color:#0029fe;color:#fff}.button.is-filled:hover,a.button:link.is-filled:hover,a.button:visited.is-filled:hover{background-color:#0021cb;color:#fff}.button.is-filled:active,.button.is-filled.is-active,a.button:link.is-filled:active,a.button:link.is-filled.is-active,a.button:visited.is-filled:active,a.button:visited.is-filled.is-active{background-color:#001898;color:#fff}.button.is-danger,a.button:link.is-danger,a.button:visited.is-danger{background-color:#ffe9e9;color:#a90000}.button.is-danger:hover,a.button:link.is-danger:hover,a.button:visited.is-danger:hover{background-color:#ffdcdc;color:#a90000}.button.is-danger:active,.button.is-danger.is-active,a.button:link.is-danger:active,a.button:link.is-danger.is-active,a.button:visited.is-danger:active,a.button:visited.is-danger.is-active{background-color:#ffc3c3;color:#a90000}.button.is-danger.is-outlined,a.button:link.is-danger.is-outlined,a.button:visited.is-danger.is-outlined{background-color:transparent;border-color:#ff5d5d}.button.is-danger.is-outlined:hover,a.button:link.is-danger.is-outlined:hover,a.button:visited.is-danger.is-outlined:hover{background-color:#ffe9e9;border-color:#f60000}.button.is-danger.is-outlined:active,.button.is-danger.is-outlined.is-active,a.button:link.is-danger.is-outlined:active,a.button:link.is-danger.is-outlined.is-active,a.button:visited.is-danger.is-outlined:active,a.button:visited.is-danger.is-outlined.is-active{background-color:#ffdcdc;border-color:#c30000}.button.is-danger.is-filled,a.button:link.is-danger.is-filled,a.button:visited.is-danger.is-filled{background-color:#f60000;color:#fff}.button.is-danger.is-filled:hover,a.button:link.is-danger.is-filled:hover,a.button:visited.is-danger.is-filled:hover{background-color:#c30000;color:#fff}.button.is-danger.is-filled:active,.button.is-danger.is-filled.is-active,a.button:link.is-danger.is-filled:active,a.button:link.is-danger.is-filled.is-active,a.button:visited.is-danger.is-filled:active,a.button:visited.is-danger.is-filled.is-active{background-color:#900000;color:#fff}.button.is-muted,a.button:link.is-muted,a.button:visited.is-muted{background-color:#eef1f2;color:#344147}.button.is-muted:hover,a.button:link.is-muted:hover,a.button:visited.is-muted:hover{background-color:#e6ebed;color:#344147}.button.is-muted:active,.button.is-muted.is-active,a.button:link.is-muted:active,a.button:link.is-muted.is-active,a.button:visited.is-muted:active,a.button:visited.is-muted.is-active{background-color:#d8dfe2;color:#344147}.button.is-muted.is-outlined,a.button:link.is-muted.is-outlined,a.button:visited.is-muted.is-outlined{background-color:transparent;border-color:#879ca7}.button.is-muted.is-outlined:hover,a.button:link.is-muted.is-outlined:hover,a.button:visited.is-muted.is-outlined:hover{background-color:#eef1f2;border-color:#546973}.button.is-muted.is-outlined:active,.button.is-muted.is-outlined.is-active,a.button:link.is-muted.is-outlined:active,a.button:link.is-muted.is-outlined.is-active,a.button:visited.is-muted.is-outlined:active,a.button:visited.is-muted.is-outlined.is-active{background-color:#dfe5e8;border-color:#3f4e56}.button.is-muted.is-filled,a.button:link.is-muted.is-filled,a.button:visited.is-muted.is-filled{background-color:#5f7682;color:#fff}.button.is-muted.is-filled:hover,a.button:link.is-muted.is-filled:hover,a.button:visited.is-muted.is-filled:hover{background-color:#4a5b64;color:#fff}.button.is-muted.is-filled:active,.button.is-muted.is-filled.is-active,a.button:link.is-muted.is-filled:active,a.button:link.is-muted.is-filled.is-active,a.button:visited.is-muted.is-filled:active,a.button:visited.is-muted.is-filled.is-active{background-color:#344147;color:#fff}.button.is-small,a.button:link.is-small,a.button:visited.is-small{font-size:.8em;padding:4px 8px}.button.is-medium,a.button:link.is-medium,a.button:visited.is-medium{font-size:1em;padding:7px 14px}.button.is-large,a.button:link.is-large,a.button:visited.is-large{font-size:1.1em;padding:8px 16px}.button.is-very-large,a.button:link.is-very-large,a.button:visited.is-very-large{font-size:1.2em;padding:9px 18px}.button.is-extremely-large,a.button:link.is-extremely-large,a.button:visited.is-extremely-large{font-size:1.4em;padding:10px 20px}.button.is-close-button,a.button:link.is-close-button,a.button:visited.is-close-button{background-color:transparent;color:#aaa;font-size:25px !important;padding:2px 8px;line-height:1;margin-top:-4px}.button.is-close-button:hover,.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:hover,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:hover,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{color:#333}.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{background-color:rgba(0,0,0,.05)}.modal--header-button .button.is-close-button,.widget--header-button .button.is-close-button{margin-top:0}.notice .is-close-button{float:right}.button-list{display:flex;flex-wrap:wrap}.button-list.is-gutterless .button{border-radius:0;margin:0;position:relative;margin-right:-1px;z-index:0}.button-list.is-gutterless .button:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-list.is-gutterless .button:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.button-list.is-gutterless .button:hover,.button-list.is-gutterless .button:active,.button-list.is-gutterless .button.is-active{z-index:2}.button.is-icon-only-button{background-color:transparent !important;color:#95a8b2;padding:3px;line-height:1;font-size:1em;min-width:1.5em;min-height:1.5em;text-align:center}.button.is-icon-only-button.is-small{font-size:.8em}.button.is-icon-only-button.is-medium{font-size:1em}.button.is-icon-only-button.is-large{font-size:1.1em}.button.is-icon-only-button.is-very-large{font-size:1.2em}.button.is-icon-only-button.is-extremely-large{font-size:1.4em}.button.is-icon-only-button:hover{color:#3253ff}.button.is-icon-only-button:active,.button.is-icon-only-button.is-active{color:#0025e4}.button.is-icon-only-button.is-danger{color:#ff9090}.button.is-icon-only-button.is-danger:hover{color:#ff2a2a}.button.is-icon-only-button.is-danger:active,.button.is-icon-only-button.is-danger.is-active{color:#dc0000}.button.is-icon-only-button.is-muted{color:#abbac2}.button.is-icon-only-button.is-muted:hover{color:#6a8491}.button.is-icon-only-button.is-muted:active,.button.is-icon-only-button.is-muted.is-active{color:#4a5b64}.button.is-icon-only-button:active:not(:hover),.button.is-icon-only-button.is-active:not(:hover){background:transparent}.tabs{padding:0px;display:flex;flex-wrap:wrap}.tabs .tabs--item{display:block;font-weight:600;color:#666;text-decoration:none !important;padding:6px 10px;margin:2px}.tabs .tabs--item:hover{background-color:#e4e8ff;color:#001898}.tabs .tabs--item.is-active{background-color:#0025e4;color:#fff}.tabs.is-classic-tabs{border-bottom:3px solid #0025e4}.tabs.is-classic-tabs .tabs--item{margin-bottom:0}.menu{padding:0px;display:flex;flex-direction:column}.menu .menu--heading{display:block;font-weight:600;color:#333;text-decoration:none !important;padding:6px 10px;margin:6px 2px;border-radius:.25em;font-variant:small-caps;font-size:1rem}.menu a.menu--heading:hover{background-color:#e4e8ff;color:#001898}.menu a.menu--heading.is-active{background-color:#0025e4;color:#fff}.menu .menu--item{display:block;font-weight:500;color:#666;text-decoration:none !important;padding:10px 10px;margin:2px 2px;border-radius:.25em;font-size:.9rem}.menu .menu--item:hover{background-color:#e4e8ff;color:#001898}.menu .menu--item.is-active{background-color:#0025e4;color:#fff}label.form-element{cursor:pointer;display:block;margin:4px 0px;font-size:1em;font-weight:500;color:#444}.form-caption{color:#6a8491;font-size:14px;margin-top:-4px;margin-bottom:8px}input.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}input.form-element:focus{border-color:#b3c0c7}input.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;resize:none;display:block;width:100%;min-height:8em}textarea.form-element:focus{border-color:#b3c0c7}textarea.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element.is-small{min-height:4em}textarea.form-element.is-large{min-height:16em}input[type=radio].form-radio-element,input[type=checkbox].form-checkbox-element{margin:4px;display:inline-block;cursor:pointer}select.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;cursor:pointer;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element option{font:inherit}select.form-element:focus{border-color:#b3c0c7}select.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}select.form-element[multiple]{font:inherit;font-weight:500;padding:4px;margin:4px 0px;cursor:inherit;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element[multiple] option{font:inherit;padding:4px;cursor:pointer;border-radius:3px}select.form-element[multiple]:focus{border-color:#b3c0c7}select.form-element[multiple].is-danger{border-color:#ffa9a9;background-color:#fff6f6}.notice{margin:4px 0px;padding:16px;border-radius:3px;border:1px solid #b3c0c7;background-color:#eef1f2}.notice.is-filled{border-color:transparent;color:#fff;background-color:#1e262a}.notice.is-warning{border-color:#fee781;background-color:#fffae6}.notice.is-warning.is-filled{border-color:transparent;background-color:#b19002}.notice.is-danger{border-color:#ff8383;background-color:#ffe9e9}.notice.is-danger.is-filled{border-color:transparent;background-color:#b60000}.notice.is-success{border-color:#88e4af;background-color:#dcf7e7}.notice.is-success.is-filled{border-color:transparent;background-color:#1e8349}.notice.is-info{border-color:#95d4ce;background-color:#def1ef}.notice.is-info.is-filled{border-color:transparent;background-color:#2e6f69}.notice.is-banner{border-left:none;border-right:none;margin:0;border-radius:0}.notice :first-child{margin-top:0}.notice .is-close-button:first-child{margin-top:-4px}.notice .is-close-button:first-child+*{margin-top:0}.notice :last-child{margin-bottom:0}.header+.notice.is-banner{margin-top:-16px;margin-bottom:16px}.widget{border:1px solid #d0d9dd;border-radius:3px;box-shadow:0 3px 5px -2px #eee;margin:8px 0px;background-color:#fff}.widget .widget--header{padding:12px;font-size:1.2em;font-weight:400;border-bottom:1px solid #d0d9dd}.widget .widget--header.is-complex{font-size:1em}.widget .widget--header .widget--header-link{float:right;font-size:.8em;padding:3px 4px}.widget .widget--header .widget--header-button{float:right;font-size:.8em;position:relative;top:-6.6666666667px}.widget .widget--body{padding:12px}.widget .widget--body+.widget--body{border-top:1px solid #d0d9dd}.widget .widget--footer{padding:12px;border-top:1px solid #d0d9dd}.modal{position:absolute;width:100%;min-height:100%;top:0;left:0;padding:48px;pointer-events:none;display:none}.modal.is-active{display:block}.modal.is-with-backdrop{background-color:rgba(0,0,0,.5);position:fixed;height:100%;pointer-events:all}.modal.is-with-backdrop .modal--container{box-shadow:0 3px 5px -3px #666;max-height:100%}.modal .modal--container{margin:0 auto;max-width:48rem;width:100%;pointer-events:all;background-color:#fff;box-shadow:0 3px 5px -3px #666;border:1px solid #b3c0c7;display:flex;flex-direction:column}.modal .modal--container .modal--header{padding:12px;font-size:1.4em;border-bottom:1px solid #d0d9dd;font-weight:600}.modal .modal--container .modal--header .modal--header-link{float:right;font-size:.8rem;padding:3px 4px}.modal .modal--container .modal--header .modal--header-button{float:right;font-size:.8rem;margin:0}.modal .modal--container .modal--body{padding:16px;max-height:32rem;overflow-y:auto}.modal .modal--container .modal--footer{padding:12px;border-top:1px solid #d0d9dd}.modal.is-large .modal--container{max-width:72em}.modal.is-large .modal--container .modal--body{max-height:48rem}.modal.is-small .modal--container{max-width:24em}.modal.is-small .modal--container .modal--body{max-height:16rem}.modal.is-danger .modal--header,.modal.is-danger .modal--container,.modal.is-danger .modal--footer{border-color:#ff9090}.modal.is-danger .modal--header{color:#c30000;background-color:#fff6f6}@media all and (max-width: 512px){.modal{padding:0;position:fixed;top:0 !important}.modal .modal--container{height:100vh}.modal .modal--header,.modal .modal--foter{flex-shrink:0}.modal .modal--body{flex-grow:1;overflow:auto}}.item-list{display:flex;flex-direction:column;align-items:stretch}.item-list .item-list--item{display:flex;align-items:center;border-bottom:1px solid #d0d9dd}.item-list .item-list--item.is-highlighted{background-color:#f1f3ff}.item-list .item-list--item .item-list--number-value{padding:2px;margin:2px;height:60px;width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--number-value .item-list--number{font-size:25px;color:#222}.item-list .item-list--item .item-list--number-value .item-list--number-label{font-size:14px;color:#666}.item-list .item-list--item .item-list--text-value{padding:4px;margin:4px;min-height:60px;width:200px;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--text-value.is-primary{align-items:flex-start}.item-list .item-list--item .item-list--image-value{padding:0px;margin:2px;height:40px;width:40px}.item-list .item-list--item .item-list--image-value img{border-radius:50%}.item-list .item-list--item .is-primary{flex-grow:1}@media all and (max-width: 512px){.item-list .item-list--item{flex-wrap:wrap;justify-content:center}.item-list .item-list--item>.is-primary{width:100%;height:auto;margin:0px 8px}.item-list .item-list--item>:not(.is-primary){font-size:.9em;margin:2px 4px}.item-list .item-list--item>:not(.is-primary).item-list--image-value{margin:4px 2px}.item-list .item-list--item>:not(.is-primary).item-list--text-value{height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value{flex-direction:row;height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value .item-list--number{font-size:18px;margin:0px 2px}}.badge.is-tag{display:inline-block;font-size:14px;padding:4px 8px;font-weight:500;color:#001898;background-color:#e4e8ff;border-radius:3px}.badge.is-tag.is-master-tag,.badge.is-tag.is-filled{color:#fff;background-color:#001db1}.badge.is-tag.is-red{background-color:#ffc3c3;color:#900000}.badge.is-tag.is-red.is-master-tag,.badge.is-tag.is-red.is-filled{background-color:#dc0000;color:#fff}.badge.is-tag.is-teal{background-color:#a7dbd6;color:#173936}.badge.is-tag.is-teal.is-master-tag,.badge.is-tag.is-teal.is-filled{background-color:#2e6f69;color:#fff}.badge.is-tag.is-yellow{background-color:#fef0b3;color:#7e6701}.badge.is-tag.is-yellow.is-master-tag,.badge.is-tag.is-yellow.is-filled{background-color:#caa502;color:#fff}.badge.is-tag.is-green{background-color:#93e7b6;color:#0d3a20}.badge.is-tag.is-green.is-master-tag,.badge.is-tag.is-green.is-filled{background-color:#1b7943;color:#fff}.badge.is-tag.is-muted{background-color:#c2ccd2;color:#293338}.badge.is-tag.is-muted.is-master-tag,.badge.is-tag.is-muted.is-filled{background-color:#4a5b64;color:#fff}a.badge.is-tag:hover{text-decoration:none !important;background-color:#cbd3ff}a.badge.is-tag:hover.is-master-tag,a.badge.is-tag:hover.is-filled{color:#fff;background-color:#001898}a.badge.is-tag:hover.is-red{background-color:#ffa9a9}a.badge.is-tag:hover.is-red.is-master-tag,a.badge.is-tag:hover.is-red.is-filled{background-color:#c30000;color:#fff}a.badge.is-tag:hover.is-teal{background-color:#95d4ce}a.badge.is-tag:hover.is-teal.is-master-tag,a.badge.is-tag:hover.is-teal.is-filled{background-color:#265d58;color:#fff}a.badge.is-tag:hover.is-yellow{background-color:#feec9a}a.badge.is-tag:hover.is-yellow.is-master-tag,a.badge.is-tag:hover.is-yellow.is-filled{background-color:#b19002;color:#fff}a.badge.is-tag:hover.is-green{background-color:#7ee2a8}a.badge.is-tag:hover.is-green.is-master-tag,a.badge.is-tag:hover.is-green.is-filled{background-color:#176437;color:#fff}a.badge.is-tag:hover.is-muted{background-color:#b3c0c7}a.badge.is-tag:hover.is-muted.is-master-tag,a.badge.is-tag:hover.is-muted.is-filled{background-color:#3f4e56;color:#fff}.badge.is-award{display:inline-block;padding:4px 8px;font-weight:500;font-size:16px;color:#3f4e56;background-color:#eef1f2;border:1px solid #dfe5e8;border-radius:3px}.badge.is-award .badge--icon{margin-right:4px}.badge.is-award.is-gold .badge--icon{color:#cc0}.badge.is-award.is-silver .badge--icon{color:#ccc}.badge.is-award.is-bronze .badge--icon{color:#c73}.badge.is-award:hover{text-decoration:none}.badge.is-user-role{display:inline-block;font-size:.75em;padding:3px 6px;border-radius:2px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-role.is-muted{background-color:#d0d9dd;color:#344147}.badge.is-user-trust-level{display:inline-block;font-size:14px;min-width:20px;text-align:center;padding:1px 6px;border-radius:20px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-trust-level.is-muted{background-color:#d0d9dd;color:#344147}.footer{padding:16px;border-top:1px solid #ddd;color:#666;margin-top:8px}.footer.is-inverted{border-top:none;background-color:#f6f6f6}.has-padding-0,.h-p-0{padding:0px}.has-margin-0,.h-m-0{margin:0px}.has-padding-1,.h-p-1{padding:4px}.has-margin-1,.h-m-1{margin:4px}.has-padding-2,.h-p-2{padding:8px}.has-margin-2,.h-m-2{margin:8px}.has-padding-4,.h-p-4{padding:16px}.has-margin-4,.h-m-4{margin:16px}.has-padding-6,.h-p-6{padding:24px}.has-margin-6,.h-m-6{margin:24px}.has-padding-8,.h-p-8{padding:32px}.has-margin-8,.h-m-8{margin:32px}.has-padding-12,.h-p-12{padding:48px}.has-margin-12,.h-m-12{margin:48px}.has-padding-16,.h-p-16{padding:64px}.has-margin-16,.h-m-16{margin:64px}.has-padding-18,.h-p-18{padding:72px}.has-margin-18,.h-m-18{margin:72px}.has-padding-24,.h-p-24{padding:96px}.has-margin-24,.h-m-24{margin:96px}.has-padding-32,.h-p-32{padding:128px}.has-margin-32,.h-m-32{margin:128px}.has-padding-36,.h-p-36{padding:144px}.has-margin-36,.h-m-36{margin:144px}.has-padding-top-0,.h-p-t-0{padding-top:0px}.has-padding-right-0,.h-p-r-0{padding-right:0px}.has-padding-bottom-0,.h-p-b-0{padding-bottom:0px}.has-padding-left-0,.h-p-l-0{padding-left:0px}.has-padding-vertical-0,.h-p-v-0{padding-top:0px;padding-bottom:0px}.has-padding-horizontal-0,.h-p-h-0{padding-right:0px;padding-left:0px}.has-margin-top-0,.h-m-t-0{margin-top:0px}.has-margin-right-0,.h-m-r-0{margin-right:0px}.has-margin-bottom-0,.h-m-b-0{margin-bottom:0px}.has-margin-left-0,.h-m-l-0{margin-left:0px}.has-margin-vertical-0,.h-m-v-0{margin-top:0px;margin-bottom:0px}.has-margin-horizontal-0,.h-m-h-0{margin-right:0px;margin-left:0px}.has-padding-top-1,.h-p-t-1{padding-top:4px}.has-padding-right-1,.h-p-r-1{padding-right:4px}.has-padding-bottom-1,.h-p-b-1{padding-bottom:4px}.has-padding-left-1,.h-p-l-1{padding-left:4px}.has-padding-vertical-1,.h-p-v-1{padding-top:4px;padding-bottom:4px}.has-padding-horizontal-1,.h-p-h-1{padding-right:4px;padding-left:4px}.has-margin-top-1,.h-m-t-1{margin-top:4px}.has-margin-right-1,.h-m-r-1{margin-right:4px}.has-margin-bottom-1,.h-m-b-1{margin-bottom:4px}.has-margin-left-1,.h-m-l-1{margin-left:4px}.has-margin-vertical-1,.h-m-v-1{margin-top:4px;margin-bottom:4px}.has-margin-horizontal-1,.h-m-h-1{margin-right:4px;margin-left:4px}.has-padding-top-2,.h-p-t-2{padding-top:8px}.has-padding-right-2,.h-p-r-2{padding-right:8px}.has-padding-bottom-2,.h-p-b-2{padding-bottom:8px}.has-padding-left-2,.h-p-l-2{padding-left:8px}.has-padding-vertical-2,.h-p-v-2{padding-top:8px;padding-bottom:8px}.has-padding-horizontal-2,.h-p-h-2{padding-right:8px;padding-left:8px}.has-margin-top-2,.h-m-t-2{margin-top:8px}.has-margin-right-2,.h-m-r-2{margin-right:8px}.has-margin-bottom-2,.h-m-b-2{margin-bottom:8px}.has-margin-left-2,.h-m-l-2{margin-left:8px}.has-margin-vertical-2,.h-m-v-2{margin-top:8px;margin-bottom:8px}.has-margin-horizontal-2,.h-m-h-2{margin-right:8px;margin-left:8px}.has-padding-top-4,.h-p-t-4{padding-top:16px}.has-padding-right-4,.h-p-r-4{padding-right:16px}.has-padding-bottom-4,.h-p-b-4{padding-bottom:16px}.has-padding-left-4,.h-p-l-4{padding-left:16px}.has-padding-vertical-4,.h-p-v-4{padding-top:16px;padding-bottom:16px}.has-padding-horizontal-4,.h-p-h-4{padding-right:16px;padding-left:16px}.has-margin-top-4,.h-m-t-4{margin-top:16px}.has-margin-right-4,.h-m-r-4{margin-right:16px}.has-margin-bottom-4,.h-m-b-4{margin-bottom:16px}.has-margin-left-4,.h-m-l-4{margin-left:16px}.has-margin-vertical-4,.h-m-v-4{margin-top:16px;margin-bottom:16px}.has-margin-horizontal-4,.h-m-h-4{margin-right:16px;margin-left:16px}.has-padding-top-6,.h-p-t-6{padding-top:24px}.has-padding-right-6,.h-p-r-6{padding-right:24px}.has-padding-bottom-6,.h-p-b-6{padding-bottom:24px}.has-padding-left-6,.h-p-l-6{padding-left:24px}.has-padding-vertical-6,.h-p-v-6{padding-top:24px;padding-bottom:24px}.has-padding-horizontal-6,.h-p-h-6{padding-right:24px;padding-left:24px}.has-margin-top-6,.h-m-t-6{margin-top:24px}.has-margin-right-6,.h-m-r-6{margin-right:24px}.has-margin-bottom-6,.h-m-b-6{margin-bottom:24px}.has-margin-left-6,.h-m-l-6{margin-left:24px}.has-margin-vertical-6,.h-m-v-6{margin-top:24px;margin-bottom:24px}.has-margin-horizontal-6,.h-m-h-6{margin-right:24px;margin-left:24px}.has-padding-top-8,.h-p-t-8{padding-top:32px}.has-padding-right-8,.h-p-r-8{padding-right:32px}.has-padding-bottom-8,.h-p-b-8{padding-bottom:32px}.has-padding-left-8,.h-p-l-8{padding-left:32px}.has-padding-vertical-8,.h-p-v-8{padding-top:32px;padding-bottom:32px}.has-padding-horizontal-8,.h-p-h-8{padding-right:32px;padding-left:32px}.has-margin-top-8,.h-m-t-8{margin-top:32px}.has-margin-right-8,.h-m-r-8{margin-right:32px}.has-margin-bottom-8,.h-m-b-8{margin-bottom:32px}.has-margin-left-8,.h-m-l-8{margin-left:32px}.has-margin-vertical-8,.h-m-v-8{margin-top:32px;margin-bottom:32px}.has-margin-horizontal-8,.h-m-h-8{margin-right:32px;margin-left:32px}.has-padding-top-12,.h-p-t-12{padding-top:48px}.has-padding-right-12,.h-p-r-12{padding-right:48px}.has-padding-bottom-12,.h-p-b-12{padding-bottom:48px}.has-padding-left-12,.h-p-l-12{padding-left:48px}.has-padding-vertical-12,.h-p-v-12{padding-top:48px;padding-bottom:48px}.has-padding-horizontal-12,.h-p-h-12{padding-right:48px;padding-left:48px}.has-margin-top-12,.h-m-t-12{margin-top:48px}.has-margin-right-12,.h-m-r-12{margin-right:48px}.has-margin-bottom-12,.h-m-b-12{margin-bottom:48px}.has-margin-left-12,.h-m-l-12{margin-left:48px}.has-margin-vertical-12,.h-m-v-12{margin-top:48px;margin-bottom:48px}.has-margin-horizontal-12,.h-m-h-12{margin-right:48px;margin-left:48px}.has-padding-top-16,.h-p-t-16{padding-top:64px}.has-padding-right-16,.h-p-r-16{padding-right:64px}.has-padding-bottom-16,.h-p-b-16{padding-bottom:64px}.has-padding-left-16,.h-p-l-16{padding-left:64px}.has-padding-vertical-16,.h-p-v-16{padding-top:64px;padding-bottom:64px}.has-padding-horizontal-16,.h-p-h-16{padding-right:64px;padding-left:64px}.has-margin-top-16,.h-m-t-16{margin-top:64px}.has-margin-right-16,.h-m-r-16{margin-right:64px}.has-margin-bottom-16,.h-m-b-16{margin-bottom:64px}.has-margin-left-16,.h-m-l-16{margin-left:64px}.has-margin-vertical-16,.h-m-v-16{margin-top:64px;margin-bottom:64px}.has-margin-horizontal-16,.h-m-h-16{margin-right:64px;margin-left:64px}.has-padding-top-18,.h-p-t-18{padding-top:72px}.has-padding-right-18,.h-p-r-18{padding-right:72px}.has-padding-bottom-18,.h-p-b-18{padding-bottom:72px}.has-padding-left-18,.h-p-l-18{padding-left:72px}.has-padding-vertical-18,.h-p-v-18{padding-top:72px;padding-bottom:72px}.has-padding-horizontal-18,.h-p-h-18{padding-right:72px;padding-left:72px}.has-margin-top-18,.h-m-t-18{margin-top:72px}.has-margin-right-18,.h-m-r-18{margin-right:72px}.has-margin-bottom-18,.h-m-b-18{margin-bottom:72px}.has-margin-left-18,.h-m-l-18{margin-left:72px}.has-margin-vertical-18,.h-m-v-18{margin-top:72px;margin-bottom:72px}.has-margin-horizontal-18,.h-m-h-18{margin-right:72px;margin-left:72px}.has-padding-top-24,.h-p-t-24{padding-top:96px}.has-padding-right-24,.h-p-r-24{padding-right:96px}.has-padding-bottom-24,.h-p-b-24{padding-bottom:96px}.has-padding-left-24,.h-p-l-24{padding-left:96px}.has-padding-vertical-24,.h-p-v-24{padding-top:96px;padding-bottom:96px}.has-padding-horizontal-24,.h-p-h-24{padding-right:96px;padding-left:96px}.has-margin-top-24,.h-m-t-24{margin-top:96px}.has-margin-right-24,.h-m-r-24{margin-right:96px}.has-margin-bottom-24,.h-m-b-24{margin-bottom:96px}.has-margin-left-24,.h-m-l-24{margin-left:96px}.has-margin-vertical-24,.h-m-v-24{margin-top:96px;margin-bottom:96px}.has-margin-horizontal-24,.h-m-h-24{margin-right:96px;margin-left:96px}.has-padding-top-32,.h-p-t-32{padding-top:128px}.has-padding-right-32,.h-p-r-32{padding-right:128px}.has-padding-bottom-32,.h-p-b-32{padding-bottom:128px}.has-padding-left-32,.h-p-l-32{padding-left:128px}.has-padding-vertical-32,.h-p-v-32{padding-top:128px;padding-bottom:128px}.has-padding-horizontal-32,.h-p-h-32{padding-right:128px;padding-left:128px}.has-margin-top-32,.h-m-t-32{margin-top:128px}.has-margin-right-32,.h-m-r-32{margin-right:128px}.has-margin-bottom-32,.h-m-b-32{margin-bottom:128px}.has-margin-left-32,.h-m-l-32{margin-left:128px}.has-margin-vertical-32,.h-m-v-32{margin-top:128px;margin-bottom:128px}.has-margin-horizontal-32,.h-m-h-32{margin-right:128px;margin-left:128px}.has-padding-top-36,.h-p-t-36{padding-top:144px}.has-padding-right-36,.h-p-r-36{padding-right:144px}.has-padding-bottom-36,.h-p-b-36{padding-bottom:144px}.has-padding-left-36,.h-p-l-36{padding-left:144px}.has-padding-vertical-36,.h-p-v-36{padding-top:144px;padding-bottom:144px}.has-padding-horizontal-36,.h-p-h-36{padding-right:144px;padding-left:144px}.has-margin-top-36,.h-m-t-36{margin-top:144px}.has-margin-right-36,.h-m-r-36{margin-right:144px}.has-margin-bottom-36,.h-m-b-36{margin-bottom:144px}.has-margin-left-36,.h-m-l-36{margin-left:144px}.has-margin-vertical-36,.h-m-v-36{margin-top:144px;margin-bottom:144px}.has-margin-horizontal-36,.h-m-h-36{margin-right:144px;margin-left:144px}.has-border-width-0,.h-bw-0{border-width:0px}.has-border-width-1,.h-bw-1{border-width:1px}.has-border-width-2,.h-bw-2{border-width:2px}.has-border-width-3,.h-bw-3{border-width:3px}.has-border-width-4,.h-bw-4{border-width:4px}.has-border-width-5,.h-bw-5{border-width:5px}.has-border-width-6,.h-bw-6{border-width:6px}.has-border-width-7,.h-bw-7{border-width:7px}.has-border-width-8,.h-bw-8{border-width:8px}.has-border-width-9,.h-bw-9{border-width:9px}.has-border-width-10,.h-bw-10{border-width:10px}.has-border-top-width-0,.h-bw-t-0{border-top-width:0px}.has-border-right-width-0,.h-bw-r-0{border-right-width:0px}.has-border-bottom-width-0,.h-bw-b-0{border-bottom-width:0px}.has-border-left-width-0,.h-bw-l-0{border-left-width:0px}.has-border-top-width-1,.h-bw-t-1{border-top-width:1px}.has-border-right-width-1,.h-bw-r-1{border-right-width:1px}.has-border-bottom-width-1,.h-bw-b-1{border-bottom-width:1px}.has-border-left-width-1,.h-bw-l-1{border-left-width:1px}.has-border-top-width-2,.h-bw-t-2{border-top-width:2px}.has-border-right-width-2,.h-bw-r-2{border-right-width:2px}.has-border-bottom-width-2,.h-bw-b-2{border-bottom-width:2px}.has-border-left-width-2,.h-bw-l-2{border-left-width:2px}.has-border-top-width-3,.h-bw-t-3{border-top-width:3px}.has-border-right-width-3,.h-bw-r-3{border-right-width:3px}.has-border-bottom-width-3,.h-bw-b-3{border-bottom-width:3px}.has-border-left-width-3,.h-bw-l-3{border-left-width:3px}.has-border-top-width-4,.h-bw-t-4{border-top-width:4px}.has-border-right-width-4,.h-bw-r-4{border-right-width:4px}.has-border-bottom-width-4,.h-bw-b-4{border-bottom-width:4px}.has-border-left-width-4,.h-bw-l-4{border-left-width:4px}.has-border-top-width-5,.h-bw-t-5{border-top-width:5px}.has-border-right-width-5,.h-bw-r-5{border-right-width:5px}.has-border-bottom-width-5,.h-bw-b-5{border-bottom-width:5px}.has-border-left-width-5,.h-bw-l-5{border-left-width:5px}.has-border-top-width-6,.h-bw-t-6{border-top-width:6px}.has-border-right-width-6,.h-bw-r-6{border-right-width:6px}.has-border-bottom-width-6,.h-bw-b-6{border-bottom-width:6px}.has-border-left-width-6,.h-bw-l-6{border-left-width:6px}.has-border-top-width-7,.h-bw-t-7{border-top-width:7px}.has-border-right-width-7,.h-bw-r-7{border-right-width:7px}.has-border-bottom-width-7,.h-bw-b-7{border-bottom-width:7px}.has-border-left-width-7,.h-bw-l-7{border-left-width:7px}.has-border-top-width-8,.h-bw-t-8{border-top-width:8px}.has-border-right-width-8,.h-bw-r-8{border-right-width:8px}.has-border-bottom-width-8,.h-bw-b-8{border-bottom-width:8px}.has-border-left-width-8,.h-bw-l-8{border-left-width:8px}.has-border-top-width-9,.h-bw-t-9{border-top-width:9px}.has-border-right-width-9,.h-bw-r-9{border-right-width:9px}.has-border-bottom-width-9,.h-bw-b-9{border-bottom-width:9px}.has-border-left-width-9,.h-bw-l-9{border-left-width:9px}.has-border-top-width-10,.h-bw-t-10{border-top-width:10px}.has-border-right-width-10,.h-bw-r-10{border-right-width:10px}.has-border-bottom-width-10,.h-bw-b-10{border-bottom-width:10px}.has-border-left-width-10,.h-bw-l-10{border-left-width:10px}.has-border-style-solid,.h-bs-solid{border-style:solid}.has-border-style-none,.h-bs-none{border-style:none}.has-border-style-dotted,.h-bs-dotted{border-style:dotted}.has-border-style-dashed,.h-bs-dashed{border-style:dashed}.has-border-style-double,.h-bs-double{border-style:double}.has-border-top-style-solid,.h-bs-t-solid{border-top-style:solid}.has-border-right-style-solid,.h-bs-r-solid{border-right-style:solid}.has-border-bottom-style-solid,.h-bs-b-solid{border-bottom-style:solid}.has-border-left-style-solid,.h-bs-l-solid{border-left-style:solid}.has-border-top-style-none,.h-bs-t-none{border-top-style:none}.has-border-right-style-none,.h-bs-r-none{border-right-style:none}.has-border-bottom-style-none,.h-bs-b-none{border-bottom-style:none}.has-border-left-style-none,.h-bs-l-none{border-left-style:none}.has-border-top-style-dotted,.h-bs-t-dotted{border-top-style:dotted}.has-border-right-style-dotted,.h-bs-r-dotted{border-right-style:dotted}.has-border-bottom-style-dotted,.h-bs-b-dotted{border-bottom-style:dotted}.has-border-left-style-dotted,.h-bs-l-dotted{border-left-style:dotted}.has-border-top-style-dashed,.h-bs-t-dashed{border-top-style:dashed}.has-border-right-style-dashed,.h-bs-r-dashed{border-right-style:dashed}.has-border-bottom-style-dashed,.h-bs-b-dashed{border-bottom-style:dashed}.has-border-left-style-dashed,.h-bs-l-dashed{border-left-style:dashed}.has-border-top-style-double,.h-bs-t-double{border-top-style:double}.has-border-right-style-double,.h-bs-r-double{border-right-style:double}.has-border-bottom-style-double,.h-bs-b-double{border-bottom-style:double}.has-border-left-style-double,.h-bs-l-double{border-left-style:double}.has-border-radius-0,.h-br-0{border-radius:0px}.has-border-radius-1,.h-br-1{border-radius:1px}.has-border-radius-2,.h-br-2{border-radius:2px}.has-border-radius-3,.h-br-3{border-radius:3px}.has-border-radius-4,.h-br-4{border-radius:4px}.has-border-radius-5,.h-br-5{border-radius:5px}.has-border-radius-6,.h-br-6{border-radius:6px}.has-border-radius-7,.h-br-7{border-radius:7px}.has-border-radius-8,.h-br-8{border-radius:8px}.has-border-radius-9,.h-br-9{border-radius:9px}.has-border-radius-10,.h-br-10{border-radius:10px}.has-border-top-left-radius-0,.h-br-tl-0{border-top-left-radius:0px}.has-border-top-right-radius-0,.h-br-tr-0{border-top-right-radius:0px}.has-border-bottom-left-radius-0,.h-br-bl-0{border-bottom-left-radius:0px}.has-border-bottom-right-radius-0,.h-br-br-0{border-bottom-right-radius:0px}.has-border-top-left-radius-1,.h-br-tl-1{border-top-left-radius:1px}.has-border-top-right-radius-1,.h-br-tr-1{border-top-right-radius:1px}.has-border-bottom-left-radius-1,.h-br-bl-1{border-bottom-left-radius:1px}.has-border-bottom-right-radius-1,.h-br-br-1{border-bottom-right-radius:1px}.has-border-top-left-radius-2,.h-br-tl-2{border-top-left-radius:2px}.has-border-top-right-radius-2,.h-br-tr-2{border-top-right-radius:2px}.has-border-bottom-left-radius-2,.h-br-bl-2{border-bottom-left-radius:2px}.has-border-bottom-right-radius-2,.h-br-br-2{border-bottom-right-radius:2px}.has-border-top-left-radius-3,.h-br-tl-3{border-top-left-radius:3px}.has-border-top-right-radius-3,.h-br-tr-3{border-top-right-radius:3px}.has-border-bottom-left-radius-3,.h-br-bl-3{border-bottom-left-radius:3px}.has-border-bottom-right-radius-3,.h-br-br-3{border-bottom-right-radius:3px}.has-border-top-left-radius-4,.h-br-tl-4{border-top-left-radius:4px}.has-border-top-right-radius-4,.h-br-tr-4{border-top-right-radius:4px}.has-border-bottom-left-radius-4,.h-br-bl-4{border-bottom-left-radius:4px}.has-border-bottom-right-radius-4,.h-br-br-4{border-bottom-right-radius:4px}.has-border-top-left-radius-5,.h-br-tl-5{border-top-left-radius:5px}.has-border-top-right-radius-5,.h-br-tr-5{border-top-right-radius:5px}.has-border-bottom-left-radius-5,.h-br-bl-5{border-bottom-left-radius:5px}.has-border-bottom-right-radius-5,.h-br-br-5{border-bottom-right-radius:5px}.has-border-top-left-radius-6,.h-br-tl-6{border-top-left-radius:6px}.has-border-top-right-radius-6,.h-br-tr-6{border-top-right-radius:6px}.has-border-bottom-left-radius-6,.h-br-bl-6{border-bottom-left-radius:6px}.has-border-bottom-right-radius-6,.h-br-br-6{border-bottom-right-radius:6px}.has-border-top-left-radius-7,.h-br-tl-7{border-top-left-radius:7px}.has-border-top-right-radius-7,.h-br-tr-7{border-top-right-radius:7px}.has-border-bottom-left-radius-7,.h-br-bl-7{border-bottom-left-radius:7px}.has-border-bottom-right-radius-7,.h-br-br-7{border-bottom-right-radius:7px}.has-border-top-left-radius-8,.h-br-tl-8{border-top-left-radius:8px}.has-border-top-right-radius-8,.h-br-tr-8{border-top-right-radius:8px}.has-border-bottom-left-radius-8,.h-br-bl-8{border-bottom-left-radius:8px}.has-border-bottom-right-radius-8,.h-br-br-8{border-bottom-right-radius:8px}.has-border-top-left-radius-9,.h-br-tl-9{border-top-left-radius:9px}.has-border-top-right-radius-9,.h-br-tr-9{border-top-right-radius:9px}.has-border-bottom-left-radius-9,.h-br-bl-9{border-bottom-left-radius:9px}.has-border-bottom-right-radius-9,.h-br-br-9{border-bottom-right-radius:9px}.has-border-top-left-radius-10,.h-br-tl-10{border-top-left-radius:10px}.has-border-top-right-radius-10,.h-br-tr-10{border-top-right-radius:10px}.has-border-bottom-left-radius-10,.h-br-bl-10{border-bottom-left-radius:10px}.has-border-bottom-right-radius-10,.h-br-br-10{border-bottom-right-radius:10px}.has-shadow-0,.h-s-0{box-shadow:0 0px 0px -0px #ccc}.has-shadow-1,.h-s-1{box-shadow:0 1.5px 2px -1px #ccc}.has-shadow-2,.h-s-2{box-shadow:0 3px 4px -2px #ccc}.has-shadow-3,.h-s-3{box-shadow:0 4.5px 6px -3px #ccc}.has-shadow-4,.h-s-4{box-shadow:0 6px 8px -4px #ccc}.has-shadow-5,.h-s-5{box-shadow:0 7.5px 10px -5px #ccc}.has-shadow-6,.h-s-6{box-shadow:0 9px 12px -6px #ccc}.has-shadow-7,.h-s-7{box-shadow:0 10.5px 14px -7px #ccc}.has-shadow-8,.h-s-8{box-shadow:0 12px 16px -8px #ccc}.has-shadow-9,.h-s-9{box-shadow:0 13.5px 18px -9px #ccc}.has-shadow-10,.h-s-10{box-shadow:0 15px 20px -10px #ccc}.has-float-left,.h-f-l{float:left}.has-float-right,.h-f-r{float:right}.has-float-none,.h-f-n{float:none}.has-clear-clear,.has-clear,.h-c{clear:both}.has-color-red,.h-c-red{color:#ff4343}.has-background-color-red,.h-bg-red{background-color:#ff4343}.has-border-color-red,.h-bc-red{border-color:#ff4343}.has-color-red-050,.h-c-red-050{color:#ffdcdc}.has-background-color-red-050,.h-bg-red-050{background-color:#ffdcdc}.has-border-color-red-050,.h-bc-red-050{border-color:#ffdcdc}.has-color-red-100,.h-c-red-100{color:#ffc3c3}.has-background-color-red-100,.h-bg-red-100{background-color:#ffc3c3}.has-border-color-red-100,.h-bc-red-100{border-color:#ffc3c3}.has-color-red-200,.h-c-red-200{color:#ff9090}.has-background-color-red-200,.h-bg-red-200{background-color:#ff9090}.has-border-color-red-200,.h-bc-red-200{border-color:#ff9090}.has-color-red-300,.h-c-red-300{color:#ff5d5d}.has-background-color-red-300,.h-bg-red-300{background-color:#ff5d5d}.has-border-color-red-300,.h-bc-red-300{border-color:#ff5d5d}.has-color-red-400,.h-c-red-400{color:#ff4343}.has-background-color-red-400,.h-bg-red-400{background-color:#ff4343}.has-border-color-red-400,.h-bc-red-400{border-color:#ff4343}.has-color-red-500,.h-c-red-500{color:#ff2a2a}.has-background-color-red-500,.h-bg-red-500{background-color:#ff2a2a}.has-border-color-red-500,.h-bc-red-500{border-color:#ff2a2a}.has-color-red-600,.h-c-red-600{color:#f60000}.has-background-color-red-600,.h-bg-red-600{background-color:#f60000}.has-border-color-red-600,.h-bc-red-600{border-color:#f60000}.has-color-red-700,.h-c-red-700{color:#c30000}.has-background-color-red-700,.h-bg-red-700{background-color:#c30000}.has-border-color-red-700,.h-bc-red-700{border-color:#c30000}.has-color-red-800,.h-c-red-800{color:#900000}.has-background-color-red-800,.h-bg-red-800{background-color:#900000}.has-border-color-red-800,.h-bc-red-800{border-color:#900000}.has-color-teal,.h-c-teal{color:#4db6ac}.has-background-color-teal,.h-bg-teal{background-color:#4db6ac}.has-border-color-teal,.h-bc-teal{border-color:#4db6ac}.has-color-teal-050,.h-c-teal-050{color:#bae2df}.has-background-color-teal-050,.h-bg-teal-050{background-color:#bae2df}.has-border-color-teal-050,.h-bc-teal-050{border-color:#bae2df}.has-color-teal-100,.h-c-teal-100{color:#a7dbd6}.has-background-color-teal-100,.h-bg-teal-100{background-color:#a7dbd6}.has-border-color-teal-100,.h-bc-teal-100{border-color:#a7dbd6}.has-color-teal-200,.h-c-teal-200{color:#83ccc5}.has-background-color-teal-200,.h-bg-teal-200{background-color:#83ccc5}.has-border-color-teal-200,.h-bc-teal-200{border-color:#83ccc5}.has-color-teal-300,.h-c-teal-300{color:#5fbdb4}.has-background-color-teal-300,.h-bg-teal-300{background-color:#5fbdb4}.has-border-color-teal-300,.h-bc-teal-300{border-color:#5fbdb4}.has-color-teal-400,.h-c-teal-400{color:#4db6ac}.has-background-color-teal-400,.h-bg-teal-400{background-color:#4db6ac}.has-border-color-teal-400,.h-bc-teal-400{border-color:#4db6ac}.has-color-teal-500,.h-c-teal-500{color:#44a69c}.has-background-color-teal-500,.h-bg-teal-500{background-color:#44a69c}.has-border-color-teal-500,.h-bc-teal-500{border-color:#44a69c}.has-color-teal-600,.h-c-teal-600{color:#35817a}.has-background-color-teal-600,.h-bg-teal-600{background-color:#35817a}.has-border-color-teal-600,.h-bc-teal-600{border-color:#35817a}.has-color-teal-700,.h-c-teal-700{color:#265d58}.has-background-color-teal-700,.h-bg-teal-700{background-color:#265d58}.has-border-color-teal-700,.h-bc-teal-700{border-color:#265d58}.has-color-teal-800,.h-c-teal-800{color:#173936}.has-background-color-teal-800,.h-bg-teal-800{background-color:#173936}.has-border-color-teal-800,.h-bc-teal-800{border-color:#173936}.has-color-yellow,.h-c-yellow{color:#fdd835}.has-background-color-yellow,.h-bg-yellow{background-color:#fdd835}.has-border-color-yellow,.h-bc-yellow{border-color:#fdd835}.has-color-yellow-050,.h-c-yellow-050{color:#fff5cd}.has-background-color-yellow-050,.h-bg-yellow-050{background-color:#fff5cd}.has-border-color-yellow-050,.h-bc-yellow-050{border-color:#fff5cd}.has-color-yellow-100,.h-c-yellow-100{color:#fef0b3}.has-background-color-yellow-100,.h-bg-yellow-100{background-color:#fef0b3}.has-border-color-yellow-100,.h-bc-yellow-100{border-color:#fef0b3}.has-color-yellow-200,.h-c-yellow-200{color:#fee781}.has-background-color-yellow-200,.h-bg-yellow-200{background-color:#fee781}.has-border-color-yellow-200,.h-bc-yellow-200{border-color:#fee781}.has-color-yellow-300,.h-c-yellow-300{color:#fddd4e}.has-background-color-yellow-300,.h-bg-yellow-300{background-color:#fddd4e}.has-border-color-yellow-300,.h-bc-yellow-300{border-color:#fddd4e}.has-color-yellow-400,.h-c-yellow-400{color:#fdd835}.has-background-color-yellow-400,.h-bg-yellow-400{background-color:#fdd835}.has-border-color-yellow-400,.h-bc-yellow-400{border-color:#fdd835}.has-color-yellow-500,.h-c-yellow-500{color:#fdd31c}.has-background-color-yellow-500,.h-bg-yellow-500{background-color:#fdd31c}.has-border-color-yellow-500,.h-bc-yellow-500{border-color:#fdd31c}.has-color-yellow-600,.h-c-yellow-600{color:#e3ba02}.has-background-color-yellow-600,.h-bg-yellow-600{background-color:#e3ba02}.has-border-color-yellow-600,.h-bc-yellow-600{border-color:#e3ba02}.has-color-yellow-700,.h-c-yellow-700{color:#b19002}.has-background-color-yellow-700,.h-bg-yellow-700{background-color:#b19002}.has-border-color-yellow-700,.h-bc-yellow-700{border-color:#b19002}.has-color-yellow-800,.h-c-yellow-800{color:#7e6701}.has-background-color-yellow-800,.h-bg-yellow-800{background-color:#7e6701}.has-border-color-yellow-800,.h-bc-yellow-800{border-color:#7e6701}.has-color-green,.h-c-green{color:#2ecc71}.has-background-color-green,.h-bg-green{background-color:#2ecc71}.has-border-color-green,.h-bc-green{border-color:#2ecc71}.has-color-green-050,.h-c-green-050{color:#a8ebc4}.has-background-color-green-050,.h-bg-green-050{background-color:#a8ebc4}.has-border-color-green-050,.h-bc-green-050{border-color:#a8ebc4}.has-color-green-100,.h-c-green-100{color:#93e7b6}.has-background-color-green-100,.h-bg-green-100{background-color:#93e7b6}.has-border-color-green-100,.h-bc-green-100{border-color:#93e7b6}.has-color-green-200,.h-c-green-200{color:#69dd9a}.has-background-color-green-200,.h-bg-green-200{background-color:#69dd9a}.has-border-color-green-200,.h-bc-green-200{border-color:#69dd9a}.has-color-green-300,.h-c-green-300{color:#40d47e}.has-background-color-green-300,.h-bg-green-300{background-color:#40d47e}.has-border-color-green-300,.h-bc-green-300{border-color:#40d47e}.has-color-green-400,.h-c-green-400{color:#2ecc71}.has-background-color-green-400,.h-bg-green-400{background-color:#2ecc71}.has-border-color-green-400,.h-bc-green-400{border-color:#2ecc71}.has-color-green-500,.h-c-green-500{color:#29b765}.has-background-color-green-500,.h-bg-green-500{background-color:#29b765}.has-border-color-green-500,.h-bc-green-500{border-color:#29b765}.has-color-green-600,.h-c-green-600{color:#208e4e}.has-background-color-green-600,.h-bg-green-600{background-color:#208e4e}.has-border-color-green-600,.h-bc-green-600{border-color:#208e4e}.has-color-green-700,.h-c-green-700{color:#176437}.has-background-color-green-700,.h-bg-green-700{background-color:#176437}.has-border-color-green-700,.h-bc-green-700{border-color:#176437}.has-color-green-800,.h-c-green-800{color:#0d3a20}.has-background-color-green-800,.h-bg-green-800{background-color:#0d3a20}.has-border-color-green-800,.h-bc-green-800{border-color:#0d3a20}.has-color-primary,.h-c-primary{color:#4b68ff}.has-background-color-primary,.h-bg-primary{background-color:#4b68ff}.has-border-color-primary,.h-bc-primary{border-color:#4b68ff}.has-color-primary-050,.h-c-primary-050{color:#e4e8ff}.has-background-color-primary-050,.h-bg-primary-050{background-color:#e4e8ff}.has-border-color-primary-050,.h-bc-primary-050{border-color:#e4e8ff}.has-color-primary-100,.h-c-primary-100{color:#cbd3ff}.has-background-color-primary-100,.h-bg-primary-100{background-color:#cbd3ff}.has-border-color-primary-100,.h-bc-primary-100{border-color:#cbd3ff}.has-color-primary-200,.h-c-primary-200{color:#98a8ff}.has-background-color-primary-200,.h-bg-primary-200{background-color:#98a8ff}.has-border-color-primary-200,.h-bc-primary-200{border-color:#98a8ff}.has-color-primary-300,.h-c-primary-300{color:#657dff}.has-background-color-primary-300,.h-bg-primary-300{background-color:#657dff}.has-border-color-primary-300,.h-bc-primary-300{border-color:#657dff}.has-color-primary-400,.h-c-primary-400{color:#4b68ff}.has-background-color-primary-400,.h-bg-primary-400{background-color:#4b68ff}.has-border-color-primary-400,.h-bc-primary-400{border-color:#4b68ff}.has-color-primary-500,.h-c-primary-500{color:#3253ff}.has-background-color-primary-500,.h-bg-primary-500{background-color:#3253ff}.has-border-color-primary-500,.h-bc-primary-500{border-color:#3253ff}.has-color-primary-600,.h-c-primary-600{color:#0029fe}.has-background-color-primary-600,.h-bg-primary-600{background-color:#0029fe}.has-border-color-primary-600,.h-bc-primary-600{border-color:#0029fe}.has-color-primary-700,.h-c-primary-700{color:#0021cb}.has-background-color-primary-700,.h-bg-primary-700{background-color:#0021cb}.has-border-color-primary-700,.h-bc-primary-700{border-color:#0021cb}.has-color-primary-800,.h-c-primary-800{color:#001898}.has-background-color-primary-800,.h-bg-primary-800{background-color:#001898}.has-border-color-primary-800,.h-bc-primary-800{border-color:#001898}.has-color-tertiary,.h-c-tertiary{color:#78909c}.has-background-color-tertiary,.h-bg-tertiary{background-color:#78909c}.has-border-color-tertiary,.h-bc-tertiary{border-color:#78909c}.has-color-tertiary-050,.h-c-tertiary-050{color:#d0d9dd}.has-background-color-tertiary-050,.h-bg-tertiary-050{background-color:#d0d9dd}.has-border-color-tertiary-050,.h-bc-tertiary-050{border-color:#d0d9dd}.has-color-tertiary-100,.h-c-tertiary-100{color:#c2ccd2}.has-background-color-tertiary-100,.h-bg-tertiary-100{background-color:#c2ccd2}.has-border-color-tertiary-100,.h-bc-tertiary-100{border-color:#c2ccd2}.has-color-tertiary-200,.h-c-tertiary-200{color:#a4b4bc}.has-background-color-tertiary-200,.h-bg-tertiary-200{background-color:#a4b4bc}.has-border-color-tertiary-200,.h-bc-tertiary-200{border-color:#a4b4bc}.has-color-tertiary-300,.h-c-tertiary-300{color:#879ca7}.has-background-color-tertiary-300,.h-bg-tertiary-300{background-color:#879ca7}.has-border-color-tertiary-300,.h-bc-tertiary-300{border-color:#879ca7}.has-color-tertiary-400,.h-c-tertiary-400{color:#78909c}.has-background-color-tertiary-400,.h-bg-tertiary-400{background-color:#78909c}.has-border-color-tertiary-400,.h-bc-tertiary-400{border-color:#78909c}.has-color-tertiary-500,.h-c-tertiary-500{color:#6a8491}.has-background-color-tertiary-500,.h-bg-tertiary-500{background-color:#6a8491}.has-border-color-tertiary-500,.h-bc-tertiary-500{border-color:#6a8491}.has-color-tertiary-600,.h-c-tertiary-600{color:#546973}.has-background-color-tertiary-600,.h-bg-tertiary-600{background-color:#546973}.has-border-color-tertiary-600,.h-bc-tertiary-600{border-color:#546973}.has-color-tertiary-700,.h-c-tertiary-700{color:#3f4e56}.has-background-color-tertiary-700,.h-bg-tertiary-700{background-color:#3f4e56}.has-border-color-tertiary-700,.h-bc-tertiary-700{border-color:#3f4e56}.has-color-tertiary-800,.h-c-tertiary-800{color:#293338}.has-background-color-tertiary-800,.h-bg-tertiary-800{background-color:#293338}.has-border-color-tertiary-800,.h-bc-tertiary-800{border-color:#293338}.has-color-white,.h-c-white{color:#fff}.has-background-color-white,.h-bg-white{background-color:#fff}.has-border-color-white,.h-bc-white{border-color:#fff}.has-color-black,.h-c-black{color:#000}.has-background-color-black,.h-bg-black{background-color:#000}.has-border-color-black,.h-bc-black{border-color:#000}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}html{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:16px}h1{font-weight:bold;margin:18px 0}h2{font-size:25px;font-weight:bold;margin:15px 0}h3{font-size:19px;font-weight:bold;margin:12px 0}h4{font-size:16px;font-weight:bold;margin:9px 0}h5{font-size:14px;font-weight:bold;margin:6px 0}h6{font-size:12px;font-weight:bold;margin:3px 0}p{line-height:1.5;margin:9px 0}p.is-lead,.is-lead p{font-size:1.2em;color:#666}ul li,ol li{line-height:1.5}.has-font-size-small,.h-fs-small{font-size:12px}.has-font-size-caption,.h-fs-caption{font-size:14px}.has-font-size-base,.h-fs-base{font-size:16px}.has-font-size-larger,.h-fs-larger{font-size:19px}.has-font-size-subheading,.h-fs-subheading{font-size:22px}.has-font-size-heading,.h-fs-heading{font-size:25px}.has-font-size-subtitle,.h-fs-subtitle{font-size:28px}.has-font-size-title,.h-fs-title{font-size:31px}.has-font-size-display,.h-fs-display{font-size:34px}a:link,a:visited,.link{color:#2980b9;text-decoration:none;transition:all .3s ease;cursor:pointer;font-family:inherit;font-size:inherit;border:none;background-color:transparent;margin:0;padding:0}a:link:hover,a:link:active,a:visited:hover,a:visited:active,.link:hover,.link:active{color:#164666;text-decoration:underline}a:link.is-red,a:visited.is-red,.link.is-red{color:#c30000}a:link.is-red:hover,a:link.is-red:active,a:visited.is-red:hover,a:visited.is-red:active,.link.is-red:hover,.link.is-red:active{color:#760000}a:link.is-teal,a:visited.is-teal,.link.is-teal{color:#265d58}a:link.is-teal:hover,a:link.is-teal:active,a:visited.is-teal:hover,a:visited.is-teal:active,.link.is-teal:hover,.link.is-teal:active{color:#102725}a:link.is-yellow,a:visited.is-yellow,.link.is-yellow{color:#b19002}a:link.is-yellow:hover,a:link.is-yellow:active,a:visited.is-yellow:hover,a:visited.is-yellow:active,.link.is-yellow:hover,.link.is-yellow:active{color:#655301}a:link.is-green,a:visited.is-green,.link.is-green{color:#176437}a:link.is-green:hover,a:link.is-green:active,a:visited.is-green:hover,a:visited.is-green:active,.link.is-green:hover,.link.is-green:active{color:#082615}a:link.is-muted,a:visited.is-muted,.link.is-muted{color:#6a8491}a:link.is-muted:hover,a:visited.is-muted:hover,.link.is-muted:hover{color:#3f4e56}a:link.is-not-underlined:hover,a:visited.is-not-underlined:hover,.link.is-not-underlined:hover{text-decoration:none}a:link.is-underlined,a:visited.is-underlined,.link.is-underlined{text-decoration:underline}.has-font-family-primary,.h-ff-primary{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif}.has-font-family-code,.h-ff-code{font-family:"Consolas","Courier New",monospace}.has-font-weight-normal,.h-fw-normal{font-weight:400}.has-font-weight-medium,.h-fw-medium{font-weight:500}.has-font-weight-bold,.h-fw-bold{font-weight:700}.has-font-weight-black,.h-fw-black{font-weight:900}.has-font-style-normal,.h-fst-normal{font-style:normal}.has-font-style-italic,.h-fst-italic{font-style:italic}.has-text-align-left,.h-ta-left{text-align:left}.has-text-align-center,.h-ta-center{text-align:center}.has-text-align-right,.h-ta-right{text-align:right}.has-text-align-justify,.h-ta-justify{text-align:justify}code{display:inline;border:1px solid #ddd;border-radius:3px;padding:2px 4px;font-family:"Consolas","Courier New",monospace;font-size:.95em}pre{display:block;border:1px solid #ddd;border-radius:3px;padding:8px;font-family:"Consolas","Courier New",monospace;font-size:.95em;max-height:20em;overflow:auto;line-height:1.5}pre code{display:block;border:none;padding:0;font-size:1em}blockquote{margin:4px 0px;padding:8px 12px;background-color:#f8f9f9;border:2px solid #dde1e1;border-radius:12px;border-bottom-left-radius:0}blockquote h1:first-child,blockquote h2:first-child,blockquote h3:first-child,blockquote h4:first-child,blockquote h5:first-child,blockquote h6:first-child,blockquote p:first-child{margin-top:0}blockquote h1:last-child,blockquote h2:last-child,blockquote h3:last-child,blockquote h4:last-child,blockquote h5:last-child,blockquote h6:last-child,blockquote p:last-child{margin-bottom:0}ins,del{padding:1px 3px;margin:0px 2px;border-radius:3px}ins{background-color:#a8ebc4;text-decoration:underline}del{background-color:#ffa9a9;text-decoration:line-through}table.table{border-collapse:collapse;padding:4px;max-width:100%}table.table.is-full-width{width:100%}table.table th{border-bottom:3px solid #ccc;padding:6px 10px;font-weight:600;text-align:left}table.table td{border-bottom:1px solid #ccc;padding:6px 10px;text-align:left}table.table th:not(:last-child),table.table td:not(:last-child){border-right:1px solid #ccc}table.table.is-compact th,table.table.is-compact td{padding:2px 6px}table.table.is-striped tr:nth-of-type(2n+1) td{background-color:#f6f6f6}table.table.is-with-hover tr:hover td{background-color:#eee}img{max-width:100%;height:auto}*{box-sizing:border-box}html,body{margin:0;padding:0}.container{max-width:72rem;margin:0 auto}.grid{display:flex;flex-wrap:wrap;margin:0 -5px;max-width:calc(100% - $grid-column-gap)}.grid.is-nowrap{flex-wrap:nowrap}.grid .grid--cell{flex-grow:0;flex-shrink:0;padding:5px}.grid .grid--cell.is-flexible{flex-grow:1;flex-shrink:1}.grid .grid--cell.is-1{width:8.3333333333%}.grid .grid--cell.is-2{width:16.6666666667%}.grid .grid--cell.is-3{width:25%}.grid .grid--cell.is-4{width:33.3333333333%}.grid .grid--cell.is-5{width:41.6666666667%}.grid .grid--cell.is-6{width:50%}.grid .grid--cell.is-7{width:58.3333333333%}.grid .grid--cell.is-8{width:66.6666666667%}.grid .grid--cell.is-9{width:75%}.grid .grid--cell.is-10{width:83.3333333333%}.grid .grid--cell.is-11{width:91.6666666667%}.grid .grid--cell.is-12{width:100%}@media all and (max-width: 512px){.grid .grid--cell.is-1-sm{width:8.3333333333%}.grid .grid--cell.is-2-sm{width:16.6666666667%}.grid .grid--cell.is-3-sm{width:25%}.grid .grid--cell.is-4-sm{width:33.3333333333%}.grid .grid--cell.is-5-sm{width:41.6666666667%}.grid .grid--cell.is-6-sm{width:50%}.grid .grid--cell.is-7-sm{width:58.3333333333%}.grid .grid--cell.is-8-sm{width:66.6666666667%}.grid .grid--cell.is-9-sm{width:75%}.grid .grid--cell.is-10-sm{width:83.3333333333%}.grid .grid--cell.is-11-sm{width:91.6666666667%}.grid .grid--cell.is-12-sm{width:100%}}@media all and (min-width: 512px)and (max-width: 768px){.grid .grid--cell.is-1-md{width:8.3333333333%}.grid .grid--cell.is-2-md{width:16.6666666667%}.grid .grid--cell.is-3-md{width:25%}.grid .grid--cell.is-4-md{width:33.3333333333%}.grid .grid--cell.is-5-md{width:41.6666666667%}.grid .grid--cell.is-6-md{width:50%}.grid .grid--cell.is-7-md{width:58.3333333333%}.grid .grid--cell.is-8-md{width:66.6666666667%}.grid .grid--cell.is-9-md{width:75%}.grid .grid--cell.is-10-md{width:83.3333333333%}.grid .grid--cell.is-11-md{width:91.6666666667%}.grid .grid--cell.is-12-md{width:100%}}@media all and (min-width: 768px){.grid .grid--cell.is-1-lg{width:8.3333333333%}.grid .grid--cell.is-2-lg{width:16.6666666667%}.grid .grid--cell.is-3-lg{width:25%}.grid .grid--cell.is-4-lg{width:33.3333333333%}.grid .grid--cell.is-5-lg{width:41.6666666667%}.grid .grid--cell.is-6-lg{width:50%}.grid .grid--cell.is-7-lg{width:58.3333333333%}.grid .grid--cell.is-8-lg{width:66.6666666667%}.grid .grid--cell.is-9-lg{width:75%}.grid .grid--cell.is-10-lg{width:83.3333333333%}.grid .grid--cell.is-11-lg{width:91.6666666667%}.grid .grid--cell.is-12-lg{width:100%}}.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=codidact.css.map */ +.header{padding:16px;margin-bottom:16px;background:#fff;color:#000;box-shadow:0 3px 2px 0 rgba(0,0,0,.1);font-weight:600}.header a:link,.header a:visited{color:inherit;display:inline-block;padding:4px 8px;text-decoration:none !important;transition:all .3s ease}.header a:link:hover,.header a:link:active,.header a:visited:hover,.header a:visited:active{color:inherit;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);text-decoration:none}.header .header--container{display:flex;align-items:flex-end;padding:0}.header .header--brand{color:inherit;display:flex;flex-direction:column;align-items:flex-start}.header .header--brand .header--instance-name{font-size:1rem}.header .header--brand .header--site-name{font-size:2.5rem}.header .header--brand+.header--menu{margin-left:24px}.header .header--menu{flex-grow:1;display:flex;justify-content:flex-end;align-items:center;min-height:50px;flex-wrap:wrap}.header .header--menu .header--separator{flex-grow:1}.header .header--menu .header--item{padding:4px 8px;margin:0px 4px;cursor:pointer;font:inherit;color:rgba(0,0,0,.65);background-color:transparent;border:none;display:flex;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important}.header .header--menu .header--item:hover,.header .header--menu .header--item.is-active{color:#000;background-color:transparent}.header .header--menu .header--item.is-mobile-menu{display:none}.header .header--menu .header--item .header--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header .header--menu .header--item.is-complex .header--alert{position:absolute;top:-2px;left:-5px}.header .header--menu .header--item .header--trust-level{color:#fff;font-size:30px;opacity:.9;text-shadow:0 0 1px #000;min-width:1.5em;height:1.5em;padding:2px;display:inline-block;text-align:center;margin:0px 4px;position:absolute;bottom:-2px;right:-7px}.header .header--menu .header--item .header--item-icon,.header .header--menu .header--item .header--item-image{height:40px;width:40px}.header .header--menu .header--item .header--menu-bars{display:flex;flex-direction:column;height:40px;width:40px;justify-content:center;align-items:center}.header .header--menu .header--item .header--menu-bars span{width:2em;height:.333333333em;margin:.166666667em 0;background-color:rgba(0,0,0,.65);transition:all .3s ease}.header .header--menu .header--item:hover .header--menu-bars span,.header .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(0,0,0,.85)}@media all and (max-width: 850px){.header .header--brand .header--site-name{font-size:2rem}.header .header--menu{flex-shrink:0}.header .header--menu .header--item{display:none}.header .header--menu .header--item.is-mobile-menu,.header .header--menu .header--item.is-visible-on-mobile{display:flex}}.header.is-dark{color:#fff;box-shadow:0 3px 2px 0 rgba(0,0,0,.2)}.header.is-dark a:link:hover,.header.is-dark a:link:active,.header.is-dark a:visited:hover,.header.is-dark a:visited:active{box-shadow:0 2px 4px 1px rgba(0,0,0,.5)}.header.is-dark .header--menu .header--item{color:rgba(255,255,255,.65);background-color:transparent}.header.is-dark .header--menu .header--item:hover,.header.is-dark .header--menu .header--item.is-active{color:#fff;background-color:transparent}.header.is-dark .header--menu .header--item .header--alert{background-color:#fff;color:#0025e4}.header.is-dark .header--menu .header--item .header--menu-bars span{margin:.166666667em 0;background-color:rgba(255,255,255,.65)}.header.is-dark .header--menu .header--item:hover .header--menu-bars span,.header.is-dark .header--menu .header--item.is-active .header--menu-bars span{background-color:rgba(255,255,255,.85)}.header.is-small{padding:0}.header.is-small .header--container{align-items:stretch}.header.is-small .header--container .header--menu{align-items:stretch}.header-slide{position:absolute;top:65px;right:20px;width:100%;max-width:300px;background-color:#fff;padding:12px;font-weight:600;border:1px solid #eee;box-shadow:0 3px 2px -2px #ddd;z-index:100;display:none}.header-slide.is-active{display:block}.header-slide a:link,.header-slide a:visited{margin:4px 0px;padding:8px 16px;cursor:pointer;font:inherit;color:#595959;background-color:transparent;border:none;align-items:center;transition:all .3s ease;position:relative;text-decoration:none !important;display:block;width:100%}.header-slide a:link:hover,.header-slide a:link:active,.header-slide a:visited:hover,.header-slide a:visited:active{color:#000;background-color:transparent;box-shadow:0 1.5px 4px 0px #ddd;text-decoration:none}.header-slide a:link.is-active,.header-slide a:visited.is-active{color:#000;background-color:transparent}.header-slide a:link .header-slide--alert,.header-slide a:visited .header-slide--alert{background-color:#0025e4;color:#fff;font-size:13px;min-width:1.5em;height:1.5em;padding:2px 4px;display:inline-block;border-radius:30px;text-align:center;margin:0px 4px}.header-slide .header-slide--separator{border-bottom:1px solid #ddd;margin:4px 0}@media all and (max-width: 330px){.header-slide{left:0 !important;right:0 !important;width:100%;max-width:100%}}.button,a.button:link,a.button:visited{font-size:.9em;font-family:inherit;text-align:center;text-decoration:none !important;cursor:pointer;display:inline-block;background-color:#f1f3ff;color:#001db1;padding:6px 12px;font-weight:500;border-radius:3px;border:1px solid transparent;transition:all .3s ease;margin:2px}.button:hover,a.button:link:hover,a.button:visited:hover{background-color:#e4e8ff;color:#001db1}.button:active,.button.is-active,a.button:link:active,a.button:link.is-active,a.button:visited:active,a.button:visited.is-active{background-color:#cbd3ff;color:#001db1}.button.is-outlined,a.button:link.is-outlined,a.button:visited.is-outlined{background-color:#fff;border-color:#657dff}.button.is-outlined:hover,a.button:link.is-outlined:hover,a.button:visited.is-outlined:hover{background-color:#f1f3ff;border-color:#0029fe}.button.is-outlined:active,.button.is-outlined.is-active,a.button:link.is-outlined:active,a.button:link.is-outlined.is-active,a.button:visited.is-outlined:active,a.button:visited.is-outlined.is-active{background-color:#e4e8ff;border-color:#0021cb}.button.is-filled,a.button:link.is-filled,a.button:visited.is-filled{background-color:#0029fe;color:#fff}.button.is-filled:hover,a.button:link.is-filled:hover,a.button:visited.is-filled:hover{background-color:#0021cb;color:#fff}.button.is-filled:active,.button.is-filled.is-active,a.button:link.is-filled:active,a.button:link.is-filled.is-active,a.button:visited.is-filled:active,a.button:visited.is-filled.is-active{background-color:#001898;color:#fff}.button.is-danger,a.button:link.is-danger,a.button:visited.is-danger{background-color:#ffe9e9;color:#a90000}.button.is-danger:hover,a.button:link.is-danger:hover,a.button:visited.is-danger:hover{background-color:#ffdcdc;color:#a90000}.button.is-danger:active,.button.is-danger.is-active,a.button:link.is-danger:active,a.button:link.is-danger.is-active,a.button:visited.is-danger:active,a.button:visited.is-danger.is-active{background-color:#ffc3c3;color:#a90000}.button.is-danger.is-outlined,a.button:link.is-danger.is-outlined,a.button:visited.is-danger.is-outlined{background-color:transparent;border-color:#ff5d5d}.button.is-danger.is-outlined:hover,a.button:link.is-danger.is-outlined:hover,a.button:visited.is-danger.is-outlined:hover{background-color:#ffe9e9;border-color:#f60000}.button.is-danger.is-outlined:active,.button.is-danger.is-outlined.is-active,a.button:link.is-danger.is-outlined:active,a.button:link.is-danger.is-outlined.is-active,a.button:visited.is-danger.is-outlined:active,a.button:visited.is-danger.is-outlined.is-active{background-color:#ffdcdc;border-color:#c30000}.button.is-danger.is-filled,a.button:link.is-danger.is-filled,a.button:visited.is-danger.is-filled{background-color:#f60000;color:#fff}.button.is-danger.is-filled:hover,a.button:link.is-danger.is-filled:hover,a.button:visited.is-danger.is-filled:hover{background-color:#c30000;color:#fff}.button.is-danger.is-filled:active,.button.is-danger.is-filled.is-active,a.button:link.is-danger.is-filled:active,a.button:link.is-danger.is-filled.is-active,a.button:visited.is-danger.is-filled:active,a.button:visited.is-danger.is-filled.is-active{background-color:#900000;color:#fff}.button.is-muted,a.button:link.is-muted,a.button:visited.is-muted{background-color:#eef1f2;color:#344147}.button.is-muted:hover,a.button:link.is-muted:hover,a.button:visited.is-muted:hover{background-color:#e6ebed;color:#344147}.button.is-muted:active,.button.is-muted.is-active,a.button:link.is-muted:active,a.button:link.is-muted.is-active,a.button:visited.is-muted:active,a.button:visited.is-muted.is-active{background-color:#d8dfe2;color:#344147}.button.is-muted.is-outlined,a.button:link.is-muted.is-outlined,a.button:visited.is-muted.is-outlined{background-color:transparent;border-color:#879ca7}.button.is-muted.is-outlined:hover,a.button:link.is-muted.is-outlined:hover,a.button:visited.is-muted.is-outlined:hover{background-color:#eef1f2;border-color:#546973}.button.is-muted.is-outlined:active,.button.is-muted.is-outlined.is-active,a.button:link.is-muted.is-outlined:active,a.button:link.is-muted.is-outlined.is-active,a.button:visited.is-muted.is-outlined:active,a.button:visited.is-muted.is-outlined.is-active{background-color:#dfe5e8;border-color:#3f4e56}.button.is-muted.is-filled,a.button:link.is-muted.is-filled,a.button:visited.is-muted.is-filled{background-color:#5f7682;color:#fff}.button.is-muted.is-filled:hover,a.button:link.is-muted.is-filled:hover,a.button:visited.is-muted.is-filled:hover{background-color:#4a5b64;color:#fff}.button.is-muted.is-filled:active,.button.is-muted.is-filled.is-active,a.button:link.is-muted.is-filled:active,a.button:link.is-muted.is-filled.is-active,a.button:visited.is-muted.is-filled:active,a.button:visited.is-muted.is-filled.is-active{background-color:#344147;color:#fff}.button.is-small,a.button:link.is-small,a.button:visited.is-small{font-size:.8em;padding:4px 8px}.button.is-medium,a.button:link.is-medium,a.button:visited.is-medium{font-size:1em;padding:7px 14px}.button.is-large,a.button:link.is-large,a.button:visited.is-large{font-size:1.1em;padding:8px 16px}.button.is-very-large,a.button:link.is-very-large,a.button:visited.is-very-large{font-size:1.2em;padding:9px 18px}.button.is-extremely-large,a.button:link.is-extremely-large,a.button:visited.is-extremely-large{font-size:1.4em;padding:10px 20px}.button.is-close-button,a.button:link.is-close-button,a.button:visited.is-close-button{background-color:transparent;color:#aaa;font-size:25px !important;padding:2px 8px;line-height:1;margin-top:-4px}.button.is-close-button:hover,.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:hover,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:hover,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{color:#333}.button.is-close-button:active,.button.is-close-button.is-active,a.button:link.is-close-button:active,a.button:link.is-close-button.is-active,a.button:visited.is-close-button:active,a.button:visited.is-close-button.is-active{background-color:rgba(0,0,0,.05)}.modal--header-button .button.is-close-button,.widget--header-button .button.is-close-button{margin-top:0}.notice .is-close-button{float:right}.button-list{display:flex;flex-wrap:wrap}.button-list.is-gutterless .button{border-radius:0;margin:0;position:relative;margin-right:-1px;z-index:0}.button-list.is-gutterless .button:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-list.is-gutterless .button:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:0}.button-list.is-gutterless .button:hover,.button-list.is-gutterless .button:active,.button-list.is-gutterless .button.is-active{z-index:2}.button.is-icon-only-button{background-color:transparent !important;color:#95a8b2;padding:3px;line-height:1;font-size:1em;min-width:1.5em;min-height:1.5em;text-align:center}.button.is-icon-only-button.is-small{font-size:.8em}.button.is-icon-only-button.is-medium{font-size:1em}.button.is-icon-only-button.is-large{font-size:1.1em}.button.is-icon-only-button.is-very-large{font-size:1.2em}.button.is-icon-only-button.is-extremely-large{font-size:1.4em}.button.is-icon-only-button:hover{color:#3253ff}.button.is-icon-only-button:active,.button.is-icon-only-button.is-active{color:#0025e4}.button.is-icon-only-button.is-danger{color:#ff9090}.button.is-icon-only-button.is-danger:hover{color:#ff2a2a}.button.is-icon-only-button.is-danger:active,.button.is-icon-only-button.is-danger.is-active{color:#dc0000}.button.is-icon-only-button.is-muted{color:#abbac2}.button.is-icon-only-button.is-muted:hover{color:#6a8491}.button.is-icon-only-button.is-muted:active,.button.is-icon-only-button.is-muted.is-active{color:#4a5b64}.button.is-icon-only-button:active:not(:hover),.button.is-icon-only-button.is-active:not(:hover){background:transparent}.tabs{padding:0px;display:flex;flex-wrap:wrap}.tabs .tabs--item{display:block;font-weight:600;color:#666;text-decoration:none !important;padding:6px 10px;margin:2px}.tabs .tabs--item:hover{background-color:#e4e8ff;color:#001898}.tabs .tabs--item.is-active{background-color:#0025e4;color:#fff}.tabs.is-classic-tabs{border-bottom:3px solid #0025e4}.tabs.is-classic-tabs .tabs--item{margin-bottom:0}.menu{padding:0px;display:flex;flex-direction:column}.menu .menu--heading{display:block;font-weight:600;color:#333;text-decoration:none !important;padding:6px 10px;margin:6px 2px;border-radius:.25em;font-variant:small-caps;font-size:1rem}.menu a.menu--heading:hover{background-color:#e4e8ff;color:#001898}.menu a.menu--heading.is-active{background-color:#0025e4;color:#fff}.menu .menu--item{display:block;font-weight:500;color:#666;text-decoration:none !important;padding:10px 10px;margin:2px 2px;border-radius:.25em;font-size:.9rem}.menu .menu--item:hover{background-color:#e4e8ff;color:#001898}.menu .menu--item.is-active{background-color:#0025e4;color:#fff}label.form-element{cursor:pointer;display:block;margin:4px 0px;font-size:1em;font-weight:500;color:#444}.form-caption{color:#6a8491;font-size:14px;margin-top:-4px;margin-bottom:8px}input.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}input.form-element:focus{border-color:#b3c0c7}input.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;resize:none;display:block;width:100%;min-height:8em}textarea.form-element:focus{border-color:#b3c0c7}textarea.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}textarea.form-element.is-small{min-height:4em}textarea.form-element.is-large{min-height:16em}input[type=radio].form-radio-element,input[type=checkbox].form-checkbox-element{margin:4px;display:inline-block;cursor:pointer}select.form-element{font:inherit;font-weight:500;padding:8px;margin:4px 0px;cursor:pointer;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element option{font:inherit}select.form-element:focus{border-color:#b3c0c7}select.form-element.is-danger{border-color:#ffa9a9;background-color:#fff6f6}select.form-element[multiple]{font:inherit;font-weight:500;padding:4px;margin:4px 0px;cursor:inherit;border:1px solid #dfe5e8;background-color:#fcfdfd;border-radius:3px;display:block;width:100%}select.form-element[multiple] option{font:inherit;padding:4px;cursor:pointer;border-radius:3px}select.form-element[multiple]:focus{border-color:#b3c0c7}select.form-element[multiple].is-danger{border-color:#ffa9a9;background-color:#fff6f6}.notice{margin:4px 0px;padding:16px;border-radius:3px;border:1px solid #b3c0c7;background-color:#eef1f2}.notice.is-filled{border-color:transparent;color:#fff;background-color:#1e262a}.notice.is-warning{border-color:#fee781;background-color:#fffae6}.notice.is-warning.is-filled{border-color:transparent;background-color:#b19002}.notice.is-danger{border-color:#ff8383;background-color:#ffe9e9}.notice.is-danger.is-filled{border-color:transparent;background-color:#b60000}.notice.is-success{border-color:#88e4af;background-color:#dcf7e7}.notice.is-success.is-filled{border-color:transparent;background-color:#1e8349}.notice.is-info{border-color:#95d4ce;background-color:#def1ef}.notice.is-info.is-filled{border-color:transparent;background-color:#2e6f69}.notice.is-banner{border-left:none;border-right:none;margin:0;border-radius:0}.notice :first-child{margin-top:0}.notice .is-close-button:first-child{margin-top:-4px}.notice .is-close-button:first-child+*{margin-top:0}.notice :last-child{margin-bottom:0}.header+.notice.is-banner{margin-top:-16px;margin-bottom:16px}.widget{border:1px solid #d0d9dd;border-radius:3px;box-shadow:0 3px 5px -2px #eee;margin:8px 0px;background-color:#fff}.widget .widget--header{padding:12px;font-size:1.2em;font-weight:400;border-bottom:1px solid #d0d9dd}.widget .widget--header.is-complex{font-size:1em}.widget .widget--header .widget--header-link{float:right;font-size:.8em;padding:3px 4px}.widget .widget--header .widget--header-button{float:right;font-size:.8em;position:relative;top:-6.6666666667px}.widget .widget--body{padding:12px}.widget .widget--body+.widget--body{border-top:1px solid #d0d9dd}.widget .widget--footer{padding:12px;border-top:1px solid #d0d9dd}.modal{position:absolute;width:100%;min-height:100%;top:0;left:0;padding:48px;pointer-events:none;display:none}.modal.is-active{display:block}.modal.is-with-backdrop{background-color:rgba(0,0,0,.5);position:fixed;height:100%;pointer-events:all}.modal.is-with-backdrop .modal--container{box-shadow:0 3px 5px -3px #666;max-height:100%}.modal .modal--container{margin:0 auto;max-width:48rem;width:100%;pointer-events:all;background-color:#fff;box-shadow:0 3px 5px -3px #666;border:1px solid #b3c0c7;display:flex;flex-direction:column}.modal .modal--container .modal--header{padding:12px;font-size:1.4em;border-bottom:1px solid #d0d9dd;font-weight:600}.modal .modal--container .modal--header .modal--header-link{float:right;font-size:.8rem;padding:3px 4px}.modal .modal--container .modal--header .modal--header-button{float:right;font-size:.8rem;margin:0}.modal .modal--container .modal--body{padding:16px;max-height:32rem;overflow-y:auto}.modal .modal--container .modal--footer{padding:12px;border-top:1px solid #d0d9dd}.modal.is-large .modal--container{max-width:72em}.modal.is-large .modal--container .modal--body{max-height:48rem}.modal.is-small .modal--container{max-width:24em}.modal.is-small .modal--container .modal--body{max-height:16rem}.modal.is-danger .modal--header,.modal.is-danger .modal--container,.modal.is-danger .modal--footer{border-color:#ff9090}.modal.is-danger .modal--header{color:#c30000;background-color:#fff6f6}@media all and (max-width: 512px){.modal{padding:0;position:fixed;top:0 !important}.modal .modal--container{height:100vh}.modal .modal--header,.modal .modal--foter{flex-shrink:0}.modal .modal--body{flex-grow:1;overflow:auto}}.item-list{display:flex;flex-direction:column;align-items:stretch}.item-list .item-list--item{display:flex;align-items:center;border-bottom:1px solid #d0d9dd}.item-list .item-list--item.is-highlighted{background-color:#f1f3ff}.item-list .item-list--item .item-list--number-value{padding:2px;margin:2px;height:60px;width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--number-value .item-list--number{font-size:25px;color:#222}.item-list .item-list--item .item-list--number-value .item-list--number-label{font-size:14px;color:#666}.item-list .item-list--item .item-list--text-value{padding:4px;margin:4px;min-height:60px;width:200px;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-list .item-list--item .item-list--text-value.is-primary{align-items:flex-start}.item-list .item-list--item .item-list--image-value{padding:0px;margin:2px;height:40px;width:40px}.item-list .item-list--item .item-list--image-value img{border-radius:50%}.item-list .item-list--item .is-primary{flex-grow:1}@media all and (max-width: 512px){.item-list .item-list--item{flex-wrap:wrap;justify-content:center}.item-list .item-list--item>.is-primary{width:100%;height:auto;margin:0px 8px}.item-list .item-list--item>:not(.is-primary){font-size:.9em;margin:2px 4px}.item-list .item-list--item>:not(.is-primary).item-list--image-value{margin:4px 2px}.item-list .item-list--item>:not(.is-primary).item-list--text-value{height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value{flex-direction:row;height:auto;width:auto}.item-list .item-list--item>:not(.is-primary).item-list--number-value .item-list--number{font-size:18px;margin:0px 2px}}.badge.is-tag{display:inline-block;font-size:14px;padding:4px 8px;font-weight:500;color:#001898;background-color:#e4e8ff;border-radius:3px}.badge.is-tag.is-master-tag,.badge.is-tag.is-filled{color:#fff;background-color:#001db1}.badge.is-tag.is-red{background-color:#ffc3c3;color:#900000}.badge.is-tag.is-red.is-master-tag,.badge.is-tag.is-red.is-filled{background-color:#dc0000;color:#fff}.badge.is-tag.is-teal{background-color:#a7dbd6;color:#173936}.badge.is-tag.is-teal.is-master-tag,.badge.is-tag.is-teal.is-filled{background-color:#2e6f69;color:#fff}.badge.is-tag.is-yellow{background-color:#fef0b3;color:#7e6701}.badge.is-tag.is-yellow.is-master-tag,.badge.is-tag.is-yellow.is-filled{background-color:#caa502;color:#fff}.badge.is-tag.is-green{background-color:#93e7b6;color:#0d3a20}.badge.is-tag.is-green.is-master-tag,.badge.is-tag.is-green.is-filled{background-color:#1b7943;color:#fff}.badge.is-tag.is-muted{background-color:#c2ccd2;color:#293338}.badge.is-tag.is-muted.is-master-tag,.badge.is-tag.is-muted.is-filled{background-color:#4a5b64;color:#fff}a.badge.is-tag:hover{text-decoration:none !important;background-color:#cbd3ff}a.badge.is-tag:hover.is-master-tag,a.badge.is-tag:hover.is-filled{color:#fff;background-color:#001898}a.badge.is-tag:hover.is-red{background-color:#ffa9a9}a.badge.is-tag:hover.is-red.is-master-tag,a.badge.is-tag:hover.is-red.is-filled{background-color:#c30000;color:#fff}a.badge.is-tag:hover.is-teal{background-color:#95d4ce}a.badge.is-tag:hover.is-teal.is-master-tag,a.badge.is-tag:hover.is-teal.is-filled{background-color:#265d58;color:#fff}a.badge.is-tag:hover.is-yellow{background-color:#feec9a}a.badge.is-tag:hover.is-yellow.is-master-tag,a.badge.is-tag:hover.is-yellow.is-filled{background-color:#b19002;color:#fff}a.badge.is-tag:hover.is-green{background-color:#7ee2a8}a.badge.is-tag:hover.is-green.is-master-tag,a.badge.is-tag:hover.is-green.is-filled{background-color:#176437;color:#fff}a.badge.is-tag:hover.is-muted{background-color:#b3c0c7}a.badge.is-tag:hover.is-muted.is-master-tag,a.badge.is-tag:hover.is-muted.is-filled{background-color:#3f4e56;color:#fff}.badge.is-award{display:inline-block;padding:4px 8px;font-weight:500;font-size:16px;color:#3f4e56;background-color:#eef1f2;border:1px solid #dfe5e8;border-radius:3px}.badge.is-award .badge--icon{margin-right:4px}.badge.is-award.is-gold .badge--icon{color:#cc0}.badge.is-award.is-silver .badge--icon{color:#ccc}.badge.is-award.is-bronze .badge--icon{color:#c73}.badge.is-award:hover{text-decoration:none}.badge.is-user-role{display:inline-block;font-size:.75em;padding:3px 6px;border-radius:2px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-role.is-muted{background-color:#d0d9dd;color:#344147}.badge.is-user-trust-level{display:inline-block;font-size:14px;min-width:20px;text-align:center;padding:1px 6px;border-radius:20px;background-color:#0025e4;color:#fff;font-weight:700}.badge.is-user-trust-level.is-muted{background-color:#d0d9dd;color:#344147}.footer{padding:16px;border-top:1px solid #ddd;color:#666;margin-top:8px}.footer.is-inverted{border-top:none;background-color:#f6f6f6}.has-padding-0,.h-p-0{padding:0px}.has-margin-0,.h-m-0{margin:0px}.has-padding-1,.h-p-1{padding:4px}.has-margin-1,.h-m-1{margin:4px}.has-padding-2,.h-p-2{padding:8px}.has-margin-2,.h-m-2{margin:8px}.has-padding-4,.h-p-4{padding:16px}.has-margin-4,.h-m-4{margin:16px}.has-padding-6,.h-p-6{padding:24px}.has-margin-6,.h-m-6{margin:24px}.has-padding-8,.h-p-8{padding:32px}.has-margin-8,.h-m-8{margin:32px}.has-padding-12,.h-p-12{padding:48px}.has-margin-12,.h-m-12{margin:48px}.has-padding-16,.h-p-16{padding:64px}.has-margin-16,.h-m-16{margin:64px}.has-padding-18,.h-p-18{padding:72px}.has-margin-18,.h-m-18{margin:72px}.has-padding-24,.h-p-24{padding:96px}.has-margin-24,.h-m-24{margin:96px}.has-padding-32,.h-p-32{padding:128px}.has-margin-32,.h-m-32{margin:128px}.has-padding-36,.h-p-36{padding:144px}.has-margin-36,.h-m-36{margin:144px}.has-padding-top-0,.h-p-t-0{padding-top:0px}.has-padding-right-0,.h-p-r-0{padding-right:0px}.has-padding-bottom-0,.h-p-b-0{padding-bottom:0px}.has-padding-left-0,.h-p-l-0{padding-left:0px}.has-padding-vertical-0,.h-p-v-0{padding-top:0px;padding-bottom:0px}.has-padding-horizontal-0,.h-p-h-0{padding-right:0px;padding-left:0px}.has-margin-top-0,.h-m-t-0{margin-top:0px}.has-margin-right-0,.h-m-r-0{margin-right:0px}.has-margin-bottom-0,.h-m-b-0{margin-bottom:0px}.has-margin-left-0,.h-m-l-0{margin-left:0px}.has-margin-vertical-0,.h-m-v-0{margin-top:0px;margin-bottom:0px}.has-margin-horizontal-0,.h-m-h-0{margin-right:0px;margin-left:0px}.has-padding-top-1,.h-p-t-1{padding-top:4px}.has-padding-right-1,.h-p-r-1{padding-right:4px}.has-padding-bottom-1,.h-p-b-1{padding-bottom:4px}.has-padding-left-1,.h-p-l-1{padding-left:4px}.has-padding-vertical-1,.h-p-v-1{padding-top:4px;padding-bottom:4px}.has-padding-horizontal-1,.h-p-h-1{padding-right:4px;padding-left:4px}.has-margin-top-1,.h-m-t-1{margin-top:4px}.has-margin-right-1,.h-m-r-1{margin-right:4px}.has-margin-bottom-1,.h-m-b-1{margin-bottom:4px}.has-margin-left-1,.h-m-l-1{margin-left:4px}.has-margin-vertical-1,.h-m-v-1{margin-top:4px;margin-bottom:4px}.has-margin-horizontal-1,.h-m-h-1{margin-right:4px;margin-left:4px}.has-padding-top-2,.h-p-t-2{padding-top:8px}.has-padding-right-2,.h-p-r-2{padding-right:8px}.has-padding-bottom-2,.h-p-b-2{padding-bottom:8px}.has-padding-left-2,.h-p-l-2{padding-left:8px}.has-padding-vertical-2,.h-p-v-2{padding-top:8px;padding-bottom:8px}.has-padding-horizontal-2,.h-p-h-2{padding-right:8px;padding-left:8px}.has-margin-top-2,.h-m-t-2{margin-top:8px}.has-margin-right-2,.h-m-r-2{margin-right:8px}.has-margin-bottom-2,.h-m-b-2{margin-bottom:8px}.has-margin-left-2,.h-m-l-2{margin-left:8px}.has-margin-vertical-2,.h-m-v-2{margin-top:8px;margin-bottom:8px}.has-margin-horizontal-2,.h-m-h-2{margin-right:8px;margin-left:8px}.has-padding-top-4,.h-p-t-4{padding-top:16px}.has-padding-right-4,.h-p-r-4{padding-right:16px}.has-padding-bottom-4,.h-p-b-4{padding-bottom:16px}.has-padding-left-4,.h-p-l-4{padding-left:16px}.has-padding-vertical-4,.h-p-v-4{padding-top:16px;padding-bottom:16px}.has-padding-horizontal-4,.h-p-h-4{padding-right:16px;padding-left:16px}.has-margin-top-4,.h-m-t-4{margin-top:16px}.has-margin-right-4,.h-m-r-4{margin-right:16px}.has-margin-bottom-4,.h-m-b-4{margin-bottom:16px}.has-margin-left-4,.h-m-l-4{margin-left:16px}.has-margin-vertical-4,.h-m-v-4{margin-top:16px;margin-bottom:16px}.has-margin-horizontal-4,.h-m-h-4{margin-right:16px;margin-left:16px}.has-padding-top-6,.h-p-t-6{padding-top:24px}.has-padding-right-6,.h-p-r-6{padding-right:24px}.has-padding-bottom-6,.h-p-b-6{padding-bottom:24px}.has-padding-left-6,.h-p-l-6{padding-left:24px}.has-padding-vertical-6,.h-p-v-6{padding-top:24px;padding-bottom:24px}.has-padding-horizontal-6,.h-p-h-6{padding-right:24px;padding-left:24px}.has-margin-top-6,.h-m-t-6{margin-top:24px}.has-margin-right-6,.h-m-r-6{margin-right:24px}.has-margin-bottom-6,.h-m-b-6{margin-bottom:24px}.has-margin-left-6,.h-m-l-6{margin-left:24px}.has-margin-vertical-6,.h-m-v-6{margin-top:24px;margin-bottom:24px}.has-margin-horizontal-6,.h-m-h-6{margin-right:24px;margin-left:24px}.has-padding-top-8,.h-p-t-8{padding-top:32px}.has-padding-right-8,.h-p-r-8{padding-right:32px}.has-padding-bottom-8,.h-p-b-8{padding-bottom:32px}.has-padding-left-8,.h-p-l-8{padding-left:32px}.has-padding-vertical-8,.h-p-v-8{padding-top:32px;padding-bottom:32px}.has-padding-horizontal-8,.h-p-h-8{padding-right:32px;padding-left:32px}.has-margin-top-8,.h-m-t-8{margin-top:32px}.has-margin-right-8,.h-m-r-8{margin-right:32px}.has-margin-bottom-8,.h-m-b-8{margin-bottom:32px}.has-margin-left-8,.h-m-l-8{margin-left:32px}.has-margin-vertical-8,.h-m-v-8{margin-top:32px;margin-bottom:32px}.has-margin-horizontal-8,.h-m-h-8{margin-right:32px;margin-left:32px}.has-padding-top-12,.h-p-t-12{padding-top:48px}.has-padding-right-12,.h-p-r-12{padding-right:48px}.has-padding-bottom-12,.h-p-b-12{padding-bottom:48px}.has-padding-left-12,.h-p-l-12{padding-left:48px}.has-padding-vertical-12,.h-p-v-12{padding-top:48px;padding-bottom:48px}.has-padding-horizontal-12,.h-p-h-12{padding-right:48px;padding-left:48px}.has-margin-top-12,.h-m-t-12{margin-top:48px}.has-margin-right-12,.h-m-r-12{margin-right:48px}.has-margin-bottom-12,.h-m-b-12{margin-bottom:48px}.has-margin-left-12,.h-m-l-12{margin-left:48px}.has-margin-vertical-12,.h-m-v-12{margin-top:48px;margin-bottom:48px}.has-margin-horizontal-12,.h-m-h-12{margin-right:48px;margin-left:48px}.has-padding-top-16,.h-p-t-16{padding-top:64px}.has-padding-right-16,.h-p-r-16{padding-right:64px}.has-padding-bottom-16,.h-p-b-16{padding-bottom:64px}.has-padding-left-16,.h-p-l-16{padding-left:64px}.has-padding-vertical-16,.h-p-v-16{padding-top:64px;padding-bottom:64px}.has-padding-horizontal-16,.h-p-h-16{padding-right:64px;padding-left:64px}.has-margin-top-16,.h-m-t-16{margin-top:64px}.has-margin-right-16,.h-m-r-16{margin-right:64px}.has-margin-bottom-16,.h-m-b-16{margin-bottom:64px}.has-margin-left-16,.h-m-l-16{margin-left:64px}.has-margin-vertical-16,.h-m-v-16{margin-top:64px;margin-bottom:64px}.has-margin-horizontal-16,.h-m-h-16{margin-right:64px;margin-left:64px}.has-padding-top-18,.h-p-t-18{padding-top:72px}.has-padding-right-18,.h-p-r-18{padding-right:72px}.has-padding-bottom-18,.h-p-b-18{padding-bottom:72px}.has-padding-left-18,.h-p-l-18{padding-left:72px}.has-padding-vertical-18,.h-p-v-18{padding-top:72px;padding-bottom:72px}.has-padding-horizontal-18,.h-p-h-18{padding-right:72px;padding-left:72px}.has-margin-top-18,.h-m-t-18{margin-top:72px}.has-margin-right-18,.h-m-r-18{margin-right:72px}.has-margin-bottom-18,.h-m-b-18{margin-bottom:72px}.has-margin-left-18,.h-m-l-18{margin-left:72px}.has-margin-vertical-18,.h-m-v-18{margin-top:72px;margin-bottom:72px}.has-margin-horizontal-18,.h-m-h-18{margin-right:72px;margin-left:72px}.has-padding-top-24,.h-p-t-24{padding-top:96px}.has-padding-right-24,.h-p-r-24{padding-right:96px}.has-padding-bottom-24,.h-p-b-24{padding-bottom:96px}.has-padding-left-24,.h-p-l-24{padding-left:96px}.has-padding-vertical-24,.h-p-v-24{padding-top:96px;padding-bottom:96px}.has-padding-horizontal-24,.h-p-h-24{padding-right:96px;padding-left:96px}.has-margin-top-24,.h-m-t-24{margin-top:96px}.has-margin-right-24,.h-m-r-24{margin-right:96px}.has-margin-bottom-24,.h-m-b-24{margin-bottom:96px}.has-margin-left-24,.h-m-l-24{margin-left:96px}.has-margin-vertical-24,.h-m-v-24{margin-top:96px;margin-bottom:96px}.has-margin-horizontal-24,.h-m-h-24{margin-right:96px;margin-left:96px}.has-padding-top-32,.h-p-t-32{padding-top:128px}.has-padding-right-32,.h-p-r-32{padding-right:128px}.has-padding-bottom-32,.h-p-b-32{padding-bottom:128px}.has-padding-left-32,.h-p-l-32{padding-left:128px}.has-padding-vertical-32,.h-p-v-32{padding-top:128px;padding-bottom:128px}.has-padding-horizontal-32,.h-p-h-32{padding-right:128px;padding-left:128px}.has-margin-top-32,.h-m-t-32{margin-top:128px}.has-margin-right-32,.h-m-r-32{margin-right:128px}.has-margin-bottom-32,.h-m-b-32{margin-bottom:128px}.has-margin-left-32,.h-m-l-32{margin-left:128px}.has-margin-vertical-32,.h-m-v-32{margin-top:128px;margin-bottom:128px}.has-margin-horizontal-32,.h-m-h-32{margin-right:128px;margin-left:128px}.has-padding-top-36,.h-p-t-36{padding-top:144px}.has-padding-right-36,.h-p-r-36{padding-right:144px}.has-padding-bottom-36,.h-p-b-36{padding-bottom:144px}.has-padding-left-36,.h-p-l-36{padding-left:144px}.has-padding-vertical-36,.h-p-v-36{padding-top:144px;padding-bottom:144px}.has-padding-horizontal-36,.h-p-h-36{padding-right:144px;padding-left:144px}.has-margin-top-36,.h-m-t-36{margin-top:144px}.has-margin-right-36,.h-m-r-36{margin-right:144px}.has-margin-bottom-36,.h-m-b-36{margin-bottom:144px}.has-margin-left-36,.h-m-l-36{margin-left:144px}.has-margin-vertical-36,.h-m-v-36{margin-top:144px;margin-bottom:144px}.has-margin-horizontal-36,.h-m-h-36{margin-right:144px;margin-left:144px}.has-border-width-0,.h-bw-0{border-width:0px}.has-border-width-1,.h-bw-1{border-width:1px}.has-border-width-2,.h-bw-2{border-width:2px}.has-border-width-3,.h-bw-3{border-width:3px}.has-border-width-4,.h-bw-4{border-width:4px}.has-border-width-5,.h-bw-5{border-width:5px}.has-border-width-6,.h-bw-6{border-width:6px}.has-border-width-7,.h-bw-7{border-width:7px}.has-border-width-8,.h-bw-8{border-width:8px}.has-border-width-9,.h-bw-9{border-width:9px}.has-border-width-10,.h-bw-10{border-width:10px}.has-border-top-width-0,.h-bw-t-0{border-top-width:0px}.has-border-right-width-0,.h-bw-r-0{border-right-width:0px}.has-border-bottom-width-0,.h-bw-b-0{border-bottom-width:0px}.has-border-left-width-0,.h-bw-l-0{border-left-width:0px}.has-border-top-width-1,.h-bw-t-1{border-top-width:1px}.has-border-right-width-1,.h-bw-r-1{border-right-width:1px}.has-border-bottom-width-1,.h-bw-b-1{border-bottom-width:1px}.has-border-left-width-1,.h-bw-l-1{border-left-width:1px}.has-border-top-width-2,.h-bw-t-2{border-top-width:2px}.has-border-right-width-2,.h-bw-r-2{border-right-width:2px}.has-border-bottom-width-2,.h-bw-b-2{border-bottom-width:2px}.has-border-left-width-2,.h-bw-l-2{border-left-width:2px}.has-border-top-width-3,.h-bw-t-3{border-top-width:3px}.has-border-right-width-3,.h-bw-r-3{border-right-width:3px}.has-border-bottom-width-3,.h-bw-b-3{border-bottom-width:3px}.has-border-left-width-3,.h-bw-l-3{border-left-width:3px}.has-border-top-width-4,.h-bw-t-4{border-top-width:4px}.has-border-right-width-4,.h-bw-r-4{border-right-width:4px}.has-border-bottom-width-4,.h-bw-b-4{border-bottom-width:4px}.has-border-left-width-4,.h-bw-l-4{border-left-width:4px}.has-border-top-width-5,.h-bw-t-5{border-top-width:5px}.has-border-right-width-5,.h-bw-r-5{border-right-width:5px}.has-border-bottom-width-5,.h-bw-b-5{border-bottom-width:5px}.has-border-left-width-5,.h-bw-l-5{border-left-width:5px}.has-border-top-width-6,.h-bw-t-6{border-top-width:6px}.has-border-right-width-6,.h-bw-r-6{border-right-width:6px}.has-border-bottom-width-6,.h-bw-b-6{border-bottom-width:6px}.has-border-left-width-6,.h-bw-l-6{border-left-width:6px}.has-border-top-width-7,.h-bw-t-7{border-top-width:7px}.has-border-right-width-7,.h-bw-r-7{border-right-width:7px}.has-border-bottom-width-7,.h-bw-b-7{border-bottom-width:7px}.has-border-left-width-7,.h-bw-l-7{border-left-width:7px}.has-border-top-width-8,.h-bw-t-8{border-top-width:8px}.has-border-right-width-8,.h-bw-r-8{border-right-width:8px}.has-border-bottom-width-8,.h-bw-b-8{border-bottom-width:8px}.has-border-left-width-8,.h-bw-l-8{border-left-width:8px}.has-border-top-width-9,.h-bw-t-9{border-top-width:9px}.has-border-right-width-9,.h-bw-r-9{border-right-width:9px}.has-border-bottom-width-9,.h-bw-b-9{border-bottom-width:9px}.has-border-left-width-9,.h-bw-l-9{border-left-width:9px}.has-border-top-width-10,.h-bw-t-10{border-top-width:10px}.has-border-right-width-10,.h-bw-r-10{border-right-width:10px}.has-border-bottom-width-10,.h-bw-b-10{border-bottom-width:10px}.has-border-left-width-10,.h-bw-l-10{border-left-width:10px}.has-border-style-solid,.h-bs-solid{border-style:solid}.has-border-style-none,.h-bs-none{border-style:none}.has-border-style-dotted,.h-bs-dotted{border-style:dotted}.has-border-style-dashed,.h-bs-dashed{border-style:dashed}.has-border-style-double,.h-bs-double{border-style:double}.has-border-top-style-solid,.h-bs-t-solid{border-top-style:solid}.has-border-right-style-solid,.h-bs-r-solid{border-right-style:solid}.has-border-bottom-style-solid,.h-bs-b-solid{border-bottom-style:solid}.has-border-left-style-solid,.h-bs-l-solid{border-left-style:solid}.has-border-top-style-none,.h-bs-t-none{border-top-style:none}.has-border-right-style-none,.h-bs-r-none{border-right-style:none}.has-border-bottom-style-none,.h-bs-b-none{border-bottom-style:none}.has-border-left-style-none,.h-bs-l-none{border-left-style:none}.has-border-top-style-dotted,.h-bs-t-dotted{border-top-style:dotted}.has-border-right-style-dotted,.h-bs-r-dotted{border-right-style:dotted}.has-border-bottom-style-dotted,.h-bs-b-dotted{border-bottom-style:dotted}.has-border-left-style-dotted,.h-bs-l-dotted{border-left-style:dotted}.has-border-top-style-dashed,.h-bs-t-dashed{border-top-style:dashed}.has-border-right-style-dashed,.h-bs-r-dashed{border-right-style:dashed}.has-border-bottom-style-dashed,.h-bs-b-dashed{border-bottom-style:dashed}.has-border-left-style-dashed,.h-bs-l-dashed{border-left-style:dashed}.has-border-top-style-double,.h-bs-t-double{border-top-style:double}.has-border-right-style-double,.h-bs-r-double{border-right-style:double}.has-border-bottom-style-double,.h-bs-b-double{border-bottom-style:double}.has-border-left-style-double,.h-bs-l-double{border-left-style:double}.has-border-radius-0,.h-br-0{border-radius:0px}.has-border-radius-1,.h-br-1{border-radius:1px}.has-border-radius-2,.h-br-2{border-radius:2px}.has-border-radius-3,.h-br-3{border-radius:3px}.has-border-radius-4,.h-br-4{border-radius:4px}.has-border-radius-5,.h-br-5{border-radius:5px}.has-border-radius-6,.h-br-6{border-radius:6px}.has-border-radius-7,.h-br-7{border-radius:7px}.has-border-radius-8,.h-br-8{border-radius:8px}.has-border-radius-9,.h-br-9{border-radius:9px}.has-border-radius-10,.h-br-10{border-radius:10px}.has-border-top-left-radius-0,.h-br-tl-0{border-top-left-radius:0px}.has-border-top-right-radius-0,.h-br-tr-0{border-top-right-radius:0px}.has-border-bottom-left-radius-0,.h-br-bl-0{border-bottom-left-radius:0px}.has-border-bottom-right-radius-0,.h-br-br-0{border-bottom-right-radius:0px}.has-border-top-left-radius-1,.h-br-tl-1{border-top-left-radius:1px}.has-border-top-right-radius-1,.h-br-tr-1{border-top-right-radius:1px}.has-border-bottom-left-radius-1,.h-br-bl-1{border-bottom-left-radius:1px}.has-border-bottom-right-radius-1,.h-br-br-1{border-bottom-right-radius:1px}.has-border-top-left-radius-2,.h-br-tl-2{border-top-left-radius:2px}.has-border-top-right-radius-2,.h-br-tr-2{border-top-right-radius:2px}.has-border-bottom-left-radius-2,.h-br-bl-2{border-bottom-left-radius:2px}.has-border-bottom-right-radius-2,.h-br-br-2{border-bottom-right-radius:2px}.has-border-top-left-radius-3,.h-br-tl-3{border-top-left-radius:3px}.has-border-top-right-radius-3,.h-br-tr-3{border-top-right-radius:3px}.has-border-bottom-left-radius-3,.h-br-bl-3{border-bottom-left-radius:3px}.has-border-bottom-right-radius-3,.h-br-br-3{border-bottom-right-radius:3px}.has-border-top-left-radius-4,.h-br-tl-4{border-top-left-radius:4px}.has-border-top-right-radius-4,.h-br-tr-4{border-top-right-radius:4px}.has-border-bottom-left-radius-4,.h-br-bl-4{border-bottom-left-radius:4px}.has-border-bottom-right-radius-4,.h-br-br-4{border-bottom-right-radius:4px}.has-border-top-left-radius-5,.h-br-tl-5{border-top-left-radius:5px}.has-border-top-right-radius-5,.h-br-tr-5{border-top-right-radius:5px}.has-border-bottom-left-radius-5,.h-br-bl-5{border-bottom-left-radius:5px}.has-border-bottom-right-radius-5,.h-br-br-5{border-bottom-right-radius:5px}.has-border-top-left-radius-6,.h-br-tl-6{border-top-left-radius:6px}.has-border-top-right-radius-6,.h-br-tr-6{border-top-right-radius:6px}.has-border-bottom-left-radius-6,.h-br-bl-6{border-bottom-left-radius:6px}.has-border-bottom-right-radius-6,.h-br-br-6{border-bottom-right-radius:6px}.has-border-top-left-radius-7,.h-br-tl-7{border-top-left-radius:7px}.has-border-top-right-radius-7,.h-br-tr-7{border-top-right-radius:7px}.has-border-bottom-left-radius-7,.h-br-bl-7{border-bottom-left-radius:7px}.has-border-bottom-right-radius-7,.h-br-br-7{border-bottom-right-radius:7px}.has-border-top-left-radius-8,.h-br-tl-8{border-top-left-radius:8px}.has-border-top-right-radius-8,.h-br-tr-8{border-top-right-radius:8px}.has-border-bottom-left-radius-8,.h-br-bl-8{border-bottom-left-radius:8px}.has-border-bottom-right-radius-8,.h-br-br-8{border-bottom-right-radius:8px}.has-border-top-left-radius-9,.h-br-tl-9{border-top-left-radius:9px}.has-border-top-right-radius-9,.h-br-tr-9{border-top-right-radius:9px}.has-border-bottom-left-radius-9,.h-br-bl-9{border-bottom-left-radius:9px}.has-border-bottom-right-radius-9,.h-br-br-9{border-bottom-right-radius:9px}.has-border-top-left-radius-10,.h-br-tl-10{border-top-left-radius:10px}.has-border-top-right-radius-10,.h-br-tr-10{border-top-right-radius:10px}.has-border-bottom-left-radius-10,.h-br-bl-10{border-bottom-left-radius:10px}.has-border-bottom-right-radius-10,.h-br-br-10{border-bottom-right-radius:10px}.has-shadow-0,.h-s-0{box-shadow:0 0px 0px -0px #ccc}.has-shadow-1,.h-s-1{box-shadow:0 1.5px 2px -1px #ccc}.has-shadow-2,.h-s-2{box-shadow:0 3px 4px -2px #ccc}.has-shadow-3,.h-s-3{box-shadow:0 4.5px 6px -3px #ccc}.has-shadow-4,.h-s-4{box-shadow:0 6px 8px -4px #ccc}.has-shadow-5,.h-s-5{box-shadow:0 7.5px 10px -5px #ccc}.has-shadow-6,.h-s-6{box-shadow:0 9px 12px -6px #ccc}.has-shadow-7,.h-s-7{box-shadow:0 10.5px 14px -7px #ccc}.has-shadow-8,.h-s-8{box-shadow:0 12px 16px -8px #ccc}.has-shadow-9,.h-s-9{box-shadow:0 13.5px 18px -9px #ccc}.has-shadow-10,.h-s-10{box-shadow:0 15px 20px -10px #ccc}.has-float-left,.h-f-l{float:left}.has-float-right,.h-f-r{float:right}.has-float-none,.h-f-n{float:none}.has-clear-clear,.has-clear,.h-c{clear:both}.has-color-red,.h-c-red{color:#ff4343}.has-background-color-red,.h-bg-red{background-color:#ff4343}.has-border-color-red,.h-bc-red{border-color:#ff4343}.has-color-red-050,.h-c-red-050{color:#ffdcdc}.has-background-color-red-050,.h-bg-red-050{background-color:#ffdcdc}.has-border-color-red-050,.h-bc-red-050{border-color:#ffdcdc}.has-color-red-100,.h-c-red-100{color:#ffc3c3}.has-background-color-red-100,.h-bg-red-100{background-color:#ffc3c3}.has-border-color-red-100,.h-bc-red-100{border-color:#ffc3c3}.has-color-red-200,.h-c-red-200{color:#ff9090}.has-background-color-red-200,.h-bg-red-200{background-color:#ff9090}.has-border-color-red-200,.h-bc-red-200{border-color:#ff9090}.has-color-red-300,.h-c-red-300{color:#ff5d5d}.has-background-color-red-300,.h-bg-red-300{background-color:#ff5d5d}.has-border-color-red-300,.h-bc-red-300{border-color:#ff5d5d}.has-color-red-400,.h-c-red-400{color:#ff4343}.has-background-color-red-400,.h-bg-red-400{background-color:#ff4343}.has-border-color-red-400,.h-bc-red-400{border-color:#ff4343}.has-color-red-500,.h-c-red-500{color:#ff2a2a}.has-background-color-red-500,.h-bg-red-500{background-color:#ff2a2a}.has-border-color-red-500,.h-bc-red-500{border-color:#ff2a2a}.has-color-red-600,.h-c-red-600{color:#f60000}.has-background-color-red-600,.h-bg-red-600{background-color:#f60000}.has-border-color-red-600,.h-bc-red-600{border-color:#f60000}.has-color-red-700,.h-c-red-700{color:#c30000}.has-background-color-red-700,.h-bg-red-700{background-color:#c30000}.has-border-color-red-700,.h-bc-red-700{border-color:#c30000}.has-color-red-800,.h-c-red-800{color:#900000}.has-background-color-red-800,.h-bg-red-800{background-color:#900000}.has-border-color-red-800,.h-bc-red-800{border-color:#900000}.has-color-teal,.h-c-teal{color:#4db6ac}.has-background-color-teal,.h-bg-teal{background-color:#4db6ac}.has-border-color-teal,.h-bc-teal{border-color:#4db6ac}.has-color-teal-050,.h-c-teal-050{color:#bae2df}.has-background-color-teal-050,.h-bg-teal-050{background-color:#bae2df}.has-border-color-teal-050,.h-bc-teal-050{border-color:#bae2df}.has-color-teal-100,.h-c-teal-100{color:#a7dbd6}.has-background-color-teal-100,.h-bg-teal-100{background-color:#a7dbd6}.has-border-color-teal-100,.h-bc-teal-100{border-color:#a7dbd6}.has-color-teal-200,.h-c-teal-200{color:#83ccc5}.has-background-color-teal-200,.h-bg-teal-200{background-color:#83ccc5}.has-border-color-teal-200,.h-bc-teal-200{border-color:#83ccc5}.has-color-teal-300,.h-c-teal-300{color:#5fbdb4}.has-background-color-teal-300,.h-bg-teal-300{background-color:#5fbdb4}.has-border-color-teal-300,.h-bc-teal-300{border-color:#5fbdb4}.has-color-teal-400,.h-c-teal-400{color:#4db6ac}.has-background-color-teal-400,.h-bg-teal-400{background-color:#4db6ac}.has-border-color-teal-400,.h-bc-teal-400{border-color:#4db6ac}.has-color-teal-500,.h-c-teal-500{color:#44a69c}.has-background-color-teal-500,.h-bg-teal-500{background-color:#44a69c}.has-border-color-teal-500,.h-bc-teal-500{border-color:#44a69c}.has-color-teal-600,.h-c-teal-600{color:#35817a}.has-background-color-teal-600,.h-bg-teal-600{background-color:#35817a}.has-border-color-teal-600,.h-bc-teal-600{border-color:#35817a}.has-color-teal-700,.h-c-teal-700{color:#265d58}.has-background-color-teal-700,.h-bg-teal-700{background-color:#265d58}.has-border-color-teal-700,.h-bc-teal-700{border-color:#265d58}.has-color-teal-800,.h-c-teal-800{color:#173936}.has-background-color-teal-800,.h-bg-teal-800{background-color:#173936}.has-border-color-teal-800,.h-bc-teal-800{border-color:#173936}.has-color-yellow,.h-c-yellow{color:#fdd835}.has-background-color-yellow,.h-bg-yellow{background-color:#fdd835}.has-border-color-yellow,.h-bc-yellow{border-color:#fdd835}.has-color-yellow-050,.h-c-yellow-050{color:#fff5cd}.has-background-color-yellow-050,.h-bg-yellow-050{background-color:#fff5cd}.has-border-color-yellow-050,.h-bc-yellow-050{border-color:#fff5cd}.has-color-yellow-100,.h-c-yellow-100{color:#fef0b3}.has-background-color-yellow-100,.h-bg-yellow-100{background-color:#fef0b3}.has-border-color-yellow-100,.h-bc-yellow-100{border-color:#fef0b3}.has-color-yellow-200,.h-c-yellow-200{color:#fee781}.has-background-color-yellow-200,.h-bg-yellow-200{background-color:#fee781}.has-border-color-yellow-200,.h-bc-yellow-200{border-color:#fee781}.has-color-yellow-300,.h-c-yellow-300{color:#fddd4e}.has-background-color-yellow-300,.h-bg-yellow-300{background-color:#fddd4e}.has-border-color-yellow-300,.h-bc-yellow-300{border-color:#fddd4e}.has-color-yellow-400,.h-c-yellow-400{color:#fdd835}.has-background-color-yellow-400,.h-bg-yellow-400{background-color:#fdd835}.has-border-color-yellow-400,.h-bc-yellow-400{border-color:#fdd835}.has-color-yellow-500,.h-c-yellow-500{color:#fdd31c}.has-background-color-yellow-500,.h-bg-yellow-500{background-color:#fdd31c}.has-border-color-yellow-500,.h-bc-yellow-500{border-color:#fdd31c}.has-color-yellow-600,.h-c-yellow-600{color:#e3ba02}.has-background-color-yellow-600,.h-bg-yellow-600{background-color:#e3ba02}.has-border-color-yellow-600,.h-bc-yellow-600{border-color:#e3ba02}.has-color-yellow-700,.h-c-yellow-700{color:#b19002}.has-background-color-yellow-700,.h-bg-yellow-700{background-color:#b19002}.has-border-color-yellow-700,.h-bc-yellow-700{border-color:#b19002}.has-color-yellow-800,.h-c-yellow-800{color:#7e6701}.has-background-color-yellow-800,.h-bg-yellow-800{background-color:#7e6701}.has-border-color-yellow-800,.h-bc-yellow-800{border-color:#7e6701}.has-color-green,.h-c-green{color:#2ecc71}.has-background-color-green,.h-bg-green{background-color:#2ecc71}.has-border-color-green,.h-bc-green{border-color:#2ecc71}.has-color-green-050,.h-c-green-050{color:#a8ebc4}.has-background-color-green-050,.h-bg-green-050{background-color:#a8ebc4}.has-border-color-green-050,.h-bc-green-050{border-color:#a8ebc4}.has-color-green-100,.h-c-green-100{color:#93e7b6}.has-background-color-green-100,.h-bg-green-100{background-color:#93e7b6}.has-border-color-green-100,.h-bc-green-100{border-color:#93e7b6}.has-color-green-200,.h-c-green-200{color:#69dd9a}.has-background-color-green-200,.h-bg-green-200{background-color:#69dd9a}.has-border-color-green-200,.h-bc-green-200{border-color:#69dd9a}.has-color-green-300,.h-c-green-300{color:#40d47e}.has-background-color-green-300,.h-bg-green-300{background-color:#40d47e}.has-border-color-green-300,.h-bc-green-300{border-color:#40d47e}.has-color-green-400,.h-c-green-400{color:#2ecc71}.has-background-color-green-400,.h-bg-green-400{background-color:#2ecc71}.has-border-color-green-400,.h-bc-green-400{border-color:#2ecc71}.has-color-green-500,.h-c-green-500{color:#29b765}.has-background-color-green-500,.h-bg-green-500{background-color:#29b765}.has-border-color-green-500,.h-bc-green-500{border-color:#29b765}.has-color-green-600,.h-c-green-600{color:#208e4e}.has-background-color-green-600,.h-bg-green-600{background-color:#208e4e}.has-border-color-green-600,.h-bc-green-600{border-color:#208e4e}.has-color-green-700,.h-c-green-700{color:#176437}.has-background-color-green-700,.h-bg-green-700{background-color:#176437}.has-border-color-green-700,.h-bc-green-700{border-color:#176437}.has-color-green-800,.h-c-green-800{color:#0d3a20}.has-background-color-green-800,.h-bg-green-800{background-color:#0d3a20}.has-border-color-green-800,.h-bc-green-800{border-color:#0d3a20}.has-color-primary,.h-c-primary{color:#4b68ff}.has-background-color-primary,.h-bg-primary{background-color:#4b68ff}.has-border-color-primary,.h-bc-primary{border-color:#4b68ff}.has-color-primary-050,.h-c-primary-050{color:#e4e8ff}.has-background-color-primary-050,.h-bg-primary-050{background-color:#e4e8ff}.has-border-color-primary-050,.h-bc-primary-050{border-color:#e4e8ff}.has-color-primary-100,.h-c-primary-100{color:#cbd3ff}.has-background-color-primary-100,.h-bg-primary-100{background-color:#cbd3ff}.has-border-color-primary-100,.h-bc-primary-100{border-color:#cbd3ff}.has-color-primary-200,.h-c-primary-200{color:#98a8ff}.has-background-color-primary-200,.h-bg-primary-200{background-color:#98a8ff}.has-border-color-primary-200,.h-bc-primary-200{border-color:#98a8ff}.has-color-primary-300,.h-c-primary-300{color:#657dff}.has-background-color-primary-300,.h-bg-primary-300{background-color:#657dff}.has-border-color-primary-300,.h-bc-primary-300{border-color:#657dff}.has-color-primary-400,.h-c-primary-400{color:#4b68ff}.has-background-color-primary-400,.h-bg-primary-400{background-color:#4b68ff}.has-border-color-primary-400,.h-bc-primary-400{border-color:#4b68ff}.has-color-primary-500,.h-c-primary-500{color:#3253ff}.has-background-color-primary-500,.h-bg-primary-500{background-color:#3253ff}.has-border-color-primary-500,.h-bc-primary-500{border-color:#3253ff}.has-color-primary-600,.h-c-primary-600{color:#0029fe}.has-background-color-primary-600,.h-bg-primary-600{background-color:#0029fe}.has-border-color-primary-600,.h-bc-primary-600{border-color:#0029fe}.has-color-primary-700,.h-c-primary-700{color:#0021cb}.has-background-color-primary-700,.h-bg-primary-700{background-color:#0021cb}.has-border-color-primary-700,.h-bc-primary-700{border-color:#0021cb}.has-color-primary-800,.h-c-primary-800{color:#001898}.has-background-color-primary-800,.h-bg-primary-800{background-color:#001898}.has-border-color-primary-800,.h-bc-primary-800{border-color:#001898}.has-color-tertiary,.h-c-tertiary{color:#78909c}.has-background-color-tertiary,.h-bg-tertiary{background-color:#78909c}.has-border-color-tertiary,.h-bc-tertiary{border-color:#78909c}.has-color-tertiary-050,.h-c-tertiary-050{color:#d0d9dd}.has-background-color-tertiary-050,.h-bg-tertiary-050{background-color:#d0d9dd}.has-border-color-tertiary-050,.h-bc-tertiary-050{border-color:#d0d9dd}.has-color-tertiary-100,.h-c-tertiary-100{color:#c2ccd2}.has-background-color-tertiary-100,.h-bg-tertiary-100{background-color:#c2ccd2}.has-border-color-tertiary-100,.h-bc-tertiary-100{border-color:#c2ccd2}.has-color-tertiary-200,.h-c-tertiary-200{color:#a4b4bc}.has-background-color-tertiary-200,.h-bg-tertiary-200{background-color:#a4b4bc}.has-border-color-tertiary-200,.h-bc-tertiary-200{border-color:#a4b4bc}.has-color-tertiary-300,.h-c-tertiary-300{color:#879ca7}.has-background-color-tertiary-300,.h-bg-tertiary-300{background-color:#879ca7}.has-border-color-tertiary-300,.h-bc-tertiary-300{border-color:#879ca7}.has-color-tertiary-400,.h-c-tertiary-400{color:#78909c}.has-background-color-tertiary-400,.h-bg-tertiary-400{background-color:#78909c}.has-border-color-tertiary-400,.h-bc-tertiary-400{border-color:#78909c}.has-color-tertiary-500,.h-c-tertiary-500{color:#6a8491}.has-background-color-tertiary-500,.h-bg-tertiary-500{background-color:#6a8491}.has-border-color-tertiary-500,.h-bc-tertiary-500{border-color:#6a8491}.has-color-tertiary-600,.h-c-tertiary-600{color:#546973}.has-background-color-tertiary-600,.h-bg-tertiary-600{background-color:#546973}.has-border-color-tertiary-600,.h-bc-tertiary-600{border-color:#546973}.has-color-tertiary-700,.h-c-tertiary-700{color:#3f4e56}.has-background-color-tertiary-700,.h-bg-tertiary-700{background-color:#3f4e56}.has-border-color-tertiary-700,.h-bc-tertiary-700{border-color:#3f4e56}.has-color-tertiary-800,.h-c-tertiary-800{color:#293338}.has-background-color-tertiary-800,.h-bg-tertiary-800{background-color:#293338}.has-border-color-tertiary-800,.h-bc-tertiary-800{border-color:#293338}.has-color-white,.h-c-white{color:#fff}.has-background-color-white,.h-bg-white{background-color:#fff}.has-border-color-white,.h-bc-white{border-color:#fff}.has-color-black,.h-c-black{color:#000}.has-background-color-black,.h-bg-black{background-color:#000}.has-border-color-black,.h-bc-black{border-color:#000}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Italic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-MediumItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BoldItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:italic;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-BlackItalic.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:400;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:500;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:700;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}@font-face{font-family:"Red Hat Display";font-style:normal;font-weight:900;src:url("../assets/fonts/Red_Hat_Display/RedHatDisplay-Black.ttf")}html{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:16px}h1{font-weight:bold;margin:18px 0}h2{font-size:25px;font-weight:bold;margin:15px 0}h3{font-size:19px;font-weight:bold;margin:12px 0}h4{font-size:16px;font-weight:bold;margin:9px 0}h5{font-size:14px;font-weight:bold;margin:6px 0}h6{font-size:12px;font-weight:bold;margin:3px 0}p{line-height:1.5;margin:9px 0}p.is-lead,.is-lead p{font-size:1.2em;color:#666}ul li,ol li{line-height:1.5}.has-font-size-small,.h-fs-small{font-size:12px}.has-font-size-caption,.h-fs-caption{font-size:14px}.has-font-size-base,.h-fs-base{font-size:16px}.has-font-size-larger,.h-fs-larger{font-size:19px}.has-font-size-subheading,.h-fs-subheading{font-size:22px}.has-font-size-heading,.h-fs-heading{font-size:25px}.has-font-size-subtitle,.h-fs-subtitle{font-size:28px}.has-font-size-title,.h-fs-title{font-size:31px}.has-font-size-display,.h-fs-display{font-size:34px}a:link,a:visited,.link{color:#2980b9;text-decoration:none;transition:all .3s ease;cursor:pointer;font-family:inherit;font-size:inherit;border:none;background-color:transparent;margin:0;padding:0}a:link:hover,a:link:active,a:visited:hover,a:visited:active,.link:hover,.link:active{color:#164666;text-decoration:underline}a:link.is-red,a:visited.is-red,.link.is-red{color:#c30000}a:link.is-red:hover,a:link.is-red:active,a:visited.is-red:hover,a:visited.is-red:active,.link.is-red:hover,.link.is-red:active{color:#760000}a:link.is-teal,a:visited.is-teal,.link.is-teal{color:#265d58}a:link.is-teal:hover,a:link.is-teal:active,a:visited.is-teal:hover,a:visited.is-teal:active,.link.is-teal:hover,.link.is-teal:active{color:#102725}a:link.is-yellow,a:visited.is-yellow,.link.is-yellow{color:#b19002}a:link.is-yellow:hover,a:link.is-yellow:active,a:visited.is-yellow:hover,a:visited.is-yellow:active,.link.is-yellow:hover,.link.is-yellow:active{color:#655301}a:link.is-green,a:visited.is-green,.link.is-green{color:#176437}a:link.is-green:hover,a:link.is-green:active,a:visited.is-green:hover,a:visited.is-green:active,.link.is-green:hover,.link.is-green:active{color:#082615}a:link.is-muted,a:visited.is-muted,.link.is-muted{color:#6a8491}a:link.is-muted:hover,a:visited.is-muted:hover,.link.is-muted:hover{color:#3f4e56}a:link.is-not-underlined:hover,a:visited.is-not-underlined:hover,.link.is-not-underlined:hover{text-decoration:none}a:link.is-underlined,a:visited.is-underlined,.link.is-underlined{text-decoration:underline}.has-font-family-primary,.h-ff-primary{font-family:"Red Hat Display","Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif}.has-font-family-code,.h-ff-code{font-family:"Consolas","Courier New",monospace}.has-font-weight-normal,.h-fw-normal{font-weight:400}.has-font-weight-medium,.h-fw-medium{font-weight:500}.has-font-weight-bold,.h-fw-bold{font-weight:700}.has-font-weight-black,.h-fw-black{font-weight:900}.has-font-style-normal,.h-fst-normal{font-style:normal}.has-font-style-italic,.h-fst-italic{font-style:italic}.has-text-align-left,.h-ta-left{text-align:left}.has-text-align-center,.h-ta-center{text-align:center}.has-text-align-right,.h-ta-right{text-align:right}.has-text-align-justify,.h-ta-justify{text-align:justify}code{display:inline;border:1px solid #ddd;border-radius:3px;padding:2px 4px;font-family:"Consolas","Courier New",monospace;font-size:.95em}pre{display:block;border:1px solid #ddd;border-radius:3px;padding:8px;font-family:"Consolas","Courier New",monospace;font-size:.95em;max-height:20em;overflow:auto;line-height:1.5}pre code{display:block;border:none;padding:0;font-size:1em}blockquote{margin:4px 0px;padding:8px 12px;background-color:#f8f9f9;border:2px solid #dde1e1;border-radius:12px;border-bottom-left-radius:0}blockquote h1:first-child,blockquote h2:first-child,blockquote h3:first-child,blockquote h4:first-child,blockquote h5:first-child,blockquote h6:first-child,blockquote p:first-child{margin-top:0}blockquote h1:last-child,blockquote h2:last-child,blockquote h3:last-child,blockquote h4:last-child,blockquote h5:last-child,blockquote h6:last-child,blockquote p:last-child{margin-bottom:0}ins,del{padding:1px 3px;margin:0px 2px;border-radius:3px}ins{background-color:#a8ebc4;text-decoration:underline}del{background-color:#ffa9a9;text-decoration:line-through}table.table{border-collapse:collapse;padding:4px;max-width:100%}table.table.is-full-width{width:100%}table.table th{border-bottom:3px solid #ccc;padding:6px 10px;font-weight:600;text-align:left}table.table td{border-bottom:1px solid #ccc;padding:6px 10px;text-align:left}table.table th:not(:last-child),table.table td:not(:last-child){border-right:1px solid #ccc}table.table.is-compact th,table.table.is-compact td{padding:2px 6px}table.table.is-striped tr:nth-of-type(2n+1) td{background-color:#f6f6f6}table.table.is-with-hover tr:hover td{background-color:#eee}img{max-width:100%;height:auto}*{box-sizing:border-box}html,body{margin:0;padding:0}.container{max-width:72rem;margin:0 auto}.grid{display:flex;flex-wrap:wrap;margin:0 -5px;max-width:calc(100% - $grid-column-gap)}.grid.is-nowrap{flex-wrap:nowrap}.grid .grid--cell{flex-grow:0;flex-shrink:0;padding:5px}.grid .grid--cell.is-flexible{flex-grow:1;flex-shrink:1}.grid .grid--cell.is-1{width:8.3333333333%}.grid .grid--cell.is-2{width:16.6666666667%}.grid .grid--cell.is-3{width:25%}.grid .grid--cell.is-4{width:33.3333333333%}.grid .grid--cell.is-5{width:41.6666666667%}.grid .grid--cell.is-6{width:50%}.grid .grid--cell.is-7{width:58.3333333333%}.grid .grid--cell.is-8{width:66.6666666667%}.grid .grid--cell.is-9{width:75%}.grid .grid--cell.is-10{width:83.3333333333%}.grid .grid--cell.is-11{width:91.6666666667%}.grid .grid--cell.is-12{width:100%}@media all and (max-width: 512px){.grid .grid--cell.is-1-sm{width:8.3333333333%}.grid .grid--cell.is-2-sm{width:16.6666666667%}.grid .grid--cell.is-3-sm{width:25%}.grid .grid--cell.is-4-sm{width:33.3333333333%}.grid .grid--cell.is-5-sm{width:41.6666666667%}.grid .grid--cell.is-6-sm{width:50%}.grid .grid--cell.is-7-sm{width:58.3333333333%}.grid .grid--cell.is-8-sm{width:66.6666666667%}.grid .grid--cell.is-9-sm{width:75%}.grid .grid--cell.is-10-sm{width:83.3333333333%}.grid .grid--cell.is-11-sm{width:91.6666666667%}.grid .grid--cell.is-12-sm{width:100%}}@media all and (min-width: 512px)and (max-width: 768px){.grid .grid--cell.is-1-md{width:8.3333333333%}.grid .grid--cell.is-2-md{width:16.6666666667%}.grid .grid--cell.is-3-md{width:25%}.grid .grid--cell.is-4-md{width:33.3333333333%}.grid .grid--cell.is-5-md{width:41.6666666667%}.grid .grid--cell.is-6-md{width:50%}.grid .grid--cell.is-7-md{width:58.3333333333%}.grid .grid--cell.is-8-md{width:66.6666666667%}.grid .grid--cell.is-9-md{width:75%}.grid .grid--cell.is-10-md{width:83.3333333333%}.grid .grid--cell.is-11-md{width:91.6666666667%}.grid .grid--cell.is-12-md{width:100%}}@media all and (min-width: 768px){.grid .grid--cell.is-1-lg{width:8.3333333333%}.grid .grid--cell.is-2-lg{width:16.6666666667%}.grid .grid--cell.is-3-lg{width:25%}.grid .grid--cell.is-4-lg{width:33.3333333333%}.grid .grid--cell.is-5-lg{width:41.6666666667%}.grid .grid--cell.is-6-lg{width:50%}.grid .grid--cell.is-7-lg{width:58.3333333333%}.grid .grid--cell.is-8-lg{width:66.6666666667%}.grid .grid--cell.is-9-lg{width:75%}.grid .grid--cell.is-10-lg{width:83.3333333333%}.grid .grid--cell.is-11-lg{width:91.6666666667%}.grid .grid--cell.is-12-lg{width:100%}}.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=codidact.css.map */ diff --git a/docs/dist/codidact.css.map b/docs/dist/codidact.css.map index 1529c5e..0bcf77a 100644 --- a/docs/dist/codidact.css.map +++ b/docs/dist/codidact.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../src/common/_header.scss","../src/common/_config.scss","../src/common/_buttons.scss","../src/common/_nav.scss","../src/common/_form.scss","../src/common/_notices.scss","../src/common/_widgets.scss","../src/common/_modals.scss","../src/common/_itemlists.scss","../src/common/_badges.scss","../src/common/_footer.scss","../src/common/_box.scss","../src/common/_colors.scss","../src/common/_fontface.scss","../src/common/_typography.scss","../src/common/_layout.scss","../src/specific/_category-header.scss","../src/specific/_config.scss","../src/specific/_diff.scss"],"names":[],"mappings":"AAAA,QACE,aACA,mBAEA,WCmRkB,KDlRlB,MCmRa,KDlRb,WCmRc,2BDjRd,YCkRmB,IDhRnB,iCACE,cACA,qBACA,gBACA,gCACA,WCciB,aDZjB,4FACE,cACA,WC2QqB,6BD1QrB,qBAIJ,2BACE,aACA,qBACA,UAGF,uBACE,cACA,aACA,sBACA,uBAEA,8CACE,UC2P4B,KDxP9B,0CACE,UCwPwB,ODrP1B,qCACE,iBAIJ,sBACE,YACA,aACA,yBACA,mBACA,WC+OqB,KD9OrB,eAEA,qDAEA,oCACE,gBACA,eACA,eACA,aACA,MC2Oc,gBD1Od,iBC4OyB,YD3OzB,YACA,aACA,mBACA,WCxCe,aDyCf,kBACA,gCAEA,wFACE,MC8MO,KD7MP,iBCmO8B,YDhOhC,gEAEA,mDACE,iBC+NwB,QD9NxB,MC+Na,KD9Nb,UC+NiB,KD9NjB,gBACA,aACA,gBACA,qBACA,cC+NqB,KD9NrB,kBACA,eAGF,8DACE,kBACA,IC0NmB,KDzNnB,KC0NoB,KDvNtB,yDACE,MCwNU,KDvNV,UCwNc,KDvNd,QCwNY,GDvNZ,YCwNyB,aDvNzB,gBACA,aACA,YACA,qBACA,kBACA,eACA,kBACA,OCoNW,KDnNX,MCoNU,KDjNZ,+GAEE,OCiNsB,KDhNtB,MCiNqB,KD9MvB,uDACE,aACA,sBACA,OC0MsB,KDzMtB,MC0MqB,KDzMrB,uBACA,mBAEA,4DACE,MCuMU,IDtMV,OCuMW,aDtMX,sBACA,iBCuMU,gBDtMV,WCzGW,aD8Gb,yJCkMmB,gBD3L3B,kCAGM,0CACE,UC4I4B,KDzIhC,oCACA,oCACE,aAEA,4GAEE,cAMR,gBACE,MCsMmB,KDrMnB,WCsMoB,2BDnMlB,4HACE,WCoM2B,6BD/L7B,4CACE,MCgMoB,sBD/LpB,iBCiM+B,YD/L/B,wGACE,MCuLa,KDtLb,iBC8LoC,YD3LtC,2DACE,iBC4L8B,KD3L9B,MC4LmB,QDxLnB,oEACE,sBACA,iBCwLgB,sBDnLlB,yKCoLyB,sBD9KjC,iBACE,UAEA,oCACE,oBAEA,kDACE,oBAON,cACE,kBACA,ICsHyB,KDrHzB,MCsH2B,KDrH3B,WACA,UCqH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ACe,gBACf,8BACe,kBACf,+BACe,mBACf,6BACe,iBAEf,iCAEE,gBACA,mBAEF,mCAEE,kBACA,iBAGF,2BACe,eACf,6BACe,iBACf,8BACe,kBACf,4BACe,gBAEf,gCAEE,eACA,kBAEF,kCAEE,iBACA,gBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBAKF,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,8BACc,kBAGd,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,oCACgB,sBAChB,sCACgB,wBAChB,uCACgB,yBAChB,qCACgB,uBAIhB,oCACc,mBADd,kCACc,kBADd,sCACc,oBADd,sCACc,oBADd,sCACc,oBAId,0CACgB,uBAChB,4CACgB,yBAChB,6CACgB,0BAChB,2CACgB,wBAPhB,wCACgB,sBAChB,0CACgB,wBAChB,2CACgB,yBAChB,yCACgB,uBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAIhB,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,+BACc,mBAId,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,2CACiB,4BACjB,4CACiB,6BACjB,8CACiB,+BACjB,+CACiB,gCAIjB,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,kCAFF,qBAEE,gCAFF,qBAEE,mCAFF,qBAEE,iCAFF,qBAEE,mCAFF,uBAEE,kCAKJ,kCACA,oCACA,kCACA,iCAEO,WC5GL,wBACgB,MAFK,QAGrB,oCACiB,iBAJI,QAKrB,gCACiB,aANI,QAiBjB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAZxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAd5B,0BACgB,MAFK,QAGrB,sCACiB,iBAJI,QAKrB,kCACiB,aANI,QAiBjB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAZxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAd5B,8BACgB,MAFK,QAGrB,0CACiB,iBAJI,QAKrB,sCACiB,aANI,QAiBjB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAZxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAd5B,4BACgB,MAFK,QAGrB,wCACiB,iBAJI,QAKrB,oCACiB,aANI,QAiBjB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAZxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAd5B,gCACgB,MAFK,QAGrB,4CACiB,iBAJI,QAKrB,wCACiB,aANI,QAiBjB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAZxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAd5B,kCACgB,MAFK,QAGrB,8CACiB,iBAJI,QAKrB,0CACiB,aANI,QAiBjB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,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BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,wDAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,kCAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YCmCF,6BA5FJ,yBACA,oDACI,yBAEA,qFACI,aACA,WAGJ,0EACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WfWS,aeTT,gFACI,yBACA,qBAGJ,oFACI,yBACA,qBACA,MCJK,KDQjB,yDACI,iBACA,MCVa,KDWb,aACA,mBAEA,gFACI,UCXiB,KDYjB,YCXmB,IDcvB,+EACI,aACA,YACA,iBACA,mBAEA,+GACI,YAGJ,0GACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,gHACI,yBACA,qBAGJ,oHACI,yBACA,qBAGJ,oHACI,yBACA,iBACA,0HACI,yBACA,qBAGJ,2HACI,yBAUhB,0BA5FJ,yBACA,iDACI,yBAEA,kFACI,aACA,WAGJ,uEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WfWS,aeTT,6EACI,yBACA,qBAGJ,iFACI,yBACA,qBACA,MCJK,KDQjB,sDACI,iBACA,MCVa,KDWb,aACA,mBAEA,6EACI,UCXiB,KDYjB,YCXmB,IDcvB,4EACI,aACA,YACA,iBACA,mBAEA,4GACI,YAGJ,uGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,6GACI,yBACA,qBAGJ,iHACI,yBACA,qBAGJ,iHACI,yBACA,iBACA,u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","file":"codidact.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../src/common/_header.scss","../src/common/_config.scss","../src/common/_buttons.scss","../src/common/_nav.scss","../src/common/_form.scss","../src/common/_notices.scss","../src/common/_widgets.scss","../src/common/_modals.scss","../src/common/_itemlists.scss","../src/common/_badges.scss","../src/common/_footer.scss","../src/common/_box.scss","../src/common/_colors.scss","../src/common/_fontface.scss","../src/common/_typography.scss","../src/common/_layout.scss","../src/specific/_category-header.scss","../src/specific/_config.scss","../src/specific/_diff.scss"],"names":[],"mappings":"AAAA,QACE,aACA,mBAEA,WCmRkB,KDlRlB,MCmRa,KDlRb,WCmRc,2BDjRd,YCkRmB,IDhRnB,iCACE,cACA,qBACA,gBACA,gCACA,WCciB,aDZjB,4FACE,cACA,WC2QqB,6BD1QrB,qBAIJ,2BACE,aACA,qBACA,UAGF,uBACE,cACA,aACA,sBACA,uBAEA,8CACE,UC2P4B,KDxP9B,0CACE,UCwPwB,ODrP1B,qCACE,iBAIJ,sBACE,YACA,aACA,yBACA,mBACA,WC+OqB,KD9OrB,eAEA,qDAEA,oCACE,gBACA,eACA,eACA,aACA,MC2Oc,gBD1Od,iBC4OyB,YD3OzB,YACA,aACA,mBACA,WCxCe,aDyCf,kBACA,gCAEA,wFACE,MC8MO,KD7MP,iBCmO8B,YDhOhC,gEAEA,mDACE,iBC+NwB,QD9NxB,MC+Na,KD9Nb,UC+NiB,KD9NjB,gBACA,aACA,gBACA,qBACA,cC+NqB,KD9NrB,kBACA,eAGF,8DACE,kBACA,IC0NmB,KDzNnB,KC0NoB,KDvNtB,yDACE,MCwNU,KDvNV,UCwNc,KDvNd,QCwNY,GDvNZ,YCwNyB,aDvNzB,gBACA,aACA,YACA,qBACA,kBACA,eACA,kBACA,OCoNW,KDnNX,MCoNU,KDjNZ,+GAEE,OCiNsB,KDhNtB,MCiNqB,KD9MvB,uDACE,aACA,sBACA,OC0MsB,KDzMtB,MC0MqB,KDzMrB,uBACA,mBAEA,4DACE,MCuMU,IDtMV,OCuMW,aDtMX,sBACA,iBCuMU,gBDtMV,WCzGW,aD8Gb,yJCkMmB,gBD3L3B,kCAGM,0CACE,UC4I4B,KDzIhC,oCACA,oCACE,aAEA,4GAEE,cAMR,gBACE,MCsMmB,KDrMnB,WCsMoB,2BDnMlB,4HACE,WCoM2B,6BD/L7B,4CACE,MCgMoB,sBD/LpB,iBCiM+B,YD/L/B,wGACE,MCuLa,KDtLb,iBC8LoC,YD3LtC,2DACE,iBC4L8B,KD3L9B,MC4LmB,QDxLnB,oEACE,sBACA,iBCwLgB,sBDnLlB,yKCoLyB,sBD9KjC,iBACE,UAEA,oCACE,oBAEA,kDACE,oBAON,cACE,kBACA,ICsHyB,KDrHzB,MCsH2B,KDrH3B,WACA,UCqH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ACe,gBACf,8BACe,kBACf,+BACe,mBACf,6BACe,iBAEf,iCAEE,gBACA,mBAEF,mCAEE,kBACA,iBAGF,2BACe,eACf,6BACe,iBACf,8BACe,kBACf,4BACe,gBAEf,gCAEE,eACA,kBAEF,kCAEE,iBACA,gBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,4BACe,iBACf,8BACe,mBACf,+BACe,oBACf,6BACe,kBAEf,iCAEE,iBACA,oBAEF,mCAEE,mBACA,kBAGF,2BACe,gBACf,6BACe,kBACf,8BACe,mBACf,4BACe,iBAEf,gCAEE,gBACA,mBAEF,kCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,iBACf,gCACe,mBACf,iCACe,oBACf,+BACe,kBAEf,mCAEE,iBACA,oBAEF,qCAEE,mBACA,kBAGF,6BACe,gBACf,+BACe,kBACf,gCACe,mBACf,8BACe,iBAEf,kCAEE,gBACA,mBAEF,oCAEE,kBACA,iBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBArCF,8BACe,kBACf,gCACe,oBACf,iCACe,qBACf,+BACe,mBAEf,mCAEE,kBACA,qBAEF,qCAEE,oBACA,mBAGF,6BACe,iBACf,+BACe,mBACf,gCACe,oBACf,8BACe,kBAEf,kCAEE,iBACA,oBAEF,oCAEE,mBACA,kBAKF,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,4BACc,iBADd,8BACc,kBAGd,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,kCACgB,qBAChB,oCACgB,uBAChB,qCACgB,wBAChB,mCACgB,sBAPhB,oCACgB,sBAChB,sCACgB,wBAChB,uCACgB,yBAChB,qCACgB,uBAIhB,oCACc,mBADd,kCACc,kBADd,sCACc,oBADd,sCACc,oBADd,sCACc,oBAId,0CACgB,uBAChB,4CACgB,yBAChB,6CACgB,0BAChB,2CACgB,wBAPhB,wCACgB,sBAChB,0CACgB,wBAChB,2CACgB,yBAChB,yCACgB,uBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAPhB,4CACgB,wBAChB,8CACgB,0BAChB,+CACgB,2BAChB,6CACgB,yBAIhB,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,6BACc,kBADd,+BACc,mBAId,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,yCACiB,2BACjB,0CACiB,4BACjB,4CACiB,8BACjB,6CACiB,+BAPjB,2CACiB,4BACjB,4CACiB,6BACjB,8CACiB,+BACjB,+CACiB,gCAIjB,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,iCAFF,qBAEE,+BAFF,qBAEE,kCAFF,qBAEE,gCAFF,qBAEE,mCAFF,qBAEE,iCAFF,qBAEE,mCAFF,uBAEE,kCAKJ,kCACA,oCACA,kCACA,iCAEO,WC5GL,wBACgB,MAFK,QAGrB,oCACiB,iBAJI,QAKrB,gCACiB,aANI,QAiBjB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAZxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBALxB,gCACuB,cACvB,4CACwB,yBACxB,wCACwB,qBAd5B,0BACgB,MAFK,QAGrB,sCACiB,iBAJI,QAKrB,kCACiB,aANI,QAiBjB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAZxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBALxB,kCACuB,cACvB,8CACwB,yBACxB,0CACwB,qBAd5B,8BACgB,MAFK,QAGrB,0CACiB,iBAJI,QAKrB,sCACiB,aANI,QAiBjB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAZxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBALxB,sCACuB,cACvB,kDACwB,yBACxB,8CACwB,qBAd5B,4BACgB,MAFK,QAGrB,wCACiB,iBAJI,QAKrB,oCACiB,aANI,QAiBjB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAZxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBALxB,oCACuB,cACvB,gDACwB,yBACxB,4CACwB,qBAd5B,gCACgB,MAFK,QAGrB,4CACiB,iBAJI,QAKrB,wCACiB,aANI,QAiBjB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAZxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBALxB,wCACuB,cACvB,oDACwB,yBACxB,gDACwB,qBAd5B,kCACgB,MAFK,QAGrB,8CACiB,iBAJI,QAKrB,0CACiB,aANI,QAiBjB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,sDACwB,yBACxB,kDACwB,qBALxB,0CACuB,cACvB,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BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,wDAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YAKN,kCAEI,0BACE,oBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,0BACE,qBADF,0BACE,qBADF,0BACE,UADF,2BACE,qBADF,2BACE,qBADF,2BACE,YCmCF,6BA5FJ,yBACA,oDACI,yBAEA,qFACI,aACA,WAGJ,0EACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,gFACI,yBACA,qBAGJ,oFACI,yBACA,qBACA,MCJK,KDQjB,yDACI,gBACA,MCVa,KDWb,aACA,mBAEA,gFACI,UCXiB,QDYjB,YCXmB,IDcvB,+EACI,aACA,YACA,gBACA,mBAEA,+GACI,YAGJ,0GACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,gHACI,yBACA,qBAGJ,oHACI,yBACA,qBAGJ,oHACI,yBACA,iBACA,0HACI,yBACA,qBAGJ,2HACI,yBAUhB,0BA5FJ,yBACA,iDACI,yBAEA,kFACI,aACA,WAGJ,uEACI,iBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,KDJP,eAEA,WfWS,aeTT,6EACI,yBACA,qBAGJ,iFACI,yBACA,qBACA,MCJK,KDQjB,sDACI,gBACA,MCVa,KDWb,aACA,mBAEA,6EACI,UCXiB,QDYjB,YCXmB,IDcvB,4EACI,aACA,YACA,gBACA,mBAEA,4GACI,YAGJ,uGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,KDoBR,eAEA,cCpBY,IDsBZ,6GACI,yBACA,qBAGJ,iHACI,yBACA,qBAGJ,iHACI,yBACA,iBACA,u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","file":"codidact.css"} \ No newline at end of file diff --git a/docs/dist/specific/specific.css b/docs/dist/specific/specific.css index 7641a4e..e441c18 100644 --- a/docs/dist/specific/specific.css +++ b/docs/dist/specific/specific.css @@ -1 +1 @@ -.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:12px 16px;color:#000;display:block;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:12px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:2rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:8px 16px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1.1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=specific.css.map */ +.category-header.is-turqoise{background-color:#28e1bd}.category-header.is-turqoise .category-header--tabs{background-color:#81eed8}.category-header.is-turqoise .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-turqoise .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-turqoise .category-header--tabs .category-header--tab:hover{background-color:#55e7ca;text-decoration:none}.category-header.is-turqoise .category-header--tabs .category-header--tab.is-active{background-color:#28e1bd;text-decoration:none;color:#fff}.category-header.is-turqoise .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-turqoise .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-turqoise .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#1dd2af;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#1abc9c;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#17a689;padding:6px 10px}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#148f77;text-decoration:none}.category-header.is-turqoise .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#0e6252}.category-header.is-green{background-color:#54d98c}.category-header.is-green .category-header--tabs{background-color:#a8ebc4}.category-header.is-green .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-green .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-green .category-header--tabs .category-header--tab:hover{background-color:#7ee2a8;text-decoration:none}.category-header.is-green .category-header--tabs .category-header--tab.is-active{background-color:#54d98c;text-decoration:none;color:#fff}.category-header.is-green .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-green .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-green .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#40d47e;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#2ecc71;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#29b765;padding:6px 10px}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#25a25a;text-decoration:none}.category-header.is-green .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#1b7943}.category-header.is-blue{background-color:#5faee3}.category-header.is-blue .category-header--tabs{background-color:#b6daf2}.category-header.is-blue .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-blue .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-blue .category-header--tabs .category-header--tab:hover{background-color:#8bc4ea;text-decoration:none}.category-header.is-blue .category-header--tabs .category-header--tab.is-active{background-color:#5faee3;text-decoration:none;color:#fff}.category-header.is-blue .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-blue .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-blue .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#4aa3df;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#3498db;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#258cd1;padding:6px 10px}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#217dbb;text-decoration:none}.category-header.is-blue .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#196090}.category-header.is-purple{background-color:#b07cc6}.category-header.is-purple .category-header--tabs{background-color:#dbc3e5}.category-header.is-purple .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-purple .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-purple .category-header--tabs .category-header--tab:hover{background-color:#c6a0d5;text-decoration:none}.category-header.is-purple .category-header--tabs .category-header--tab.is-active{background-color:#b07cc6;text-decoration:none;color:#fff}.category-header.is-purple .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-purple .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-purple .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#a66bbe;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#9b59b6;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#8f4bab;padding:6px 10px}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#804399;text-decoration:none}.category-header.is-purple .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#623475}.category-header.is-gray{background-color:#88a2bd}.category-header.is-gray .category-header--tabs{background-color:#c9d5e1}.category-header.is-gray .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-gray .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-gray .category-header--tabs .category-header--tab:hover{background-color:#a8bccf;text-decoration:none}.category-header.is-gray .category-header--tabs .category-header--tab.is-active{background-color:#88a2bd;text-decoration:none;color:#fff}.category-header.is-gray .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-gray .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-gray .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#7796b4;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#6789ab;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#587ca0;padding:6px 10px}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#4f6f8f;text-decoration:none}.category-header.is-gray .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#3d566e}.category-header.is-yellow{background-color:#dab10d}.category-header.is-yellow .category-header--tabs{background-color:#f5d657}.category-header.is-yellow .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-yellow .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-yellow .category-header--tabs .category-header--tab:hover{background-color:#f2ca27;text-decoration:none}.category-header.is-yellow .category-header--tabs .category-header--tab.is-active{background-color:#dab10d;text-decoration:none;color:#fff}.category-header.is-yellow .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-yellow .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-yellow .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#c29d0b;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#aa8a0a;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#927608;padding:6px 10px}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#796307;text-decoration:none}.category-header.is-yellow .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#493b04}.category-header.is-orange{background-color:#eb9950}.category-header.is-orange .category-header--tabs{background-color:#f6ceab}.category-header.is-orange .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-orange .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-orange .category-header--tabs .category-header--tab:hover{background-color:#f0b37e;text-decoration:none}.category-header.is-orange .category-header--tabs .category-header--tab.is-active{background-color:#eb9950;text-decoration:none;color:#fff}.category-header.is-orange .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-orange .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-orange .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#e98b39;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e67e22;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#d67118;padding:6px 10px}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#bf6516;text-decoration:none}.category-header.is-orange .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#924d10}.category-header.is-pink{background-color:#ed7669}.category-header.is-pink .category-header--tabs{background-color:#f8c9c4}.category-header.is-pink .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-pink .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-pink .category-header--tabs .category-header--tab:hover{background-color:#f29f97;text-decoration:none}.category-header.is-pink .category-header--tabs .category-header--tab.is-active{background-color:#ed7669;text-decoration:none;color:#fff}.category-header.is-pink .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-pink .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-pink .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#ea6153;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#e74c3c;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#e43725;padding:6px 10px}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#d62c1a;text-decoration:none}.category-header.is-pink .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#a82315}.category-header.is-red{background-color:#d65548}.category-header.is-red .category-header--tabs{background-color:#e9a39b}.category-header.is-red .category-header--tabs .category-header--tabs-container{display:flex;width:100%}.category-header.is-red .category-header--tabs .category-header--tab{padding:6px 16px;color:#000;display:block;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-header.is-red .category-header--tabs .category-header--tab:hover{background-color:#df7c72;text-decoration:none}.category-header.is-red .category-header--tabs .category-header--tab.is-active{background-color:#d65548;text-decoration:none;color:#fff}.category-header.is-red .category-header--container{padding:6px 8px;color:#fff;display:flex;align-items:center}.category-header.is-red .category-header--container .category-header--name{font-size:1.75rem;font-weight:700}.category-header.is-red .category-header--container .category-header--nav{display:flex;flex-grow:1;padding:4px 8px;align-items:center}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-separator{flex-grow:1}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item{padding:4px 8px;margin:0px 6px;color:inherit;display:block;font-weight:500;font-size:1rem;cursor:pointer;border-radius:3px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item:hover{background-color:#d14233;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-active{background-color:#c0392b;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button{background-color:#ab3326;padding:6px 10px}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:hover{background-color:#962d22;text-decoration:none}.category-header.is-red .category-header--container .category-header--nav .category-header--nav-item.is-button:active{background-color:#6d2018}.header+.category-header{margin-top:-16px;margin-bottom:16px}@media all and (max-width: 850px){.category-header .category-header--name{display:none}}.diff .diff-section{display:flex}.diff .diff-section .diff-old,.diff .diff-section .diff-new,.diff .diff-section .diff-inline{padding:16px;margin:2px;border-radius:3px;width:0;flex-grow:1}.diff .diff-section .diff-old:first-child,.diff .diff-section .diff-new:first-child,.diff .diff-section .diff-inline:first-child{margin-left:0}.diff .diff-section .diff-old:last-child,.diff .diff-section .diff-new:last-child,.diff .diff-section .diff-inline:last-child{margin-right:0}.diff .diff-section .diff-old.is-changed{background-color:#ffdcdc}.diff .diff-section .diff-new.is-changed{background-color:#e6f9ee}.diff .diff-section .diff-inline.is-changed{background-color:#f5f7f8}.diff .diff-load-more-button{display:block;width:100%;margin:0;border-radius:3px}/*# sourceMappingURL=specific.css.map */ diff --git a/docs/dist/specific/specific.css.map b/docs/dist/specific/specific.css.map index 18c31f0..7abc278 100644 --- a/docs/dist/specific/specific.css.map +++ b/docs/dist/specific/specific.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../../src/specific/_category-header.scss","../../src/specific/_config.scss","../../src/common/_config.scss","../../src/specific/_diff.scss"],"names":[],"mappings":"AA6FQ,6BA5FJ,yBACA,oDACI,yBAEA,qFACI,aACA,WAGJ,0EACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,gFACI,yBACA,qBAGJ,oFACI,yBACA,qBACA,MCJK,KDQjB,yDACI,iBACA,MCVa,KDWb,aACA,mBAEA,gFACI,UCXiB,KDYjB,YCXmB,IDcvB,+EACI,aACA,YACA,iBACA,mBAEA,+GACI,YAGJ,0GACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,gHACI,yBACA,qBAGJ,oHACI,yBACA,qBAGJ,oHACI,yBACA,iBACA,0HACI,yBACA,qBAGJ,2HACI,yBAUhB,0BA5FJ,yBACA,iDACI,yBAEA,kFACI,aACA,WAGJ,uEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,6EACI,yBACA,qBAGJ,iFACI,yBACA,qBACA,MCJK,KDQjB,sDACI,iBACA,MCVa,KDWb,aACA,mBAEA,6EACI,UCXiB,KDYjB,YCXmB,IDcvB,4EACI,aACA,YACA,iBACA,mBAEA,4GACI,YAGJ,uGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,6GACI,yBACA,qBAGJ,iHACI,yBACA,qBAGJ,iHACI,yBACA,iBACA,uHACI,yBACA,qBAGJ,wHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,iBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,KDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,iBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,iBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,KDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,iBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,iBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,KDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,iBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,iBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,KDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,iBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,2BA5FJ,yBACA,kDACI,yBAEA,mFACI,aACA,WAGJ,wEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,8EACI,yBACA,qBAGJ,kFACI,yBACA,qBACA,MCJK,KDQjB,uDACI,iBACA,MCVa,KDWb,aACA,mBAEA,8EACI,UCXiB,KDYjB,YCXmB,IDcvB,6EACI,aACA,YACA,iBACA,mBAEA,6GACI,YAGJ,wGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,8GACI,yBACA,qBAGJ,kHACI,yBACA,qBAGJ,kHACI,yBACA,iBACA,wHACI,yBACA,qBAGJ,yHACI,yBAUhB,yBA5FJ,yBACA,gDACI,yBAEA,iFACI,aACA,WAGJ,sEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,4EACI,yBACA,qBAGJ,gFACI,yBACA,qBACA,MCJK,KDQjB,qDACI,iBACA,MCVa,KDWb,aACA,mBAEA,4EACI,UCXiB,KDYjB,YCXmB,IDcvB,2EACI,aACA,YACA,iBACA,mBAEA,2GACI,YAGJ,sGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,4GACI,yBACA,qBAGJ,gHACI,yBACA,qBAGJ,gHACI,yBACA,iBACA,sHACI,yBACA,qBAGJ,uHACI,yBAUhB,wBA5FJ,yBACA,+CACI,yBAEA,gFACI,aACA,WAGJ,qEACI,kBACA,MCOG,KDNH,cACA,YCOS,IDNT,UCKO,SDJP,eAEA,WEWS,aFTT,2EACI,yBACA,qBAGJ,+EACI,yBACA,qBACA,MCJK,KDQjB,oDACI,iBACA,MCVa,KDWb,aACA,mBAEA,2EACI,UCXiB,KDYjB,YCXmB,IDcvB,0EACI,aACA,YACA,iBACA,mBAEA,0GACI,YAGJ,qGACI,gBACA,eACA,cACA,cACA,YCjBU,IDkBV,UCnBQ,ODoBR,eAEA,cCpBY,IDsBZ,2GACI,yBACA,qBAGJ,+GACI,yBACA,qBAGJ,+GACI,yBACA,iBACA,qHACI,yBACA,qBAGJ,sHACI,yBAgBxB,yBACI,iBACA,mBAIJ,kCAEQ,sDG1GJ,oBACI,aAEA,6FAGI,aACA,WACA,cF+CiB,IE9CjB,QACA,YAEA,iIACI,cAGJ,8HACI,eAIR,yCACI,iBFoCoB,QEjCxB,yCACI,iBF+BkB,QE5BtB,4CACI,iBF6BoB,QEzB5B,6BACI,cACA,WACA,SACA,cFiBqB","file":"specific.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../../src/specific/_category-header.scss","../../src/specific/_config.scss","../../src/common/_config.scss","../../src/specific/_diff.scss"],"names":[],"mappings":"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","file":"specific.css"} \ No newline at end of file diff --git a/docs/specific/category-header/index.html b/docs/specific/category-header/index.html index 47f0d8e..a392778 100644 --- a/docs/specific/category-header/index.html +++ b/docs/specific/category-header/index.html @@ -189,8 +189,8 @@
A category header must have exactly one color code added to it. You can choose from .is-turqoise
, .is-green
, .is-blue
, .is-purple
, .is-gray
, .is-yello
, .is-orange
, .is-pink
and .is-red
. This is often user-selectable and depends on the chosen category.
By default the category namefrom the current category navigation hides on mobile, to save place as it can be seen on the tabination too.
+A category header must have exactly one color code added to it. You can choose from .is-turquoise
, .is-green
, .is-blue
, .is-purple
, .is-gray
, .is-yellow
, .is-orange
, .is-pink
and .is-red
. This is often user-selectable and depends on the chosen category.
By default the name of the current category navigation hides on mobile, to save place as it can be seen on the tabination too.
<header class="category-header is-orange">
<div class="category-header--tabs">
<div class="container category-header--tabs-container">
diff --git a/docs_src/specific/category-header.md b/docs_src/specific/category-header.md
index c7b7ad5..08cc57a 100644
--- a/docs_src/specific/category-header.md
+++ b/docs_src/specific/category-header.md
@@ -17,9 +17,9 @@ A category header consists of the following elements:
- Up to one navigation separator, which pushes everything behind it to the right side (`.category-header--nav-separator`
- navigation buttons (`.category-header--nav-item.is-button`
-A category header **must** have exactly one color code added to it. You can choose from `.is-turqoise`, `.is-green`, `.is-blue`, `.is-purple`, `.is-gray`, `.is-yello`, `.is-orange`, `.is-pink` and `.is-red`. This is often user-selectable and depends on the chosen category.
+A category header **must** have exactly one color code added to it. You can choose from `.is-turquoise`, `.is-green`, `.is-blue`, `.is-purple`, `.is-gray`, `.is-yellow`, `.is-orange`, `.is-pink` and `.is-red`. This is often user-selectable and depends on the chosen category.
-By default the category namefrom the current category navigation hides on mobile, to save place as it can be seen on the tabination too.
+By default the name of the current category navigation hides on mobile, to save place as it can be seen on the tabination too.
{% example %}
diff --git a/src/specific/_config.scss b/src/specific/_config.scss
index ea2006d..e31f292 100644
--- a/src/specific/_config.scss
+++ b/src/specific/_config.scss
@@ -1,7 +1,7 @@
@import "../common/_config.scss";
$application-colors: (
- "turqoise": #1abc9c,
+ "turquoise": #1abc9c,
"green": #2ecc71,
"blue": #3498db,
"purple": #9b59b6,
@@ -15,22 +15,22 @@ $application-colors: (
/* Category header */
$ch-tabs-lighter: 30%;
$ch-tabs-lighter-hover: 20%;
-$ch-tab-padding-y: 3;
+$ch-tab-padding-y: 1.5;
$ch-tab-padding-x: 4;
$ch-tab-color: #000;
-$ch-tab-font-size: 1.125rem;
+$ch-tab-font-size: 1rem;
$ch-tab-font-weight: 500;
$ch-container-lighter: 10%;
$ch-container-color: white;
-$ch-container-padding-y: 3;
+$ch-container-padding-y: 1.5;
$ch-container-padding-x: 2;
-$ch-category-name-font-size: 2rem;
+$ch-category-name-font-size: 1.75rem;
$ch-category-name-font-weight: 700;
-$ch-nav-padding-y: 2;
-$ch-nav-padding-x: 4;
+$ch-nav-padding-y: 1;
+$ch-nav-padding-x: 2;
$ch-nav-item-padding-y: 1;
$ch-nav-item-padding-x: 2;
@@ -38,7 +38,7 @@ $ch-nav-item-margin-y: 0;
$ch-nav-item-margin-x: 1.5;
$ch-nav-item-lighter-hover: 5%;
$ch-nav-item-lighter-active: 0;
-$ch-nav-item-font-size: 1.1rem;
+$ch-nav-item-font-size: 1rem;
$ch-nav-item-font-weight: 500;
$ch-nav-item-border-radius: 3px;