/*! mgplus.css v1.4.5 | MIT License | github.com/mgpluscss/mgplus */:root{--mg-color-dark: hsl(255deg 0% 5%);--mg-color-light: hsl(255deg 0% 95%);--mg-color-primary: #475dca;--mg-control-radius: 1rem;--mg-input-radius: 1rem;--mg-color-red: #dc3545;--mg-color-orange: #fd7e14;--mg-color-blue: #007bff;--mg-color-green: #28a745;--mg-control-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 3px 4px rgb(0 0 0 / 15%);--mg-control-active-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%);--mg-base-font-size: 1.6rem;--mg-color-initial: var(--mg-color-light);--mg-color-secondary: hsl(255deg 0% 20%);--mg-color-tertiary: hsl(255deg 0% 40%);--mg-color-quaternary: hsl(255deg 0% 60%);--mg-color-quinary: hsl(255deg 0% 90%);--mg-dark-color-initial: var(--mg-color-dark);--mg-dark-color-secondary: hsl(255deg 0% 80%);--mg-dark-color-tertiary: hsl(255deg 0% 70%);--mg-dark-color-quaternary: hsl(255deg 0% 50%);--mg-dark-color-quinary: hsl(255deg 0% 25%);--mg-grid-gutter: .5rem;--mg-zindex-0: 1;--mg-zindex-1: 100;--mg-zindex-2: 200;--mg-zindex-3: 300;--mg-zindex-4: 400;--mg-zindex-5: 500;--mg-zindex-max: 999}:root{color-scheme:light}.mg-theme-dark,:root[data-theme=dark]{--mg-color-initial: var(--mg-dark-color-initial);--mg-color-secondary: var(--mg-dark-color-secondary);--mg-color-tertiary: var(--mg-dark-color-tertiary);--mg-color-quaternary: var(--mg-dark-color-quaternary);--mg-color-quinary: var(--mg-dark-color-quinary);color-scheme:dark}.mg-theme-dark .mg-hidden-dark,:root[data-theme=dark] .mg-hidden-dark{display:none}.mg-theme-light{--mg-color-initial: var(--mg-color-initial);--mg-color-secondary: var(--mg-color-secondary);--mg-color-tertiary: var(--mg-color-tertiary);--mg-color-quaternary: var(--mg-color-quaternary);--mg-color-quinary: var(--mg-color-quinary);color-scheme:light}.mg-theme-light .mg-hidden-light{display:none}*,*:after,*:before{box-sizing:inherit}html,body{box-sizing:border-box;font-size:65%;overflow-x:hidden}body{background-color:var(--mg-color-initial);color:var(--mg-color-secondary);font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--mg-base-font-size);font-weight:300;letter-spacing:.016rem;line-height:1.6;margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:calc(var(--mg-base-font-size))}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:calc(var(--mg-base-font-size))}small{font-size:calc(var(--mg-base-font-size) * .2 + 1rem)}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.4rem}sup{top:-.8rem}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline;border-radius:var(--mg-input-radius);height:calc(var(--mg-base-font-size) * .2 + 1rem)}progress::-webkit-progress-bar{background-color:var(--mg-color-quaternary);border-radius:var(--mg-input-radius)}progress::-webkit-progress-value{background-color:var(--mg-color-primary);border-radius:var(--mg-input-radius);min-width:calc(var(--mg-input-radius))}textarea{overflow:auto}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:inherit}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-.25rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}blockquote{border-left:.3rem solid var(--mg-color-quaternary);margin-left:0;margin-right:0;padding:1rem 1.5rem}blockquote *:last-child{margin-bottom:0}.mg-button,button,input[type=button],input[type=reset],input[type=submit]{background-color:var(--mg-color-primary);border:.2rem solid var(--mg-color-primary);border-radius:var(--mg-control-radius);color:var(--mg-color-light);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:calc(var(--mg-base-font-size) * .2 + 1rem);font-weight:600;height:calc(var(--mg-base-font-size) * 2.5);letter-spacing:.1rem;padding:0 2rem;text-align:center;text-decoration:none;opacity:1;box-shadow:var(--mg-control-shadow);position:relative;overflow:hidden;flex-wrap:nowrap;white-space:nowrap}.mg-button:focus,.mg-button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{transition:all .5s ease;box-shadow:var(--mg-control-active-shadow);outline:0;color:var(--mg-color-light)}.mg-button[disabled],button[disabled],input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:default;opacity:.5}.mg-button[disabled]:focus,.mg-button[disabled]:hover,button[disabled]:focus,button[disabled]:hover,input[type=button][disabled]:focus,input[type=button][disabled]:hover,input[type=reset][disabled]:focus,input[type=reset][disabled]:hover,input[type=submit][disabled]:focus,input[type=submit][disabled]:hover{background-color:var(--mg-color-secondary);border-color:var(--mg-color-primary)}.mg-button.mg-button--outline,button.mg-button--outline,input[type=button].mg-button--outline,input[type=reset].mg-button--outline,input[type=submit].mg-button--outline{background-color:transparent;color:var(--mg-color-primary)}.mg-button.mg-button--outline:focus,.mg-button.mg-button--outline:hover,button.mg-button--outline:focus,button.mg-button--outline:hover,input[type=button].mg-button--outline:focus,input[type=button].mg-button--outline:hover,input[type=reset].mg-button--outline:focus,input[type=reset].mg-button--outline:hover,input[type=submit].mg-button--outline:focus,input[type=submit].mg-button--outline:hover{transition:all .5s ease;box-shadow:var(--mg-control-active-shadow)}.mg-button.mg-button--outline[disabled]:focus,.mg-button.mg-button--outline[disabled]:hover,button.mg-button--outline[disabled]:focus,button.mg-button--outline[disabled]:hover,input[type=button].mg-button--outline[disabled]:focus,input[type=button].mg-button--outline[disabled]:hover,input[type=reset].mg-button--outline[disabled]:focus,input[type=reset].mg-button--outline[disabled]:hover,input[type=submit].mg-button--outline[disabled]:focus,input[type=submit].mg-button--outline[disabled]:hover{border-color:inherit}.mg-button.mg-button--link,button.mg-button--link,input[type=button].mg-button--link,input[type=reset].mg-button--link,input[type=submit].mg-button--link{box-shadow:none;background-color:transparent;color:var(--mg-color-primary);border:none}.mg-button.mg-button--link:focus,.mg-button.mg-button--link:hover,button.mg-button--link:focus,button.mg-button--link:hover,input[type=button].mg-button--link:focus,input[type=button].mg-button--link:hover,input[type=reset].mg-button--link:focus,input[type=reset].mg-button--link:hover,input[type=submit].mg-button--link:focus,input[type=submit].mg-button--link:hover{transition:all .5s ease;box-shadow:var(--mg-control-active-shadow);color:var(--mg-color-secondary)}.mg-button.mg-button--link[disabled]:focus,.mg-button.mg-button--link[disabled]:hover,button.mg-button--link[disabled]:focus,button.mg-button--link[disabled]:hover,input[type=button].mg-button--link[disabled]:focus,input[type=button].mg-button--link[disabled]:hover,input[type=reset].mg-button--link[disabled]:focus,input[type=reset].mg-button--link[disabled]:hover,input[type=submit].mg-button--link[disabled]:focus,input[type=submit].mg-button--link[disabled]:hover{border-color:inherit}.mg-button.mg-button--clear,button.mg-button--clear,input[type=button].mg-button--clear,input[type=reset].mg-button--clear,input[type=submit].mg-button--clear{background-color:transparent;color:var(--mg-color-primary);border:none}.mg-button.mg-button--clear:focus,.mg-button.mg-button--clear:hover,button.mg-button--clear:focus,button.mg-button--clear:hover,input[type=button].mg-button--clear:focus,input[type=button].mg-button--clear:hover,input[type=reset].mg-button--clear:focus,input[type=reset].mg-button--clear:hover,input[type=submit].mg-button--clear:focus,input[type=submit].mg-button--clear:hover{transition:all .5s ease;box-shadow:var(--mg-control-active-shadow)}.mg-button.mg-button--clear[disabled]:focus,.mg-button.mg-button--clear[disabled]:hover,button.mg-button--clear[disabled]:focus,button.mg-button--clear[disabled]:hover,input[type=button].mg-button--clear[disabled]:focus,input[type=button].mg-button--clear[disabled]:hover,input[type=reset].mg-button--clear[disabled]:focus,input[type=reset].mg-button--clear[disabled]:hover,input[type=submit].mg-button--clear[disabled]:focus,input[type=submit].mg-button--clear[disabled]:hover{border-color:inherit}.mg-button.mg-button--small,button.mg-button--small,input[type=button].mg-button--small,input[type=reset].mg-button--small,input[type=submit].mg-button--small{font-size:calc(var(--mg-base-font-size) * .2 + 1rem);height:calc(var(--mg-base-font-size) * 1.6 + .5rem);padding:0 1.5rem}.mg-button.mg-button--large,button.mg-button--large,input[type=button].mg-button--large,input[type=reset].mg-button--large,input[type=submit].mg-button--large{font-size:calc(var(--mg-base-font-size) * 1.1);height:calc(var(--mg-base-font-size) * 2.5);padding:0 2rem}.mg-button.mg-button--transparent,button.mg-button--transparent,input[type=button].mg-button--transparent,input[type=reset].mg-button--transparent,input[type=submit].mg-button--transparent{background-color:transparent;border-color:transparent}code{background:var(--mg-color-quinary);border-radius:.4rem;font-size:86%;margin:0 .2rem;padding:.2rem .5rem;white-space:nowrap}pre{background:var(--mg-color-quinary);border-left:.3rem solid var(--mg-color-primary);overflow-y:hidden}pre>code{border-radius:0;display:block;padding:1rem 1.5rem;white-space:pre}hr{border:0;border-top:.1rem solid var(--mg-color-tertiary);margin:3rem 0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.mg-input{display:inline-flex;align-items:center;margin-bottom:1.5rem;gap:.5rem}textarea{min-height:6.5rem}.mg-input,input[type=range],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea,select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:transparent;border:.1rem solid var(--mg-color-quaternary);border-radius:var(--mg-input-radius);box-shadow:none;box-sizing:inherit;height:calc(var(--mg-base-font-size) * 2.5);padding:1rem;width:100%;color:var(--mg-color-secondary)}.mg-input:focus,input[type=range]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus,select:focus{border-color:var(--mg-color-primary);outline:0}.mg-input.mg-input--small,input[type=range].mg-input--small,input[type=email].mg-input--small,input[type=number].mg-input--small,input[type=password].mg-input--small,input[type=search].mg-input--small,input[type=tel].mg-input--small,input[type=text].mg-input--small,input[type=url].mg-input--small,textarea.mg-input--small,select.mg-input--small{font-size:calc(var(--mg-base-font-size) * .2 + 1rem);height:calc(var(--mg-base-font-size) * 1.6 + .5rem);padding:0 1rem}.mg-input.mg-input--large,input[type=range].mg-input--large,input[type=email].mg-input--large,input[type=number].mg-input--large,input[type=password].mg-input--large,input[type=search].mg-input--large,input[type=tel].mg-input--large,input[type=text].mg-input--large,input[type=url].mg-input--large,textarea.mg-input--large,select.mg-input--large{font-size:calc(var(--mg-base-font-size) * 1.1);height:calc(var(--mg-base-font-size) * 2.5);padding:0 1.2rem}select{background-color:var(--mg-color-initial);padding-top:.1rem;padding-bottom:.1rem}.mg-input>input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin-top:0;margin-bottom:0;padding:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin-top:0;margin-bottom:0;padding:0;-webkit-text-fill-color:var(--mg-color-secondary);-webkit-box-shadow:none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-moz-appearance:none;appearance:none;-webkit-appearance:none}input[type=checkbox],input[type=radio]{display:inline}div.mg-input:focus-within{border-color:var(--mg-color-primary);outline:0}label,legend{display:block;font-size:calc(var(--mg-base-font-size));font-weight:700;margin-bottom:.5rem}fieldset{border-width:0;padding:0}a{color:var(--mg-color-primary);text-decoration:none}a:focus,a:hover{color:var(--mg-color-secondary)}ol{list-style:decimal inside}ul{list-style:circle inside}dl,ol,ul{list-style:none;margin-top:0;padding-left:0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{font-size:90%;margin:1.5rem 0 1.5rem 3rem}.mg-button,button,dd,dt,li{margin-bottom:1rem}fieldset,input,select,textarea{margin-bottom:1.5rem}blockquote,dl,figure,form,ol,p,pre,table,ul{margin-bottom:2.5rem}table{border-spacing:0;width:100%}td,th{border-bottom:.1rem solid var(--mg-color-quinary);padding:1.2rem 1.5rem;text-align:left}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}table.table--responsive{display:inline-block;overflow-x:auto}b,strong{font-weight:700}p{margin-top:0}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.1rem}h1{font-size:calc(var(--mg-base-font-size) * 2.4)}h2{font-size:calc(var(--mg-base-font-size) * 2)}h3{font-size:calc(var(--mg-base-font-size) * 1.5)}h4{font-size:calc(var(--mg-base-font-size) * 1.3);letter-spacing:-.08rem}h5{font-size:calc(var(--mg-base-font-size) * 1.1);letter-spacing:-.05rem}h6{font-size:calc(var(--mg-base-font-size));letter-spacing:0}img{max-width:100%}input[type=range]{background:var(--mg-color-quaternary);border-radius:var(--mg-input-radius);display:inline-block;height:.8rem;margin-right:1.76rem;opacity:.9;outline:none;padding:0;position:relative;transition:opacity .2s;vertical-align:top;width:100%}input[type=range]:hover{opacity:1}input[type=range]::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:var(--mg-color-primary);border-radius:100%;border:none;box-shadow:var(--mg-control-shadow);cursor:pointer;height:2.5rem;width:2.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--mg-color-primary);border:none;box-shadow:var(--mg-control-shadow);cursor:pointer;height:2.5rem;width:2.5rem;border-radius:var(--mg-control-radius)}input[type=range]:disabled{opacity:.5}input[type=range]:disabled::-moz-range-thumb{background:var(--mg-color-quaternary)}input[type=range]:disabled::-webkit-slider-thumb{background:var(--mg-color-quaternary)}.mg-icon-dropdown,.mg-icon-collapse{padding-right:3rem!important;position:relative}.mg-icon-dropdown:after,.mg-icon-collapse:after{vertical-align:middle;box-sizing:border-box;border:.25rem solid transparent;border-color:currentcolor;right:1rem;border-right:0;border-top:0;content:"";display:inline-block;pointer-events:none;position:absolute;transform-origin:center;height:.8rem;width:.8rem;transition:all .2s;transform:rotate(-45deg);top:calc(50% - .5rem)}.mg-icon-dropdown.opened:after,.mg-icon-collapse.opened:after{transform:rotate(-225deg);top:45%}.mg-icon-nav{padding-right:3rem!important;position:relative}.mg-icon-nav:after{vertical-align:middle;box-sizing:border-box;border:.25rem solid transparent;border-color:currentcolor;right:1rem;border-right:0;border-top:0;content:"";display:inline-block;pointer-events:none;position:absolute;transform-origin:center;height:.8rem;width:.8rem;transition:all .2s;transform:rotate(-45deg);top:calc(50% - .5rem);transform:rotate(-135deg);top:40%}.mg-icon-nav.opened:after{transform:rotate(-225deg);top:45%}.mg-icon--action{cursor:pointer;transition:.3s}.mg-icon--action:hover{opacity:.7}@keyframes mg-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mg-check,.mg-radio,.mg-toggle{position:relative;padding-left:3rem;margin-right:2.5rem;margin-bottom:1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center}.mg-dropdown{position:relative;margin-bottom:1rem;display:inline-block}.mg-dropdown>.mg-dropdown--content{-webkit-overflow-scrolling:touch;width:100%;min-width:-moz-max-content;min-width:max-content;box-shadow:var(--mg-control-shadow);margin-left:auto;margin-right:auto;border:.15rem solid;padding-top:.5rem;padding-bottom:.5rem;display:none;opacity:0;visibility:hidden;position:absolute;background-color:var(--mg-color-initial);top:100%;border-color:var(--mg-color-quaternary);border-radius:var(--mg-control-radius);max-width:90vw;z-index:var(--mg-zindex-max);overflow:hidden auto;max-height:60vh}.opened+.mg-dropdown--content{display:block;opacity:1;visibility:visible}.mg-tabs>ul{display:flex;text-align:center;flex-wrap:nowrap;overflow-x:auto;list-style:none;margin-top:1rem;margin-bottom:-1rem}.mg-tabs>ul>li>*{color:var(--mg-color-secondary);white-space:nowrap}.mg-tabs>ul>li{font-weight:700;border-bottom:.3rem solid transparent;color:var(--mg-color-tertiary);opacity:.7;flex:0 0 auto}.mg-tabs>ul>li.active{color:var(--mg-color-primary);border-color:var(--mg-color-primary);overflow-y:hidden;opacity:1}.mg-tabs>ul>li:hover{color:var(--mg-color-secondary);border-color:var(--mg-color-tertiary);opacity:1;transition:all .3s}.mg-tabs--item{margin-left:.32rem;margin-right:.32rem;padding-left:.32rem;padding-right:.32rem}.mg-tabs--content{border-top:.15rem solid var(--mg-color-quaternary);padding:1.5rem;clear:both;opacity:1;transition:opacity .3s}.mg-tabs--content:not(.active){display:none;opacity:0}.mg-select{display:flex;align-items:center;width:100%;position:relative;vertical-align:top;margin-bottom:1.5rem}.mg-select>select{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:ellipsis;width:100%;padding-right:3rem;cursor:pointer}.mg-select:after{vertical-align:middle;box-sizing:border-box;border:.25rem solid transparent;border-color:currentcolor;right:1rem;border-right:0;border-top:0;content:"";display:inline-block;pointer-events:none;position:absolute;transform-origin:center;height:.8rem;width:.8rem;transition:all .2s;transform:rotate(-45deg);top:calc(50% - .5rem);color:currentcolor;top:calc(50% - 1.2rem);margin-bottom:1.5rem}.mg-alert{border-top-right-radius:var(--mg-control-radius);border-bottom-right-radius:var(--mg-control-radius);border-left:.3rem solid var(--mg-color-primary);margin-left:0;margin-right:0;padding:1rem 1.5rem;margin-bottom:2.5rem;background-color:var(--mg-color-quinary)}.mg-alert.danger{border-left-color:var(--mg-color-red)}.mg-alert.success{border-left-color:var(--mg-color-green)}.mg-alert.warning{border-left-color:var(--mg-color-orange)}.mg-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.mg-radio .mg-radio--icon{position:absolute;top:calc(50% - 1.2rem);left:0;height:2.4rem;width:2.4rem;border-radius:50%;border-style:solid;border-color:var(--mg-color-quaternary);border-width:thin;transition:all .4s}.mg-radio:hover input~.mg-radio--icon{background-color:var(--mg-color-secondary)}.mg-radio input:checked~.mg-radio--icon{background-color:var(--mg-color-primary)}.mg-radio .mg-radio--icon:after{top:.8rem;left:.8rem;width:.64rem;height:.64rem;border-radius:50%;background-color:var(--mg-color-light);content:"";position:absolute;display:none}.mg-radio input:checked~.mg-radio--icon:after{display:block}.mg-radio input:disabled~.mg-radio--icon{background-color:var(--mg-color-quinary)}.mg-radio input:focus~.mg-radio--icon{border-color:var(--mg-color-primary);border-style:dotted;border-width:thin}.mg-label--inline{font-weight:400}.mg-check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.mg-check .mg-check--icon{position:absolute;top:calc(50% - 1.2rem);left:0;height:2.4rem;width:2.4rem;border-style:solid;border-color:var(--mg-color-quaternary);border-width:thin;transition:all .3s;border-radius:.3rem}.mg-check:hover input~.mg-check--icon{background-color:var(--mg-color-secondary)}.mg-check input:checked~.mg-check--icon{background-color:var(--mg-color-primary)}.mg-check .mg-check--icon:after{content:"";position:absolute;display:none;left:.8rem;top:.16rem;width:.8rem;height:1.6rem;border:solid var(--mg-color-light);border-width:0 .25rem .3rem 0;transform:rotate(45deg)}.mg-check input:checked~.mg-check--icon:after{display:block}.mg-check input:disabled~.mg-check--icon{background-color:var(--mg-color-quinary)}.mg-check input:focus~.mg-check--icon{border-color:var(--mg-color-primary);border-style:dotted;border-width:thin}.mg-nav{padding:.5rem;margin-left:0;margin-top:0;overflow-y:auto;display:flex;flex-direction:column;margin-bottom:0}.mg-nav li{white-space:wrap;list-style-type:none;margin:0;display:flex;padding:.5rem;text-decoration:none;color:var(--mg-color-secondary);align-items:center;border-bottom:.125rem solid var(--mg-color-quinary)}.mg-nav li.active{color:currentcolor;border-left:.3rem solid var(--mg-color-primary);font-weight:700}.mg-nav li a{width:100%;cursor:pointer;text-decoration:none;color:var(--mg-color-secondary)}.mg-nav li:hover{background-color:var(--mg-color-quinary)}.mg-nav--inline{overflow-x:auto;flex-direction:row}.mg-nav--inline li{flex-wrap:nowrap}.mg-nav--inline li.active{border:none;border-bottom:.3rem solid var(--mg-color-primary)}.mg-nav--buttons{overflow-x:auto;flex-direction:row}.mg-nav--buttons li,.mg-nav--buttons li.active{border:none}.mg-nav--buttons li:hover{background-color:transparent}.mg-nav--buttons li button,.mg-nav--buttons li .mg-button{border:.2rem solid transparent;background-color:transparent;margin-bottom:0}.mg-nav--buttons li button:hover,.mg-nav--buttons li .mg-button:hover{color:var(--mg-color-secondary)}.mg-nav--buttons li.active button,.mg-nav--buttons li.active .mg-button{border:.2rem solid var(--mg-color-primary);color:var(--mg-color-secondary)}.mg-group{display:inline-flex;justify-items:baseline;flex-wrap:nowrap;height:auto}.mg-group>select:nth-child(1),.mg-group>input:nth-child(1),.mg-group>button:nth-child(1),.mg-group>textarea:nth-child(1),.mg-group>.mg-button:nth-child(1),.mg-group>.mg-dropdown:nth-child(1)>button,.mg-group>.mg-select:nth-child(1)>select{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.mg-group>select:not(:nth-child(1),:nth-last-child(1)),.mg-group>input:not(:nth-child(1),:nth-last-child(1)),.mg-group>button:not(:nth-child(1),:nth-last-child(1)),.mg-group>textarea:not(:nth-child(1),:nth-last-child(1)),.mg-group>.mg-button:not(:nth-child(1),:nth-last-child(1)),.mg-group>.mg-dropdown:not(:nth-child(1),:nth-last-child(1))>button,.mg-group>.mg-select:not(:nth-child(1),:nth-last-child(1))>select{border-radius:0}.mg-group>.mg-select:last-child>select,.mg-group>input:last-child,.mg-group>button:last-child,.mg-group>textarea:last-child,.mg-group>.mg-button:last-child,.mg-group>.mg-dropdown:last-child>button,.mg-group>select:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.mg-group .mg-group--outline{box-shadow:var(--mg-control-shadow)}.mg-modal--content{position:fixed;margin-left:auto;margin-right:auto}.mg-modal{position:fixed;display:flex;flex-direction:column;justify-content:center;place-items:center center;top:0;left:0;width:100%;height:100%;visibility:hidden;backface-visibility:hidden;z-index:calc(var(--mg-zindex-max) + 1);opacity:0;background:#000000b3;transition:opacity .3s}.mg-modal.opened{opacity:1;visibility:visible}.mg-modal>.mg-modal--content{background-color:var(--mg-color-initial);border-radius:var(--mg-control-radius);color:var(--mg-color-secondary);padding:2rem 1.5rem;margin-top:0;z-index:calc(var(--mg-zindex-max) + 2);box-shadow:var(--mg-control-shadow);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mg-modal>.mg-modal--content>.mg-modal--body{max-height:80vh;overflow-y:auto}.mg-modal.mg-modal--bottom>.mg-modal--content{bottom:-100vh;border-bottom-left-radius:0;border-bottom-right-radius:0}.mg-modal.mg-modal--top>.mg-modal--content{top:-100vh;border-top-left-radius:0;border-top-right-radius:0}.mg-modal.mg-modal--right>.mg-modal--content{right:-100vw;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1rem}.mg-modal.mg-modal--left>.mg-modal--content{left:-100vw;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1rem}.mg-modal.opened.mg-modal--right>.mg-modal--content{transform:translate(-100vw)}.mg-modal.opened.mg-modal--left>.mg-modal--content{transform:translate(100vw)}.mg-modal.opened.mg-modal--top>.mg-modal--content{transform:translateY(100vh)}.mg-modal.opened.mg-modal--bottom>.mg-modal--content{transform:translateY(-100vh)}.mg-toggle{padding-left:5.6rem}.mg-toggle input{opacity:0;display:none;position:absolute;height:0;width:0}.mg-toggle .mg-toggle--icon{border-radius:var(--mg-control-radius);position:absolute;top:calc(50% - 1.2rem);left:0;height:2.72rem;width:4.8rem;border-style:solid;border-color:var(--mg-color-quaternary);border-width:thin;transition:all .3s}.mg-toggle input~.mg-toggle--icon{background-color:var(--mg-color-quaternary)}.mg-toggle input:checked~.mg-toggle--icon{background-color:var(--mg-color-primary)}.mg-toggle .mg-toggle--icon:after{border:none;border-radius:var(--mg-control-radius);position:absolute;content:"";height:2.08rem;width:2.24rem;top:.2rem;left:.2rem;background-color:var(--mg-color-light);transition:.3s;box-shadow:var(--mg-control-shadow)}.mg-toggle input:checked~.mg-toggle--icon:after{left:2.08rem}.mg-toggle input:disabled~.mg-toggle--icon{background-color:var(--mg-color-quinary);opacity:.6}.mg-toggle input:focus~.mg-toggle--icon{border-color:var(--mg-color-primary);border-style:dotted;border-width:thin}.mg-loader--loading{opacity:.7}.mg-loader:not(.mg-loader--loaded)~.mg-loader--result,.mg-loader:not(.mg-loader--loading)~.mg-loader--status{display:none!important}.mg-loader:not(.mg-loader--loaded) .mg-loader--result,.mg-loader:not(.mg-loader--loading) .mg-loader--status{display:none!important}.mg-loader--loading .mg-loader--result .mg-loader--loaded .mg-loader--status{display:none!important}.mg-loader--loading~.mg-loader--result .mg-loader--loaded~.mg-loader--status{display:none!important}.mg-timeline{line-height:normal}.mg-timeline>ul,.mg-timeline>ol{position:relative;padding-left:3.6rem;list-style:none}.mg-timeline>ul:before,.mg-timeline>ol:before{display:inline-block;content:"";position:absolute;top:0;left:1.5rem;width:1rem;height:100%}.mg-timeline>ul li,.mg-timeline>ol li{counter-increment:list;position:relative;margin-bottom:0}.mg-timeline>ul li:not(:last-child),.mg-timeline>ol li:not(:last-child){padding-bottom:1rem}.mg-timeline>ul li:before,.mg-timeline>ol li:before{display:inline-block;content:"";position:absolute;left:-3rem;height:100%;width:1rem;border-left:.3rem solid var(--mg-color-quaternary)}.mg-timeline>ul li:last-child:before,.mg-timeline>ol li:last-child:before{border-color:none}.mg-timeline>ul li:after,.mg-timeline>ol li:after{content:"";display:inline-block;position:absolute;top:0;left:-3.8rem;width:2rem;height:2rem;border:.3rem solid var(--mg-color-quaternary);border-radius:50%;background-color:var(--mg-color-initial);text-align:center}.mg-timeline>ol li:after{content:counter(list);font-size:calc(var(--mg-base-font-size) * .2 + 1rem);font-weight:600}.mg-timeline>ul li.active:before,.mg-timeline>ol li.active:before{border-left:.3rem solid var(--mg-color-primary)}.mg-timeline>ul li:last-of-type:before,.mg-timeline>ol li:last-of-type:before{border-color:transparent}.mg-timeline>ul li.active:after,.mg-timeline>ol li.active:after{border-color:var(--mg-color-primary);background-color:var(--mg-color-primary)}.mg-timeline>ol li.active:after{color:var(--mg-color-light)}.mg-timeline>ul li.current:after,.mg-timeline>ol li.current:after{border-color:var(--mg-color-primary)}.mg-timeline-inline{line-height:normal}.mg-timeline-inline>ul,.mg-timeline-inline>ol{list-style:none;display:flex;flex-flow:row nowrap}.mg-timeline-inline>ul li,.mg-timeline-inline>ol li{counter-increment:list;padding-right:.15rem;border-top:.3rem solid var(--mg-color-quaternary);flex:1 1 0}.mg-timeline-inline>ul li:before,.mg-timeline-inline>ol li:before{content:"";left:0;display:inline-block;position:relative;vertical-align:text-top;bottom:1.2rem;width:2rem;height:2rem;border:.3rem solid var(--mg-color-quaternary);border-radius:50%;background-color:var(--mg-color-initial);text-align:center}.mg-timeline-inline>ol li:before{content:counter(list);font-size:calc(var(--mg-base-font-size) * .2 + 1rem);font-weight:600}.mg-timeline-inline>ul li.active,.mg-timeline-inline>ol li.active{border-color:var(--mg-color-primary)}.mg-timeline-inline>ul li.active:before,.mg-timeline-inline>ol li.active:before{border-color:var(--mg-color-primary);background-color:var(--mg-color-primary)}.mg-timeline-inline>ol li.active:before{color:var(--mg-color-light)}.mg-timeline-inline>ul li.current:before,.mg-timeline-inline>ol li.current:before{border-color:var(--mg-color-primary)}.mg-timeline-inline>ul li:last-of-type,.mg-timeline-inline>ol li:last-of-type{border-top:.3rem solid transparent;flex:0 1 auto}.mg-badge{border-radius:var(--mg-control-radius);display:inline-block;margin-bottom:.5rem;padding:.5rem 1rem;letter-spacing:.1rem;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:var(--mg-color-primary);color:var(--mg-color-light)}.mg-badge.success{background-color:var(--mg-color-green)}.mg-badge.warning{background-color:var(--mg-color-orange)}.mg-badge.danger{background-color:var(--mg-color-red)}.mg-text-justify{text-align:justify}.mg-text-nowrap{white-space:nowrap}.mg-text-lowercase{text-transform:lowercase}.mg-text-uppercase{text-transform:uppercase}.mg-text-capitalize{text-transform:capitalize}.mg-text-underline{text-decoration:underline}.mg-text-linethrough{text-decoration:line-through}.mg-text-overline{text-decoration:overline}.mg-text-none{text-decoration:none}.mg-text-break{word-break:break-all}.mg-text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mg-text-clip{overflow:hidden;text-overflow:clip;white-space:nowrap}.mg-text-s{font-size:calc(var(--mg-base-font-size) * .2 + 1rem)}.mg-text-m{font-size:calc(var(--mg-base-font-size))}.mg-text-l{font-size:calc(var(--mg-base-font-size) * 1.1)}.mg-text-xl{font-size:calc(var(--mg-base-font-size) * 1.3)}.mg-text-2xl{font-size:calc(var(--mg-base-font-size) * 1.5)}.mg-text-3xl{font-size:calc(var(--mg-base-font-size) * 2)}.mg-text-4xl{font-size:calc(var(--mg-base-font-size) * 2.4)}.mg-text-5xl{font-size:calc(var(--mg-base-font-size) * 3.5)}.mg-text-bold{font-weight:700}.mg-text-bolder{font-weight:bolder}.mg-text-lighter{font-weight:lighter}.mg-collapse:not(.opened)+.mg-collapse--content{display:none}.mg-progress{display:inline-block;background-color:var(--mg-color-quinary);border-radius:var(--mg-control-radius);width:100%;height:calc(var(--mg-base-font-size) * .2 + 1rem);margin-bottom:1.2rem}.mg-progress>.mg-progress--bar{border-radius:var(--mg-control-radius);background-color:var(--mg-color-primary);height:100%}.mg-col{display:flex;flex-direction:column;width:100%;height:100%}.mg-x1,.mg-s1,.mg-m1,.mg-l1,.mg-xl1,.mg-x2,.mg-s2,.mg-m2,.mg-l2,.mg-xl2,.mg-x3,.mg-s3,.mg-m3,.mg-l3,.mg-xl3,.mg-x4,.mg-s4,.mg-m4,.mg-l4,.mg-xl4,.mg-x5,.mg-s5,.mg-m5,.mg-l5,.mg-xl5,.mg-x6,.mg-s6,.mg-m6,.mg-l6,.mg-xl6,.mg-x7,.mg-s7,.mg-m7,.mg-l7,.mg-xl7,.mg-x8,.mg-s8,.mg-m8,.mg-l8,.mg-xl8,.mg-x9,.mg-s9,.mg-m9,.mg-l9,.mg-xl9,.mg-x10,.mg-s10,.mg-m10,.mg-l10,.mg-xl10,.mg-x11,.mg-s11,.mg-m11,.mg-l11,.mg-xl11,.mg-x12,.mg-s12,.mg-m12,.mg-l12,.mg-xl12{flex:0 0 100%;max-width:100%;min-height:.125rem;padding-left:calc(var(--mg-grid-gutter) / 2);padding-right:calc(var(--mg-grid-gutter) / 2)}.mg-x1{flex-basis:8.3333333333%;max-width:8.3333333333%}.mg-x2{flex-basis:16.6666666667%;max-width:16.6666666667%}.mg-x3{flex-basis:25%;max-width:25%}.mg-x4{flex-basis:33.3333333333%;max-width:33.3333333333%}.mg-x5{flex-basis:41.6666666667%;max-width:41.6666666667%}.mg-x6{flex-basis:50%;max-width:50%}.mg-x7{flex-basis:58.3333333333%;max-width:58.3333333333%}.mg-x8{flex-basis:66.6666666667%;max-width:66.6666666667%}.mg-x9{flex-basis:75%;max-width:75%}.mg-x10{flex-basis:83.3333333333%;max-width:83.3333333333%}.mg-x11{flex-basis:91.6666666667%;max-width:91.6666666667%}.mg-x12{flex-basis:100%;max-width:100%}.mg-x--offset0{margin-left:0%}.mg-x--offset1{margin-left:8.3333333333%}.mg-x--offset2{margin-left:16.6666666667%}.mg-x--offset3{margin-left:25%}.mg-x--offset4{margin-left:33.3333333333%}.mg-x--offset5{margin-left:41.6666666667%}.mg-x--offset6{margin-left:50%}.mg-x--offset7{margin-left:58.3333333333%}.mg-x--offset8{margin-left:66.6666666667%}.mg-x--offset9{margin-left:75%}.mg-x--offset10{margin-left:83.3333333333%}.mg-x--offset11{margin-left:91.6666666667%}.mg-x--offset12{margin-left:100%}.mg-x--order0{order:0}.mg-x--order1{order:1}.mg-x--order2{order:2}.mg-x--order3{order:3}.mg-x--order4{order:4}.mg-x--order5{order:5}.mg-x--order6{order:6}.mg-x--order7{order:7}.mg-x--order8{order:8}.mg-x--order9{order:9}.mg-x--order10{order:10}.mg-x--order11{order:11}.mg-x--order12{order:12}.mg-row.mg-x--start{justify-content:flex-start}.mg-row.mg-x--center{justify-content:center}.mg-row.mg-x--end{justify-content:flex-end}.mg-row.mg-x--around{justify-content:space-around}.mg-row.mg-x--between{justify-content:space-between}.mg-row.mg-x--evenly{justify-content:space-evenly}.mg-row.mg-x--top{align-items:flex-start}.mg-row.mg-x--middle{align-items:center}.mg-row.mg-x--bottom{align-items:flex-end}.mg-row.mg-x--stretch{align-items:stretch}.mg-row.mg-x--baseline{align-items:baseline}.mg-row.mg-x--reverse{flex-direction:row-reverse}.mg-col.mg-x--start{align-items:flex-start}.mg-col.mg-x--center{align-items:center}.mg-col.mg-x--end{align-items:flex-end}.mg-col.mg-x--around{justify-content:space-around}.mg-col.mg-x--between{justify-content:space-between}.mg-col.mg-x--evenly{justify-content:space-evenly}.mg-col.mg-x--top{justify-content:flex-start}.mg-col.mg-x--middle{justify-content:center}.mg-col.mg-x--bottom{justify-content:flex-end}.mg-col.mg-x--stretch{justify-content:stretch}.mg-col.mg-x--baseline{justify-content:baseline}.mg-col.mg-x--reverse{flex-direction:column-reverse}.mg-x--grow{flex:1 1 auto}.mg-x--ungrow{flex:0}@media screen and (min-width: 481px){.mg-s1{flex-basis:8.3333333333%;max-width:8.3333333333%}.mg-s2{flex-basis:16.6666666667%;max-width:16.6666666667%}.mg-s3{flex-basis:25%;max-width:25%}.mg-s4{flex-basis:33.3333333333%;max-width:33.3333333333%}.mg-s5{flex-basis:41.6666666667%;max-width:41.6666666667%}.mg-s6{flex-basis:50%;max-width:50%}.mg-s7{flex-basis:58.3333333333%;max-width:58.3333333333%}.mg-s8{flex-basis:66.6666666667%;max-width:66.6666666667%}.mg-s9{flex-basis:75%;max-width:75%}.mg-s10{flex-basis:83.3333333333%;max-width:83.3333333333%}.mg-s11{flex-basis:91.6666666667%;max-width:91.6666666667%}.mg-s12{flex-basis:100%;max-width:100%}.mg-s--offset0{margin-left:0%}.mg-s--offset1{margin-left:8.3333333333%}.mg-s--offset2{margin-left:16.6666666667%}.mg-s--offset3{margin-left:25%}.mg-s--offset4{margin-left:33.3333333333%}.mg-s--offset5{margin-left:41.6666666667%}.mg-s--offset6{margin-left:50%}.mg-s--offset7{margin-left:58.3333333333%}.mg-s--offset8{margin-left:66.6666666667%}.mg-s--offset9{margin-left:75%}.mg-s--offset10{margin-left:83.3333333333%}.mg-s--offset11{margin-left:91.6666666667%}.mg-s--offset12{margin-left:100%}.mg-s--order0{order:0}.mg-s--order1{order:1}.mg-s--order2{order:2}.mg-s--order3{order:3}.mg-s--order4{order:4}.mg-s--order5{order:5}.mg-s--order6{order:6}.mg-s--order7{order:7}.mg-s--order8{order:8}.mg-s--order9{order:9}.mg-s--order10{order:10}.mg-s--order11{order:11}.mg-s--order12{order:12}.mg-row.mg-s--start{justify-content:flex-start}.mg-row.mg-s--center{justify-content:center}.mg-row.mg-s--end{justify-content:flex-end}.mg-row.mg-s--around{justify-content:space-around}.mg-row.mg-s--between{justify-content:space-between}.mg-row.mg-s--evenly{justify-content:space-evenly}.mg-row.mg-s--top{align-items:flex-start}.mg-row.mg-s--middle{align-items:center}.mg-row.mg-s--bottom{align-items:flex-end}.mg-row.mg-s--stretch{align-items:stretch}.mg-row.mg-s--baseline{align-items:baseline}.mg-row.mg-s--reverse{flex-direction:row-reverse}.mg-col.mg-s--start{align-items:flex-start}.mg-col.mg-s--center{align-items:center}.mg-col.mg-s--end{align-items:flex-end}.mg-col.mg-s--around{justify-content:space-around}.mg-col.mg-s--between{justify-content:space-between}.mg-col.mg-s--evenly{justify-content:space-evenly}.mg-col.mg-s--top{justify-content:flex-start}.mg-col.mg-s--middle{justify-content:center}.mg-col.mg-s--bottom{justify-content:flex-end}.mg-col.mg-s--stretch{justify-content:stretch}.mg-col.mg-s--baseline{justify-content:baseline}.mg-col.mg-s--reverse{flex-direction:column-reverse}.mg-s--grow{flex:1 1 auto}.mg-s--ungrow{flex:0}}@media screen and (min-width: 769px){.mg-m1{flex-basis:8.3333333333%;max-width:8.3333333333%}.mg-m2{flex-basis:16.6666666667%;max-width:16.6666666667%}.mg-m3{flex-basis:25%;max-width:25%}.mg-m4{flex-basis:33.3333333333%;max-width:33.3333333333%}.mg-m5{flex-basis:41.6666666667%;max-width:41.6666666667%}.mg-m6{flex-basis:50%;max-width:50%}.mg-m7{flex-basis:58.3333333333%;max-width:58.3333333333%}.mg-m8{flex-basis:66.6666666667%;max-width:66.6666666667%}.mg-m9{flex-basis:75%;max-width:75%}.mg-m10{flex-basis:83.3333333333%;max-width:83.3333333333%}.mg-m11{flex-basis:91.6666666667%;max-width:91.6666666667%}.mg-m12{flex-basis:100%;max-width:100%}.mg-m--offset0{margin-left:0%}.mg-m--offset1{margin-left:8.3333333333%}.mg-m--offset2{margin-left:16.6666666667%}.mg-m--offset3{margin-left:25%}.mg-m--offset4{margin-left:33.3333333333%}.mg-m--offset5{margin-left:41.6666666667%}.mg-m--offset6{margin-left:50%}.mg-m--offset7{margin-left:58.3333333333%}.mg-m--offset8{margin-left:66.6666666667%}.mg-m--offset9{margin-left:75%}.mg-m--offset10{margin-left:83.3333333333%}.mg-m--offset11{margin-left:91.6666666667%}.mg-m--offset12{margin-left:100%}.mg-m--order0{order:0}.mg-m--order1{order:1}.mg-m--order2{order:2}.mg-m--order3{order:3}.mg-m--order4{order:4}.mg-m--order5{order:5}.mg-m--order6{order:6}.mg-m--order7{order:7}.mg-m--order8{order:8}.mg-m--order9{order:9}.mg-m--order10{order:10}.mg-m--order11{order:11}.mg-m--order12{order:12}.mg-row.mg-m--start{justify-content:flex-start}.mg-row.mg-m--center{justify-content:center}.mg-row.mg-m--end{justify-content:flex-end}.mg-row.mg-m--around{justify-content:space-around}.mg-row.mg-m--between{justify-content:space-between}.mg-row.mg-m--evenly{justify-content:space-evenly}.mg-row.mg-m--top{align-items:flex-start}.mg-row.mg-m--middle{align-items:center}.mg-row.mg-m--bottom{align-items:flex-end}.mg-row.mg-m--stretch{align-items:stretch}.mg-row.mg-m--baseline{align-items:baseline}.mg-row.mg-m--reverse{flex-direction:row-reverse}.mg-col.mg-m--start{align-items:flex-start}.mg-col.mg-m--center{align-items:center}.mg-col.mg-m--end{align-items:flex-end}.mg-col.mg-m--around{justify-content:space-around}.mg-col.mg-m--between{justify-content:space-between}.mg-col.mg-m--evenly{justify-content:space-evenly}.mg-col.mg-m--top{justify-content:flex-start}.mg-col.mg-m--middle{justify-content:center}.mg-col.mg-m--bottom{justify-content:flex-end}.mg-col.mg-m--stretch{justify-content:stretch}.mg-col.mg-m--baseline{justify-content:baseline}.mg-col.mg-m--reverse{flex-direction:column-reverse}.mg-m--grow{flex:1 1 auto}.mg-m--ungrow{flex:0}}@media screen and (min-width: 1025px){.mg-l1{flex-basis:8.3333333333%;max-width:8.3333333333%}.mg-l2{flex-basis:16.6666666667%;max-width:16.6666666667%}.mg-l3{flex-basis:25%;max-width:25%}.mg-l4{flex-basis:33.3333333333%;max-width:33.3333333333%}.mg-l5{flex-basis:41.6666666667%;max-width:41.6666666667%}.mg-l6{flex-basis:50%;max-width:50%}.mg-l7{flex-basis:58.3333333333%;max-width:58.3333333333%}.mg-l8{flex-basis:66.6666666667%;max-width:66.6666666667%}.mg-l9{flex-basis:75%;max-width:75%}.mg-l10{flex-basis:83.3333333333%;max-width:83.3333333333%}.mg-l11{flex-basis:91.6666666667%;max-width:91.6666666667%}.mg-l12{flex-basis:100%;max-width:100%}.mg-l--offset0{margin-left:0%}.mg-l--offset1{margin-left:8.3333333333%}.mg-l--offset2{margin-left:16.6666666667%}.mg-l--offset3{margin-left:25%}.mg-l--offset4{margin-left:33.3333333333%}.mg-l--offset5{margin-left:41.6666666667%}.mg-l--offset6{margin-left:50%}.mg-l--offset7{margin-left:58.3333333333%}.mg-l--offset8{margin-left:66.6666666667%}.mg-l--offset9{margin-left:75%}.mg-l--offset10{margin-left:83.3333333333%}.mg-l--offset11{margin-left:91.6666666667%}.mg-l--offset12{margin-left:100%}.mg-l--order0{order:0}.mg-l--order1{order:1}.mg-l--order2{order:2}.mg-l--order3{order:3}.mg-l--order4{order:4}.mg-l--order5{order:5}.mg-l--order6{order:6}.mg-l--order7{order:7}.mg-l--order8{order:8}.mg-l--order9{order:9}.mg-l--order10{order:10}.mg-l--order11{order:11}.mg-l--order12{order:12}.mg-row.mg-l--start{justify-content:flex-start}.mg-row.mg-l--center{justify-content:center}.mg-row.mg-l--end{justify-content:flex-end}.mg-row.mg-l--around{justify-content:space-around}.mg-row.mg-l--between{justify-content:space-between}.mg-row.mg-l--evenly{justify-content:space-evenly}.mg-row.mg-l--top{align-items:flex-start}.mg-row.mg-l--middle{align-items:center}.mg-row.mg-l--bottom{align-items:flex-end}.mg-row.mg-l--stretch{align-items:stretch}.mg-row.mg-l--baseline{align-items:baseline}.mg-row.mg-l--reverse{flex-direction:row-reverse}.mg-col.mg-l--start{align-items:flex-start}.mg-col.mg-l--center{align-items:center}.mg-col.mg-l--end{align-items:flex-end}.mg-col.mg-l--around{justify-content:space-around}.mg-col.mg-l--between{justify-content:space-between}.mg-col.mg-l--evenly{justify-content:space-evenly}.mg-col.mg-l--top{justify-content:flex-start}.mg-col.mg-l--middle{justify-content:center}.mg-col.mg-l--bottom{justify-content:flex-end}.mg-col.mg-l--stretch{justify-content:stretch}.mg-col.mg-l--baseline{justify-content:baseline}.mg-col.mg-l--reverse{flex-direction:column-reverse}.mg-l--grow{flex:1 1 auto}.mg-l--ungrow{flex:0}}@media screen and (min-width: 1441px){.mg-xl1{flex-basis:8.3333333333%;max-width:8.3333333333%}.mg-xl2{flex-basis:16.6666666667%;max-width:16.6666666667%}.mg-xl3{flex-basis:25%;max-width:25%}.mg-xl4{flex-basis:33.3333333333%;max-width:33.3333333333%}.mg-xl5{flex-basis:41.6666666667%;max-width:41.6666666667%}.mg-xl6{flex-basis:50%;max-width:50%}.mg-xl7{flex-basis:58.3333333333%;max-width:58.3333333333%}.mg-xl8{flex-basis:66.6666666667%;max-width:66.6666666667%}.mg-xl9{flex-basis:75%;max-width:75%}.mg-xl10{flex-basis:83.3333333333%;max-width:83.3333333333%}.mg-xl11{flex-basis:91.6666666667%;max-width:91.6666666667%}.mg-xl12{flex-basis:100%;max-width:100%}.mg-xl--offset0{margin-left:0%}.mg-xl--offset1{margin-left:8.3333333333%}.mg-xl--offset2{margin-left:16.6666666667%}.mg-xl--offset3{margin-left:25%}.mg-xl--offset4{margin-left:33.3333333333%}.mg-xl--offset5{margin-left:41.6666666667%}.mg-xl--offset6{margin-left:50%}.mg-xl--offset7{margin-left:58.3333333333%}.mg-xl--offset8{margin-left:66.6666666667%}.mg-xl--offset9{margin-left:75%}.mg-xl--offset10{margin-left:83.3333333333%}.mg-xl--offset11{margin-left:91.6666666667%}.mg-xl--offset12{margin-left:100%}.mg-xl--order0{order:0}.mg-xl--order1{order:1}.mg-xl--order2{order:2}.mg-xl--order3{order:3}.mg-xl--order4{order:4}.mg-xl--order5{order:5}.mg-xl--order6{order:6}.mg-xl--order7{order:7}.mg-xl--order8{order:8}.mg-xl--order9{order:9}.mg-xl--order10{order:10}.mg-xl--order11{order:11}.mg-xl--order12{order:12}.mg-row.mg-xl--start{justify-content:flex-start}.mg-row.mg-xl--center{justify-content:center}.mg-row.mg-xl--end{justify-content:flex-end}.mg-row.mg-xl--around{justify-content:space-around}.mg-row.mg-xl--between{justify-content:space-between}.mg-row.mg-xl--evenly{justify-content:space-evenly}.mg-row.mg-xl--top{align-items:flex-start}.mg-row.mg-xl--middle{align-items:center}.mg-row.mg-xl--bottom{align-items:flex-end}.mg-row.mg-xl--stretch{align-items:stretch}.mg-row.mg-xl--baseline{align-items:baseline}.mg-row.mg-xl--reverse{flex-direction:row-reverse}.mg-col.mg-xl--start{align-items:flex-start}.mg-col.mg-xl--center{align-items:center}.mg-col.mg-xl--end{align-items:flex-end}.mg-col.mg-xl--around{justify-content:space-around}.mg-col.mg-xl--between{justify-content:space-between}.mg-col.mg-xl--evenly{justify-content:space-evenly}.mg-col.mg-xl--top{justify-content:flex-start}.mg-col.mg-xl--middle{justify-content:center}.mg-col.mg-xl--bottom{justify-content:flex-end}.mg-col.mg-xl--stretch{justify-content:stretch}.mg-col.mg-xl--baseline{justify-content:baseline}.mg-col.mg-xl--reverse{flex-direction:column-reverse}.mg-xl--grow{flex:1 1 auto}.mg-xl--ungrow{flex:0}}@media screen and (max-width: 481px){.mg-s-hidden{display:none!important}}@media screen and (max-width: 769px){.mg-m-hidden{display:none!important}}@media screen and (max-width: 1025px){.mg-l-hidden{display:none!important}}@media screen and (max-width: 1441px){.mg-xl-hidden{display:none!important}}@media screen and (min-width: 481px){.mg-s-display{display:none!important}}@media screen and (min-width: 769px){.mg-m-display{display:none!important}}@media screen and (min-width: 1025px){.mg-l-display{display:none!important}}@media screen and (min-width: 1441px){.mg-xl-display{display:none!important}}.mg-container{margin-right:auto;margin-left:auto;padding-right:.8rem;padding-left:.8rem;width:100%;max-width:1025px}.mg-container-fluid{margin-right:auto;margin-left:auto;padding-right:.8rem;padding-left:.8rem;width:100%;max-width:width auto}.mg-row{display:flex;flex:0 1 auto;flex-flow:row wrap}.mg-gap0{gap:0}.mg-col-gap0{-moz-column-gap:0;column-gap:0}.mg-row-gap0{row-gap:0}.mg-gap1{gap:1rem}.mg-col-gap1{-moz-column-gap:1rem;column-gap:1rem}.mg-row-gap1{row-gap:1rem}.mg-gap2{gap:2rem}.mg-col-gap2{-moz-column-gap:2rem;column-gap:2rem}.mg-row-gap2{row-gap:2rem}.mg-gap3{gap:3rem}.mg-col-gap3{-moz-column-gap:3rem;column-gap:3rem}.mg-row-gap3{row-gap:3rem}.mg-gap4{gap:4rem}.mg-col-gap4{-moz-column-gap:4rem;column-gap:4rem}.mg-row-gap4{row-gap:4rem}.mg-gap5{gap:5rem}.mg-col-gap5{-moz-column-gap:5rem;column-gap:5rem}.mg-row-gap5{row-gap:5rem}.mg-gap6{gap:6rem}.mg-col-gap6{-moz-column-gap:6rem;column-gap:6rem}.mg-row-gap6{row-gap:6rem}.mg-gap7{gap:7rem}.mg-col-gap7{-moz-column-gap:7rem;column-gap:7rem}.mg-row-gap7{row-gap:7rem}.mg-gap8{gap:8rem}.mg-col-gap8{-moz-column-gap:8rem;column-gap:8rem}.mg-row-gap8{row-gap:8rem}.mg-gap9{gap:9rem}.mg-col-gap9{-moz-column-gap:9rem;column-gap:9rem}.mg-row-gap9{row-gap:9rem}.mg-gap10{gap:10rem}.mg-col-gap10{-moz-column-gap:10rem;column-gap:10rem}.mg-row-gap10{row-gap:10rem}.mg-initial{color:var(--mg-color-initial)}.mg-primary{color:var(--mg-color-primary)}.mg-secondary{color:var(--mg-color-secondary)}.mg-tertiary{color:var(--mg-color-tertiary)}.mg-quaternary{color:var(--mg-color-quaternary)}.mg-quinary{color:var(--mg-color-quinary)}.mg-warning{color:var(--mg-color-orange)}.mg-danger{color:var(--mg-color-red)}.mg-success{color:var(--mg-color-green)}.mg-light{color:var(--mg-color-light)}.mg-dark{color:var(--mg-color-dark)}.mg-blue{color:var(--mg-color-blue)}.mg-red{color:var(--mg-color-red)}.mg-green{color:var(--mg-color-green)}.mg-orange{color:var(--mg-color-orange)}.mg-transparent{color:transparent}.mg-bg-initial{background-color:var(--mg-color-initial)}.mg-bg-primary{background-color:var(--mg-color-primary)}.mg-bg-secondary{background-color:var(--mg-color-secondary)}.mg-bg-tertiary{background-color:var(--mg-color-tertiary)}.mg-bg-quaternary{background-color:var(--mg-color-quaternary)}.mg-bg-quinary{background-color:var(--mg-color-quinary)}.mg-bg-warning{background-color:var(--mg-color-orange)}.mg-bg-danger{background-color:var(--mg-color-red)}.mg-bg-success{background-color:var(--mg-color-green)}.mg-bg-light{background-color:var(--mg-color-light)}.mg-bg-dark{background-color:var(--mg-color-dark)}.mg-bg-blue{background-color:var(--mg-color-blue)}.mg-bg-red{background-color:var(--mg-color-red)}.mg-bg-green{background-color:var(--mg-color-green)}.mg-bg-orange{background-color:var(--mg-color-orange)}.mg-bg-transparent{background-color:transparent}.mg-border-initial{border-color:var(--mg-color-initial)}.mg-border-primary{border-color:var(--mg-color-primary)}.mg-border-secondary{border-color:var(--mg-color-secondary)}.mg-border-tertiary{border-color:var(--mg-color-tertiary)}.mg-border-quaternary{border-color:var(--mg-color-quaternary)}.mg-border-quinary{border-color:var(--mg-color-quinary)}.mg-border-warning{border-color:var(--mg-color-orange)}.mg-border-danger{border-color:var(--mg-color-red)}.mg-border-success{border-color:var(--mg-color-green)}.mg-border-light{border-color:var(--mg-color-light)}.mg-border-dark{border-color:var(--mg-color-dark)}.mg-border-blue{border-color:var(--mg-color-blue)}.mg-border-red{border-color:var(--mg-color-red)}.mg-border-green{border-color:var(--mg-color-green)}.mg-border-orange{border-color:var(--mg-color-orange)}.mg-border-transparent{border-color:transparent}.mg-pad0{padding:0}.mg-pad-l0{padding-left:0}.mg-pad-r0{padding-right:0}.mg-pad-t0{padding-top:0}.mg-pad-b0{padding-bottom:0}.mg-marg0{margin:0}.mg-marg-l0{margin-left:0}.mg-marg-r0{margin-right:0}.mg-marg-t0{margin-top:0}.mg-marg-b0{margin-bottom:0}.mg-pad1{padding:1rem}.mg-pad-l1{padding-left:1rem}.mg-pad-r1{padding-right:1rem}.mg-pad-t1{padding-top:1rem}.mg-pad-b1{padding-bottom:1rem}.mg-marg1{margin:1rem}.mg-marg-l1{margin-left:1rem}.mg-marg-r1{margin-right:1rem}.mg-marg-t1{margin-top:1rem}.mg-marg-b1{margin-bottom:1rem}.mg-pad2{padding:2rem}.mg-pad-l2{padding-left:2rem}.mg-pad-r2{padding-right:2rem}.mg-pad-t2{padding-top:2rem}.mg-pad-b2{padding-bottom:2rem}.mg-marg2{margin:2rem}.mg-marg-l2{margin-left:2rem}.mg-marg-r2{margin-right:2rem}.mg-marg-t2{margin-top:2rem}.mg-marg-b2{margin-bottom:2rem}.mg-pad3{padding:3rem}.mg-pad-l3{padding-left:3rem}.mg-pad-r3{padding-right:3rem}.mg-pad-t3{padding-top:3rem}.mg-pad-b3{padding-bottom:3rem}.mg-marg3{margin:3rem}.mg-marg-l3{margin-left:3rem}.mg-marg-r3{margin-right:3rem}.mg-marg-t3{margin-top:3rem}.mg-marg-b3{margin-bottom:3rem}.mg-pad4{padding:4rem}.mg-pad-l4{padding-left:4rem}.mg-pad-r4{padding-right:4rem}.mg-pad-t4{padding-top:4rem}.mg-pad-b4{padding-bottom:4rem}.mg-marg4{margin:4rem}.mg-marg-l4{margin-left:4rem}.mg-marg-r4{margin-right:4rem}.mg-marg-t4{margin-top:4rem}.mg-marg-b4{margin-bottom:4rem}.mg-pad5{padding:5rem}.mg-pad-l5{padding-left:5rem}.mg-pad-r5{padding-right:5rem}.mg-pad-t5{padding-top:5rem}.mg-pad-b5{padding-bottom:5rem}.mg-marg5{margin:5rem}.mg-marg-l5{margin-left:5rem}.mg-marg-r5{margin-right:5rem}.mg-marg-t5{margin-top:5rem}.mg-marg-b5{margin-bottom:5rem}.mg-pad6{padding:6rem}.mg-pad-l6{padding-left:6rem}.mg-pad-r6{padding-right:6rem}.mg-pad-t6{padding-top:6rem}.mg-pad-b6{padding-bottom:6rem}.mg-marg6{margin:6rem}.mg-marg-l6{margin-left:6rem}.mg-marg-r6{margin-right:6rem}.mg-marg-t6{margin-top:6rem}.mg-marg-b6{margin-bottom:6rem}.mg-pad7{padding:7rem}.mg-pad-l7{padding-left:7rem}.mg-pad-r7{padding-right:7rem}.mg-pad-t7{padding-top:7rem}.mg-pad-b7{padding-bottom:7rem}.mg-marg7{margin:7rem}.mg-marg-l7{margin-left:7rem}.mg-marg-r7{margin-right:7rem}.mg-marg-t7{margin-top:7rem}.mg-marg-b7{margin-bottom:7rem}.mg-pad8{padding:8rem}.mg-pad-l8{padding-left:8rem}.mg-pad-r8{padding-right:8rem}.mg-pad-t8{padding-top:8rem}.mg-pad-b8{padding-bottom:8rem}.mg-marg8{margin:8rem}.mg-marg-l8{margin-left:8rem}.mg-marg-r8{margin-right:8rem}.mg-marg-t8{margin-top:8rem}.mg-marg-b8{margin-bottom:8rem}.mg-pad9{padding:9rem}.mg-pad-l9{padding-left:9rem}.mg-pad-r9{padding-right:9rem}.mg-pad-t9{padding-top:9rem}.mg-pad-b9{padding-bottom:9rem}.mg-marg9{margin:9rem}.mg-marg-l9{margin-left:9rem}.mg-marg-r9{margin-right:9rem}.mg-marg-t9{margin-top:9rem}.mg-marg-b9{margin-bottom:9rem}.mg-pad10{padding:10rem}.mg-pad-l10{padding-left:10rem}.mg-pad-r10{padding-right:10rem}.mg-pad-t10{padding-top:10rem}.mg-pad-b10{padding-bottom:10rem}.mg-marg10{margin:10rem}.mg-marg-l10{margin-left:10rem}.mg-marg-r10{margin-right:10rem}.mg-marg-t10{margin-top:10rem}.mg-marg-b10{margin-bottom:10rem}.mg-marg-auto{margin:auto}.mg-fit{min-width:100%}.mg-fixed-top{position:fixed;top:0;left:0;z-index:var(--mg-zindex-max)}.mg-fixed-bottom{position:fixed;bottom:0;left:0;z-index:var(--mg-zindex-max)}.mg-valign-middle{vertical-align:middle}.mg-relative{position:relative}.mg-absolute{position:absolute}.mg-fixed{position:fixed}.mg-static{position:static}.mg-sticky{position:sticky}.mg-top{top:0}.mg-bottom{bottom:0}.mg-right{float:right;right:0}.mg-left{float:left;left:0}.mg-center{left:50%;transform:translate(-50%)}.mg-middle{top:50%;transform:translateY(-50%)}.mg-top-left{top:0;left:0}.mg-top-right{top:0;right:0}.mg-bottom-left{bottom:0;left:0}.mg-bottom-right{bottom:0;right:0}.mg-text-center{text-align:center}.mg-text-right{text-align:right}.mg-text-left{text-align:left}.mg-top0vh{width:0%vh}.mg-left0vh{height:0%vh}.mg-right0vh{min-width:0%vh}.mg-bottom0vh{min-height:0%vh}.mg-top10vh{width:10%vh}.mg-left10vh{height:10%vh}.mg-right10vh{min-width:10%vh}.mg-bottom10vh{min-height:10%vh}.mg-top20vh{width:20%vh}.mg-left20vh{height:20%vh}.mg-right20vh{min-width:20%vh}.mg-bottom20vh{min-height:20%vh}.mg-top30vh{width:30%vh}.mg-left30vh{height:30%vh}.mg-right30vh{min-width:30%vh}.mg-bottom30vh{min-height:30%vh}.mg-top40vh{width:40%vh}.mg-left40vh{height:40%vh}.mg-right40vh{min-width:40%vh}.mg-bottom40vh{min-height:40%vh}.mg-top50vh{width:50%vh}.mg-left50vh{height:50%vh}.mg-right50vh{min-width:50%vh}.mg-bottom50vh{min-height:50%vh}.mg-top60vh{width:60%vh}.mg-left60vh{height:60%vh}.mg-right60vh{min-width:60%vh}.mg-bottom60vh{min-height:60%vh}.mg-top70vh{width:70%vh}.mg-left70vh{height:70%vh}.mg-right70vh{min-width:70%vh}.mg-bottom70vh{min-height:70%vh}.mg-top80vh{width:80%vh}.mg-left80vh{height:80%vh}.mg-right80vh{min-width:80%vh}.mg-bottom80vh{min-height:80%vh}.mg-top90vh{width:90%vh}.mg-left90vh{height:90%vh}.mg-right90vh{min-width:90%vh}.mg-bottom90vh{min-height:90%vh}.mg-top100vh{width:100%vh}.mg-left100vh{height:100%vh}.mg-right100vh{min-width:100%vh}.mg-bottom100vh{min-height:100%vh}.mg-top0{top:0}.mg-left0{left:0}.mg-right0{right:0}.mg-bottom0{bottom:0}.mg-top1{top:1rem}.mg-left1{left:1rem}.mg-right1{right:1rem}.mg-bottom1{bottom:1rem}.mg-top2{top:2rem}.mg-left2{left:2rem}.mg-right2{right:2rem}.mg-bottom2{bottom:2rem}.mg-top3{top:3rem}.mg-left3{left:3rem}.mg-right3{right:3rem}.mg-bottom3{bottom:3rem}.mg-top4{top:4rem}.mg-left4{left:4rem}.mg-right4{right:4rem}.mg-bottom4{bottom:4rem}.mg-top5{top:5rem}.mg-left5{left:5rem}.mg-right5{right:5rem}.mg-bottom5{bottom:5rem}.mg-top6{top:6rem}.mg-left6{left:6rem}.mg-right6{right:6rem}.mg-bottom6{bottom:6rem}.mg-top7{top:7rem}.mg-left7{left:7rem}.mg-right7{right:7rem}.mg-bottom7{bottom:7rem}.mg-top8{top:8rem}.mg-left8{left:8rem}.mg-right8{right:8rem}.mg-bottom8{bottom:8rem}.mg-top9{top:9rem}.mg-left9{left:9rem}.mg-right9{right:9rem}.mg-bottom9{bottom:9rem}.mg-top10{top:10rem}.mg-left10{left:10rem}.mg-right10{right:10rem}.mg-bottom10{bottom:10rem}.mg-top-none{top:0%}.mg-top-half{top:50%}.mg-top-full{top:100%}.mg-left-none{left:0%}.mg-left-half{left:50%}.mg-left-full{left:100%}.mg-right-none{right:0%}.mg-right-half{right:50%}.mg-right-full{right:100%}.mg-bottom-none{bottom:0%}.mg-bottom-half{bottom:50%}.mg-bottom-full{bottom:100%}.mg-z0{z-index:var(--mg-zindex-0)}.mg-z1{z-index:var(--mg-zindex-1)}.mg-z2{z-index:var(--mg-zindex-2)}.mg-z3{z-index:var(--mg-zindex-3)}.mg-z4{z-index:var(--mg-zindex-4)}.mg-z5{z-index:var(--mg-zindex-5)}.mg-z-max{z-index:var(--mg-zindex-max)}.mg-w-none{width:0%}.mg-w-half{width:50%}.mg-w-full{width:100%}.mg-h-none{height:0%}.mg-h-half{height:50%}.mg-h-full{height:100%}.mg-min-w-none{min-width:0%}.mg-min-w-half{min-width:50%}.mg-min-w-full{min-width:100%}.mg-min-h-none{min-height:0%}.mg-min-h-half{min-height:50%}.mg-min-h-full{min-height:100%}.mg-max-w-none{max-width:0%}.mg-max-w-half{max-width:50%}.mg-max-w-full{max-width:100%}.mg-max-h-none{max-height:0%}.mg-max-h-half{max-height:50%}.mg-max-h-full{max-height:100%}.mg-w0vh{width:0vh}.mg-h0vh{height:0vh}.mg-min-w0vh{min-width:0vh}.mg-min-h0vh{min-height:0vh}.mg-max-w0vh{max-width:0vh}.mg-max-h0vh{max-height:0vh}.mg-w10vh{width:10vh}.mg-h10vh{height:10vh}.mg-min-w10vh{min-width:10vh}.mg-min-h10vh{min-height:10vh}.mg-max-w10vh{max-width:10vh}.mg-max-h10vh{max-height:10vh}.mg-w20vh{width:20vh}.mg-h20vh{height:20vh}.mg-min-w20vh{min-width:20vh}.mg-min-h20vh{min-height:20vh}.mg-max-w20vh{max-width:20vh}.mg-max-h20vh{max-height:20vh}.mg-w30vh{width:30vh}.mg-h30vh{height:30vh}.mg-min-w30vh{min-width:30vh}.mg-min-h30vh{min-height:30vh}.mg-max-w30vh{max-width:30vh}.mg-max-h30vh{max-height:30vh}.mg-w40vh{width:40vh}.mg-h40vh{height:40vh}.mg-min-w40vh{min-width:40vh}.mg-min-h40vh{min-height:40vh}.mg-max-w40vh{max-width:40vh}.mg-max-h40vh{max-height:40vh}.mg-w50vh{width:50vh}.mg-h50vh{height:50vh}.mg-min-w50vh{min-width:50vh}.mg-min-h50vh{min-height:50vh}.mg-max-w50vh{max-width:50vh}.mg-max-h50vh{max-height:50vh}.mg-w60vh{width:60vh}.mg-h60vh{height:60vh}.mg-min-w60vh{min-width:60vh}.mg-min-h60vh{min-height:60vh}.mg-max-w60vh{max-width:60vh}.mg-max-h60vh{max-height:60vh}.mg-w70vh{width:70vh}.mg-h70vh{height:70vh}.mg-min-w70vh{min-width:70vh}.mg-min-h70vh{min-height:70vh}.mg-max-w70vh{max-width:70vh}.mg-max-h70vh{max-height:70vh}.mg-w80vh{width:80vh}.mg-h80vh{height:80vh}.mg-min-w80vh{min-width:80vh}.mg-min-h80vh{min-height:80vh}.mg-max-w80vh{max-width:80vh}.mg-max-h80vh{max-height:80vh}.mg-w90vh{width:90vh}.mg-h90vh{height:90vh}.mg-min-w90vh{min-width:90vh}.mg-min-h90vh{min-height:90vh}.mg-max-w90vh{max-width:90vh}.mg-max-h90vh{max-height:90vh}.mg-w100vh{width:100vh}.mg-h100vh{height:100vh}.mg-min-w100vh{min-width:100vh}.mg-min-h100vh{min-height:100vh}.mg-max-w100vh{max-width:100vh}.mg-max-h100vh{max-height:100vh}.mg-h0{height:0}.mg-w0{width:0}.mg-min-h0{min-height:0}.mg-max-h0{max-height:0}.mg-min-w0{min-width:0}.mg-max-w0{max-width:0}.mg-h1{height:1rem}.mg-w1{width:1rem}.mg-min-h1{min-height:1rem}.mg-max-h1{max-height:1rem}.mg-min-w1{min-width:1rem}.mg-max-w1{max-width:1rem}.mg-h2{height:2rem}.mg-w2{width:2rem}.mg-min-h2{min-height:2rem}.mg-max-h2{max-height:2rem}.mg-min-w2{min-width:2rem}.mg-max-w2{max-width:2rem}.mg-h3{height:3rem}.mg-w3{width:3rem}.mg-min-h3{min-height:3rem}.mg-max-h3{max-height:3rem}.mg-min-w3{min-width:3rem}.mg-max-w3{max-width:3rem}.mg-h4{height:4rem}.mg-w4{width:4rem}.mg-min-h4{min-height:4rem}.mg-max-h4{max-height:4rem}.mg-min-w4{min-width:4rem}.mg-max-w4{max-width:4rem}.mg-h5{height:5rem}.mg-w5{width:5rem}.mg-min-h5{min-height:5rem}.mg-max-h5{max-height:5rem}.mg-min-w5{min-width:5rem}.mg-max-w5{max-width:5rem}.mg-h6{height:6rem}.mg-w6{width:6rem}.mg-min-h6{min-height:6rem}.mg-max-h6{max-height:6rem}.mg-min-w6{min-width:6rem}.mg-max-w6{max-width:6rem}.mg-h7{height:7rem}.mg-w7{width:7rem}.mg-min-h7{min-height:7rem}.mg-max-h7{max-height:7rem}.mg-min-w7{min-width:7rem}.mg-max-w7{max-width:7rem}.mg-h8{height:8rem}.mg-w8{width:8rem}.mg-min-h8{min-height:8rem}.mg-max-h8{max-height:8rem}.mg-min-w8{min-width:8rem}.mg-max-w8{max-width:8rem}.mg-h9{height:9rem}.mg-w9{width:9rem}.mg-min-h9{min-height:9rem}.mg-max-h9{max-height:9rem}.mg-min-w9{min-width:9rem}.mg-max-w9{max-width:9rem}.mg-h10{height:10rem}.mg-w10{width:10rem}.mg-min-h10{min-height:10rem}.mg-max-h10{max-height:10rem}.mg-min-w10{min-width:10rem}.mg-max-w10{max-width:10rem}.mg-box-border{box-sizing:border-box}.mg-box-content{box-sizing:content-box}.mg-block{display:block}.mg-inline{display:inline}.mg-inline-block{display:inline-block}.mg-inline-table{display:inline-table}.mg-inline-flex{display:inline-flex}.mg-wrap{flex-wrap:wrap}.mg-nowrap{flex-wrap:nowrap}.mg-none{display:none}.mg-show{opacity:1;visibility:visible}.mg-clearfix{transform:scale(1)}.mg-clearfix:after,.mg-clearfix:before{content:"";display:table}.mg-clearfix:after{clear:both}.mg-shadow{box-shadow:var(--mg-control-shadow)}.mg-overflow-auto{overflow:auto}.mg-overflow-hidden{overflow:hidden}.mg-overflow-x-auto{overflow-x:auto}.mg-overflow-y-auto{overflow-y:auto}.mg-overflow-x-hidden{overflow-x:hidden}.mg-overflow-y-hidden{overflow-y:hidden}.mg-visible{visibility:visible}.mg-hidden{visibility:hidden}.mg-rounded{border-radius:var(--mg-control-radius)}.mg-rounded0{border-radius:0}.mg-rounded-tl0{border-top-left-radius:0}.mg-rounded-tr0{border-top-right-radius:0}.mg-rounded-br0{border-bottom-right-radius:0}.mg-rounded-bl0{border-bottom-left-radius:0}.mg-rounded1{border-radius:1rem}.mg-rounded-tl1{border-top-left-radius:1rem}.mg-rounded-tr1{border-top-right-radius:1rem}.mg-rounded-br1{border-bottom-right-radius:1rem}.mg-rounded-bl1{border-bottom-left-radius:1rem}.mg-rounded2{border-radius:2rem}.mg-rounded-tl2{border-top-left-radius:2rem}.mg-rounded-tr2{border-top-right-radius:2rem}.mg-rounded-br2{border-bottom-right-radius:2rem}.mg-rounded-bl2{border-bottom-left-radius:2rem}.mg-rounded3{border-radius:3rem}.mg-rounded-tl3{border-top-left-radius:3rem}.mg-rounded-tr3{border-top-right-radius:3rem}.mg-rounded-br3{border-bottom-right-radius:3rem}.mg-rounded-bl3{border-bottom-left-radius:3rem}.mg-rounded4{border-radius:4rem}.mg-rounded-tl4{border-top-left-radius:4rem}.mg-rounded-tr4{border-top-right-radius:4rem}.mg-rounded-br4{border-bottom-right-radius:4rem}.mg-rounded-bl4{border-bottom-left-radius:4rem}.mg-rounded5{border-radius:5rem}.mg-rounded-tl5{border-top-left-radius:5rem}.mg-rounded-tr5{border-top-right-radius:5rem}.mg-rounded-br5{border-bottom-right-radius:5rem}.mg-rounded-bl5{border-bottom-left-radius:5rem}.mg-rounded6{border-radius:6rem}.mg-rounded-tl6{border-top-left-radius:6rem}.mg-rounded-tr6{border-top-right-radius:6rem}.mg-rounded-br6{border-bottom-right-radius:6rem}.mg-rounded-bl6{border-bottom-left-radius:6rem}.mg-rounded7{border-radius:7rem}.mg-rounded-tl7{border-top-left-radius:7rem}.mg-rounded-tr7{border-top-right-radius:7rem}.mg-rounded-br7{border-bottom-right-radius:7rem}.mg-rounded-bl7{border-bottom-left-radius:7rem}.mg-rounded8{border-radius:8rem}.mg-rounded-tl8{border-top-left-radius:8rem}.mg-rounded-tr8{border-top-right-radius:8rem}.mg-rounded-br8{border-bottom-right-radius:8rem}.mg-rounded-bl8{border-bottom-left-radius:8rem}.mg-rounded9{border-radius:9rem}.mg-rounded-tl9{border-top-left-radius:9rem}.mg-rounded-tr9{border-top-right-radius:9rem}.mg-rounded-br9{border-bottom-right-radius:9rem}.mg-rounded-bl9{border-bottom-left-radius:9rem}.mg-rounded10{border-radius:10rem}.mg-rounded-tl10{border-top-left-radius:10rem}.mg-rounded-tr10{border-top-right-radius:10rem}.mg-rounded-br10{border-bottom-right-radius:10rem}.mg-rounded-bl10{border-bottom-left-radius:10rem}.mg-rounded-none{border-radius:0%}.mg-rounded-half{border-radius:50%}.mg-rounded-full{border-radius:100%}.mg-border{border:.07rem solid var(--mg-color-quaternary)}.mg-border-none{border:none}.mg-border-t{border-top:.07rem solid var(--mg-color-quaternary)}.mg-border-r{border-right:.07rem solid var(--mg-color-quaternary)}.mg-border-b{border-bottom:.07rem solid var(--mg-color-quaternary)}.mg-border-l{border-left:.07rem solid var(--mg-color-quaternary)}.mg-pointer{cursor:pointer}/*! Forked from Icons.css | MIT License | github.com/picturepan2/icons.css */.mg-icon{box-sizing:content-box;margin-left:.4rem;margin-right:.4rem;background-repeat:no-repeat;background-size:contain;background-position:center;display:inline-block;font-size:inherit;font-style:normal;min-width:2rem;min-height:2rem;position:relative;text-indent:-9999rem;vertical-align:middle}.mg-icon:before,.mg-icon:after{content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.mg-icon.mg-icon--s{font-size:calc(var(--mg-base-font-size) * .2 + 1rem);min-width:calc(var(--mg-base-font-size) * .2 + 1rem);min-height:calc(var(--mg-base-font-size) * .2 + 1rem)}.mg-icon.mg-icon--m{font-size:calc(var(--mg-base-font-size));min-width:calc(var(--mg-base-font-size));min-height:calc(var(--mg-base-font-size))}.mg-icon.mg-icon--l{font-size:calc(var(--mg-base-font-size) * 1.1);min-width:calc(var(--mg-base-font-size) * 1.1);min-height:calc(var(--mg-base-font-size) * 1.1)}.mg-icon.mg-icon--xl{font-size:calc(var(--mg-base-font-size) * 1.3);min-width:calc(var(--mg-base-font-size) * 1.3);min-height:calc(var(--mg-base-font-size) * 1.3)}.mg-icon.mg-icon--2xl{font-size:calc(var(--mg-base-font-size) * 1.5);min-width:calc(var(--mg-base-font-size) * 1.5);min-height:calc(var(--mg-base-font-size) * 1.5)}.mg-icon.mg-icon--3xl{font-size:calc(var(--mg-base-font-size) * 2);min-width:calc(var(--mg-base-font-size) * 2);min-height:calc(var(--mg-base-font-size) * 2)}.mg-icon.mg-icon--4xl{font-size:calc(var(--mg-base-font-size) * 2.4);min-width:calc(var(--mg-base-font-size) * 2.4);min-height:calc(var(--mg-base-font-size) * 2.4)}.mg-icon.mg-icon--5xl{font-size:calc(var(--mg-base-font-size) * 3.5);min-width:calc(var(--mg-base-font-size) * 3.5);min-height:calc(var(--mg-base-font-size) * 3.5)}.icon-rounded-check:before,.icon-check:before{border:.2rem solid currentcolor;border-right:0;border-top:0;height:.8rem;width:1.12rem;transform:translate(-50%,-.6rem) rotate(-45deg)}.icon-rounded-check{padding:.1rem;border:.2rem solid currentcolor;border-radius:50%}.icon-close:before{background:currentcolor;height:.2rem;width:100%}.icon-close:after{background:currentcolor;height:100%;width:.2rem}.icon-close:before,.icon-close:after{transform:translate(-50%,-50%) rotate(45deg)}.icon-minus:before{background:currentcolor;height:.2rem;width:100%}.icon-plus:before{background:currentcolor;height:.2rem;width:100%}.icon-plus:after{background:currentcolor;height:100%;width:.2rem}.icon-spinner{border:.2rem solid currentcolor;border-radius:50%;border-top-color:transparent;animation:mg-rotate 1s linear infinite}.icon-spinner:before{background:currentcolor}.icon-stop{border:.2rem solid currentcolor;border-radius:50%}.icon-stop:after,.icon-stop:before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:80.17rem;width:.25rem;background:currentcolor;text-align:center;margin-top:25%}.icon-stop:after{top:.25rem;height:40%}.icon-stop:before{height:.25rem;bottom:.25rem}.icon-search:before{border:.2rem solid;border-radius:100%;width:60%;height:60%;top:40%}.icon-search:after{content:"";position:absolute;border-radius:.187rem;width:.25rem;height:40%;background:currentcolor;transform:rotate(30deg);top:65%;left:20%}.icon-arrow-down:before,.icon-arrow-left:before,.icon-arrow-right:before,.icon-arrow-up:before,.icon-downward:before,.icon-back:before,.icon-forward:before,.icon-upward:before{border:.2rem solid currentcolor;border-bottom:0;border-right:0;height:1.04rem;width:1.04rem}.icon-arrow-down:before{transform:translate(-50%,-75%) rotate(225deg)}.icon-arrow-left:before{transform:translate(-25%,-50%) rotate(-45deg)}.icon-arrow-right:before{transform:translate(-75%,-50%) rotate(135deg)}.icon-arrow-up:before{transform:translate(-50%,-25%) rotate(45deg)}.icon-back:after,.icon-forward:after{background:currentcolor;height:.2rem;width:1.28rem}.icon-downward:after,.icon-upward:after{background:currentcolor;height:1.28rem;width:.2rem}.icon-back:after{left:55%}.icon-back:before{transform:translate(-50%,-50%) rotate(-45deg)}.icon-downward:after{top:45%}.icon-downward:before{transform:translate(-50%,-50%) rotate(-135deg)}.icon-forward:after{left:45%}.icon-forward:before{transform:translate(-50%,-50%) rotate(135deg)}.icon-upward:after{top:55%}.icon-upward:before{transform:translate(-50%,-50%) rotate(45deg)}.icon-caret:before{border-top:.48rem solid currentcolor;border-right:.48rem solid transparent;border-left:.48rem solid transparent;height:0;transform:translate(-50%,-25%);width:0}.icon-menu:before{background:currentcolor;box-shadow:0 -.6rem,0 .6rem;border:.0666666667rem solid currentcolor;width:75%}.icon-apps:before{background:currentcolor;box-shadow:-.56rem -.56rem,-.56rem 0,-.56rem .56rem,0 -.56rem,0 .56rem,.56rem -.56rem,.56rem 0,.56rem .56rem;height:.32rem;width:.32rem}.icon-more-inline:before,.icon-more:before{background:currentcolor;box-shadow:-.64rem 0,.64rem 0;border-radius:50%;height:.32rem;width:.32rem}.icon-more:before{box-shadow:0 -.64rem,0 .64rem}:root{--mg-color-primary: #475dca;--mg-color-secondary: #34237a;--mg-dark-color-initial: #302f2f;--mg-control-radius: 1.5rem;--mg-input-radius: 1.5rem;--mg-control-shadow: 0 .4rem 1rem rgba(0, 0, 0, .2)}html{scroll-behavior:smooth}section>h2{padding-top:10rem;border-bottom:var(--mg-color-primary) 3px solid}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}nav{transition:all 1s ease-in-out}header{padding-top:10vh;position:relative;text-align:center;background:linear-gradient(360deg,transparent 1%,#34237a 0%,#0cd4ef 90%)}.grid-cel{font-weight:700;width:100%;background-color:var(--mg-color-primary);color:var(--mg-color-light);border:1px solid var(--mg-color-initial);padding:4px}code.prettyprint,pre.prettyprint{width:auto!important;white-space:pre!important;font-size:smaller;background-color:#081e40!important;border-radius:0!important}.waves{bottom:0;left:0;height:20vh;width:100%;margin-bottom:-7px;min-height:100px;max-height:150px}.animated-waves>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;fill:var(--mg-color-initial)}.animated-waves>use:nth-child(1){animation-delay:-2s;animation-duration:7s;opacity:.9}.animated-waves>use:nth-child(2){animation-delay:-3s;animation-duration:10s;opacity:.7}.animated-waves>use:nth-child(3){animation-delay:-4s;animation-duration:13s;opacity:.3}.animated-waves>use:nth-child(4){animation-delay:-5s;animation-duration:20s;opacity:.2}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.logo-animation{animation:drop-animation 2s linear;height:20vh;pointer-events:none}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes drop-animation{0%{transform:scale(1.2,.85) translateY(-200px)}10%{transform:scale(1.1,.9) translateY(-150px)}30%{transform:scale(.9,1.1) translateY(-50px)}50%{transform:scale(1.1,.9) translateY(0)}57%{transform:scale(1.2,.8) translateY(-7px)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}#picker{padding:1rem}.liquid{display:flex;justify-content:center;align-content:space-around;align-items:center;width:10rem;height:10rem;content:"";border-radius:54% 46% 42% 58%/60% 58% 42% 40%;animation:wave 5s linear infinite}@keyframes wave{20%{border-radius:45% 55% 62% 38%/53% 51% 49% 47%}40%{border-radius:45% 55% 49% 51%/36% 51% 49% 64%}60%{border-radius:60% 40% 57% 43%/47% 62% 38% 53%}80%{border-radius:60% 40% 32% 68%/38% 36% 64% 62%}}.grid-bg:before{content:"";height:100vh;width:100vw;position:fixed;left:0;top:30vh;background:linear-gradient(90deg,var(--mg-color-quinary) 1px,transparent 1px 10vmin) 0 10vmin / 10vmin 10vmin,linear-gradient(var(--mg-color-quinary) 1px,transparent 1px 10vmin) 0 10vmin / 10vmin 10vmin;-webkit-mask:linear-gradient(180deg,transparent 10% 0%,var(--mg-color-quinary) 100%);mask:linear-gradient(180deg,transparent 10% 0%,var(--mg-color-quinary) 100%);z-index:-2}code .kwd,pre .kwd{color:#fff!important}.svg-icon-darkmode{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.9.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20245.9%20245.9'%20style='enable-background:new%200%200%20245.9%20245.9;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20%3c/style%3e%3cpath%20class='st0'%20d='M119.9,188.9c-38.1,0-68.9-30.9-68.9-69c0-6.6,1-13.2,2.8-19.5c2.7-9.1,7.2-17.5,13.3-24.7%20c2-2.7,5.7-3.2,8.4-1.2s3.2,5.7,1.2,8.4c-0.1,0.2-0.3,0.4-0.4,0.5c-1.6,1.9-3.1,3.9-4.4,6c-1.5,2.4-2.8,4.8-4,7.4%20c-1,2.3-1.9,4.6-2.6,7s-1.2,4.8-1.6,7.3C63.2,114,63,117,63,120c0,31.4,25.6,56.8,57,56.8s56.8-25.6,56.8-57S151.2,63,119.8,63%20c-6.1,0-12.3,1-18.1,3c-3,1.5-6.6,0.3-8.1-2.7c-1.5-3-0.3-6.6,2.7-8.1c0.5-0.3,1.1-0.4,1.6-0.5c36.1-12.2,75.2,7.2,87.3,43.3%20s-7.2,75.2-43.3,87.3C134.9,187.6,127.4,188.9,119.9,188.9L119.9,188.9z'/%3e%3cpath%20class='st0'%20d='M119.9,57v125.9c34.8,0,62.9-28.2,62.9-62.9C182.8,85.2,154.7,57,119.9,57L119.9,57z'/%3e%3cpath%20class='st0'%20d='M119.9,36.8c-3.3,0-6-2.7-6-6V8c0-3.3,2.7-6,6-6s6,2.7,6,6v22.8C125.9,34.1,123.2,36.8,119.9,36.8z%20M119.9,237.8c-3.3,0-6-2.7-6-6V209c0-3.3,2.7-6,6-6s6,2.7,6,6v22.8C125.9,235.2,123.2,237.8,119.9,237.8L119.9,237.8z%20M231.9,125.9%20h-22.8c-3.3,0-6-2.7-6-6s2.7-6,6-6h22.8c3.3,0,6,2.7,6,6C237.9,123.2,235.2,125.9,231.9,125.9z%20M30.8,125.9H8c-3.3,0-6-2.7-6-6%20s2.7-6,6-6h22.8c3.3,0,6,2.7,6,6C36.8,123.2,34.1,125.9,30.8,125.9z'/%3e%3cpath%20class='st0'%20d='M183,56.9l16.1-16.1'/%3e%3cpath%20class='st0'%20d='M182.9,62.9c-3.3,0-6-2.7-6-6c0-1.6,0.6-3.1,1.7-4.2l16.1-16.1c2.4-2.3,6.2-2.1,8.5,0.3c2.1,2.3,2.1,5.9,0,8.2%20l-16.1,16.1C186,62.3,184.5,62.9,182.9,62.9z'/%3e%3cpath%20class='st0'%20d='M40.8,199.1L56.9,183'/%3e%3cpath%20class='st0'%20d='M40.8,205.1c-3.3,0-6-2.7-6-6c0-1.6,0.6-3.1,1.8-4.2l16.1-16.1c2.3-2.4,6.1-2.6,8.5-0.3s2.6,6.1,0.3,8.5%20c-0.1,0.1-0.2,0.2-0.3,0.3l-16.2,16C43.9,204.4,42.4,205.1,40.8,205.1L40.8,205.1z'/%3e%3cpath%20class='st0'%20d='M183,183l16.1,16.1'/%3e%3cpath%20class='st0'%20d='M199.1,205.1c-1.6,0-3.1-0.6-4.2-1.8l-16.1-16.1c-2.4-2.3-2.6-6.1-0.3-8.5s6.1-2.6,8.5-0.3%20c0.1,0.1,0.2,0.2,0.3,0.3l16.1,16.1c2.3,2.3,2.3,6.1,0,8.5C202.2,204.4,200.7,205.1,199.1,205.1L199.1,205.1z'/%3e%3cpath%20class='st0'%20d='M40.8,40.8l16.1,16.1'/%3e%3cpath%20class='st0'%20d='M56.9,62.9c-1.6,0-3.1-0.6-4.2-1.8l-16.1-16c-2.3-2.4-2.1-6.2,0.3-8.5c2.3-2.1,5.9-2.1,8.2,0l16.1,16.1%20c2.3,2.4,2.3,6.1,0,8.5C60,62.3,58.5,62.9,56.9,62.9z'/%3e%3c/svg%3e")}.svg-icon-colors{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2032%2032'%20viewBox='0%200%2032%2032'%20id='color-palette'%3e%3cpath%20fill='%23fddd56'%20d='M27,5c-2.9-2.9-6.8-4.5-11-4.5v7c2.3,0,4.4,0.9,6,2.5s2.5,3.8,2.5,6h7C31.5,11.9,29.9,7.9,27,5z'%3e%3c/path%3e%3cpath%20fill='%2370cadb'%20d='M5,5c-2.9,2.9-4.5,6.8-4.5,11h7c0-2.3,0.9-4.4,2.5-6s3.8-2.5,6-2.5v-7C11.9,0.5,7.9,2.1,5,5z'%3e%3c/path%3e%3cpath%20fill='%23b9d34c'%20d='M10,22c-1.6-1.6-2.5-3.8-2.5-6h-7c0,4.1,1.6,8.1,4.5,11s6.8,4.5,11,4.5v-7C13.7,24.5,11.6,23.6,10,22z'%3e%3c/path%3e%3cpath%20fill='%23ee654b'%20d='M24.5,16c0,2.3-0.9,4.4-2.5,6s-3.8,2.5-6,2.5v7c4.1,0,8.1-1.6,11-4.5s4.5-6.8,4.5-11H24.5z'%3e%3c/path%3e%3cpath%20fill='%239e61a4'%20d='M16,0.5v7c-2.3,0-4.4,0.9-6,2.5L5,5C7.9,2.1,11.9,0.5,16,0.5z'%3e%3c/path%3e%3cpath%20fill='%2370cadb'%20d='M10,10c-1.6,1.6-2.5,3.8-2.5,6h-7c0-4.1,1.6-8.1,4.5-11L10,10z'%3e%3c/path%3e%3cpath%20fill='%2355bb8c'%20d='M10,22l-5,5c-2.9-2.9-4.5-6.8-4.5-11h7C7.5,18.3,8.4,20.4,10,22z'%3e%3c/path%3e%3cpath%20fill='%23b9d34c'%20d='M16,24.5v7c-4.1,0-8.1-1.6-11-4.5l4.9-5C11.6,23.6,13.7,24.5,16,24.5z'%3e%3c/path%3e%3cpath%20fill='%23ed4569'%20d='M27,27c-2.9,2.9-6.8,4.5-11,4.5v-7c2.3,0,4.4-0.9,6-2.5L27,27z'%3e%3c/path%3e%3cpath%20fill='%23ee654b'%20d='M31.5,16c0,4.1-1.6,8.1-4.5,11l-5-5c1.6-1.6,2.5-3.8,2.5-6H31.5z'%3e%3c/path%3e%3cpath%20fill='%23f8a839'%20d='M31.5,16h-7c0-2.3-0.9-4.4-2.5-6l5-5C29.9,7.9,31.5,11.9,31.5,16z'%3e%3c/path%3e%3cpath%20fill='%23fddd56'%20d='M27,5l-5,5c-1.6-1.6-3.8-2.5-6-2.5v-7C20.1,0.5,24.1,2.1,27,5z'%3e%3c/path%3e%3c/svg%3e")}.svg-icon-gears{background-image:url(/assets/gears-KbUilCrP.svg)}.svg-icon-fr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icon-css-fr'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.svg-icon-sp{background-image:url(/assets/sp-BsvxAf31.svg)}.svg-icon-de{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icon-css-de'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ffce00'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23d00'%20d='M0%20170.7h512v170.6H0z'/%3e%3c/svg%3e")}.svg-icon-search{background-image:url("data:image/svg+xml,%3csvg%20fill='%23FFFFFF'%20viewBox='0%200%2056%2056'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23FFFFFF'%20stroke-width='0'%3e%3cg%20stroke-width='0'%3e%3c/g%3e%3cpath%20d='M%2023.9570%2041.7695%20C%2027.8476%2041.7695%2031.4804%2040.5039%2034.4336%2038.3945%20L%2045.5429%2049.5039%20C%2046.0585%2050.0195%2046.7382%2050.2774%2047.4414%2050.2774%20C%2048.9648%2050.2774%2050.0664%2049.1055%2050.0664%2047.6055%20C%2050.0664%2046.9023%2049.8322%2046.2461%2049.3162%2045.7305%20L%2038.2773%2034.6679%20C%2040.5976%2031.6211%2041.9804%2027.8476%2041.9804%2023.7461%20C%2041.9804%2013.8320%2033.8710%205.7226%2023.9570%205.7226%20C%2014.0195%205.7226%205.9336%2013.8320%205.9336%2023.7461%20C%205.9336%2033.6601%2014.0195%2041.7695%2023.9570%2041.7695%20Z%20M%2023.9570%2037.8789%20C%2016.1992%2037.8789%209.8242%2031.4805%209.8242%2023.7461%20C%209.8242%2016.0117%2016.1992%209.6133%2023.9570%209.6133%20C%2031.6914%209.6133%2038.0898%2016.0117%2038.0898%2023.7461%20C%2038.0898%2031.4805%2031.6914%2037.8789%2023.9570%2037.8789%20Z'%3e%3c/path%3e%3c/svg%3e")}.svg-icon-clipboard{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%201024%201024'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23b0b0b0'%20stroke='%23b0b0b0'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill='%23b3b2b2'%20d='M768%20832a128%20128%200%200%201-128%20128H192A128%20128%200%200%201%2064%20832V384a128%20128%200%200%201%20128-128v64a64%2064%200%200%200-64%2064v448a64%2064%200%200%200%2064%2064h448a64%2064%200%200%200%2064-64h64z'%3e%3c/path%3e%3cpath%20fill='%23b3b2b2'%20d='M384%20128a64%2064%200%200%200-64%2064v448a64%2064%200%200%200%2064%2064h448a64%2064%200%200%200%2064-64V192a64%2064%200%200%200-64-64H384zm0-64h448a128%20128%200%200%201%20128%20128v448a128%20128%200%200%201-128%20128H384a128%20128%200%200%201-128-128V192A128%20128%200%200%201%20384%2064z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.svg-icon-github{background-image:url("data:image/svg+xml,%3csvg%20width='98'%20height='96'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M48.854%200C21.839%200%200%2022%200%2049.217c0%2021.756%2013.993%2040.172%2033.405%2046.69%202.427.49%203.316-1.059%203.316-2.362%200-1.141-.08-5.052-.08-9.127-13.59%202.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015%204.934.326%207.523%205.052%207.523%205.052%204.367%207.496%2011.404%205.378%2014.235%204.074.404-3.178%201.699-5.378%203.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283%200-5.378%201.94-9.778%205.014-13.2-.485-1.222-2.184-6.275.486-13.038%200%200%204.125-1.304%2013.426%205.052a46.97%2046.97%200%200%201%2012.214-1.63c4.125%200%208.33.571%2012.213%201.63%209.302-6.356%2013.427-5.052%2013.427-5.052%202.67%206.763.97%2011.816.485%2013.038%203.155%203.422%205.015%207.822%205.015%2013.2%200%2018.905-11.404%2023.06-22.324%2024.283%201.78%201.548%203.316%204.481%203.316%209.126%200%206.6-.08%2011.897-.08%2013.526%200%201.304.89%202.853%203.316%202.364%2019.412-6.52%2033.405-24.935%2033.405-46.691C97.707%2022%2075.788%200%2048.854%200z'%20fill='%23fff'/%3e%3c/svg%3e")}.svg-icon-night{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%201024%201024'%20class='icon'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M421.23264%20788.48c-96.4608%200-178.75968-34.14016-247.0912-102.5024C105.79968%20617.59488%2071.68%20535.18336%2071.68%20438.74304%2071.68%20369.3568%2091.27936%20305.13152%20130.39616%20245.76%20169.6256%20186.4704%20220.85632%20142.78656%20284.1088%20114.5856c3.9936-3.03104%208.0384-2.48832%2012.02176%201.50528%205.0176%203.04128%206.56384%207.49568%204.53632%2013.57824-16.00512%2038.2976-24.064%2076.88192-24.064%20116.11136%200%2089.45664%2031.90784%20166.07232%2095.71328%20229.90848%2063.78496%2063.82592%20140.35968%2095.744%20229.77536%2095.744%2049.2032%200%2091.92448-7.50592%20128.08192-22.5792%203.9936-3.10272%207.96672-2.58048%2011.97056%201.40288%204.98688%203.05152%206.5536%207.51616%204.5056%2013.59872-26.08128%2068.36224-68.51584%20122.86976-127.32416%20163.57376C560.5888%20768.12288%20494.55104%20788.48%20421.23264%20788.48z'%20fill='%23FA870B'%20/%3e%3cpath%20d='M279.42912%20917.07392v-0.04096l-3.47136%200.04096C164.33152%20917.07392%2073.6256%20828.28288%2071.71072%20718.0288L71.68%20714.50624c0-111.872%2091.46368-202.55744%20204.288-202.55744%20102.912%200%20188.04736%2075.45856%20202.20928%20173.6192h4.47488v-1.36192c0-127.31392%20103.04512-230.76864%20230.94272-232.82688l3.8912-0.03072C847.17568%20451.34848%20952.32%20555.60192%20952.32%20684.20608c0%20128.6144-105.14432%20232.8576-234.83392%20232.8576l2.60096-0.02048v0.03072H279.43936z'%20fill='%23DFF1FB'%20/%3e%3cpath%20d='M334.1824%20315.86304m42.3424%200l423.3728%200q42.3424%200%2042.3424%2042.3424l0-0.01024q0%2042.3424-42.3424%2042.3424l-423.3728%200q-42.3424%200-42.3424-42.3424l0%200.01024q0-42.3424%2042.3424-42.3424Z'%20fill='%23DFF1FB'%20/%3e%3cpath%20d='M495.06304%20163.45088m42.3424%200l220.14976%200q42.3424%200%2042.3424%2042.3424l0-0.01024q0%2042.3424-42.3424%2042.3424l-220.14976%200q-42.3424%200-42.3424-42.3424l0%200.01024q0-42.3424%2042.3424-42.3424Z'%20fill='%23FFFFFF'%20/%3e%3c/svg%3e")}.svg-icon-sun{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%201024%201024'%20class='icon'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M512%20512m-277.333333%200a277.333333%20277.333333%200%201%200%20554.666666%200%20277.333333%20277.333333%200%201%200-554.666666%200Z'%20fill='%23EFD358'%20/%3e%3cpath%20d='M85.333333%20533.333333H42.666667a21.333333%2021.333333%200%201%201%200-42.666666h42.666666a21.333333%2021.333333%200%201%201%200%2042.666666zM209.066667%20230.4a21.269333%2021.269333%200%200%201-15.082667-6.250667l-29.866667-29.866666a21.333333%2021.333333%200%201%201%2030.165334-30.165334l29.866666%2029.866667A21.333333%2021.333333%200%200%201%20209.066667%20230.4zM512%20106.666667a21.333333%2021.333333%200%200%201-21.333333-21.333334V42.666667a21.333333%2021.333333%200%201%201%2042.666666%200v42.666666a21.333333%2021.333333%200%200%201-21.333333%2021.333334zM814.933333%20230.4a21.333333%2021.333333%200%200%201-15.082666-36.416l29.866666-29.866667a21.333333%2021.333333%200%201%201%2030.165334%2030.165334l-29.866667%2029.866666a21.269333%2021.269333%200%200%201-15.082667%206.250667zM981.333333%20533.333333h-42.666666a21.333333%2021.333333%200%201%201%200-42.666666h42.666666a21.333333%2021.333333%200%201%201%200%2042.666666z'%20fill='%23EFD358'%20/%3e%3cpath%20d='M810.666667%201002.666667H213.333333c-105.856%200-192-86.122667-192-192s86.144-192%20192-192c17.322667%200%2034.624%202.453333%2051.669334%207.338666A256.128%20256.128%200%200%201%20490.666667%20490.666667a255.786667%20255.786667%200%200%201%20232.533333%20149.290666A189.653333%20189.653333%200%200%201%20810.666667%20618.666667c105.856%200%20192%2086.122667%20192%20192s-86.144%20192-192%20192z'%20fill='%23E0E0E0'%20/%3e%3c/svg%3e")}.svg-icon-screen-s{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23000000'%20width='800px'%20height='800px'%20viewBox='0%200%201024%201024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M704.144%200H319.856c-53.024%200-96%2042.976-96%2096v832c0%2053.024%2042.976%2096%2096%2096h384.288c53.024%200%2096-42.976%2096-96V96c0-53.024-42.976-96-96-96zm32%20928c0%2017.664-14.336%2032-32%2032H319.856c-17.664%200-32-14.336-32-32V96c0-17.664%2014.336-32%2032-32h384.288c17.664%200%2032%2014.336%2032%2032v832zM512.048%20800.176c-35.28%200-63.84%2028.592-63.84%2063.824s28.576%2063.841%2063.84%2063.841c35.28%200%2063.84-28.608%2063.84-63.84%200-35.233-28.56-63.825-63.84-63.825zm64-704.176h-128c-17.664%200-32%2014.336-32%2032s14.336%2032%2032%2032h128c17.664%200%2032-14.336%2032-32s-14.336-32-32-32z'/%3e%3c/svg%3e")}.svg-icon-screen-m{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23000000'%20width='800px'%20height='800px'%20viewBox='0%200%201024%201024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M832.144%200H191.856c-53.024%200-96%2042.976-96%2096v832c0%2053.024%2042.976%2096%2096%2096h640.288c53.024%200%2096-42.976%2096-96V96c0-53.024-42.976-96-96-96zm32%20928c0%2017.664-14.336%2032-32%2032H191.856c-17.664%200-32-14.336-32-32V96c0-17.664%2014.336-32%2032-32h640.288c17.664%200%2032%2014.336%2032%2032v832zM512.048%20800.176c-35.28%200-63.84%2028.592-63.84%2063.824s28.56%2063.841%2063.84%2063.841c35.264%200%2063.84-28.608%2063.84-63.84%200-35.233-28.576-63.825-63.84-63.825zm64-704.176h-128c-17.664%200-32%2014.336-32%2032s14.336%2032%2032%2032h128c17.664%200%2032-14.336%2032-32s-14.336-32-32-32z'/%3e%3c/svg%3e")}.svg-icon-screen-l{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20fill='%23000000'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='800px'%20height='800px'%20viewBox='0%200%20518.671%20518.671'%20xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath%20d='M508.256,363.753h-29.264v-217.92c0-30.037-24.438-54.474-54.479-54.474H94.159c-30.04,0-54.479,24.437-54.479,54.474%20v217.92H10.417C4.673,363.753,0,368.427,0,374.169c0,29.303,23.84,53.143,53.143,53.143h412.382%20c29.305,0,53.146-23.84,53.146-53.143C518.672,368.427,514,363.753,508.256,363.753z%20M94.159,112.19h330.354%20c18.554,0,33.646,15.092,33.646,33.643v217.92H60.511v-217.92C60.511,127.282,75.606,112.19,94.159,112.19z%20M465.525,406.48%20H53.143c-13.854,0-26.16-8.906-30.588-21.895h473.562C491.689,397.572,479.381,406.48,465.525,406.48z'/%3e%3cpath%20d='M83.597,343.193H435.08c5.744,0,10.416-4.674,10.416-10.418V143.16c0-5.743-4.672-10.416-10.416-10.416H83.597%20c-5.744,0-10.417,4.673-10.417,10.416v189.616C73.18,338.52,77.853,343.193,83.597,343.193z%20M94.012,322.359V153.577h330.652%20V322.36L94.012,322.359L94.012,322.359z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.svg-icon-screen-xl{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%23020202;stroke-miterlimit:10;stroke-width:1.91px;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M22.5,2.45V17.73a58.35,58.35,0,0,0-21,0V2.45A58.35,58.35,0,0,0,22.5,2.45Z'/%3e%3cline%20class='cls-1'%20x1='12'%20y1='21.55'%20x2='12'%20y2='16.77'/%3e%3cline%20class='cls-1'%20x1='7.23'%20y1='21.55'%20x2='16.77'%20y2='21.55'/%3e%3c/svg%3e")}.svg-icon-vite{background-image:url("data:image/svg+xml,%3csvg%20width='410'%20height='404'%20viewBox='0%200%20410%20404'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M399.641%2059.5246L215.643%20388.545C211.844%20395.338%20202.084%20395.378%20198.228%20388.618L10.5817%2059.5563C6.38087%2052.1896%2012.6802%2043.2665%2021.0281%2044.7586L205.223%2077.6824C206.398%2077.8924%20207.601%2077.8904%20208.776%2077.6763L389.119%2044.8058C397.439%2043.2894%20403.768%2052.1434%20399.641%2059.5246Z'%20fill='url(%23paint0_linear)'/%3e%3cpath%20d='M292.965%201.5744L156.801%2028.2552C154.563%2028.6937%20152.906%2030.5903%20152.771%2032.8664L144.395%20174.33C144.198%20177.662%20147.258%20180.248%20150.51%20179.498L188.42%20170.749C191.967%20169.931%20195.172%20173.055%20194.443%20176.622L183.18%20231.775C182.422%20235.487%20185.907%20238.661%20189.532%20237.56L212.947%20230.446C216.577%20229.344%20220.065%20232.527%20219.297%20236.242L201.398%20322.875C200.278%20328.294%20207.486%20331.249%20210.492%20326.603L212.5%20323.5L323.454%20102.072C325.312%2098.3645%20322.108%2094.137%20318.036%2094.9228L279.014%20102.454C275.347%20103.161%20272.227%2099.746%20273.262%2096.1583L298.731%207.86689C299.767%204.27314%20296.636%200.855181%20292.965%201.5744Z'%20fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='6.00017'%20y1='32.9999'%20x2='235'%20y2='344'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2341D1FF'/%3e%3cstop%20offset='1'%20stop-color='%23BD34FE'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear'%20x1='194.651'%20y1='8.81818'%20x2='236.076'%20y2='292.989'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFEA83'/%3e%3cstop%20offset='0.0833333'%20stop-color='%23FFDD35'/%3e%3cstop%20offset='1'%20stop-color='%23FFA800'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.svg-icon-github-dark{background-image:url("data:image/svg+xml,%3csvg%20width='98'%20height='96'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M48.854%200C21.839%200%200%2022%200%2049.217c0%2021.756%2013.993%2040.172%2033.405%2046.69%202.427.49%203.316-1.059%203.316-2.362%200-1.141-.08-5.052-.08-9.127-13.59%202.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015%204.934.326%207.523%205.052%207.523%205.052%204.367%207.496%2011.404%205.378%2014.235%204.074.404-3.178%201.699-5.378%203.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283%200-5.378%201.94-9.778%205.014-13.2-.485-1.222-2.184-6.275.486-13.038%200%200%204.125-1.304%2013.426%205.052a46.97%2046.97%200%200%201%2012.214-1.63c4.125%200%208.33.571%2012.213%201.63%209.302-6.356%2013.427-5.052%2013.427-5.052%202.67%206.763.97%2011.816.485%2013.038%203.155%203.422%205.015%207.822%205.015%2013.2%200%2018.905-11.404%2023.06-22.324%2024.283%201.78%201.548%203.316%204.481%203.316%209.126%200%206.6-.08%2011.897-.08%2013.526%200%201.304.89%202.853%203.316%202.364%2019.412-6.52%2033.405-24.935%2033.405-46.691C97.707%2022%2075.788%200%2048.854%200z'%20fill='%2324292f'/%3e%3c/svg%3e")}.svg-icon-evo{background-image:url("data:image/svg+xml,%3csvg%20width='62'%20height='62'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3ctitle%3eLayer%201%3c/title%3e%3cg%20stroke='null'%20id='svg_2'%20stroke-width='0.381'%20fill='%23fff'%20word-spacing='0'%20letter-spacing='0'%20font-family='Eras%20Medium%20ITC'%20font-size='15.247'%20font-weight='400'%20aria-label='Evodim'%3e%3cpath%20stroke='null'%20id='svg_4'%20fill='none'%20d='m-40.711,14.383l-6.627,-0.041'/%3e%3c/g%3e%3crect%20stroke='null'%20id='svg_5'%20paint-order='stroke%20markers%20fill'%20fill='%238c0736'%20ry='1.392'%20y='3.024'%20x='1.866'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_6'%20paint-order='stroke%20markers%20fill'%20fill='%23c70039'%20ry='1.392'%20y='3.028'%20x='17.852'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_7'%20paint-order='stroke%20markers%20fill'%20fill='%23ff5733'%20ry='1.392'%20y='3.317'%20x='33.781'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_8'%20paint-order='stroke%20markers%20fill'%20fill='%23ffc300'%20ry='1.392'%20y='3.279'%20x='48.866'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_9'%20paint-order='stroke%20markers%20fill'%20fill='%238c0736'%20ry='1.392'%20y='17.806'%20x='17.666'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_10'%20paint-order='stroke%20markers%20fill'%20fill='%23c70039'%20ry='1.392'%20y='17.81'%20x='33.653'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_11'%20paint-order='stroke%20markers%20fill'%20fill='%23ff5733'%20ry='1.392'%20y='18.099'%20x='49.054'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_12'%20paint-order='stroke%20markers%20fill'%20fill='%238c0736'%20ry='1.392'%20y='32.832'%20x='33.518'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_13'%20paint-order='stroke%20markers%20fill'%20fill='%23c70039'%20ry='1.392'%20y='32.836'%20x='48.976'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_14'%20paint-order='stroke%20markers%20fill'%20fill='%238c0736'%20ry='1.392'%20y='47.614'%20x='49.319'%20height='11.64'%20width='12.267'/%3e%3crect%20stroke='null'%20id='svg_15'%20paint-order='markers%20stroke%20fill'%20fill='none'%20ry='2.728'%20y='19.967'%20x='-47.471'%20height='5.936'%20width='10.133'/%3e%3c/g%3e%3c/svg%3e")}.svg-icon-popup{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.svg-icon-popup-tl{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(-90deg)}.svg-icon-popup-ml{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(-135deg)}.svg-icon-popup-bl{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(-180deg)}.svg-icon-popup-tc{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(-45deg)}.svg-icon-popup-mc{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.svg-icon-popup-bc{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(135deg)}.svg-icon-popup-tr{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.svg-icon-popup-mr{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(45deg)}.svg-icon-popup-tc{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(-45deg)}.svg-icon-popup-mc{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill-rule='evenodd'%20d='M12%2016.5a4.5%204.5%200%20100-9%204.5%204.5%200%20000%209zm0%201.5a6%206%200%20100-12%206%206%200%20000%2012z'/%3e%3c/g%3e%3c/svg%3e")}.svg-icon-popup-bc{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(135deg)}.svg-icon-popup-br{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20transform='rotate(45)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M3%2011V12C3%2016.9706%207.02944%2021%2012%2021C16.9706%2021%2021%2016.9706%2021%2012V11M8%207L12%203M12%203L16%207M12%203V15'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:rotate(90deg)}
