html,body{height:100%;padding:0;margin:0;font-family:var(--font-family);font-size:var(--text-size);line-height:var(--text-line-height);font-optical-sizing:auto}html{background-color:var(--header-background)}body{background-color:var(--color-background);color:var(--color-text)}a{color:var(--link-color);text-decoration:var(--link-decoration, none)}:is(p,h1,h2,h3,h4,h5,h6){margin:0 0 1em}:is(h1,h2,h3,h4,h5,h6,p):last-child{margin-bottom:0}strong{font-weight:var(--font-weight-bold)}:root{--color-action: black;--color-error: red;--color-black: #222;--color-white: #fff;--color-grey700: #222;--color-grey600: #444;--color-grey500: #666;--color-grey400: #888;--color-grey300: #aaa;--color-grey200: #ccc;--color-grey100: #eee;--color-background: var(--color-white);--color-link: var(--color-action);--color-border: var(--color-grey200);--color-primary: #007bff;--color-secondary: #993485}:root .color-text{color:var(--color-text)}:root .color-action{color:var(--color-action)}:root .color-black{color:var(--color-black)}:root .color-white{color:var(--color-white)}:root .color-error{color:var(--color-error)}:root .color-grey700{color:var(--color-grey700)}:root .color-grey600{color:var(--color-grey600)}:root .color-grey500{color:var(--color-grey500)}:root .color-grey400{color:var(--color-grey400)}:root .color-grey300{color:var(--color-grey300)}:root .color-grey200{color:var(--color-grey200)}:root .color-grey100{color:var(--color-grey100)}:root .color-gradient{background:linear-gradient(to right,var(--color-primary) 0%,var(--color-secondary) 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent}:root{--background-darken: color-mix(in srgb, var(--current-background-color) 60%, black);--background-lighten: color-mix(in srgb, var(--current-background-color) 40%, white)}:root .background-dark{--current-text-color: var(--color-white);--link-color: var(--color-white);--link-decoration: underline;color:var(--color-white)}:root .background-light{--color-text: var(--color-black);--link-decoration: none;color:var(--color-black)}:root .background-header{--current-text-color: var(--header-color);--link-color: var(--header-color);--current-background-color: var(--header-background);background-color:var(--header-background);color:var(--current-text-color)}:root .background-black{--current-text-color: var(--color-white);--link-color: var(--color-white);--current-background-color: var(--color-black);background-color:var(--color-black);color:var(--current-text-color)}:root .background-white{--current-background-color: var(--color-white);background-color:var(--current-background-color);--current-text-color: var(--color-black);--link-color: var(--color-action);color:var(--current-text-color)}:root .background-grey700{--current-background-color: var(--color-grey700);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-grey600{--current-background-color: var(--color-grey600);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-grey500{--current-background-color: var(--color-grey500);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-grey400{--current-background-color: var(--color-grey400);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-grey300{--current-background-color: var(--color-grey300);background-color:var(--current-background-color);--current-text-color: var(--color-black);--link-color: var(--color-action);color:var(--current-text-color)}:root .background-grey200{--current-background-color: var(--color-grey200);background-color:var(--current-background-color);--current-text-color: var(--color-black);--link-color: var(--color-action);color:var(--current-text-color)}:root .background-grey100{--current-background-color: var(--color-grey100);background-color:var(--current-background-color);--current-text-color: var(--color-black);--link-color: var(--color-action);color:var(--current-text-color)}:root .background-action{--current-background-color: var(--color-action);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--color-action-text, var(--current-text-color))}:root .background-action:hover{background-color:var(--color-action-hover, color-mix(in srgb, var(--color-action) 90%, white));color:var(--color-action-hover-text, var(--color-action-text, var(--current-text-color)))}:root .background-action:focus{background-color:var(--color-action-focus, color-mix(in srgb, var(--color-action) 80%, white));color:var(--color-action-focus-text, var(--color-action-text, var(--current-text-color)))}:root .background-action:active{background-color:var(--color-action-active, color-mix(in srgb, var(--color-action) 60%, black));color:var(--color-action-active-text, var(--color-action-text, var(--current-text-color)))}:root .background-action:disabled{background-color:var( --color-action-disabled, color-mix(in srgb, var(--color-action) 40%, white) );color:var(--color-action-disabled-text, var(--color-action-text, var(--current-text-color)))}:root .background-primary{--current-background-color: var(--color-primary);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-secondary{--current-background-color: var(--color-secondary);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-accent{--current-background-color: var(--color-accent);background-color:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root .background-background{--current-background-color: var(--color-background);background-color:var(--current-background-color);--current-text-color: var(--color-text);--link-color: var(--color-link);color:var(--current-text-color)}:root .background-gradient-light{--current-background-color: linear-gradient( to right, color-mix(in srgb, var(--color-primary) 0%, var(--color-secondary) 20%), color-mix(in srgb, var(--color-secondary) 0%, var(--color-primary) 20%) );background:var(--current-background-color);--current-text-color: var(--color-text);--link-color: var(--color-link);color:var(--current-text-color)}:root .background-gradient-dark{--current-background-color: linear-gradient( to right, color-mix(in srgb, var(--color-primary) 0%, var(--color-secondary) 100%), color-mix(in srgb, var(--color-secondary) 0%, var(--color-primary) 100%) );background:var(--current-background-color);--current-text-color: var(--color-white);--link-color: var(--color-white);color:var(--current-text-color)}:root{--font-family: "Montserrat", sans-serif;--font-heading: "Montserrat", sans-serif;--font-weight-bold: 550;--font-weight-normal: 400;--font-weight-thin: 200}:root .flex-row{display:flex;flex-direction:row}:root .flex-column{display:flex;flex-direction:column}:root .flex-row-reverse{display:flex;flex-direction:row-reverse}:root .flex-column-reverse{display:flex;flex-direction:column-reverse}:root .flex-inline-row{display:inline-flex;flex-direction:row}:root .flex-inline-column{display:inline-flex;flex-direction:column}:root .flex-inline-row-reverse{display:inline-flex;flex-direction:row-reverse}:root .flex-inline-column-reverse{display:inline-flex;flex-direction:column-reverse}:root .flex-align-start{align-items:flex-start}:root .flex-align-center{align-items:center}:root .flex-align-end{align-items:flex-end}:root .flex-align-stretch{align-items:stretch}:root .flex-align-baseline{align-items:baseline}:root .flex-justify-start{justify-content:flex-start}:root .flex-justify-center{justify-content:center}:root .flex-justify-end{justify-content:flex-end}:root .flex-justify-space-between{justify-content:space-between}:root .flex-justify-space-around{justify-content:space-around}:root .flex-justify-space-evenly{justify-content:space-evenly}:root .flex-justify-stretch>*{flex-grow:1}:root .flex-wrap{flex-wrap:wrap}:root .flex-grow{flex-grow:1}:root .flex-nogrow{flex-grow:0}:root .flex-shrink{flex-shrink:1}:root .flex-noshrink{flex-shrink:0}:root .flex-auto{flex-basis:auto}:root{--gap-width-none: 0;--gap-width-xxsmall: .25rem;--gap-width-xsmall: .5rem;--gap-width-small: 1rem;--gap-width-medium: 1.5rem;--gap-width-large: 2rem;--gap-width-xlarge: 2.5rem;--gap-width-xxlarge: 3rem;--gap-width: var(--gap-width-medium)}:root .gap-none{--gap-width: 0}:root .gap-xxsmall{--gap-width: var(--gap-width-xxsmall)}:root .gap-xsmall{--gap-width: var(--gap-width-xsmall)}:root .gap-small{--gap-width: var(--gap-width-small)}:root .gap-medium{--gap-width: var(--gap-width-medium)}:root .gap-large{--gap-width: var(--gap-width-large)}:root .gap-xlarge{--gap-width: var(--gap-width-xlarge)}:root .gap-xxlarge{--gap-width: var(--gap-width-xxlarge)}:root{--gutter-width: 2rem}:root .gutter{padding-left:var(--gutter-width);padding-right:var(--gutter-width)}:root .hidden{display:none}:root .text-hidden{position:absolute;left:-999rem}@media screen and (min-width: 578px){:root .s-hidden{display:none}:root .s-text-hidden{position:absolute;left:-999rem}}@media screen and (min-width: 768px){:root .m-hidden{display:none}:root .m-text-hidden{position:absolute;left:-999rem}}@media screen and (min-width: 1024px){:root .l-hidden{display:none}:root .l-text-hidden{position:absolute;left:-999rem}}@media screen and (max-width: 577px){:root .maxs-hidden{display:none}:root .maxs-text-hidden{position:absolute;left:-999rem}}@media screen and (max-width: 767px){:root .maxm-hidden{display:none}:root .maxm-text-hidden{position:absolute;left:-999rem}}@media screen and (max-width: 1023px){:root .maxl-hidden{display:none}:root .maxl-text-hidden{position:absolute;left:-999rem}}:root{--spacing-none: 0;--spacing-xsmall: .5rem;--spacing-small: 1rem;--spacing-medium: 2rem;--spacing-large: 3rem;--spacing-xlarge: 4rem;--spacing-xxlarge: 5rem;--spacing-xxxlarge: 6rem}:root{--text-size: 16px;--text-size-xsmall: 12px;--text-size-small: 14px;--text-size-medium: 16px;--text-size-large: 18px;--text-size-xlarge: 20px;--text-size-xxlarge: 32px;--text-line-height: 1.5em;--text-heading-1: 400 32px/1.3 var(--font-heading);--text-heading-2: 600 24px/1.3 var(--font-heading);--text-heading-3: 600 20px/1.3 var(--font-heading);--text-heading-4: 600 18px/1.3 var(--font-heading);--text-heading-5: 600 16px/1.3 var(--font-heading)}:root .text-hidden{visibility:hidden;position:absolute;left:-999rem}:root .text-size-xsmall{font-size:var(--text-size-xsmall)}:root .text-size-small{font-size:var(--text-size-small)}:root .text-size-medium{font-size:var(--text-size-medium)}:root .text-size-large{font-size:var(--text-size-large)}:root .text-size-xlarge{font-size:var(--text-size-xlarge)}:root .text-size-xxlarge{font-size:var(--text-size-xxlarge)}:root .text-heading-1{font:var(--text-heading-1)}:root .text-heading-2{font:var(--text-heading-2)}:root .text-heading-3{font:var(--text-heading-3)}:root .text-heading-4{font:var(--text-heading-4)}:root .text-heading-5{font:var(--text-heading-5)}:root .text-weight-bold{font-weight:var(--font-weight-bold)}:root .text-weight-normal{font-weight:var(--font-weight-normal)}:root.theme-standard{--base-border-radius: 20px;--base-box-shadow: 0 0 2px rgba(0, 0, 0, .2);--input-border-radius: var(--base-border-radius, 5px)}:root.theme-edge{--base-border-radius: 0px;--base-box-shadow: 0 0 1px rgba(0, 0, 0, .2);--input-border-radius: var(--base-border-radius)}:root.theme-plicploc{--color-background: #fafafa;--base-border-radius: .5rem;--base-box-shadow: 0 0 2px rgba(0, 0, 0, .2);--input-border-radius: var(--base-border-radius, 5px);--color-primary: #993485;--color-secondary: #007bff;--color-action: #ff6b6b;--color-error: red;--color-link: inherit;--color-link-hover: var(--color-action);--color-border: #00000014;--color-primary: #ff6b6b;--color-secondary: #a78bfa;--color-accent: #fbbf24;--button-border-radius: .5rem;--button-border-width: 0;--button-font-weight: 500;--button-box-shadow: 0 0 0 1px var(--color-action);--icon-border-radius: 1rem;--list-item-bullet-color: var(--color-primary);--list-item-bullet-size: 1rem}:root{--transition-easing: ease-out;--transition-quick: .15s var(--transition-easing);--transition: .35s var(--transition-easing);--transition-slow: .5s var(--transition-easing)}:root{--screen-xsmall: 350px;--screen-small: 576px;--screen-medium: 768px;--screen-large: 992px;--screen-xlarge: 1200px}:root .width-1of1,:root .width-2of2,:root .width-3of3,:root .width-4of4,:root .width-5of5,:root .width-6of6{width:100%}:root .width-5of6{width:83.33333%}:root .width-4of5{width:80%}:root .width-3of4{width:75%}:root .width-2of3,:root .width-4of6{width:66.6666%}:root .width-3of5{width:60%}:root .width-1of2,:root .width-2of4,:root .width-3of6{width:50%}:root .width-2of5{width:40%}:root .width-1of3,:root .width-2of6{width:33.3333%}:root .width-1of4{width:25%}:root .width-1of5{width:20%}:root .width-1of6{width:16.6666%}:root .width-1of7{width:14.2857%}:root .width-hidden{width:0}@media (min-width: 350px){:root .xs-width-1of1,:root .xs-width-2of2,:root .xs-width-3of3,:root .xs-width-4of4,:root .xs-width-5of5,:root .xs-width-6of6{width:100%}:root .xs-width-5of6{width:83.33333%}:root .xs-width-4of5{width:80%}:root .xs-width-3of4{width:75%}:root .xs-width-2of3,:root .xs-width-4of6{width:66.6666%}:root .xs-width-3of5{width:60%}:root .xs-width-1of2,:root .xs-width-2of4,:root .xs-width-3of6{width:50%}:root .xs-width-2of5{width:40%}:root .xs-width-1of3,:root .xs-width-2of6{width:33.3333%}:root .xs-width-1of4{width:25%}:root .xs-width-1of5{width:20%}:root .xs-width-1of6{width:16.6666%}:root .xs-width-1of7{width:14.2857%}:root .xs-width-hidden{width:0}}@media (min-width: 576px){:root .s-width-1of1,:root .s-width-2of2,:root .s-width-3of3,:root .s-width-4of4,:root .s-width-5of5,:root .s-width-6of6{width:100%}:root .s-width-5of6{width:83.33333%}:root .s-width-4of5{width:80%}:root .s-width-3of4{width:75%}:root .s-width-2of3,:root .s-width-4of6{width:66.6666%}:root .s-width-3of5{width:60%}:root .s-width-1of2,:root .s-width-2of4,:root .s-width-3of6{width:50%}:root .s-width-2of5{width:40%}:root .s-width-1of3,:root .s-width-2of6{width:33.3333%}:root .s-width-1of4{width:25%}:root .s-width-1of5{width:20%}:root .s-width-1of6{width:16.6666%}:root .s-width-1of7{width:14.2857%}:root .s-width-hidden{width:0}}@media (min-width: 768px){:root .m-width-1of1,:root .m-width-2of2,:root .m-width-3of3,:root .m-width-4of4,:root .m-width-5of5,:root .m-width-6of6{width:100%}:root .m-width-5of6{width:83.33333%}:root .m-width-4of5{width:80%}:root .m-width-3of4{width:75%}:root .m-width-2of3,:root .m-width-4of6{width:66.6666%}:root .m-width-3of5{width:60%}:root .m-width-1of2,:root .m-width-2of4,:root .m-width-3of6{width:50%}:root .m-width-2of5{width:40%}:root .m-width-1of3,:root .m-width-2of6{width:33.3333%}:root .m-width-1of4{width:25%}:root .m-width-1of5{width:20%}:root .m-width-1of6{width:16.6666%}:root .m-width-1of7{width:14.2857%}:root .m-width-hidden{width:0}}@media (min-width: 992px){:root .l-width-1of1,:root .l-width-2of2,:root .l-width-3of3,:root .l-width-4of4,:root .l-width-5of5,:root .l-width-6of6{width:100%}:root .l-width-5of6{width:83.33333%}:root .l-width-4of5{width:80%}:root .l-width-3of4{width:75%}:root .l-width-2of3,:root .l-width-4of6{width:66.6666%}:root .l-width-3of5{width:60%}:root .l-width-1of2,:root .l-width-2of4,:root .l-width-3of6{width:50%}:root .l-width-2of5{width:40%}:root .l-width-1of3,:root .l-width-2of6{width:33.3333%}:root .l-width-1of4{width:25%}:root .l-width-1of5{width:20%}:root .l-width-1of6{width:16.6666%}:root .l-width-1of7{width:14.2857%}:root .l-width-hidden{width:0}}@media (min-width: 1200px){:root .xl-width-1of1,:root .xl-width-2of2,:root .xl-width-3of3,:root .xl-width-4of4,:root .xl-width-5of5,:root .xl-width-6of6{width:100%}:root .xl-width-5of6{width:83.33333%}:root .xl-width-4of5{width:80%}:root .xl-width-3of4{width:75%}:root .xl-width-2of3,:root .xl-width-4of6{width:66.6666%}:root .xl-width-3of5{width:60%}:root .xl-width-1of2,:root .xl-width-2of4,:root .xl-width-3of6{width:50%}:root .xl-width-2of5{width:40%}:root .xl-width-1of3,:root .xl-width-2of6{width:33.3333%}:root .xl-width-1of4{width:25%}:root .xl-width-1of5{width:20%}:root .xl-width-1of6{width:16.6666%}:root .xl-width-1of7{width:14.2857%}:root .xl-width-hidden{width:0}}@media (max-width: 1199px){:root .maxxl-width-1of1,:root .maxxl-width-2of2,:root .maxxl-width-3of3,:root .maxxl-width-4of4,:root .maxxl-width-5of5,:root .maxxl-width-6of6{width:100%}:root .maxxl-width-5of6{width:83.33333%}:root .maxxl-width-4of5{width:80%}:root .maxxl-width-3of4{width:75%}:root .maxxl-width-2of3,:root .maxxl-width-4of6{width:66.6666%}:root .maxxl-width-3of5{width:60%}:root .maxxl-width-1of2,:root .maxxl-width-2of4,:root .maxxl-width-3of6{width:50%}:root .maxxl-width-2of5{width:40%}:root .maxxl-width-1of3,:root .maxxl-width-2of6{width:33.3333%}:root .maxxl-width-1of4{width:25%}:root .maxxl-width-1of5{width:20%}:root .maxxl-width-1of6{width:16.6666%}:root .maxxl-width-1of7{width:14.2857%}:root .maxxl-width-hidden{width:0}}@media (max-width: 991px){:root .maxl-width-1of1,:root .maxl-width-2of2,:root .maxl-width-3of3,:root .maxl-width-4of4,:root .maxl-width-5of5,:root .maxl-width-6of6{width:100%}:root .maxl-width-5of6{width:83.33333%}:root .maxl-width-4of5{width:80%}:root .maxl-width-3of4{width:75%}:root .maxl-width-2of3,:root .maxl-width-4of6{width:66.6666%}:root .maxl-width-3of5{width:60%}:root .maxl-width-1of2,:root .maxl-width-2of4,:root .maxl-width-3of6{width:50%}:root .maxl-width-2of5{width:40%}:root .maxl-width-1of3,:root .maxl-width-2of6{width:33.3333%}:root .maxl-width-1of4{width:25%}:root .maxl-width-1of5{width:20%}:root .maxl-width-1of6{width:16.6666%}:root .maxl-width-1of7{width:14.2857%}:root .maxl-width-hidden{width:0}}@media (max-width: 767px){:root .maxm-width-1of1,:root .maxm-width-2of2,:root .maxm-width-3of3,:root .maxm-width-4of4,:root .maxm-width-5of5,:root .maxm-width-6of6{width:100%}:root .maxm-width-5of6{width:83.33333%}:root .maxm-width-4of5{width:80%}:root .maxm-width-3of4{width:75%}:root .maxm-width-2of3,:root .maxm-width-4of6{width:66.6666%}:root .maxm-width-3of5{width:60%}:root .maxm-width-1of2,:root .maxm-width-2of4,:root .maxm-width-3of6{width:50%}:root .maxm-width-2of5{width:40%}:root .maxm-width-1of3,:root .maxm-width-2of6{width:33.3333%}:root .maxm-width-1of4{width:25%}:root .maxm-width-1of5{width:20%}:root .maxm-width-1of6{width:16.6666%}:root .maxm-width-1of7{width:14.2857%}:root .maxm-width-hidden{width:0}}@media (max-width: 575px){:root .maxs-width-1of1,:root .maxs-width-2of2,:root .maxs-width-3of3,:root .maxs-width-4of4,:root .maxs-width-5of5,:root .maxs-width-6of6{width:100%}:root .maxs-width-5of6{width:83.33333%}:root .maxs-width-4of5{width:80%}:root .maxs-width-3of4{width:75%}:root .maxs-width-2of3,:root .maxs-width-4of6{width:66.6666%}:root .maxs-width-3of5{width:60%}:root .maxs-width-1of2,:root .maxs-width-2of4,:root .maxs-width-3of6{width:50%}:root .maxs-width-2of5{width:40%}:root .maxs-width-1of3,:root .maxs-width-2of6{width:33.3333%}:root .maxs-width-1of4{width:25%}:root .maxs-width-1of5{width:20%}:root .maxs-width-1of6{width:16.6666%}:root .maxs-width-1of7{width:14.2857%}:root .maxs-width-hidden{width:0}}@media (max-width: 349px){:root .maxxs-width-1of1,:root .maxxs-width-2of2,:root .maxxs-width-3of3,:root .maxxs-width-4of4,:root .maxxs-width-5of5,:root .maxxs-width-6of6{width:100%}:root .maxxs-width-5of6{width:83.33333%}:root .maxxs-width-4of5{width:80%}:root .maxxs-width-3of4{width:75%}:root .maxxs-width-2of3,:root .maxxs-width-4of6{width:66.6666%}:root .maxxs-width-3of5{width:60%}:root .maxxs-width-1of2,:root .maxxs-width-2of4,:root .maxxs-width-3of6{width:50%}:root .maxxs-width-2of5{width:40%}:root .maxxs-width-1of3,:root .maxxs-width-2of6{width:33.3333%}:root .maxxs-width-1of4{width:25%}:root .maxxs-width-1of5{width:20%}:root .maxxs-width-1of6{width:16.6666%}:root .maxxs-width-1of7{width:14.2857%}:root .maxxs-width-hidden{width:0}}:root{--header-background: #000;--header-color: #fff;--color-background: #fff;--color-color: #000;--footer-background: #000;--footer-color: #fff}.AdminNavigation.svelte-cdfe97{padding:1rem;position:sticky;top:0}
