@charset "UTF-8";.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px #00000040;position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translate(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translate(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:#00000040;border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:#00000026}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px #00000021;width:100%}.notyf__dismiss{width:56px}}/*!
* Bootstrap v5.1.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/#marsello-portal-root .pos-content :root{--bs-blue: #3F80EA;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #e83e8c;--bs-red: #d9534f;--bs-orange: #fd7e14;--bs-yellow: #E5A54B;--bs-green: #4BBF73;--bs-teal: #20c997;--bs-cyan: #1F9BCF;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #020202;--bs-gray-100: #f4f7f9;--bs-gray-200: #e2e8ee;--bs-gray-300: #dee6ed;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #020202;--bs-gray-900: #212529;--bs-primary: #3F80EA;--bs-secondary: #495057;--bs-success: #4BBF73;--bs-info: #1F9BCF;--bs-warning: #E5A54B;--bs-danger: #d9534f;--bs-light: #eff2f6;--bs-dark: #293042;--bs-primary-rgb: 63, 128, 234;--bs-secondary-rgb: 73, 80, 87;--bs-success-rgb: 75, 191, 115;--bs-info-rgb: 31, 155, 207;--bs-warning-rgb: 229, 165, 75;--bs-danger-rgb: 217, 83, 79;--bs-light-rgb: 239, 242, 246;--bs-dark-rgb: 41, 48, 66;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 108, 117, 125;--bs-body-bg-rgb: 247, 249, 252;--bs-font-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: .825rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.625;--bs-body-color: #6c757d;--bs-body-bg: #F7F9FC}#marsello-portal-root .pos-content *,#marsello-portal-root .pos-content *:before,#marsello-portal-root .pos-content *:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){#marsello-portal-root .pos-content :root{scroll-behavior:smooth}}#marsello-portal-root .pos-content body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}#marsello-portal-root .pos-content hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}#marsello-portal-root .pos-content hr:not([size]){height:1px}#marsello-portal-root .pos-content h6,#marsello-portal-root .pos-content .h6,#marsello-portal-root .pos-content h5,#marsello-portal-root .pos-content .h5,#marsello-portal-root .pos-content h4,#marsello-portal-root .pos-content .h4,#marsello-portal-root .pos-content h3,#marsello-portal-root .pos-content .h3,#marsello-portal-root .pos-content h2,#marsello-portal-root .pos-content .h2,#marsello-portal-root .pos-content h1,#marsello-portal-root .pos-content .h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:#495057}#marsello-portal-root .pos-content h1,#marsello-portal-root .pos-content .h1{font-size:1.65rem}#marsello-portal-root .pos-content h2,#marsello-portal-root .pos-content .h2{font-size:1.44375rem}#marsello-portal-root .pos-content h3,#marsello-portal-root .pos-content .h3{font-size:1.2375rem}#marsello-portal-root .pos-content h4,#marsello-portal-root .pos-content .h4{font-size:1.03125rem}#marsello-portal-root .pos-content h5,#marsello-portal-root .pos-content .h5,#marsello-portal-root .pos-content h6,#marsello-portal-root .pos-content .h6{font-size:.825rem}#marsello-portal-root .pos-content p{margin-top:0;margin-bottom:1rem}#marsello-portal-root .pos-content abbr[title],#marsello-portal-root .pos-content abbr[data-bs-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}#marsello-portal-root .pos-content address{margin-bottom:1rem;font-style:normal;line-height:inherit}#marsello-portal-root .pos-content ol,#marsello-portal-root .pos-content ul{padding-left:2rem}#marsello-portal-root .pos-content ol,#marsello-portal-root .pos-content ul,#marsello-portal-root .pos-content dl{margin-top:0;margin-bottom:1rem}#marsello-portal-root .pos-content ol ol,#marsello-portal-root .pos-content ul ul,#marsello-portal-root .pos-content ol ul,#marsello-portal-root .pos-content ul ol{margin-bottom:0}#marsello-portal-root .pos-content dt{font-weight:500}#marsello-portal-root .pos-content dd{margin-bottom:.5rem;margin-left:0}#marsello-portal-root .pos-content blockquote{margin:0 0 1rem}#marsello-portal-root .pos-content b,#marsello-portal-root .pos-content strong{font-weight:bolder}#marsello-portal-root .pos-content small,#marsello-portal-root .pos-content .small{font-size:80%}#marsello-portal-root .pos-content mark,#marsello-portal-root .pos-content .mark{padding:.2em;background-color:#fcf8e3}#marsello-portal-root .pos-content sub,#marsello-portal-root .pos-content sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}#marsello-portal-root .pos-content sub{bottom:-.25em}#marsello-portal-root .pos-content sup{top:-.5em}#marsello-portal-root .pos-content a{color:#3f80ea;text-decoration:none}#marsello-portal-root .pos-content a:hover{color:#3266bb;text-decoration:underline}#marsello-portal-root .pos-content a:not([href]):not([class]),#marsello-portal-root .pos-content a:not([href]):not([class]):hover{color:inherit;text-decoration:none}#marsello-portal-root .pos-content pre,#marsello-portal-root .pos-content code,#marsello-portal-root .pos-content kbd,#marsello-portal-root .pos-content samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}#marsello-portal-root .pos-content pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:80%}#marsello-portal-root .pos-content pre code{font-size:inherit;color:inherit;word-break:normal}#marsello-portal-root .pos-content code{font-size:80%;color:#e83e8c;word-wrap:break-word}#marsello-portal-root .pos-content a>code{color:inherit}#marsello-portal-root .pos-content kbd{padding:.2rem .4rem;font-size:80%;color:#fff;background-color:#212529;border-radius:.1rem}#marsello-portal-root .pos-content kbd kbd{padding:0;font-size:1em;font-weight:500}#marsello-portal-root .pos-content figure{margin:0 0 1rem}#marsello-portal-root .pos-content img,#marsello-portal-root .pos-content svg{vertical-align:middle}#marsello-portal-root .pos-content table{caption-side:bottom;border-collapse:collapse}#marsello-portal-root .pos-content caption{padding-top:.75rem;padding-bottom:.75rem;color:#737d85;text-align:left}#marsello-portal-root .pos-content th{text-align:inherit;text-align:-webkit-match-parent}#marsello-portal-root .pos-content thead,#marsello-portal-root .pos-content tbody,#marsello-portal-root .pos-content tfoot,#marsello-portal-root .pos-content tr,#marsello-portal-root .pos-content td,#marsello-portal-root .pos-content th{border-color:inherit;border-style:solid;border-width:0}#marsello-portal-root .pos-content label{display:inline-block}#marsello-portal-root .pos-content button{border-radius:0}#marsello-portal-root .pos-content button:focus:not(:focus-visible){outline:0}#marsello-portal-root .pos-content input,#marsello-portal-root .pos-content button,#marsello-portal-root .pos-content select,#marsello-portal-root .pos-content optgroup,#marsello-portal-root .pos-content textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}#marsello-portal-root .pos-content button,#marsello-portal-root .pos-content select{text-transform:none}#marsello-portal-root .pos-content [role=button]{cursor:pointer}#marsello-portal-root .pos-content select{word-wrap:normal}#marsello-portal-root .pos-content select:disabled{opacity:1}#marsello-portal-root .pos-content [list]::-webkit-calendar-picker-indicator{display:none}#marsello-portal-root .pos-content button,#marsello-portal-root .pos-content [type=button],#marsello-portal-root .pos-content [type=reset],#marsello-portal-root .pos-content [type=submit]{-webkit-appearance:button}#marsello-portal-root .pos-content button:not(:disabled),#marsello-portal-root .pos-content [type=button]:not(:disabled),#marsello-portal-root .pos-content [type=reset]:not(:disabled),#marsello-portal-root .pos-content [type=submit]:not(:disabled){cursor:pointer}#marsello-portal-root .pos-content ::-moz-focus-inner{padding:0;border-style:none}#marsello-portal-root .pos-content textarea{resize:vertical}#marsello-portal-root .pos-content fieldset{min-width:0;padding:0;margin:0;border:0}#marsello-portal-root .pos-content legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}#marsello-portal-root .pos-content legend+*{clear:left}#marsello-portal-root .pos-content ::-webkit-datetime-edit-fields-wrapper,#marsello-portal-root .pos-content ::-webkit-datetime-edit-text,#marsello-portal-root .pos-content ::-webkit-datetime-edit-minute,#marsello-portal-root .pos-content ::-webkit-datetime-edit-hour-field,#marsello-portal-root .pos-content ::-webkit-datetime-edit-day-field,#marsello-portal-root .pos-content ::-webkit-datetime-edit-month-field,#marsello-portal-root .pos-content ::-webkit-datetime-edit-year-field{padding:0}#marsello-portal-root .pos-content ::-webkit-inner-spin-button{height:auto}#marsello-portal-root .pos-content [type=search]{outline-offset:-2px;-webkit-appearance:textfield}#marsello-portal-root .pos-content ::-webkit-search-decoration{-webkit-appearance:none}#marsello-portal-root .pos-content ::-webkit-color-swatch-wrapper{padding:0}#marsello-portal-root .pos-content ::file-selector-button{font:inherit}#marsello-portal-root .pos-content ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}#marsello-portal-root .pos-content output{display:inline-block}#marsello-portal-root .pos-content iframe{border:0}#marsello-portal-root .pos-content summary{display:list-item;cursor:pointer}#marsello-portal-root .pos-content progress{vertical-align:baseline}#marsello-portal-root .pos-content [hidden]{display:none!important}#marsello-portal-root .pos-content .lead{font-size:1.03125rem;font-weight:300}#marsello-portal-root .pos-content .display-1{font-size:5rem;font-weight:300;line-height:1.2}#marsello-portal-root .pos-content .display-2{font-size:4.5rem;font-weight:300;line-height:1.2}#marsello-portal-root .pos-content .display-3{font-size:4rem;font-weight:300;line-height:1.2}#marsello-portal-root .pos-content .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}#marsello-portal-root .pos-content .display-5{font-size:3rem;font-weight:300;line-height:1.2}#marsello-portal-root .pos-content .display-6{font-size:2.5rem;font-weight:300;line-height:1.2}#marsello-portal-root .pos-content .list-unstyled,#marsello-portal-root .pos-content .list-inline{padding-left:0;list-style:none}#marsello-portal-root .pos-content .list-inline-item{display:inline-block}#marsello-portal-root .pos-content .list-inline-item:not(:last-child){margin-right:.5rem}#marsello-portal-root .pos-content .initialism{font-size:80%;text-transform:uppercase}#marsello-portal-root .pos-content .blockquote{margin-bottom:1rem;font-size:1.03125rem}#marsello-portal-root .pos-content .blockquote>:last-child{margin-bottom:0}#marsello-portal-root .pos-content .blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:80%;color:#6c757d}#marsello-portal-root .pos-content .blockquote-footer:before{content:"— "}#marsello-portal-root .pos-content .img-fluid{max-width:100%;height:auto}#marsello-portal-root .pos-content .img-thumbnail{padding:.25rem;background-color:#f7f9fc;border:1px solid #dee6ed;border-radius:.2rem;max-width:100%;height:auto}#marsello-portal-root .pos-content .figure{display:inline-block}#marsello-portal-root .pos-content .figure-img{margin-bottom:.5rem;line-height:1}#marsello-portal-root .pos-content .figure-caption{font-size:80%;color:#6c757d}#marsello-portal-root .pos-content .container,#marsello-portal-root .pos-content .container-fluid,#marsello-portal-root .pos-content .container-xl,#marsello-portal-root .pos-content .container-lg,#marsello-portal-root .pos-content .container-md,#marsello-portal-root .pos-content .container-sm{width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);margin-right:auto;margin-left:auto}@media (min-width: 576px){#marsello-portal-root .pos-content .container-sm,#marsello-portal-root .pos-content .container{max-width:540px}}@media (min-width: 768px){#marsello-portal-root .pos-content .container-md,#marsello-portal-root .pos-content .container-sm,#marsello-portal-root .pos-content .container{max-width:720px}}@media (min-width: 992px){#marsello-portal-root .pos-content .container-lg,#marsello-portal-root .pos-content .container-md,#marsello-portal-root .pos-content .container-sm,#marsello-portal-root .pos-content .container{max-width:960px}}@media (min-width: 1200px){#marsello-portal-root .pos-content .container-xl,#marsello-portal-root .pos-content .container-lg,#marsello-portal-root .pos-content .container-md,#marsello-portal-root .pos-content .container-sm,#marsello-portal-root .pos-content .container{max-width:1200px}}#marsello-portal-root .pos-content .row{--bs-gutter-x: 24px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}#marsello-portal-root .pos-content .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}#marsello-portal-root .pos-content .col{flex:1 0 0%}#marsello-portal-root .pos-content .row-cols-auto>*{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .row-cols-1>*{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .row-cols-2>*{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}#marsello-portal-root .pos-content .row-cols-4>*{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .row-cols-5>*{flex:0 0 auto;width:20%}#marsello-portal-root .pos-content .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}#marsello-portal-root .pos-content .col-auto{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .col-1{flex:0 0 auto;width:8.33333333%}#marsello-portal-root .pos-content .col-2{flex:0 0 auto;width:16.66666667%}#marsello-portal-root .pos-content .col-3{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .col-4{flex:0 0 auto;width:33.33333333%}#marsello-portal-root .pos-content .col-5{flex:0 0 auto;width:41.66666667%}#marsello-portal-root .pos-content .col-6{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .col-7{flex:0 0 auto;width:58.33333333%}#marsello-portal-root .pos-content .col-8{flex:0 0 auto;width:66.66666667%}#marsello-portal-root .pos-content .col-9{flex:0 0 auto;width:75%}#marsello-portal-root .pos-content .col-10{flex:0 0 auto;width:83.33333333%}#marsello-portal-root .pos-content .col-11{flex:0 0 auto;width:91.66666667%}#marsello-portal-root .pos-content .col-12{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .offset-1{margin-left:8.33333333%}#marsello-portal-root .pos-content .offset-2{margin-left:16.66666667%}#marsello-portal-root .pos-content .offset-3{margin-left:25%}#marsello-portal-root .pos-content .offset-4{margin-left:33.33333333%}#marsello-portal-root .pos-content .offset-5{margin-left:41.66666667%}#marsello-portal-root .pos-content .offset-6{margin-left:50%}#marsello-portal-root .pos-content .offset-7{margin-left:58.33333333%}#marsello-portal-root .pos-content .offset-8{margin-left:66.66666667%}#marsello-portal-root .pos-content .offset-9{margin-left:75%}#marsello-portal-root .pos-content .offset-10{margin-left:83.33333333%}#marsello-portal-root .pos-content .offset-11{margin-left:91.66666667%}#marsello-portal-root .pos-content .g-0,#marsello-portal-root .pos-content .gx-0{--bs-gutter-x: 0}#marsello-portal-root .pos-content .g-0,#marsello-portal-root .pos-content .gy-0{--bs-gutter-y: 0}#marsello-portal-root .pos-content .g-1,#marsello-portal-root .pos-content .gx-1{--bs-gutter-x: .25rem}#marsello-portal-root .pos-content .g-1,#marsello-portal-root .pos-content .gy-1{--bs-gutter-y: .25rem}#marsello-portal-root .pos-content .g-2,#marsello-portal-root .pos-content .gx-2{--bs-gutter-x: .5rem}#marsello-portal-root .pos-content .g-2,#marsello-portal-root .pos-content .gy-2{--bs-gutter-y: .5rem}#marsello-portal-root .pos-content .g-3,#marsello-portal-root .pos-content .gx-3{--bs-gutter-x: 1rem}#marsello-portal-root .pos-content .g-3,#marsello-portal-root .pos-content .gy-3{--bs-gutter-y: 1rem}#marsello-portal-root .pos-content .g-4,#marsello-portal-root .pos-content .gx-4{--bs-gutter-x: 1.5rem}#marsello-portal-root .pos-content .g-4,#marsello-portal-root .pos-content .gy-4{--bs-gutter-y: 1.5rem}#marsello-portal-root .pos-content .g-5,#marsello-portal-root .pos-content .gx-5{--bs-gutter-x: 3rem}#marsello-portal-root .pos-content .g-5,#marsello-portal-root .pos-content .gy-5{--bs-gutter-y: 3rem}#marsello-portal-root .pos-content .g-6,#marsello-portal-root .pos-content .gx-6{--bs-gutter-x: 4.5rem}#marsello-portal-root .pos-content .g-6,#marsello-portal-root .pos-content .gy-6{--bs-gutter-y: 4.5rem}#marsello-portal-root .pos-content .g-7,#marsello-portal-root .pos-content .gx-7{--bs-gutter-x: 6rem}#marsello-portal-root .pos-content .g-7,#marsello-portal-root .pos-content .gy-7{--bs-gutter-y: 6rem}@media (min-width: 576px){#marsello-portal-root .pos-content .col-sm{flex:1 0 0%}#marsello-portal-root .pos-content .row-cols-sm-auto>*{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .row-cols-sm-1>*{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .row-cols-sm-2>*{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}#marsello-portal-root .pos-content .row-cols-sm-4>*{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .row-cols-sm-5>*{flex:0 0 auto;width:20%}#marsello-portal-root .pos-content .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}#marsello-portal-root .pos-content .col-sm-auto{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .col-sm-1{flex:0 0 auto;width:8.33333333%}#marsello-portal-root .pos-content .col-sm-2{flex:0 0 auto;width:16.66666667%}#marsello-portal-root .pos-content .col-sm-3{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .col-sm-4{flex:0 0 auto;width:33.33333333%}#marsello-portal-root .pos-content .col-sm-5{flex:0 0 auto;width:41.66666667%}#marsello-portal-root .pos-content .col-sm-6{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .col-sm-7{flex:0 0 auto;width:58.33333333%}#marsello-portal-root .pos-content .col-sm-8{flex:0 0 auto;width:66.66666667%}#marsello-portal-root .pos-content .col-sm-9{flex:0 0 auto;width:75%}#marsello-portal-root .pos-content .col-sm-10{flex:0 0 auto;width:83.33333333%}#marsello-portal-root .pos-content .col-sm-11{flex:0 0 auto;width:91.66666667%}#marsello-portal-root .pos-content .col-sm-12{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .offset-sm-0{margin-left:0}#marsello-portal-root .pos-content .offset-sm-1{margin-left:8.33333333%}#marsello-portal-root .pos-content .offset-sm-2{margin-left:16.66666667%}#marsello-portal-root .pos-content .offset-sm-3{margin-left:25%}#marsello-portal-root .pos-content .offset-sm-4{margin-left:33.33333333%}#marsello-portal-root .pos-content .offset-sm-5{margin-left:41.66666667%}#marsello-portal-root .pos-content .offset-sm-6{margin-left:50%}#marsello-portal-root .pos-content .offset-sm-7{margin-left:58.33333333%}#marsello-portal-root .pos-content .offset-sm-8{margin-left:66.66666667%}#marsello-portal-root .pos-content .offset-sm-9{margin-left:75%}#marsello-portal-root .pos-content .offset-sm-10{margin-left:83.33333333%}#marsello-portal-root .pos-content .offset-sm-11{margin-left:91.66666667%}#marsello-portal-root .pos-content .g-sm-0,#marsello-portal-root .pos-content .gx-sm-0{--bs-gutter-x: 0}#marsello-portal-root .pos-content .g-sm-0,#marsello-portal-root .pos-content .gy-sm-0{--bs-gutter-y: 0}#marsello-portal-root .pos-content .g-sm-1,#marsello-portal-root .pos-content .gx-sm-1{--bs-gutter-x: .25rem}#marsello-portal-root .pos-content .g-sm-1,#marsello-portal-root .pos-content .gy-sm-1{--bs-gutter-y: .25rem}#marsello-portal-root .pos-content .g-sm-2,#marsello-portal-root .pos-content .gx-sm-2{--bs-gutter-x: .5rem}#marsello-portal-root .pos-content .g-sm-2,#marsello-portal-root .pos-content .gy-sm-2{--bs-gutter-y: .5rem}#marsello-portal-root .pos-content .g-sm-3,#marsello-portal-root .pos-content .gx-sm-3{--bs-gutter-x: 1rem}#marsello-portal-root .pos-content .g-sm-3,#marsello-portal-root .pos-content .gy-sm-3{--bs-gutter-y: 1rem}#marsello-portal-root .pos-content .g-sm-4,#marsello-portal-root .pos-content .gx-sm-4{--bs-gutter-x: 1.5rem}#marsello-portal-root .pos-content .g-sm-4,#marsello-portal-root .pos-content .gy-sm-4{--bs-gutter-y: 1.5rem}#marsello-portal-root .pos-content .g-sm-5,#marsello-portal-root .pos-content .gx-sm-5{--bs-gutter-x: 3rem}#marsello-portal-root .pos-content .g-sm-5,#marsello-portal-root .pos-content .gy-sm-5{--bs-gutter-y: 3rem}#marsello-portal-root .pos-content .g-sm-6,#marsello-portal-root .pos-content .gx-sm-6{--bs-gutter-x: 4.5rem}#marsello-portal-root .pos-content .g-sm-6,#marsello-portal-root .pos-content .gy-sm-6{--bs-gutter-y: 4.5rem}#marsello-portal-root .pos-content .g-sm-7,#marsello-portal-root .pos-content .gx-sm-7{--bs-gutter-x: 6rem}#marsello-portal-root .pos-content .g-sm-7,#marsello-portal-root .pos-content .gy-sm-7{--bs-gutter-y: 6rem}}@media (min-width: 768px){#marsello-portal-root .pos-content .col-md{flex:1 0 0%}#marsello-portal-root .pos-content .row-cols-md-auto>*{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .row-cols-md-1>*{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .row-cols-md-2>*{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}#marsello-portal-root .pos-content .row-cols-md-4>*{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .row-cols-md-5>*{flex:0 0 auto;width:20%}#marsello-portal-root .pos-content .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}#marsello-portal-root .pos-content .col-md-auto{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .col-md-1{flex:0 0 auto;width:8.33333333%}#marsello-portal-root .pos-content .col-md-2{flex:0 0 auto;width:16.66666667%}#marsello-portal-root .pos-content .col-md-3{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .col-md-4{flex:0 0 auto;width:33.33333333%}#marsello-portal-root .pos-content .col-md-5{flex:0 0 auto;width:41.66666667%}#marsello-portal-root .pos-content .col-md-6{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .col-md-7{flex:0 0 auto;width:58.33333333%}#marsello-portal-root .pos-content .col-md-8{flex:0 0 auto;width:66.66666667%}#marsello-portal-root .pos-content .col-md-9{flex:0 0 auto;width:75%}#marsello-portal-root .pos-content .col-md-10{flex:0 0 auto;width:83.33333333%}#marsello-portal-root .pos-content .col-md-11{flex:0 0 auto;width:91.66666667%}#marsello-portal-root .pos-content .col-md-12{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .offset-md-0{margin-left:0}#marsello-portal-root .pos-content .offset-md-1{margin-left:8.33333333%}#marsello-portal-root .pos-content .offset-md-2{margin-left:16.66666667%}#marsello-portal-root .pos-content .offset-md-3{margin-left:25%}#marsello-portal-root .pos-content .offset-md-4{margin-left:33.33333333%}#marsello-portal-root .pos-content .offset-md-5{margin-left:41.66666667%}#marsello-portal-root .pos-content .offset-md-6{margin-left:50%}#marsello-portal-root .pos-content .offset-md-7{margin-left:58.33333333%}#marsello-portal-root .pos-content .offset-md-8{margin-left:66.66666667%}#marsello-portal-root .pos-content .offset-md-9{margin-left:75%}#marsello-portal-root .pos-content .offset-md-10{margin-left:83.33333333%}#marsello-portal-root .pos-content .offset-md-11{margin-left:91.66666667%}#marsello-portal-root .pos-content .g-md-0,#marsello-portal-root .pos-content .gx-md-0{--bs-gutter-x: 0}#marsello-portal-root .pos-content .g-md-0,#marsello-portal-root .pos-content .gy-md-0{--bs-gutter-y: 0}#marsello-portal-root .pos-content .g-md-1,#marsello-portal-root .pos-content .gx-md-1{--bs-gutter-x: .25rem}#marsello-portal-root .pos-content .g-md-1,#marsello-portal-root .pos-content .gy-md-1{--bs-gutter-y: .25rem}#marsello-portal-root .pos-content .g-md-2,#marsello-portal-root .pos-content .gx-md-2{--bs-gutter-x: .5rem}#marsello-portal-root .pos-content .g-md-2,#marsello-portal-root .pos-content .gy-md-2{--bs-gutter-y: .5rem}#marsello-portal-root .pos-content .g-md-3,#marsello-portal-root .pos-content .gx-md-3{--bs-gutter-x: 1rem}#marsello-portal-root .pos-content .g-md-3,#marsello-portal-root .pos-content .gy-md-3{--bs-gutter-y: 1rem}#marsello-portal-root .pos-content .g-md-4,#marsello-portal-root .pos-content .gx-md-4{--bs-gutter-x: 1.5rem}#marsello-portal-root .pos-content .g-md-4,#marsello-portal-root .pos-content .gy-md-4{--bs-gutter-y: 1.5rem}#marsello-portal-root .pos-content .g-md-5,#marsello-portal-root .pos-content .gx-md-5{--bs-gutter-x: 3rem}#marsello-portal-root .pos-content .g-md-5,#marsello-portal-root .pos-content .gy-md-5{--bs-gutter-y: 3rem}#marsello-portal-root .pos-content .g-md-6,#marsello-portal-root .pos-content .gx-md-6{--bs-gutter-x: 4.5rem}#marsello-portal-root .pos-content .g-md-6,#marsello-portal-root .pos-content .gy-md-6{--bs-gutter-y: 4.5rem}#marsello-portal-root .pos-content .g-md-7,#marsello-portal-root .pos-content .gx-md-7{--bs-gutter-x: 6rem}#marsello-portal-root .pos-content .g-md-7,#marsello-portal-root .pos-content .gy-md-7{--bs-gutter-y: 6rem}}@media (min-width: 992px){#marsello-portal-root .pos-content .col-lg{flex:1 0 0%}#marsello-portal-root .pos-content .row-cols-lg-auto>*{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .row-cols-lg-1>*{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .row-cols-lg-2>*{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}#marsello-portal-root .pos-content .row-cols-lg-4>*{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .row-cols-lg-5>*{flex:0 0 auto;width:20%}#marsello-portal-root .pos-content .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}#marsello-portal-root .pos-content .col-lg-auto{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .col-lg-1{flex:0 0 auto;width:8.33333333%}#marsello-portal-root .pos-content .col-lg-2{flex:0 0 auto;width:16.66666667%}#marsello-portal-root .pos-content .col-lg-3{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .col-lg-4{flex:0 0 auto;width:33.33333333%}#marsello-portal-root .pos-content .col-lg-5{flex:0 0 auto;width:41.66666667%}#marsello-portal-root .pos-content .col-lg-6{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .col-lg-7{flex:0 0 auto;width:58.33333333%}#marsello-portal-root .pos-content .col-lg-8{flex:0 0 auto;width:66.66666667%}#marsello-portal-root .pos-content .col-lg-9{flex:0 0 auto;width:75%}#marsello-portal-root .pos-content .col-lg-10{flex:0 0 auto;width:83.33333333%}#marsello-portal-root .pos-content .col-lg-11{flex:0 0 auto;width:91.66666667%}#marsello-portal-root .pos-content .col-lg-12{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .offset-lg-0{margin-left:0}#marsello-portal-root .pos-content .offset-lg-1{margin-left:8.33333333%}#marsello-portal-root .pos-content .offset-lg-2{margin-left:16.66666667%}#marsello-portal-root .pos-content .offset-lg-3{margin-left:25%}#marsello-portal-root .pos-content .offset-lg-4{margin-left:33.33333333%}#marsello-portal-root .pos-content .offset-lg-5{margin-left:41.66666667%}#marsello-portal-root .pos-content .offset-lg-6{margin-left:50%}#marsello-portal-root .pos-content .offset-lg-7{margin-left:58.33333333%}#marsello-portal-root .pos-content .offset-lg-8{margin-left:66.66666667%}#marsello-portal-root .pos-content .offset-lg-9{margin-left:75%}#marsello-portal-root .pos-content .offset-lg-10{margin-left:83.33333333%}#marsello-portal-root .pos-content .offset-lg-11{margin-left:91.66666667%}#marsello-portal-root .pos-content .g-lg-0,#marsello-portal-root .pos-content .gx-lg-0{--bs-gutter-x: 0}#marsello-portal-root .pos-content .g-lg-0,#marsello-portal-root .pos-content .gy-lg-0{--bs-gutter-y: 0}#marsello-portal-root .pos-content .g-lg-1,#marsello-portal-root .pos-content .gx-lg-1{--bs-gutter-x: .25rem}#marsello-portal-root .pos-content .g-lg-1,#marsello-portal-root .pos-content .gy-lg-1{--bs-gutter-y: .25rem}#marsello-portal-root .pos-content .g-lg-2,#marsello-portal-root .pos-content .gx-lg-2{--bs-gutter-x: .5rem}#marsello-portal-root .pos-content .g-lg-2,#marsello-portal-root .pos-content .gy-lg-2{--bs-gutter-y: .5rem}#marsello-portal-root .pos-content .g-lg-3,#marsello-portal-root .pos-content .gx-lg-3{--bs-gutter-x: 1rem}#marsello-portal-root .pos-content .g-lg-3,#marsello-portal-root .pos-content .gy-lg-3{--bs-gutter-y: 1rem}#marsello-portal-root .pos-content .g-lg-4,#marsello-portal-root .pos-content .gx-lg-4{--bs-gutter-x: 1.5rem}#marsello-portal-root .pos-content .g-lg-4,#marsello-portal-root .pos-content .gy-lg-4{--bs-gutter-y: 1.5rem}#marsello-portal-root .pos-content .g-lg-5,#marsello-portal-root .pos-content .gx-lg-5{--bs-gutter-x: 3rem}#marsello-portal-root .pos-content .g-lg-5,#marsello-portal-root .pos-content .gy-lg-5{--bs-gutter-y: 3rem}#marsello-portal-root .pos-content .g-lg-6,#marsello-portal-root .pos-content .gx-lg-6{--bs-gutter-x: 4.5rem}#marsello-portal-root .pos-content .g-lg-6,#marsello-portal-root .pos-content .gy-lg-6{--bs-gutter-y: 4.5rem}#marsello-portal-root .pos-content .g-lg-7,#marsello-portal-root .pos-content .gx-lg-7{--bs-gutter-x: 6rem}#marsello-portal-root .pos-content .g-lg-7,#marsello-portal-root .pos-content .gy-lg-7{--bs-gutter-y: 6rem}}@media (min-width: 1200px){#marsello-portal-root .pos-content .col-xl{flex:1 0 0%}#marsello-portal-root .pos-content .row-cols-xl-auto>*{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .row-cols-xl-1>*{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .row-cols-xl-2>*{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}#marsello-portal-root .pos-content .row-cols-xl-4>*{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .row-cols-xl-5>*{flex:0 0 auto;width:20%}#marsello-portal-root .pos-content .row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}#marsello-portal-root .pos-content .col-xl-auto{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .col-xl-1{flex:0 0 auto;width:8.33333333%}#marsello-portal-root .pos-content .col-xl-2{flex:0 0 auto;width:16.66666667%}#marsello-portal-root .pos-content .col-xl-3{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .col-xl-4{flex:0 0 auto;width:33.33333333%}#marsello-portal-root .pos-content .col-xl-5{flex:0 0 auto;width:41.66666667%}#marsello-portal-root .pos-content .col-xl-6{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .col-xl-7{flex:0 0 auto;width:58.33333333%}#marsello-portal-root .pos-content .col-xl-8{flex:0 0 auto;width:66.66666667%}#marsello-portal-root .pos-content .col-xl-9{flex:0 0 auto;width:75%}#marsello-portal-root .pos-content .col-xl-10{flex:0 0 auto;width:83.33333333%}#marsello-portal-root .pos-content .col-xl-11{flex:0 0 auto;width:91.66666667%}#marsello-portal-root .pos-content .col-xl-12{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .offset-xl-0{margin-left:0}#marsello-portal-root .pos-content .offset-xl-1{margin-left:8.33333333%}#marsello-portal-root .pos-content .offset-xl-2{margin-left:16.66666667%}#marsello-portal-root .pos-content .offset-xl-3{margin-left:25%}#marsello-portal-root .pos-content .offset-xl-4{margin-left:33.33333333%}#marsello-portal-root .pos-content .offset-xl-5{margin-left:41.66666667%}#marsello-portal-root .pos-content .offset-xl-6{margin-left:50%}#marsello-portal-root .pos-content .offset-xl-7{margin-left:58.33333333%}#marsello-portal-root .pos-content .offset-xl-8{margin-left:66.66666667%}#marsello-portal-root .pos-content .offset-xl-9{margin-left:75%}#marsello-portal-root .pos-content .offset-xl-10{margin-left:83.33333333%}#marsello-portal-root .pos-content .offset-xl-11{margin-left:91.66666667%}#marsello-portal-root .pos-content .g-xl-0,#marsello-portal-root .pos-content .gx-xl-0{--bs-gutter-x: 0}#marsello-portal-root .pos-content .g-xl-0,#marsello-portal-root .pos-content .gy-xl-0{--bs-gutter-y: 0}#marsello-portal-root .pos-content .g-xl-1,#marsello-portal-root .pos-content .gx-xl-1{--bs-gutter-x: .25rem}#marsello-portal-root .pos-content .g-xl-1,#marsello-portal-root .pos-content .gy-xl-1{--bs-gutter-y: .25rem}#marsello-portal-root .pos-content .g-xl-2,#marsello-portal-root .pos-content .gx-xl-2{--bs-gutter-x: .5rem}#marsello-portal-root .pos-content .g-xl-2,#marsello-portal-root .pos-content .gy-xl-2{--bs-gutter-y: .5rem}#marsello-portal-root .pos-content .g-xl-3,#marsello-portal-root .pos-content .gx-xl-3{--bs-gutter-x: 1rem}#marsello-portal-root .pos-content .g-xl-3,#marsello-portal-root .pos-content .gy-xl-3{--bs-gutter-y: 1rem}#marsello-portal-root .pos-content .g-xl-4,#marsello-portal-root .pos-content .gx-xl-4{--bs-gutter-x: 1.5rem}#marsello-portal-root .pos-content .g-xl-4,#marsello-portal-root .pos-content .gy-xl-4{--bs-gutter-y: 1.5rem}#marsello-portal-root .pos-content .g-xl-5,#marsello-portal-root .pos-content .gx-xl-5{--bs-gutter-x: 3rem}#marsello-portal-root .pos-content .g-xl-5,#marsello-portal-root .pos-content .gy-xl-5{--bs-gutter-y: 3rem}#marsello-portal-root .pos-content .g-xl-6,#marsello-portal-root .pos-content .gx-xl-6{--bs-gutter-x: 4.5rem}#marsello-portal-root .pos-content .g-xl-6,#marsello-portal-root .pos-content .gy-xl-6{--bs-gutter-y: 4.5rem}#marsello-portal-root .pos-content .g-xl-7,#marsello-portal-root .pos-content .gx-xl-7{--bs-gutter-x: 6rem}#marsello-portal-root .pos-content .g-xl-7,#marsello-portal-root .pos-content .gy-xl-7{--bs-gutter-y: 6rem}}@media (min-width: 1440px){#marsello-portal-root .pos-content .col-xxl{flex:1 0 0%}#marsello-portal-root .pos-content .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .row-cols-xxl-1>*{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .row-cols-xxl-2>*{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}#marsello-portal-root .pos-content .row-cols-xxl-4>*{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .row-cols-xxl-5>*{flex:0 0 auto;width:20%}#marsello-portal-root .pos-content .row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}#marsello-portal-root .pos-content .col-xxl-auto{flex:0 0 auto;width:auto}#marsello-portal-root .pos-content .col-xxl-1{flex:0 0 auto;width:8.33333333%}#marsello-portal-root .pos-content .col-xxl-2{flex:0 0 auto;width:16.66666667%}#marsello-portal-root .pos-content .col-xxl-3{flex:0 0 auto;width:25%}#marsello-portal-root .pos-content .col-xxl-4{flex:0 0 auto;width:33.33333333%}#marsello-portal-root .pos-content .col-xxl-5{flex:0 0 auto;width:41.66666667%}#marsello-portal-root .pos-content .col-xxl-6{flex:0 0 auto;width:50%}#marsello-portal-root .pos-content .col-xxl-7{flex:0 0 auto;width:58.33333333%}#marsello-portal-root .pos-content .col-xxl-8{flex:0 0 auto;width:66.66666667%}#marsello-portal-root .pos-content .col-xxl-9{flex:0 0 auto;width:75%}#marsello-portal-root .pos-content .col-xxl-10{flex:0 0 auto;width:83.33333333%}#marsello-portal-root .pos-content .col-xxl-11{flex:0 0 auto;width:91.66666667%}#marsello-portal-root .pos-content .col-xxl-12{flex:0 0 auto;width:100%}#marsello-portal-root .pos-content .offset-xxl-0{margin-left:0}#marsello-portal-root .pos-content .offset-xxl-1{margin-left:8.33333333%}#marsello-portal-root .pos-content .offset-xxl-2{margin-left:16.66666667%}#marsello-portal-root .pos-content .offset-xxl-3{margin-left:25%}#marsello-portal-root .pos-content .offset-xxl-4{margin-left:33.33333333%}#marsello-portal-root .pos-content .offset-xxl-5{margin-left:41.66666667%}#marsello-portal-root .pos-content .offset-xxl-6{margin-left:50%}#marsello-portal-root .pos-content .offset-xxl-7{margin-left:58.33333333%}#marsello-portal-root .pos-content .offset-xxl-8{margin-left:66.66666667%}#marsello-portal-root .pos-content .offset-xxl-9{margin-left:75%}#marsello-portal-root .pos-content .offset-xxl-10{margin-left:83.33333333%}#marsello-portal-root .pos-content .offset-xxl-11{margin-left:91.66666667%}#marsello-portal-root .pos-content .g-xxl-0,#marsello-portal-root .pos-content .gx-xxl-0{--bs-gutter-x: 0}#marsello-portal-root .pos-content .g-xxl-0,#marsello-portal-root .pos-content .gy-xxl-0{--bs-gutter-y: 0}#marsello-portal-root .pos-content .g-xxl-1,#marsello-portal-root .pos-content .gx-xxl-1{--bs-gutter-x: .25rem}#marsello-portal-root .pos-content .g-xxl-1,#marsello-portal-root .pos-content .gy-xxl-1{--bs-gutter-y: .25rem}#marsello-portal-root .pos-content .g-xxl-2,#marsello-portal-root .pos-content .gx-xxl-2{--bs-gutter-x: .5rem}#marsello-portal-root .pos-content .g-xxl-2,#marsello-portal-root .pos-content .gy-xxl-2{--bs-gutter-y: .5rem}#marsello-portal-root .pos-content .g-xxl-3,#marsello-portal-root .pos-content .gx-xxl-3{--bs-gutter-x: 1rem}#marsello-portal-root .pos-content .g-xxl-3,#marsello-portal-root .pos-content .gy-xxl-3{--bs-gutter-y: 1rem}#marsello-portal-root .pos-content .g-xxl-4,#marsello-portal-root .pos-content .gx-xxl-4{--bs-gutter-x: 1.5rem}#marsello-portal-root .pos-content .g-xxl-4,#marsello-portal-root .pos-content .gy-xxl-4{--bs-gutter-y: 1.5rem}#marsello-portal-root .pos-content .g-xxl-5,#marsello-portal-root .pos-content .gx-xxl-5{--bs-gutter-x: 3rem}#marsello-portal-root .pos-content .g-xxl-5,#marsello-portal-root .pos-content .gy-xxl-5{--bs-gutter-y: 3rem}#marsello-portal-root .pos-content .g-xxl-6,#marsello-portal-root .pos-content .gx-xxl-6{--bs-gutter-x: 4.5rem}#marsello-portal-root .pos-content .g-xxl-6,#marsello-portal-root .pos-content .gy-xxl-6{--bs-gutter-y: 4.5rem}#marsello-portal-root .pos-content .g-xxl-7,#marsello-portal-root .pos-content .gx-xxl-7{--bs-gutter-x: 6rem}#marsello-portal-root .pos-content .g-xxl-7,#marsello-portal-root .pos-content .gy-xxl-7{--bs-gutter-y: 6rem}}#marsello-portal-root .pos-content .table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #6c757d;--bs-table-striped-bg: #f4f7f9;--bs-table-active-color: #6c757d;--bs-table-active-bg: rgba(0, 0, 0, .1);--bs-table-hover-color: #6c757d;--bs-table-hover-bg: rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;color:#6c757d;vertical-align:top;border-color:#dee6ed}#marsello-portal-root .pos-content .table>:not(caption)>*>*{padding:.75rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}#marsello-portal-root .pos-content .table>tbody{vertical-align:inherit}#marsello-portal-root .pos-content .table>thead{vertical-align:bottom}#marsello-portal-root .pos-content .table>:not(:first-child){border-top:2px solid currentColor}#marsello-portal-root .pos-content .caption-top{caption-side:top}#marsello-portal-root .pos-content .table-sm>:not(caption)>*>*{padding:.3rem}#marsello-portal-root .pos-content .table-bordered>:not(caption)>*{border-width:1px 0}#marsello-portal-root .pos-content .table-bordered>:not(caption)>*>*{border-width:0 1px}#marsello-portal-root .pos-content .table-borderless>:not(caption)>*>*{border-bottom-width:0}#marsello-portal-root .pos-content .table-borderless>:not(:first-child){border-top-width:0}#marsello-portal-root .pos-content .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}#marsello-portal-root .pos-content .table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}#marsello-portal-root .pos-content .table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}#marsello-portal-root .pos-content .table-primary{--bs-table-bg: #d9e6fb;--bs-table-striped-bg: #cedbee;--bs-table-striped-color: #000;--bs-table-active-bg: #c3cfe2;--bs-table-active-color: #000;--bs-table-hover-bg: #c9d5e8;--bs-table-hover-color: #000;color:#000;border-color:#c3cfe2}#marsello-portal-root .pos-content .table-secondary{--bs-table-bg: #dbdcdd;--bs-table-striped-bg: #d0d1d2;--bs-table-striped-color: #000;--bs-table-active-bg: #c5c6c7;--bs-table-active-color: #000;--bs-table-hover-bg: #cbcccc;--bs-table-hover-color: #000;color:#000;border-color:#c5c6c7}#marsello-portal-root .pos-content .table-success{--bs-table-bg: #dbf2e3;--bs-table-striped-bg: #d0e6d8;--bs-table-striped-color: #000;--bs-table-active-bg: #c5dacc;--bs-table-active-color: #000;--bs-table-hover-bg: #cbe0d2;--bs-table-hover-color: #000;color:#000;border-color:#c5dacc}#marsello-portal-root .pos-content .table-info{--bs-table-bg: #d2ebf5;--bs-table-striped-bg: #c8dfe9;--bs-table-striped-color: #000;--bs-table-active-bg: #bdd4dd;--bs-table-active-color: #000;--bs-table-hover-bg: #c2d9e3;--bs-table-hover-color: #000;color:#000;border-color:#bdd4dd}#marsello-portal-root .pos-content .table-warning{--bs-table-bg: #faeddb;--bs-table-striped-bg: #eee1d0;--bs-table-striped-color: #000;--bs-table-active-bg: #e1d5c5;--bs-table-active-color: #000;--bs-table-hover-bg: #e7dbcb;--bs-table-hover-color: #000;color:#000;border-color:#e1d5c5}#marsello-portal-root .pos-content .table-danger{--bs-table-bg: #f7dddc;--bs-table-striped-bg: #ebd2d1;--bs-table-striped-color: #000;--bs-table-active-bg: #dec7c6;--bs-table-active-color: #000;--bs-table-hover-bg: #e4cccc;--bs-table-hover-color: #000;color:#000;border-color:#dec7c6}#marsello-portal-root .pos-content .table-light{--bs-table-bg: #eff2f6;--bs-table-striped-bg: #e3e6ea;--bs-table-striped-color: #000;--bs-table-active-bg: #d7dadd;--bs-table-active-color: #000;--bs-table-hover-bg: #dde0e4;--bs-table-hover-color: #000;color:#000;border-color:#d7dadd}#marsello-portal-root .pos-content .table-dark{--bs-table-bg: #293042;--bs-table-striped-bg: #343a4b;--bs-table-striped-color: #fff;--bs-table-active-bg: #3e4555;--bs-table-active-color: #fff;--bs-table-hover-bg: #394050;--bs-table-hover-color: #fff;color:#fff;border-color:#3e4555}#marsello-portal-root .pos-content .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){#marsello-portal-root .pos-content .table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){#marsello-portal-root .pos-content .table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){#marsello-portal-root .pos-content .table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){#marsello-portal-root .pos-content .table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1439.98px){#marsello-portal-root .pos-content .table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}#marsello-portal-root .pos-content .form-label{margin-bottom:.5rem}#marsello-portal-root .pos-content .col-form-label{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.625}#marsello-portal-root .pos-content .col-form-label-lg{padding-top:calc(.35rem + 1px);padding-bottom:calc(.35rem + 1px);font-size:.95rem}#marsello-portal-root .pos-content .col-form-label-sm{padding-top:calc(.15rem + 1px);padding-bottom:calc(.15rem + 1px);font-size:.75rem}#marsello-portal-root .pos-content .form-text{margin-top:.25rem;font-size:80%;color:#737d85}#marsello-portal-root .pos-content .form-control{display:block;width:100%;padding:.25rem .7rem;font-size:.825rem;font-weight:400;line-height:1.625;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-control{transition:none}}#marsello-portal-root .pos-content .form-control[type=file]{overflow:hidden}#marsello-portal-root .pos-content .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}#marsello-portal-root .pos-content .form-control:focus{color:#495057;background-color:#fff;border-color:#9fc0f5;outline:0;box-shadow:0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .form-control::-webkit-date-and-time-value{height:1.625em}#marsello-portal-root .pos-content .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}#marsello-portal-root .pos-content .form-control::-moz-placeholder{color:#6c757d;opacity:1}#marsello-portal-root .pos-content .form-control::placeholder{color:#6c757d;opacity:1}#marsello-portal-root .pos-content .form-control:disabled,#marsello-portal-root .pos-content .form-control[readonly]{background-color:#e2e8ee;opacity:1}#marsello-portal-root .pos-content .form-control::file-selector-button{padding:.25rem .7rem;margin:-.25rem -.7rem;-webkit-margin-end:.7rem;margin-inline-end:.7rem;color:#495057;background-color:#e2e8ee;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-control::file-selector-button{transition:none}}#marsello-portal-root .pos-content .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#d7dce2}#marsello-portal-root .pos-content .form-control::-webkit-file-upload-button{padding:.25rem .7rem;margin:-.25rem -.7rem;-webkit-margin-end:.7rem;margin-inline-end:.7rem;color:#495057;background-color:#e2e8ee;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}#marsello-portal-root .pos-content .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#d7dce2}#marsello-portal-root .pos-content .form-control-plaintext{display:block;width:100%;padding:.25rem 0;margin-bottom:0;line-height:1.625;color:#6c757d;background-color:transparent;border:solid transparent;border-width:1px 0}#marsello-portal-root .pos-content .form-control-plaintext.form-control-sm,#marsello-portal-root .pos-content .form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}#marsello-portal-root .pos-content .form-control-sm{min-height:calc(1.51875rem + 2px);padding:.15rem .5rem;font-size:.75rem;border-radius:.1rem}#marsello-portal-root .pos-content .form-control-sm::file-selector-button{padding:.15rem .5rem;margin:-.15rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}#marsello-portal-root .pos-content .form-control-sm::-webkit-file-upload-button{padding:.15rem .5rem;margin:-.15rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}#marsello-portal-root .pos-content .form-control-lg{min-height:calc(2.24375rem + 2px);padding:.35rem 1rem;font-size:.95rem;border-radius:.3rem}#marsello-portal-root .pos-content .form-control-lg::file-selector-button{padding:.35rem 1rem;margin:-.35rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}#marsello-portal-root .pos-content .form-control-lg::-webkit-file-upload-button{padding:.35rem 1rem;margin:-.35rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}#marsello-portal-root .pos-content textarea.form-control{min-height:calc(1.840625rem + 2px)}#marsello-portal-root .pos-content textarea.form-control-sm{min-height:calc(1.51875rem + 2px)}#marsello-portal-root .pos-content textarea.form-control-lg{min-height:calc(2.24375rem + 2px)}#marsello-portal-root .pos-content .form-control-color{width:3rem;height:auto;padding:.25rem}#marsello-portal-root .pos-content .form-control-color:not(:disabled):not([readonly]){cursor:pointer}#marsello-portal-root .pos-content .form-control-color::-moz-color-swatch{height:1.625em;border-radius:.2rem}#marsello-portal-root .pos-content .form-control-color::-webkit-color-swatch{height:1.625em;border-radius:.2rem}#marsello-portal-root .pos-content .form-select{display:block;width:100%;padding:.25rem 2.1rem .25rem .7rem;-moz-padding-start:calc(.7rem - 3px);font-size:.825rem;font-weight:400;line-height:1.625;color:#495057;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23020202' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-select{transition:none}}#marsello-portal-root .pos-content .form-select:focus{border-color:#9fc0f5;outline:0;box-shadow:0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .form-select[multiple],#marsello-portal-root .pos-content .form-select[size]:not([size="1"]){padding-right:.7rem;background-image:none}#marsello-portal-root .pos-content .form-select:disabled{background-color:#e2e8ee}#marsello-portal-root .pos-content .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}#marsello-portal-root .pos-content .form-select-sm{padding-top:.15rem;padding-bottom:.15rem;padding-left:.5rem;font-size:.75rem;border-radius:.1rem}#marsello-portal-root .pos-content .form-select-lg{padding-top:.35rem;padding-bottom:.35rem;padding-left:1rem;font-size:.95rem;border-radius:.3rem}#marsello-portal-root .pos-content .form-check{display:block;min-height:1.340625rem;padding-left:1.5em;margin-bottom:.125rem}#marsello-portal-root .pos-content .form-check .form-check-input{float:left;margin-left:-1.5em}#marsello-portal-root .pos-content .form-check-input{width:1em;height:1em;margin-top:.3125em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}#marsello-portal-root .pos-content .form-check-input[type=checkbox]{border-radius:.25em}#marsello-portal-root .pos-content .form-check-input[type=radio]{border-radius:50%}#marsello-portal-root .pos-content .form-check-input:active{filter:brightness(90%)}#marsello-portal-root .pos-content .form-check-input:focus{border-color:#9fc0f5;outline:0;box-shadow:0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .form-check-input:checked{background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .form-check-input[type=checkbox]:indeterminate{background-color:#3f80ea;border-color:#3f80ea;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}#marsello-portal-root .pos-content .form-check-input[disabled]~.form-check-label,#marsello-portal-root .pos-content .form-check-input:disabled~.form-check-label{opacity:.5}#marsello-portal-root .pos-content .form-switch{padding-left:2.5em}#marsello-portal-root .pos-content .form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-switch .form-check-input{transition:none}}#marsello-portal-root .pos-content .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fc0f5'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .form-check-inline{display:inline-block;margin-right:1rem}#marsello-portal-root .pos-content .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}#marsello-portal-root .pos-content .btn-check[disabled]+.btn,#marsello-portal-root .pos-content .btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}#marsello-portal-root .pos-content .form-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}#marsello-portal-root .pos-content .form-range:focus{outline:0}#marsello-portal-root .pos-content .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f7f9fc,0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f7f9fc,0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .form-range::-moz-focus-outer{border:0}#marsello-portal-root .pos-content .form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#3f80ea;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}#marsello-portal-root .pos-content .form-range::-webkit-slider-thumb:active{background-color:#c5d9f9}#marsello-portal-root .pos-content .form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee6ed;border-color:transparent;border-radius:1rem}#marsello-portal-root .pos-content .form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#3f80ea;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}#marsello-portal-root .pos-content .form-range::-moz-range-thumb:active{background-color:#c5d9f9}#marsello-portal-root .pos-content .form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee6ed;border-color:transparent;border-radius:1rem}#marsello-portal-root .pos-content .form-range:disabled{pointer-events:none}#marsello-portal-root .pos-content .form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}#marsello-portal-root .pos-content .form-range:disabled::-moz-range-thumb{background-color:#adb5bd}#marsello-portal-root .pos-content .form-floating{position:relative}#marsello-portal-root .pos-content .form-floating>.form-control,#marsello-portal-root .pos-content .form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}#marsello-portal-root .pos-content .form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .7rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .form-floating>label{transition:none}}#marsello-portal-root .pos-content .form-floating>.form-control{padding:1rem .7rem}#marsello-portal-root .pos-content .form-floating>.form-control::-webkit-input-placeholder{color:transparent}#marsello-portal-root .pos-content .form-floating>.form-control::-moz-placeholder{color:transparent}#marsello-portal-root .pos-content .form-floating>.form-control::placeholder{color:transparent}#marsello-portal-root .pos-content .form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}#marsello-portal-root .pos-content .form-floating>.form-control:focus,#marsello-portal-root .pos-content .form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}#marsello-portal-root .pos-content .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}#marsello-portal-root .pos-content .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}#marsello-portal-root .pos-content .form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}#marsello-portal-root .pos-content .form-floating>.form-control:focus~label,#marsello-portal-root .pos-content .form-floating>.form-control:not(:placeholder-shown)~label,#marsello-portal-root .pos-content .form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}#marsello-portal-root .pos-content .form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}#marsello-portal-root .pos-content .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}#marsello-portal-root .pos-content .input-group>.form-control,#marsello-portal-root .pos-content .input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}#marsello-portal-root .pos-content .input-group>.form-control:focus,#marsello-portal-root .pos-content .input-group>.form-select:focus{z-index:3}#marsello-portal-root .pos-content .input-group .btn{position:relative;z-index:2}#marsello-portal-root .pos-content .input-group .btn:focus{z-index:3}#marsello-portal-root .pos-content .input-group-text{display:flex;align-items:center;padding:.25rem .7rem;font-size:.825rem;font-weight:400;line-height:1.625;color:#495057;text-align:center;white-space:nowrap;background-color:#e2e8ee;border:1px solid #ced4da;border-radius:.2rem}#marsello-portal-root .pos-content .input-group-lg>.form-control,#marsello-portal-root .pos-content .input-group-lg>.form-select,#marsello-portal-root .pos-content .input-group-lg>.input-group-text,#marsello-portal-root .pos-content .input-group-lg>.btn{padding:.35rem 1rem;font-size:.95rem;border-radius:.3rem}#marsello-portal-root .pos-content .input-group-sm>.form-control,#marsello-portal-root .pos-content .input-group-sm>.form-select,#marsello-portal-root .pos-content .input-group-sm>.input-group-text,#marsello-portal-root .pos-content .input-group-sm>.btn{padding:.15rem .5rem;font-size:.75rem;border-radius:.1rem}#marsello-portal-root .pos-content .input-group-lg>.form-select,#marsello-portal-root .pos-content .input-group-sm>.form-select{padding-right:2.8rem}#marsello-portal-root .pos-content .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),#marsello-portal-root .pos-content .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}#marsello-portal-root .pos-content .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),#marsello-portal-root .pos-content .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}#marsello-portal-root .pos-content .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}#marsello-portal-root .pos-content .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#4bbf73}#marsello-portal-root .pos-content .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.75rem;color:#000;background-color:#4bbf73e6;border-radius:.2rem}#marsello-portal-root .pos-content .was-validated :valid~.valid-feedback,#marsello-portal-root .pos-content .was-validated :valid~.valid-tooltip,#marsello-portal-root .pos-content .is-valid~.valid-feedback,#marsello-portal-root .pos-content .is-valid~.valid-tooltip{display:block}#marsello-portal-root .pos-content .was-validated .form-control:valid,#marsello-portal-root .pos-content .form-control.is-valid{border-color:#4bbf73}#marsello-portal-root .pos-content .was-validated .form-control:valid:focus,#marsello-portal-root .pos-content .form-control.is-valid:focus{border-color:#4bbf73;box-shadow:0 0 0 .2rem #4bbf7340}#marsello-portal-root .pos-content .was-validated .form-select:valid,#marsello-portal-root .pos-content .form-select.is-valid{border-color:#4bbf73}#marsello-portal-root .pos-content .was-validated .form-select:valid:focus,#marsello-portal-root .pos-content .form-select.is-valid:focus{border-color:#4bbf73;box-shadow:0 0 0 .2rem #4bbf7340}#marsello-portal-root .pos-content .was-validated .form-check-input:valid,#marsello-portal-root .pos-content .form-check-input.is-valid{border-color:#4bbf73}#marsello-portal-root .pos-content .was-validated .form-check-input:valid:checked,#marsello-portal-root .pos-content .form-check-input.is-valid:checked{background-color:#4bbf73}#marsello-portal-root .pos-content .was-validated .form-check-input:valid:focus,#marsello-portal-root .pos-content .form-check-input.is-valid:focus{box-shadow:0 0 0 .2rem #4bbf7340}#marsello-portal-root .pos-content .was-validated .form-check-input:valid~.form-check-label,#marsello-portal-root .pos-content .form-check-input.is-valid~.form-check-label{color:#4bbf73}#marsello-portal-root .pos-content .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}#marsello-portal-root .pos-content .was-validated .input-group .form-control:valid,#marsello-portal-root .pos-content .input-group .form-control.is-valid,#marsello-portal-root .pos-content .was-validated .input-group .form-select:valid,#marsello-portal-root .pos-content .input-group .form-select.is-valid{z-index:1}#marsello-portal-root .pos-content .was-validated .input-group .form-control:valid:focus,#marsello-portal-root .pos-content .input-group .form-control.is-valid:focus,#marsello-portal-root .pos-content .was-validated .input-group .form-select:valid:focus,#marsello-portal-root .pos-content .input-group .form-select.is-valid:focus{z-index:3}#marsello-portal-root .pos-content .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d9534f}#marsello-portal-root .pos-content .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.75rem;color:#fff;background-color:#d9534fe6;border-radius:.2rem}#marsello-portal-root .pos-content .was-validated :invalid~.invalid-feedback,#marsello-portal-root .pos-content .was-validated :invalid~.invalid-tooltip,#marsello-portal-root .pos-content .is-invalid~.invalid-feedback,#marsello-portal-root .pos-content .is-invalid~.invalid-tooltip{display:block}#marsello-portal-root .pos-content .was-validated .form-control:invalid,#marsello-portal-root .pos-content .form-control.is-invalid{border-color:#d9534f}#marsello-portal-root .pos-content .was-validated .form-control:invalid:focus,#marsello-portal-root .pos-content .form-control.is-invalid:focus{border-color:#d9534f;box-shadow:0 0 0 .2rem #d9534f40}#marsello-portal-root .pos-content .was-validated .form-select:invalid,#marsello-portal-root .pos-content .form-select.is-invalid{border-color:#d9534f}#marsello-portal-root .pos-content .was-validated .form-select:invalid:focus,#marsello-portal-root .pos-content .form-select.is-invalid:focus{border-color:#d9534f;box-shadow:0 0 0 .2rem #d9534f40}#marsello-portal-root .pos-content .was-validated .form-check-input:invalid,#marsello-portal-root .pos-content .form-check-input.is-invalid{border-color:#d9534f}#marsello-portal-root .pos-content .was-validated .form-check-input:invalid:checked,#marsello-portal-root .pos-content .form-check-input.is-invalid:checked{background-color:#d9534f}#marsello-portal-root .pos-content .was-validated .form-check-input:invalid:focus,#marsello-portal-root .pos-content .form-check-input.is-invalid:focus{box-shadow:0 0 0 .2rem #d9534f40}#marsello-portal-root .pos-content .was-validated .form-check-input:invalid~.form-check-label,#marsello-portal-root .pos-content .form-check-input.is-invalid~.form-check-label{color:#d9534f}#marsello-portal-root .pos-content .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}#marsello-portal-root .pos-content .was-validated .input-group .form-control:invalid,#marsello-portal-root .pos-content .input-group .form-control.is-invalid,#marsello-portal-root .pos-content .was-validated .input-group .form-select:invalid,#marsello-portal-root .pos-content .input-group .form-select.is-invalid{z-index:2}#marsello-portal-root .pos-content .was-validated .input-group .form-control:invalid:focus,#marsello-portal-root .pos-content .input-group .form-control.is-invalid:focus,#marsello-portal-root .pos-content .was-validated .input-group .form-select:invalid:focus,#marsello-portal-root .pos-content .input-group .form-select.is-invalid:focus{z-index:3}#marsello-portal-root .pos-content .btn{display:inline-block;align-self:center;font-weight:400;line-height:1.625;color:#6c757d;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.25rem .7rem;font-size:.825rem;border-radius:.2rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .btn{transition:none}}#marsello-portal-root .pos-content .btn:hover{color:#6c757d;text-decoration:none}#marsello-portal-root .pos-content .btn-check:focus+.btn,#marsello-portal-root .pos-content .btn:focus{outline:0;box-shadow:0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .btn:disabled,#marsello-portal-root .pos-content .btn.disabled,#marsello-portal-root .pos-content fieldset:disabled .btn{pointer-events:none;opacity:.65}#marsello-portal-root .pos-content .btn-primary{color:#fff;background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .btn-primary:hover{color:#fff;background-color:#366dc7;border-color:#3266bb}#marsello-portal-root .pos-content .btn-check:focus+.btn-primary,#marsello-portal-root .pos-content .btn-primary:focus{color:#fff;background-color:#366dc7;border-color:#3266bb;box-shadow:0 0 0 .2rem #5c93ed80}#marsello-portal-root .pos-content .btn-check:checked+.btn-primary,#marsello-portal-root .pos-content .btn-check:active+.btn-primary,#marsello-portal-root .pos-content .btn-primary:active,#marsello-portal-root .pos-content .btn-primary.active,#marsello-portal-root .pos-content .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#3266bb;border-color:#2f60b0}#marsello-portal-root .pos-content .btn-check:checked+.btn-primary:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-primary:focus,#marsello-portal-root .pos-content .btn-primary:active:focus,#marsello-portal-root .pos-content .btn-primary.active:focus,#marsello-portal-root .pos-content .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #5c93ed80}#marsello-portal-root .pos-content .btn-primary:disabled,#marsello-portal-root .pos-content .btn-primary.disabled{color:#fff;background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .btn-secondary{color:#fff;background-color:#495057;border-color:#495057}#marsello-portal-root .pos-content .btn-secondary:hover{color:#fff;background-color:#3e444a;border-color:#3a4046}#marsello-portal-root .pos-content .btn-check:focus+.btn-secondary,#marsello-portal-root .pos-content .btn-secondary:focus{color:#fff;background-color:#3e444a;border-color:#3a4046;box-shadow:0 0 0 .2rem #646a7080}#marsello-portal-root .pos-content .btn-check:checked+.btn-secondary,#marsello-portal-root .pos-content .btn-check:active+.btn-secondary,#marsello-portal-root .pos-content .btn-secondary:active,#marsello-portal-root .pos-content .btn-secondary.active,#marsello-portal-root .pos-content .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3a4046;border-color:#373c41}#marsello-portal-root .pos-content .btn-check:checked+.btn-secondary:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-secondary:focus,#marsello-portal-root .pos-content .btn-secondary:active:focus,#marsello-portal-root .pos-content .btn-secondary.active:focus,#marsello-portal-root .pos-content .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #646a7080}#marsello-portal-root .pos-content .btn-secondary:disabled,#marsello-portal-root .pos-content .btn-secondary.disabled{color:#fff;background-color:#495057;border-color:#495057}#marsello-portal-root .pos-content .btn-success{color:#000;background-color:#4bbf73;border-color:#4bbf73}#marsello-portal-root .pos-content .btn-success:hover{color:#000;background-color:#66c988;border-color:#5dc581}#marsello-portal-root .pos-content .btn-check:focus+.btn-success,#marsello-portal-root .pos-content .btn-success:focus{color:#000;background-color:#66c988;border-color:#5dc581;box-shadow:0 0 0 .2rem #40a26280}#marsello-portal-root .pos-content .btn-check:checked+.btn-success,#marsello-portal-root .pos-content .btn-check:active+.btn-success,#marsello-portal-root .pos-content .btn-success:active,#marsello-portal-root .pos-content .btn-success.active,#marsello-portal-root .pos-content .show>.btn-success.dropdown-toggle{color:#000;background-color:#6fcc8f;border-color:#5dc581}#marsello-portal-root .pos-content .btn-check:checked+.btn-success:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-success:focus,#marsello-portal-root .pos-content .btn-success:active:focus,#marsello-portal-root .pos-content .btn-success.active:focus,#marsello-portal-root .pos-content .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #40a26280}#marsello-portal-root .pos-content .btn-success:disabled,#marsello-portal-root .pos-content .btn-success.disabled{color:#000;background-color:#4bbf73;border-color:#4bbf73}#marsello-portal-root .pos-content .btn-info{color:#fff;background-color:#1f9bcf;border-color:#1f9bcf}#marsello-portal-root .pos-content .btn-info:hover{color:#fff;background-color:#1a84b0;border-color:#197ca6}#marsello-portal-root .pos-content .btn-check:focus+.btn-info,#marsello-portal-root .pos-content .btn-info:focus{color:#fff;background-color:#1a84b0;border-color:#197ca6;box-shadow:0 0 0 .2rem #41aad680}#marsello-portal-root .pos-content .btn-check:checked+.btn-info,#marsello-portal-root .pos-content .btn-check:active+.btn-info,#marsello-portal-root .pos-content .btn-info:active,#marsello-portal-root .pos-content .btn-info.active,#marsello-portal-root .pos-content .show>.btn-info.dropdown-toggle{color:#fff;background-color:#197ca6;border-color:#17749b}#marsello-portal-root .pos-content .btn-check:checked+.btn-info:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-info:focus,#marsello-portal-root .pos-content .btn-info:active:focus,#marsello-portal-root .pos-content .btn-info.active:focus,#marsello-portal-root .pos-content .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #41aad680}#marsello-portal-root .pos-content .btn-info:disabled,#marsello-portal-root .pos-content .btn-info.disabled{color:#fff;background-color:#1f9bcf;border-color:#1f9bcf}#marsello-portal-root .pos-content .btn-warning{color:#000;background-color:#e5a54b;border-color:#e5a54b}#marsello-portal-root .pos-content .btn-warning:hover{color:#000;background-color:#e9b366;border-color:#e8ae5d}#marsello-portal-root .pos-content .btn-check:focus+.btn-warning,#marsello-portal-root .pos-content .btn-warning:focus{color:#000;background-color:#e9b366;border-color:#e8ae5d;box-shadow:0 0 0 .2rem #c38c4080}#marsello-portal-root .pos-content .btn-check:checked+.btn-warning,#marsello-portal-root .pos-content .btn-check:active+.btn-warning,#marsello-portal-root .pos-content .btn-warning:active,#marsello-portal-root .pos-content .btn-warning.active,#marsello-portal-root .pos-content .show>.btn-warning.dropdown-toggle{color:#000;background-color:#eab76f;border-color:#e8ae5d}#marsello-portal-root .pos-content .btn-check:checked+.btn-warning:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-warning:focus,#marsello-portal-root .pos-content .btn-warning:active:focus,#marsello-portal-root .pos-content .btn-warning.active:focus,#marsello-portal-root .pos-content .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c38c4080}#marsello-portal-root .pos-content .btn-warning:disabled,#marsello-portal-root .pos-content .btn-warning.disabled{color:#000;background-color:#e5a54b;border-color:#e5a54b}#marsello-portal-root .pos-content .btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}#marsello-portal-root .pos-content .btn-danger:hover{color:#fff;background-color:#b84743;border-color:#ae423f}#marsello-portal-root .pos-content .btn-check:focus+.btn-danger,#marsello-portal-root .pos-content .btn-danger:focus{color:#fff;background-color:#b84743;border-color:#ae423f;box-shadow:0 0 0 .2rem #df6d6980}#marsello-portal-root .pos-content .btn-check:checked+.btn-danger,#marsello-portal-root .pos-content .btn-check:active+.btn-danger,#marsello-portal-root .pos-content .btn-danger:active,#marsello-portal-root .pos-content .btn-danger.active,#marsello-portal-root .pos-content .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ae423f;border-color:#a33e3b}#marsello-portal-root .pos-content .btn-check:checked+.btn-danger:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-danger:focus,#marsello-portal-root .pos-content .btn-danger:active:focus,#marsello-portal-root .pos-content .btn-danger.active:focus,#marsello-portal-root .pos-content .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #df6d6980}#marsello-portal-root .pos-content .btn-danger:disabled,#marsello-portal-root .pos-content .btn-danger.disabled{color:#fff;background-color:#d9534f;border-color:#d9534f}#marsello-portal-root .pos-content .btn-light{color:#000;background-color:#eff2f6;border-color:#eff2f6}#marsello-portal-root .pos-content .btn-light:hover{color:#000;background-color:#f1f4f7;border-color:#f1f3f7}#marsello-portal-root .pos-content .btn-check:focus+.btn-light,#marsello-portal-root .pos-content .btn-light:focus{color:#000;background-color:#f1f4f7;border-color:#f1f3f7;box-shadow:0 0 0 .2rem #cbced180}#marsello-portal-root .pos-content .btn-check:checked+.btn-light,#marsello-portal-root .pos-content .btn-check:active+.btn-light,#marsello-portal-root .pos-content .btn-light:active,#marsello-portal-root .pos-content .btn-light.active,#marsello-portal-root .pos-content .show>.btn-light.dropdown-toggle{color:#000;background-color:#f2f5f8;border-color:#f1f3f7}#marsello-portal-root .pos-content .btn-check:checked+.btn-light:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-light:focus,#marsello-portal-root .pos-content .btn-light:active:focus,#marsello-portal-root .pos-content .btn-light.active:focus,#marsello-portal-root .pos-content .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #cbced180}#marsello-portal-root .pos-content .btn-light:disabled,#marsello-portal-root .pos-content .btn-light.disabled{color:#000;background-color:#eff2f6;border-color:#eff2f6}#marsello-portal-root .pos-content .btn-dark{color:#fff;background-color:#293042;border-color:#293042}#marsello-portal-root .pos-content .btn-dark:hover{color:#fff;background-color:#232938;border-color:#212635}#marsello-portal-root .pos-content .btn-check:focus+.btn-dark,#marsello-portal-root .pos-content .btn-dark:focus{color:#fff;background-color:#232938;border-color:#212635;box-shadow:0 0 0 .2rem #494f5e80}#marsello-portal-root .pos-content .btn-check:checked+.btn-dark,#marsello-portal-root .pos-content .btn-check:active+.btn-dark,#marsello-portal-root .pos-content .btn-dark:active,#marsello-portal-root .pos-content .btn-dark.active,#marsello-portal-root .pos-content .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#212635;border-color:#1f2432}#marsello-portal-root .pos-content .btn-check:checked+.btn-dark:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-dark:focus,#marsello-portal-root .pos-content .btn-dark:active:focus,#marsello-portal-root .pos-content .btn-dark.active:focus,#marsello-portal-root .pos-content .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #494f5e80}#marsello-portal-root .pos-content .btn-dark:disabled,#marsello-portal-root .pos-content .btn-dark.disabled{color:#fff;background-color:#293042;border-color:#293042}#marsello-portal-root .pos-content .btn-outline-primary{color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .btn-outline-primary:hover{color:#fff;background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-primary,#marsello-portal-root .pos-content .btn-outline-primary:focus{box-shadow:0 0 0 .2rem #3f80ea80}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-primary,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-primary,#marsello-portal-root .pos-content .btn-outline-primary:active,#marsello-portal-root .pos-content .btn-outline-primary.active,#marsello-portal-root .pos-content .btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-primary:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-primary:focus,#marsello-portal-root .pos-content .btn-outline-primary:active:focus,#marsello-portal-root .pos-content .btn-outline-primary.active:focus,#marsello-portal-root .pos-content .btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #3f80ea80}#marsello-portal-root .pos-content .btn-outline-primary:disabled,#marsello-portal-root .pos-content .btn-outline-primary.disabled{color:#3f80ea;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-secondary{color:#495057;border-color:#495057}#marsello-portal-root .pos-content .btn-outline-secondary:hover{color:#fff;background-color:#495057;border-color:#495057}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-secondary,#marsello-portal-root .pos-content .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #49505780}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-secondary,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-secondary,#marsello-portal-root .pos-content .btn-outline-secondary:active,#marsello-portal-root .pos-content .btn-outline-secondary.active,#marsello-portal-root .pos-content .btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#495057;border-color:#495057}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-secondary:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-secondary:focus,#marsello-portal-root .pos-content .btn-outline-secondary:active:focus,#marsello-portal-root .pos-content .btn-outline-secondary.active:focus,#marsello-portal-root .pos-content .btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #49505780}#marsello-portal-root .pos-content .btn-outline-secondary:disabled,#marsello-portal-root .pos-content .btn-outline-secondary.disabled{color:#495057;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-success{color:#4bbf73;border-color:#4bbf73}#marsello-portal-root .pos-content .btn-outline-success:hover{color:#000;background-color:#4bbf73;border-color:#4bbf73}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-success,#marsello-portal-root .pos-content .btn-outline-success:focus{box-shadow:0 0 0 .2rem #4bbf7380}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-success,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-success,#marsello-portal-root .pos-content .btn-outline-success:active,#marsello-portal-root .pos-content .btn-outline-success.active,#marsello-portal-root .pos-content .btn-outline-success.dropdown-toggle.show{color:#000;background-color:#4bbf73;border-color:#4bbf73}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-success:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-success:focus,#marsello-portal-root .pos-content .btn-outline-success:active:focus,#marsello-portal-root .pos-content .btn-outline-success.active:focus,#marsello-portal-root .pos-content .btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #4bbf7380}#marsello-portal-root .pos-content .btn-outline-success:disabled,#marsello-portal-root .pos-content .btn-outline-success.disabled{color:#4bbf73;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-info{color:#1f9bcf;border-color:#1f9bcf}#marsello-portal-root .pos-content .btn-outline-info:hover{color:#fff;background-color:#1f9bcf;border-color:#1f9bcf}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-info,#marsello-portal-root .pos-content .btn-outline-info:focus{box-shadow:0 0 0 .2rem #1f9bcf80}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-info,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-info,#marsello-portal-root .pos-content .btn-outline-info:active,#marsello-portal-root .pos-content .btn-outline-info.active,#marsello-portal-root .pos-content .btn-outline-info.dropdown-toggle.show{color:#fff;background-color:#1f9bcf;border-color:#1f9bcf}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-info:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-info:focus,#marsello-portal-root .pos-content .btn-outline-info:active:focus,#marsello-portal-root .pos-content .btn-outline-info.active:focus,#marsello-portal-root .pos-content .btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #1f9bcf80}#marsello-portal-root .pos-content .btn-outline-info:disabled,#marsello-portal-root .pos-content .btn-outline-info.disabled{color:#1f9bcf;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-warning{color:#e5a54b;border-color:#e5a54b}#marsello-portal-root .pos-content .btn-outline-warning:hover{color:#000;background-color:#e5a54b;border-color:#e5a54b}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-warning,#marsello-portal-root .pos-content .btn-outline-warning:focus{box-shadow:0 0 0 .2rem #e5a54b80}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-warning,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-warning,#marsello-portal-root .pos-content .btn-outline-warning:active,#marsello-portal-root .pos-content .btn-outline-warning.active,#marsello-portal-root .pos-content .btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#e5a54b;border-color:#e5a54b}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-warning:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-warning:focus,#marsello-portal-root .pos-content .btn-outline-warning:active:focus,#marsello-portal-root .pos-content .btn-outline-warning.active:focus,#marsello-portal-root .pos-content .btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #e5a54b80}#marsello-portal-root .pos-content .btn-outline-warning:disabled,#marsello-portal-root .pos-content .btn-outline-warning.disabled{color:#e5a54b;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-danger{color:#d9534f;border-color:#d9534f}#marsello-portal-root .pos-content .btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-danger,#marsello-portal-root .pos-content .btn-outline-danger:focus{box-shadow:0 0 0 .2rem #d9534f80}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-danger,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-danger,#marsello-portal-root .pos-content .btn-outline-danger:active,#marsello-portal-root .pos-content .btn-outline-danger.active,#marsello-portal-root .pos-content .btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#d9534f;border-color:#d9534f}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-danger:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-danger:focus,#marsello-portal-root .pos-content .btn-outline-danger:active:focus,#marsello-portal-root .pos-content .btn-outline-danger.active:focus,#marsello-portal-root .pos-content .btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #d9534f80}#marsello-portal-root .pos-content .btn-outline-danger:disabled,#marsello-portal-root .pos-content .btn-outline-danger.disabled{color:#d9534f;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-light{color:#eff2f6;border-color:#eff2f6}#marsello-portal-root .pos-content .btn-outline-light:hover{color:#000;background-color:#eff2f6;border-color:#eff2f6}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-light,#marsello-portal-root .pos-content .btn-outline-light:focus{box-shadow:0 0 0 .2rem #eff2f680}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-light,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-light,#marsello-portal-root .pos-content .btn-outline-light:active,#marsello-portal-root .pos-content .btn-outline-light.active,#marsello-portal-root .pos-content .btn-outline-light.dropdown-toggle.show{color:#000;background-color:#eff2f6;border-color:#eff2f6}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-light:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-light:focus,#marsello-portal-root .pos-content .btn-outline-light:active:focus,#marsello-portal-root .pos-content .btn-outline-light.active:focus,#marsello-portal-root .pos-content .btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #eff2f680}#marsello-portal-root .pos-content .btn-outline-light:disabled,#marsello-portal-root .pos-content .btn-outline-light.disabled{color:#eff2f6;background-color:transparent}#marsello-portal-root .pos-content .btn-outline-dark{color:#293042;border-color:#293042}#marsello-portal-root .pos-content .btn-outline-dark:hover{color:#fff;background-color:#293042;border-color:#293042}#marsello-portal-root .pos-content .btn-check:focus+.btn-outline-dark,#marsello-portal-root .pos-content .btn-outline-dark:focus{box-shadow:0 0 0 .2rem #29304280}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-dark,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-dark,#marsello-portal-root .pos-content .btn-outline-dark:active,#marsello-portal-root .pos-content .btn-outline-dark.active,#marsello-portal-root .pos-content .btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#293042;border-color:#293042}#marsello-portal-root .pos-content .btn-check:checked+.btn-outline-dark:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-outline-dark:focus,#marsello-portal-root .pos-content .btn-outline-dark:active:focus,#marsello-portal-root .pos-content .btn-outline-dark.active:focus,#marsello-portal-root .pos-content .btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .2rem #29304280}#marsello-portal-root .pos-content .btn-outline-dark:disabled,#marsello-portal-root .pos-content .btn-outline-dark.disabled{color:#293042;background-color:transparent}#marsello-portal-root .pos-content .btn-link{font-weight:400;color:#3f80ea;text-decoration:none}#marsello-portal-root .pos-content .btn-link:hover{color:#3266bb;text-decoration:underline}#marsello-portal-root .pos-content .btn-link:focus{text-decoration:underline}#marsello-portal-root .pos-content .btn-link:disabled,#marsello-portal-root .pos-content .btn-link.disabled{color:#6c757d}#marsello-portal-root .pos-content .btn-lg,#marsello-portal-root .pos-content .btn-group-lg>.btn{padding:.35rem 1rem;font-size:.95rem;border-radius:.3rem}#marsello-portal-root .pos-content .btn-sm,#marsello-portal-root .pos-content .btn-group-sm>.btn{padding:.15rem .5rem;font-size:.75rem;border-radius:.1rem}#marsello-portal-root .pos-content .fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .fade{transition:none}}#marsello-portal-root .pos-content .fade:not(.show){opacity:0}#marsello-portal-root .pos-content .collapse:not(.show){display:none}#marsello-portal-root .pos-content .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .collapsing{transition:none}}#marsello-portal-root .pos-content .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .collapsing.collapse-horizontal{transition:none}}#marsello-portal-root .pos-content .dropup,#marsello-portal-root .pos-content .dropend,#marsello-portal-root .pos-content .dropdown,#marsello-portal-root .pos-content .dropstart{position:relative}#marsello-portal-root .pos-content .dropdown-toggle{white-space:nowrap}#marsello-portal-root .pos-content .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}#marsello-portal-root .pos-content .dropdown-toggle:empty:after{margin-left:0}#marsello-portal-root .pos-content .dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:.825rem;color:#6c757d;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.2rem}#marsello-portal-root .pos-content .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}#marsello-portal-root .pos-content .dropdown-menu-start{--bs-position: start}#marsello-portal-root .pos-content .dropdown-menu-start[data-bs-popper]{right:auto;left:0}#marsello-portal-root .pos-content .dropdown-menu-end{--bs-position: end}#marsello-portal-root .pos-content .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){#marsello-portal-root .pos-content .dropdown-menu-sm-start{--bs-position: start}#marsello-portal-root .pos-content .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}#marsello-portal-root .pos-content .dropdown-menu-sm-end{--bs-position: end}#marsello-portal-root .pos-content .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){#marsello-portal-root .pos-content .dropdown-menu-md-start{--bs-position: start}#marsello-portal-root .pos-content .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}#marsello-portal-root .pos-content .dropdown-menu-md-end{--bs-position: end}#marsello-portal-root .pos-content .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){#marsello-portal-root .pos-content .dropdown-menu-lg-start{--bs-position: start}#marsello-portal-root .pos-content .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}#marsello-portal-root .pos-content .dropdown-menu-lg-end{--bs-position: end}#marsello-portal-root .pos-content .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){#marsello-portal-root .pos-content .dropdown-menu-xl-start{--bs-position: start}#marsello-portal-root .pos-content .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}#marsello-portal-root .pos-content .dropdown-menu-xl-end{--bs-position: end}#marsello-portal-root .pos-content .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1440px){#marsello-portal-root .pos-content .dropdown-menu-xxl-start{--bs-position: start}#marsello-portal-root .pos-content .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}#marsello-portal-root .pos-content .dropdown-menu-xxl-end{--bs-position: end}#marsello-portal-root .pos-content .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}#marsello-portal-root .pos-content .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}#marsello-portal-root .pos-content .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}#marsello-portal-root .pos-content .dropup .dropdown-toggle:empty:after{margin-left:0}#marsello-portal-root .pos-content .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}#marsello-portal-root .pos-content .dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}#marsello-portal-root .pos-content .dropend .dropdown-toggle:empty:after{margin-left:0}#marsello-portal-root .pos-content .dropend .dropdown-toggle:after{vertical-align:0}#marsello-portal-root .pos-content .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}#marsello-portal-root .pos-content .dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}#marsello-portal-root .pos-content .dropstart .dropdown-toggle:after{display:none}#marsello-portal-root .pos-content .dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}#marsello-portal-root .pos-content .dropstart .dropdown-toggle:empty:after{margin-left:0}#marsello-portal-root .pos-content .dropstart .dropdown-toggle:before{vertical-align:0}#marsello-portal-root .pos-content .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}#marsello-portal-root .pos-content .dropdown-item{display:block;width:100%;padding:.35rem 1.5rem;clear:both;font-weight:400;color:#495057;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}#marsello-portal-root .pos-content .dropdown-item:hover,#marsello-portal-root .pos-content .dropdown-item:focus{color:#42484e;text-decoration:none;background-color:#f4f7f9}#marsello-portal-root .pos-content .dropdown-item.active,#marsello-portal-root .pos-content .dropdown-item:active{color:#fff;text-decoration:none;background-color:#3f80ea}#marsello-portal-root .pos-content .dropdown-item.disabled,#marsello-portal-root .pos-content .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}#marsello-portal-root .pos-content .dropdown-menu.show{display:block}#marsello-portal-root .pos-content .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.75rem;color:#6c757d;white-space:nowrap}#marsello-portal-root .pos-content .dropdown-item-text{display:block;padding:.35rem 1.5rem;color:#495057}#marsello-portal-root .pos-content .dropdown-menu-dark{color:#dee6ed;background-color:#020202;border-color:#00000026}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item{color:#dee6ed}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item:hover,#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:#ffffff26}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item.active,#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#3f80ea}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item.disabled,#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-divider{border-color:#00000026}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-item-text{color:#dee6ed}#marsello-portal-root .pos-content .dropdown-menu-dark .dropdown-header{color:#adb5bd}#marsello-portal-root .pos-content .btn-group,#marsello-portal-root .pos-content .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}#marsello-portal-root .pos-content .btn-group>.btn,#marsello-portal-root .pos-content .btn-group-vertical>.btn{position:relative;flex:1 1 auto}#marsello-portal-root .pos-content .btn-group>.btn-check:checked+.btn,#marsello-portal-root .pos-content .btn-group>.btn-check:focus+.btn,#marsello-portal-root .pos-content .btn-group>.btn:hover,#marsello-portal-root .pos-content .btn-group>.btn:focus,#marsello-portal-root .pos-content .btn-group>.btn:active,#marsello-portal-root .pos-content .btn-group>.btn.active,#marsello-portal-root .pos-content .btn-group-vertical>.btn-check:checked+.btn,#marsello-portal-root .pos-content .btn-group-vertical>.btn-check:focus+.btn,#marsello-portal-root .pos-content .btn-group-vertical>.btn:hover,#marsello-portal-root .pos-content .btn-group-vertical>.btn:focus,#marsello-portal-root .pos-content .btn-group-vertical>.btn:active,#marsello-portal-root .pos-content .btn-group-vertical>.btn.active{z-index:1}#marsello-portal-root .pos-content .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}#marsello-portal-root .pos-content .btn-toolbar .input-group{width:auto}#marsello-portal-root .pos-content .btn-group>.btn:not(:first-child),#marsello-portal-root .pos-content .btn-group>.btn-group:not(:first-child){margin-left:-1px}#marsello-portal-root .pos-content .btn-group>.btn:not(:last-child):not(.dropdown-toggle),#marsello-portal-root .pos-content .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}#marsello-portal-root .pos-content .btn-group>.btn:nth-child(n+3),#marsello-portal-root .pos-content .btn-group>:not(.btn-check)+.btn,#marsello-portal-root .pos-content .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}#marsello-portal-root .pos-content .dropdown-toggle-split{padding-right:.525rem;padding-left:.525rem}#marsello-portal-root .pos-content .dropdown-toggle-split:after,#marsello-portal-root .pos-content .dropup .dropdown-toggle-split:after,#marsello-portal-root .pos-content .dropend .dropdown-toggle-split:after{margin-left:0}#marsello-portal-root .pos-content .dropstart .dropdown-toggle-split:before{margin-right:0}#marsello-portal-root .pos-content .btn-sm+.dropdown-toggle-split,#marsello-portal-root .pos-content .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}#marsello-portal-root .pos-content .btn-lg+.dropdown-toggle-split,#marsello-portal-root .pos-content .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}#marsello-portal-root .pos-content .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}#marsello-portal-root .pos-content .btn-group-vertical>.btn,#marsello-portal-root .pos-content .btn-group-vertical>.btn-group{width:100%}#marsello-portal-root .pos-content .btn-group-vertical>.btn:not(:first-child),#marsello-portal-root .pos-content .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}#marsello-portal-root .pos-content .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),#marsello-portal-root .pos-content .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}#marsello-portal-root .pos-content .btn-group-vertical>.btn~.btn,#marsello-portal-root .pos-content .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}#marsello-portal-root .pos-content .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;position:relative;z-index:1}#marsello-portal-root .pos-content .nav-link{display:block;padding:.5rem 1rem;color:#3f80ea;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .nav-link{transition:none}}#marsello-portal-root .pos-content .nav-link:hover,#marsello-portal-root .pos-content .nav-link:focus{color:#000;text-decoration:none}#marsello-portal-root .pos-content .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}#marsello-portal-root .pos-content .nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.2rem;border-top-right-radius:.2rem}#marsello-portal-root .pos-content .nav-tabs .nav-link:hover,#marsello-portal-root .pos-content .nav-tabs .nav-link:focus{isolation:isolate}#marsello-portal-root .pos-content .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}#marsello-portal-root .pos-content .nav-tabs .nav-link.active,#marsello-portal-root .pos-content .nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#fff}#marsello-portal-root .pos-content .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}#marsello-portal-root .pos-content .nav-pills .nav-link{background:none;border:0;border-radius:.2rem}#marsello-portal-root .pos-content .nav-pills .nav-link.active,#marsello-portal-root .pos-content .nav-pills .show>.nav-link{color:#fff;background-color:#3f80ea}#marsello-portal-root .pos-content .nav-fill>.nav-link,#marsello-portal-root .pos-content .nav-fill .nav-item{flex:1 1 auto;text-align:center}#marsello-portal-root .pos-content .nav-justified>.nav-link,#marsello-portal-root .pos-content .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}#marsello-portal-root .pos-content .nav-fill .nav-item .nav-link,#marsello-portal-root .pos-content .nav-justified .nav-item .nav-link{width:100%}#marsello-portal-root .pos-content .tab-content>.tab-pane{display:none}#marsello-portal-root .pos-content .tab-content>.active{display:block}#marsello-portal-root .pos-content .navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.875rem 1.25rem}#marsello-portal-root .pos-content .navbar>.container,#marsello-portal-root .pos-content .navbar>.container-fluid,#marsello-portal-root .pos-content .navbar>.container-sm,#marsello-portal-root .pos-content .navbar>.container-md,#marsello-portal-root .pos-content .navbar>.container-lg,#marsello-portal-root .pos-content .navbar>.container-xl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}#marsello-portal-root .pos-content .navbar-brand{padding-top:.875rem;padding-bottom:.875rem;margin-right:1rem;font-size:1.15rem;white-space:nowrap}#marsello-portal-root .pos-content .navbar-brand:hover,#marsello-portal-root .pos-content .navbar-brand:focus{text-decoration:none}#marsello-portal-root .pos-content .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}#marsello-portal-root .pos-content .navbar-nav .nav-link{padding-right:0;padding-left:0}#marsello-portal-root .pos-content .navbar-nav .dropdown-menu{position:static}#marsello-portal-root .pos-content .navbar-text{padding-top:.5rem;padding-bottom:.5rem}#marsello-portal-root .pos-content .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}#marsello-portal-root .pos-content .navbar-toggler{padding:.25rem .75rem;font-size:.95rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.2rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .navbar-toggler{transition:none}}#marsello-portal-root .pos-content .navbar-toggler:hover{text-decoration:none}#marsello-portal-root .pos-content .navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .2rem}#marsello-portal-root .pos-content .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}#marsello-portal-root .pos-content .navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){#marsello-portal-root .pos-content .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}#marsello-portal-root .pos-content .navbar-expand-sm .navbar-nav{flex-direction:row}#marsello-portal-root .pos-content .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}#marsello-portal-root .pos-content .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}#marsello-portal-root .pos-content .navbar-expand-sm .navbar-nav-scroll{overflow:visible}#marsello-portal-root .pos-content .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}#marsello-portal-root .pos-content .navbar-expand-sm .navbar-toggler,#marsello-portal-root .pos-content .navbar-expand-sm .offcanvas-header{display:none}#marsello-portal-root .pos-content .navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}#marsello-portal-root .pos-content .navbar-expand-sm .offcanvas-top,#marsello-portal-root .pos-content .navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}#marsello-portal-root .pos-content .navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){#marsello-portal-root .pos-content .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}#marsello-portal-root .pos-content .navbar-expand-md .navbar-nav{flex-direction:row}#marsello-portal-root .pos-content .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}#marsello-portal-root .pos-content .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}#marsello-portal-root .pos-content .navbar-expand-md .navbar-nav-scroll{overflow:visible}#marsello-portal-root .pos-content .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}#marsello-portal-root .pos-content .navbar-expand-md .navbar-toggler,#marsello-portal-root .pos-content .navbar-expand-md .offcanvas-header{display:none}#marsello-portal-root .pos-content .navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}#marsello-portal-root .pos-content .navbar-expand-md .offcanvas-top,#marsello-portal-root .pos-content .navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}#marsello-portal-root .pos-content .navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){#marsello-portal-root .pos-content .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}#marsello-portal-root .pos-content .navbar-expand-lg .navbar-nav{flex-direction:row}#marsello-portal-root .pos-content .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}#marsello-portal-root .pos-content .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}#marsello-portal-root .pos-content .navbar-expand-lg .navbar-nav-scroll{overflow:visible}#marsello-portal-root .pos-content .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}#marsello-portal-root .pos-content .navbar-expand-lg .navbar-toggler,#marsello-portal-root .pos-content .navbar-expand-lg .offcanvas-header{display:none}#marsello-portal-root .pos-content .navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}#marsello-portal-root .pos-content .navbar-expand-lg .offcanvas-top,#marsello-portal-root .pos-content .navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}#marsello-portal-root .pos-content .navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){#marsello-portal-root .pos-content .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}#marsello-portal-root .pos-content .navbar-expand-xl .navbar-nav{flex-direction:row}#marsello-portal-root .pos-content .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}#marsello-portal-root .pos-content .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}#marsello-portal-root .pos-content .navbar-expand-xl .navbar-nav-scroll{overflow:visible}#marsello-portal-root .pos-content .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}#marsello-portal-root .pos-content .navbar-expand-xl .navbar-toggler,#marsello-portal-root .pos-content .navbar-expand-xl .offcanvas-header{display:none}#marsello-portal-root .pos-content .navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}#marsello-portal-root .pos-content .navbar-expand-xl .offcanvas-top,#marsello-portal-root .pos-content .navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}#marsello-portal-root .pos-content .navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1440px){#marsello-portal-root .pos-content .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}#marsello-portal-root .pos-content .navbar-expand-xxl .navbar-nav{flex-direction:row}#marsello-portal-root .pos-content .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}#marsello-portal-root .pos-content .navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}#marsello-portal-root .pos-content .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}#marsello-portal-root .pos-content .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}#marsello-portal-root .pos-content .navbar-expand-xxl .navbar-toggler,#marsello-portal-root .pos-content .navbar-expand-xxl .offcanvas-header{display:none}#marsello-portal-root .pos-content .navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}#marsello-portal-root .pos-content .navbar-expand-xxl .offcanvas-top,#marsello-portal-root .pos-content .navbar-expand-xxl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}#marsello-portal-root .pos-content .navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}#marsello-portal-root .pos-content .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}#marsello-portal-root .pos-content .navbar-expand .navbar-nav{flex-direction:row}#marsello-portal-root .pos-content .navbar-expand .navbar-nav .dropdown-menu{position:absolute}#marsello-portal-root .pos-content .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}#marsello-portal-root .pos-content .navbar-expand .navbar-nav-scroll{overflow:visible}#marsello-portal-root .pos-content .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}#marsello-portal-root .pos-content .navbar-expand .navbar-toggler,#marsello-portal-root .pos-content .navbar-expand .offcanvas-header{display:none}#marsello-portal-root .pos-content .navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}#marsello-portal-root .pos-content .navbar-expand .offcanvas-top,#marsello-portal-root .pos-content .navbar-expand .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}#marsello-portal-root .pos-content .navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}#marsello-portal-root .pos-content .navbar-light .navbar-brand{color:#000000e6}#marsello-portal-root .pos-content .navbar-light .navbar-brand:hover,#marsello-portal-root .pos-content .navbar-light .navbar-brand:focus{color:#000000e6}#marsello-portal-root .pos-content .navbar-light .navbar-nav .nav-link{color:#0000008c}#marsello-portal-root .pos-content .navbar-light .navbar-nav .nav-link:hover,#marsello-portal-root .pos-content .navbar-light .navbar-nav .nav-link:focus{color:#000000b3}#marsello-portal-root .pos-content .navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}#marsello-portal-root .pos-content .navbar-light .navbar-nav .show>.nav-link,#marsello-portal-root .pos-content .navbar-light .navbar-nav .nav-link.active{color:#000000e6}#marsello-portal-root .pos-content .navbar-light .navbar-toggler{color:#0000008c;border-color:#0000001a}#marsello-portal-root .pos-content .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .navbar-light .navbar-text{color:#0000008c}#marsello-portal-root .pos-content .navbar-light .navbar-text a,#marsello-portal-root .pos-content .navbar-light .navbar-text a:hover,#marsello-portal-root .pos-content .navbar-light .navbar-text a:focus{color:#000000e6}#marsello-portal-root .pos-content .navbar-dark .navbar-brand{color:#fff}#marsello-portal-root .pos-content .navbar-dark .navbar-brand:hover,#marsello-portal-root .pos-content .navbar-dark .navbar-brand:focus{color:#fff}#marsello-portal-root .pos-content .navbar-dark .navbar-nav .nav-link{color:#ffffff8c}#marsello-portal-root .pos-content .navbar-dark .navbar-nav .nav-link:hover,#marsello-portal-root .pos-content .navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}#marsello-portal-root .pos-content .navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}#marsello-portal-root .pos-content .navbar-dark .navbar-nav .show>.nav-link,#marsello-portal-root .pos-content .navbar-dark .navbar-nav .nav-link.active{color:#fff}#marsello-portal-root .pos-content .navbar-dark .navbar-toggler{color:#ffffff8c;border-color:#ffffff1a}#marsello-portal-root .pos-content .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .navbar-dark .navbar-text{color:#ffffff8c}#marsello-portal-root .pos-content .navbar-dark .navbar-text a,#marsello-portal-root .pos-content .navbar-dark .navbar-text a:hover,#marsello-portal-root .pos-content .navbar-dark .navbar-text a:focus{color:#fff}#marsello-portal-root .pos-content .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:0 solid transparent;border-radius:.25rem}#marsello-portal-root .pos-content .card>hr{margin-right:0;margin-left:0}#marsello-portal-root .pos-content .card>.list-group{border-top:inherit;border-bottom:inherit}#marsello-portal-root .pos-content .card>.list-group:first-child{border-top-width:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}#marsello-portal-root .pos-content .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#marsello-portal-root .pos-content .card>.card-header+.list-group,#marsello-portal-root .pos-content .card>.list-group+.card-footer{border-top:0}#marsello-portal-root .pos-content .card-body{flex:1 1 auto;padding:1.25rem}#marsello-portal-root .pos-content .card-title{margin-bottom:.5rem}#marsello-portal-root .pos-content .card-subtitle{margin-top:-.25rem;margin-bottom:0}#marsello-portal-root .pos-content .card-text:last-child{margin-bottom:0}#marsello-portal-root .pos-content .card-link:hover{text-decoration:none}#marsello-portal-root .pos-content .card-link+.card-link{margin-left:1.25rem}#marsello-portal-root .pos-content .card-header{padding:1rem 1.25rem;margin-bottom:0;background-color:#fff;border-bottom:0 solid transparent}#marsello-portal-root .pos-content .card-header:first-child{border-radius:.25rem .25rem 0 0}#marsello-portal-root .pos-content .card-footer{padding:1rem 1.25rem;background-color:#fff;border-top:0 solid transparent}#marsello-portal-root .pos-content .card-footer:last-child{border-radius:0 0 .25rem .25rem}#marsello-portal-root .pos-content .card-header-tabs{margin-right:-.625rem;margin-bottom:-1rem;margin-left:-.625rem;border-bottom:0}#marsello-portal-root .pos-content .card-header-tabs .nav-link.active{background-color:#fff;border-bottom-color:#fff}#marsello-portal-root .pos-content .card-header-pills{margin-right:-.625rem;margin-left:-.625rem}#marsello-portal-root .pos-content .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:.25rem}#marsello-portal-root .pos-content .card-img,#marsello-portal-root .pos-content .card-img-top,#marsello-portal-root .pos-content .card-img-bottom{width:100%}#marsello-portal-root .pos-content .card-img,#marsello-portal-root .pos-content .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#marsello-portal-root .pos-content .card-img,#marsello-portal-root .pos-content .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#marsello-portal-root .pos-content .card-group>.card{margin-bottom:12px}@media (min-width: 576px){#marsello-portal-root .pos-content .card-group{display:flex;flex-flow:row wrap}#marsello-portal-root .pos-content .card-group>.card{flex:1 0 0%;margin-bottom:0}#marsello-portal-root .pos-content .card-group>.card+.card{margin-left:0;border-left:0}#marsello-portal-root .pos-content .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}#marsello-portal-root .pos-content .card-group>.card:not(:last-child) .card-img-top,#marsello-portal-root .pos-content .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}#marsello-portal-root .pos-content .card-group>.card:not(:last-child) .card-img-bottom,#marsello-portal-root .pos-content .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}#marsello-portal-root .pos-content .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}#marsello-portal-root .pos-content .card-group>.card:not(:first-child) .card-img-top,#marsello-portal-root .pos-content .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}#marsello-portal-root .pos-content .card-group>.card:not(:first-child) .card-img-bottom,#marsello-portal-root .pos-content .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}#marsello-portal-root .pos-content .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:.825rem;color:#6c757d;text-align:left;background-color:#f7f9fc;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .accordion-button{transition:none}}#marsello-portal-root .pos-content .accordion-button:not(.collapsed){color:#3973d3;background-color:#ecf2fd;box-shadow:inset 0 -1px #00000020}#marsello-portal-root .pos-content .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233973d3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}#marsello-portal-root .pos-content .accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .accordion-button:after{transition:none}}#marsello-portal-root .pos-content .accordion-button:hover{z-index:2}#marsello-portal-root .pos-content .accordion-button:focus{z-index:3;border-color:#9fc0f5;outline:0;box-shadow:0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .accordion-header{margin-bottom:0}#marsello-portal-root .pos-content .accordion-item{background-color:#f7f9fc;border:1px solid rgba(0,0,0,.125)}#marsello-portal-root .pos-content .accordion-item:first-of-type{border-top-left-radius:.2rem;border-top-right-radius:.2rem}#marsello-portal-root .pos-content .accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.2rem - 1px);border-top-right-radius:calc(.2rem - 1px)}#marsello-portal-root .pos-content .accordion-item:not(:first-of-type){border-top:0}#marsello-portal-root .pos-content .accordion-item:last-of-type{border-bottom-right-radius:.2rem;border-bottom-left-radius:.2rem}#marsello-portal-root .pos-content .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.2rem - 1px);border-bottom-left-radius:calc(.2rem - 1px)}#marsello-portal-root .pos-content .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.2rem;border-bottom-left-radius:.2rem}#marsello-portal-root .pos-content .accordion-body{padding:1rem 1.25rem}#marsello-portal-root .pos-content .accordion-flush .accordion-collapse{border-width:0}#marsello-portal-root .pos-content .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}#marsello-portal-root .pos-content .accordion-flush .accordion-item:first-child{border-top:0}#marsello-portal-root .pos-content .accordion-flush .accordion-item:last-child{border-bottom:0}#marsello-portal-root .pos-content .accordion-flush .accordion-item .accordion-button{border-radius:0}#marsello-portal-root .pos-content .breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}#marsello-portal-root .pos-content .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}#marsello-portal-root .pos-content .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}#marsello-portal-root .pos-content .breadcrumb-item.active{color:#6c757d}#marsello-portal-root .pos-content .pagination{display:flex;padding-left:0;list-style:none}#marsello-portal-root .pos-content .page-link{position:relative;display:block;color:#6c757d;background-color:#fff;border:1px solid #dee6ed;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .page-link{transition:none}}#marsello-portal-root .pos-content .page-link:hover{z-index:2;color:#020202;text-decoration:none;background-color:#e2e8ee;border-color:#dee6ed}#marsello-portal-root .pos-content .page-link:focus{z-index:3;color:#3266bb;background-color:#e2e8ee;outline:0;box-shadow:0 0 0 .2rem #3f80ea40}#marsello-portal-root .pos-content .page-item:not(:first-child) .page-link{margin-left:-1px}#marsello-portal-root .pos-content .page-item.active .page-link{z-index:3;color:#fff;background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee6ed}#marsello-portal-root .pos-content .page-link{padding:.3rem .75rem}#marsello-portal-root .pos-content .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}#marsello-portal-root .pos-content .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}#marsello-portal-root .pos-content .pagination-lg .page-link{padding:.35rem 1rem;font-size:.95rem}#marsello-portal-root .pos-content .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}#marsello-portal-root .pos-content .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}#marsello-portal-root .pos-content .pagination-sm .page-link{padding:.15rem .5rem;font-size:.75rem}#marsello-portal-root .pos-content .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.1rem;border-bottom-left-radius:.1rem}#marsello-portal-root .pos-content .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}#marsello-portal-root .pos-content .badge{display:inline-block;padding:.3em .45em;font-size:80%;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.2rem}#marsello-portal-root .pos-content .badge:empty{display:none}#marsello-portal-root .pos-content .btn .badge{position:relative;top:-1px}#marsello-portal-root .pos-content .alert{position:relative;padding:.95rem;margin-bottom:1rem;border:0 solid transparent;border-radius:.2rem}#marsello-portal-root .pos-content .alert-heading{color:inherit}#marsello-portal-root .pos-content .alert-link{font-weight:500}#marsello-portal-root .pos-content .alert-dismissible{padding-right:2.85rem}#marsello-portal-root .pos-content .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.1875rem .95rem}#marsello-portal-root .pos-content .alert-primary{color:#264d8c;background-color:#d9e6fb;border-color:#c5d9f9}#marsello-portal-root .pos-content .alert-primary .alert-link{color:#1e3e70}#marsello-portal-root .pos-content .alert-secondary{color:#2c3034;background-color:#dbdcdd;border-color:#c8cbcd}#marsello-portal-root .pos-content .alert-secondary .alert-link{color:#23262a}#marsello-portal-root .pos-content .alert-success{color:#2d7345;background-color:#dbf2e3;border-color:#c9ecd5}#marsello-portal-root .pos-content .alert-success .alert-link{color:#245c37}#marsello-portal-root .pos-content .alert-info{color:#135d7c;background-color:#d2ebf5;border-color:#bce1f1}#marsello-portal-root .pos-content .alert-info .alert-link{color:#0f4a63}#marsello-portal-root .pos-content .alert-warning{color:#89632d;background-color:#faeddb;border-color:#f7e4c9}#marsello-portal-root .pos-content .alert-warning .alert-link{color:#6e4f24}#marsello-portal-root .pos-content .alert-danger{color:#82322f;background-color:#f7dddc;border-color:#f4cbca}#marsello-portal-root .pos-content .alert-danger .alert-link{color:#682826}#marsello-portal-root .pos-content .alert-light{color:#8f9194;background-color:#fcfcfd;border-color:#fafbfc}#marsello-portal-root .pos-content .alert-light .alert-link{color:#727476}#marsello-portal-root .pos-content .alert-dark{color:#191d28;background-color:#d4d6d9;border-color:#bfc1c6}#marsello-portal-root .pos-content .alert-dark .alert-link{color:#141720}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}#marsello-portal-root .pos-content .progress{display:flex;height:1rem;overflow:hidden;font-size:.61875rem;background-color:#e2e8ee;border-radius:.2rem}#marsello-portal-root .pos-content .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#3f80ea;transition:width .6s ease}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .progress-bar{transition:none}}#marsello-portal-root .pos-content .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}#marsello-portal-root .pos-content .progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .progress-bar-animated{-webkit-animation:none;animation:none}}#marsello-portal-root .pos-content .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.2rem}#marsello-portal-root .pos-content .list-group-numbered{list-style-type:none;counter-reset:section}#marsello-portal-root .pos-content .list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}#marsello-portal-root .pos-content .list-group-item-action{width:100%;color:#495057;text-align:inherit}#marsello-portal-root .pos-content .list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f4f7f9}#marsello-portal-root .pos-content .list-group-item-action:active{color:#6c757d;background-color:#e2e8ee}#marsello-portal-root .pos-content .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;color:#212529;background-color:#fff;border:1px solid rgba(0,0,0,.125)}#marsello-portal-root .pos-content .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}#marsello-portal-root .pos-content .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}#marsello-portal-root .pos-content .list-group-item.disabled,#marsello-portal-root .pos-content .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}#marsello-portal-root .pos-content .list-group-item.active{z-index:2;color:#fff;background-color:#3f80ea;border-color:#3f80ea}#marsello-portal-root .pos-content .list-group-item+.list-group-item{border-top-width:0}#marsello-portal-root .pos-content .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}#marsello-portal-root .pos-content .list-group-horizontal{flex-direction:row}#marsello-portal-root .pos-content .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.2rem;border-top-right-radius:0}#marsello-portal-root .pos-content .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.2rem;border-bottom-left-radius:0}#marsello-portal-root .pos-content .list-group-horizontal>.list-group-item.active{margin-top:0}#marsello-portal-root .pos-content .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}#marsello-portal-root .pos-content .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){#marsello-portal-root .pos-content .list-group-horizontal-sm{flex-direction:row}#marsello-portal-root .pos-content .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.2rem;border-top-right-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.2rem;border-bottom-left-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-sm>.list-group-item.active{margin-top:0}#marsello-portal-root .pos-content .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}#marsello-portal-root .pos-content .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){#marsello-portal-root .pos-content .list-group-horizontal-md{flex-direction:row}#marsello-portal-root .pos-content .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.2rem;border-top-right-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.2rem;border-bottom-left-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-md>.list-group-item.active{margin-top:0}#marsello-portal-root .pos-content .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}#marsello-portal-root .pos-content .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){#marsello-portal-root .pos-content .list-group-horizontal-lg{flex-direction:row}#marsello-portal-root .pos-content .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.2rem;border-top-right-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.2rem;border-bottom-left-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-lg>.list-group-item.active{margin-top:0}#marsello-portal-root .pos-content .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}#marsello-portal-root .pos-content .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){#marsello-portal-root .pos-content .list-group-horizontal-xl{flex-direction:row}#marsello-portal-root .pos-content .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.2rem;border-top-right-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.2rem;border-bottom-left-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-xl>.list-group-item.active{margin-top:0}#marsello-portal-root .pos-content .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}#marsello-portal-root .pos-content .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1440px){#marsello-portal-root .pos-content .list-group-horizontal-xxl{flex-direction:row}#marsello-portal-root .pos-content .list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.2rem;border-top-right-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.2rem;border-bottom-left-radius:0}#marsello-portal-root .pos-content .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}#marsello-portal-root .pos-content .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}#marsello-portal-root .pos-content .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}#marsello-portal-root .pos-content .list-group-flush{border-radius:0}#marsello-portal-root .pos-content .list-group-flush>.list-group-item{border-width:0 0 1px}#marsello-portal-root .pos-content .list-group-flush>.list-group-item:last-child{border-bottom-width:0}#marsello-portal-root .pos-content .list-group-item-primary{color:#264d8c;background-color:#d9e6fb}#marsello-portal-root .pos-content .list-group-item-primary.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-primary.list-group-item-action:focus{color:#264d8c;background-color:#c3cfe2}#marsello-portal-root .pos-content .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#264d8c;border-color:#264d8c}#marsello-portal-root .pos-content .list-group-item-secondary{color:#2c3034;background-color:#dbdcdd}#marsello-portal-root .pos-content .list-group-item-secondary.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-secondary.list-group-item-action:focus{color:#2c3034;background-color:#c5c6c7}#marsello-portal-root .pos-content .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c3034;border-color:#2c3034}#marsello-portal-root .pos-content .list-group-item-success{color:#2d7345;background-color:#dbf2e3}#marsello-portal-root .pos-content .list-group-item-success.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-success.list-group-item-action:focus{color:#2d7345;background-color:#c5dacc}#marsello-portal-root .pos-content .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#2d7345;border-color:#2d7345}#marsello-portal-root .pos-content .list-group-item-info{color:#135d7c;background-color:#d2ebf5}#marsello-portal-root .pos-content .list-group-item-info.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-info.list-group-item-action:focus{color:#135d7c;background-color:#bdd4dd}#marsello-portal-root .pos-content .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#135d7c;border-color:#135d7c}#marsello-portal-root .pos-content .list-group-item-warning{color:#89632d;background-color:#faeddb}#marsello-portal-root .pos-content .list-group-item-warning.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-warning.list-group-item-action:focus{color:#89632d;background-color:#e1d5c5}#marsello-portal-root .pos-content .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#89632d;border-color:#89632d}#marsello-portal-root .pos-content .list-group-item-danger{color:#82322f;background-color:#f7dddc}#marsello-portal-root .pos-content .list-group-item-danger.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-danger.list-group-item-action:focus{color:#82322f;background-color:#dec7c6}#marsello-portal-root .pos-content .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#82322f;border-color:#82322f}#marsello-portal-root .pos-content .list-group-item-light{color:#8f9194;background-color:#fcfcfd}#marsello-portal-root .pos-content .list-group-item-light.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-light.list-group-item-action:focus{color:#8f9194;background-color:#e3e3e4}#marsello-portal-root .pos-content .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#8f9194;border-color:#8f9194}#marsello-portal-root .pos-content .list-group-item-dark{color:#191d28;background-color:#d4d6d9}#marsello-portal-root .pos-content .list-group-item-dark.list-group-item-action:hover,#marsello-portal-root .pos-content .list-group-item-dark.list-group-item-action:focus{color:#191d28;background-color:#bfc1c3}#marsello-portal-root .pos-content .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#191d28;border-color:#191d28}#marsello-portal-root .pos-content .btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.2rem;opacity:.5}#marsello-portal-root .pos-content .btn-close:hover{color:#000;text-decoration:none;opacity:.75}#marsello-portal-root .pos-content .btn-close:focus{outline:0;box-shadow:0 0 0 .2rem #3f80ea40;opacity:1}#marsello-portal-root .pos-content .btn-close:disabled,#marsello-portal-root .pos-content .btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}#marsello-portal-root .pos-content .btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}#marsello-portal-root .pos-content .toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .1rem .2rem #0000000d;border-radius:.2rem}#marsello-portal-root .pos-content .toast.showing{opacity:0}#marsello-portal-root .pos-content .toast:not(.show){display:none}#marsello-portal-root .pos-content .toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}#marsello-portal-root .pos-content .toast-container>:not(:last-child){margin-bottom:.75rem}#marsello-portal-root .pos-content .toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.2rem - 1px);border-top-right-radius:calc(.2rem - 1px)}#marsello-portal-root .pos-content .toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}#marsello-portal-root .pos-content .toast-body{padding:.75rem;word-wrap:break-word}#marsello-portal-root .pos-content .modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}#marsello-portal-root .pos-content .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}#marsello-portal-root .pos-content .modal.fade .modal-dialog{transition:transform .25s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .modal.fade .modal-dialog{transition:none}}#marsello-portal-root .pos-content .modal.show .modal-dialog{transform:none}#marsello-portal-root .pos-content .modal.modal-static .modal-dialog{transform:scale(1.02)}#marsello-portal-root .pos-content .modal-dialog-scrollable{height:calc(100% - 1rem)}#marsello-portal-root .pos-content .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}#marsello-portal-root .pos-content .modal-dialog-scrollable .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}#marsello-portal-root .pos-content .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}#marsello-portal-root .pos-content .modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}#marsello-portal-root .pos-content .modal-backdrop.fade{opacity:0}#marsello-portal-root .pos-content .modal-backdrop.show{opacity:.5}#marsello-portal-root .pos-content .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee6ed;border-top-left-radius:.3rem;border-top-right-radius:.3rem}#marsello-portal-root .pos-content .modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}#marsello-portal-root .pos-content .modal-title{margin-bottom:0;line-height:1.625}#marsello-portal-root .pos-content .modal-body{position:relative;flex:1 1 auto;padding:1rem}#marsello-portal-root .pos-content .modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee6ed;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}#marsello-portal-root .pos-content .modal-footer>*{margin:.25rem}@media (min-width: 576px){#marsello-portal-root .pos-content .modal-dialog{max-width:600px;margin:1.75rem auto}#marsello-portal-root .pos-content .modal-dialog-scrollable{height:calc(100% - 3.5rem)}#marsello-portal-root .pos-content .modal-dialog-centered{min-height:calc(100% - 3.5rem)}#marsello-portal-root .pos-content .modal-sm{max-width:400px}}@media (min-width: 992px){#marsello-portal-root .pos-content .modal-lg,#marsello-portal-root .pos-content .modal-xl{max-width:900px}}@media (min-width: 1200px){#marsello-portal-root .pos-content .modal-xl{max-width:1140px}}#marsello-portal-root .pos-content .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}#marsello-portal-root .pos-content .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen .modal-header{border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-fullscreen .modal-footer{border-radius:0}@media (max-width: 575.98px){#marsello-portal-root .pos-content .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}#marsello-portal-root .pos-content .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-sm-down .modal-header{border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-sm-down .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width: 767.98px){#marsello-portal-root .pos-content .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}#marsello-portal-root .pos-content .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-md-down .modal-header{border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-md-down .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width: 991.98px){#marsello-portal-root .pos-content .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}#marsello-portal-root .pos-content .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-lg-down .modal-header{border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-lg-down .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width: 1199.98px){#marsello-portal-root .pos-content .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}#marsello-portal-root .pos-content .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-xl-down .modal-header{border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-xl-down .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width: 1439.98px){#marsello-portal-root .pos-content .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}#marsello-portal-root .pos-content .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-xxl-down .modal-header{border-radius:0}#marsello-portal-root .pos-content .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}#marsello-portal-root .pos-content .modal-fullscreen-xxl-down .modal-footer{border-radius:0}}#marsello-portal-root .pos-content .tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.625;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.75rem;word-wrap:break-word;opacity:0}#marsello-portal-root .pos-content .tooltip.show{opacity:.9}#marsello-portal-root .pos-content .tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}#marsello-portal-root .pos-content .tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}#marsello-portal-root .pos-content .bs-tooltip-top,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}#marsello-portal-root .pos-content .bs-tooltip-top .tooltip-arrow,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}#marsello-portal-root .pos-content .bs-tooltip-top .tooltip-arrow:before,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}#marsello-portal-root .pos-content .bs-tooltip-end,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}#marsello-portal-root .pos-content .bs-tooltip-end .tooltip-arrow,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}#marsello-portal-root .pos-content .bs-tooltip-end .tooltip-arrow:before,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}#marsello-portal-root .pos-content .bs-tooltip-bottom,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}#marsello-portal-root .pos-content .bs-tooltip-bottom .tooltip-arrow,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}#marsello-portal-root .pos-content .bs-tooltip-bottom .tooltip-arrow:before,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}#marsello-portal-root .pos-content .bs-tooltip-start,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}#marsello-portal-root .pos-content .bs-tooltip-start .tooltip-arrow,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}#marsello-portal-root .pos-content .bs-tooltip-start .tooltip-arrow:before,#marsello-portal-root .pos-content .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}#marsello-portal-root .pos-content .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.2rem}#marsello-portal-root .pos-content .popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.625;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.75rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}#marsello-portal-root .pos-content .popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}#marsello-portal-root .pos-content .popover .popover-arrow:before,#marsello-portal-root .pos-content .popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}#marsello-portal-root .pos-content .bs-popover-top>.popover-arrow,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-.5rem - 1px)}#marsello-portal-root .pos-content .bs-popover-top>.popover-arrow:before,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}#marsello-portal-root .pos-content .bs-popover-top>.popover-arrow:after,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}#marsello-portal-root .pos-content .bs-popover-end>.popover-arrow,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}#marsello-portal-root .pos-content .bs-popover-end>.popover-arrow:before,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}#marsello-portal-root .pos-content .bs-popover-end>.popover-arrow:after,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}#marsello-portal-root .pos-content .bs-popover-bottom>.popover-arrow,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-.5rem - 1px)}#marsello-portal-root .pos-content .bs-popover-bottom>.popover-arrow:before,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}#marsello-portal-root .pos-content .bs-popover-bottom>.popover-arrow:after,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}#marsello-portal-root .pos-content .bs-popover-bottom .popover-header:before,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}#marsello-portal-root .pos-content .bs-popover-start>.popover-arrow,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}#marsello-portal-root .pos-content .bs-popover-start>.popover-arrow:before,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}#marsello-portal-root .pos-content .bs-popover-start>.popover-arrow:after,#marsello-portal-root .pos-content .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}#marsello-portal-root .pos-content .popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:.825rem;color:#495057;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}#marsello-portal-root .pos-content .popover-header:empty{display:none}#marsello-portal-root .pos-content .popover-body{padding:1rem;color:#6c757d}#marsello-portal-root .pos-content .carousel{position:relative}#marsello-portal-root .pos-content .carousel.pointer-event{touch-action:pan-y}#marsello-portal-root .pos-content .carousel-inner{position:relative;width:100%;overflow:hidden}#marsello-portal-root .pos-content .carousel-inner:after{display:block;clear:both;content:""}#marsello-portal-root .pos-content .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .carousel-item{transition:none}}#marsello-portal-root .pos-content .carousel-item.active,#marsello-portal-root .pos-content .carousel-item-next,#marsello-portal-root .pos-content .carousel-item-prev{display:block}#marsello-portal-root .pos-content .carousel-item-next:not(.carousel-item-start),#marsello-portal-root .pos-content .active.carousel-item-end{transform:translate(100%)}#marsello-portal-root .pos-content .carousel-item-prev:not(.carousel-item-end),#marsello-portal-root .pos-content .active.carousel-item-start{transform:translate(-100%)}#marsello-portal-root .pos-content .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}#marsello-portal-root .pos-content .carousel-fade .carousel-item.active,#marsello-portal-root .pos-content .carousel-fade .carousel-item-next.carousel-item-start,#marsello-portal-root .pos-content .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}#marsello-portal-root .pos-content .carousel-fade .active.carousel-item-start,#marsello-portal-root .pos-content .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .carousel-fade .active.carousel-item-start,#marsello-portal-root .pos-content .carousel-fade .active.carousel-item-end{transition:none}}#marsello-portal-root .pos-content .carousel-control-prev,#marsello-portal-root .pos-content .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .carousel-control-prev,#marsello-portal-root .pos-content .carousel-control-next{transition:none}}#marsello-portal-root .pos-content .carousel-control-prev:hover,#marsello-portal-root .pos-content .carousel-control-prev:focus,#marsello-portal-root .pos-content .carousel-control-next:hover,#marsello-portal-root .pos-content .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}#marsello-portal-root .pos-content .carousel-control-prev{left:0}#marsello-portal-root .pos-content .carousel-control-next{right:0}#marsello-portal-root .pos-content .carousel-control-prev-icon,#marsello-portal-root .pos-content .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}#marsello-portal-root .pos-content .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}#marsello-portal-root .pos-content .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}#marsello-portal-root .pos-content .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .carousel-indicators [data-bs-target]{transition:none}}#marsello-portal-root .pos-content .carousel-indicators .active{opacity:1}#marsello-portal-root .pos-content .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}#marsello-portal-root .pos-content .carousel-dark .carousel-control-prev-icon,#marsello-portal-root .pos-content .carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}#marsello-portal-root .pos-content .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}#marsello-portal-root .pos-content .carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}#marsello-portal-root .pos-content .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}#marsello-portal-root .pos-content .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}#marsello-portal-root .pos-content .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}#marsello-portal-root .pos-content .spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .spinner-border,#marsello-portal-root .pos-content .spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}#marsello-portal-root .pos-content .offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion: reduce){#marsello-portal-root .pos-content .offcanvas{transition:none}}#marsello-portal-root .pos-content .offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}#marsello-portal-root .pos-content .offcanvas-backdrop.fade{opacity:0}#marsello-portal-root .pos-content .offcanvas-backdrop.show{opacity:.5}#marsello-portal-root .pos-content .offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}#marsello-portal-root .pos-content .offcanvas-header .btn-close{padding:.5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}#marsello-portal-root .pos-content .offcanvas-title{margin-bottom:0;line-height:1.625}#marsello-portal-root .pos-content .offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto}#marsello-portal-root .pos-content .offcanvas-start{top:0;left:0;width:400px;border-right:0 solid rgba(0,0,0,.2);transform:translate(-100%)}#marsello-portal-root .pos-content .offcanvas-end{top:0;right:0;width:400px;border-left:0 solid rgba(0,0,0,.2);transform:translate(100%)}#marsello-portal-root .pos-content .offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:0 solid rgba(0,0,0,.2);transform:translateY(-100%)}#marsello-portal-root .pos-content .offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:0 solid rgba(0,0,0,.2);transform:translateY(100%)}#marsello-portal-root .pos-content .offcanvas.show{transform:none}#marsello-portal-root .pos-content .placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}#marsello-portal-root .pos-content .placeholder.btn:before{display:inline-block;content:""}#marsello-portal-root .pos-content .placeholder-xs{min-height:.6em}#marsello-portal-root .pos-content .placeholder-sm{min-height:.8em}#marsello-portal-root .pos-content .placeholder-lg{min-height:1.2em}#marsello-portal-root .pos-content .placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}#marsello-portal-root .pos-content .placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}#marsello-portal-root .pos-content .clearfix:after{display:block;clear:both;content:""}#marsello-portal-root .pos-content .link-primary{color:#3f80ea}#marsello-portal-root .pos-content .link-primary:hover,#marsello-portal-root .pos-content .link-primary:focus{color:#3266bb}#marsello-portal-root .pos-content .link-secondary{color:#495057}#marsello-portal-root .pos-content .link-secondary:hover,#marsello-portal-root .pos-content .link-secondary:focus{color:#3a4046}#marsello-portal-root .pos-content .link-success{color:#4bbf73}#marsello-portal-root .pos-content .link-success:hover,#marsello-portal-root .pos-content .link-success:focus{color:#6fcc8f}#marsello-portal-root .pos-content .link-info{color:#1f9bcf}#marsello-portal-root .pos-content .link-info:hover,#marsello-portal-root .pos-content .link-info:focus{color:#197ca6}#marsello-portal-root .pos-content .link-warning{color:#e5a54b}#marsello-portal-root .pos-content .link-warning:hover,#marsello-portal-root .pos-content .link-warning:focus{color:#eab76f}#marsello-portal-root .pos-content .link-danger{color:#d9534f}#marsello-portal-root .pos-content .link-danger:hover,#marsello-portal-root .pos-content .link-danger:focus{color:#ae423f}#marsello-portal-root .pos-content .link-light{color:#eff2f6}#marsello-portal-root .pos-content .link-light:hover,#marsello-portal-root .pos-content .link-light:focus{color:#f2f5f8}#marsello-portal-root .pos-content .link-dark{color:#293042}#marsello-portal-root .pos-content .link-dark:hover,#marsello-portal-root .pos-content .link-dark:focus{color:#212635}#marsello-portal-root .pos-content .ratio{position:relative;width:100%}#marsello-portal-root .pos-content .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}#marsello-portal-root .pos-content .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}#marsello-portal-root .pos-content .ratio-1x1{--bs-aspect-ratio: 100%}#marsello-portal-root .pos-content .ratio-4x3{--bs-aspect-ratio: 75%}#marsello-portal-root .pos-content .ratio-16x9{--bs-aspect-ratio: 56.25%}#marsello-portal-root .pos-content .ratio-21x9{--bs-aspect-ratio: 42.8571428571%}#marsello-portal-root .pos-content .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}#marsello-portal-root .pos-content .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}#marsello-portal-root .pos-content .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width: 576px){#marsello-portal-root .pos-content .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 768px){#marsello-portal-root .pos-content .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 992px){#marsello-portal-root .pos-content .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){#marsello-portal-root .pos-content .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1440px){#marsello-portal-root .pos-content .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}#marsello-portal-root .pos-content .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}#marsello-portal-root .pos-content .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}#marsello-portal-root .pos-content .visually-hidden,#marsello-portal-root .pos-content .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#marsello-portal-root .pos-content .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}#marsello-portal-root .pos-content .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#marsello-portal-root .pos-content .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}#marsello-portal-root .pos-content .align-baseline{vertical-align:baseline!important}#marsello-portal-root .pos-content .align-top{vertical-align:top!important}#marsello-portal-root .pos-content .align-middle{vertical-align:middle!important}#marsello-portal-root .pos-content .align-bottom{vertical-align:bottom!important}#marsello-portal-root .pos-content .align-text-bottom{vertical-align:text-bottom!important}#marsello-portal-root .pos-content .align-text-top{vertical-align:text-top!important}#marsello-portal-root .pos-content .float-start{float:left!important}#marsello-portal-root .pos-content .float-end{float:right!important}#marsello-portal-root .pos-content .float-none{float:none!important}#marsello-portal-root .pos-content .opacity-0{opacity:0!important}#marsello-portal-root .pos-content .opacity-25{opacity:.25!important}#marsello-portal-root .pos-content .opacity-50{opacity:.5!important}#marsello-portal-root .pos-content .opacity-75{opacity:.75!important}#marsello-portal-root .pos-content .opacity-100{opacity:1!important}#marsello-portal-root .pos-content .overflow-auto{overflow:auto!important}#marsello-portal-root .pos-content .overflow-hidden{overflow:hidden!important}#marsello-portal-root .pos-content .overflow-visible{overflow:visible!important}#marsello-portal-root .pos-content .overflow-scroll{overflow:scroll!important}#marsello-portal-root .pos-content .d-inline{display:inline!important}#marsello-portal-root .pos-content .d-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-block{display:block!important}#marsello-portal-root .pos-content .d-grid{display:grid!important}#marsello-portal-root .pos-content .d-table{display:table!important}#marsello-portal-root .pos-content .d-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-flex{display:flex!important}#marsello-portal-root .pos-content .d-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-none{display:none!important}#marsello-portal-root .pos-content .shadow{box-shadow:0 .1rem .2rem #0000000d!important}#marsello-portal-root .pos-content .shadow-sm{box-shadow:0 .05rem .2rem #0000000d!important}#marsello-portal-root .pos-content .shadow-lg{box-shadow:0 .2rem .2rem #0000000d!important}#marsello-portal-root .pos-content .shadow-none{box-shadow:none!important}#marsello-portal-root .pos-content .position-static{position:static!important}#marsello-portal-root .pos-content .position-relative{position:relative!important}#marsello-portal-root .pos-content .position-absolute{position:absolute!important}#marsello-portal-root .pos-content .position-fixed{position:fixed!important}#marsello-portal-root .pos-content .position-sticky{position:-webkit-sticky!important;position:sticky!important}#marsello-portal-root .pos-content .top-0{top:0!important}#marsello-portal-root .pos-content .top-50{top:50%!important}#marsello-portal-root .pos-content .top-100{top:100%!important}#marsello-portal-root .pos-content .bottom-0{bottom:0!important}#marsello-portal-root .pos-content .bottom-50{bottom:50%!important}#marsello-portal-root .pos-content .bottom-100{bottom:100%!important}#marsello-portal-root .pos-content .start-0{left:0!important}#marsello-portal-root .pos-content .start-50{left:50%!important}#marsello-portal-root .pos-content .start-100{left:100%!important}#marsello-portal-root .pos-content .end-0{right:0!important}#marsello-portal-root .pos-content .end-50{right:50%!important}#marsello-portal-root .pos-content .end-100{right:100%!important}#marsello-portal-root .pos-content .translate-middle{transform:translate(-50%,-50%)!important}#marsello-portal-root .pos-content .translate-middle-x{transform:translate(-50%)!important}#marsello-portal-root .pos-content .translate-middle-y{transform:translateY(-50%)!important}#marsello-portal-root .pos-content .border{border:1px solid #dee6ed!important}#marsello-portal-root .pos-content .border-0{border:0!important}#marsello-portal-root .pos-content .border-top{border-top:1px solid #dee6ed!important}#marsello-portal-root .pos-content .border-top-0{border-top:0!important}#marsello-portal-root .pos-content .border-end{border-right:1px solid #dee6ed!important}#marsello-portal-root .pos-content .border-end-0{border-right:0!important}#marsello-portal-root .pos-content .border-bottom{border-bottom:1px solid #dee6ed!important}#marsello-portal-root .pos-content .border-bottom-0{border-bottom:0!important}#marsello-portal-root .pos-content .border-start{border-left:1px solid #dee6ed!important}#marsello-portal-root .pos-content .border-start-0{border-left:0!important}#marsello-portal-root .pos-content .border-primary{border-color:#3f80ea!important}#marsello-portal-root .pos-content .border-secondary{border-color:#495057!important}#marsello-portal-root .pos-content .border-success{border-color:#4bbf73!important}#marsello-portal-root .pos-content .border-info{border-color:#1f9bcf!important}#marsello-portal-root .pos-content .border-warning{border-color:#e5a54b!important}#marsello-portal-root .pos-content .border-danger{border-color:#d9534f!important}#marsello-portal-root .pos-content .border-light{border-color:#eff2f6!important}#marsello-portal-root .pos-content .border-dark{border-color:#293042!important}#marsello-portal-root .pos-content .border-white{border-color:#fff!important}#marsello-portal-root .pos-content .border-1{border-width:1px!important}#marsello-portal-root .pos-content .border-2{border-width:2px!important}#marsello-portal-root .pos-content .border-3{border-width:3px!important}#marsello-portal-root .pos-content .border-4{border-width:4px!important}#marsello-portal-root .pos-content .border-5{border-width:5px!important}#marsello-portal-root .pos-content .w-25{width:25%!important}#marsello-portal-root .pos-content .w-50{width:50%!important}#marsello-portal-root .pos-content .w-75{width:75%!important}#marsello-portal-root .pos-content .w-100{width:100%!important}#marsello-portal-root .pos-content .w-auto{width:auto!important}#marsello-portal-root .pos-content .mw-100{max-width:100%!important}#marsello-portal-root .pos-content .vw-100{width:100vw!important}#marsello-portal-root .pos-content .min-vw-100{min-width:100vw!important}#marsello-portal-root .pos-content .h-25{height:25%!important}#marsello-portal-root .pos-content .h-50{height:50%!important}#marsello-portal-root .pos-content .h-75{height:75%!important}#marsello-portal-root .pos-content .h-100{height:100%!important}#marsello-portal-root .pos-content .h-auto{height:auto!important}#marsello-portal-root .pos-content .mh-100{max-height:100%!important}#marsello-portal-root .pos-content .vh-100{height:100vh!important}#marsello-portal-root .pos-content .min-vh-100{min-height:100vh!important}#marsello-portal-root .pos-content .flex-fill{flex:1 1 auto!important}#marsello-portal-root .pos-content .flex-row{flex-direction:row!important}#marsello-portal-root .pos-content .flex-column{flex-direction:column!important}#marsello-portal-root .pos-content .flex-row-reverse{flex-direction:row-reverse!important}#marsello-portal-root .pos-content .flex-column-reverse{flex-direction:column-reverse!important}#marsello-portal-root .pos-content .flex-grow-0{flex-grow:0!important}#marsello-portal-root .pos-content .flex-grow-1{flex-grow:1!important}#marsello-portal-root .pos-content .flex-shrink-0{flex-shrink:0!important}#marsello-portal-root .pos-content .flex-shrink-1{flex-shrink:1!important}#marsello-portal-root .pos-content .flex-wrap{flex-wrap:wrap!important}#marsello-portal-root .pos-content .flex-nowrap{flex-wrap:nowrap!important}#marsello-portal-root .pos-content .flex-wrap-reverse{flex-wrap:wrap-reverse!important}#marsello-portal-root .pos-content .gap-0{gap:0!important}#marsello-portal-root .pos-content .gap-1{gap:.25rem!important}#marsello-portal-root .pos-content .gap-2{gap:.5rem!important}#marsello-portal-root .pos-content .gap-3{gap:1rem!important}#marsello-portal-root .pos-content .gap-4{gap:1.5rem!important}#marsello-portal-root .pos-content .gap-5{gap:3rem!important}#marsello-portal-root .pos-content .gap-6{gap:4.5rem!important}#marsello-portal-root .pos-content .gap-7{gap:6rem!important}#marsello-portal-root .pos-content .justify-content-start{justify-content:flex-start!important}#marsello-portal-root .pos-content .justify-content-end{justify-content:flex-end!important}#marsello-portal-root .pos-content .justify-content-center{justify-content:center!important}#marsello-portal-root .pos-content .justify-content-between{justify-content:space-between!important}#marsello-portal-root .pos-content .justify-content-around{justify-content:space-around!important}#marsello-portal-root .pos-content .justify-content-evenly{justify-content:space-evenly!important}#marsello-portal-root .pos-content .align-items-start{align-items:flex-start!important}#marsello-portal-root .pos-content .align-items-end{align-items:flex-end!important}#marsello-portal-root .pos-content .align-items-center{align-items:center!important}#marsello-portal-root .pos-content .align-items-baseline{align-items:baseline!important}#marsello-portal-root .pos-content .align-items-stretch{align-items:stretch!important}#marsello-portal-root .pos-content .align-content-start{align-content:flex-start!important}#marsello-portal-root .pos-content .align-content-end{align-content:flex-end!important}#marsello-portal-root .pos-content .align-content-center{align-content:center!important}#marsello-portal-root .pos-content .align-content-between{align-content:space-between!important}#marsello-portal-root .pos-content .align-content-around{align-content:space-around!important}#marsello-portal-root .pos-content .align-content-stretch{align-content:stretch!important}#marsello-portal-root .pos-content .align-self-auto{align-self:auto!important}#marsello-portal-root .pos-content .align-self-start{align-self:flex-start!important}#marsello-portal-root .pos-content .align-self-end{align-self:flex-end!important}#marsello-portal-root .pos-content .align-self-center{align-self:center!important}#marsello-portal-root .pos-content .align-self-baseline{align-self:baseline!important}#marsello-portal-root .pos-content .align-self-stretch{align-self:stretch!important}#marsello-portal-root .pos-content .order-first{order:-1!important}#marsello-portal-root .pos-content .order-0{order:0!important}#marsello-portal-root .pos-content .order-1{order:1!important}#marsello-portal-root .pos-content .order-2{order:2!important}#marsello-portal-root .pos-content .order-3{order:3!important}#marsello-portal-root .pos-content .order-4{order:4!important}#marsello-portal-root .pos-content .order-5{order:5!important}#marsello-portal-root .pos-content .order-last{order:6!important}#marsello-portal-root .pos-content .m-0{margin:0!important}#marsello-portal-root .pos-content .m-1{margin:.25rem!important}#marsello-portal-root .pos-content .m-2{margin:.5rem!important}#marsello-portal-root .pos-content .m-3{margin:1rem!important}#marsello-portal-root .pos-content .m-4{margin:1.5rem!important}#marsello-portal-root .pos-content .m-5{margin:3rem!important}#marsello-portal-root .pos-content .m-6{margin:4.5rem!important}#marsello-portal-root .pos-content .m-7{margin:6rem!important}#marsello-portal-root .pos-content .m-auto{margin:auto!important}#marsello-portal-root .pos-content .mx-0{margin-right:0!important;margin-left:0!important}#marsello-portal-root .pos-content .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}#marsello-portal-root .pos-content .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}#marsello-portal-root .pos-content .mx-3{margin-right:1rem!important;margin-left:1rem!important}#marsello-portal-root .pos-content .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}#marsello-portal-root .pos-content .mx-5{margin-right:3rem!important;margin-left:3rem!important}#marsello-portal-root .pos-content .mx-6{margin-right:4.5rem!important;margin-left:4.5rem!important}#marsello-portal-root .pos-content .mx-7{margin-right:6rem!important;margin-left:6rem!important}#marsello-portal-root .pos-content .mx-auto{margin-right:auto!important;margin-left:auto!important}#marsello-portal-root .pos-content .my-0{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}#marsello-portal-root .pos-content .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}#marsello-portal-root .pos-content .my-3{margin-top:1rem!important;margin-bottom:1rem!important}#marsello-portal-root .pos-content .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .my-5{margin-top:3rem!important;margin-bottom:3rem!important}#marsello-portal-root .pos-content .my-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .my-7{margin-top:6rem!important;margin-bottom:6rem!important}#marsello-portal-root .pos-content .my-auto{margin-top:auto!important;margin-bottom:auto!important}#marsello-portal-root .pos-content .mt-0{margin-top:0!important}#marsello-portal-root .pos-content .mt-1{margin-top:.25rem!important}#marsello-portal-root .pos-content .mt-2{margin-top:.5rem!important}#marsello-portal-root .pos-content .mt-3{margin-top:1rem!important}#marsello-portal-root .pos-content .mt-4{margin-top:1.5rem!important}#marsello-portal-root .pos-content .mt-5{margin-top:3rem!important}#marsello-portal-root .pos-content .mt-6{margin-top:4.5rem!important}#marsello-portal-root .pos-content .mt-7{margin-top:6rem!important}#marsello-portal-root .pos-content .mt-auto{margin-top:auto!important}#marsello-portal-root .pos-content .me-0{margin-right:0!important}#marsello-portal-root .pos-content .me-1{margin-right:.25rem!important}#marsello-portal-root .pos-content .me-2{margin-right:.5rem!important}#marsello-portal-root .pos-content .me-3{margin-right:1rem!important}#marsello-portal-root .pos-content .me-4{margin-right:1.5rem!important}#marsello-portal-root .pos-content .me-5{margin-right:3rem!important}#marsello-portal-root .pos-content .me-6{margin-right:4.5rem!important}#marsello-portal-root .pos-content .me-7{margin-right:6rem!important}#marsello-portal-root .pos-content .me-auto{margin-right:auto!important}#marsello-portal-root .pos-content .mb-0{margin-bottom:0!important}#marsello-portal-root .pos-content .mb-1{margin-bottom:.25rem!important}#marsello-portal-root .pos-content .mb-2{margin-bottom:.5rem!important}#marsello-portal-root .pos-content .mb-3{margin-bottom:1rem!important}#marsello-portal-root .pos-content .mb-4{margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .mb-5{margin-bottom:3rem!important}#marsello-portal-root .pos-content .mb-6{margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .mb-7{margin-bottom:6rem!important}#marsello-portal-root .pos-content .mb-auto{margin-bottom:auto!important}#marsello-portal-root .pos-content .ms-0{margin-left:0!important}#marsello-portal-root .pos-content .ms-1{margin-left:.25rem!important}#marsello-portal-root .pos-content .ms-2{margin-left:.5rem!important}#marsello-portal-root .pos-content .ms-3{margin-left:1rem!important}#marsello-portal-root .pos-content .ms-4{margin-left:1.5rem!important}#marsello-portal-root .pos-content .ms-5{margin-left:3rem!important}#marsello-portal-root .pos-content .ms-6{margin-left:4.5rem!important}#marsello-portal-root .pos-content .ms-7{margin-left:6rem!important}#marsello-portal-root .pos-content .ms-auto{margin-left:auto!important}#marsello-portal-root .pos-content .m-n1{margin:-.25rem!important}#marsello-portal-root .pos-content .m-n2{margin:-.5rem!important}#marsello-portal-root .pos-content .m-n3{margin:-1rem!important}#marsello-portal-root .pos-content .m-n4{margin:-1.5rem!important}#marsello-portal-root .pos-content .m-n5{margin:-3rem!important}#marsello-portal-root .pos-content .m-n6{margin:-4.5rem!important}#marsello-portal-root .pos-content .m-n7{margin:-6rem!important}#marsello-portal-root .pos-content .mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}#marsello-portal-root .pos-content .mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}#marsello-portal-root .pos-content .mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}#marsello-portal-root .pos-content .mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}#marsello-portal-root .pos-content .mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}#marsello-portal-root .pos-content .mx-n6{margin-right:-4.5rem!important;margin-left:-4.5rem!important}#marsello-portal-root .pos-content .mx-n7{margin-right:-6rem!important;margin-left:-6rem!important}#marsello-portal-root .pos-content .my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}#marsello-portal-root .pos-content .my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}#marsello-portal-root .pos-content .my-n6{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .my-n7{margin-top:-6rem!important;margin-bottom:-6rem!important}#marsello-portal-root .pos-content .mt-n1{margin-top:-.25rem!important}#marsello-portal-root .pos-content .mt-n2{margin-top:-.5rem!important}#marsello-portal-root .pos-content .mt-n3{margin-top:-1rem!important}#marsello-portal-root .pos-content .mt-n4{margin-top:-1.5rem!important}#marsello-portal-root .pos-content .mt-n5{margin-top:-3rem!important}#marsello-portal-root .pos-content .mt-n6{margin-top:-4.5rem!important}#marsello-portal-root .pos-content .mt-n7{margin-top:-6rem!important}#marsello-portal-root .pos-content .me-n1{margin-right:-.25rem!important}#marsello-portal-root .pos-content .me-n2{margin-right:-.5rem!important}#marsello-portal-root .pos-content .me-n3{margin-right:-1rem!important}#marsello-portal-root .pos-content .me-n4{margin-right:-1.5rem!important}#marsello-portal-root .pos-content .me-n5{margin-right:-3rem!important}#marsello-portal-root .pos-content .me-n6{margin-right:-4.5rem!important}#marsello-portal-root .pos-content .me-n7{margin-right:-6rem!important}#marsello-portal-root .pos-content .mb-n1{margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .mb-n2{margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .mb-n3{margin-bottom:-1rem!important}#marsello-portal-root .pos-content .mb-n4{margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .mb-n5{margin-bottom:-3rem!important}#marsello-portal-root .pos-content .mb-n6{margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .mb-n7{margin-bottom:-6rem!important}#marsello-portal-root .pos-content .ms-n1{margin-left:-.25rem!important}#marsello-portal-root .pos-content .ms-n2{margin-left:-.5rem!important}#marsello-portal-root .pos-content .ms-n3{margin-left:-1rem!important}#marsello-portal-root .pos-content .ms-n4{margin-left:-1.5rem!important}#marsello-portal-root .pos-content .ms-n5{margin-left:-3rem!important}#marsello-portal-root .pos-content .ms-n6{margin-left:-4.5rem!important}#marsello-portal-root .pos-content .ms-n7{margin-left:-6rem!important}#marsello-portal-root .pos-content .p-0{padding:0!important}#marsello-portal-root .pos-content .p-1{padding:.25rem!important}#marsello-portal-root .pos-content .p-2{padding:.5rem!important}#marsello-portal-root .pos-content .p-3{padding:1rem!important}#marsello-portal-root .pos-content .p-4{padding:1.5rem!important}#marsello-portal-root .pos-content .p-5{padding:3rem!important}#marsello-portal-root .pos-content .p-6{padding:4.5rem!important}#marsello-portal-root .pos-content .p-7{padding:6rem!important}#marsello-portal-root .pos-content .px-0{padding-right:0!important;padding-left:0!important}#marsello-portal-root .pos-content .px-1{padding-right:.25rem!important;padding-left:.25rem!important}#marsello-portal-root .pos-content .px-2{padding-right:.5rem!important;padding-left:.5rem!important}#marsello-portal-root .pos-content .px-3{padding-right:1rem!important;padding-left:1rem!important}#marsello-portal-root .pos-content .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}#marsello-portal-root .pos-content .px-5{padding-right:3rem!important;padding-left:3rem!important}#marsello-portal-root .pos-content .px-6{padding-right:4.5rem!important;padding-left:4.5rem!important}#marsello-portal-root .pos-content .px-7{padding-right:6rem!important;padding-left:6rem!important}#marsello-portal-root .pos-content .py-0{padding-top:0!important;padding-bottom:0!important}#marsello-portal-root .pos-content .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}#marsello-portal-root .pos-content .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#marsello-portal-root .pos-content .py-3{padding-top:1rem!important;padding-bottom:1rem!important}#marsello-portal-root .pos-content .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .py-5{padding-top:3rem!important;padding-bottom:3rem!important}#marsello-portal-root .pos-content .py-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .py-7{padding-top:6rem!important;padding-bottom:6rem!important}#marsello-portal-root .pos-content .pt-0{padding-top:0!important}#marsello-portal-root .pos-content .pt-1{padding-top:.25rem!important}#marsello-portal-root .pos-content .pt-2{padding-top:.5rem!important}#marsello-portal-root .pos-content .pt-3{padding-top:1rem!important}#marsello-portal-root .pos-content .pt-4{padding-top:1.5rem!important}#marsello-portal-root .pos-content .pt-5{padding-top:3rem!important}#marsello-portal-root .pos-content .pt-6{padding-top:4.5rem!important}#marsello-portal-root .pos-content .pt-7{padding-top:6rem!important}#marsello-portal-root .pos-content .pe-0{padding-right:0!important}#marsello-portal-root .pos-content .pe-1{padding-right:.25rem!important}#marsello-portal-root .pos-content .pe-2{padding-right:.5rem!important}#marsello-portal-root .pos-content .pe-3{padding-right:1rem!important}#marsello-portal-root .pos-content .pe-4{padding-right:1.5rem!important}#marsello-portal-root .pos-content .pe-5{padding-right:3rem!important}#marsello-portal-root .pos-content .pe-6{padding-right:4.5rem!important}#marsello-portal-root .pos-content .pe-7{padding-right:6rem!important}#marsello-portal-root .pos-content .pb-0{padding-bottom:0!important}#marsello-portal-root .pos-content .pb-1{padding-bottom:.25rem!important}#marsello-portal-root .pos-content .pb-2{padding-bottom:.5rem!important}#marsello-portal-root .pos-content .pb-3{padding-bottom:1rem!important}#marsello-portal-root .pos-content .pb-4{padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .pb-5{padding-bottom:3rem!important}#marsello-portal-root .pos-content .pb-6{padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .pb-7{padding-bottom:6rem!important}#marsello-portal-root .pos-content .ps-0{padding-left:0!important}#marsello-portal-root .pos-content .ps-1{padding-left:.25rem!important}#marsello-portal-root .pos-content .ps-2{padding-left:.5rem!important}#marsello-portal-root .pos-content .ps-3{padding-left:1rem!important}#marsello-portal-root .pos-content .ps-4{padding-left:1.5rem!important}#marsello-portal-root .pos-content .ps-5{padding-left:3rem!important}#marsello-portal-root .pos-content .ps-6{padding-left:4.5rem!important}#marsello-portal-root .pos-content .ps-7{padding-left:6rem!important}#marsello-portal-root .pos-content .font-monospace{font-family:var(--bs-font-monospace)!important}#marsello-portal-root .pos-content .fs-1{font-size:1.65rem!important}#marsello-portal-root .pos-content .fs-2{font-size:1.44375rem!important}#marsello-portal-root .pos-content .fs-3{font-size:1.2375rem!important}#marsello-portal-root .pos-content .fs-4{font-size:1.03125rem!important}#marsello-portal-root .pos-content .fs-5,#marsello-portal-root .pos-content .fs-6{font-size:.825rem!important}#marsello-portal-root .pos-content .fst-italic{font-style:italic!important}#marsello-portal-root .pos-content .fst-normal{font-style:normal!important}#marsello-portal-root .pos-content .fw-light{font-weight:300!important}#marsello-portal-root .pos-content .fw-lighter{font-weight:lighter!important}#marsello-portal-root .pos-content .fw-normal{font-weight:400!important}#marsello-portal-root .pos-content .fw-bold{font-weight:500!important}#marsello-portal-root .pos-content .fw-bolder{font-weight:bolder!important}#marsello-portal-root .pos-content .lh-1{line-height:1!important}#marsello-portal-root .pos-content .lh-sm,#marsello-portal-root .pos-content .lh-base,#marsello-portal-root .pos-content .lh-lg{line-height:1.625!important}#marsello-portal-root .pos-content .text-start{text-align:left!important}#marsello-portal-root .pos-content .text-end{text-align:right!important}#marsello-portal-root .pos-content .text-center{text-align:center!important}#marsello-portal-root .pos-content .text-decoration-none{text-decoration:none!important}#marsello-portal-root .pos-content .text-decoration-underline{text-decoration:underline!important}#marsello-portal-root .pos-content .text-decoration-line-through{text-decoration:line-through!important}#marsello-portal-root .pos-content .text-lowercase{text-transform:lowercase!important}#marsello-portal-root .pos-content .text-uppercase{text-transform:uppercase!important}#marsello-portal-root .pos-content .text-capitalize{text-transform:capitalize!important}#marsello-portal-root .pos-content .text-wrap{white-space:normal!important}#marsello-portal-root .pos-content .text-nowrap{white-space:nowrap!important}#marsello-portal-root .pos-content .text-break{word-wrap:break-word!important;word-break:break-word!important}#marsello-portal-root .pos-content .text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}#marsello-portal-root .pos-content .text-muted{--bs-text-opacity: 1;color:#737d85!important}#marsello-portal-root .pos-content .text-black-50{--bs-text-opacity: 1;color:#00000080!important}#marsello-portal-root .pos-content .text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}#marsello-portal-root .pos-content .text-reset{--bs-text-opacity: 1;color:inherit!important}#marsello-portal-root .pos-content .text-opacity-25{--bs-text-opacity: .25}#marsello-portal-root .pos-content .text-opacity-50{--bs-text-opacity: .5}#marsello-portal-root .pos-content .text-opacity-75{--bs-text-opacity: .75}#marsello-portal-root .pos-content .text-opacity-100{--bs-text-opacity: 1}#marsello-portal-root .pos-content .bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}#marsello-portal-root .pos-content .bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}#marsello-portal-root .pos-content .bg-opacity-10{--bs-bg-opacity: .1}#marsello-portal-root .pos-content .bg-opacity-25{--bs-bg-opacity: .25}#marsello-portal-root .pos-content .bg-opacity-50{--bs-bg-opacity: .5}#marsello-portal-root .pos-content .bg-opacity-75{--bs-bg-opacity: .75}#marsello-portal-root .pos-content .bg-opacity-100{--bs-bg-opacity: 1}#marsello-portal-root .pos-content .bg-gradient{background-image:var(--bs-gradient)!important}#marsello-portal-root .pos-content .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}#marsello-portal-root .pos-content .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}#marsello-portal-root .pos-content .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}#marsello-portal-root .pos-content .pe-none{pointer-events:none!important}#marsello-portal-root .pos-content .pe-auto{pointer-events:auto!important}#marsello-portal-root .pos-content .rounded{border-radius:.2rem!important}#marsello-portal-root .pos-content .rounded-0{border-radius:0!important}#marsello-portal-root .pos-content .rounded-1{border-radius:.1rem!important}#marsello-portal-root .pos-content .rounded-2{border-radius:.2rem!important}#marsello-portal-root .pos-content .rounded-3{border-radius:.3rem!important}#marsello-portal-root .pos-content .rounded-circle{border-radius:50%!important}#marsello-portal-root .pos-content .rounded-pill{border-radius:50rem!important}#marsello-portal-root .pos-content .rounded-top{border-top-left-radius:.2rem!important;border-top-right-radius:.2rem!important}#marsello-portal-root .pos-content .rounded-end{border-top-right-radius:.2rem!important;border-bottom-right-radius:.2rem!important}#marsello-portal-root .pos-content .rounded-bottom{border-bottom-right-radius:.2rem!important;border-bottom-left-radius:.2rem!important}#marsello-portal-root .pos-content .rounded-start{border-bottom-left-radius:.2rem!important;border-top-left-radius:.2rem!important}#marsello-portal-root .pos-content .visible{visibility:visible!important}#marsello-portal-root .pos-content .invisible{visibility:hidden!important}@media (min-width: 576px){#marsello-portal-root .pos-content .float-sm-start{float:left!important}#marsello-portal-root .pos-content .float-sm-end{float:right!important}#marsello-portal-root .pos-content .float-sm-none{float:none!important}#marsello-portal-root .pos-content .d-sm-inline{display:inline!important}#marsello-portal-root .pos-content .d-sm-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-sm-block{display:block!important}#marsello-portal-root .pos-content .d-sm-grid{display:grid!important}#marsello-portal-root .pos-content .d-sm-table{display:table!important}#marsello-portal-root .pos-content .d-sm-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-sm-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-sm-flex{display:flex!important}#marsello-portal-root .pos-content .d-sm-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-sm-none{display:none!important}#marsello-portal-root .pos-content .flex-sm-fill{flex:1 1 auto!important}#marsello-portal-root .pos-content .flex-sm-row{flex-direction:row!important}#marsello-portal-root .pos-content .flex-sm-column{flex-direction:column!important}#marsello-portal-root .pos-content .flex-sm-row-reverse{flex-direction:row-reverse!important}#marsello-portal-root .pos-content .flex-sm-column-reverse{flex-direction:column-reverse!important}#marsello-portal-root .pos-content .flex-sm-grow-0{flex-grow:0!important}#marsello-portal-root .pos-content .flex-sm-grow-1{flex-grow:1!important}#marsello-portal-root .pos-content .flex-sm-shrink-0{flex-shrink:0!important}#marsello-portal-root .pos-content .flex-sm-shrink-1{flex-shrink:1!important}#marsello-portal-root .pos-content .flex-sm-wrap{flex-wrap:wrap!important}#marsello-portal-root .pos-content .flex-sm-nowrap{flex-wrap:nowrap!important}#marsello-portal-root .pos-content .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}#marsello-portal-root .pos-content .gap-sm-0{gap:0!important}#marsello-portal-root .pos-content .gap-sm-1{gap:.25rem!important}#marsello-portal-root .pos-content .gap-sm-2{gap:.5rem!important}#marsello-portal-root .pos-content .gap-sm-3{gap:1rem!important}#marsello-portal-root .pos-content .gap-sm-4{gap:1.5rem!important}#marsello-portal-root .pos-content .gap-sm-5{gap:3rem!important}#marsello-portal-root .pos-content .gap-sm-6{gap:4.5rem!important}#marsello-portal-root .pos-content .gap-sm-7{gap:6rem!important}#marsello-portal-root .pos-content .justify-content-sm-start{justify-content:flex-start!important}#marsello-portal-root .pos-content .justify-content-sm-end{justify-content:flex-end!important}#marsello-portal-root .pos-content .justify-content-sm-center{justify-content:center!important}#marsello-portal-root .pos-content .justify-content-sm-between{justify-content:space-between!important}#marsello-portal-root .pos-content .justify-content-sm-around{justify-content:space-around!important}#marsello-portal-root .pos-content .justify-content-sm-evenly{justify-content:space-evenly!important}#marsello-portal-root .pos-content .align-items-sm-start{align-items:flex-start!important}#marsello-portal-root .pos-content .align-items-sm-end{align-items:flex-end!important}#marsello-portal-root .pos-content .align-items-sm-center{align-items:center!important}#marsello-portal-root .pos-content .align-items-sm-baseline{align-items:baseline!important}#marsello-portal-root .pos-content .align-items-sm-stretch{align-items:stretch!important}#marsello-portal-root .pos-content .align-content-sm-start{align-content:flex-start!important}#marsello-portal-root .pos-content .align-content-sm-end{align-content:flex-end!important}#marsello-portal-root .pos-content .align-content-sm-center{align-content:center!important}#marsello-portal-root .pos-content .align-content-sm-between{align-content:space-between!important}#marsello-portal-root .pos-content .align-content-sm-around{align-content:space-around!important}#marsello-portal-root .pos-content .align-content-sm-stretch{align-content:stretch!important}#marsello-portal-root .pos-content .align-self-sm-auto{align-self:auto!important}#marsello-portal-root .pos-content .align-self-sm-start{align-self:flex-start!important}#marsello-portal-root .pos-content .align-self-sm-end{align-self:flex-end!important}#marsello-portal-root .pos-content .align-self-sm-center{align-self:center!important}#marsello-portal-root .pos-content .align-self-sm-baseline{align-self:baseline!important}#marsello-portal-root .pos-content .align-self-sm-stretch{align-self:stretch!important}#marsello-portal-root .pos-content .order-sm-first{order:-1!important}#marsello-portal-root .pos-content .order-sm-0{order:0!important}#marsello-portal-root .pos-content .order-sm-1{order:1!important}#marsello-portal-root .pos-content .order-sm-2{order:2!important}#marsello-portal-root .pos-content .order-sm-3{order:3!important}#marsello-portal-root .pos-content .order-sm-4{order:4!important}#marsello-portal-root .pos-content .order-sm-5{order:5!important}#marsello-portal-root .pos-content .order-sm-last{order:6!important}#marsello-portal-root .pos-content .m-sm-0{margin:0!important}#marsello-portal-root .pos-content .m-sm-1{margin:.25rem!important}#marsello-portal-root .pos-content .m-sm-2{margin:.5rem!important}#marsello-portal-root .pos-content .m-sm-3{margin:1rem!important}#marsello-portal-root .pos-content .m-sm-4{margin:1.5rem!important}#marsello-portal-root .pos-content .m-sm-5{margin:3rem!important}#marsello-portal-root .pos-content .m-sm-6{margin:4.5rem!important}#marsello-portal-root .pos-content .m-sm-7{margin:6rem!important}#marsello-portal-root .pos-content .m-sm-auto{margin:auto!important}#marsello-portal-root .pos-content .mx-sm-0{margin-right:0!important;margin-left:0!important}#marsello-portal-root .pos-content .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}#marsello-portal-root .pos-content .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}#marsello-portal-root .pos-content .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}#marsello-portal-root .pos-content .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}#marsello-portal-root .pos-content .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}#marsello-portal-root .pos-content .mx-sm-6{margin-right:4.5rem!important;margin-left:4.5rem!important}#marsello-portal-root .pos-content .mx-sm-7{margin-right:6rem!important;margin-left:6rem!important}#marsello-portal-root .pos-content .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}#marsello-portal-root .pos-content .my-sm-0{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}#marsello-portal-root .pos-content .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}#marsello-portal-root .pos-content .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}#marsello-portal-root .pos-content .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}#marsello-portal-root .pos-content .my-sm-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .my-sm-7{margin-top:6rem!important;margin-bottom:6rem!important}#marsello-portal-root .pos-content .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}#marsello-portal-root .pos-content .mt-sm-0{margin-top:0!important}#marsello-portal-root .pos-content .mt-sm-1{margin-top:.25rem!important}#marsello-portal-root .pos-content .mt-sm-2{margin-top:.5rem!important}#marsello-portal-root .pos-content .mt-sm-3{margin-top:1rem!important}#marsello-portal-root .pos-content .mt-sm-4{margin-top:1.5rem!important}#marsello-portal-root .pos-content .mt-sm-5{margin-top:3rem!important}#marsello-portal-root .pos-content .mt-sm-6{margin-top:4.5rem!important}#marsello-portal-root .pos-content .mt-sm-7{margin-top:6rem!important}#marsello-portal-root .pos-content .mt-sm-auto{margin-top:auto!important}#marsello-portal-root .pos-content .me-sm-0{margin-right:0!important}#marsello-portal-root .pos-content .me-sm-1{margin-right:.25rem!important}#marsello-portal-root .pos-content .me-sm-2{margin-right:.5rem!important}#marsello-portal-root .pos-content .me-sm-3{margin-right:1rem!important}#marsello-portal-root .pos-content .me-sm-4{margin-right:1.5rem!important}#marsello-portal-root .pos-content .me-sm-5{margin-right:3rem!important}#marsello-portal-root .pos-content .me-sm-6{margin-right:4.5rem!important}#marsello-portal-root .pos-content .me-sm-7{margin-right:6rem!important}#marsello-portal-root .pos-content .me-sm-auto{margin-right:auto!important}#marsello-portal-root .pos-content .mb-sm-0{margin-bottom:0!important}#marsello-portal-root .pos-content .mb-sm-1{margin-bottom:.25rem!important}#marsello-portal-root .pos-content .mb-sm-2{margin-bottom:.5rem!important}#marsello-portal-root .pos-content .mb-sm-3{margin-bottom:1rem!important}#marsello-portal-root .pos-content .mb-sm-4{margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .mb-sm-5{margin-bottom:3rem!important}#marsello-portal-root .pos-content .mb-sm-6{margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .mb-sm-7{margin-bottom:6rem!important}#marsello-portal-root .pos-content .mb-sm-auto{margin-bottom:auto!important}#marsello-portal-root .pos-content .ms-sm-0{margin-left:0!important}#marsello-portal-root .pos-content .ms-sm-1{margin-left:.25rem!important}#marsello-portal-root .pos-content .ms-sm-2{margin-left:.5rem!important}#marsello-portal-root .pos-content .ms-sm-3{margin-left:1rem!important}#marsello-portal-root .pos-content .ms-sm-4{margin-left:1.5rem!important}#marsello-portal-root .pos-content .ms-sm-5{margin-left:3rem!important}#marsello-portal-root .pos-content .ms-sm-6{margin-left:4.5rem!important}#marsello-portal-root .pos-content .ms-sm-7{margin-left:6rem!important}#marsello-portal-root .pos-content .ms-sm-auto{margin-left:auto!important}#marsello-portal-root .pos-content .m-sm-n1{margin:-.25rem!important}#marsello-portal-root .pos-content .m-sm-n2{margin:-.5rem!important}#marsello-portal-root .pos-content .m-sm-n3{margin:-1rem!important}#marsello-portal-root .pos-content .m-sm-n4{margin:-1.5rem!important}#marsello-portal-root .pos-content .m-sm-n5{margin:-3rem!important}#marsello-portal-root .pos-content .m-sm-n6{margin:-4.5rem!important}#marsello-portal-root .pos-content .m-sm-n7{margin:-6rem!important}#marsello-portal-root .pos-content .mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}#marsello-portal-root .pos-content .mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}#marsello-portal-root .pos-content .mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}#marsello-portal-root .pos-content .mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}#marsello-portal-root .pos-content .mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}#marsello-portal-root .pos-content .mx-sm-n6{margin-right:-4.5rem!important;margin-left:-4.5rem!important}#marsello-portal-root .pos-content .mx-sm-n7{margin-right:-6rem!important;margin-left:-6rem!important}#marsello-portal-root .pos-content .my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}#marsello-portal-root .pos-content .my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}#marsello-portal-root .pos-content .my-sm-n6{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .my-sm-n7{margin-top:-6rem!important;margin-bottom:-6rem!important}#marsello-portal-root .pos-content .mt-sm-n1{margin-top:-.25rem!important}#marsello-portal-root .pos-content .mt-sm-n2{margin-top:-.5rem!important}#marsello-portal-root .pos-content .mt-sm-n3{margin-top:-1rem!important}#marsello-portal-root .pos-content .mt-sm-n4{margin-top:-1.5rem!important}#marsello-portal-root .pos-content .mt-sm-n5{margin-top:-3rem!important}#marsello-portal-root .pos-content .mt-sm-n6{margin-top:-4.5rem!important}#marsello-portal-root .pos-content .mt-sm-n7{margin-top:-6rem!important}#marsello-portal-root .pos-content .me-sm-n1{margin-right:-.25rem!important}#marsello-portal-root .pos-content .me-sm-n2{margin-right:-.5rem!important}#marsello-portal-root .pos-content .me-sm-n3{margin-right:-1rem!important}#marsello-portal-root .pos-content .me-sm-n4{margin-right:-1.5rem!important}#marsello-portal-root .pos-content .me-sm-n5{margin-right:-3rem!important}#marsello-portal-root .pos-content .me-sm-n6{margin-right:-4.5rem!important}#marsello-portal-root .pos-content .me-sm-n7{margin-right:-6rem!important}#marsello-portal-root .pos-content .mb-sm-n1{margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .mb-sm-n2{margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .mb-sm-n3{margin-bottom:-1rem!important}#marsello-portal-root .pos-content .mb-sm-n4{margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .mb-sm-n5{margin-bottom:-3rem!important}#marsello-portal-root .pos-content .mb-sm-n6{margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .mb-sm-n7{margin-bottom:-6rem!important}#marsello-portal-root .pos-content .ms-sm-n1{margin-left:-.25rem!important}#marsello-portal-root .pos-content .ms-sm-n2{margin-left:-.5rem!important}#marsello-portal-root .pos-content .ms-sm-n3{margin-left:-1rem!important}#marsello-portal-root .pos-content .ms-sm-n4{margin-left:-1.5rem!important}#marsello-portal-root .pos-content .ms-sm-n5{margin-left:-3rem!important}#marsello-portal-root .pos-content .ms-sm-n6{margin-left:-4.5rem!important}#marsello-portal-root .pos-content .ms-sm-n7{margin-left:-6rem!important}#marsello-portal-root .pos-content .p-sm-0{padding:0!important}#marsello-portal-root .pos-content .p-sm-1{padding:.25rem!important}#marsello-portal-root .pos-content .p-sm-2{padding:.5rem!important}#marsello-portal-root .pos-content .p-sm-3{padding:1rem!important}#marsello-portal-root .pos-content .p-sm-4{padding:1.5rem!important}#marsello-portal-root .pos-content .p-sm-5{padding:3rem!important}#marsello-portal-root .pos-content .p-sm-6{padding:4.5rem!important}#marsello-portal-root .pos-content .p-sm-7{padding:6rem!important}#marsello-portal-root .pos-content .px-sm-0{padding-right:0!important;padding-left:0!important}#marsello-portal-root .pos-content .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}#marsello-portal-root .pos-content .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}#marsello-portal-root .pos-content .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}#marsello-portal-root .pos-content .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}#marsello-portal-root .pos-content .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}#marsello-portal-root .pos-content .px-sm-6{padding-right:4.5rem!important;padding-left:4.5rem!important}#marsello-portal-root .pos-content .px-sm-7{padding-right:6rem!important;padding-left:6rem!important}#marsello-portal-root .pos-content .py-sm-0{padding-top:0!important;padding-bottom:0!important}#marsello-portal-root .pos-content .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}#marsello-portal-root .pos-content .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#marsello-portal-root .pos-content .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}#marsello-portal-root .pos-content .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}#marsello-portal-root .pos-content .py-sm-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .py-sm-7{padding-top:6rem!important;padding-bottom:6rem!important}#marsello-portal-root .pos-content .pt-sm-0{padding-top:0!important}#marsello-portal-root .pos-content .pt-sm-1{padding-top:.25rem!important}#marsello-portal-root .pos-content .pt-sm-2{padding-top:.5rem!important}#marsello-portal-root .pos-content .pt-sm-3{padding-top:1rem!important}#marsello-portal-root .pos-content .pt-sm-4{padding-top:1.5rem!important}#marsello-portal-root .pos-content .pt-sm-5{padding-top:3rem!important}#marsello-portal-root .pos-content .pt-sm-6{padding-top:4.5rem!important}#marsello-portal-root .pos-content .pt-sm-7{padding-top:6rem!important}#marsello-portal-root .pos-content .pe-sm-0{padding-right:0!important}#marsello-portal-root .pos-content .pe-sm-1{padding-right:.25rem!important}#marsello-portal-root .pos-content .pe-sm-2{padding-right:.5rem!important}#marsello-portal-root .pos-content .pe-sm-3{padding-right:1rem!important}#marsello-portal-root .pos-content .pe-sm-4{padding-right:1.5rem!important}#marsello-portal-root .pos-content .pe-sm-5{padding-right:3rem!important}#marsello-portal-root .pos-content .pe-sm-6{padding-right:4.5rem!important}#marsello-portal-root .pos-content .pe-sm-7{padding-right:6rem!important}#marsello-portal-root .pos-content .pb-sm-0{padding-bottom:0!important}#marsello-portal-root .pos-content .pb-sm-1{padding-bottom:.25rem!important}#marsello-portal-root .pos-content .pb-sm-2{padding-bottom:.5rem!important}#marsello-portal-root .pos-content .pb-sm-3{padding-bottom:1rem!important}#marsello-portal-root .pos-content .pb-sm-4{padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .pb-sm-5{padding-bottom:3rem!important}#marsello-portal-root .pos-content .pb-sm-6{padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .pb-sm-7{padding-bottom:6rem!important}#marsello-portal-root .pos-content .ps-sm-0{padding-left:0!important}#marsello-portal-root .pos-content .ps-sm-1{padding-left:.25rem!important}#marsello-portal-root .pos-content .ps-sm-2{padding-left:.5rem!important}#marsello-portal-root .pos-content .ps-sm-3{padding-left:1rem!important}#marsello-portal-root .pos-content .ps-sm-4{padding-left:1.5rem!important}#marsello-portal-root .pos-content .ps-sm-5{padding-left:3rem!important}#marsello-portal-root .pos-content .ps-sm-6{padding-left:4.5rem!important}#marsello-portal-root .pos-content .ps-sm-7{padding-left:6rem!important}#marsello-portal-root .pos-content .text-sm-start{text-align:left!important}#marsello-portal-root .pos-content .text-sm-end{text-align:right!important}#marsello-portal-root .pos-content .text-sm-center{text-align:center!important}}@media (min-width: 768px){#marsello-portal-root .pos-content .float-md-start{float:left!important}#marsello-portal-root .pos-content .float-md-end{float:right!important}#marsello-portal-root .pos-content .float-md-none{float:none!important}#marsello-portal-root .pos-content .d-md-inline{display:inline!important}#marsello-portal-root .pos-content .d-md-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-md-block{display:block!important}#marsello-portal-root .pos-content .d-md-grid{display:grid!important}#marsello-portal-root .pos-content .d-md-table{display:table!important}#marsello-portal-root .pos-content .d-md-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-md-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-md-flex{display:flex!important}#marsello-portal-root .pos-content .d-md-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-md-none{display:none!important}#marsello-portal-root .pos-content .flex-md-fill{flex:1 1 auto!important}#marsello-portal-root .pos-content .flex-md-row{flex-direction:row!important}#marsello-portal-root .pos-content .flex-md-column{flex-direction:column!important}#marsello-portal-root .pos-content .flex-md-row-reverse{flex-direction:row-reverse!important}#marsello-portal-root .pos-content .flex-md-column-reverse{flex-direction:column-reverse!important}#marsello-portal-root .pos-content .flex-md-grow-0{flex-grow:0!important}#marsello-portal-root .pos-content .flex-md-grow-1{flex-grow:1!important}#marsello-portal-root .pos-content .flex-md-shrink-0{flex-shrink:0!important}#marsello-portal-root .pos-content .flex-md-shrink-1{flex-shrink:1!important}#marsello-portal-root .pos-content .flex-md-wrap{flex-wrap:wrap!important}#marsello-portal-root .pos-content .flex-md-nowrap{flex-wrap:nowrap!important}#marsello-portal-root .pos-content .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}#marsello-portal-root .pos-content .gap-md-0{gap:0!important}#marsello-portal-root .pos-content .gap-md-1{gap:.25rem!important}#marsello-portal-root .pos-content .gap-md-2{gap:.5rem!important}#marsello-portal-root .pos-content .gap-md-3{gap:1rem!important}#marsello-portal-root .pos-content .gap-md-4{gap:1.5rem!important}#marsello-portal-root .pos-content .gap-md-5{gap:3rem!important}#marsello-portal-root .pos-content .gap-md-6{gap:4.5rem!important}#marsello-portal-root .pos-content .gap-md-7{gap:6rem!important}#marsello-portal-root .pos-content .justify-content-md-start{justify-content:flex-start!important}#marsello-portal-root .pos-content .justify-content-md-end{justify-content:flex-end!important}#marsello-portal-root .pos-content .justify-content-md-center{justify-content:center!important}#marsello-portal-root .pos-content .justify-content-md-between{justify-content:space-between!important}#marsello-portal-root .pos-content .justify-content-md-around{justify-content:space-around!important}#marsello-portal-root .pos-content .justify-content-md-evenly{justify-content:space-evenly!important}#marsello-portal-root .pos-content .align-items-md-start{align-items:flex-start!important}#marsello-portal-root .pos-content .align-items-md-end{align-items:flex-end!important}#marsello-portal-root .pos-content .align-items-md-center{align-items:center!important}#marsello-portal-root .pos-content .align-items-md-baseline{align-items:baseline!important}#marsello-portal-root .pos-content .align-items-md-stretch{align-items:stretch!important}#marsello-portal-root .pos-content .align-content-md-start{align-content:flex-start!important}#marsello-portal-root .pos-content .align-content-md-end{align-content:flex-end!important}#marsello-portal-root .pos-content .align-content-md-center{align-content:center!important}#marsello-portal-root .pos-content .align-content-md-between{align-content:space-between!important}#marsello-portal-root .pos-content .align-content-md-around{align-content:space-around!important}#marsello-portal-root .pos-content .align-content-md-stretch{align-content:stretch!important}#marsello-portal-root .pos-content .align-self-md-auto{align-self:auto!important}#marsello-portal-root .pos-content .align-self-md-start{align-self:flex-start!important}#marsello-portal-root .pos-content .align-self-md-end{align-self:flex-end!important}#marsello-portal-root .pos-content .align-self-md-center{align-self:center!important}#marsello-portal-root .pos-content .align-self-md-baseline{align-self:baseline!important}#marsello-portal-root .pos-content .align-self-md-stretch{align-self:stretch!important}#marsello-portal-root .pos-content .order-md-first{order:-1!important}#marsello-portal-root .pos-content .order-md-0{order:0!important}#marsello-portal-root .pos-content .order-md-1{order:1!important}#marsello-portal-root .pos-content .order-md-2{order:2!important}#marsello-portal-root .pos-content .order-md-3{order:3!important}#marsello-portal-root .pos-content .order-md-4{order:4!important}#marsello-portal-root .pos-content .order-md-5{order:5!important}#marsello-portal-root .pos-content .order-md-last{order:6!important}#marsello-portal-root .pos-content .m-md-0{margin:0!important}#marsello-portal-root .pos-content .m-md-1{margin:.25rem!important}#marsello-portal-root .pos-content .m-md-2{margin:.5rem!important}#marsello-portal-root .pos-content .m-md-3{margin:1rem!important}#marsello-portal-root .pos-content .m-md-4{margin:1.5rem!important}#marsello-portal-root .pos-content .m-md-5{margin:3rem!important}#marsello-portal-root .pos-content .m-md-6{margin:4.5rem!important}#marsello-portal-root .pos-content .m-md-7{margin:6rem!important}#marsello-portal-root .pos-content .m-md-auto{margin:auto!important}#marsello-portal-root .pos-content .mx-md-0{margin-right:0!important;margin-left:0!important}#marsello-portal-root .pos-content .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}#marsello-portal-root .pos-content .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}#marsello-portal-root .pos-content .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}#marsello-portal-root .pos-content .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}#marsello-portal-root .pos-content .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}#marsello-portal-root .pos-content .mx-md-6{margin-right:4.5rem!important;margin-left:4.5rem!important}#marsello-portal-root .pos-content .mx-md-7{margin-right:6rem!important;margin-left:6rem!important}#marsello-portal-root .pos-content .mx-md-auto{margin-right:auto!important;margin-left:auto!important}#marsello-portal-root .pos-content .my-md-0{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}#marsello-portal-root .pos-content .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}#marsello-portal-root .pos-content .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}#marsello-portal-root .pos-content .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}#marsello-portal-root .pos-content .my-md-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .my-md-7{margin-top:6rem!important;margin-bottom:6rem!important}#marsello-portal-root .pos-content .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}#marsello-portal-root .pos-content .mt-md-0{margin-top:0!important}#marsello-portal-root .pos-content .mt-md-1{margin-top:.25rem!important}#marsello-portal-root .pos-content .mt-md-2{margin-top:.5rem!important}#marsello-portal-root .pos-content .mt-md-3{margin-top:1rem!important}#marsello-portal-root .pos-content .mt-md-4{margin-top:1.5rem!important}#marsello-portal-root .pos-content .mt-md-5{margin-top:3rem!important}#marsello-portal-root .pos-content .mt-md-6{margin-top:4.5rem!important}#marsello-portal-root .pos-content .mt-md-7{margin-top:6rem!important}#marsello-portal-root .pos-content .mt-md-auto{margin-top:auto!important}#marsello-portal-root .pos-content .me-md-0{margin-right:0!important}#marsello-portal-root .pos-content .me-md-1{margin-right:.25rem!important}#marsello-portal-root .pos-content .me-md-2{margin-right:.5rem!important}#marsello-portal-root .pos-content .me-md-3{margin-right:1rem!important}#marsello-portal-root .pos-content .me-md-4{margin-right:1.5rem!important}#marsello-portal-root .pos-content .me-md-5{margin-right:3rem!important}#marsello-portal-root .pos-content .me-md-6{margin-right:4.5rem!important}#marsello-portal-root .pos-content .me-md-7{margin-right:6rem!important}#marsello-portal-root .pos-content .me-md-auto{margin-right:auto!important}#marsello-portal-root .pos-content .mb-md-0{margin-bottom:0!important}#marsello-portal-root .pos-content .mb-md-1{margin-bottom:.25rem!important}#marsello-portal-root .pos-content .mb-md-2{margin-bottom:.5rem!important}#marsello-portal-root .pos-content .mb-md-3{margin-bottom:1rem!important}#marsello-portal-root .pos-content .mb-md-4{margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .mb-md-5{margin-bottom:3rem!important}#marsello-portal-root .pos-content .mb-md-6{margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .mb-md-7{margin-bottom:6rem!important}#marsello-portal-root .pos-content .mb-md-auto{margin-bottom:auto!important}#marsello-portal-root .pos-content .ms-md-0{margin-left:0!important}#marsello-portal-root .pos-content .ms-md-1{margin-left:.25rem!important}#marsello-portal-root .pos-content .ms-md-2{margin-left:.5rem!important}#marsello-portal-root .pos-content .ms-md-3{margin-left:1rem!important}#marsello-portal-root .pos-content .ms-md-4{margin-left:1.5rem!important}#marsello-portal-root .pos-content .ms-md-5{margin-left:3rem!important}#marsello-portal-root .pos-content .ms-md-6{margin-left:4.5rem!important}#marsello-portal-root .pos-content .ms-md-7{margin-left:6rem!important}#marsello-portal-root .pos-content .ms-md-auto{margin-left:auto!important}#marsello-portal-root .pos-content .m-md-n1{margin:-.25rem!important}#marsello-portal-root .pos-content .m-md-n2{margin:-.5rem!important}#marsello-portal-root .pos-content .m-md-n3{margin:-1rem!important}#marsello-portal-root .pos-content .m-md-n4{margin:-1.5rem!important}#marsello-portal-root .pos-content .m-md-n5{margin:-3rem!important}#marsello-portal-root .pos-content .m-md-n6{margin:-4.5rem!important}#marsello-portal-root .pos-content .m-md-n7{margin:-6rem!important}#marsello-portal-root .pos-content .mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}#marsello-portal-root .pos-content .mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}#marsello-portal-root .pos-content .mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}#marsello-portal-root .pos-content .mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}#marsello-portal-root .pos-content .mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}#marsello-portal-root .pos-content .mx-md-n6{margin-right:-4.5rem!important;margin-left:-4.5rem!important}#marsello-portal-root .pos-content .mx-md-n7{margin-right:-6rem!important;margin-left:-6rem!important}#marsello-portal-root .pos-content .my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}#marsello-portal-root .pos-content .my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}#marsello-portal-root .pos-content .my-md-n6{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .my-md-n7{margin-top:-6rem!important;margin-bottom:-6rem!important}#marsello-portal-root .pos-content .mt-md-n1{margin-top:-.25rem!important}#marsello-portal-root .pos-content .mt-md-n2{margin-top:-.5rem!important}#marsello-portal-root .pos-content .mt-md-n3{margin-top:-1rem!important}#marsello-portal-root .pos-content .mt-md-n4{margin-top:-1.5rem!important}#marsello-portal-root .pos-content .mt-md-n5{margin-top:-3rem!important}#marsello-portal-root .pos-content .mt-md-n6{margin-top:-4.5rem!important}#marsello-portal-root .pos-content .mt-md-n7{margin-top:-6rem!important}#marsello-portal-root .pos-content .me-md-n1{margin-right:-.25rem!important}#marsello-portal-root .pos-content .me-md-n2{margin-right:-.5rem!important}#marsello-portal-root .pos-content .me-md-n3{margin-right:-1rem!important}#marsello-portal-root .pos-content .me-md-n4{margin-right:-1.5rem!important}#marsello-portal-root .pos-content .me-md-n5{margin-right:-3rem!important}#marsello-portal-root .pos-content .me-md-n6{margin-right:-4.5rem!important}#marsello-portal-root .pos-content .me-md-n7{margin-right:-6rem!important}#marsello-portal-root .pos-content .mb-md-n1{margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .mb-md-n2{margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .mb-md-n3{margin-bottom:-1rem!important}#marsello-portal-root .pos-content .mb-md-n4{margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .mb-md-n5{margin-bottom:-3rem!important}#marsello-portal-root .pos-content .mb-md-n6{margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .mb-md-n7{margin-bottom:-6rem!important}#marsello-portal-root .pos-content .ms-md-n1{margin-left:-.25rem!important}#marsello-portal-root .pos-content .ms-md-n2{margin-left:-.5rem!important}#marsello-portal-root .pos-content .ms-md-n3{margin-left:-1rem!important}#marsello-portal-root .pos-content .ms-md-n4{margin-left:-1.5rem!important}#marsello-portal-root .pos-content .ms-md-n5{margin-left:-3rem!important}#marsello-portal-root .pos-content .ms-md-n6{margin-left:-4.5rem!important}#marsello-portal-root .pos-content .ms-md-n7{margin-left:-6rem!important}#marsello-portal-root .pos-content .p-md-0{padding:0!important}#marsello-portal-root .pos-content .p-md-1{padding:.25rem!important}#marsello-portal-root .pos-content .p-md-2{padding:.5rem!important}#marsello-portal-root .pos-content .p-md-3{padding:1rem!important}#marsello-portal-root .pos-content .p-md-4{padding:1.5rem!important}#marsello-portal-root .pos-content .p-md-5{padding:3rem!important}#marsello-portal-root .pos-content .p-md-6{padding:4.5rem!important}#marsello-portal-root .pos-content .p-md-7{padding:6rem!important}#marsello-portal-root .pos-content .px-md-0{padding-right:0!important;padding-left:0!important}#marsello-portal-root .pos-content .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}#marsello-portal-root .pos-content .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}#marsello-portal-root .pos-content .px-md-3{padding-right:1rem!important;padding-left:1rem!important}#marsello-portal-root .pos-content .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}#marsello-portal-root .pos-content .px-md-5{padding-right:3rem!important;padding-left:3rem!important}#marsello-portal-root .pos-content .px-md-6{padding-right:4.5rem!important;padding-left:4.5rem!important}#marsello-portal-root .pos-content .px-md-7{padding-right:6rem!important;padding-left:6rem!important}#marsello-portal-root .pos-content .py-md-0{padding-top:0!important;padding-bottom:0!important}#marsello-portal-root .pos-content .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}#marsello-portal-root .pos-content .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#marsello-portal-root .pos-content .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}#marsello-portal-root .pos-content .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}#marsello-portal-root .pos-content .py-md-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .py-md-7{padding-top:6rem!important;padding-bottom:6rem!important}#marsello-portal-root .pos-content .pt-md-0{padding-top:0!important}#marsello-portal-root .pos-content .pt-md-1{padding-top:.25rem!important}#marsello-portal-root .pos-content .pt-md-2{padding-top:.5rem!important}#marsello-portal-root .pos-content .pt-md-3{padding-top:1rem!important}#marsello-portal-root .pos-content .pt-md-4{padding-top:1.5rem!important}#marsello-portal-root .pos-content .pt-md-5{padding-top:3rem!important}#marsello-portal-root .pos-content .pt-md-6{padding-top:4.5rem!important}#marsello-portal-root .pos-content .pt-md-7{padding-top:6rem!important}#marsello-portal-root .pos-content .pe-md-0{padding-right:0!important}#marsello-portal-root .pos-content .pe-md-1{padding-right:.25rem!important}#marsello-portal-root .pos-content .pe-md-2{padding-right:.5rem!important}#marsello-portal-root .pos-content .pe-md-3{padding-right:1rem!important}#marsello-portal-root .pos-content .pe-md-4{padding-right:1.5rem!important}#marsello-portal-root .pos-content .pe-md-5{padding-right:3rem!important}#marsello-portal-root .pos-content .pe-md-6{padding-right:4.5rem!important}#marsello-portal-root .pos-content .pe-md-7{padding-right:6rem!important}#marsello-portal-root .pos-content .pb-md-0{padding-bottom:0!important}#marsello-portal-root .pos-content .pb-md-1{padding-bottom:.25rem!important}#marsello-portal-root .pos-content .pb-md-2{padding-bottom:.5rem!important}#marsello-portal-root .pos-content .pb-md-3{padding-bottom:1rem!important}#marsello-portal-root .pos-content .pb-md-4{padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .pb-md-5{padding-bottom:3rem!important}#marsello-portal-root .pos-content .pb-md-6{padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .pb-md-7{padding-bottom:6rem!important}#marsello-portal-root .pos-content .ps-md-0{padding-left:0!important}#marsello-portal-root .pos-content .ps-md-1{padding-left:.25rem!important}#marsello-portal-root .pos-content .ps-md-2{padding-left:.5rem!important}#marsello-portal-root .pos-content .ps-md-3{padding-left:1rem!important}#marsello-portal-root .pos-content .ps-md-4{padding-left:1.5rem!important}#marsello-portal-root .pos-content .ps-md-5{padding-left:3rem!important}#marsello-portal-root .pos-content .ps-md-6{padding-left:4.5rem!important}#marsello-portal-root .pos-content .ps-md-7{padding-left:6rem!important}#marsello-portal-root .pos-content .text-md-start{text-align:left!important}#marsello-portal-root .pos-content .text-md-end{text-align:right!important}#marsello-portal-root .pos-content .text-md-center{text-align:center!important}}@media (min-width: 992px){#marsello-portal-root .pos-content .float-lg-start{float:left!important}#marsello-portal-root .pos-content .float-lg-end{float:right!important}#marsello-portal-root .pos-content .float-lg-none{float:none!important}#marsello-portal-root .pos-content .d-lg-inline{display:inline!important}#marsello-portal-root .pos-content .d-lg-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-lg-block{display:block!important}#marsello-portal-root .pos-content .d-lg-grid{display:grid!important}#marsello-portal-root .pos-content .d-lg-table{display:table!important}#marsello-portal-root .pos-content .d-lg-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-lg-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-lg-flex{display:flex!important}#marsello-portal-root .pos-content .d-lg-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-lg-none{display:none!important}#marsello-portal-root .pos-content .flex-lg-fill{flex:1 1 auto!important}#marsello-portal-root .pos-content .flex-lg-row{flex-direction:row!important}#marsello-portal-root .pos-content .flex-lg-column{flex-direction:column!important}#marsello-portal-root .pos-content .flex-lg-row-reverse{flex-direction:row-reverse!important}#marsello-portal-root .pos-content .flex-lg-column-reverse{flex-direction:column-reverse!important}#marsello-portal-root .pos-content .flex-lg-grow-0{flex-grow:0!important}#marsello-portal-root .pos-content .flex-lg-grow-1{flex-grow:1!important}#marsello-portal-root .pos-content .flex-lg-shrink-0{flex-shrink:0!important}#marsello-portal-root .pos-content .flex-lg-shrink-1{flex-shrink:1!important}#marsello-portal-root .pos-content .flex-lg-wrap{flex-wrap:wrap!important}#marsello-portal-root .pos-content .flex-lg-nowrap{flex-wrap:nowrap!important}#marsello-portal-root .pos-content .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}#marsello-portal-root .pos-content .gap-lg-0{gap:0!important}#marsello-portal-root .pos-content .gap-lg-1{gap:.25rem!important}#marsello-portal-root .pos-content .gap-lg-2{gap:.5rem!important}#marsello-portal-root .pos-content .gap-lg-3{gap:1rem!important}#marsello-portal-root .pos-content .gap-lg-4{gap:1.5rem!important}#marsello-portal-root .pos-content .gap-lg-5{gap:3rem!important}#marsello-portal-root .pos-content .gap-lg-6{gap:4.5rem!important}#marsello-portal-root .pos-content .gap-lg-7{gap:6rem!important}#marsello-portal-root .pos-content .justify-content-lg-start{justify-content:flex-start!important}#marsello-portal-root .pos-content .justify-content-lg-end{justify-content:flex-end!important}#marsello-portal-root .pos-content .justify-content-lg-center{justify-content:center!important}#marsello-portal-root .pos-content .justify-content-lg-between{justify-content:space-between!important}#marsello-portal-root .pos-content .justify-content-lg-around{justify-content:space-around!important}#marsello-portal-root .pos-content .justify-content-lg-evenly{justify-content:space-evenly!important}#marsello-portal-root .pos-content .align-items-lg-start{align-items:flex-start!important}#marsello-portal-root .pos-content .align-items-lg-end{align-items:flex-end!important}#marsello-portal-root .pos-content .align-items-lg-center{align-items:center!important}#marsello-portal-root .pos-content .align-items-lg-baseline{align-items:baseline!important}#marsello-portal-root .pos-content .align-items-lg-stretch{align-items:stretch!important}#marsello-portal-root .pos-content .align-content-lg-start{align-content:flex-start!important}#marsello-portal-root .pos-content .align-content-lg-end{align-content:flex-end!important}#marsello-portal-root .pos-content .align-content-lg-center{align-content:center!important}#marsello-portal-root .pos-content .align-content-lg-between{align-content:space-between!important}#marsello-portal-root .pos-content .align-content-lg-around{align-content:space-around!important}#marsello-portal-root .pos-content .align-content-lg-stretch{align-content:stretch!important}#marsello-portal-root .pos-content .align-self-lg-auto{align-self:auto!important}#marsello-portal-root .pos-content .align-self-lg-start{align-self:flex-start!important}#marsello-portal-root .pos-content .align-self-lg-end{align-self:flex-end!important}#marsello-portal-root .pos-content .align-self-lg-center{align-self:center!important}#marsello-portal-root .pos-content .align-self-lg-baseline{align-self:baseline!important}#marsello-portal-root .pos-content .align-self-lg-stretch{align-self:stretch!important}#marsello-portal-root .pos-content .order-lg-first{order:-1!important}#marsello-portal-root .pos-content .order-lg-0{order:0!important}#marsello-portal-root .pos-content .order-lg-1{order:1!important}#marsello-portal-root .pos-content .order-lg-2{order:2!important}#marsello-portal-root .pos-content .order-lg-3{order:3!important}#marsello-portal-root .pos-content .order-lg-4{order:4!important}#marsello-portal-root .pos-content .order-lg-5{order:5!important}#marsello-portal-root .pos-content .order-lg-last{order:6!important}#marsello-portal-root .pos-content .m-lg-0{margin:0!important}#marsello-portal-root .pos-content .m-lg-1{margin:.25rem!important}#marsello-portal-root .pos-content .m-lg-2{margin:.5rem!important}#marsello-portal-root .pos-content .m-lg-3{margin:1rem!important}#marsello-portal-root .pos-content .m-lg-4{margin:1.5rem!important}#marsello-portal-root .pos-content .m-lg-5{margin:3rem!important}#marsello-portal-root .pos-content .m-lg-6{margin:4.5rem!important}#marsello-portal-root .pos-content .m-lg-7{margin:6rem!important}#marsello-portal-root .pos-content .m-lg-auto{margin:auto!important}#marsello-portal-root .pos-content .mx-lg-0{margin-right:0!important;margin-left:0!important}#marsello-portal-root .pos-content .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}#marsello-portal-root .pos-content .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}#marsello-portal-root .pos-content .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}#marsello-portal-root .pos-content .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}#marsello-portal-root .pos-content .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}#marsello-portal-root .pos-content .mx-lg-6{margin-right:4.5rem!important;margin-left:4.5rem!important}#marsello-portal-root .pos-content .mx-lg-7{margin-right:6rem!important;margin-left:6rem!important}#marsello-portal-root .pos-content .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}#marsello-portal-root .pos-content .my-lg-0{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}#marsello-portal-root .pos-content .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}#marsello-portal-root .pos-content .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}#marsello-portal-root .pos-content .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}#marsello-portal-root .pos-content .my-lg-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .my-lg-7{margin-top:6rem!important;margin-bottom:6rem!important}#marsello-portal-root .pos-content .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}#marsello-portal-root .pos-content .mt-lg-0{margin-top:0!important}#marsello-portal-root .pos-content .mt-lg-1{margin-top:.25rem!important}#marsello-portal-root .pos-content .mt-lg-2{margin-top:.5rem!important}#marsello-portal-root .pos-content .mt-lg-3{margin-top:1rem!important}#marsello-portal-root .pos-content .mt-lg-4{margin-top:1.5rem!important}#marsello-portal-root .pos-content .mt-lg-5{margin-top:3rem!important}#marsello-portal-root .pos-content .mt-lg-6{margin-top:4.5rem!important}#marsello-portal-root .pos-content .mt-lg-7{margin-top:6rem!important}#marsello-portal-root .pos-content .mt-lg-auto{margin-top:auto!important}#marsello-portal-root .pos-content .me-lg-0{margin-right:0!important}#marsello-portal-root .pos-content .me-lg-1{margin-right:.25rem!important}#marsello-portal-root .pos-content .me-lg-2{margin-right:.5rem!important}#marsello-portal-root .pos-content .me-lg-3{margin-right:1rem!important}#marsello-portal-root .pos-content .me-lg-4{margin-right:1.5rem!important}#marsello-portal-root .pos-content .me-lg-5{margin-right:3rem!important}#marsello-portal-root .pos-content .me-lg-6{margin-right:4.5rem!important}#marsello-portal-root .pos-content .me-lg-7{margin-right:6rem!important}#marsello-portal-root .pos-content .me-lg-auto{margin-right:auto!important}#marsello-portal-root .pos-content .mb-lg-0{margin-bottom:0!important}#marsello-portal-root .pos-content .mb-lg-1{margin-bottom:.25rem!important}#marsello-portal-root .pos-content .mb-lg-2{margin-bottom:.5rem!important}#marsello-portal-root .pos-content .mb-lg-3{margin-bottom:1rem!important}#marsello-portal-root .pos-content .mb-lg-4{margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .mb-lg-5{margin-bottom:3rem!important}#marsello-portal-root .pos-content .mb-lg-6{margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .mb-lg-7{margin-bottom:6rem!important}#marsello-portal-root .pos-content .mb-lg-auto{margin-bottom:auto!important}#marsello-portal-root .pos-content .ms-lg-0{margin-left:0!important}#marsello-portal-root .pos-content .ms-lg-1{margin-left:.25rem!important}#marsello-portal-root .pos-content .ms-lg-2{margin-left:.5rem!important}#marsello-portal-root .pos-content .ms-lg-3{margin-left:1rem!important}#marsello-portal-root .pos-content .ms-lg-4{margin-left:1.5rem!important}#marsello-portal-root .pos-content .ms-lg-5{margin-left:3rem!important}#marsello-portal-root .pos-content .ms-lg-6{margin-left:4.5rem!important}#marsello-portal-root .pos-content .ms-lg-7{margin-left:6rem!important}#marsello-portal-root .pos-content .ms-lg-auto{margin-left:auto!important}#marsello-portal-root .pos-content .m-lg-n1{margin:-.25rem!important}#marsello-portal-root .pos-content .m-lg-n2{margin:-.5rem!important}#marsello-portal-root .pos-content .m-lg-n3{margin:-1rem!important}#marsello-portal-root .pos-content .m-lg-n4{margin:-1.5rem!important}#marsello-portal-root .pos-content .m-lg-n5{margin:-3rem!important}#marsello-portal-root .pos-content .m-lg-n6{margin:-4.5rem!important}#marsello-portal-root .pos-content .m-lg-n7{margin:-6rem!important}#marsello-portal-root .pos-content .mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}#marsello-portal-root .pos-content .mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}#marsello-portal-root .pos-content .mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}#marsello-portal-root .pos-content .mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}#marsello-portal-root .pos-content .mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}#marsello-portal-root .pos-content .mx-lg-n6{margin-right:-4.5rem!important;margin-left:-4.5rem!important}#marsello-portal-root .pos-content .mx-lg-n7{margin-right:-6rem!important;margin-left:-6rem!important}#marsello-portal-root .pos-content .my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}#marsello-portal-root .pos-content .my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}#marsello-portal-root .pos-content .my-lg-n6{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .my-lg-n7{margin-top:-6rem!important;margin-bottom:-6rem!important}#marsello-portal-root .pos-content .mt-lg-n1{margin-top:-.25rem!important}#marsello-portal-root .pos-content .mt-lg-n2{margin-top:-.5rem!important}#marsello-portal-root .pos-content .mt-lg-n3{margin-top:-1rem!important}#marsello-portal-root .pos-content .mt-lg-n4{margin-top:-1.5rem!important}#marsello-portal-root .pos-content .mt-lg-n5{margin-top:-3rem!important}#marsello-portal-root .pos-content .mt-lg-n6{margin-top:-4.5rem!important}#marsello-portal-root .pos-content .mt-lg-n7{margin-top:-6rem!important}#marsello-portal-root .pos-content .me-lg-n1{margin-right:-.25rem!important}#marsello-portal-root .pos-content .me-lg-n2{margin-right:-.5rem!important}#marsello-portal-root .pos-content .me-lg-n3{margin-right:-1rem!important}#marsello-portal-root .pos-content .me-lg-n4{margin-right:-1.5rem!important}#marsello-portal-root .pos-content .me-lg-n5{margin-right:-3rem!important}#marsello-portal-root .pos-content .me-lg-n6{margin-right:-4.5rem!important}#marsello-portal-root .pos-content .me-lg-n7{margin-right:-6rem!important}#marsello-portal-root .pos-content .mb-lg-n1{margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .mb-lg-n2{margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .mb-lg-n3{margin-bottom:-1rem!important}#marsello-portal-root .pos-content .mb-lg-n4{margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .mb-lg-n5{margin-bottom:-3rem!important}#marsello-portal-root .pos-content .mb-lg-n6{margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .mb-lg-n7{margin-bottom:-6rem!important}#marsello-portal-root .pos-content .ms-lg-n1{margin-left:-.25rem!important}#marsello-portal-root .pos-content .ms-lg-n2{margin-left:-.5rem!important}#marsello-portal-root .pos-content .ms-lg-n3{margin-left:-1rem!important}#marsello-portal-root .pos-content .ms-lg-n4{margin-left:-1.5rem!important}#marsello-portal-root .pos-content .ms-lg-n5{margin-left:-3rem!important}#marsello-portal-root .pos-content .ms-lg-n6{margin-left:-4.5rem!important}#marsello-portal-root .pos-content .ms-lg-n7{margin-left:-6rem!important}#marsello-portal-root .pos-content .p-lg-0{padding:0!important}#marsello-portal-root .pos-content .p-lg-1{padding:.25rem!important}#marsello-portal-root .pos-content .p-lg-2{padding:.5rem!important}#marsello-portal-root .pos-content .p-lg-3{padding:1rem!important}#marsello-portal-root .pos-content .p-lg-4{padding:1.5rem!important}#marsello-portal-root .pos-content .p-lg-5{padding:3rem!important}#marsello-portal-root .pos-content .p-lg-6{padding:4.5rem!important}#marsello-portal-root .pos-content .p-lg-7{padding:6rem!important}#marsello-portal-root .pos-content .px-lg-0{padding-right:0!important;padding-left:0!important}#marsello-portal-root .pos-content .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}#marsello-portal-root .pos-content .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}#marsello-portal-root .pos-content .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}#marsello-portal-root .pos-content .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}#marsello-portal-root .pos-content .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}#marsello-portal-root .pos-content .px-lg-6{padding-right:4.5rem!important;padding-left:4.5rem!important}#marsello-portal-root .pos-content .px-lg-7{padding-right:6rem!important;padding-left:6rem!important}#marsello-portal-root .pos-content .py-lg-0{padding-top:0!important;padding-bottom:0!important}#marsello-portal-root .pos-content .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}#marsello-portal-root .pos-content .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#marsello-portal-root .pos-content .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}#marsello-portal-root .pos-content .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}#marsello-portal-root .pos-content .py-lg-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .py-lg-7{padding-top:6rem!important;padding-bottom:6rem!important}#marsello-portal-root .pos-content .pt-lg-0{padding-top:0!important}#marsello-portal-root .pos-content .pt-lg-1{padding-top:.25rem!important}#marsello-portal-root .pos-content .pt-lg-2{padding-top:.5rem!important}#marsello-portal-root .pos-content .pt-lg-3{padding-top:1rem!important}#marsello-portal-root .pos-content .pt-lg-4{padding-top:1.5rem!important}#marsello-portal-root .pos-content .pt-lg-5{padding-top:3rem!important}#marsello-portal-root .pos-content .pt-lg-6{padding-top:4.5rem!important}#marsello-portal-root .pos-content .pt-lg-7{padding-top:6rem!important}#marsello-portal-root .pos-content .pe-lg-0{padding-right:0!important}#marsello-portal-root .pos-content .pe-lg-1{padding-right:.25rem!important}#marsello-portal-root .pos-content .pe-lg-2{padding-right:.5rem!important}#marsello-portal-root .pos-content .pe-lg-3{padding-right:1rem!important}#marsello-portal-root .pos-content .pe-lg-4{padding-right:1.5rem!important}#marsello-portal-root .pos-content .pe-lg-5{padding-right:3rem!important}#marsello-portal-root .pos-content .pe-lg-6{padding-right:4.5rem!important}#marsello-portal-root .pos-content .pe-lg-7{padding-right:6rem!important}#marsello-portal-root .pos-content .pb-lg-0{padding-bottom:0!important}#marsello-portal-root .pos-content .pb-lg-1{padding-bottom:.25rem!important}#marsello-portal-root .pos-content .pb-lg-2{padding-bottom:.5rem!important}#marsello-portal-root .pos-content .pb-lg-3{padding-bottom:1rem!important}#marsello-portal-root .pos-content .pb-lg-4{padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .pb-lg-5{padding-bottom:3rem!important}#marsello-portal-root .pos-content .pb-lg-6{padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .pb-lg-7{padding-bottom:6rem!important}#marsello-portal-root .pos-content .ps-lg-0{padding-left:0!important}#marsello-portal-root .pos-content .ps-lg-1{padding-left:.25rem!important}#marsello-portal-root .pos-content .ps-lg-2{padding-left:.5rem!important}#marsello-portal-root .pos-content .ps-lg-3{padding-left:1rem!important}#marsello-portal-root .pos-content .ps-lg-4{padding-left:1.5rem!important}#marsello-portal-root .pos-content .ps-lg-5{padding-left:3rem!important}#marsello-portal-root .pos-content .ps-lg-6{padding-left:4.5rem!important}#marsello-portal-root .pos-content .ps-lg-7{padding-left:6rem!important}#marsello-portal-root .pos-content .text-lg-start{text-align:left!important}#marsello-portal-root .pos-content .text-lg-end{text-align:right!important}#marsello-portal-root .pos-content .text-lg-center{text-align:center!important}}@media (min-width: 1200px){#marsello-portal-root .pos-content .float-xl-start{float:left!important}#marsello-portal-root .pos-content .float-xl-end{float:right!important}#marsello-portal-root .pos-content .float-xl-none{float:none!important}#marsello-portal-root .pos-content .d-xl-inline{display:inline!important}#marsello-portal-root .pos-content .d-xl-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-xl-block{display:block!important}#marsello-portal-root .pos-content .d-xl-grid{display:grid!important}#marsello-portal-root .pos-content .d-xl-table{display:table!important}#marsello-portal-root .pos-content .d-xl-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-xl-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-xl-flex{display:flex!important}#marsello-portal-root .pos-content .d-xl-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-xl-none{display:none!important}#marsello-portal-root .pos-content .flex-xl-fill{flex:1 1 auto!important}#marsello-portal-root .pos-content .flex-xl-row{flex-direction:row!important}#marsello-portal-root .pos-content .flex-xl-column{flex-direction:column!important}#marsello-portal-root .pos-content .flex-xl-row-reverse{flex-direction:row-reverse!important}#marsello-portal-root .pos-content .flex-xl-column-reverse{flex-direction:column-reverse!important}#marsello-portal-root .pos-content .flex-xl-grow-0{flex-grow:0!important}#marsello-portal-root .pos-content .flex-xl-grow-1{flex-grow:1!important}#marsello-portal-root .pos-content .flex-xl-shrink-0{flex-shrink:0!important}#marsello-portal-root .pos-content .flex-xl-shrink-1{flex-shrink:1!important}#marsello-portal-root .pos-content .flex-xl-wrap{flex-wrap:wrap!important}#marsello-portal-root .pos-content .flex-xl-nowrap{flex-wrap:nowrap!important}#marsello-portal-root .pos-content .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}#marsello-portal-root .pos-content .gap-xl-0{gap:0!important}#marsello-portal-root .pos-content .gap-xl-1{gap:.25rem!important}#marsello-portal-root .pos-content .gap-xl-2{gap:.5rem!important}#marsello-portal-root .pos-content .gap-xl-3{gap:1rem!important}#marsello-portal-root .pos-content .gap-xl-4{gap:1.5rem!important}#marsello-portal-root .pos-content .gap-xl-5{gap:3rem!important}#marsello-portal-root .pos-content .gap-xl-6{gap:4.5rem!important}#marsello-portal-root .pos-content .gap-xl-7{gap:6rem!important}#marsello-portal-root .pos-content .justify-content-xl-start{justify-content:flex-start!important}#marsello-portal-root .pos-content .justify-content-xl-end{justify-content:flex-end!important}#marsello-portal-root .pos-content .justify-content-xl-center{justify-content:center!important}#marsello-portal-root .pos-content .justify-content-xl-between{justify-content:space-between!important}#marsello-portal-root .pos-content .justify-content-xl-around{justify-content:space-around!important}#marsello-portal-root .pos-content .justify-content-xl-evenly{justify-content:space-evenly!important}#marsello-portal-root .pos-content .align-items-xl-start{align-items:flex-start!important}#marsello-portal-root .pos-content .align-items-xl-end{align-items:flex-end!important}#marsello-portal-root .pos-content .align-items-xl-center{align-items:center!important}#marsello-portal-root .pos-content .align-items-xl-baseline{align-items:baseline!important}#marsello-portal-root .pos-content .align-items-xl-stretch{align-items:stretch!important}#marsello-portal-root .pos-content .align-content-xl-start{align-content:flex-start!important}#marsello-portal-root .pos-content .align-content-xl-end{align-content:flex-end!important}#marsello-portal-root .pos-content .align-content-xl-center{align-content:center!important}#marsello-portal-root .pos-content .align-content-xl-between{align-content:space-between!important}#marsello-portal-root .pos-content .align-content-xl-around{align-content:space-around!important}#marsello-portal-root .pos-content .align-content-xl-stretch{align-content:stretch!important}#marsello-portal-root .pos-content .align-self-xl-auto{align-self:auto!important}#marsello-portal-root .pos-content .align-self-xl-start{align-self:flex-start!important}#marsello-portal-root .pos-content .align-self-xl-end{align-self:flex-end!important}#marsello-portal-root .pos-content .align-self-xl-center{align-self:center!important}#marsello-portal-root .pos-content .align-self-xl-baseline{align-self:baseline!important}#marsello-portal-root .pos-content .align-self-xl-stretch{align-self:stretch!important}#marsello-portal-root .pos-content .order-xl-first{order:-1!important}#marsello-portal-root .pos-content .order-xl-0{order:0!important}#marsello-portal-root .pos-content .order-xl-1{order:1!important}#marsello-portal-root .pos-content .order-xl-2{order:2!important}#marsello-portal-root .pos-content .order-xl-3{order:3!important}#marsello-portal-root .pos-content .order-xl-4{order:4!important}#marsello-portal-root .pos-content .order-xl-5{order:5!important}#marsello-portal-root .pos-content .order-xl-last{order:6!important}#marsello-portal-root .pos-content .m-xl-0{margin:0!important}#marsello-portal-root .pos-content .m-xl-1{margin:.25rem!important}#marsello-portal-root .pos-content .m-xl-2{margin:.5rem!important}#marsello-portal-root .pos-content .m-xl-3{margin:1rem!important}#marsello-portal-root .pos-content .m-xl-4{margin:1.5rem!important}#marsello-portal-root .pos-content .m-xl-5{margin:3rem!important}#marsello-portal-root .pos-content .m-xl-6{margin:4.5rem!important}#marsello-portal-root .pos-content .m-xl-7{margin:6rem!important}#marsello-portal-root .pos-content .m-xl-auto{margin:auto!important}#marsello-portal-root .pos-content .mx-xl-0{margin-right:0!important;margin-left:0!important}#marsello-portal-root .pos-content .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}#marsello-portal-root .pos-content .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}#marsello-portal-root .pos-content .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}#marsello-portal-root .pos-content .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}#marsello-portal-root .pos-content .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}#marsello-portal-root .pos-content .mx-xl-6{margin-right:4.5rem!important;margin-left:4.5rem!important}#marsello-portal-root .pos-content .mx-xl-7{margin-right:6rem!important;margin-left:6rem!important}#marsello-portal-root .pos-content .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}#marsello-portal-root .pos-content .my-xl-0{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}#marsello-portal-root .pos-content .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}#marsello-portal-root .pos-content .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}#marsello-portal-root .pos-content .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}#marsello-portal-root .pos-content .my-xl-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .my-xl-7{margin-top:6rem!important;margin-bottom:6rem!important}#marsello-portal-root .pos-content .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}#marsello-portal-root .pos-content .mt-xl-0{margin-top:0!important}#marsello-portal-root .pos-content .mt-xl-1{margin-top:.25rem!important}#marsello-portal-root .pos-content .mt-xl-2{margin-top:.5rem!important}#marsello-portal-root .pos-content .mt-xl-3{margin-top:1rem!important}#marsello-portal-root .pos-content .mt-xl-4{margin-top:1.5rem!important}#marsello-portal-root .pos-content .mt-xl-5{margin-top:3rem!important}#marsello-portal-root .pos-content .mt-xl-6{margin-top:4.5rem!important}#marsello-portal-root .pos-content .mt-xl-7{margin-top:6rem!important}#marsello-portal-root .pos-content .mt-xl-auto{margin-top:auto!important}#marsello-portal-root .pos-content .me-xl-0{margin-right:0!important}#marsello-portal-root .pos-content .me-xl-1{margin-right:.25rem!important}#marsello-portal-root .pos-content .me-xl-2{margin-right:.5rem!important}#marsello-portal-root .pos-content .me-xl-3{margin-right:1rem!important}#marsello-portal-root .pos-content .me-xl-4{margin-right:1.5rem!important}#marsello-portal-root .pos-content .me-xl-5{margin-right:3rem!important}#marsello-portal-root .pos-content .me-xl-6{margin-right:4.5rem!important}#marsello-portal-root .pos-content .me-xl-7{margin-right:6rem!important}#marsello-portal-root .pos-content .me-xl-auto{margin-right:auto!important}#marsello-portal-root .pos-content .mb-xl-0{margin-bottom:0!important}#marsello-portal-root .pos-content .mb-xl-1{margin-bottom:.25rem!important}#marsello-portal-root .pos-content .mb-xl-2{margin-bottom:.5rem!important}#marsello-portal-root .pos-content .mb-xl-3{margin-bottom:1rem!important}#marsello-portal-root .pos-content .mb-xl-4{margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .mb-xl-5{margin-bottom:3rem!important}#marsello-portal-root .pos-content .mb-xl-6{margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .mb-xl-7{margin-bottom:6rem!important}#marsello-portal-root .pos-content .mb-xl-auto{margin-bottom:auto!important}#marsello-portal-root .pos-content .ms-xl-0{margin-left:0!important}#marsello-portal-root .pos-content .ms-xl-1{margin-left:.25rem!important}#marsello-portal-root .pos-content .ms-xl-2{margin-left:.5rem!important}#marsello-portal-root .pos-content .ms-xl-3{margin-left:1rem!important}#marsello-portal-root .pos-content .ms-xl-4{margin-left:1.5rem!important}#marsello-portal-root .pos-content .ms-xl-5{margin-left:3rem!important}#marsello-portal-root .pos-content .ms-xl-6{margin-left:4.5rem!important}#marsello-portal-root .pos-content .ms-xl-7{margin-left:6rem!important}#marsello-portal-root .pos-content .ms-xl-auto{margin-left:auto!important}#marsello-portal-root .pos-content .m-xl-n1{margin:-.25rem!important}#marsello-portal-root .pos-content .m-xl-n2{margin:-.5rem!important}#marsello-portal-root .pos-content .m-xl-n3{margin:-1rem!important}#marsello-portal-root .pos-content .m-xl-n4{margin:-1.5rem!important}#marsello-portal-root .pos-content .m-xl-n5{margin:-3rem!important}#marsello-portal-root .pos-content .m-xl-n6{margin:-4.5rem!important}#marsello-portal-root .pos-content .m-xl-n7{margin:-6rem!important}#marsello-portal-root .pos-content .mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}#marsello-portal-root .pos-content .mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}#marsello-portal-root .pos-content .mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}#marsello-portal-root .pos-content .mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}#marsello-portal-root .pos-content .mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}#marsello-portal-root .pos-content .mx-xl-n6{margin-right:-4.5rem!important;margin-left:-4.5rem!important}#marsello-portal-root .pos-content .mx-xl-n7{margin-right:-6rem!important;margin-left:-6rem!important}#marsello-portal-root .pos-content .my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}#marsello-portal-root .pos-content .my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}#marsello-portal-root .pos-content .my-xl-n6{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .my-xl-n7{margin-top:-6rem!important;margin-bottom:-6rem!important}#marsello-portal-root .pos-content .mt-xl-n1{margin-top:-.25rem!important}#marsello-portal-root .pos-content .mt-xl-n2{margin-top:-.5rem!important}#marsello-portal-root .pos-content .mt-xl-n3{margin-top:-1rem!important}#marsello-portal-root .pos-content .mt-xl-n4{margin-top:-1.5rem!important}#marsello-portal-root .pos-content .mt-xl-n5{margin-top:-3rem!important}#marsello-portal-root .pos-content .mt-xl-n6{margin-top:-4.5rem!important}#marsello-portal-root .pos-content .mt-xl-n7{margin-top:-6rem!important}#marsello-portal-root .pos-content .me-xl-n1{margin-right:-.25rem!important}#marsello-portal-root .pos-content .me-xl-n2{margin-right:-.5rem!important}#marsello-portal-root .pos-content .me-xl-n3{margin-right:-1rem!important}#marsello-portal-root .pos-content .me-xl-n4{margin-right:-1.5rem!important}#marsello-portal-root .pos-content .me-xl-n5{margin-right:-3rem!important}#marsello-portal-root .pos-content .me-xl-n6{margin-right:-4.5rem!important}#marsello-portal-root .pos-content .me-xl-n7{margin-right:-6rem!important}#marsello-portal-root .pos-content .mb-xl-n1{margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .mb-xl-n2{margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .mb-xl-n3{margin-bottom:-1rem!important}#marsello-portal-root .pos-content .mb-xl-n4{margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .mb-xl-n5{margin-bottom:-3rem!important}#marsello-portal-root .pos-content .mb-xl-n6{margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .mb-xl-n7{margin-bottom:-6rem!important}#marsello-portal-root .pos-content .ms-xl-n1{margin-left:-.25rem!important}#marsello-portal-root .pos-content .ms-xl-n2{margin-left:-.5rem!important}#marsello-portal-root .pos-content .ms-xl-n3{margin-left:-1rem!important}#marsello-portal-root .pos-content .ms-xl-n4{margin-left:-1.5rem!important}#marsello-portal-root .pos-content .ms-xl-n5{margin-left:-3rem!important}#marsello-portal-root .pos-content .ms-xl-n6{margin-left:-4.5rem!important}#marsello-portal-root .pos-content .ms-xl-n7{margin-left:-6rem!important}#marsello-portal-root .pos-content .p-xl-0{padding:0!important}#marsello-portal-root .pos-content .p-xl-1{padding:.25rem!important}#marsello-portal-root .pos-content .p-xl-2{padding:.5rem!important}#marsello-portal-root .pos-content .p-xl-3{padding:1rem!important}#marsello-portal-root .pos-content .p-xl-4{padding:1.5rem!important}#marsello-portal-root .pos-content .p-xl-5{padding:3rem!important}#marsello-portal-root .pos-content .p-xl-6{padding:4.5rem!important}#marsello-portal-root .pos-content .p-xl-7{padding:6rem!important}#marsello-portal-root .pos-content .px-xl-0{padding-right:0!important;padding-left:0!important}#marsello-portal-root .pos-content .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}#marsello-portal-root .pos-content .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}#marsello-portal-root .pos-content .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}#marsello-portal-root .pos-content .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}#marsello-portal-root .pos-content .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}#marsello-portal-root .pos-content .px-xl-6{padding-right:4.5rem!important;padding-left:4.5rem!important}#marsello-portal-root .pos-content .px-xl-7{padding-right:6rem!important;padding-left:6rem!important}#marsello-portal-root .pos-content .py-xl-0{padding-top:0!important;padding-bottom:0!important}#marsello-portal-root .pos-content .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}#marsello-portal-root .pos-content .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#marsello-portal-root .pos-content .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}#marsello-portal-root .pos-content .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}#marsello-portal-root .pos-content .py-xl-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .py-xl-7{padding-top:6rem!important;padding-bottom:6rem!important}#marsello-portal-root .pos-content .pt-xl-0{padding-top:0!important}#marsello-portal-root .pos-content .pt-xl-1{padding-top:.25rem!important}#marsello-portal-root .pos-content .pt-xl-2{padding-top:.5rem!important}#marsello-portal-root .pos-content .pt-xl-3{padding-top:1rem!important}#marsello-portal-root .pos-content .pt-xl-4{padding-top:1.5rem!important}#marsello-portal-root .pos-content .pt-xl-5{padding-top:3rem!important}#marsello-portal-root .pos-content .pt-xl-6{padding-top:4.5rem!important}#marsello-portal-root .pos-content .pt-xl-7{padding-top:6rem!important}#marsello-portal-root .pos-content .pe-xl-0{padding-right:0!important}#marsello-portal-root .pos-content .pe-xl-1{padding-right:.25rem!important}#marsello-portal-root .pos-content .pe-xl-2{padding-right:.5rem!important}#marsello-portal-root .pos-content .pe-xl-3{padding-right:1rem!important}#marsello-portal-root .pos-content .pe-xl-4{padding-right:1.5rem!important}#marsello-portal-root .pos-content .pe-xl-5{padding-right:3rem!important}#marsello-portal-root .pos-content .pe-xl-6{padding-right:4.5rem!important}#marsello-portal-root .pos-content .pe-xl-7{padding-right:6rem!important}#marsello-portal-root .pos-content .pb-xl-0{padding-bottom:0!important}#marsello-portal-root .pos-content .pb-xl-1{padding-bottom:.25rem!important}#marsello-portal-root .pos-content .pb-xl-2{padding-bottom:.5rem!important}#marsello-portal-root .pos-content .pb-xl-3{padding-bottom:1rem!important}#marsello-portal-root .pos-content .pb-xl-4{padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .pb-xl-5{padding-bottom:3rem!important}#marsello-portal-root .pos-content .pb-xl-6{padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .pb-xl-7{padding-bottom:6rem!important}#marsello-portal-root .pos-content .ps-xl-0{padding-left:0!important}#marsello-portal-root .pos-content .ps-xl-1{padding-left:.25rem!important}#marsello-portal-root .pos-content .ps-xl-2{padding-left:.5rem!important}#marsello-portal-root .pos-content .ps-xl-3{padding-left:1rem!important}#marsello-portal-root .pos-content .ps-xl-4{padding-left:1.5rem!important}#marsello-portal-root .pos-content .ps-xl-5{padding-left:3rem!important}#marsello-portal-root .pos-content .ps-xl-6{padding-left:4.5rem!important}#marsello-portal-root .pos-content .ps-xl-7{padding-left:6rem!important}#marsello-portal-root .pos-content .text-xl-start{text-align:left!important}#marsello-portal-root .pos-content .text-xl-end{text-align:right!important}#marsello-portal-root .pos-content .text-xl-center{text-align:center!important}}@media (min-width: 1440px){#marsello-portal-root .pos-content .float-xxl-start{float:left!important}#marsello-portal-root .pos-content .float-xxl-end{float:right!important}#marsello-portal-root .pos-content .float-xxl-none{float:none!important}#marsello-portal-root .pos-content .d-xxl-inline{display:inline!important}#marsello-portal-root .pos-content .d-xxl-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-xxl-block{display:block!important}#marsello-portal-root .pos-content .d-xxl-grid{display:grid!important}#marsello-portal-root .pos-content .d-xxl-table{display:table!important}#marsello-portal-root .pos-content .d-xxl-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-xxl-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-xxl-flex{display:flex!important}#marsello-portal-root .pos-content .d-xxl-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-xxl-none{display:none!important}#marsello-portal-root .pos-content .flex-xxl-fill{flex:1 1 auto!important}#marsello-portal-root .pos-content .flex-xxl-row{flex-direction:row!important}#marsello-portal-root .pos-content .flex-xxl-column{flex-direction:column!important}#marsello-portal-root .pos-content .flex-xxl-row-reverse{flex-direction:row-reverse!important}#marsello-portal-root .pos-content .flex-xxl-column-reverse{flex-direction:column-reverse!important}#marsello-portal-root .pos-content .flex-xxl-grow-0{flex-grow:0!important}#marsello-portal-root .pos-content .flex-xxl-grow-1{flex-grow:1!important}#marsello-portal-root .pos-content .flex-xxl-shrink-0{flex-shrink:0!important}#marsello-portal-root .pos-content .flex-xxl-shrink-1{flex-shrink:1!important}#marsello-portal-root .pos-content .flex-xxl-wrap{flex-wrap:wrap!important}#marsello-portal-root .pos-content .flex-xxl-nowrap{flex-wrap:nowrap!important}#marsello-portal-root .pos-content .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}#marsello-portal-root .pos-content .gap-xxl-0{gap:0!important}#marsello-portal-root .pos-content .gap-xxl-1{gap:.25rem!important}#marsello-portal-root .pos-content .gap-xxl-2{gap:.5rem!important}#marsello-portal-root .pos-content .gap-xxl-3{gap:1rem!important}#marsello-portal-root .pos-content .gap-xxl-4{gap:1.5rem!important}#marsello-portal-root .pos-content .gap-xxl-5{gap:3rem!important}#marsello-portal-root .pos-content .gap-xxl-6{gap:4.5rem!important}#marsello-portal-root .pos-content .gap-xxl-7{gap:6rem!important}#marsello-portal-root .pos-content .justify-content-xxl-start{justify-content:flex-start!important}#marsello-portal-root .pos-content .justify-content-xxl-end{justify-content:flex-end!important}#marsello-portal-root .pos-content .justify-content-xxl-center{justify-content:center!important}#marsello-portal-root .pos-content .justify-content-xxl-between{justify-content:space-between!important}#marsello-portal-root .pos-content .justify-content-xxl-around{justify-content:space-around!important}#marsello-portal-root .pos-content .justify-content-xxl-evenly{justify-content:space-evenly!important}#marsello-portal-root .pos-content .align-items-xxl-start{align-items:flex-start!important}#marsello-portal-root .pos-content .align-items-xxl-end{align-items:flex-end!important}#marsello-portal-root .pos-content .align-items-xxl-center{align-items:center!important}#marsello-portal-root .pos-content .align-items-xxl-baseline{align-items:baseline!important}#marsello-portal-root .pos-content .align-items-xxl-stretch{align-items:stretch!important}#marsello-portal-root .pos-content .align-content-xxl-start{align-content:flex-start!important}#marsello-portal-root .pos-content .align-content-xxl-end{align-content:flex-end!important}#marsello-portal-root .pos-content .align-content-xxl-center{align-content:center!important}#marsello-portal-root .pos-content .align-content-xxl-between{align-content:space-between!important}#marsello-portal-root .pos-content .align-content-xxl-around{align-content:space-around!important}#marsello-portal-root .pos-content .align-content-xxl-stretch{align-content:stretch!important}#marsello-portal-root .pos-content .align-self-xxl-auto{align-self:auto!important}#marsello-portal-root .pos-content .align-self-xxl-start{align-self:flex-start!important}#marsello-portal-root .pos-content .align-self-xxl-end{align-self:flex-end!important}#marsello-portal-root .pos-content .align-self-xxl-center{align-self:center!important}#marsello-portal-root .pos-content .align-self-xxl-baseline{align-self:baseline!important}#marsello-portal-root .pos-content .align-self-xxl-stretch{align-self:stretch!important}#marsello-portal-root .pos-content .order-xxl-first{order:-1!important}#marsello-portal-root .pos-content .order-xxl-0{order:0!important}#marsello-portal-root .pos-content .order-xxl-1{order:1!important}#marsello-portal-root .pos-content .order-xxl-2{order:2!important}#marsello-portal-root .pos-content .order-xxl-3{order:3!important}#marsello-portal-root .pos-content .order-xxl-4{order:4!important}#marsello-portal-root .pos-content .order-xxl-5{order:5!important}#marsello-portal-root .pos-content .order-xxl-last{order:6!important}#marsello-portal-root .pos-content .m-xxl-0{margin:0!important}#marsello-portal-root .pos-content .m-xxl-1{margin:.25rem!important}#marsello-portal-root .pos-content .m-xxl-2{margin:.5rem!important}#marsello-portal-root .pos-content .m-xxl-3{margin:1rem!important}#marsello-portal-root .pos-content .m-xxl-4{margin:1.5rem!important}#marsello-portal-root .pos-content .m-xxl-5{margin:3rem!important}#marsello-portal-root .pos-content .m-xxl-6{margin:4.5rem!important}#marsello-portal-root .pos-content .m-xxl-7{margin:6rem!important}#marsello-portal-root .pos-content .m-xxl-auto{margin:auto!important}#marsello-portal-root .pos-content .mx-xxl-0{margin-right:0!important;margin-left:0!important}#marsello-portal-root .pos-content .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}#marsello-portal-root .pos-content .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}#marsello-portal-root .pos-content .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}#marsello-portal-root .pos-content .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}#marsello-portal-root .pos-content .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}#marsello-portal-root .pos-content .mx-xxl-6{margin-right:4.5rem!important;margin-left:4.5rem!important}#marsello-portal-root .pos-content .mx-xxl-7{margin-right:6rem!important;margin-left:6rem!important}#marsello-portal-root .pos-content .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}#marsello-portal-root .pos-content .my-xxl-0{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}#marsello-portal-root .pos-content .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}#marsello-portal-root .pos-content .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}#marsello-portal-root .pos-content .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}#marsello-portal-root .pos-content .my-xxl-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .my-xxl-7{margin-top:6rem!important;margin-bottom:6rem!important}#marsello-portal-root .pos-content .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}#marsello-portal-root .pos-content .mt-xxl-0{margin-top:0!important}#marsello-portal-root .pos-content .mt-xxl-1{margin-top:.25rem!important}#marsello-portal-root .pos-content .mt-xxl-2{margin-top:.5rem!important}#marsello-portal-root .pos-content .mt-xxl-3{margin-top:1rem!important}#marsello-portal-root .pos-content .mt-xxl-4{margin-top:1.5rem!important}#marsello-portal-root .pos-content .mt-xxl-5{margin-top:3rem!important}#marsello-portal-root .pos-content .mt-xxl-6{margin-top:4.5rem!important}#marsello-portal-root .pos-content .mt-xxl-7{margin-top:6rem!important}#marsello-portal-root .pos-content .mt-xxl-auto{margin-top:auto!important}#marsello-portal-root .pos-content .me-xxl-0{margin-right:0!important}#marsello-portal-root .pos-content .me-xxl-1{margin-right:.25rem!important}#marsello-portal-root .pos-content .me-xxl-2{margin-right:.5rem!important}#marsello-portal-root .pos-content .me-xxl-3{margin-right:1rem!important}#marsello-portal-root .pos-content .me-xxl-4{margin-right:1.5rem!important}#marsello-portal-root .pos-content .me-xxl-5{margin-right:3rem!important}#marsello-portal-root .pos-content .me-xxl-6{margin-right:4.5rem!important}#marsello-portal-root .pos-content .me-xxl-7{margin-right:6rem!important}#marsello-portal-root .pos-content .me-xxl-auto{margin-right:auto!important}#marsello-portal-root .pos-content .mb-xxl-0{margin-bottom:0!important}#marsello-portal-root .pos-content .mb-xxl-1{margin-bottom:.25rem!important}#marsello-portal-root .pos-content .mb-xxl-2{margin-bottom:.5rem!important}#marsello-portal-root .pos-content .mb-xxl-3{margin-bottom:1rem!important}#marsello-portal-root .pos-content .mb-xxl-4{margin-bottom:1.5rem!important}#marsello-portal-root .pos-content .mb-xxl-5{margin-bottom:3rem!important}#marsello-portal-root .pos-content .mb-xxl-6{margin-bottom:4.5rem!important}#marsello-portal-root .pos-content .mb-xxl-7{margin-bottom:6rem!important}#marsello-portal-root .pos-content .mb-xxl-auto{margin-bottom:auto!important}#marsello-portal-root .pos-content .ms-xxl-0{margin-left:0!important}#marsello-portal-root .pos-content .ms-xxl-1{margin-left:.25rem!important}#marsello-portal-root .pos-content .ms-xxl-2{margin-left:.5rem!important}#marsello-portal-root .pos-content .ms-xxl-3{margin-left:1rem!important}#marsello-portal-root .pos-content .ms-xxl-4{margin-left:1.5rem!important}#marsello-portal-root .pos-content .ms-xxl-5{margin-left:3rem!important}#marsello-portal-root .pos-content .ms-xxl-6{margin-left:4.5rem!important}#marsello-portal-root .pos-content .ms-xxl-7{margin-left:6rem!important}#marsello-portal-root .pos-content .ms-xxl-auto{margin-left:auto!important}#marsello-portal-root .pos-content .m-xxl-n1{margin:-.25rem!important}#marsello-portal-root .pos-content .m-xxl-n2{margin:-.5rem!important}#marsello-portal-root .pos-content .m-xxl-n3{margin:-1rem!important}#marsello-portal-root .pos-content .m-xxl-n4{margin:-1.5rem!important}#marsello-portal-root .pos-content .m-xxl-n5{margin:-3rem!important}#marsello-portal-root .pos-content .m-xxl-n6{margin:-4.5rem!important}#marsello-portal-root .pos-content .m-xxl-n7{margin:-6rem!important}#marsello-portal-root .pos-content .mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}#marsello-portal-root .pos-content .mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}#marsello-portal-root .pos-content .mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}#marsello-portal-root .pos-content .mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}#marsello-portal-root .pos-content .mx-xxl-n5{margin-right:-3rem!important;margin-left:-3rem!important}#marsello-portal-root .pos-content .mx-xxl-n6{margin-right:-4.5rem!important;margin-left:-4.5rem!important}#marsello-portal-root .pos-content .mx-xxl-n7{margin-right:-6rem!important;margin-left:-6rem!important}#marsello-portal-root .pos-content .my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}#marsello-portal-root .pos-content .my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .my-xxl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}#marsello-portal-root .pos-content .my-xxl-n6{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .my-xxl-n7{margin-top:-6rem!important;margin-bottom:-6rem!important}#marsello-portal-root .pos-content .mt-xxl-n1{margin-top:-.25rem!important}#marsello-portal-root .pos-content .mt-xxl-n2{margin-top:-.5rem!important}#marsello-portal-root .pos-content .mt-xxl-n3{margin-top:-1rem!important}#marsello-portal-root .pos-content .mt-xxl-n4{margin-top:-1.5rem!important}#marsello-portal-root .pos-content .mt-xxl-n5{margin-top:-3rem!important}#marsello-portal-root .pos-content .mt-xxl-n6{margin-top:-4.5rem!important}#marsello-portal-root .pos-content .mt-xxl-n7{margin-top:-6rem!important}#marsello-portal-root .pos-content .me-xxl-n1{margin-right:-.25rem!important}#marsello-portal-root .pos-content .me-xxl-n2{margin-right:-.5rem!important}#marsello-portal-root .pos-content .me-xxl-n3{margin-right:-1rem!important}#marsello-portal-root .pos-content .me-xxl-n4{margin-right:-1.5rem!important}#marsello-portal-root .pos-content .me-xxl-n5{margin-right:-3rem!important}#marsello-portal-root .pos-content .me-xxl-n6{margin-right:-4.5rem!important}#marsello-portal-root .pos-content .me-xxl-n7{margin-right:-6rem!important}#marsello-portal-root .pos-content .mb-xxl-n1{margin-bottom:-.25rem!important}#marsello-portal-root .pos-content .mb-xxl-n2{margin-bottom:-.5rem!important}#marsello-portal-root .pos-content .mb-xxl-n3{margin-bottom:-1rem!important}#marsello-portal-root .pos-content .mb-xxl-n4{margin-bottom:-1.5rem!important}#marsello-portal-root .pos-content .mb-xxl-n5{margin-bottom:-3rem!important}#marsello-portal-root .pos-content .mb-xxl-n6{margin-bottom:-4.5rem!important}#marsello-portal-root .pos-content .mb-xxl-n7{margin-bottom:-6rem!important}#marsello-portal-root .pos-content .ms-xxl-n1{margin-left:-.25rem!important}#marsello-portal-root .pos-content .ms-xxl-n2{margin-left:-.5rem!important}#marsello-portal-root .pos-content .ms-xxl-n3{margin-left:-1rem!important}#marsello-portal-root .pos-content .ms-xxl-n4{margin-left:-1.5rem!important}#marsello-portal-root .pos-content .ms-xxl-n5{margin-left:-3rem!important}#marsello-portal-root .pos-content .ms-xxl-n6{margin-left:-4.5rem!important}#marsello-portal-root .pos-content .ms-xxl-n7{margin-left:-6rem!important}#marsello-portal-root .pos-content .p-xxl-0{padding:0!important}#marsello-portal-root .pos-content .p-xxl-1{padding:.25rem!important}#marsello-portal-root .pos-content .p-xxl-2{padding:.5rem!important}#marsello-portal-root .pos-content .p-xxl-3{padding:1rem!important}#marsello-portal-root .pos-content .p-xxl-4{padding:1.5rem!important}#marsello-portal-root .pos-content .p-xxl-5{padding:3rem!important}#marsello-portal-root .pos-content .p-xxl-6{padding:4.5rem!important}#marsello-portal-root .pos-content .p-xxl-7{padding:6rem!important}#marsello-portal-root .pos-content .px-xxl-0{padding-right:0!important;padding-left:0!important}#marsello-portal-root .pos-content .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}#marsello-portal-root .pos-content .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}#marsello-portal-root .pos-content .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}#marsello-portal-root .pos-content .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}#marsello-portal-root .pos-content .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}#marsello-portal-root .pos-content .px-xxl-6{padding-right:4.5rem!important;padding-left:4.5rem!important}#marsello-portal-root .pos-content .px-xxl-7{padding-right:6rem!important;padding-left:6rem!important}#marsello-portal-root .pos-content .py-xxl-0{padding-top:0!important;padding-bottom:0!important}#marsello-portal-root .pos-content .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}#marsello-portal-root .pos-content .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}#marsello-portal-root .pos-content .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}#marsello-portal-root .pos-content .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}#marsello-portal-root .pos-content .py-xxl-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .py-xxl-7{padding-top:6rem!important;padding-bottom:6rem!important}#marsello-portal-root .pos-content .pt-xxl-0{padding-top:0!important}#marsello-portal-root .pos-content .pt-xxl-1{padding-top:.25rem!important}#marsello-portal-root .pos-content .pt-xxl-2{padding-top:.5rem!important}#marsello-portal-root .pos-content .pt-xxl-3{padding-top:1rem!important}#marsello-portal-root .pos-content .pt-xxl-4{padding-top:1.5rem!important}#marsello-portal-root .pos-content .pt-xxl-5{padding-top:3rem!important}#marsello-portal-root .pos-content .pt-xxl-6{padding-top:4.5rem!important}#marsello-portal-root .pos-content .pt-xxl-7{padding-top:6rem!important}#marsello-portal-root .pos-content .pe-xxl-0{padding-right:0!important}#marsello-portal-root .pos-content .pe-xxl-1{padding-right:.25rem!important}#marsello-portal-root .pos-content .pe-xxl-2{padding-right:.5rem!important}#marsello-portal-root .pos-content .pe-xxl-3{padding-right:1rem!important}#marsello-portal-root .pos-content .pe-xxl-4{padding-right:1.5rem!important}#marsello-portal-root .pos-content .pe-xxl-5{padding-right:3rem!important}#marsello-portal-root .pos-content .pe-xxl-6{padding-right:4.5rem!important}#marsello-portal-root .pos-content .pe-xxl-7{padding-right:6rem!important}#marsello-portal-root .pos-content .pb-xxl-0{padding-bottom:0!important}#marsello-portal-root .pos-content .pb-xxl-1{padding-bottom:.25rem!important}#marsello-portal-root .pos-content .pb-xxl-2{padding-bottom:.5rem!important}#marsello-portal-root .pos-content .pb-xxl-3{padding-bottom:1rem!important}#marsello-portal-root .pos-content .pb-xxl-4{padding-bottom:1.5rem!important}#marsello-portal-root .pos-content .pb-xxl-5{padding-bottom:3rem!important}#marsello-portal-root .pos-content .pb-xxl-6{padding-bottom:4.5rem!important}#marsello-portal-root .pos-content .pb-xxl-7{padding-bottom:6rem!important}#marsello-portal-root .pos-content .ps-xxl-0{padding-left:0!important}#marsello-portal-root .pos-content .ps-xxl-1{padding-left:.25rem!important}#marsello-portal-root .pos-content .ps-xxl-2{padding-left:.5rem!important}#marsello-portal-root .pos-content .ps-xxl-3{padding-left:1rem!important}#marsello-portal-root .pos-content .ps-xxl-4{padding-left:1.5rem!important}#marsello-portal-root .pos-content .ps-xxl-5{padding-left:3rem!important}#marsello-portal-root .pos-content .ps-xxl-6{padding-left:4.5rem!important}#marsello-portal-root .pos-content .ps-xxl-7{padding-left:6rem!important}#marsello-portal-root .pos-content .text-xxl-start{text-align:left!important}#marsello-portal-root .pos-content .text-xxl-end{text-align:right!important}#marsello-portal-root .pos-content .text-xxl-center{text-align:center!important}}@media print{#marsello-portal-root .pos-content .d-print-inline{display:inline!important}#marsello-portal-root .pos-content .d-print-inline-block{display:inline-block!important}#marsello-portal-root .pos-content .d-print-block{display:block!important}#marsello-portal-root .pos-content .d-print-grid{display:grid!important}#marsello-portal-root .pos-content .d-print-table{display:table!important}#marsello-portal-root .pos-content .d-print-table-row{display:table-row!important}#marsello-portal-root .pos-content .d-print-table-cell{display:table-cell!important}#marsello-portal-root .pos-content .d-print-flex{display:flex!important}#marsello-portal-root .pos-content .d-print-inline-flex{display:inline-flex!important}#marsello-portal-root .pos-content .d-print-none{display:none!important}}#marsello-portal-root .pos-content .accordion .card:not(:last-child){margin-bottom:0}#marsello-portal-root .pos-content .accordion .card-header{border-bottom:0}#marsello-portal-root .pos-content .accordion .card-body{border-top:1px solid transparent}#marsello-portal-root .pos-content .accordion .card-title a{color:#6c757d}#marsello-portal-root .pos-content .alert{padding:0;display:flex;color:#212529}#marsello-portal-root .pos-content .alert b,#marsello-portal-root .pos-content .alert strong{color:#000}#marsello-portal-root .pos-content .alert .close:hover,#marsello-portal-root .pos-content .alert .close:focus{color:#000;opacity:1}#marsello-portal-root .pos-content .alert-outline,#marsello-portal-root .pos-content .alert-outline-coloured{color:#6c757d;background:#fff}#marsello-portal-root .pos-content .alert-outline hr,#marsello-portal-root .pos-content .alert-outline-coloured hr{border-top-color:#ced4da}#marsello-portal-root .pos-content .alert-outline .close:hover,#marsello-portal-root .pos-content .alert-outline .close:focus,#marsello-portal-root .pos-content .alert-outline-coloured .close:hover,#marsello-portal-root .pos-content .alert-outline-coloured .close:focus{color:#020202}#marsello-portal-root .pos-content .alert-outline .alert-message,#marsello-portal-root .pos-content .alert-outline-coloured .alert-message{border-radius:.2rem;border:1px solid #ced4da}#marsello-portal-root .pos-content .alert-outline .alert-message:not(:nth-child(2)),#marsello-portal-root .pos-content .alert-outline-coloured .alert-message:not(:nth-child(2)){border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}#marsello-portal-root .pos-content .alert-outline .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured .alert-icon{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem;color:#fff}#marsello-portal-root .pos-content .alert-outline.alert-primary .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-primary .alert-icon{background-color:#3f80ea}#marsello-portal-root .pos-content .alert-outline.alert-secondary .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-secondary .alert-icon{background-color:#495057}#marsello-portal-root .pos-content .alert-outline.alert-success .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-success .alert-icon{background-color:#4bbf73}#marsello-portal-root .pos-content .alert-outline.alert-info .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-info .alert-icon{background-color:#1f9bcf}#marsello-portal-root .pos-content .alert-outline.alert-warning .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-warning .alert-icon{background-color:#e5a54b}#marsello-portal-root .pos-content .alert-outline.alert-danger .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-danger .alert-icon{background-color:#d9534f}#marsello-portal-root .pos-content .alert-outline.alert-light .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-light .alert-icon{background-color:#eff2f6}#marsello-portal-root .pos-content .alert-outline.alert-dark .alert-icon,#marsello-portal-root .pos-content .alert-outline-coloured.alert-dark .alert-icon{background-color:#293042}#marsello-portal-root .pos-content .alert-outline-coloured.alert-primary .alert-message{border-color:#3f80ea}#marsello-portal-root .pos-content .alert-outline-coloured.alert-secondary .alert-message{border-color:#495057}#marsello-portal-root .pos-content .alert-outline-coloured.alert-success .alert-message{border-color:#4bbf73}#marsello-portal-root .pos-content .alert-outline-coloured.alert-info .alert-message{border-color:#1f9bcf}#marsello-portal-root .pos-content .alert-outline-coloured.alert-warning .alert-message{border-color:#e5a54b}#marsello-portal-root .pos-content .alert-outline-coloured.alert-danger .alert-message{border-color:#d9534f}#marsello-portal-root .pos-content .alert-outline-coloured.alert-light .alert-message{border-color:#eff2f6}#marsello-portal-root .pos-content .alert-outline-coloured.alert-dark .alert-message{border-color:#293042}#marsello-portal-root .pos-content .alert-icon{padding:.95rem;background:#ffffff1a}#marsello-portal-root .pos-content .alert-message{padding:.95rem;width:100%;box-sizing:border-box}#marsello-portal-root .pos-content .avatar{margin-top:-15px;margin-bottom:-15px;width:40px;height:40px}#marsello-portal-root .pos-content .badge{color:#fff}#marsello-portal-root .pos-content .badge-soft-primary{color:color-yiq(rgba(63,128,234,.175));background-color:#3f80ea2d;color:#3f80ea}#marsello-portal-root .pos-content a.badge-soft-primary:hover,#marsello-portal-root .pos-content a.badge-soft-primary:focus{color:color-yiq(rgba(63,128,234,.175));background-color:#1863de2d}#marsello-portal-root .pos-content a.badge-soft-primary:focus,#marsello-portal-root .pos-content a.badge-soft-primary.focus{outline:0;box-shadow:0 0 0 1px #3f80ea80}#marsello-portal-root .pos-content .badge-soft-secondary{color:color-yiq(rgba(73,80,87,.175));background-color:#4950572d;color:#495057}#marsello-portal-root .pos-content a.badge-soft-secondary:hover,#marsello-portal-root .pos-content a.badge-soft-secondary:focus{color:color-yiq(rgba(73,80,87,.175));background-color:#32373b2d}#marsello-portal-root .pos-content a.badge-soft-secondary:focus,#marsello-portal-root .pos-content a.badge-soft-secondary.focus{outline:0;box-shadow:0 0 0 1px #49505780}#marsello-portal-root .pos-content .badge-soft-success{color:color-yiq(rgba(75,191,115,.175));background-color:#4bbf732d;color:#4bbf73}#marsello-portal-root .pos-content a.badge-soft-success:hover,#marsello-portal-root .pos-content a.badge-soft-success:focus{color:color-yiq(rgba(75,191,115,.175));background-color:#389f5c2d}#marsello-portal-root .pos-content a.badge-soft-success:focus,#marsello-portal-root .pos-content a.badge-soft-success.focus{outline:0;box-shadow:0 0 0 1px #4bbf7380}#marsello-portal-root .pos-content .badge-soft-info{color:color-yiq(rgba(31,155,207,.175));background-color:#1f9bcf2d;color:#1f9bcf}#marsello-portal-root .pos-content a.badge-soft-info:hover,#marsello-portal-root .pos-content a.badge-soft-info:focus{color:color-yiq(rgba(31,155,207,.175));background-color:#187aa32d}#marsello-portal-root .pos-content a.badge-soft-info:focus,#marsello-portal-root .pos-content a.badge-soft-info.focus{outline:0;box-shadow:0 0 0 1px #1f9bcf80}#marsello-portal-root .pos-content .badge-soft-warning{color:color-yiq(rgba(229,165,75,.175));background-color:#e5a54b2d;color:#e5a54b}#marsello-portal-root .pos-content a.badge-soft-warning:hover,#marsello-portal-root .pos-content a.badge-soft-warning:focus{color:color-yiq(rgba(229,165,75,.175));background-color:#dd8e202d}#marsello-portal-root .pos-content a.badge-soft-warning:focus,#marsello-portal-root .pos-content a.badge-soft-warning.focus{outline:0;box-shadow:0 0 0 1px #e5a54b80}#marsello-portal-root .pos-content .badge-soft-danger{color:color-yiq(rgba(217,83,79,.175));background-color:#d9534f2d;color:#d9534f}#marsello-portal-root .pos-content a.badge-soft-danger:hover,#marsello-portal-root .pos-content a.badge-soft-danger:focus{color:color-yiq(rgba(217,83,79,.175));background-color:#c9302c2d}#marsello-portal-root .pos-content a.badge-soft-danger:focus,#marsello-portal-root .pos-content a.badge-soft-danger.focus{outline:0;box-shadow:0 0 0 1px #d9534f80}#marsello-portal-root .pos-content .badge-soft-light{color:color-yiq(rgba(239,242,246,.175));background-color:#eff2f62d;color:#eff2f6}#marsello-portal-root .pos-content a.badge-soft-light:hover,#marsello-portal-root .pos-content a.badge-soft-light:focus{color:color-yiq(rgba(239,242,246,.175));background-color:#cfd9e32d}#marsello-portal-root .pos-content a.badge-soft-light:focus,#marsello-portal-root .pos-content a.badge-soft-light.focus{outline:0;box-shadow:0 0 0 1px #eff2f680}#marsello-portal-root .pos-content .badge-soft-dark{color:color-yiq(rgba(41,48,66,.175));background-color:#2930422d;color:#293042}#marsello-portal-root .pos-content a.badge-soft-dark:hover,#marsello-portal-root .pos-content a.badge-soft-dark:focus{color:color-yiq(rgba(41,48,66,.175));background-color:#1519232d}#marsello-portal-root .pos-content a.badge-soft-dark:focus,#marsello-portal-root .pos-content a.badge-soft-dark.focus{outline:0;box-shadow:0 0 0 1px #29304280}#marsello-portal-root .pos-content .badge.rounded-pill{padding-right:.65em;padding-left:.65em}#marsello-portal-root .pos-content .btn-link:not(:hover){text-decoration:none}#marsello-portal-root .pos-content .btn-pill{border-radius:10rem}#marsello-portal-root .pos-content .btn-square{border-radius:0}#marsello-portal-root .pos-content .btn .feather{width:14px;height:14px}#marsello-portal-root .pos-content .btn-lg .feather,#marsello-portal-root .pos-content .btn-group-lg>.btn .feather{width:15px;height:15px}#marsello-portal-root .pos-content .btn-primary,#marsello-portal-root .pos-content .btn-primary:focus,#marsello-portal-root .pos-content .btn-primary.focus,#marsello-portal-root .pos-content .btn-primary.disabled,#marsello-portal-root .pos-content .btn-primary:disabled,#marsello-portal-root .pos-content .show>.btn-primary.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-primary:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-primary.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-primary:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-primary:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-primary:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-primary.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-primary:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-primary:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-secondary,#marsello-portal-root .pos-content .btn-secondary:focus,#marsello-portal-root .pos-content .btn-secondary.focus,#marsello-portal-root .pos-content .btn-secondary.disabled,#marsello-portal-root .pos-content .btn-secondary:disabled,#marsello-portal-root .pos-content .show>.btn-secondary.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-secondary:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-secondary.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-secondary:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-secondary:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-secondary:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-secondary.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-secondary:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-secondary:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-success,#marsello-portal-root .pos-content .btn-success:focus,#marsello-portal-root .pos-content .btn-success.focus,#marsello-portal-root .pos-content .btn-success.disabled,#marsello-portal-root .pos-content .btn-success:disabled,#marsello-portal-root .pos-content .show>.btn-success.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-success:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-success.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-success:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-success:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-success:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-success.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-success:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-success:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-info,#marsello-portal-root .pos-content .btn-info:focus,#marsello-portal-root .pos-content .btn-info.focus,#marsello-portal-root .pos-content .btn-info.disabled,#marsello-portal-root .pos-content .btn-info:disabled,#marsello-portal-root .pos-content .show>.btn-info.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-info:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-info.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-info:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-info:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-info:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-info.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-info:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-info:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-warning,#marsello-portal-root .pos-content .btn-warning:focus,#marsello-portal-root .pos-content .btn-warning.focus,#marsello-portal-root .pos-content .btn-warning.disabled,#marsello-portal-root .pos-content .btn-warning:disabled,#marsello-portal-root .pos-content .show>.btn-warning.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-warning:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-warning.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-warning:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-warning:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-warning:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-warning.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-warning:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-warning:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-danger,#marsello-portal-root .pos-content .btn-danger:focus,#marsello-portal-root .pos-content .btn-danger.focus,#marsello-portal-root .pos-content .btn-danger.disabled,#marsello-portal-root .pos-content .btn-danger:disabled,#marsello-portal-root .pos-content .show>.btn-danger.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-danger:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-danger.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-danger:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-danger:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-danger:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-danger.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-danger:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-danger:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-light,#marsello-portal-root .pos-content .btn-light:focus,#marsello-portal-root .pos-content .btn-light.focus,#marsello-portal-root .pos-content .btn-light.disabled,#marsello-portal-root .pos-content .btn-light:disabled,#marsello-portal-root .pos-content .show>.btn-light.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-light:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-light.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-light:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-light:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-light:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-light.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-light:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-light:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-dark,#marsello-portal-root .pos-content .btn-dark:focus,#marsello-portal-root .pos-content .btn-dark.focus,#marsello-portal-root .pos-content .btn-dark.disabled,#marsello-portal-root .pos-content .btn-dark:disabled,#marsello-portal-root .pos-content .show>.btn-dark.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-dark:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-dark.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-dark:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-dark:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-outline-dark:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-dark.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-outline-dark:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-dark:not(:disabled):not(.disabled).active{color:#fff}#marsello-portal-root .pos-content .btn-facebook{color:#fff;background-color:#3b5998;border-color:#3b5998}#marsello-portal-root .pos-content .btn-facebook:hover{color:#fff;background-color:#324c81;border-color:#2f477a}#marsello-portal-root .pos-content .btn-check:focus+.btn-facebook,#marsello-portal-root .pos-content .btn-facebook:focus{color:#fff;background-color:#324c81;border-color:#2f477a;box-shadow:0 0 0 .2rem #5872a780}#marsello-portal-root .pos-content .btn-check:checked+.btn-facebook,#marsello-portal-root .pos-content .btn-check:active+.btn-facebook,#marsello-portal-root .pos-content .btn-facebook:active,#marsello-portal-root .pos-content .btn-facebook.active,#marsello-portal-root .pos-content .show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2f477a;border-color:#2c4372}#marsello-portal-root .pos-content .btn-check:checked+.btn-facebook:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-facebook:focus,#marsello-portal-root .pos-content .btn-facebook:active:focus,#marsello-portal-root .pos-content .btn-facebook.active:focus,#marsello-portal-root .pos-content .show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #5872a780}#marsello-portal-root .pos-content .btn-facebook:disabled,#marsello-portal-root .pos-content .btn-facebook.disabled{color:#fff;background-color:#3b5998;border-color:#3b5998}#marsello-portal-root .pos-content .btn-facebook,#marsello-portal-root .pos-content .btn-facebook:focus,#marsello-portal-root .pos-content .btn-facebook.focus,#marsello-portal-root .pos-content .btn-facebook.disabled,#marsello-portal-root .pos-content .btn-facebook:disabled,#marsello-portal-root .pos-content .show>.btn-facebook.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-facebook:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-facebook.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-twitter{color:#000;background-color:#1da1f2;border-color:#1da1f2}#marsello-portal-root .pos-content .btn-twitter:hover{color:#000;background-color:#3faff4;border-color:#34aaf3}#marsello-portal-root .pos-content .btn-check:focus+.btn-twitter,#marsello-portal-root .pos-content .btn-twitter:focus{color:#000;background-color:#3faff4;border-color:#34aaf3;box-shadow:0 0 0 .2rem #1989ce80}#marsello-portal-root .pos-content .btn-check:checked+.btn-twitter,#marsello-portal-root .pos-content .btn-check:active+.btn-twitter,#marsello-portal-root .pos-content .btn-twitter:active,#marsello-portal-root .pos-content .btn-twitter.active,#marsello-portal-root .pos-content .show>.btn-twitter.dropdown-toggle{color:#000;background-color:#4ab4f5;border-color:#34aaf3}#marsello-portal-root .pos-content .btn-check:checked+.btn-twitter:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-twitter:focus,#marsello-portal-root .pos-content .btn-twitter:active:focus,#marsello-portal-root .pos-content .btn-twitter.active:focus,#marsello-portal-root .pos-content .show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #1989ce80}#marsello-portal-root .pos-content .btn-twitter:disabled,#marsello-portal-root .pos-content .btn-twitter.disabled{color:#000;background-color:#1da1f2;border-color:#1da1f2}#marsello-portal-root .pos-content .btn-twitter,#marsello-portal-root .pos-content .btn-twitter:focus,#marsello-portal-root .pos-content .btn-twitter.focus,#marsello-portal-root .pos-content .btn-twitter.disabled,#marsello-portal-root .pos-content .btn-twitter:disabled,#marsello-portal-root .pos-content .show>.btn-twitter.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-twitter:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-twitter.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-google{color:#fff;background-color:#dc4e41;border-color:#dc4e41}#marsello-portal-root .pos-content .btn-google:hover{color:#fff;background-color:#bb4237;border-color:#b03e34}#marsello-portal-root .pos-content .btn-check:focus+.btn-google,#marsello-portal-root .pos-content .btn-google:focus{color:#fff;background-color:#bb4237;border-color:#b03e34;box-shadow:0 0 0 .2rem #e1695e80}#marsello-portal-root .pos-content .btn-check:checked+.btn-google,#marsello-portal-root .pos-content .btn-check:active+.btn-google,#marsello-portal-root .pos-content .btn-google:active,#marsello-portal-root .pos-content .btn-google.active,#marsello-portal-root .pos-content .show>.btn-google.dropdown-toggle{color:#fff;background-color:#b03e34;border-color:#a53b31}#marsello-portal-root .pos-content .btn-check:checked+.btn-google:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-google:focus,#marsello-portal-root .pos-content .btn-google:active:focus,#marsello-portal-root .pos-content .btn-google.active:focus,#marsello-portal-root .pos-content .show>.btn-google.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1695e80}#marsello-portal-root .pos-content .btn-google:disabled,#marsello-portal-root .pos-content .btn-google.disabled{color:#fff;background-color:#dc4e41;border-color:#dc4e41}#marsello-portal-root .pos-content .btn-google,#marsello-portal-root .pos-content .btn-google:focus,#marsello-portal-root .pos-content .btn-google.focus,#marsello-portal-root .pos-content .btn-google.disabled,#marsello-portal-root .pos-content .btn-google:disabled,#marsello-portal-root .pos-content .show>.btn-google.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-google:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-google.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-youtube{color:#fff;background-color:red;border-color:red}#marsello-portal-root .pos-content .btn-youtube:hover{color:#fff;background-color:#d90000;border-color:#c00}#marsello-portal-root .pos-content .btn-check:focus+.btn-youtube,#marsello-portal-root .pos-content .btn-youtube:focus{color:#fff;background-color:#d90000;border-color:#c00;box-shadow:0 0 0 .2rem #ff262680}#marsello-portal-root .pos-content .btn-check:checked+.btn-youtube,#marsello-portal-root .pos-content .btn-check:active+.btn-youtube,#marsello-portal-root .pos-content .btn-youtube:active,#marsello-portal-root .pos-content .btn-youtube.active,#marsello-portal-root .pos-content .show>.btn-youtube.dropdown-toggle{color:#fff;background-color:#c00;border-color:#bf0000}#marsello-portal-root .pos-content .btn-check:checked+.btn-youtube:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-youtube:focus,#marsello-portal-root .pos-content .btn-youtube:active:focus,#marsello-portal-root .pos-content .btn-youtube.active:focus,#marsello-portal-root .pos-content .show>.btn-youtube.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ff262680}#marsello-portal-root .pos-content .btn-youtube:disabled,#marsello-portal-root .pos-content .btn-youtube.disabled{color:#fff;background-color:red;border-color:red}#marsello-portal-root .pos-content .btn-youtube,#marsello-portal-root .pos-content .btn-youtube:focus,#marsello-portal-root .pos-content .btn-youtube.focus,#marsello-portal-root .pos-content .btn-youtube.disabled,#marsello-portal-root .pos-content .btn-youtube:disabled,#marsello-portal-root .pos-content .show>.btn-youtube.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-youtube:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-youtube.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-vimeo{color:#000;background-color:#1ab7ea;border-color:#1ab7ea}#marsello-portal-root .pos-content .btn-vimeo:hover{color:#000;background-color:#3cc2ed;border-color:#31beec}#marsello-portal-root .pos-content .btn-check:focus+.btn-vimeo,#marsello-portal-root .pos-content .btn-vimeo:focus{color:#000;background-color:#3cc2ed;border-color:#31beec;box-shadow:0 0 0 .2rem #169cc780}#marsello-portal-root .pos-content .btn-check:checked+.btn-vimeo,#marsello-portal-root .pos-content .btn-check:active+.btn-vimeo,#marsello-portal-root .pos-content .btn-vimeo:active,#marsello-portal-root .pos-content .btn-vimeo.active,#marsello-portal-root .pos-content .show>.btn-vimeo.dropdown-toggle{color:#000;background-color:#48c5ee;border-color:#31beec}#marsello-portal-root .pos-content .btn-check:checked+.btn-vimeo:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-vimeo:focus,#marsello-portal-root .pos-content .btn-vimeo:active:focus,#marsello-portal-root .pos-content .btn-vimeo.active:focus,#marsello-portal-root .pos-content .show>.btn-vimeo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #169cc780}#marsello-portal-root .pos-content .btn-vimeo:disabled,#marsello-portal-root .pos-content .btn-vimeo.disabled{color:#000;background-color:#1ab7ea;border-color:#1ab7ea}#marsello-portal-root .pos-content .btn-vimeo,#marsello-portal-root .pos-content .btn-vimeo:focus,#marsello-portal-root .pos-content .btn-vimeo.focus,#marsello-portal-root .pos-content .btn-vimeo.disabled,#marsello-portal-root .pos-content .btn-vimeo:disabled,#marsello-portal-root .pos-content .show>.btn-vimeo.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-vimeo:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-vimeo.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-dribbble{color:#fff;background-color:#ea4c89;border-color:#ea4c89}#marsello-portal-root .pos-content .btn-dribbble:hover{color:#fff;background-color:#c74174;border-color:#bb3d6e}#marsello-portal-root .pos-content .btn-check:focus+.btn-dribbble,#marsello-portal-root .pos-content .btn-dribbble:focus{color:#fff;background-color:#c74174;border-color:#bb3d6e;box-shadow:0 0 0 .2rem #ed679b80}#marsello-portal-root .pos-content .btn-check:checked+.btn-dribbble,#marsello-portal-root .pos-content .btn-check:active+.btn-dribbble,#marsello-portal-root .pos-content .btn-dribbble:active,#marsello-portal-root .pos-content .btn-dribbble.active,#marsello-portal-root .pos-content .show>.btn-dribbble.dropdown-toggle{color:#fff;background-color:#bb3d6e;border-color:#b03967}#marsello-portal-root .pos-content .btn-check:checked+.btn-dribbble:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-dribbble:focus,#marsello-portal-root .pos-content .btn-dribbble:active:focus,#marsello-portal-root .pos-content .btn-dribbble.active:focus,#marsello-portal-root .pos-content .show>.btn-dribbble.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ed679b80}#marsello-portal-root .pos-content .btn-dribbble:disabled,#marsello-portal-root .pos-content .btn-dribbble.disabled{color:#fff;background-color:#ea4c89;border-color:#ea4c89}#marsello-portal-root .pos-content .btn-dribbble,#marsello-portal-root .pos-content .btn-dribbble:focus,#marsello-portal-root .pos-content .btn-dribbble.focus,#marsello-portal-root .pos-content .btn-dribbble.disabled,#marsello-portal-root .pos-content .btn-dribbble:disabled,#marsello-portal-root .pos-content .show>.btn-dribbble.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-dribbble:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-dribbble.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-github{color:#fff;background-color:#181717;border-color:#181717}#marsello-portal-root .pos-content .btn-github:hover{color:#fff;background-color:#141414;border-color:#131212}#marsello-portal-root .pos-content .btn-check:focus+.btn-github,#marsello-portal-root .pos-content .btn-github:focus{color:#fff;background-color:#141414;border-color:#131212;box-shadow:0 0 0 .2rem #3b3a3a80}#marsello-portal-root .pos-content .btn-check:checked+.btn-github,#marsello-portal-root .pos-content .btn-check:active+.btn-github,#marsello-portal-root .pos-content .btn-github:active,#marsello-portal-root .pos-content .btn-github.active,#marsello-portal-root .pos-content .show>.btn-github.dropdown-toggle{color:#fff;background-color:#131212;border-color:#121111}#marsello-portal-root .pos-content .btn-check:checked+.btn-github:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-github:focus,#marsello-portal-root .pos-content .btn-github:active:focus,#marsello-portal-root .pos-content .btn-github.active:focus,#marsello-portal-root .pos-content .show>.btn-github.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3b3a3a80}#marsello-portal-root .pos-content .btn-github:disabled,#marsello-portal-root .pos-content .btn-github.disabled{color:#fff;background-color:#181717;border-color:#181717}#marsello-portal-root .pos-content .btn-github,#marsello-portal-root .pos-content .btn-github:focus,#marsello-portal-root .pos-content .btn-github.focus,#marsello-portal-root .pos-content .btn-github.disabled,#marsello-portal-root .pos-content .btn-github:disabled,#marsello-portal-root .pos-content .show>.btn-github.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-github:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-github.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-instagram{color:#fff;background-color:#e4405f;border-color:#e4405f}#marsello-portal-root .pos-content .btn-instagram:hover{color:#fff;background-color:#c23651;border-color:#b6334c}#marsello-portal-root .pos-content .btn-check:focus+.btn-instagram,#marsello-portal-root .pos-content .btn-instagram:focus{color:#fff;background-color:#c23651;border-color:#b6334c;box-shadow:0 0 0 .2rem #e85d7780}#marsello-portal-root .pos-content .btn-check:checked+.btn-instagram,#marsello-portal-root .pos-content .btn-check:active+.btn-instagram,#marsello-portal-root .pos-content .btn-instagram:active,#marsello-portal-root .pos-content .btn-instagram.active,#marsello-portal-root .pos-content .show>.btn-instagram.dropdown-toggle{color:#fff;background-color:#b6334c;border-color:#ab3047}#marsello-portal-root .pos-content .btn-check:checked+.btn-instagram:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-instagram:focus,#marsello-portal-root .pos-content .btn-instagram:active:focus,#marsello-portal-root .pos-content .btn-instagram.active:focus,#marsello-portal-root .pos-content .show>.btn-instagram.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e85d7780}#marsello-portal-root .pos-content .btn-instagram:disabled,#marsello-portal-root .pos-content .btn-instagram.disabled{color:#fff;background-color:#e4405f;border-color:#e4405f}#marsello-portal-root .pos-content .btn-instagram,#marsello-portal-root .pos-content .btn-instagram:focus,#marsello-portal-root .pos-content .btn-instagram.focus,#marsello-portal-root .pos-content .btn-instagram.disabled,#marsello-portal-root .pos-content .btn-instagram:disabled,#marsello-portal-root .pos-content .show>.btn-instagram.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-instagram:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-instagram.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-pinterest{color:#fff;background-color:#bd081c;border-color:#bd081c}#marsello-portal-root .pos-content .btn-pinterest:hover{color:#fff;background-color:#a10718;border-color:#970616}#marsello-portal-root .pos-content .btn-check:focus+.btn-pinterest,#marsello-portal-root .pos-content .btn-pinterest:focus{color:#fff;background-color:#a10718;border-color:#970616;box-shadow:0 0 0 .2rem #c72d3e80}#marsello-portal-root .pos-content .btn-check:checked+.btn-pinterest,#marsello-portal-root .pos-content .btn-check:active+.btn-pinterest,#marsello-portal-root .pos-content .btn-pinterest:active,#marsello-portal-root .pos-content .btn-pinterest.active,#marsello-portal-root .pos-content .show>.btn-pinterest.dropdown-toggle{color:#fff;background-color:#970616;border-color:#8e0615}#marsello-portal-root .pos-content .btn-check:checked+.btn-pinterest:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-pinterest:focus,#marsello-portal-root .pos-content .btn-pinterest:active:focus,#marsello-portal-root .pos-content .btn-pinterest.active:focus,#marsello-portal-root .pos-content .show>.btn-pinterest.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c72d3e80}#marsello-portal-root .pos-content .btn-pinterest:disabled,#marsello-portal-root .pos-content .btn-pinterest.disabled{color:#fff;background-color:#bd081c;border-color:#bd081c}#marsello-portal-root .pos-content .btn-pinterest,#marsello-portal-root .pos-content .btn-pinterest:focus,#marsello-portal-root .pos-content .btn-pinterest.focus,#marsello-portal-root .pos-content .btn-pinterest.disabled,#marsello-portal-root .pos-content .btn-pinterest:disabled,#marsello-portal-root .pos-content .show>.btn-pinterest.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-pinterest:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-pinterest.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-flickr{color:#fff;background-color:#0063dc;border-color:#0063dc}#marsello-portal-root .pos-content .btn-flickr:hover{color:#fff;background-color:#0054bb;border-color:#004fb0}#marsello-portal-root .pos-content .btn-check:focus+.btn-flickr,#marsello-portal-root .pos-content .btn-flickr:focus{color:#fff;background-color:#0054bb;border-color:#004fb0;box-shadow:0 0 0 .2rem #267ae180}#marsello-portal-root .pos-content .btn-check:checked+.btn-flickr,#marsello-portal-root .pos-content .btn-check:active+.btn-flickr,#marsello-portal-root .pos-content .btn-flickr:active,#marsello-portal-root .pos-content .btn-flickr.active,#marsello-portal-root .pos-content .show>.btn-flickr.dropdown-toggle{color:#fff;background-color:#004fb0;border-color:#004aa5}#marsello-portal-root .pos-content .btn-check:checked+.btn-flickr:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-flickr:focus,#marsello-portal-root .pos-content .btn-flickr:active:focus,#marsello-portal-root .pos-content .btn-flickr.active:focus,#marsello-portal-root .pos-content .show>.btn-flickr.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #267ae180}#marsello-portal-root .pos-content .btn-flickr:disabled,#marsello-portal-root .pos-content .btn-flickr.disabled{color:#fff;background-color:#0063dc;border-color:#0063dc}#marsello-portal-root .pos-content .btn-flickr,#marsello-portal-root .pos-content .btn-flickr:focus,#marsello-portal-root .pos-content .btn-flickr.focus,#marsello-portal-root .pos-content .btn-flickr.disabled,#marsello-portal-root .pos-content .btn-flickr:disabled,#marsello-portal-root .pos-content .show>.btn-flickr.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-flickr:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-flickr.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-bitbucket{color:#fff;background-color:#0052cc;border-color:#0052cc}#marsello-portal-root .pos-content .btn-bitbucket:hover{color:#fff;background-color:#0046ad;border-color:#0042a3}#marsello-portal-root .pos-content .btn-check:focus+.btn-bitbucket,#marsello-portal-root .pos-content .btn-bitbucket:focus{color:#fff;background-color:#0046ad;border-color:#0042a3;box-shadow:0 0 0 .2rem #266cd480}#marsello-portal-root .pos-content .btn-check:checked+.btn-bitbucket,#marsello-portal-root .pos-content .btn-check:active+.btn-bitbucket,#marsello-portal-root .pos-content .btn-bitbucket:active,#marsello-portal-root .pos-content .btn-bitbucket.active,#marsello-portal-root .pos-content .show>.btn-bitbucket.dropdown-toggle{color:#fff;background-color:#0042a3;border-color:#003e99}#marsello-portal-root .pos-content .btn-check:checked+.btn-bitbucket:focus,#marsello-portal-root .pos-content .btn-check:active+.btn-bitbucket:focus,#marsello-portal-root .pos-content .btn-bitbucket:active:focus,#marsello-portal-root .pos-content .btn-bitbucket.active:focus,#marsello-portal-root .pos-content .show>.btn-bitbucket.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #266cd480}#marsello-portal-root .pos-content .btn-bitbucket:disabled,#marsello-portal-root .pos-content .btn-bitbucket.disabled{color:#fff;background-color:#0052cc;border-color:#0052cc}#marsello-portal-root .pos-content .btn-bitbucket,#marsello-portal-root .pos-content .btn-bitbucket:focus,#marsello-portal-root .pos-content .btn-bitbucket.focus,#marsello-portal-root .pos-content .btn-bitbucket.disabled,#marsello-portal-root .pos-content .btn-bitbucket:disabled,#marsello-portal-root .pos-content .show>.btn-bitbucket.dropdown-toggle{color:#fff}#marsello-portal-root .pos-content .btn-bitbucket:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-bitbucket.hover:not(:disabled):not(.disabled){color:#fff}#marsello-portal-root .pos-content .btn-light,#marsello-portal-root .pos-content .btn-light:focus,#marsello-portal-root .pos-content .btn-light.focus,#marsello-portal-root .pos-content .btn-light.disabled,#marsello-portal-root .pos-content .btn-light:disabled,#marsello-portal-root .pos-content .show>.btn-light.dropdown-toggle,#marsello-portal-root .pos-content .btn-white,#marsello-portal-root .pos-content .btn-white:focus,#marsello-portal-root .pos-content .btn-white.focus,#marsello-portal-root .pos-content .btn-white.disabled,#marsello-portal-root .pos-content .btn-white:disabled,#marsello-portal-root .pos-content .show>.btn-white.dropdown-toggle{color:#020202}#marsello-portal-root .pos-content .btn-light:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-light.hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-white:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-white.hover:not(:disabled):not(.disabled){color:#020202}#marsello-portal-root .pos-content .btn-outline-light:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-light.hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-white:hover:not(:disabled):not(.disabled),#marsello-portal-root .pos-content .btn-outline-white.hover:not(:disabled):not(.disabled){color:#020202}#marsello-portal-root .pos-content .btn-outline-light:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-light:not(:disabled):not(.disabled).active,#marsello-portal-root .pos-content .btn-outline-white:not(:disabled):not(.disabled):active,#marsello-portal-root .pos-content .btn-outline-white:not(:disabled):not(.disabled).active{color:#020202}#marsello-portal-root .pos-content .card{margin-bottom:24px;box-shadow:0 0 .875rem #2930420d}#marsello-portal-root .pos-content .card-header{border-bottom-width:1px}#marsello-portal-root .pos-content .card-actions a{color:#6c757d;text-decoration:none}#marsello-portal-root .pos-content .card-actions svg{width:16px;height:16px}#marsello-portal-root .pos-content .card-actions .dropdown{line-height:1.4}#marsello-portal-root .pos-content .card-title{font-size:.95rem;font-weight:500;color:#495057}#marsello-portal-root .pos-content .card-subtitle{font-weight:400}#marsello-portal-root .pos-content .card-table{margin-bottom:0}#marsello-portal-root .pos-content .card-table tr td:first-child,#marsello-portal-root .pos-content .card-table tr th:first-child{padding-left:1.25rem}#marsello-portal-root .pos-content .card-table tr td:last-child,#marsello-portal-root .pos-content .card-table tr th:last-child{padding-right:1.25rem}#marsello-portal-root .pos-content .card-img,#marsello-portal-root .pos-content .card-img-top,#marsello-portal-root .pos-content .card-img-bottom{max-width:100%;height:auto}@media all and (-ms-high-contrast: none){#marsello-portal-root .pos-content .card-img,#marsello-portal-root .pos-content .card-img-top,#marsello-portal-root .pos-content .card-img-bottom{height:100%}}#marsello-portal-root .pos-content .chart{margin:auto;position:relative;width:100%;min-height:300px}#marsello-portal-root .pos-content .chart-xs{min-height:150px}#marsello-portal-root .pos-content .chart-sm{min-height:200px}#marsello-portal-root .pos-content .chart-lg{min-height:350px}#marsello-portal-root .pos-content .chart-xl{min-height:500px}#marsello-portal-root .pos-content .chart canvas{max-width:100%}#marsello-portal-root .pos-content .chat-online{color:#71cc90}#marsello-portal-root .pos-content .chat-offline{color:#e27c79}#marsello-portal-root .pos-content .chat-messages{display:flex;flex-direction:column;max-height:800px;overflow-y:scroll}#marsello-portal-root .pos-content .chat-message-left,#marsello-portal-root .pos-content .chat-message-right{display:flex;flex-shrink:0}#marsello-portal-root .pos-content .chat-message-left{margin-right:auto}#marsello-portal-root .pos-content .chat-message-right{flex-direction:row-reverse;margin-left:auto}#marsello-portal-root .pos-content .content{padding:2.5rem 2.5rem 1.5rem;flex:1;direction:ltr}@media (max-width: 767.98px){#marsello-portal-root .pos-content .content{width:100vw;max-width:100vw}}@media (max-width: 991.98px){#marsello-portal-root .pos-content .content{padding:1.5rem}}#marsello-portal-root .pos-content .navbar-nav .dropdown-menu{box-shadow:0 .1rem .2rem #0000000d}#marsello-portal-root .pos-content .dropdown .dropdown-menu.show{-webkit-animation-name:dropdownAnimation;animation-name:dropdownAnimation;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes dropdownAnimation{0%{opacity:0;margin-top:-8px}to{opacity:1;margin-top:0}}@keyframes dropdownAnimation{0%{opacity:0;margin-top:-8px}to{opacity:1;margin-top:0}}#marsello-portal-root .pos-content .dropdown-toggle:after{border:solid;border-width:0 2px 2px 0;display:inline-block;padding:2px;transform:rotate(45deg)}#marsello-portal-root .pos-content .dropdown-item{transition:background .1s ease-in-out,color .1s ease-in-out}#marsello-portal-root .pos-content .dropdown-menu-lg{min-width:20rem}#marsello-portal-root .pos-content .dropdown .list-group .list-group-item{border-width:0;border-bottom-width:1px;margin-bottom:0;text-decoration:none}#marsello-portal-root .pos-content .dropdown .list-group .list-group-item:first-child,#marsello-portal-root .pos-content .dropdown .list-group .list-group-item:last-child{border-radius:0}#marsello-portal-root .pos-content .dropdown .list-group .list-group-item:hover{background:#f4f7f9}#marsello-portal-root .pos-content .dropdown-menu{top:auto}#marsello-portal-root .pos-content .dropdown-menu-header{padding:.75rem;text-align:center;font-weight:500;border-bottom:1px solid #dee6ed}#marsello-portal-root .pos-content .dropdown-menu-footer{padding:.5rem;text-align:center;display:block;font-size:.75rem}@media (min-width: 1200px){#marsello-portal-root .pos-content .dropdown-mega-list{min-width:250px}}#marsello-portal-root .pos-content .feather{width:18px;height:18px}#marsello-portal-root .pos-content .feather-sm{width:14px;height:14px}#marsello-portal-root .pos-content .feather-lg{width:36px;height:36px}#marsello-portal-root .pos-content footer.footer{background:#fff;border-top:1px solid #dee6ed;padding:1rem .75rem;direction:ltr}#marsello-portal-root .pos-content footer.footer ul{margin-bottom:0}@media (max-width: 767.98px){#marsello-portal-root .pos-content footer.footer{width:100vw}}#marsello-portal-root .pos-content .input-group-navbar .form-control,#marsello-portal-root .pos-content .input-group-navbar .btn{height:calc(2.24375rem + 2px);background:#f3f6fb;box-shadow:none;border:0;padding:.35rem .75rem}#marsello-portal-root .pos-content .input-group-navbar .form-control:focus,#marsello-portal-root .pos-content .input-group-navbar .btn:focus{background:#f3f6fb;box-shadow:none;outline:0}#marsello-portal-root .pos-content .input-group-navbar .btn{color:#6c757d}#marsello-portal-root .pos-content .input-group-navbar .btn .feather{width:20px;height:20px}#marsello-portal-root .pos-content .hamburger,#marsello-portal-root .pos-content .hamburger:before,#marsello-portal-root .pos-content .hamburger:after{cursor:pointer;border-radius:1px;height:3px;width:24px;background:#495057;display:block;content:"";transition:background .1s ease-in-out,color .1s ease-in-out}#marsello-portal-root .pos-content .hamburger{position:relative}#marsello-portal-root .pos-content .hamburger:before{top:-8px;width:20px;position:absolute}#marsello-portal-root .pos-content .hamburger:after{bottom:-8px;width:16px;position:absolute}#marsello-portal-root .pos-content .sidebar-toggle:hover .hamburger,#marsello-portal-root .pos-content .sidebar-toggle:hover .hamburger:before,#marsello-portal-root .pos-content .sidebar-toggle:hover .hamburger:after{background:#3f80ea}#marsello-portal-root .pos-content .hamburger-right,#marsello-portal-root .pos-content .hamburger-right:before,#marsello-portal-root .pos-content .hamburger-right:after{right:0}#marsello-portal-root .pos-content .illustration{background:#e0eafc;color:#3f80ea}#marsello-portal-root .pos-content .illustration-text{color:#3f80ea}#marsello-portal-root .pos-content .illustration-img{max-width:150px;width:100%}@media (min-width: 1440px){#marsello-portal-root .pos-content .illustration-img{max-width:175px}}#marsello-portal-root .pos-content .landing-bg{background:#eff2f6}#marsello-portal-root .pos-content nav.landing-navbar{background:#eff2f6;box-shadow:none}@media (max-width: 767.98px){#marsello-portal-root .pos-content nav.landing-navbar{width:auto}}#marsello-portal-root .pos-content .landing-intro{position:relative;overflow:hidden}#marsello-portal-root .pos-content .landing-intro-content{position:relative;z-index:1}#marsello-portal-root .pos-content .landing-brand{font-weight:500;font-size:1.125rem}#marsello-portal-root .pos-content .landing-brand svg{fill:#4a88eb}#marsello-portal-root .pos-content body[data-theme=colored] .landing-brand svg{fill:#fff}#marsello-portal-root .pos-content body[data-theme=dark] .landing-brand svg{fill:#4a88eb}#marsello-portal-root .pos-content body[data-theme=light] .landing-brand svg{fill:#2871e7}#marsello-portal-root .pos-content .landing-brand svg path:first-child{fill:#78a6f0}#marsello-portal-root .pos-content body[data-theme=colored] .landing-brand svg path:first-child{fill:#ffffffa8}#marsello-portal-root .pos-content body[data-theme=dark] .landing-brand svg path:first-child{fill:#78a6f0}#marsello-portal-root .pos-content body[data-theme=light] .landing-brand svg path:first-child{fill:#84aef2}#marsello-portal-root .pos-content .landing-intro-screenshot{perspective:2000px;transform-style:preserve-3d;perspective-origin:left center}#marsello-portal-root .pos-content .landing-intro-screenshot img{transform:rotateY(-30deg) rotateX(10deg);box-shadow:0 0 1px #000000b3,0 11px 20px -8px #00000080}#marsello-portal-root .pos-content .landing-img{box-shadow:#11449926 0 4px 12px;transition:all .15s ease-in-out}#marsello-portal-root .pos-content .landing-img:hover{transform:scale(1.035)}#marsello-portal-root .pos-content .landing-stars{color:#e5a54b}#marsello-portal-root .pos-content .landing-quote p{line-height:1.8rem;color:#020202}#marsello-portal-root .pos-content .landing-quote p span{display:inline;background:#e0eafc;padding:.0625em .125em}#marsello-portal-root .pos-content .landing-feature{align-items:center;background:#ecf1f8;border-radius:50%;display:flex;height:60px;justify-content:center;margin-right:1rem;width:60px;min-width:60px}#marsello-portal-root .pos-content .landing-feature svg{width:28px;height:28px;color:#2871e7}#marsello-portal-root .pos-content .landing-integration{display:inline-block;background:#fff;padding:1rem;box-shadow:0 .1rem .2rem #0000000d;margin:.5rem;border-radius:.3rem}#marsello-portal-root .pos-content .landing-integration img{max-height:40px}#marsello-portal-root .pos-content .main{display:flex;width:100%;min-height:100vh;min-width:0;transition:margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;flex-direction:column}@media (max-width: 767.98px){#marsello-portal-root .pos-content .main{overflow-y:hidden}}#marsello-portal-root .pos-content .modal-primary .modal-content{background:#3f80ea;color:color-yiq(#3F80EA)}#marsello-portal-root .pos-content .modal-primary h1,#marsello-portal-root .pos-content .modal-primary h2,#marsello-portal-root .pos-content .modal-primary h3,#marsello-portal-root .pos-content .modal-primary h4,#marsello-portal-root .pos-content .modal-primary h5,#marsello-portal-root .pos-content .modal-primary h6,#marsello-portal-root .pos-content .modal-primary .h1,#marsello-portal-root .pos-content .modal-primary .h2,#marsello-portal-root .pos-content .modal-primary .h3,#marsello-portal-root .pos-content .modal-primary .h4,#marsello-portal-root .pos-content .modal-primary .h5,#marsello-portal-root .pos-content .modal-primary .h6{color:#fff}#marsello-portal-root .pos-content .modal-secondary .modal-content{background:#495057;color:color-yiq(#495057)}#marsello-portal-root .pos-content .modal-secondary h1,#marsello-portal-root .pos-content .modal-secondary h2,#marsello-portal-root .pos-content .modal-secondary h3,#marsello-portal-root .pos-content .modal-secondary h4,#marsello-portal-root .pos-content .modal-secondary h5,#marsello-portal-root .pos-content .modal-secondary h6,#marsello-portal-root .pos-content .modal-secondary .h1,#marsello-portal-root .pos-content .modal-secondary .h2,#marsello-portal-root .pos-content .modal-secondary .h3,#marsello-portal-root .pos-content .modal-secondary .h4,#marsello-portal-root .pos-content .modal-secondary .h5,#marsello-portal-root .pos-content .modal-secondary .h6{color:#fff}#marsello-portal-root .pos-content .modal-success .modal-content{background:#4bbf73;color:color-yiq(#4BBF73)}#marsello-portal-root .pos-content .modal-success h1,#marsello-portal-root .pos-content .modal-success h2,#marsello-portal-root .pos-content .modal-success h3,#marsello-portal-root .pos-content .modal-success h4,#marsello-portal-root .pos-content .modal-success h5,#marsello-portal-root .pos-content .modal-success h6,#marsello-portal-root .pos-content .modal-success .h1,#marsello-portal-root .pos-content .modal-success .h2,#marsello-portal-root .pos-content .modal-success .h3,#marsello-portal-root .pos-content .modal-success .h4,#marsello-portal-root .pos-content .modal-success .h5,#marsello-portal-root .pos-content .modal-success .h6{color:#fff}#marsello-portal-root .pos-content .modal-info .modal-content{background:#1f9bcf;color:color-yiq(#1F9BCF)}#marsello-portal-root .pos-content .modal-info h1,#marsello-portal-root .pos-content .modal-info h2,#marsello-portal-root .pos-content .modal-info h3,#marsello-portal-root .pos-content .modal-info h4,#marsello-portal-root .pos-content .modal-info h5,#marsello-portal-root .pos-content .modal-info h6,#marsello-portal-root .pos-content .modal-info .h1,#marsello-portal-root .pos-content .modal-info .h2,#marsello-portal-root .pos-content .modal-info .h3,#marsello-portal-root .pos-content .modal-info .h4,#marsello-portal-root .pos-content .modal-info .h5,#marsello-portal-root .pos-content .modal-info .h6{color:#fff}#marsello-portal-root .pos-content .modal-warning .modal-content{background:#e5a54b;color:color-yiq(#E5A54B)}#marsello-portal-root .pos-content .modal-warning h1,#marsello-portal-root .pos-content .modal-warning h2,#marsello-portal-root .pos-content .modal-warning h3,#marsello-portal-root .pos-content .modal-warning h4,#marsello-portal-root .pos-content .modal-warning h5,#marsello-portal-root .pos-content .modal-warning h6,#marsello-portal-root .pos-content .modal-warning .h1,#marsello-portal-root .pos-content .modal-warning .h2,#marsello-portal-root .pos-content .modal-warning .h3,#marsello-portal-root .pos-content .modal-warning .h4,#marsello-portal-root .pos-content .modal-warning .h5,#marsello-portal-root .pos-content .modal-warning .h6{color:#fff}#marsello-portal-root .pos-content .modal-danger .modal-content{background:#d9534f;color:color-yiq(#d9534f)}#marsello-portal-root .pos-content .modal-danger h1,#marsello-portal-root .pos-content .modal-danger h2,#marsello-portal-root .pos-content .modal-danger h3,#marsello-portal-root .pos-content .modal-danger h4,#marsello-portal-root .pos-content .modal-danger h5,#marsello-portal-root .pos-content .modal-danger h6,#marsello-portal-root .pos-content .modal-danger .h1,#marsello-portal-root .pos-content .modal-danger .h2,#marsello-portal-root .pos-content .modal-danger .h3,#marsello-portal-root .pos-content .modal-danger .h4,#marsello-portal-root .pos-content .modal-danger .h5,#marsello-portal-root .pos-content .modal-danger .h6{color:#fff}#marsello-portal-root .pos-content .modal-light .modal-content{background:#eff2f6;color:color-yiq(#eff2f6)}#marsello-portal-root .pos-content .modal-light h1,#marsello-portal-root .pos-content .modal-light h2,#marsello-portal-root .pos-content .modal-light h3,#marsello-portal-root .pos-content .modal-light h4,#marsello-portal-root .pos-content .modal-light h5,#marsello-portal-root .pos-content .modal-light h6,#marsello-portal-root .pos-content .modal-light .h1,#marsello-portal-root .pos-content .modal-light .h2,#marsello-portal-root .pos-content .modal-light .h3,#marsello-portal-root .pos-content .modal-light .h4,#marsello-portal-root .pos-content .modal-light .h5,#marsello-portal-root .pos-content .modal-light .h6{color:#fff}#marsello-portal-root .pos-content .modal-dark .modal-content{background:#293042;color:color-yiq(#293042)}#marsello-portal-root .pos-content .modal-dark h1,#marsello-portal-root .pos-content .modal-dark h2,#marsello-portal-root .pos-content .modal-dark h3,#marsello-portal-root .pos-content .modal-dark h4,#marsello-portal-root .pos-content .modal-dark h5,#marsello-portal-root .pos-content .modal-dark h6,#marsello-portal-root .pos-content .modal-dark .h1,#marsello-portal-root .pos-content .modal-dark .h2,#marsello-portal-root .pos-content .modal-dark .h3,#marsello-portal-root .pos-content .modal-dark .h4,#marsello-portal-root .pos-content .modal-dark .h5,#marsello-portal-root .pos-content .modal-dark .h6{color:#fff}#marsello-portal-root .pos-content .modal-colored .modal-header,#marsello-portal-root .pos-content .modal-colored .modal-footer{border-color:#ffffff54}#marsello-portal-root .pos-content .navbar{border-bottom:0;box-shadow:0 0 2rem #2930421a}@media (max-width: 767.98px){#marsello-portal-root .pos-content .navbar{width:100vw}}#marsello-portal-root .pos-content .input-group-navbar{min-width:240px}#marsello-portal-root .pos-content .navbar-expand>.container,#marsello-portal-root .pos-content .navbar-expand>.container-fluid,#marsello-portal-root .pos-content .navbar-expand>.container-lg,#marsello-portal-root .pos-content .navbar-expand>.container-md,#marsello-portal-root .pos-content .navbar-expand>.container-sm,#marsello-portal-root .pos-content .navbar-expand>.container-xl{padding-right:0;padding-left:0}#marsello-portal-root .pos-content .navbar-bg{background:#fff}#marsello-portal-root .pos-content body:not([data-sidebar-position=right]) .navbar-align{margin-left:auto}#marsello-portal-root .pos-content body[data-sidebar-position=right] .navbar-align{margin-right:auto}#marsello-portal-root .pos-content .navbar-brand{font-weight:500;font-size:1.15rem;padding:.875rem 0;color:#f4f7f9;display:block}#marsello-portal-root .pos-content .navbar-brand svg,#marsello-portal-root .pos-content .navbar-brand .feather{color:#3f80ea;height:24px;width:24px;margin-left:-.15rem;margin-right:.375rem;margin-top:-.375rem}#marsello-portal-root .pos-content .nav-icon,#marsello-portal-root .pos-content .nav-flag{padding:.1rem .8rem;display:block;font-size:1.5rem;color:#6c757d;transition:background .1s ease-in-out,color .1s ease-in-out;line-height:1.4}#marsello-portal-root .pos-content .nav-icon:after,#marsello-portal-root .pos-content .nav-flag:after{display:none!important}#marsello-portal-root .pos-content .nav-icon:hover,#marsello-portal-root .pos-content .nav-icon.active,#marsello-portal-root .pos-content .nav-flag:hover,#marsello-portal-root .pos-content .nav-flag.active{color:#3f80ea}#marsello-portal-root .pos-content .nav-icon svg,#marsello-portal-root .pos-content .nav-icon .feather,#marsello-portal-root .pos-content .nav-flag svg,#marsello-portal-root .pos-content .nav-flag .feather{width:20px;height:20px}#marsello-portal-root .pos-content .nav-item .indicator{background:#3f80ea;box-shadow:0 .1rem .2rem #0000000d;border-radius:50%;display:block;height:18px;width:18px;padding:1px;position:absolute;top:0;right:-8px;text-align:center;transition:top .1s ease-out;font-size:.675rem;color:#fff}#marsello-portal-root .pos-content .nav-item:hover .indicator{top:-4px}#marsello-portal-root .pos-content .nav-item a:focus{outline:0}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){#marsello-portal-root .pos-content .navbar .avatar{max-height:47px}}@media (max-width: 575.98px){#marsello-portal-root .pos-content .navbar{padding:.75rem}#marsello-portal-root .pos-content .nav-icon{padding:.1rem .75rem}#marsello-portal-root .pos-content .dropdown,#marsello-portal-root .pos-content .dropleft,#marsello-portal-root .pos-content .dropright,#marsello-portal-root .pos-content .dropup{position:inherit}#marsello-portal-root .pos-content .navbar-expand .navbar-nav .dropdown-menu-lg{min-width:100%}#marsello-portal-root .pos-content .nav-item .nav-link:after{display:none}}#marsello-portal-root .pos-content .nav-flag img{border-radius:50%;width:20px;height:20px;-o-object-fit:cover;object-fit:cover}#marsello-portal-root .pos-content .navbar-nav,#marsello-portal-root .pos-content .navbar input{direction:ltr}#marsello-portal-root .pos-content .navbar .form-control{max-width:200px}#marsello-portal-root .pos-content .progress-sm{height:.5rem}#marsello-portal-root .pos-content .progress-lg{height:1.5rem}#marsello-portal-root .pos-content body,#marsello-portal-root .pos-content html,#marsello-portal-root .pos-content #root{height:100%}#marsello-portal-root .pos-content html{scroll-behavior:smooth}#marsello-portal-root .pos-content body{overflow-y:scroll;opacity:1!important}#marsello-portal-root .pos-content body[data-sidebar-position=right]{direction:rtl}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){#marsello-portal-root .pos-content html{overflow-x:hidden}}#marsello-portal-root .pos-content :root{--primary-dark: #1659c7;--primary-light: #84aef2}#marsello-portal-root .pos-content .settings{display:none;direction:ltr}@media (min-width: 1200px){#marsello-portal-root .pos-content .settings{display:block}}#marsello-portal-root .pos-content .settings-toggle{background:#fff;color:#000;position:fixed;top:200px;z-index:10;right:0;width:54px;height:150px;padding:.5rem;border-top-left-radius:.2rem;border-bottom-left-radius:.2rem;box-shadow:-5px 0 10px #0000001a;transition:all .1s ease-in-out;cursor:pointer}#marsello-portal-root .pos-content body[data-theme=dark] .settings-toggle{background:#f4f7f9}#marsello-portal-root .pos-content .settings-toggle-option{display:block;text-align:center;text-transform:uppercase;font-size:.875rem;font-weight:500;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;color:#000;background:#edf2f5;padding:.5rem;border-radius:.2rem;height:34px}#marsello-portal-root .pos-content .settings-toggle-option:hover{background:#e4ebf0;color:#000}#marsello-portal-root .pos-content .settings-toggle-option:first-child{color:#1863de;margin-bottom:.5rem}#marsello-portal-root .pos-content .settings-toggle-option svg{stroke-width:2}#marsello-portal-root .pos-content body[data-theme=dark] .settings-toggle-option{background:#e2e8ee}#marsello-portal-root .pos-content body[data-theme=dark] .settings-toggle-option:hover{background:#f2f5f7}#marsello-portal-root .pos-content body[data-theme=dark] .settings-toggle-option:first-child{color:#fff}#marsello-portal-root .pos-content .settings-toggle-option-text{height:93px}#marsello-portal-root .pos-content .settings-toggle-option-text svg{transform:rotate(-90deg)}#marsello-portal-root .pos-content .settings-panel{background:#fff;border-left:0 solid transparent;display:block;height:100%;position:fixed;width:320px;z-index:100;top:0;bottom:0;right:-320px;transition:right .2s ease-in-out}#marsello-portal-root .pos-content .settings.open .settings-panel:before{content:"";background:#00000053;position:fixed;left:0;top:0;height:100%;width:100%;z-index:-1;pointer-events:none}#marsello-portal-root .pos-content .settings.open .settings-panel{right:0}#marsello-portal-root .pos-content .settings-content{height:100%;overflow:auto;position:relative;background:#fff;display:flex;flex-direction:column}#marsello-portal-root .pos-content .settings-title{padding:1.35rem 1.5rem;font-size:.875rem;background:#fff;color:#000;border-bottom:1px solid #e2e8ee}#marsello-portal-root .pos-content .settings-title h4,#marsello-portal-root .pos-content .settings-title .h4,#marsello-portal-root .pos-content .settings-title .close{color:#000}#marsello-portal-root .pos-content .settings-body{padding:1rem 1.5rem;flex:1}#marsello-portal-root .pos-content .settings-footer{padding:1rem 1.5rem}#marsello-portal-root .pos-content .settings-scheme:after{content:"✓";position:absolute;top:8px;right:8px;width:16px;height:16px;font-weight:900;font-size:10px;line-height:17px;z-index:1;border-radius:50%;color:#fff;background:#3f80ea;opacity:0}#marsello-portal-root .pos-content .settings-scheme-label{position:absolute;opacity:0;width:0;height:0}#marsello-portal-root .pos-content .settings-scheme-label+.settings-scheme{border:1px solid #dee6ed}#marsello-portal-root .pos-content .settings-scheme-label:checked+.settings-scheme{border:1px solid #3F80EA;color:#3f80ea}#marsello-portal-root .pos-content .settings-scheme-label:checked+.settings-scheme:after{opacity:1}#marsello-portal-root .pos-content .settings-scheme{background:#fff;height:80px;border-radius:.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.825rem;position:relative}#marsello-portal-root .pos-content .settings-scheme-theme{width:50px;height:50px;background:red;border-radius:50%;box-shadow:0 0 0 1px #fff;position:relative}#marsello-portal-root .pos-content .settings-scheme-theme-default{background-image:linear-gradient(-45deg,#222e3c 50%,#f2f4f6 50%)}#marsello-portal-root .pos-content .settings-scheme-theme-colored{background-image:linear-gradient(-45deg,#3f80ea 50%,#f2f4f6 50%)}#marsello-portal-root .pos-content .settings-scheme-theme-dark{background:#222e3c}#marsello-portal-root .pos-content .settings-scheme-theme-light{background:#f2f4f6}#marsello-portal-root .pos-content .settings-button-label{position:absolute;opacity:0;width:0;height:0}#marsello-portal-root .pos-content .settings-button-label+.settings-button{background:#e2e8ee;color:#293042;border-radius:5px;padding:.35rem 1rem;font-size:.825rem;border-radius:.3rem;cursor:pointer}#marsello-portal-root .pos-content .settings-button-label:checked+.settings-button{background:#3f80ea;color:#fff}#marsello-portal-root .pos-content .settings-button-label:checked+.settings-button:after{opacity:1}#marsello-portal-root .pos-content .sidebar{min-width:260px;max-width:260px;transition:margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;direction:ltr;background:#293042}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar{background:#2d6bcf}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar{background:#293042}#marsello-portal-root .pos-content body[data-theme=light] .sidebar{background:#fff}#marsello-portal-root .pos-content .sidebar-content{transition:margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;background:#293042}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-content{background:#2d6bcf}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-content{background:#293042}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-content{background:#fff}#marsello-portal-root .pos-content body[data-sidebar-behavior=sticky] .sidebar-content{height:100vh;position:-webkit-sticky;position:sticky;top:0;left:0}#marsello-portal-root .pos-content body[data-sidebar-behavior=sticky] .ps{overflow-y:hidden}#marsello-portal-root .pos-content .sidebar-nav{padding-left:0;list-style:none}#marsello-portal-root .pos-content .sidebar-link,#marsello-portal-root .pos-content a.sidebar-link{display:block;padding:.625rem 1.625rem;font-weight:400;transition:color 75ms ease-in-out;position:relative;text-decoration:none;cursor:pointer;color:#e9ecef80}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link,#marsello-portal-root .pos-content body[data-theme=colored] a.sidebar-link{color:#f8f9fab3}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link,#marsello-portal-root .pos-content body[data-theme=dark] a.sidebar-link{color:#e9ecef80}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link,#marsello-portal-root .pos-content body[data-theme=light] a.sidebar-link{color:#495057}#marsello-portal-root .pos-content .sidebar-link i,#marsello-portal-root .pos-content .sidebar-link svg,#marsello-portal-root .pos-content a.sidebar-link i,#marsello-portal-root .pos-content a.sidebar-link svg{margin-right:.75rem;color:#e9ecef80}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link i,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link svg,#marsello-portal-root .pos-content body[data-theme=colored] a.sidebar-link i,#marsello-portal-root .pos-content body[data-theme=colored] a.sidebar-link svg{color:#f8f9fa80}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link i,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link svg,#marsello-portal-root .pos-content body[data-theme=dark] a.sidebar-link i,#marsello-portal-root .pos-content body[data-theme=dark] a.sidebar-link svg{color:#e9ecef80}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link i,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link svg,#marsello-portal-root .pos-content body[data-theme=light] a.sidebar-link i,#marsello-portal-root .pos-content body[data-theme=light] a.sidebar-link svg{color:#495057}#marsello-portal-root .pos-content .sidebar-dropdown .sidebar-dropdown .sidebar-link{padding:.35rem 1.5rem .55rem 4.5rem}#marsello-portal-root .pos-content .sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link{padding:.35rem 1.5rem .55rem 5.75rem}#marsello-portal-root .pos-content .sidebar-link:focus{outline:0}#marsello-portal-root .pos-content .sidebar-link:hover{color:#e9ecefbf}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link:hover{color:#f8f9fae6}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link:hover{color:#e9ecefbf}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link:hover{color:#568fed}#marsello-portal-root .pos-content .sidebar-link:hover i,#marsello-portal-root .pos-content .sidebar-link:hover svg{color:#e9ecefbf}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link:hover i,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link:hover svg{color:#f8f9fabf}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link:hover i,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link:hover svg{color:#e9ecefbf}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link:hover i,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link:hover svg{color:#568fed}#marsello-portal-root .pos-content .sidebar-item.active>.sidebar-link,#marsello-portal-root .pos-content .sidebar-item.active .sidebar-link:hover,#marsello-portal-root .pos-content .sidebar-link.active,#marsello-portal-root .pos-content .sidebar-link.active:hover{color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-item.active>.sidebar-link,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-item.active .sidebar-link:hover,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link.active,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link.active:hover{color:#f8f9fa}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-item.active>.sidebar-link,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-item.active .sidebar-link:hover,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link.active,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link.active:hover{color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-item.active>.sidebar-link,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-item.active .sidebar-link:hover,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link.active,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link.active:hover{color:#568fed}#marsello-portal-root .pos-content .sidebar-item.active>.sidebar-link i,#marsello-portal-root .pos-content .sidebar-item.active>.sidebar-link svg,#marsello-portal-root .pos-content .sidebar-item.active .sidebar-link:hover i,#marsello-portal-root .pos-content .sidebar-item.active .sidebar-link:hover svg,#marsello-portal-root .pos-content .sidebar-link.active i,#marsello-portal-root .pos-content .sidebar-link.active svg,#marsello-portal-root .pos-content .sidebar-link.active:hover i,#marsello-portal-root .pos-content .sidebar-link.active:hover svg{color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-item.active>.sidebar-link i,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-item.active>.sidebar-link svg,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-item.active .sidebar-link:hover i,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-item.active .sidebar-link:hover svg,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link.active i,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link.active svg,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link.active:hover i,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-link.active:hover svg{color:#f8f9fa}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-item.active>.sidebar-link i,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-item.active>.sidebar-link svg,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-item.active .sidebar-link:hover i,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-item.active .sidebar-link:hover svg,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link.active i,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link.active svg,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link.active:hover i,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-link.active:hover svg{color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-item.active>.sidebar-link i,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-item.active>.sidebar-link svg,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-item.active .sidebar-link:hover i,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-item.active .sidebar-link:hover svg,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link.active i,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link.active svg,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link.active:hover i,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-link.active:hover svg{color:#568fed}#marsello-portal-root .pos-content .sidebar-dropdown .sidebar-link{padding:.35rem 1.5rem .55rem 3.7rem;font-weight:400;color:#adb5bd}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-dropdown .sidebar-link{color:#ced4da}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-dropdown .sidebar-link{color:#adb5bd}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-dropdown .sidebar-link{color:#6c757d}#marsello-portal-root .pos-content .sidebar-dropdown .sidebar-item .sidebar-link:hover{font-weight:400;color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-dropdown .sidebar-item .sidebar-link:hover{color:#f8f9fa}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-dropdown .sidebar-item .sidebar-link:hover{color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-dropdown .sidebar-item .sidebar-link:hover{color:#568fed}#marsello-portal-root .pos-content .sidebar-dropdown .sidebar-item.active>.sidebar-link:not([data-bs-toggle]),#marsello-portal-root .pos-content .sidebar-dropdown .sidebar-item>.sidebar-link.active{font-weight:400;color:#568fed}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-dropdown .sidebar-item.active>.sidebar-link:not([data-bs-toggle]),#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-dropdown .sidebar-item>.sidebar-link.active{color:#fff}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-dropdown .sidebar-item.active>.sidebar-link:not([data-bs-toggle]),#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-dropdown .sidebar-item>.sidebar-link.active{color:#568fed}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-dropdown .sidebar-item.active>.sidebar-link:not([data-bs-toggle]),#marsello-portal-root .pos-content body[data-theme=light] .sidebar-dropdown .sidebar-item>.sidebar-link.active{color:#568fed}#marsello-portal-root .pos-content .sidebar [data-bs-toggle=collapse]{position:relative}#marsello-portal-root .pos-content .sidebar [data-bs-toggle=collapse]:before{content:" ";border:solid;border-width:0 .1rem .1rem 0;display:inline-block;padding:2px;transform:rotate(45deg);position:absolute;top:1rem;right:1.7rem;transition:all .2s ease-out}#marsello-portal-root .pos-content .sidebar [aria-expanded=true]:before,#marsello-portal-root .pos-content .sidebar [data-bs-toggle=collapse]:not(.collapsed):before{transform:rotate(-135deg);top:1.2rem}#marsello-portal-root .pos-content .sidebar .sidebar-dropdown [data-toggle=collapse]:before{top:1rem}#marsello-portal-root .pos-content .sidebar .sidebar-dropdown [aria-expanded=true]:before,#marsello-portal-root .pos-content .sidebar .sidebar-dropdown [data-toggle=collapse]:not(.collapsed):before{top:1.2rem}#marsello-portal-root .pos-content .sidebar-brand{font-weight:500;font-size:1.125rem;padding:1.15rem 1.5rem;display:block;text-align:center;color:#fff}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-brand,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-brand{color:#fff}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-brand{color:#424242}#marsello-portal-root .pos-content .sidebar-brand:hover{text-decoration:none;color:#fff}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-brand:hover,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-brand:hover{color:#fff}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-brand:hover{color:#424242}#marsello-portal-root .pos-content .sidebar-brand:focus{outline:0}#marsello-portal-root .pos-content .sidebar-brand svg{fill:#4a88eb;height:24px;width:24px;margin-right:.15rem}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-brand svg{fill:#fff}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-brand svg{fill:#4a88eb}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-brand svg{fill:#2871e7}#marsello-portal-root .pos-content .sidebar-brand svg path:first-child{fill:#78a6f0}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-brand svg path:first-child{fill:#ffffffa8}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-brand svg path:first-child{fill:#78a6f0}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-brand svg path:first-child{fill:#84aef2}#marsello-portal-root .pos-content .sidebar-toggle{cursor:pointer;width:26px;height:26px;display:flex;margin-top:5px;margin-bottom:5px}#marsello-portal-root .pos-content .sidebar-header{background:transparent;padding:1.5rem 1.5rem .375rem;font-size:.75rem;color:#ced4da}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-header,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-header{color:#ced4da}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-header{color:#495057}#marsello-portal-root .pos-content .badge-sidebar-primary,#marsello-portal-root .pos-content .badge-sidebar-secondary{position:absolute;right:20px;top:12px}#marsello-portal-root .pos-content .sidebar-dropdown .badge-sidebar-primary,#marsello-portal-root .pos-content .sidebar-dropdown .badge-sidebar-secondary{top:10px}#marsello-portal-root .pos-content .badge-sidebar-primary{background:#3f80ea;color:#fff}#marsello-portal-root .pos-content body[data-theme=colored] .badge-sidebar-primary{background:#fff}#marsello-portal-root .pos-content body[data-theme=dark] .badge-sidebar-primary,#marsello-portal-root .pos-content body[data-theme=light] .badge-sidebar-primary{background:#3f80ea}#marsello-portal-root .pos-content body[data-theme=colored] .badge-sidebar-primary{color:#293042}#marsello-portal-root .pos-content body[data-theme=dark] .badge-sidebar-primary,#marsello-portal-root .pos-content body[data-theme=light] .badge-sidebar-primary{color:#fff}#marsello-portal-root .pos-content .badge-sidebar-secondary{background:#6c757d;color:#fff}#marsello-portal-root .pos-content body[data-theme=colored] .badge-sidebar-secondary{background:#ffffffbf}#marsello-portal-root .pos-content body[data-theme=dark] .badge-sidebar-secondary,#marsello-portal-root .pos-content body[data-theme=light] .badge-sidebar-secondary{background:#6c757d}#marsello-portal-root .pos-content body[data-theme=colored] .badge-sidebar-secondary{color:#293042}#marsello-portal-root .pos-content body[data-theme=dark] .badge-sidebar-secondary,#marsello-portal-root .pos-content body[data-theme=light] .badge-sidebar-secondary{color:#fff}#marsello-portal-root .pos-content body:not([data-sidebar-position=right]) .sidebar.collapsed{margin-left:-260px}@media (min-width: 1px) and (max-width: 991.98px){#marsello-portal-root .pos-content body:not([data-sidebar-position=right]) .sidebar{margin-left:-260px}#marsello-portal-root .pos-content body:not([data-sidebar-position=right]) .sidebar.collapsed{margin-left:0}}#marsello-portal-root .pos-content body:not([data-sidebar-position=right]) .sidebar-toggle{margin-right:1rem}#marsello-portal-root .pos-content body[data-sidebar-position=right] .sidebar.collapsed{margin-right:-260px}@media (min-width: 1px) and (max-width: 991.98px){#marsello-portal-root .pos-content body[data-sidebar-position=right] .sidebar{margin-right:-260px}#marsello-portal-root .pos-content body[data-sidebar-position=right] .sidebar.collapsed{margin-right:0}}#marsello-portal-root .pos-content body[data-sidebar-position=right] .sidebar-toggle{margin-left:1rem}#marsello-portal-root .pos-content body[data-sidebar-position=right] .simplebar-track.simplebar-vertical{left:0;right:auto}#marsello-portal-root .pos-content .sidebar-cta-content{padding:1.5rem;margin:1.75rem;border-radius:.3rem;background:#333b52}#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-cta-content{background:#3873d4}#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-cta-content{background:#333b52}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-cta-content{background:#f7f7f7}#marsello-portal-root .pos-content .sidebar-cta-content,#marsello-portal-root .pos-content .sidebar-cta-content strong,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-cta-content,#marsello-portal-root .pos-content body[data-theme=colored] .sidebar-cta-content strong,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-cta-content,#marsello-portal-root .pos-content body[data-theme=dark] .sidebar-cta-content strong{color:#e9ecef}#marsello-portal-root .pos-content body[data-theme=light] .sidebar-cta-content,#marsello-portal-root .pos-content body[data-theme=light] .sidebar-cta-content strong{color:#020202}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-header,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-brand span,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-badge,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-cta,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-link:before,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-link>span{display:none}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .simplebar-vertical,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .simplebar-horizontal{visibility:hidden!important}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .simplebar-wrapper,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .simplebar-height-auto-observer-wrapper,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .simplebar-mask,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .simplebar-content-wrapper{overflow:visible!important}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-dropdown.collapsing{transition:none;overflow:visible;height:auto}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar{min-width:68px;max-width:68px;z-index:2}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-item{position:relative}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown{display:none;overflow:visible;position:absolute;z-index:1;width:220px;box-shadow:0 .5rem 3rem .5rem #0000000d;border-radius:.3rem;background:#fff;padding:.5rem 0;top:0}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown:before{content:"";position:absolute;top:0;width:16px;height:100%}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown>.sidebar-item .sidebar-link{padding:.5rem 1.5rem;color:#6c757d}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown>.sidebar-item .sidebar-link:hover{color:#568fed}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown>.sidebar-item .sidebar-item.active .sidebar-link,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown>.sidebar-item .sidebar-item.active .sidebar-link:hover{color:#568fed}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown .sidebar-dropdown .sidebar-link{padding:.5rem 1.5rem .5rem 2.5rem}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item>.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link{padding:.5rem 1.5rem .5rem 3.5rem}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar .sidebar-dropdown [data-bs-toggle=collapse]:before{top:.9rem}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar .sidebar-dropdown [aria-expanded=true]:before,#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar .sidebar-dropdown [data-bs-toggle=collapse]:not(.collapsed):before{top:1.1rem}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact] .sidebar-nav>.sidebar-item:hover>.sidebar-dropdown{display:block}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact]:not([data-sidebar-position=right]) .sidebar-nav>.sidebar-item>.sidebar-dropdown{left:80px}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact]:not([data-sidebar-position=right]) .sidebar-nav>.sidebar-item>.sidebar-dropdown:before{left:-16px}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact]:not([data-sidebar-position=right]) .sidebar.collapsed{margin-left:-68px}@media (min-width: 1px) and (max-width: 991.98px){#marsello-portal-root .pos-content body[data-sidebar-behavior=compact]:not([data-sidebar-position=right]) .sidebar{margin-left:-68px}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact]:not([data-sidebar-position=right]) .sidebar.collapsed{margin-left:0}}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact][data-sidebar-position=right] .sidebar-nav>.sidebar-item>.sidebar-dropdown{right:80px}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact][data-sidebar-position=right] .sidebar-nav>.sidebar-item>.sidebar-dropdown:before{right:-16px}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact][data-sidebar-position=right] .sidebar.collapsed{margin-right:-68px}@media (min-width: 1px) and (max-width: 991.98px){#marsello-portal-root .pos-content body[data-sidebar-behavior=compact][data-sidebar-position=right] .sidebar{margin-right:-68px}#marsello-portal-root .pos-content body[data-sidebar-behavior=compact][data-sidebar-position=right] .sidebar.collapsed{margin-right:0}}#marsello-portal-root .pos-content .min-vw-50{min-width:50vw!important}#marsello-portal-root .pos-content .min-vh-50{min-height:50vh!important}#marsello-portal-root .pos-content .vw-50{width:50vw!important}#marsello-portal-root .pos-content .vh-50{height:50vh!important}#marsello-portal-root .pos-content .stat{background:#e0eafc;border-radius:50%;padding:.75rem;width:48px;height:48px}#marsello-portal-root .pos-content .stat svg{width:24px;height:24px;color:#3f80ea!important}#marsello-portal-root .pos-content .stat-sm{width:40px;height:40px;padding:.625rem}#marsello-portal-root .pos-content .stat-sm svg{width:20px;height:20px}#marsello-portal-root .pos-content .table thead,#marsello-portal-root .pos-content .table tbody,#marsello-portal-root .pos-content .table tfoot,#marsello-portal-root .pos-content .table tr,#marsello-portal-root .pos-content .table td,#marsello-portal-root .pos-content .table th{border-color:#dee6ed}#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable,#marsello-portal-root .pos-content .card>.table,#marsello-portal-root .pos-content .card>.table-responsive .table,#marsello-portal-root .pos-content .card>.table-responsive-sm .table,#marsello-portal-root .pos-content .card>.table-responsive-md .table,#marsello-portal-root .pos-content .card>.table-responsive-lg .table,#marsello-portal-root .pos-content .card>.table-responsive-xl .table{border-right:0;border-bottom:0;border-left:0;margin-bottom:0}#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable td:first-child,#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable th:first-child,#marsello-portal-root .pos-content .card>.table td:first-child,#marsello-portal-root .pos-content .card>.table th:first-child,#marsello-portal-root .pos-content .card>.table-responsive .table td:first-child,#marsello-portal-root .pos-content .card>.table-responsive .table th:first-child,#marsello-portal-root .pos-content .card>.table-responsive-sm .table td:first-child,#marsello-portal-root .pos-content .card>.table-responsive-sm .table th:first-child,#marsello-portal-root .pos-content .card>.table-responsive-md .table td:first-child,#marsello-portal-root .pos-content .card>.table-responsive-md .table th:first-child,#marsello-portal-root .pos-content .card>.table-responsive-lg .table td:first-child,#marsello-portal-root .pos-content .card>.table-responsive-lg .table th:first-child,#marsello-portal-root .pos-content .card>.table-responsive-xl .table td:first-child,#marsello-portal-root .pos-content .card>.table-responsive-xl .table th:first-child{border-left:0;padding-left:1.25rem}#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable td:last-child,#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable th:last-child,#marsello-portal-root .pos-content .card>.table td:last-child,#marsello-portal-root .pos-content .card>.table th:last-child,#marsello-portal-root .pos-content .card>.table-responsive .table td:last-child,#marsello-portal-root .pos-content .card>.table-responsive .table th:last-child,#marsello-portal-root .pos-content .card>.table-responsive-sm .table td:last-child,#marsello-portal-root .pos-content .card>.table-responsive-sm .table th:last-child,#marsello-portal-root .pos-content .card>.table-responsive-md .table td:last-child,#marsello-portal-root .pos-content .card>.table-responsive-md .table th:last-child,#marsello-portal-root .pos-content .card>.table-responsive-lg .table td:last-child,#marsello-portal-root .pos-content .card>.table-responsive-lg .table th:last-child,#marsello-portal-root .pos-content .card>.table-responsive-xl .table td:last-child,#marsello-portal-root .pos-content .card>.table-responsive-xl .table th:last-child{border-right:0;padding-right:1.25rem}#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable tr:first-child td,#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable tr:first-child th,#marsello-portal-root .pos-content .card>.table tr:first-child td,#marsello-portal-root .pos-content .card>.table tr:first-child th,#marsello-portal-root .pos-content .card>.table-responsive .table tr:first-child td,#marsello-portal-root .pos-content .card>.table-responsive .table tr:first-child th,#marsello-portal-root .pos-content .card>.table-responsive-sm .table tr:first-child td,#marsello-portal-root .pos-content .card>.table-responsive-sm .table tr:first-child th,#marsello-portal-root .pos-content .card>.table-responsive-md .table tr:first-child td,#marsello-portal-root .pos-content .card>.table-responsive-md .table tr:first-child th,#marsello-portal-root .pos-content .card>.table-responsive-lg .table tr:first-child td,#marsello-portal-root .pos-content .card>.table-responsive-lg .table tr:first-child th,#marsello-portal-root .pos-content .card>.table-responsive-xl .table tr:first-child td,#marsello-portal-root .pos-content .card>.table-responsive-xl .table tr:first-child th{border-top:0}#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable tr:last-child td,#marsello-portal-root .pos-content .card>.table tr:last-child td,#marsello-portal-root .pos-content .card>.table-responsive .table tr:last-child td,#marsello-portal-root .pos-content .card>.table-responsive-sm .table tr:last-child td,#marsello-portal-root .pos-content .card>.table-responsive-md .table tr:last-child td,#marsello-portal-root .pos-content .card>.table-responsive-lg .table tr:last-child td,#marsello-portal-root .pos-content .card>.table-responsive-xl .table tr:last-child td{border-bottom:0}#marsello-portal-root .pos-content .card .card-header+.table{border-top:0}#marsello-portal-root .pos-content .table-action a{color:#6c757d}#marsello-portal-root .pos-content .table-action a:hover{color:#212529}#marsello-portal-root .pos-content .table-action .feather{width:18px;height:18px}#marsello-portal-root .pos-content .table>tbody>tr>td{vertical-align:middle}#marsello-portal-root .pos-content .card>.dataTables_wrapper .table.dataTable{margin-top:0!important;margin-bottom:0!important}#marsello-portal-root .pos-content .card>.dataTables_wrapper .dataTables_info{padding:1rem 1.25rem}#marsello-portal-root .pos-content .card>.dataTables_wrapper .dataTables_paginate{padding:.6rem 1.25rem}#marsello-portal-root .pos-content .dt-bootstrap4{width:calc(100% - 2px)}#marsello-portal-root .pos-content table.dataTable tbody>tr.selected,#marsello-portal-root .pos-content table.dataTable tbody>tr>.selected{--bs-table-accent-bg: $primary}#marsello-portal-root .pos-content .tab{margin-bottom:2rem}#marsello-portal-root .pos-content .tab .nav-tabs{border:0}#marsello-portal-root .pos-content .tab .nav-tabs .nav-link{background:transparent;color:#020202;padding:.75rem 1rem;border:0}#marsello-portal-root .pos-content .tab .nav-tabs .nav-link.active{background:#fff;color:#020202}#marsello-portal-root .pos-content .tab .nav-tabs .nav-link:hover:not(.active){color:#3f80ea}#marsello-portal-root .pos-content .tab .nav-tabs .nav-link svg{width:20px;height:20px}#marsello-portal-root .pos-content .tab .tab-content{background:#fff;padding:1.25rem;box-shadow:0 .1rem .2rem #0000000d;border-radius:0 0 .2rem .2rem}#marsello-portal-root .pos-content .tab .tab-content p:last-child{margin-bottom:0}#marsello-portal-root .pos-content .tab-primary .nav-tabs .nav-link.active{background:#3f80ea;border-bottom-color:#3f80ea;color:#fff}#marsello-portal-root .pos-content .tab-primary .tab-content{background:#3f80ea;color:#fff}#marsello-portal-root .pos-content .tab-primary h1,#marsello-portal-root .pos-content .tab-primary h2,#marsello-portal-root .pos-content .tab-primary h3,#marsello-portal-root .pos-content .tab-primary h4,#marsello-portal-root .pos-content .tab-primary h5,#marsello-portal-root .pos-content .tab-primary h6,#marsello-portal-root .pos-content .tab-primary .h1,#marsello-portal-root .pos-content .tab-primary .h2,#marsello-portal-root .pos-content .tab-primary .h3,#marsello-portal-root .pos-content .tab-primary .h4,#marsello-portal-root .pos-content .tab-primary .h5,#marsello-portal-root .pos-content .tab-primary .h6{color:#fff}#marsello-portal-root .pos-content .tab-secondary .nav-tabs .nav-link.active{background:#495057;border-bottom-color:#495057;color:#fff}#marsello-portal-root .pos-content .tab-secondary .tab-content{background:#495057;color:#fff}#marsello-portal-root .pos-content .tab-secondary h1,#marsello-portal-root .pos-content .tab-secondary h2,#marsello-portal-root .pos-content .tab-secondary h3,#marsello-portal-root .pos-content .tab-secondary h4,#marsello-portal-root .pos-content .tab-secondary h5,#marsello-portal-root .pos-content .tab-secondary h6,#marsello-portal-root .pos-content .tab-secondary .h1,#marsello-portal-root .pos-content .tab-secondary .h2,#marsello-portal-root .pos-content .tab-secondary .h3,#marsello-portal-root .pos-content .tab-secondary .h4,#marsello-portal-root .pos-content .tab-secondary .h5,#marsello-portal-root .pos-content .tab-secondary .h6{color:#fff}#marsello-portal-root .pos-content .tab-success .nav-tabs .nav-link.active{background:#4bbf73;border-bottom-color:#4bbf73;color:#fff}#marsello-portal-root .pos-content .tab-success .tab-content{background:#4bbf73;color:#fff}#marsello-portal-root .pos-content .tab-success h1,#marsello-portal-root .pos-content .tab-success h2,#marsello-portal-root .pos-content .tab-success h3,#marsello-portal-root .pos-content .tab-success h4,#marsello-portal-root .pos-content .tab-success h5,#marsello-portal-root .pos-content .tab-success h6,#marsello-portal-root .pos-content .tab-success .h1,#marsello-portal-root .pos-content .tab-success .h2,#marsello-portal-root .pos-content .tab-success .h3,#marsello-portal-root .pos-content .tab-success .h4,#marsello-portal-root .pos-content .tab-success .h5,#marsello-portal-root .pos-content .tab-success .h6{color:#fff}#marsello-portal-root .pos-content .tab-info .nav-tabs .nav-link.active{background:#1f9bcf;border-bottom-color:#1f9bcf;color:#fff}#marsello-portal-root .pos-content .tab-info .tab-content{background:#1f9bcf;color:#fff}#marsello-portal-root .pos-content .tab-info h1,#marsello-portal-root .pos-content .tab-info h2,#marsello-portal-root .pos-content .tab-info h3,#marsello-portal-root .pos-content .tab-info h4,#marsello-portal-root .pos-content .tab-info h5,#marsello-portal-root .pos-content .tab-info h6,#marsello-portal-root .pos-content .tab-info .h1,#marsello-portal-root .pos-content .tab-info .h2,#marsello-portal-root .pos-content .tab-info .h3,#marsello-portal-root .pos-content .tab-info .h4,#marsello-portal-root .pos-content .tab-info .h5,#marsello-portal-root .pos-content .tab-info .h6{color:#fff}#marsello-portal-root .pos-content .tab-warning .nav-tabs .nav-link.active{background:#e5a54b;border-bottom-color:#e5a54b;color:#fff}#marsello-portal-root .pos-content .tab-warning .tab-content{background:#e5a54b;color:#fff}#marsello-portal-root .pos-content .tab-warning h1,#marsello-portal-root .pos-content .tab-warning h2,#marsello-portal-root .pos-content .tab-warning h3,#marsello-portal-root .pos-content .tab-warning h4,#marsello-portal-root .pos-content .tab-warning h5,#marsello-portal-root .pos-content .tab-warning h6,#marsello-portal-root .pos-content .tab-warning .h1,#marsello-portal-root .pos-content .tab-warning .h2,#marsello-portal-root .pos-content .tab-warning .h3,#marsello-portal-root .pos-content .tab-warning .h4,#marsello-portal-root .pos-content .tab-warning .h5,#marsello-portal-root .pos-content .tab-warning .h6{color:#fff}#marsello-portal-root .pos-content .tab-danger .nav-tabs .nav-link.active{background:#d9534f;border-bottom-color:#d9534f;color:#fff}#marsello-portal-root .pos-content .tab-danger .tab-content{background:#d9534f;color:#fff}#marsello-portal-root .pos-content .tab-danger h1,#marsello-portal-root .pos-content .tab-danger h2,#marsello-portal-root .pos-content .tab-danger h3,#marsello-portal-root .pos-content .tab-danger h4,#marsello-portal-root .pos-content .tab-danger h5,#marsello-portal-root .pos-content .tab-danger h6,#marsello-portal-root .pos-content .tab-danger .h1,#marsello-portal-root .pos-content .tab-danger .h2,#marsello-portal-root .pos-content .tab-danger .h3,#marsello-portal-root .pos-content .tab-danger .h4,#marsello-portal-root .pos-content .tab-danger .h5,#marsello-portal-root .pos-content .tab-danger .h6{color:#fff}#marsello-portal-root .pos-content .tab-light .nav-tabs .nav-link.active{background:#eff2f6;border-bottom-color:#eff2f6;color:#fff}#marsello-portal-root .pos-content .tab-light .tab-content{background:#eff2f6;color:#fff}#marsello-portal-root .pos-content .tab-light h1,#marsello-portal-root .pos-content .tab-light h2,#marsello-portal-root .pos-content .tab-light h3,#marsello-portal-root .pos-content .tab-light h4,#marsello-portal-root .pos-content .tab-light h5,#marsello-portal-root .pos-content .tab-light h6,#marsello-portal-root .pos-content .tab-light .h1,#marsello-portal-root .pos-content .tab-light .h2,#marsello-portal-root .pos-content .tab-light .h3,#marsello-portal-root .pos-content .tab-light .h4,#marsello-portal-root .pos-content .tab-light .h5,#marsello-portal-root .pos-content .tab-light .h6{color:#fff}#marsello-portal-root .pos-content .tab-dark .nav-tabs .nav-link.active{background:#293042;border-bottom-color:#293042;color:#fff}#marsello-portal-root .pos-content .tab-dark .tab-content{background:#293042;color:#fff}#marsello-portal-root .pos-content .tab-dark h1,#marsello-portal-root .pos-content .tab-dark h2,#marsello-portal-root .pos-content .tab-dark h3,#marsello-portal-root .pos-content .tab-dark h4,#marsello-portal-root .pos-content .tab-dark h5,#marsello-portal-root .pos-content .tab-dark h6,#marsello-portal-root .pos-content .tab-dark .h1,#marsello-portal-root .pos-content .tab-dark .h2,#marsello-portal-root .pos-content .tab-dark .h3,#marsello-portal-root .pos-content .tab-dark .h4,#marsello-portal-root .pos-content .tab-dark .h5,#marsello-portal-root .pos-content .tab-dark .h6{color:#fff}#marsello-portal-root .pos-content .tab-title{font-size:.95rem}#marsello-portal-root .pos-content .tab-vertical .nav-tabs{float:left;flex-direction:column}#marsello-portal-root .pos-content .tab-vertical .nav-tabs .nav-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem;border-top-right-radius:0;border-bottom-right-radius:0}#marsello-portal-root .pos-content .tab-vertical .tab-content{overflow:auto}#marsello-portal-root .pos-content .timeline{list-style-type:none;position:relative}#marsello-portal-root .pos-content .timeline:before{content:" ";background:#dee6ed;display:inline-block;position:absolute;left:9px;width:2px;height:100%;z-index:1}#marsello-portal-root .pos-content .timeline-item:before{content:" ";background:#fff;display:inline-block;position:absolute;border-radius:50%;border:3px solid #3F80EA;left:0;width:20px;height:20px;z-index:1}#marsello-portal-root .pos-content .text-sm{font-size:.75rem}#marsello-portal-root .pos-content .text-lg{font-size:.95rem}#marsello-portal-root .pos-content b,#marsello-portal-root .pos-content strong,#marsello-portal-root .pos-content .font-weight-bold{font-weight:500;color:#495057}#marsello-portal-root .pos-content pre.snippet .hljs{background:#293042;border-radius:.3rem;padding:1rem}#marsello-portal-root .pos-content a{cursor:pointer}#marsello-portal-root .pos-content .wizard.sw-theme-default>.nav .nav-link.active{color:#3f80ea!important}#marsello-portal-root .pos-content .wizard.sw-theme-default>.nav .nav-link.active:after{background:#3f80ea!important}#marsello-portal-root .pos-content .wizard.sw-theme-default>.nav .nav-link.done{color:#84aef2!important}#marsello-portal-root .pos-content .wizard.sw-theme-default>.nav .nav-link.done:after{background:#84aef2!important}#marsello-portal-root .pos-content .wizard.sw-theme-arrows>.nav .nav-link.active{border-color:#3f80ea!important;background:#3f80ea!important}#marsello-portal-root .pos-content .wizard.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#3f80ea!important}#marsello-portal-root .pos-content .wizard.sw-theme-arrows>.nav .nav-link.done{border-color:#84aef2!important;background:#84aef2!important}#marsello-portal-root .pos-content .wizard.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#84aef2!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-default>.nav .nav-link.active{color:#3f80ea!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-default>.nav .nav-link.active:after{background:#3f80ea!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-default>.nav .nav-link.done{color:#84aef2!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-default>.nav .nav-link.done:after{background:#84aef2!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-arrows>.nav .nav-link.active{border-color:#3f80ea!important;background:#3f80ea!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#3f80ea!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-arrows>.nav .nav-link.done{border-color:#84aef2!important;background:#84aef2!important}#marsello-portal-root .pos-content .wizard-primary.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#84aef2!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-default>.nav .nav-link.active{color:#495057!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-default>.nav .nav-link.active:after{background:#495057!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-default>.nav .nav-link.done{color:#6c7681!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-default>.nav .nav-link.done:after{background:#6c7681!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-arrows>.nav .nav-link.active{border-color:#495057!important;background:#495057!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#495057!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-arrows>.nav .nav-link.done{border-color:#6c7681!important;background:#6c7681!important}#marsello-portal-root .pos-content .wizard-secondary.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#6c7681!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-default>.nav .nav-link.active{color:#4bbf73!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-default>.nav .nav-link.active:after{background:#4bbf73!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-default>.nav .nav-link.done{color:#83d39f!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-default>.nav .nav-link.done:after{background:#83d39f!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-arrows>.nav .nav-link.active{border-color:#4bbf73!important;background:#4bbf73!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#4bbf73!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-arrows>.nav .nav-link.done{border-color:#83d39f!important;background:#83d39f!important}#marsello-portal-root .pos-content .wizard-success.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#83d39f!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-default>.nav .nav-link.active{color:#1f9bcf!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-default>.nav .nav-link.active:after{background:#1f9bcf!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-default>.nav .nav-link.done{color:#55bbe6!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-default>.nav .nav-link.done:after{background:#55bbe6!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-arrows>.nav .nav-link.active{border-color:#1f9bcf!important;background:#1f9bcf!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#1f9bcf!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-arrows>.nav .nav-link.done{border-color:#55bbe6!important;background:#55bbe6!important}#marsello-portal-root .pos-content .wizard-info.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#55bbe6!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-default>.nav .nav-link.active{color:#e5a54b!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-default>.nav .nav-link.active:after{background:#e5a54b!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-default>.nav .nav-link.done{color:#efc68e!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-default>.nav .nav-link.done:after{background:#efc68e!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-arrows>.nav .nav-link.active{border-color:#e5a54b!important;background:#e5a54b!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#e5a54b!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-arrows>.nav .nav-link.done{border-color:#efc68e!important;background:#efc68e!important}#marsello-portal-root .pos-content .wizard-warning.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#efc68e!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-default>.nav .nav-link.active{color:#d9534f!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-default>.nav .nav-link.active:after{background:#d9534f!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-default>.nav .nav-link.done{color:#e7908e!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-default>.nav .nav-link.done:after{background:#e7908e!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-arrows>.nav .nav-link.active{border-color:#d9534f!important;background:#d9534f!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#d9534f!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-arrows>.nav .nav-link.done{border-color:#e7908e!important;background:#e7908e!important}#marsello-portal-root .pos-content .wizard-danger.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#e7908e!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-default>.nav .nav-link.active{color:#eff2f6!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-default>.nav .nav-link.active:after{background:#eff2f6!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-default>.nav .nav-link.done{color:#fff!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-default>.nav .nav-link.done:after{background:#fff!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-arrows>.nav .nav-link.active{border-color:#eff2f6!important;background:#eff2f6!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#eff2f6!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-arrows>.nav .nav-link.done{border-color:#fff!important;background:#fff!important}#marsello-portal-root .pos-content .wizard-light.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#fff!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-default>.nav .nav-link.active{color:#293042!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-default>.nav .nav-link.active:after{background:#293042!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-default>.nav .nav-link.done{color:#465271!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-default>.nav .nav-link.done:after{background:#465271!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-arrows>.nav .nav-link.active{border-color:#293042!important;background:#293042!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-arrows>.nav .nav-link.active:after{border-left-color:#293042!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-arrows>.nav .nav-link.done{border-color:#465271!important;background:#465271!important}#marsello-portal-root .pos-content .wizard-dark.sw-theme-arrows>.nav .nav-link.done:after{border-left-color:#465271!important}#marsello-portal-root .pos-content .wizard{background:#fff;background-color:#fff;background-clip:border-box;border:0 solid transparent;box-shadow:0 .1rem .2rem #0000000d;border-radius:.25rem!important;margin-bottom:2rem}#marsello-portal-root .pos-content .wizard .tab-pane{padding:1.25rem!important}#marsello-portal-root .pos-content .wizard.sw-theme-default .sw-toolbar-bottom,#marsello-portal-root .pos-content .wizard.sw-theme-arrows .sw-toolbar-bottom{background:#fff;border-top-width:1px;border-top-style:solid;border-top-color:#dee6ed}#marsello-portal-root .pos-content .wizard.sw-theme-default .step-content,#marsello-portal-root .pos-content .wizard.sw-theme-arrows .step-content{padding:10px}#marsello-portal-root .pos-content .wrapper{align-items:stretch;display:flex;width:100%}#marsello-portal-root .pos-content body[data-layout=boxed] .wrapper{max-width:1800px;margin:0 auto;border-left:1px solid #dee6ed;border-right:1px solid #dee6ed;overflow:hidden}@media (min-width: 1440px){#marsello-portal-root .pos-content body[data-layout=boxed] .wrapper{width:90vw}}#marsello-portal-root .pos-content .bg-primary-dark{background-color:#1659c7!important}#marsello-portal-root .pos-content a.bg-primary-dark:hover,#marsello-portal-root .pos-content a.bg-primary-dark:focus,#marsello-portal-root .pos-content button.bg-primary-dark:hover,#marsello-portal-root .pos-content button.bg-primary-dark:focus{background-color:#149!important}#marsello-portal-root .pos-content .bg-primary-light{background-color:#84aef2!important}#marsello-portal-root .pos-content a.bg-primary-light:hover,#marsello-portal-root .pos-content a.bg-primary-light:focus,#marsello-portal-root .pos-content button.bg-primary-light:hover,#marsello-portal-root .pos-content button.bg-primary-light:focus{background-color:#568fed!important}#marsello-portal-root .pos-content .rounded-lg{border-radius:.3rem!important}#marsello-portal-root .pos-content .rounded-top-lg{border-top-left-radius:.3rem!important;border-top-right-radius:.3rem!important}#marsello-portal-root .pos-content .rounded-right-lg{border-top-right-radius:.3rem!important;border-bottom-right-radius:.3rem!important}#marsello-portal-root .pos-content .rounded-bottom-lg{border-bottom-right-radius:.3rem!important;border-bottom-left-radius:.3rem!important}#marsello-portal-root .pos-content .rounded-left-lg{border-top-left-radius:.3rem!important;border-bottom-left-radius:.3rem!important}#marsello-portal-root .pos-content .rounded-sm{border-radius:.1rem!important}#marsello-portal-root .pos-content .rounded-top-sm{border-top-left-radius:.1rem!important;border-top-right-radius:.1rem!important}#marsello-portal-root .pos-content .rounded-right-sm{border-top-right-radius:.1rem!important;border-bottom-right-radius:.1rem!important}#marsello-portal-root .pos-content .rounded-bottom-sm{border-bottom-right-radius:.1rem!important;border-bottom-left-radius:.1rem!important}#marsello-portal-root .pos-content .rounded-left-sm{border-top-left-radius:.1rem!important;border-bottom-left-radius:.1rem!important}#marsello-portal-root .pos-content .cursor-grab{cursor:move;cursor:grab;cursor:-webkit-grab}#marsello-portal-root .pos-content .cursor-pointer{cursor:pointer}#marsello-portal-root .pos-content .fs-lg,#marsello-portal-root .pos-content .fs-sm{font-size:.95rem}#marsello-portal-root .pos-content .overflow-scroll{overflow:scroll}#marsello-portal-root .pos-content .overflow-hidden{overflow:hidden}#marsello-portal-root .pos-content .overflow-auto{overflow:auto}#marsello-portal-root .pos-content .overflow-visible{overflow:visible}#marsello-portal-root .pos-content .absolute-top{position:absolute;top:0;right:0;left:0}#marsello-portal-root .pos-content .z-1{z-index:1}#marsello-portal-root .pos-content .z-2{z-index:2}#marsello-portal-root .pos-content .z-3{z-index:3}#marsello-portal-root .pos-content .z-4{z-index:4}#marsello-portal-root .pos-content .z-5{z-index:5}#marsello-portal-root .pos-content .z-6{z-index:6}#marsello-portal-root .pos-content .z-7{z-index:7}#marsello-portal-root .pos-content .z-8{z-index:8}#marsello-portal-root .pos-content .z-9{z-index:9}#marsello-portal-root .pos-content .z-10{z-index:10}#marsello-portal-root .pos-content .z-11{z-index:11}#marsello-portal-root .pos-content .z-12{z-index:12}#marsello-portal-root .pos-content .z-13{z-index:13}#marsello-portal-root .pos-content .z-14{z-index:14}#marsello-portal-root .pos-content .z-15{z-index:15}#marsello-portal-root .pos-content .z-16{z-index:16}#marsello-portal-root .pos-content .z-17{z-index:17}#marsello-portal-root .pos-content .z-18{z-index:18}#marsello-portal-root .pos-content .z-19{z-index:19}#marsello-portal-root .pos-content .z-20{z-index:20}#marsello-portal-root .pos-content .z-21{z-index:21}#marsello-portal-root .pos-content .z-22{z-index:22}#marsello-portal-root .pos-content .z-23{z-index:23}#marsello-portal-root .pos-content .z-24{z-index:24}#marsello-portal-root .pos-content .z-25{z-index:25}#marsello-portal-root .pos-content .z-26{z-index:26}#marsello-portal-root .pos-content .z-27{z-index:27}#marsello-portal-root .pos-content .z-28{z-index:28}#marsello-portal-root .pos-content .z-29{z-index:29}#marsello-portal-root .pos-content .z-30{z-index:30}#marsello-portal-root .pos-content .z-31{z-index:31}#marsello-portal-root .pos-content .z-32{z-index:32}#marsello-portal-root .pos-content .z-33{z-index:33}#marsello-portal-root .pos-content .z-34{z-index:34}#marsello-portal-root .pos-content .z-35{z-index:35}#marsello-portal-root .pos-content .z-36{z-index:36}#marsello-portal-root .pos-content .z-37{z-index:37}#marsello-portal-root .pos-content .z-38{z-index:38}#marsello-portal-root .pos-content .z-39{z-index:39}#marsello-portal-root .pos-content .z-40{z-index:40}#marsello-portal-root .pos-content .z-41{z-index:41}#marsello-portal-root .pos-content .z-42{z-index:42}#marsello-portal-root .pos-content .z-43{z-index:43}#marsello-portal-root .pos-content .z-44{z-index:44}#marsello-portal-root .pos-content .z-45{z-index:45}#marsello-portal-root .pos-content .z-46{z-index:46}#marsello-portal-root .pos-content .z-47{z-index:47}#marsello-portal-root .pos-content .z-48{z-index:48}#marsello-portal-root .pos-content .z-49{z-index:49}#marsello-portal-root .pos-content .z-50{z-index:50}#marsello-portal-root .pos-content .fc-theme-bootstrap a:not([href]){color:inherit}#marsello-portal-root .pos-content .apexcharts-canvas{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}#marsello-portal-root .pos-content .apexcharts-canvas ::-webkit-scrollbar{-webkit-appearance:none;width:6px}#marsello-portal-root .pos-content .apexcharts-canvas ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#00000080;box-shadow:0 0 1px #ffffff80;-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}#marsello-portal-root .pos-content .apexcharts-inner{position:relative}#marsello-portal-root .pos-content .apexcharts-text tspan{font-family:inherit}#marsello-portal-root .pos-content .legend-mouseover-inactive{transition:.15s ease all;opacity:.2}#marsello-portal-root .pos-content .apexcharts-series-collapsed{opacity:0}#marsello-portal-root .pos-content .apexcharts-tooltip{border-radius:5px;box-shadow:2px 2px 6px -4px #999;cursor:default;font-size:14px;left:62px;opacity:0;pointer-events:none;position:absolute;top:20px;display:flex;flex-direction:column;overflow:hidden;white-space:nowrap;z-index:12;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-tooltip.apexcharts-active{opacity:1;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-tooltip.apexcharts-theme-light{border:1px solid #e3e3e3;background:#fffffff5}#marsello-portal-root .pos-content .apexcharts-tooltip.apexcharts-theme-dark{color:#fff;background:#1e1e1ecc}#marsello-portal-root .pos-content .apexcharts-tooltip *{font-family:inherit}#marsello-portal-root .pos-content .apexcharts-tooltip-title{padding:6px;font-size:15px;margin-bottom:4px}#marsello-portal-root .pos-content .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{background:#eceff1;border-bottom:1px solid #ddd}#marsello-portal-root .pos-content .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title{background:#000000b3;border-bottom:1px solid #333}#marsello-portal-root .pos-content .apexcharts-tooltip-text-y-value,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-value,#marsello-portal-root .pos-content .apexcharts-tooltip-text-z-value{display:inline-block;font-weight:600;margin-left:5px}#marsello-portal-root .pos-content .apexcharts-tooltip-text-y-label:empty,#marsello-portal-root .pos-content .apexcharts-tooltip-text-y-value:empty,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-label:empty,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-value:empty,#marsello-portal-root .pos-content .apexcharts-tooltip-text-z-value:empty{display:none}#marsello-portal-root .pos-content .apexcharts-tooltip-text-y-value,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-value,#marsello-portal-root .pos-content .apexcharts-tooltip-text-z-value{font-weight:600}#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-label,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-value{padding:6px 0 5px}#marsello-portal-root .pos-content .apexcharts-tooltip-goals-group,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-label,#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-value{display:flex}#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-label:not(:empty),#marsello-portal-root .pos-content .apexcharts-tooltip-text-goals-value:not(:empty){margin-top:-6px}#marsello-portal-root .pos-content .apexcharts-tooltip-marker{width:12px;height:12px;position:relative;top:0;margin-right:10px;border-radius:50%}#marsello-portal-root .pos-content .apexcharts-tooltip-series-group{padding:0 10px;display:none;text-align:left;justify-content:left;align-items:center}#marsello-portal-root .pos-content .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker{opacity:1}#marsello-portal-root .pos-content .apexcharts-tooltip-series-group.apexcharts-active,#marsello-portal-root .pos-content .apexcharts-tooltip-series-group:last-child{padding-bottom:4px}#marsello-portal-root .pos-content .apexcharts-tooltip-series-group-hidden{opacity:0;height:0;line-height:0;padding:0!important}#marsello-portal-root .pos-content .apexcharts-tooltip-y-group{padding:6px 0 5px}#marsello-portal-root .pos-content .apexcharts-tooltip-box,#marsello-portal-root .pos-content .apexcharts-custom-tooltip{padding:4px 8px}#marsello-portal-root .pos-content .apexcharts-tooltip-boxPlot{display:flex;flex-direction:column-reverse}#marsello-portal-root .pos-content .apexcharts-tooltip-box>div{margin:4px 0}#marsello-portal-root .pos-content .apexcharts-tooltip-box span.value{font-weight:700}#marsello-portal-root .pos-content .apexcharts-tooltip-rangebar{padding:5px 8px}#marsello-portal-root .pos-content .apexcharts-tooltip-rangebar .category{font-weight:600;color:#777}#marsello-portal-root .pos-content .apexcharts-tooltip-rangebar .series-name{font-weight:700;display:block;margin-bottom:5px}#marsello-portal-root .pos-content .apexcharts-xaxistooltip{opacity:0;padding:9px 10px;pointer-events:none;color:#373d3f;font-size:13px;text-align:center;border-radius:2px;position:absolute;z-index:10;background:#eceff1;border:1px solid #90A4AE;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-xaxistooltip.apexcharts-theme-dark{background:#000000b3;border:1px solid rgba(0,0,0,.5);color:#fff}#marsello-portal-root .pos-content .apexcharts-xaxistooltip:after,#marsello-portal-root .pos-content .apexcharts-xaxistooltip:before{left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}#marsello-portal-root .pos-content .apexcharts-xaxistooltip:after{border-color:#eceff100;border-width:6px;margin-left:-6px}#marsello-portal-root .pos-content .apexcharts-xaxistooltip:before{border-color:#90a4ae00;border-width:7px;margin-left:-7px}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-bottom:after,#marsello-portal-root .pos-content .apexcharts-xaxistooltip-bottom:before{bottom:100%}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-top:after,#marsello-portal-root .pos-content .apexcharts-xaxistooltip-top:before{top:100%}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-bottom:after{border-bottom-color:#eceff1}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-bottom:before{border-bottom-color:#90a4ae}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after{border-bottom-color:#00000080}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before{border-bottom-color:#00000080}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-top:after{border-top-color:#eceff1}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-top:before{border-top-color:#90a4ae}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after{border-top-color:#00000080}#marsello-portal-root .pos-content .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before{border-top-color:#00000080}#marsello-portal-root .pos-content .apexcharts-xaxistooltip.apexcharts-active{opacity:1;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-yaxistooltip{opacity:0;padding:4px 10px;pointer-events:none;color:#373d3f;font-size:13px;text-align:center;border-radius:2px;position:absolute;z-index:10;background:#eceff1;border:1px solid #90A4AE}#marsello-portal-root .pos-content .apexcharts-yaxistooltip.apexcharts-theme-dark{background:#000000b3;border:1px solid rgba(0,0,0,.5);color:#fff}#marsello-portal-root .pos-content .apexcharts-yaxistooltip:after,#marsello-portal-root .pos-content .apexcharts-yaxistooltip:before{top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}#marsello-portal-root .pos-content .apexcharts-yaxistooltip:after{border-color:#eceff100;border-width:6px;margin-top:-6px}#marsello-portal-root .pos-content .apexcharts-yaxistooltip:before{border-color:#90a4ae00;border-width:7px;margin-top:-7px}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-left:after,#marsello-portal-root .pos-content .apexcharts-yaxistooltip-left:before{left:100%}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-right:after,#marsello-portal-root .pos-content .apexcharts-yaxistooltip-right:before{right:100%}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-left:after{border-left-color:#eceff1}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-left:before{border-left-color:#90a4ae}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-left.apexcharts-theme-dark:after{border-left-color:#00000080}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before{border-left-color:#00000080}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-right:after{border-right-color:#eceff1}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-right:before{border-right-color:#90a4ae}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-right.apexcharts-theme-dark:after{border-right-color:#00000080}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before{border-right-color:#00000080}#marsello-portal-root .pos-content .apexcharts-yaxistooltip.apexcharts-active{opacity:1}#marsello-portal-root .pos-content .apexcharts-yaxistooltip-hidden{display:none}#marsello-portal-root .pos-content .apexcharts-xcrosshairs,#marsello-portal-root .pos-content .apexcharts-ycrosshairs{pointer-events:none;opacity:0;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-xcrosshairs.apexcharts-active,#marsello-portal-root .pos-content .apexcharts-ycrosshairs.apexcharts-active{opacity:1;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-ycrosshairs-hidden{opacity:0}#marsello-portal-root .pos-content .apexcharts-selection-rect{cursor:move}#marsello-portal-root .pos-content .svg_select_boundingRect,#marsello-portal-root .pos-content .svg_select_points_rot{pointer-events:none;opacity:0;visibility:hidden}#marsello-portal-root .pos-content .apexcharts-selection-rect+g .svg_select_boundingRect,#marsello-portal-root .pos-content .apexcharts-selection-rect+g .svg_select_points_rot{opacity:0;visibility:hidden}#marsello-portal-root .pos-content .apexcharts-selection-rect+g .svg_select_points_l,#marsello-portal-root .pos-content .apexcharts-selection-rect+g .svg_select_points_r{cursor:ew-resize;opacity:1;visibility:visible}#marsello-portal-root .pos-content .svg_select_points{fill:#efefef;stroke:#333;rx:2}#marsello-portal-root .pos-content .apexcharts-svg.apexcharts-zoomable.hovering-zoom{cursor:crosshair}#marsello-portal-root .pos-content .apexcharts-svg.apexcharts-zoomable.hovering-pan{cursor:move}#marsello-portal-root .pos-content .apexcharts-zoom-icon,#marsello-portal-root .pos-content .apexcharts-zoomin-icon,#marsello-portal-root .pos-content .apexcharts-zoomout-icon,#marsello-portal-root .pos-content .apexcharts-reset-icon,#marsello-portal-root .pos-content .apexcharts-pan-icon,#marsello-portal-root .pos-content .apexcharts-selection-icon,#marsello-portal-root .pos-content .apexcharts-menu-icon,#marsello-portal-root .pos-content .apexcharts-toolbar-custom-icon{cursor:pointer;width:20px;height:20px;line-height:24px;color:#6e8192;text-align:center}#marsello-portal-root .pos-content .apexcharts-zoom-icon svg,#marsello-portal-root .pos-content .apexcharts-zoomin-icon svg,#marsello-portal-root .pos-content .apexcharts-zoomout-icon svg,#marsello-portal-root .pos-content .apexcharts-reset-icon svg,#marsello-portal-root .pos-content .apexcharts-menu-icon svg{fill:#6e8192}#marsello-portal-root .pos-content .apexcharts-selection-icon svg{fill:#444;transform:scale(.76)}#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-zoom-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-zoomin-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-zoomout-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-reset-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-pan-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-selection-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-menu-icon svg,#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg{fill:#f3f4f5}#marsello-portal-root .pos-content .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,#marsello-portal-root .pos-content .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,#marsello-portal-root .pos-content .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg{fill:#008ffb}#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-reset-icon:hover svg,#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-menu-icon:hover svg{fill:#333}#marsello-portal-root .pos-content .apexcharts-selection-icon,#marsello-portal-root .pos-content .apexcharts-menu-icon{position:relative}#marsello-portal-root .pos-content .apexcharts-reset-icon{margin-left:5px}#marsello-portal-root .pos-content .apexcharts-zoom-icon,#marsello-portal-root .pos-content .apexcharts-reset-icon,#marsello-portal-root .pos-content .apexcharts-menu-icon{transform:scale(.85)}#marsello-portal-root .pos-content .apexcharts-zoomin-icon,#marsello-portal-root .pos-content .apexcharts-zoomout-icon{transform:scale(.7)}#marsello-portal-root .pos-content .apexcharts-zoomout-icon{margin-right:3px}#marsello-portal-root .pos-content .apexcharts-pan-icon{transform:scale(.62);position:relative;left:1px;top:0}#marsello-portal-root .pos-content .apexcharts-pan-icon svg{fill:#fff;stroke:#6e8192;stroke-width:2}#marsello-portal-root .pos-content .apexcharts-pan-icon.apexcharts-selected svg{stroke:#008ffb}#marsello-portal-root .pos-content .apexcharts-pan-icon:not(.apexcharts-selected):hover svg{stroke:#333}#marsello-portal-root .pos-content .apexcharts-toolbar{position:absolute;z-index:11;max-width:176px;text-align:right;border-radius:3px;padding:0 6px 2px;display:flex;justify-content:space-between;align-items:center}#marsello-portal-root .pos-content .apexcharts-menu{background:#fff;position:absolute;top:100%;border:1px solid #ddd;border-radius:3px;padding:3px;right:10px;opacity:0;min-width:110px;transition:.15s ease all;pointer-events:none}#marsello-portal-root .pos-content .apexcharts-menu.apexcharts-menu-open{opacity:1;pointer-events:all;transition:.15s ease all}#marsello-portal-root .pos-content .apexcharts-menu-item{padding:6px 7px;font-size:12px;cursor:pointer}#marsello-portal-root .pos-content .apexcharts-theme-light .apexcharts-menu-item:hover{background:#eee}#marsello-portal-root .pos-content .apexcharts-theme-dark .apexcharts-menu{background:#000000b3;color:#fff}@media screen and (min-width: 768px){#marsello-portal-root .pos-content .apexcharts-canvas:hover .apexcharts-toolbar{opacity:1}}#marsello-portal-root .pos-content .apexcharts-datalabel.apexcharts-element-hidden{opacity:0}#marsello-portal-root .pos-content .apexcharts-pie-label,#marsello-portal-root .pos-content .apexcharts-datalabels,#marsello-portal-root .pos-content .apexcharts-datalabel,#marsello-portal-root .pos-content .apexcharts-datalabel-label,#marsello-portal-root .pos-content .apexcharts-datalabel-value{cursor:default;pointer-events:none}#marsello-portal-root .pos-content .apexcharts-pie-label-delay{opacity:0;-webkit-animation-name:opaque;animation-name:opaque;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease}#marsello-portal-root .pos-content .apexcharts-canvas .apexcharts-element-hidden,#marsello-portal-root .pos-content .apexcharts-hide .apexcharts-series-points{opacity:0}#marsello-portal-root .pos-content .apexcharts-gridline,#marsello-portal-root .pos-content .apexcharts-annotation-rect,#marsello-portal-root .pos-content .apexcharts-tooltip .apexcharts-marker,#marsello-portal-root .pos-content .apexcharts-area-series .apexcharts-area,#marsello-portal-root .pos-content .apexcharts-line,#marsello-portal-root .pos-content .apexcharts-zoom-rect,#marsello-portal-root .pos-content .apexcharts-toolbar svg,#marsello-portal-root .pos-content .apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,#marsello-portal-root .pos-content .apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,#marsello-portal-root .pos-content .apexcharts-radar-series path,#marsello-portal-root .pos-content .apexcharts-radar-series polygon{pointer-events:none}#marsello-portal-root .pos-content .apexcharts-marker{transition:.15s ease all}@-webkit-keyframes opaque{0%{opacity:0}to{opacity:1}}@keyframes opaque{0%{opacity:0}to{opacity:1}}@-webkit-keyframes resizeanim{0%{opacity:0}to{opacity:0}}@keyframes resizeanim{0%{opacity:0}to{opacity:0}}#marsello-portal-root .pos-content .resize-triggers{-webkit-animation:1ms resizeanim;animation:1ms resizeanim;visibility:hidden;opacity:0}#marsello-portal-root .pos-content .resize-triggers,#marsello-portal-root .pos-content .resize-triggers>div,#marsello-portal-root .pos-content .contract-trigger:before{content:" ";display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}#marsello-portal-root .pos-content .resize-triggers>div{background:#eee;overflow:auto}#marsello-portal-root .pos-content .contract-trigger:before{width:200%;height:200%}#marsello-portal-root .pos-content .gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}#marsello-portal-root .pos-content .gu-hide{display:none!important}#marsello-portal-root .pos-content .gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}#marsello-portal-root .pos-content .gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}#marsello-portal-root .pos-content .ql-snow.ql-toolbar:after,#marsello-portal-root .pos-content .ql-snow .ql-toolbar:after{clear:both;content:"";display:table}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button svg,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button svg{float:left;height:100%}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:active:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:active:hover{outline:none}#marsello-portal-root .pos-content .ql-snow.ql-toolbar input.ql-image[type=file],#marsello-portal-root .pos-content .ql-snow .ql-toolbar input.ql-image[type=file]{display:none}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active),#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}#marsello-portal-root .pos-content .ql-snow,#marsello-portal-root .pos-content .ql-snow *{box-sizing:border-box}#marsello-portal-root .pos-content .ql-snow .ql-hidden{display:none}#marsello-portal-root .pos-content .ql-snow .ql-out-bottom,#marsello-portal-root .pos-content .ql-snow .ql-out-top{visibility:hidden}#marsello-portal-root .pos-content .ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}#marsello-portal-root .pos-content .ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}#marsello-portal-root .pos-content .ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}#marsello-portal-root .pos-content .ql-snow .ql-formats{display:inline-block;vertical-align:middle}#marsello-portal-root .pos-content .ql-snow .ql-formats:after{clear:both;content:"";display:table}#marsello-portal-root .pos-content .ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}#marsello-portal-root .pos-content .ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}#marsello-portal-root .pos-content .ql-snow .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-stroke.ql-fill{fill:#444}#marsello-portal-root .pos-content .ql-snow .ql-empty{fill:none}#marsello-portal-root .pos-content .ql-snow .ql-even{fill-rule:evenodd}#marsello-portal-root .pos-content .ql-snow .ql-thin,#marsello-portal-root .pos-content .ql-snow .ql-stroke.ql-thin{stroke-width:1}#marsello-portal-root .pos-content .ql-snow .ql-transparent{opacity:.4}#marsello-portal-root .pos-content .ql-snow .ql-direction svg:last-child{display:none}#marsello-portal-root .pos-content .ql-snow .ql-direction.ql-active svg:last-child{display:inline}#marsello-portal-root .pos-content .ql-snow .ql-direction.ql-active svg:first-child{display:none}#marsello-portal-root .pos-content .ql-snow .ql-editor h1,#marsello-portal-root .pos-content .ql-snow .ql-editor .h1{font-size:2em}#marsello-portal-root .pos-content .ql-snow .ql-editor h2,#marsello-portal-root .pos-content .ql-snow .ql-editor .h2{font-size:1.5em}#marsello-portal-root .pos-content .ql-snow .ql-editor h3,#marsello-portal-root .pos-content .ql-snow .ql-editor .h3{font-size:1.17em}#marsello-portal-root .pos-content .ql-snow .ql-editor h4,#marsello-portal-root .pos-content .ql-snow .ql-editor .h4{font-size:1em}#marsello-portal-root .pos-content .ql-snow .ql-editor h5,#marsello-portal-root .pos-content .ql-snow .ql-editor .h5{font-size:.83em}#marsello-portal-root .pos-content .ql-snow .ql-editor h6,#marsello-portal-root .pos-content .ql-snow .ql-editor .h6{font-size:.67em}#marsello-portal-root .pos-content .ql-snow .ql-editor a{text-decoration:underline}#marsello-portal-root .pos-content .ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}#marsello-portal-root .pos-content .ql-snow .ql-editor code,#marsello-portal-root .pos-content .ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}#marsello-portal-root .pos-content .ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}#marsello-portal-root .pos-content .ql-snow .ql-editor code{font-size:85%;padding:2px 4px}#marsello-portal-root .pos-content .ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}#marsello-portal-root .pos-content .ql-snow .ql-editor img{max-width:100%}#marsello-portal-root .pos-content .ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}#marsello-portal-root .pos-content .ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}#marsello-portal-root .pos-content .ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}#marsello-portal-root .pos-content .ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}#marsello-portal-root .pos-content .ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}#marsello-portal-root .pos-content .ql-snow .ql-color-picker,#marsello-portal-root .pos-content .ql-snow .ql-icon-picker{width:28px}#marsello-portal-root .pos-content .ql-snow .ql-color-picker .ql-picker-label,#marsello-portal-root .pos-content .ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}#marsello-portal-root .pos-content .ql-snow .ql-color-picker .ql-picker-label svg,#marsello-portal-root .pos-content .ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}#marsello-portal-root .pos-content .ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}#marsello-portal-root .pos-content .ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}#marsello-portal-root .pos-content .ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}#marsello-portal-root .pos-content .ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}#marsello-portal-root .pos-content .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header{width:98px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font{width:108px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-label:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size{width:98px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-label:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}#marsello-portal-root .pos-content .ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-formats{margin-right:15px}#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}#marsello-portal-root .pos-content .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}#marsello-portal-root .pos-content .ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}#marsello-portal-root .pos-content .ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}#marsello-portal-root .pos-content .ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}#marsello-portal-root .pos-content .ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}#marsello-portal-root .pos-content .ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}#marsello-portal-root .pos-content .ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}#marsello-portal-root .pos-content .ql-snow .ql-tooltip a{line-height:26px}#marsello-portal-root .pos-content .ql-snow .ql-tooltip.ql-editing a.ql-preview,#marsello-portal-root .pos-content .ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}#marsello-portal-root .pos-content .ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}#marsello-portal-root .pos-content .ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}#marsello-portal-root .pos-content .ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}#marsello-portal-root .pos-content .ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}#marsello-portal-root .pos-content .ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}#marsello-portal-root .pos-content .ql-snow a{color:#06c}#marsello-portal-root .pos-content .ql-container.ql-snow{border:1px solid #ccc}#marsello-portal-root .pos-content .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}#marsello-portal-root .pos-content .ql-container.ql-disabled .ql-tooltip{visibility:hidden}#marsello-portal-root .pos-content .ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}#marsello-portal-root .pos-content .ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}#marsello-portal-root .pos-content .ql-clipboard p{margin:0;padding:0}#marsello-portal-root .pos-content .ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}#marsello-portal-root .pos-content .ql-editor>*{cursor:text}#marsello-portal-root .pos-content .ql-editor p,#marsello-portal-root .pos-content .ql-editor ol,#marsello-portal-root .pos-content .ql-editor ul,#marsello-portal-root .pos-content .ql-editor pre,#marsello-portal-root .pos-content .ql-editor blockquote,#marsello-portal-root .pos-content .ql-editor h1,#marsello-portal-root .pos-content .ql-editor .h1,#marsello-portal-root .pos-content .ql-editor h2,#marsello-portal-root .pos-content .ql-editor .h2,#marsello-portal-root .pos-content .ql-editor h3,#marsello-portal-root .pos-content .ql-editor .h3,#marsello-portal-root .pos-content .ql-editor h4,#marsello-portal-root .pos-content .ql-editor .h4,#marsello-portal-root .pos-content .ql-editor h5,#marsello-portal-root .pos-content .ql-editor .h5,#marsello-portal-root .pos-content .ql-editor h6,#marsello-portal-root .pos-content .ql-editor .h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol,#marsello-portal-root .pos-content .ql-editor ul{padding-left:1.5em}#marsello-portal-root .pos-content .ql-editor ol>li,#marsello-portal-root .pos-content .ql-editor ul>li{list-style-type:none}#marsello-portal-root .pos-content .ql-editor ul>li:before{content:"•"}#marsello-portal-root .pos-content .ql-editor ul[data-checked=true],#marsello-portal-root .pos-content .ql-editor ul[data-checked=false]{pointer-events:none}#marsello-portal-root .pos-content .ql-editor ul[data-checked=true]>li *,#marsello-portal-root .pos-content .ql-editor ul[data-checked=false]>li *{pointer-events:all}#marsello-portal-root .pos-content .ql-editor ul[data-checked=true]>li:before,#marsello-portal-root .pos-content .ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}#marsello-portal-root .pos-content .ql-editor ul[data-checked=true]>li:before{content:"☑"}#marsello-portal-root .pos-content .ql-editor ul[data-checked=false]>li:before{content:"☐"}#marsello-portal-root .pos-content .ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}#marsello-portal-root .pos-content .ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}#marsello-portal-root .pos-content .ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}#marsello-portal-root .pos-content .ql-editor ol li:not(.ql-direction-rtl),#marsello-portal-root .pos-content .ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}#marsello-portal-root .pos-content .ql-editor ol li.ql-direction-rtl,#marsello-portal-root .pos-content .ql-editor ul li.ql-direction-rtl{padding-right:1.5em}#marsello-portal-root .pos-content .ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}#marsello-portal-root .pos-content .ql-editor ol li:before{content:counter(list-0,decimal) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-1{counter-increment:list-1}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-2{counter-increment:list-2}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-3{counter-increment:list-3}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-4{counter-increment:list-4}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-5{counter-increment:list-5}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-6{counter-increment:list-6}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-7{counter-increment:list-7}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-8{counter-increment:list-8}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-8{counter-reset:list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-9{counter-increment:list-9}#marsello-portal-root .pos-content .ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}#marsello-portal-root .pos-content .ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}#marsello-portal-root .pos-content .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}#marsello-portal-root .pos-content .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}#marsello-portal-root .pos-content .ql-editor .ql-video{display:block;max-width:100%}#marsello-portal-root .pos-content .ql-editor .ql-video.ql-align-center{margin:0 auto}#marsello-portal-root .pos-content .ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}#marsello-portal-root .pos-content .ql-editor .ql-bg-black{background-color:#000}#marsello-portal-root .pos-content .ql-editor .ql-bg-red{background-color:#e60000}#marsello-portal-root .pos-content .ql-editor .ql-bg-orange{background-color:#f90}#marsello-portal-root .pos-content .ql-editor .ql-bg-yellow{background-color:#ff0}#marsello-portal-root .pos-content .ql-editor .ql-bg-green{background-color:#008a00}#marsello-portal-root .pos-content .ql-editor .ql-bg-blue{background-color:#06c}#marsello-portal-root .pos-content .ql-editor .ql-bg-purple{background-color:#93f}#marsello-portal-root .pos-content .ql-editor .ql-color-white{color:#fff}#marsello-portal-root .pos-content .ql-editor .ql-color-red{color:#e60000}#marsello-portal-root .pos-content .ql-editor .ql-color-orange{color:#f90}#marsello-portal-root .pos-content .ql-editor .ql-color-yellow{color:#ff0}#marsello-portal-root .pos-content .ql-editor .ql-color-green{color:#008a00}#marsello-portal-root .pos-content .ql-editor .ql-color-blue{color:#06c}#marsello-portal-root .pos-content .ql-editor .ql-color-purple{color:#93f}#marsello-portal-root .pos-content .ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}#marsello-portal-root .pos-content .ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}#marsello-portal-root .pos-content .ql-editor .ql-size-small{font-size:.75em}#marsello-portal-root .pos-content .ql-editor .ql-size-large{font-size:1.5em}#marsello-portal-root .pos-content .ql-editor .ql-size-huge{font-size:2.5em}#marsello-portal-root .pos-content .ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}#marsello-portal-root .pos-content .ql-editor .ql-align-center{text-align:center}#marsello-portal-root .pos-content .ql-editor .ql-align-justify{text-align:justify}#marsello-portal-root .pos-content .ql-editor .ql-align-right{text-align:right}#marsello-portal-root .pos-content .ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar:after,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button svg,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button svg{float:left;height:100%}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:active:hover,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:active:hover{outline:none}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar input.ql-image[type=file],#marsello-portal-root .pos-content .ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}@media (pointer: coarse){#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active),#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}#marsello-portal-root .pos-content .ql-bubble,#marsello-portal-root .pos-content .ql-bubble *{box-sizing:border-box}#marsello-portal-root .pos-content .ql-bubble .ql-hidden{display:none}#marsello-portal-root .pos-content .ql-bubble .ql-out-bottom,#marsello-portal-root .pos-content .ql-bubble .ql-out-top{visibility:hidden}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}#marsello-portal-root .pos-content .ql-bubble .ql-formats{display:inline-block;vertical-align:middle}#marsello-portal-root .pos-content .ql-bubble .ql-formats:after{clear:both;content:"";display:table}#marsello-portal-root .pos-content .ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}#marsello-portal-root .pos-content .ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}#marsello-portal-root .pos-content .ql-bubble .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-stroke.ql-fill{fill:#ccc}#marsello-portal-root .pos-content .ql-bubble .ql-empty{fill:none}#marsello-portal-root .pos-content .ql-bubble .ql-even{fill-rule:evenodd}#marsello-portal-root .pos-content .ql-bubble .ql-thin,#marsello-portal-root .pos-content .ql-bubble .ql-stroke.ql-thin{stroke-width:1}#marsello-portal-root .pos-content .ql-bubble .ql-transparent{opacity:.4}#marsello-portal-root .pos-content .ql-bubble .ql-direction svg:last-child{display:none}#marsello-portal-root .pos-content .ql-bubble .ql-direction.ql-active svg:last-child{display:inline}#marsello-portal-root .pos-content .ql-bubble .ql-direction.ql-active svg:first-child{display:none}#marsello-portal-root .pos-content .ql-bubble .ql-editor h1,#marsello-portal-root .pos-content .ql-bubble .ql-editor .h1{font-size:2em}#marsello-portal-root .pos-content .ql-bubble .ql-editor h2,#marsello-portal-root .pos-content .ql-bubble .ql-editor .h2{font-size:1.5em}#marsello-portal-root .pos-content .ql-bubble .ql-editor h3,#marsello-portal-root .pos-content .ql-bubble .ql-editor .h3{font-size:1.17em}#marsello-portal-root .pos-content .ql-bubble .ql-editor h4,#marsello-portal-root .pos-content .ql-bubble .ql-editor .h4{font-size:1em}#marsello-portal-root .pos-content .ql-bubble .ql-editor h5,#marsello-portal-root .pos-content .ql-bubble .ql-editor .h5{font-size:.83em}#marsello-portal-root .pos-content .ql-bubble .ql-editor h6,#marsello-portal-root .pos-content .ql-bubble .ql-editor .h6{font-size:.67em}#marsello-portal-root .pos-content .ql-bubble .ql-editor a{text-decoration:underline}#marsello-portal-root .pos-content .ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}#marsello-portal-root .pos-content .ql-bubble .ql-editor code,#marsello-portal-root .pos-content .ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}#marsello-portal-root .pos-content .ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}#marsello-portal-root .pos-content .ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}#marsello-portal-root .pos-content .ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}#marsello-portal-root .pos-content .ql-bubble .ql-editor img{max-width:100%}#marsello-portal-root .pos-content .ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}#marsello-portal-root .pos-content .ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}#marsello-portal-root .pos-content .ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}#marsello-portal-root .pos-content .ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}#marsello-portal-root .pos-content .ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker,#marsello-portal-root .pos-content .ql-bubble .ql-icon-picker{width:28px}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker .ql-picker-label,#marsello-portal-root .pos-content .ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker .ql-picker-label svg,#marsello-portal-root .pos-content .ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}#marsello-portal-root .pos-content .ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}#marsello-portal-root .pos-content .ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}#marsello-portal-root .pos-content .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header{width:98px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font{width:108px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-label:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size{width:98px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-label:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker svg{margin:1px}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-editor{display:none}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:before,#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:hover:before,#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}#marsello-portal-root .pos-content .notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}#marsello-portal-root .pos-content .notyf__icon--error,#marsello-portal-root .pos-content .notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}#marsello-portal-root .pos-content .notyf__icon--error:after,#marsello-portal-root .pos-content .notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}#marsello-portal-root .pos-content .notyf__icon--error:after{transform:rotate(-45deg)}#marsello-portal-root .pos-content .notyf__icon--error:before{transform:rotate(45deg)}#marsello-portal-root .pos-content .notyf__icon--success:after,#marsello-portal-root .pos-content .notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}#marsello-portal-root .pos-content .notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}#marsello-portal-root .pos-content .notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}#marsello-portal-root .pos-content .notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px #00000040;position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}#marsello-portal-root .pos-content .notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}#marsello-portal-root .pos-content .notyf__toast--disappear .notyf__icon,#marsello-portal-root .pos-content .notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}#marsello-portal-root .pos-content .notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translate(0)}#marsello-portal-root .pos-content .notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}#marsello-portal-root .pos-content .notyf__toast--upper{margin-bottom:20px}#marsello-portal-root .pos-content .notyf__toast--lower{margin-top:20px}#marsello-portal-root .pos-content .notyf__toast--dismissible .notyf__wrapper{padding-right:30px}#marsello-portal-root .pos-content .notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translate(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}#marsello-portal-root .pos-content .notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}#marsello-portal-root .pos-content .notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}#marsello-portal-root .pos-content .notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}#marsello-portal-root .pos-content .notyf__dismiss-btn{background-color:#00000040;border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}#marsello-portal-root .pos-content .notyf__dismiss-btn:after,#marsello-portal-root .pos-content .notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}#marsello-portal-root .pos-content .notyf__dismiss-btn:after{transform:rotate(-45deg)}#marsello-portal-root .pos-content .notyf__dismiss-btn:before{transform:rotate(45deg)}#marsello-portal-root .pos-content .notyf__dismiss-btn:hover{opacity:.7;background-color:#00000026}#marsello-portal-root .pos-content .notyf__dismiss-btn:active{opacity:.8}#marsello-portal-root .pos-content .notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width: 480px){#marsello-portal-root .pos-content .notyf{padding:0}#marsello-portal-root .pos-content .notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}#marsello-portal-root .pos-content .notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px #00000021;width:100%}#marsello-portal-root .pos-content .notyf__dismiss{width:56px}}#marsello-portal-root .pos-content .fc-theme-bootstrap{margin-bottom:1rem}#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-content,#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-divider,#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-list-heading td,#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-list-view,#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-popover,#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-row,#marsello-portal-root .pos-content .fc-theme-bootstrap tbody,#marsello-portal-root .pos-content .fc-theme-bootstrap td,#marsello-portal-root .pos-content .fc-theme-bootstrap th,#marsello-portal-root .pos-content .fc-theme-bootstrap thead,#marsello-portal-root .pos-content .fc-theme-bootstrap table{border-color:#dee6ed;border-width:1px;border-style:solid}#marsello-portal-root .pos-content .fc-theme-bootstrap .fc-col-header-cell-cushion{padding:4px 8px}#marsello-portal-root .pos-content svg{touch-action:none}#marsello-portal-root .pos-content .jvectormap-container{width:100%;height:100%;position:relative;overflow:hidden;touch-action:none}#marsello-portal-root .pos-content .jvectormap-tip{position:absolute;display:none;border:solid 1px #adb5bd;border-radius:3px;background:#212529;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:3px}#marsello-portal-root .pos-content .jvectormap-zoomin,#marsello-portal-root .pos-content .jvectormap-zoomout,#marsello-portal-root .pos-content .jvectormap-goback{position:absolute;left:10px;border-radius:3px;background:#212529;padding:3px;color:#fff;cursor:pointer;line-height:10px;text-align:center;box-sizing:content-box}#marsello-portal-root .pos-content .jvectormap-zoomin,#marsello-portal-root .pos-content .jvectormap-zoomout{width:10px;height:10px}#marsello-portal-root .pos-content .jvectormap-zoomin{top:10px}#marsello-portal-root .pos-content .jvectormap-zoomout{top:30px}#marsello-portal-root .pos-content .jvectormap-goback{bottom:10px;z-index:1000;padding:6px}#marsello-portal-root .pos-content .jvectormap-spinner{position:absolute;left:0;top:0;right:0;bottom:0;background:center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)}#marsello-portal-root .pos-content .jvectormap-legend-title{font-weight:700;font-size:14px;text-align:center}#marsello-portal-root .pos-content .jvectormap-legend-cnt{position:absolute}#marsello-portal-root .pos-content .jvectormap-legend-cnt-h{bottom:0;right:0}#marsello-portal-root .pos-content .jvectormap-legend-cnt-v{top:0;right:0}#marsello-portal-root .pos-content .jvectormap-legend{background:#000;color:#fff;border-radius:3px}#marsello-portal-root .pos-content .jvectormap-legend-cnt-h .jvectormap-legend{float:left;margin:0 10px 10px 0;padding:3px 3px 1px}#marsello-portal-root .pos-content .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick{float:left}#marsello-portal-root .pos-content .jvectormap-legend-cnt-v .jvectormap-legend{margin:10px 10px 0 0;padding:3px}#marsello-portal-root .pos-content .jvectormap-legend-cnt-h .jvectormap-legend-tick{width:40px}#marsello-portal-root .pos-content .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample{height:15px}#marsello-portal-root .pos-content .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample{height:20px;width:20px;display:inline-block;vertical-align:middle}#marsello-portal-root .pos-content .jvectormap-legend-tick-text{font-size:12px}#marsello-portal-root .pos-content .jvectormap-legend-cnt-h .jvectormap-legend-tick-text{text-align:center}#marsello-portal-root .pos-content .jvectormap-legend-cnt-v .jvectormap-legend-tick-text{display:inline-block;vertical-align:middle;line-height:20px;padding-left:3px}#marsello-portal-root .pos-content .scrollbar-container{position:relative;height:100%;width:100%}#marsello-portal-root .pos-content .ps{touch-action:auto}#marsello-portal-root .pos-content .ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}#marsello-portal-root .pos-content .ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute;left:auto!important}#marsello-portal-root .pos-content .ps--active-x>.ps__rail-x,#marsello-portal-root .pos-content .ps--active-y>.ps__rail-y{display:block;background-color:transparent}#marsello-portal-root .pos-content .ps:hover>.ps__rail-x,#marsello-portal-root .pos-content .ps:hover>.ps__rail-y,#marsello-portal-root .pos-content .ps--focus>.ps__rail-x,#marsello-portal-root .pos-content .ps--focus>.ps__rail-y,#marsello-portal-root .pos-content .ps--scrolling-x>.ps__rail-x,#marsello-portal-root .pos-content .ps--scrolling-y>.ps__rail-y{opacity:.5}#marsello-portal-root .pos-content .ps__thumb-x{background-color:#fff;border-radius:7px;transition:background-color .2s linear,height .2s ease-in-out;height:7px;bottom:2px;position:absolute}#marsello-portal-root .pos-content .ps__thumb-y{background-color:#fff;border-radius:7px;transition:background-color .2s linear,width .2s ease-in-out;width:7px;right:2px;position:absolute}#marsello-portal-root .pos-content .ql-snow .ql-editor{min-height:15rem;background:#fff}#marsello-portal-root .pos-content .ql-toolbar.ql-snow{font-family:var(--bs-font-sans-serif)}#marsello-portal-root .pos-content .ql-container{font-family:var(--bs-font-sans-serif);font-size:.825rem}#marsello-portal-root .pos-content .ql-bubble .ql-editor{padding:0}#marsello-portal-root .pos-content .ql-bubble .ql-editor.ql-blank:before{left:0;right:0}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip{border-radius:.3rem;font-size:0}#marsello-portal-root .pos-content .ql-editor.ql-blank:before{color:#0009}#marsello-portal-root .pos-content .ql-editor ul[data-checked=true]>li:before,#marsello-portal-root .pos-content .ql-editor ul[data-checked=false]>li:before{color:#6c757d}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:focus,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:focus,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button.ql-active,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button.ql-active,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label:hover,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label:hover,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item:hover,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item:hover,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:focus .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:focus .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:focus .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:focus .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:focus .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:focus .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active),#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ced4da}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ced4da}#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,#marsello-portal-root .pos-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ced4da}}#marsello-portal-root .pos-content .ql-bubble .ql-stroke,#marsello-portal-root .pos-content .ql-bubble .ql-stroke-miter{stroke:#ced4da}#marsello-portal-root .pos-content .ql-bubble .ql-fill,#marsello-portal-root .pos-content .ql-bubble .ql-stroke.ql-fill{fill:#ced4da}#marsello-portal-root .pos-content .ql-bubble .ql-editor blockquote{border-left-color:#ced4da}#marsello-portal-root .pos-content .ql-bubble .ql-editor code,#marsello-portal-root .pos-content .ql-bubble .ql-editor pre{background-color:#f4f7f9}#marsello-portal-root .pos-content .ql-bubble .ql-editor pre.ql-syntax{background-color:#f4f7f9;color:#f4f7f9}#marsello-portal-root .pos-content .ql-bubble .ql-picker{color:#ced4da}#marsello-portal-root .pos-content .ql-bubble .ql-picker-options{background-color:#020202}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#6c757d}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#6c757d}#marsello-portal-root .pos-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#6c757d}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}#marsello-portal-root .pos-content .ql-bubble .ql-color-picker .ql-picker-item.ql-selected,#marsello-portal-root .pos-content .ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip{background-color:#212529;color:#fff}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom-color:#020202}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-bottom-color:#020202}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-editor input[type=text]{color:#fff}#marsello-portal-root .pos-content .ql-bubble .ql-tooltip-editor a:before{color:#ced4da}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#020202;color:#fff}#marsello-portal-root .pos-content .ql-container.ql-bubble:not(.ql-disabled) a:after{border-top-color:#020202}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#3f80ea}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#3f80ea}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:focus .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:focus .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#3f80ea}@media (pointer: coarse){#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active),#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active){color:#020202}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#020202}#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,#marsello-portal-root .pos-content .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,#marsello-portal-root .pos-content .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#020202}}#marsello-portal-root .pos-content .ql-snow .ql-stroke,#marsello-portal-root .pos-content .ql-snow .ql-stroke-miter{stroke:#020202}#marsello-portal-root .pos-content .ql-snow .ql-fill,#marsello-portal-root .pos-content .ql-snow .ql-stroke.ql-fill{fill:#020202}#marsello-portal-root .pos-content .ql-snow .ql-editor blockquote{border-left-color:#ced4da}#marsello-portal-root .pos-content .ql-snow .ql-editor code,#marsello-portal-root .pos-content .ql-snow .ql-editor pre{background-color:#f4f7f9}#marsello-portal-root .pos-content .ql-snow .ql-editor pre.ql-syntax{background-color:#f4f7f9;color:#f4f7f9}#marsello-portal-root .pos-content .ql-snow .ql-picker{color:#020202}#marsello-portal-root .pos-content .ql-snow .ql-picker-options{background-color:#fff}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ced4da}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ced4da}#marsello-portal-root .pos-content .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ced4da}#marsello-portal-root .pos-content .ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}#marsello-portal-root .pos-content .ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}#marsello-portal-root .pos-content .ql-toolbar.ql-snow,#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ced4da}#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,#marsello-portal-root .pos-content .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}#marsello-portal-root .pos-content .ql-snow .ql-tooltip{background-color:#fff;border-color:#ced4da;color:#020202}#marsello-portal-root .pos-content .ql-snow .ql-tooltip input[type=text]{border-color:#ced4da}#marsello-portal-root .pos-content .ql-snow .ql-tooltip a.ql-action:after{border-right-color:#ced4da}#marsello-portal-root .pos-content .ql-snow a{color:#3f80ea}#marsello-portal-root .pos-content .ql-container.ql-snow{border-color:#ced4da}#marsello-portal-root .pos-content .card>.react-bootstrap-table .table{margin-bottom:0}#marsello-portal-root .pos-content .react-bootstrap-table-pagination-list .pagination{justify-content:flex-end}#marsello-portal-root .pos-content .react-select-container .react-select__control{background-color:#fff;border-color:#ced4da;color:#495057;transition:none}#marsello-portal-root .pos-content .react-select-container .react-select__control:hover{border-color:#adb5bd}#marsello-portal-root .pos-content .react-select-container .react-select__menu{background-color:#fff;border:1px solid #ced4da}#marsello-portal-root .pos-content .react-select-container .react-select__option{background-color:#fff;color:#495057}#marsello-portal-root .pos-content .react-select-container .react-select__option:hover{background-color:#f4f7f9}#marsello-portal-root .pos-content .react-select-container .react-select__indicator-separator{background-color:#fff}#marsello-portal-root .pos-content .react-select-container .react-select__placeholder,#marsello-portal-root .pos-content .react-select-container .react-select__single-value{color:#495057}#marsello-portal-root .pos-content .rdt{position:relative}#marsello-portal-root .pos-content .rdtPicker{display:none;position:absolute;width:250px;padding:4px;margin-top:1px;z-index:99;background:#fff;width:100%}#marsello-portal-root .pos-content .rdtOpen .rdtPicker{display:block}#marsello-portal-root .pos-content .rdtStatic .rdtPicker{box-shadow:none;position:static}#marsello-portal-root .pos-content .rdtPicker .rdtTimeToggle{text-align:center}#marsello-portal-root .pos-content .rdtPicker table{width:100%;margin:0}#marsello-portal-root .pos-content .rdtPicker td,#marsello-portal-root .pos-content .rdtPicker th{text-align:center;height:36px;line-height:36px;width:36px;padding:.3rem;border-radius:.2rem}#marsello-portal-root .pos-content .rdtPicker td{cursor:pointer}#marsello-portal-root .pos-content .rdtPicker td.rdtDay:hover,#marsello-portal-root .pos-content .rdtPicker td.rdtHour:hover,#marsello-portal-root .pos-content .rdtPicker td.rdtMinute:hover,#marsello-portal-root .pos-content .rdtPicker td.rdtSecond:hover,#marsello-portal-root .pos-content .rdtPicker .rdtTimeToggle:hover{background:#eee;cursor:pointer}#marsello-portal-root .pos-content .rdtPicker td.rdtOld,#marsello-portal-root .pos-content .rdtPicker td.rdtNew{color:#999}#marsello-portal-root .pos-content .rdtPicker td.rdtToday{position:relative}#marsello-portal-root .pos-content .rdtPicker td.rdtToday:before{content:"";display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #3F80EA;border-top-color:#0003;position:absolute;bottom:4px;right:4px}#marsello-portal-root .pos-content .rdtPicker td.rdtActive,#marsello-portal-root .pos-content .rdtPicker td.rdtActive:hover{background-color:#3f80ea;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}#marsello-portal-root .pos-content .rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}#marsello-portal-root .pos-content .rdtPicker td.rdtDisabled,#marsello-portal-root .pos-content .rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}#marsello-portal-root .pos-content .rdtPicker td span.rdtOld{color:#999}#marsello-portal-root .pos-content .rdtPicker td span.rdtDisabled,#marsello-portal-root .pos-content .rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}#marsello-portal-root .pos-content .rdtPicker .dow{width:14.2857%;border-bottom:none;cursor:default}#marsello-portal-root .pos-content .rdtPicker th.rdtSwitch{width:100px}#marsello-portal-root .pos-content .rdtPicker th.rdtNext,#marsello-portal-root .pos-content .rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}#marsello-portal-root .pos-content .rdtPrev span,#marsello-portal-root .pos-content .rdtNext span{display:block;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#marsello-portal-root .pos-content .rdtPicker th.rdtDisabled,#marsello-portal-root .pos-content .rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}#marsello-portal-root .pos-content .rdtPicker thead tr:first-child th{cursor:pointer}#marsello-portal-root .pos-content .rdtPicker thead tr:first-child th:hover{background:#eee}#marsello-portal-root .pos-content .rdtPicker button{border:none;background:none;cursor:pointer}#marsello-portal-root .pos-content .rdtPicker button:hover{background-color:#eee}#marsello-portal-root .pos-content .rdtPicker thead button{width:100%;height:100%}#marsello-portal-root .pos-content td.rdtMonth,#marsello-portal-root .pos-content td.rdtYear{height:50px;width:25%;cursor:pointer}#marsello-portal-root .pos-content td.rdtMonth:hover,#marsello-portal-root .pos-content td.rdtYear:hover{background:#eee}#marsello-portal-root .pos-content .rdtCounters{display:inline-block}#marsello-portal-root .pos-content .rdtCounters>div{float:left}#marsello-portal-root .pos-content .rdtCounter{height:100px}#marsello-portal-root .pos-content .rdtCounter{width:40px}#marsello-portal-root .pos-content .rdtCounterSeparator{line-height:100px}#marsello-portal-root .pos-content .rdtCounter .rdtBtn{height:40%;line-height:40px;cursor:pointer;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}#marsello-portal-root .pos-content .rdtCounter .rdtBtn:hover{background:#eee}#marsello-portal-root .pos-content .rdtCounter .rdtCount{height:20%;font-size:1.2em}#marsello-portal-root .pos-content .rdtMilli{vertical-align:middle;padding-left:8px;width:48px}#marsello-portal-root .pos-content .rdtMilli input{width:100%;font-size:1.2em;margin-top:37px}#marsello-portal-root .pos-content .rdtTime td{cursor:default}:root{--up-backgroundColor: 255, 255, 255;--up-brandColor: 4, 21, 39;--up-brandDarkenedColor: 67, 79, 93;--up-brandFontColor: 255, 255, 255;--up-fontColor: 4, 21, 39}#unsubscribe-page{background-color:rgba(var(--up-backgroundColor),1);color:rgba(var(--up-fontColor),1);font-family:Poppins,Arial,sans-serif;font-size:.875rem;min-height:100vh;padding-top:5rem}#unsubscribe-page .spinner-border{border-color:rgba(var(--up-fontColor),1);border-right-color:transparent}#unsubscribe-page main{font-size:.875rem}#unsubscribe-page section{border:1px solid rgba(var(--up-fontColor),.15);border-radius:1.25rem;margin:2.5rem auto 3rem;max-width:25rem;padding:.5rem 2.5rem 2.5rem;text-align:center}#unsubscribe-page header{display:flex;align-items:center;justify-content:center;margin-top:-3rem}#unsubscribe-page header.no-logo{margin-top:1.25rem}#unsubscribe-page figure{background-color:rgba(var(--up-backgroundColor),1);border:1px solid rgba(var(--up-fontColor),.15);border-radius:1.25rem;margin:0;padding:1rem}#unsubscribe-page h1{color:rgba(var(--up-fontColor),1);font-size:2rem;font-weight:600;letter-spacing:-.5px;line-height:1.15em;margin:1.25rem 0 .75rem}#unsubscribe-page p{margin-bottom:.5rem}#unsubscribe-page ul{list-style-type:none;margin:1rem 0 0;padding:0;text-align:start}#unsubscribe-page li{align-items:center;display:flex;margin-bottom:.5rem}#unsubscribe-page input[type=checkbox]{border:1px solid rgba(var(--up-fontColor),.15);border-radius:.25rem;cursor:pointer;height:1em;width:1em}#unsubscribe-page input[type=checkbox]:checked{accent-color:rgba(var(--up-brandColor),1)}#unsubscribe-page label{flex-grow:1;margin-left:.5rem}#unsubscribe-page button{background-color:rgba(var(--up-brandColor),1);border-color:rgba(var(--up-brandColor),1);border-radius:.25rem;box-shadow:none;color:rgba(var(--up-brandFontColor),1);cursor:pointer;font-size:.875rem;font-weight:600;line-height:1.375rem;margin-top:1.25rem;padding:.5rem .75rem;width:100%}#unsubscribe-page button:hover{background-color:rgba(var(--up-brandDarkenedColor),1);border-color:rgba(var(--up-brandDarkenedColor),1);box-shadow:none;transition:all ease-in .25s}:root{--cp-bs-body-bg: rgba(255, 255, 255, 0);--cp-color-background: 255, 255, 255;--cp-color-border: 0, 0, 0, .1;--cp-color-brand: 40, 60, 166;--cp-color-brandLight: 70, 90, 196;--cp-color-brandDark: 10, 30, 136;--cp-color-font: 20, 24, 44;--cp-color-fontLight: 20, 24, 44;--cp-color-highlight: 40, 60, 166;--cp-color-highlightDark: 10, 30, 136;--cp-color-headerBackground: var(--cp-color-brand);--cp-color-headerGradientStart: var(--cp-color-brandLight);--cp-color-headerGradientEnd: var(--cp-color-brandDark);--cp-color-headerFont: 255, 255, 255;--cp-color-bannerBackground: var(--cp-color-brand);--cp-color-bannerGradientStart: var(--cp-color-brandLight);--cp-color-bannerGradientEnd: var(--cp-color-brandDark);--cp-color-bannerFont: 255, 255, 255;--cp-color-listBulletCheck: 255, 255, 255;--cp-color-listBulletBackground: var(--cp-color-brand);--cp-color-badgeFont: var(--cp-color-listBulletCheck);--cp-color-badgeBackground: var(--cp-color-listBulletBackground);--cp-color-progressGradientStart: var(--cp-color-brandLight);--cp-color-progressGradientEnd: var(--cp-color-brandDark);--cp-color-buttonBackground: var(--cp-color-highlight);--cp-color-buttonActiveBackground: var(--cp-color-highlightDark);--cp-color-buttonFont: 255, 255, 255;--cp-color-buttonActiveFont: var(--cp-color-buttonFont);--cp-color-link: var(--cp-color-highlight);--cp-color-linkActive: var(--cp-color-highlightDark);--cp-color-launcherBackground: var(--cp-color-highlight);--cp-color-launcherActiveBackground: var(--cp-color-highlightDark);--cp-color-launcherFont: 255, 255, 255;--cp-color-launcherActiveFont: var(--cp-color-launcherFont);--cp-color-icon: 20, 24, 44;--cp-corner-card: 4px;--cp-corner-component: 4px;--cp-corner-launcher: 24px;--cp-corner-panel: 20px;--cp-font-default: Helvetica, sans-serif;--cp-font-heading: Helvetica, sans-serif;--cp-font-subheading: Helvetica, sans-serif;--cp-text: 16px;--cp-text-xs: calc(var(--cp-text) * .75);--cp-text-sm: calc(var(--cp-text) * .875);--cp-text-md: calc(var(--cp-text) * 1);--cp-text-lg: calc(var(--cp-text)* 1.75);--cp-text-xl: calc(var(--cp-text) * 2.125);--cp-launcher-distanceX: 20px;--cp-launcher-distanceY: 20px;--cp-launcher-zIndex: 2147483647}#marsello-widget-root{position:relative;z-index:var(--cp-launcher-zIndex)}@media (min-width: 600px){#marsello-portal-root{height:100vh;position:relative;overflow:hidden}}#marsello-widget-root,#marsello-portal-root{font-size:var(--cp-text)}#marsello-widget-root .cp-block,#marsello-portal-root .cp-block{display:block!important}#marsello-widget-root .cp-inline,#marsello-portal-root .cp-inline{display:inline!important}#marsello-widget-root .cp-row,#marsello-portal-root .cp-row{display:flex!important;flex-wrap:wrap!important;row-gap:12px!important;margin-left:6px;margin-right:6px}#marsello-widget-root .cp-card .cp-row,#marsello-portal-root .cp-card .cp-row{margin-left:-6px;margin-right:-6px}#marsello-widget-root .cp-col,#marsello-portal-root .cp-col{flex:0 0 auto!important;padding:0 6px 12px;width:50%!important}#marsello-widget-root .cp-col .cp-card,#marsello-portal-root .cp-col .cp-card{margin:0!important}#marsello-widget-root .cp-cursor-help,#marsello-portal-root .cp-cursor-help{cursor:help}#marsello-widget-root .cp-text-end,#marsello-portal-root .cp-text-end{text-align:end}#marsello-widget-root .cp-text-start,#marsello-portal-root .cp-text-start{text-align:start}#marsello-widget-root .cp-icon-chevron,#marsello-portal-root .cp-icon-chevron{min-height:18px;min-width:18px}#marsello-widget-root .cp-panel h1,#marsello-widget-root .cp-panel h2,#marsello-widget-root .cp-panel h3,#marsello-widget-root .cp-panel h4,#marsello-widget-root .cp-panel h5,#marsello-widget-root .cp-panel h6,#marsello-portal-root .cp-panel h1,#marsello-portal-root .cp-panel h2,#marsello-portal-root .cp-panel h3,#marsello-portal-root .cp-panel h4,#marsello-portal-root .cp-panel h5,#marsello-portal-root .cp-panel h6{color:rgba(var(--cp-color-font),1);font-weight:700}#marsello-widget-root .cp-page,#marsello-portal-root .cp-page{font-size:var(--cp-text-md)}#marsello-widget-root .cp-page h1,#marsello-portal-root .cp-page h1{font-family:var(--cp-font-heading);font-size:var(--cp-text-xl)}#marsello-widget-root .cp-page h2,#marsello-portal-root .cp-page h2{font-family:var(--cp-font-heading);font-size:var(--cp-text-lg)}#marsello-widget-root .cp-page h3,#marsello-portal-root .cp-page h3{font-family:var(--cp-font-heading);font-size:var(--cp-text-md)}#marsello-widget-root .cp-page h4,#marsello-portal-root .cp-page h4{font-family:var(--cp-font-subheading);font-size:var(--cp-text-md)}#marsello-widget-root .cp-page h5,#marsello-portal-root .cp-page h5,#marsello-widget-root .cp-page h6,#marsello-portal-root .cp-page h6{font-family:var(--cp-font-subheading);font-size:var(--cp-text-sm)}#marsello-widget-root .cp-page small,#marsello-widget-root .cp-page .cp-text-sm,#marsello-portal-root .cp-page small,#marsello-portal-root .cp-page .cp-text-sm{font-size:var(--cp-text-xs)}#marsello-widget-root .cp-secondary-text,#marsello-portal-root .cp-secondary-text{margin-bottom:0;opacity:.5}#marsello-widget-root .cp-launcher,#marsello-portal-root .cp-launcher{cursor:pointer;font-size:.875em;overflow:visible}#marsello-widget-root .cp-launcher .cp-launcher-btn,#marsello-portal-root .cp-launcher .cp-launcher-btn{background-color:rgba(var(--cp-color-launcherBackground),1);border-radius:var(--cp-corner-launcher);box-shadow:#0000001f 0 6px 40px;box-sizing:border-box;color:rgba(var(--cp-color-launcherFont),1);display:flex;height:48px;overflow:visible;padding:14px;pointer-events:all;z-index:var(--cp-launcher-zIndex);text-wrap:nowrap}#marsello-widget-root .cp-launcher .cp-launcher-btn:hover,#marsello-widget-root .cp-launcher .cp-launcher-btn:focus,#marsello-portal-root .cp-launcher .cp-launcher-btn:hover,#marsello-portal-root .cp-launcher .cp-launcher-btn:focus{background-color:rgba(var(--cp-color-launcherActiveBackground),1);color:rgba(var(--cp-color-launcherActiveFont),1)}#marsello-widget-root .cp-launcher .cp-launcher-btn.open,#marsello-portal-root .cp-launcher .cp-launcher-btn.open{background-color:rgba(var(--cp-color-launcherBackground),1);color:rgba(var(--cp-color-launcherFont),1);width:48px}#marsello-widget-root .cp-launcher .cp-launcher-btn .cp-launcher-icon,#marsello-portal-root .cp-launcher .cp-launcher-btn .cp-launcher-icon{display:block;stroke:rgba(var(--cp-color-launcherFont),1)}#marsello-widget-root .cp-launcher .cp-launcher-btn .cp-launcher-label,#marsello-portal-root .cp-launcher .cp-launcher-btn .cp-launcher-label{font-weight:700!important;color:rgba(var(--cp-color-launcherFont),1)!important;margin:0 10px!important}#marsello-widget-root .cp-launcher .cp-launcher-btn .cp-launcher-label .editable-container,#marsello-portal-root .cp-launcher .cp-launcher-btn .cp-launcher-label .editable-container{display:inline;line-height:1.25rem}#marsello-widget-root .cp-portal,#marsello-portal-root .cp-portal{font-size:var(--cp-text);height:100%}@media (min-width: 600px){#marsello-widget-root .cp-portal-uncoupled,#marsello-portal-root .cp-portal-uncoupled{height:100%;position:absolute;width:100%}}#marsello-widget-root .cp-portal.cp-portal-instore,#marsello-portal-root .cp-portal.cp-portal-instore{bottom:0;left:0;position:absolute;right:0;top:0}#marsello-widget-root .cp-portal-coupled,#marsello-portal-root .cp-portal-coupled{height:min(764px,calc(100vh - 20px - var(--cp-launcher-distanceY)));max-height:764px;min-height:100px;position:fixed;pointer-events:none;width:400px;z-index:var(--cp-launcher-zIndex)}#marsello-widget-root .cp-portal-coupled.cp-launcher-left-corner,#marsello-portal-root .cp-portal-coupled.cp-launcher-left-corner{bottom:var(--cp-launcher-distanceY);left:var(--cp-launcher-distanceX)}#marsello-widget-root .cp-portal-coupled.cp-launcher-right-corner,#marsello-portal-root .cp-portal-coupled.cp-launcher-right-corner{bottom:var(--cp-launcher-distanceY);right:var(--cp-launcher-distanceX)}#marsello-widget-root .cp-portal-coupled.cp-launcher-resting:not(.cp-launcher-hide-on-all),#marsello-portal-root .cp-portal-coupled.cp-launcher-resting:not(.cp-launcher-hide-on-all){bottom:0!important}#marsello-widget-root .cp-portal-coupled #marsello-widget-iframe,#marsello-portal-root .cp-portal-coupled #marsello-widget-iframe{border:1px solid rgb(var(--cp-color-border));height:calc(100% - 64px)}#marsello-widget-root .cp-portal-coupled.cp-launcher-hide-on-all #marsello-widget-iframe,#marsello-portal-root .cp-portal-coupled.cp-launcher-hide-on-all #marsello-widget-iframe{height:100%}#marsello-widget-root .cp-portal-coupled-closed,#marsello-portal-root .cp-portal-coupled-closed{width:0%!important}#marsello-widget-root .cp-panel,#marsello-portal-root .cp-panel{border-radius:var(--cp-corner-panel);box-shadow:0 0 .875rem #2930420a!important;display:block;height:700px;max-width:430px;min-width:360px;overflow:hidden;pointer-events:all;z-index:var(--cp-launcher-zIndex)}#marsello-widget-root .cp-portal.cp-portal-instore .cp-panel,#marsello-portal-root .cp-portal.cp-portal-instore .cp-panel{border-radius:0;height:100%!important;margin-left:auto;margin-right:auto;overflow:hidden}@media (min-width: 430px){#marsello-widget-root .cp-portal.cp-portal-instore .cp-panel,#marsello-portal-root .cp-portal.cp-portal-instore .cp-panel{max-width:400px!important}}#marsello-widget-root .cp-portal.cp-panel-side .cp-panel,#marsello-portal-root .cp-portal.cp-panel-side .cp-panel{width:400px;position:absolute;bottom:64px}#marsello-widget-root .cp-portal.cp-panel-side.cp-launcher-hide-on-all .cp-panel,#marsello-portal-root .cp-portal.cp-panel-side.cp-launcher-hide-on-all .cp-panel{bottom:0}#marsello-widget-root .cp-portal-coupled .cp-panel,#marsello-portal-root .cp-portal-coupled .cp-panel{border:1px solid rgba(var(--cp-color-border))}#marsello-widget-root .cp-portal-coupled .cp-launcher,#marsello-portal-root .cp-portal-coupled .cp-launcher{display:flex;width:max-content}#marsello-widget-root .cp-portal-coupled.cp-launcher-right-corner .cp-launcher,#marsello-portal-root .cp-portal-coupled.cp-launcher-right-corner .cp-launcher{justify-content:flex-end;bottom:0;right:0;position:absolute}#marsello-widget-root .cp-portal-coupled.cp-launcher-left-corner .cp-launcher,#marsello-portal-root .cp-portal-coupled.cp-launcher-left-corner .cp-launcher{justify-content:start;bottom:0;position:absolute}#marsello-widget-root .cp-portal-coupled.cp-launcher-resting:not(.cp-launcher-hide-on-all) .cp-launcher,#marsello-portal-root .cp-portal-coupled.cp-launcher-resting:not(.cp-launcher-hide-on-all) .cp-launcher{bottom:0}#marsello-widget-root .cp-portal-coupled.cp-launcher-hide-on-all .cp-launcher-btn,#marsello-portal-root .cp-portal-coupled.cp-launcher-hide-on-all .cp-launcher-btn{display:none}@media (max-width: 430px){#marsello-widget-root .cp-portal-coupled.cp-launcher-hide-on-mobile .cp-launcher-btn,#marsello-portal-root .cp-portal-coupled.cp-launcher-hide-on-mobile .cp-launcher-btn{display:none}}#marsello-widget-root .cp-portal.cp-launcher-resting .cp-launcher .cp-launcher-btn,#marsello-portal-root .cp-portal.cp-launcher-resting .cp-launcher .cp-launcher-btn{border-bottom-left-radius:0;border-bottom-right-radius:0}#marsello-widget-root .cp-page,#marsello-portal-root .cp-page{background:rgba(var(--cp-color-background),1);color:rgba(var(--cp-color-font),.75);display:flex;flex-direction:column;font-family:var(--cp-font-default);font-size:var(--cp-text-sm);height:100%;letter-spacing:.1px;line-height:20px;position:relative;width:100%}#marsello-widget-root .cp-page.cp-popup-open,#marsello-portal-root .cp-page.cp-popup-open{overflow:hidden}#marsello-widget-root .cp-main,#marsello-portal-root .cp-main{flex-grow:1;overflow-y:scroll}#marsello-widget-root .cp-portal-instore .cp-main,#marsello-portal-root .cp-portal-instore .cp-main{margin-bottom:72px!important}#marsello-widget-root .cp-main::-webkit-scrollbar,#marsello-portal-root .cp-main::-webkit-scrollbar{width:6px}#marsello-widget-root .cp-main::-webkit-scrollbar-track,#marsello-portal-root .cp-main::-webkit-scrollbar-track{background:#fff0}#marsello-widget-root .cp-main::-webkit-scrollbar-thumb,#marsello-portal-root .cp-main::-webkit-scrollbar-thumb{background:#0006;-webkit-border-radius:3px}#marsello-widget-root .cp-header,#marsello-portal-root .cp-header{background:linear-gradient(130deg,rgba(var(--cp-color-headerGradientStart),1),rgba(var(--cp-color-headerGradientEnd),1));color:rgba(var(--cp-color-headerFont),1)!important;padding:20px 32px 14px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:5}#marsello-widget-root .cp-header .cp-header-nav,#marsello-portal-root .cp-header .cp-header-nav{align-items:center;color:rgba(var(--cp-color-headerFont),1);display:flex;justify-content:space-between;min-height:64px}#marsello-widget-root .cp-header .cp-header-nav .cp-header-logo,#marsello-portal-root .cp-header .cp-header-nav .cp-header-logo{flex-grow:1;height:48px;margin:0}#marsello-widget-root .cp-header .cp-header-nav .cp-header-logo>*,#marsello-portal-root .cp-header .cp-header-nav .cp-header-logo>*{display:block;height:100%;max-width:180px;object-fit:contain;object-position:left;width:auto}#marsello-widget-root .cp-header .cp-header-nav .cp-header-button,#marsello-portal-root .cp-header .cp-header-nav .cp-header-button{margin:0}#marsello-widget-root .cp-header .cp-header-nav h4,#marsello-portal-root .cp-header .cp-header-nav h4{color:rgba(var(--cp-color-headerFont),1)}#marsello-widget-root .cp-header .cp-header-heading,#marsello-portal-root .cp-header .cp-header-heading{color:rgba(var(--cp-color-headerFont),1);font-family:var(--cp-font-heading);font-size:var(--cp-text-xl);font-weight:700;margin:12px 0 0}#marsello-widget-root .cp-header .cp-header-heading .editable,#marsello-portal-root .cp-header .cp-header-heading .editable{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#marsello-widget-root .cp-banner,#marsello-portal-root .cp-banner{background:rgba(var(--cp-color-bannerBackground),1);background-image:linear-gradient(130deg,rgba(var(--cp-color-bannerGradientStart),1),rgba(var(--cp-color-bannerGradientEnd),1));background-position:center center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:300px;justify-content:space-between;position:relative}#marsello-widget-root .cp-banner.cp-banner-side,#marsello-portal-root .cp-banner.cp-banner-side{background:rgba(var(--cp-color-bannerBackground),1);background:linear-gradient(230deg,rgba(var(--cp-color-bannerGradientStart),1),rgba(var(--cp-color-bannerGradientEnd),1));background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%;max-width:50%;min-width:50%;width:50%}#marsello-widget-root .cp-banner .cp-banner-header,#marsello-portal-root .cp-banner .cp-banner-header{display:flex;justify-content:space-between;padding:12px}#marsello-widget-root .cp-banner .cp-banner-logo,#marsello-portal-root .cp-banner .cp-banner-logo{flex-grow:1;height:48px;margin:16px 0 16px 20px}#marsello-widget-root .cp-banner.cp-banner-side .cp-banner-logo,#marsello-portal-root .cp-banner.cp-banner-side .cp-banner-logo{margin:8px 0 8px 20px}#marsello-widget-root .cp-banner .cp-banner-logo>*,#marsello-portal-root .cp-banner .cp-banner-logo>*{display:block;height:100%;max-width:180px;object-fit:contain;object-position:left;width:auto}#marsello-widget-root .cp-banner .cp-banner-hgroup,#marsello-portal-root .cp-banner .cp-banner-hgroup{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end;padding:0 32px 56px}#marsello-widget-root .cp-banner .cp-banner-heading,#marsello-widget-root .cp-banner .cp-banner-subheading,#marsello-portal-root .cp-banner .cp-banner-heading,#marsello-portal-root .cp-banner .cp-banner-subheading{color:rgba(var(--cp-color-bannerFont),1);display:block}#marsello-widget-root .cp-banner .cp-banner-heading strong,#marsello-widget-root .cp-banner .cp-banner-subheading strong,#marsello-portal-root .cp-banner .cp-banner-heading strong,#marsello-portal-root .cp-banner .cp-banner-subheading strong{color:rgba(var(--cp-color-bannerFont),1)}#marsello-widget-root .cp-banner .cp-banner-heading,#marsello-portal-root .cp-banner .cp-banner-heading{font-family:var(--cp-font-heading);font-size:var(--cp-text-xl);font-weight:700;letter-spacing:-.15px;line-height:1.1em}#marsello-widget-root .cp-banner .cp-banner-subheading,#marsello-portal-root .cp-banner .cp-banner-subheading{font-size:var(--cp-text-md);margin-top:8px}#marsello-widget-root .cp-content,#marsello-portal-root .cp-content{padding-top:12px}#marsello-widget-root .cp-banner+.cp-content,#marsello-portal-root .cp-banner+.cp-content{margin-top:-42px;position:relative;z-index:2}#marsello-widget-root .cp-menu,#marsello-portal-root .cp-menu{background:rgba(var(--cp-color-background),1);border-top:1px solid rgba(var(--cp-color-border));bottom:0;display:flex;height:72px;max-width:430px;min-height:72px;position:-webkit-sticky;position:sticky;width:100%;z-index:3}#marsello-widget-root .cp-menu .cp-menu-btn,#marsello-portal-root .cp-menu .cp-menu-btn{cursor:pointer;flex-basis:100%;font-size:var(--cp-text-xs);text-align:center}#marsello-widget-root .cp-menu .cp-menu-btn:hover,#marsello-portal-root .cp-menu .cp-menu-btn:hover{color:rgba(var(--cp-color-highlight),1)}#marsello-widget-root .cp-menu .cp-menu-btn.selected,#marsello-portal-root .cp-menu .cp-menu-btn.selected{color:rgba(var(--cp-color-highlight),1);font-weight:700}#marsello-widget-root .cp-menu .cp-menu-btn figure,#marsello-portal-root .cp-menu .cp-menu-btn figure{margin:1rem 0 .25rem}#marsello-widget-root .cp-menu .cp-menu-btn figure .icon-stroke,#marsello-portal-root .cp-menu .cp-menu-btn figure .icon-stroke{stroke:rgba(var(--cp-color-icon),1)}#marsello-widget-root .cp-menu .cp-menu-btn figure .icon-fill,#marsello-portal-root .cp-menu .cp-menu-btn figure .icon-fill{fill:none}#marsello-widget-root .cp-menu .cp-menu-btn:hover figure .icon-stroke,#marsello-portal-root .cp-menu .cp-menu-btn:hover figure .icon-stroke{stroke:rgba(var(--cp-color-highlight),1)}#marsello-widget-root .cp-menu .cp-menu-btn.selected figure .icon-stroke,#marsello-portal-root .cp-menu .cp-menu-btn.selected figure .icon-stroke{stroke:rgba(var(--cp-color-highlight),1)}#marsello-widget-root .cp-menu .cp-menu-btn.selected figure .icon-fill,#marsello-portal-root .cp-menu .cp-menu-btn.selected figure .icon-fill{fill:rgba(var(--cp-color-highlight),.1)}#marsello-widget-root .cp-portal-instore .cp-menu,#marsello-portal-root .cp-portal-instore .cp-menu{position:fixed!important}@media (min-width: 430px){#marsello-widget-root .cp-menu,#marsello-portal-root .cp-menu{max-width:400px!important}}#marsello-widget-root .cp-user-status,#marsello-portal-root .cp-user-status{align-items:center;border-radius:16px;display:flex;height:32px;margin:24px 20px 24px 12px;padding:4px 8px 4px 4px}#marsello-widget-root .cp-header .cp-user-status,#marsello-portal-root .cp-header .cp-user-status{background-color:rgba(var(--cp-color-headerGradientEnd),1);color:rgba(var(--cp-color-headerFont),1);margin:0}#marsello-widget-root .cp-banner .cp-user-status,#marsello-portal-root .cp-banner .cp-user-status{background-color:rgba(var(--cp-color-bannerGradientEnd),1);color:rgba(var(--cp-color-bannerFont),1);cursor:pointer}#marsello-widget-root .cp-banner-side .cp-user-status,#marsello-portal-root .cp-banner-side .cp-user-status{margin:8px 12px}#marsello-widget-root .cp-user-status .cp-user-icon,#marsello-portal-root .cp-user-status .cp-user-icon{opacity:.4}#marsello-widget-root .cp-user-status .cp-user-status-label,#marsello-portal-root .cp-user-status .cp-user-status-label{flex-grow:1;height:24px;line-height:24px;margin-left:6px;margin-right:6px;max-width:100px;overflow:hidden;white-space:nowrap}#marsello-widget-root .cp-content-header,#marsello-portal-root .cp-content-header{border-bottom:1px solid rgba(var(--cp-color-border));padding:32px 20px 8px;text-align:center}#marsello-widget-root .cp-content-header .cp-user-pfp-initial,#marsello-portal-root .cp-content-header .cp-user-pfp-initial{margin-bottom:8px}#marsello-widget-root .cp-content-header h2,#marsello-portal-root .cp-content-header h2{margin-bottom:12px}#marsello-widget-root .cp-popup-container,#marsello-portal-root .cp-popup-container{background:#0009;bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}#marsello-widget-root .cp-popup-container .cp-popup,#marsello-portal-root .cp-popup-container .cp-popup{background:rgba(var(--cp-color-background),1);border-radius:var(--cp-corner-panel) var(--cp-corner-panel) 0 0;bottom:0;position:absolute;text-align:center;width:100%}#marsello-widget-root .cp-popup-container .cp-popup.cp-popup-claim,#marsello-portal-root .cp-popup-container .cp-popup.cp-popup-claim{overflow-y:auto;top:40px}#marsello-widget-root .cp-popup-container .cp-popup .cp-popup-header,#marsello-portal-root .cp-popup-container .cp-popup .cp-popup-header{display:flex;height:68px;justify-content:flex-end;padding:32px 20px 12px}#marsello-widget-root .cp-popup-container .cp-popup .cp-popup-header .cp-close-btn,#marsello-portal-root .cp-popup-container .cp-popup .cp-popup-header .cp-close-btn{cursor:pointer}#marsello-widget-root .cp-popup-container .cp-popup .cp-popup-hgroup,#marsello-portal-root .cp-popup-container .cp-popup .cp-popup-hgroup{border-bottom:1px solid rgba(var(--cp-color-border));padding:12px 20px}#marsello-widget-root .cp-popup-container .cp-popup .cp-popup-content,#marsello-portal-root .cp-popup-container .cp-popup .cp-popup-content{padding:12px 20px 32px}#marsello-widget-root .cp-popup-container .cp-popup .cp-popup-coupon,#marsello-portal-root .cp-popup-container .cp-popup .cp-popup-coupon{height:calc(100% - 68px);overflow-y:scroll}#marsello-widget-root .cp-popup-container .cp-popup .cp-popup-coupon .cp-popup-content,#marsello-portal-root .cp-popup-container .cp-popup .cp-popup-coupon .cp-popup-content{padding-bottom:12px}#marsello-widget-root .cp-form fieldset,#marsello-portal-root .cp-form fieldset{padding:12px 20px 0}#marsello-widget-root .cp-form fieldset .form-floating,#marsello-portal-root .cp-form fieldset .form-floating{margin-bottom:12px}#marsello-widget-root .cp-form fieldset .form-floating .cp-form-control,#marsello-portal-root .cp-form fieldset .form-floating .cp-form-control{border-color:rgba(var(--cp-color-border))}#marsello-widget-root .cp-form fieldset .form-floating-disabled,#marsello-portal-root .cp-form fieldset .form-floating-disabled{background-color:rgba(var(--cp-color-border))}#marsello-widget-root .cp-form-control,#marsello-portal-root .cp-form-control{background-color:transparent;color:rgba(var(--color-text),1)}#marsello-widget-root .form-floating .cp-form-control+label,#marsello-portal-root .form-floating .cp-form-control+label{color:rgba(var(--color-text),.4);opacity:1}#marsello-widget-root .cp-form .form-switch .form-check-input:checked,#marsello-portal-root .cp-form .form-switch .form-check-input:checked{background-color:rgba(var(--cp-color-highlight),1);border:1px solid rgba(var(--cp-color-highlight),1)}#marsello-widget-root .cp-form .form-switch .form-check-input:checked:active,#marsello-widget-root .cp-form .form-switch .form-check-input:checked:focus,#marsello-portal-root .cp-form .form-switch .form-check-input:checked:active,#marsello-portal-root .cp-form .form-switch .form-check-input:checked:focus{box-shadow:0 0 0 .25rem rgba(var(--cp-color-highlight),.2)}#marsello-widget-root .cp-form .cp-btn,#marsello-widget-root .cp-form .cp-btn-disabled,#marsello-portal-root .cp-form .cp-btn,#marsello-portal-root .cp-form .cp-btn-disabled{margin:6px 20px 20px}#marsello-widget-root .cp-page .cp-card,#marsello-portal-root .cp-page .cp-card{background:rgba(var(--cp-color-background),1);border:1px solid rgba(var(--cp-color-border));border-radius:var(--cp-corner-card);box-shadow:0 0 .75rem #0000000d!important;margin:0 .75rem .75rem}#marsello-widget-root .cp-page .cp-card .cp-card-header-border,#marsello-portal-root .cp-page .cp-card .cp-card-header-border{border-bottom:1px solid rgba(var(--cp-color-border))}#marsello-widget-root .cp-page .cp-card .cp-card-header,#marsello-portal-root .cp-page .cp-card .cp-card-header{padding:32px 20px 16px;text-align:center}#marsello-widget-root .cp-page .cp-card .cp-card-header-icon,#marsello-portal-root .cp-page .cp-card .cp-card-header-icon{padding:32px 20px 0;text-align:left}#marsello-widget-root .cp-page .cp-card .cp-card-header .cp-icon-container,#marsello-portal-root .cp-page .cp-card .cp-card-header .cp-icon-container{margin-bottom:8px}#marsello-widget-root .cp-page .cp-card .cp-icon-container .cp-icon,#marsello-portal-root .cp-page .cp-card .cp-icon-container .cp-icon{fill:none;stroke:rgba(var(--cp-color-icon),1);stroke-width:2px}#marsello-widget-root .cp-card.cp-card-tier .cp-card-content:first-child,#marsello-portal-root .cp-card.cp-card-tier .cp-card-content:first-child{display:flex;flex-direction:row!important;margin-top:12px;padding:20px 10px!important}#marsello-widget-root .cp-card.cp-card-tier .cp-card-content:first-child .cp-icon-container,#marsello-portal-root .cp-card.cp-card-tier .cp-card-content:first-child .cp-icon-container{margin:0}#marsello-widget-root .cp-card.cp-card-tier .cp-card-content:first-child .cp-icon-container .cp-icon,#marsello-portal-root .cp-card.cp-card-tier .cp-card-content:first-child .cp-icon-container .cp-icon{margin-right:8px}#marsello-widget-root .cp-card-header p,#marsello-portal-root .cp-card-header p{margin-bottom:6px}#marsello-widget-root .cp-page .cp-card .cp-card-header-icon p,#marsello-portal-root .cp-page .cp-card .cp-card-header-icon p{margin-bottom:0}#marsello-widget-root .cp-page .cp-card .cp-btn,#marsello-portal-root .cp-page .cp-card .cp-btn{margin:12px 0}#marsello-widget-root .cp-card-hgroup,#marsello-portal-root .cp-card-hgroup{flex-grow:1}#marsello-widget-root .cp-icon-container+.cp-card-hgroup,#marsello-portal-root .cp-icon-container+.cp-card-hgroup{margin:0 8px}#marsello-widget-root .cp-card-hgroup h4,#marsello-portal-root .cp-card-hgroup h4{margin-bottom:4px}#marsello-widget-root .cp-card-hgroup h6,#marsello-widget-root .cp-card-hgroup p,#marsello-portal-root .cp-card-hgroup h6,#marsello-portal-root .cp-card-hgroup p{margin-bottom:0}#marsello-widget-root .cp-page .cp-card .cp-card-content,#marsello-portal-root .cp-page .cp-card .cp-card-content{padding:20px;display:flex;flex-direction:column}#marsello-widget-root .cp-page .cp-card .cp-card-content button,#marsello-portal-root .cp-page .cp-card .cp-card-content button{all:unset}#marsello-widget-root .cp-page .cp-card .cp-card-content-end,#marsello-portal-root .cp-page .cp-card .cp-card-content-end{border-bottom-left-radius:var(--cp-corner-card);border-bottom-right-radius:var(--cp-corner-card);overflow:hidden}#marsello-widget-root .cp-page .cp-card .cp-card-content-flush,#marsello-portal-root .cp-page .cp-card .cp-card-content-flush{padding:0}#marsello-widget-root .cp-page .cp-card .cp-card-header-icon+.cp-card-content,#marsello-portal-root .cp-page .cp-card .cp-card-header-icon+.cp-card-content{padding-top:.5rem}#marsello-widget-root .cp-page .cp-card .cp-card-footer,#marsello-portal-root .cp-page .cp-card .cp-card-footer{padding:16px 20px;text-align:center}#marsello-widget-root .cp-page .cp-card .cp-card-footer-border,#marsello-portal-root .cp-page .cp-card .cp-card-footer-border{border-top:1px solid rgba(var(--cp-color-border))}#marsello-widget-root .cp-page .cp-card .cp-card-header.cp-card-header-link,#marsello-widget-root .cp-page .cp-card .cp-card-content.cp-card-content-link,#marsello-portal-root .cp-page .cp-card .cp-card-header.cp-card-header-link,#marsello-portal-root .cp-page .cp-card .cp-card-content.cp-card-content-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;text-align:start}#marsello-widget-root .cp-page .cp-card .cp-card-header.cp-card-header-link:hover h4,#marsello-widget-root .cp-page .cp-card .cp-card-header.cp-card-header-link:hover h5,#marsello-widget-root .cp-page .cp-card .cp-card-header.cp-card-header-link:hover h6,#marsello-widget-root .cp-page .cp-card .cp-card-content.cp-card-content-link:hover h4,#marsello-widget-root .cp-page .cp-card .cp-card-content.cp-card-content-link:hover h5,#marsello-widget-root .cp-page .cp-card .cp-card-content.cp-card-content-link:hover h6,#marsello-portal-root .cp-page .cp-card .cp-card-header.cp-card-header-link:hover h4,#marsello-portal-root .cp-page .cp-card .cp-card-header.cp-card-header-link:hover h5,#marsello-portal-root .cp-page .cp-card .cp-card-header.cp-card-header-link:hover h6,#marsello-portal-root .cp-page .cp-card .cp-card-content.cp-card-content-link:hover h4,#marsello-portal-root .cp-page .cp-card .cp-card-content.cp-card-content-link:hover h5,#marsello-portal-root .cp-page .cp-card .cp-card-content.cp-card-content-link:hover h6{color:rgba(var(--cp-color-highlight),1)}#marsello-widget-root .cp-page .cp-card .cp-card-footer.cp-card-footer-link,#marsello-portal-root .cp-page .cp-card .cp-card-footer.cp-card-footer-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;text-align:start}#marsello-widget-root .cp-page .cp-card .cp-card-footer p,#marsello-portal-root .cp-page .cp-card .cp-card-footer p{margin-bottom:0}#marsello-widget-root .cp-card-content-link .cp-icon-container,#marsello-portal-root .cp-card-content-link .cp-icon-container{margin-right:12px;min-width:24px}#marsello-widget-root .cp-page .cp-progress,#marsello-portal-root .cp-page .cp-progress{background-color:rgba(var(--cp-color-border));border-radius:4px;display:block;margin:8px 0 14px;min-height:8px;width:100%}#marsello-widget-root .cp-page .cp-progress .cp-progress-bar,#marsello-portal-root .cp-page .cp-progress .cp-progress-bar{background-color:rgba(var(--cp-color-progressGradientStart));background-image:linear-gradient(90deg,rgba(var(--cp-color-progressGradientStart),1),rgba(var(--cp-color-progressGradientEnd),1));border-radius:4px;display:block;min-height:8px;width:30%}#marsello-widget-root .cp-page .cp-pills,#marsello-portal-root .cp-page .cp-pills{align-items:center;border-bottom:1px solid rgba(var(--cp-color-border));display:flex;justify-content:start;list-style-type:none;margin:0;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:20px 28px 14px;scrollbar-width:none}#marsello-widget-root .cp-page .cp-pills::-webkit-scrollbar,#marsello-portal-root .cp-page .cp-pills::-webkit-scrollbar{display:none}#marsello-widget-root .cp-page .cp-pills-no-border,#marsello-portal-root .cp-page .cp-pills-no-border{border-bottom:0}#marsello-widget-root .cp-page .cp-pills .cp-pill,#marsello-portal-root .cp-page .cp-pills .cp-pill{border:1px solid rgba(var(--cp-color-border));border-radius:var(--cp-corner-component);color:rgba(var(--cp-color-font),1);cursor:pointer;font-weight:700;margin-left:6px;padding:8px 16px;white-space:nowrap!important}#marsello-widget-root .cp-page .cp-pills .cp-pill:first-child,#marsello-portal-root .cp-page .cp-pills .cp-pill:first-child{margin-left:0}#marsello-widget-root .cp-page .cp-pills .cp-pill:hover,#marsello-portal-root .cp-page .cp-pills .cp-pill:hover{color:rgba(var(--cp-color-highlight),1)}#marsello-widget-root .cp-page .cp-pills .cp-pill.selected,#marsello-portal-root .cp-page .cp-pills .cp-pill.selected{background:rgba(var(--cp-color-highlight),.1);border-color:rgba(var(--cp-color-highlight),1);color:rgba(var(--cp-color-highlight),1);padding:8px 16px}#marsello-widget-root .cp-page .cp-link,#marsello-portal-root .cp-page .cp-link{color:rgba(var(--cp-color-link),1);cursor:pointer;font-weight:700;text-decoration:underline;transition:text-decoration ease-in .12s}#marsello-widget-root .cp-page .cp-link:active,#marsello-widget-root .cp-page .cp-link:focus,#marsello-widget-root .cp-page .cp-link:hover,#marsello-portal-root .cp-page .cp-link:active,#marsello-portal-root .cp-page .cp-link:focus,#marsello-portal-root .cp-page .cp-link:hover{color:rgba(var(--cp-color-linkActive),1);text-decoration:none;transition:text-decoration ease-in .12s}#marsello-widget-root .cp-page .cp-link-inherit,#marsello-portal-root .cp-page .cp-link-inherit{color:inherit}#marsello-widget-root .cp-page .cp-link-inherit:active,#marsello-widget-root .cp-page .cp-link-inherit:focus,#marsello-widget-root .cp-page .cp-link-inherit:hover,#marsello-portal-root .cp-page .cp-link-inherit:active,#marsello-portal-root .cp-page .cp-link-inherit:focus,#marsello-portal-root .cp-page .cp-link-inherit:hover{color:inherit}#marsello-widget-root .cp-page .cp-btn,#marsello-portal-root .cp-page .cp-btn{background-color:rgba(var(--cp-color-buttonBackground),1);border-radius:var(--cp-corner-component);color:rgba(var(--cp-color-buttonFont),1);cursor:pointer;display:block;min-height:42px;font-weight:700;line-height:20px;padding:12px;text-align:center;transition:all ease-in .12s;box-sizing:border-box}#marsello-widget-root .cp-form .cp-btn-disabled,#marsello-portal-root .cp-form .cp-btn-disabled{background-color:rgba(var(--cp-color-buttonActiveBackground),1);border-radius:var(--cp-corner-component);color:rgba(var(--cp-color-buttonFont),1);display:block;min-height:42px;font-weight:700;line-height:20px;padding:12px;text-align:center;transition:all ease-in .12s}#marsello-widget-root .cp-page .cp-btn:active,#marsello-widget-root .cp-page .cp-btn:focus,#marsello-widget-root .cp-page .cp-btn:hover,#marsello-portal-root .cp-page .cp-btn:active,#marsello-portal-root .cp-page .cp-btn:focus,#marsello-portal-root .cp-page .cp-btn:hover{background-color:rgba(var(--cp-color-buttonActiveBackground),1);color:rgba(var(--cp-color-buttonActiveFont),1);transition:all ease-in .12s;text-decoration:none}#marsello-widget-root .cp-page .cp-card .cp-btn-social,#marsello-portal-root .cp-page .cp-card .cp-btn-social{align-items:center;display:flex;justify-content:start;margin:8px 0;text-decoration:none}#marsello-widget-root .cp-page .cp-card .cp-btn-facebook,#marsello-portal-root .cp-page .cp-card .cp-btn-facebook{background-color:#316ff6;box-shadow:0 2px 4px #0000001a!important;color:#fff}#marsello-widget-root .cp-page .cp-card .cp-btn-facebook:active,#marsello-widget-root .cp-page .cp-card .cp-btn-facebook:focus,#marsello-widget-root .cp-page .cp-card .cp-btn-facebook:hover,#marsello-portal-root .cp-page .cp-card .cp-btn-facebook:active,#marsello-portal-root .cp-page .cp-card .cp-btn-facebook:focus,#marsello-portal-root .cp-page .cp-card .cp-btn-facebook:hover{background-color:#0a4ee2;color:#fff}#marsello-widget-root .cp-page .cp-card .cp-btn-google,#marsello-portal-root .cp-page .cp-card .cp-btn-google{background-color:#fff;border:1px solid rgba(var(--cp-color-border));box-shadow:0 2px 4px #0000001a!important;color:#757575}#marsello-widget-root .cp-page .cp-card .cp-btn-google:active,#marsello-widget-root .cp-page .cp-card .cp-btn-google:focus,#marsello-widget-root .cp-page .cp-card .cp-btn-google:hover,#marsello-portal-root .cp-page .cp-card .cp-btn-google:active,#marsello-portal-root .cp-page .cp-card .cp-btn-google:focus,#marsello-portal-root .cp-page .cp-card .cp-btn-google:hover{background-color:#fff;color:#5e5e5e}#marsello-widget-root .cp-page .cp-card .cp-btn-apple,#marsello-portal-root .cp-page .cp-card .cp-btn-apple{background-color:#1d1d1f;box-shadow:0 2px 4px #0000001a!important;color:#fff}#marsello-widget-root .cp-page .cp-card .cp-btn-apple:active,#marsello-widget-root .cp-page .cp-card .cp-btn-apple:focus,#marsello-widget-root .cp-page .cp-card .cp-btn-apple:hover,#marsello-portal-root .cp-page .cp-card .cp-btn-apple:active,#marsello-portal-root .cp-page .cp-card .cp-btn-apple:focus,#marsello-portal-root .cp-page .cp-card .cp-btn-apple:hover{background-color:#000;color:#fff}#marsello-widget-root .cp-page .cp-card .cp-btn-social-icon,#marsello-portal-root .cp-page .cp-card .cp-btn-social-icon{margin:0 8px}#marsello-widget-root .cp-page .cp-card .cp-btn-social-label,#marsello-portal-root .cp-page .cp-card .cp-btn-social-label{flex-grow:1;text-align:start}#marsello-widget-root .cp-toggle,#marsello-portal-root .cp-toggle{align-items:center;background-color:rgba(var(--cp-color-border));border:1px solid rgba(var(--cp-color-border));border-radius:var(--cp-corner-component);color:rgba(var(--cp-color-font),1);display:flex;height:42px;font-weight:700;line-height:20px;padding:4px}#marsello-widget-root .cp-toggle .cp-toggle-btn,#marsello-portal-root .cp-toggle .cp-toggle-btn{border-radius:var(--cp-corner-component);height:32px;line-height:32px;width:50%}#marsello-widget-root .cp-toggle .cp-toggle-btn:active,#marsello-widget-root .cp-toggle .cp-toggle-btn:focus,#marsello-widget-root .cp-toggle .cp-toggle-btn:hover,#marsello-widget-root .cp-toggle .cp-toggle-btn.selected,#marsello-portal-root .cp-toggle .cp-toggle-btn:active,#marsello-portal-root .cp-toggle .cp-toggle-btn:focus,#marsello-portal-root .cp-toggle .cp-toggle-btn:hover,#marsello-portal-root .cp-toggle .cp-toggle-btn.selected{background-color:rgba(var(--cp-color-background),1);transition:all ease-in .12s}#marsello-widget-root .cp-page .cp-field,#marsello-portal-root .cp-page .cp-field{align-items:center;border:1px solid rgba(var(--cp-color-border));border-radius:var(--cp-corner-component);margin:12px 0;height:40px;padding:8px 40px 8px 12px;position:relative;width:100%}#marsello-widget-root .cp-page .cp-field .cp-field-icon,#marsello-widget-root .cp-page .cp-field>svg,#marsello-portal-root .cp-page .cp-field .cp-field-icon,#marsello-portal-root .cp-page .cp-field>svg{height:24px;opacity:.25;position:absolute;right:12px;top:8px;width:24px}#marsello-widget-root .cp-page .cp-field .cp-field-label,#marsello-widget-root .cp-page .cp-field>strong,#marsello-portal-root .cp-page .cp-field .cp-field-label,#marsello-portal-root .cp-page .cp-field>strong{display:inline-block;line-height:24px;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;width:100%}#marsello-widget-root .cp-page .cp-feature-list,#marsello-portal-root .cp-page .cp-feature-list{list-style-type:none;margin:8px 0 0;padding:0}#marsello-widget-root .cp-page .cp-feature-list .cp-feature-item,#marsello-portal-root .cp-page .cp-feature-list .cp-feature-item{display:flex;padding:4px 0}#marsello-widget-root .cp-page .cp-feature-list .cp-feature-item .cp-feature-check,#marsello-portal-root .cp-page .cp-feature-list .cp-feature-item .cp-feature-check{background:rgba(var(--cp-color-listBulletBackground),1);border-radius:50%;stroke:rgba(var(--cp-color-listBulletCheck),1);height:18px;margin:2px 8px 0 0;min-height:18px;min-width:18px;padding:3px 0;stroke-width:2.5px;width:18px}#marsello-widget-root .cp-page .cp-feature-list .cp-feature-item .cp-feature-content,#marsello-portal-root .cp-page .cp-feature-list .cp-feature-item .cp-feature-content{flex-grow:1}#marsello-widget-root .cp-basic-list-hgroup,#marsello-portal-root .cp-basic-list-hgroup{border-bottom:1px solid rgba(var(--cp-color-border));padding:20px 32px 4px}#marsello-widget-root .cp-page .cp-basic-list,#marsello-portal-root .cp-page .cp-basic-list{list-style-type:none;margin-bottom:0;padding:0}#marsello-widget-root .cp-page .cp-item,#marsello-portal-root .cp-page .cp-item{align-items:center;display:flex;padding:18px 32px}#marsello-widget-root .cp-page .cp-item:not(:last-child),#marsello-portal-root .cp-page .cp-item:not(:last-child){border-bottom:1px solid rgba(var(--cp-color-border))}#marsello-widget-root .cp-page .cp-item:hover,#marsello-portal-root .cp-page .cp-item:hover{background-color:rgba(var(--cp-color-highlight),.12);cursor:pointer}#marsello-widget-root .cp-page .cp-basic-list-disabled .cp-item:hover,#marsello-widget-root .cp-page .cp-item.complete:hover,#marsello-widget-root .cp-page .cp-item.disabled:hover,#marsello-portal-root .cp-page .cp-basic-list-disabled .cp-item:hover,#marsello-portal-root .cp-page .cp-item.complete:hover,#marsello-portal-root .cp-page .cp-item.disabled:hover{background-color:transparent;cursor:default}#marsello-widget-root .cp-page .cp-basic-list-disabled .cp-item .cp-item-content+.cp-icon,#marsello-portal-root .cp-page .cp-basic-list-disabled .cp-item .cp-item-content+.cp-icon{display:none}#marsello-widget-root .cp-page .cp-card .cp-item,#marsello-portal-root .cp-page .cp-card .cp-item{padding:18px 16px}#marsello-widget-root .cp-item.cp-item-more,#marsello-portal-root .cp-item.cp-item-more{cursor:pointer;padding-bottom:12px;padding-top:14px}#marsello-widget-root .cp-page .cp-item .cp-icon-container,#marsello-portal-root .cp-page .cp-item .cp-icon-container{margin:0 12px 0 0;max-width:24px;min-height:24px;min-width:24px;width:24px}#marsello-widget-root .cp-page .cp-item .cp-icon-container .cp-icon,#marsello-portal-root .cp-page .cp-item .cp-icon-container .cp-icon{fill:none;stroke:rgba(var(--cp-color-icon),1);stroke-width:2px}#marsello-widget-root .cp-page .cp-item.complete .cp-icon-container .cp-icon,#marsello-widget-root .cp-page .cp-item.locked .cp-icon-container .cp-icon,#marsello-widget-root .cp-page .cp-item.disabled .cp-icon-container .cp-icon,#marsello-widget-root .cp-page .cp-item.in-progress .cp-icon-container .cp-icon,#marsello-portal-root .cp-page .cp-item.complete .cp-icon-container .cp-icon,#marsello-portal-root .cp-page .cp-item.locked .cp-icon-container .cp-icon,#marsello-portal-root .cp-page .cp-item.disabled .cp-icon-container .cp-icon,#marsello-portal-root .cp-page .cp-item.in-progress .cp-icon-container .cp-icon{opacity:.3}#marsello-widget-root .cp-page .cp-icon .icon-text,#marsello-portal-root .cp-page .cp-icon .icon-text{stroke:none!important}#marsello-widget-root .cp-page .cp-item .cp-item-content,#marsello-portal-root .cp-page .cp-item .cp-item-content{flex-grow:1;margin-right:8px}#marsello-widget-root .cp-page .cp-item .cp-item-content .cp-vip-tag,#marsello-portal-root .cp-page .cp-item .cp-item-content .cp-vip-tag{background-color:rgba(var(--cp-color-badgeBackground),1);border-radius:4px;color:rgba(var(--cp-color-badgeFont),1);padding-right:.25rem;padding-left:.25rem;margin-right:.5rem}#marsello-widget-root .cp-page .cp-item.complete .cp-item-content,#marsello-widget-root .cp-page .cp-item.disabled .cp-item-content,#marsello-widget-root .cp-page .cp-item.locked .cp-item-content,#marsello-widget-root .cp-page .cp-item.in-progress .cp-item-content,#marsello-portal-root .cp-page .cp-item.complete .cp-item-content,#marsello-portal-root .cp-page .cp-item.disabled .cp-item-content,#marsello-portal-root .cp-page .cp-item.locked .cp-item-content,#marsello-portal-root .cp-page .cp-item.in-progress .cp-item-content{cursor:default}#marsello-widget-root .cp-page .cp-item.complete .cp-item-content h6,#marsello-widget-root .cp-page .cp-item.complete .cp-item-content p,#marsello-widget-root .cp-page .cp-item.disabled .cp-item-content h6,#marsello-widget-root .cp-page .cp-item.disabled .cp-item-content p,#marsello-widget-root .cp-page .cp-item.locked .cp-item-content h6,#marsello-widget-root .cp-page .cp-item.locked .cp-item-content p,#marsello-widget-root .cp-page .cp-item.in-progress .cp-item-content h6,#marsello-widget-root .cp-page .cp-item.in-progress .cp-item-content p,#marsello-portal-root .cp-page .cp-item.complete .cp-item-content h6,#marsello-portal-root .cp-page .cp-item.complete .cp-item-content p,#marsello-portal-root .cp-page .cp-item.disabled .cp-item-content h6,#marsello-portal-root .cp-page .cp-item.disabled .cp-item-content p,#marsello-portal-root .cp-page .cp-item.locked .cp-item-content h6,#marsello-portal-root .cp-page .cp-item.locked .cp-item-content p,#marsello-portal-root .cp-page .cp-item.in-progress .cp-item-content h6,#marsello-portal-root .cp-page .cp-item.in-progress .cp-item-content p{color:rgba(var(--cp-color-font),.5)}#marsello-widget-root .cp-page .cp-item.complete .cp-item-content small,#marsello-widget-root .cp-page .cp-item.complete .cp-item-content .cp-text-sm,#marsello-widget-root .cp-page .cp-item.disabled .cp-item-content small,#marsello-widget-root .cp-page .cp-item.disabled .cp-item-content .cp-text-sm,#marsello-widget-root .cp-page .cp-item.locked .cp-item-content small,#marsello-widget-root .cp-page .cp-item.locked .cp-item-content .cp-text-sm,#marsello-widget-root .cp-page .cp-item.in-progress .cp-item-content small,#marsello-widget-root .cp-page .cp-item.in-progress .cp-item-content .cp-text-sm,#marsello-portal-root .cp-page .cp-item.complete .cp-item-content small,#marsello-portal-root .cp-page .cp-item.complete .cp-item-content .cp-text-sm,#marsello-portal-root .cp-page .cp-item.disabled .cp-item-content small,#marsello-portal-root .cp-page .cp-item.disabled .cp-item-content .cp-text-sm,#marsello-portal-root .cp-page .cp-item.locked .cp-item-content small,#marsello-portal-root .cp-page .cp-item.locked .cp-item-content .cp-text-sm,#marsello-portal-root .cp-page .cp-item.in-progress .cp-item-content small,#marsello-portal-root .cp-page .cp-item.in-progress .cp-item-content .cp-text-sm{color:rgba(var(--cp-color-font),.375)}#marsello-widget-root .cp-page .cp-item.complete .cp-icon-chevron,#marsello-widget-root .cp-page .cp-item.disabled .cp-icon-chevron,#marsello-widget-root .cp-page .cp-item.locked .cp-icon-chevron,#marsello-widget-root .cp-page .cp-item.in-progress .cp-icon-chevron,#marsello-portal-root .cp-page .cp-item.complete .cp-icon-chevron,#marsello-portal-root .cp-page .cp-item.disabled .cp-icon-chevron,#marsello-portal-root .cp-page .cp-item.locked .cp-icon-chevron,#marsello-portal-root .cp-page .cp-item.in-progress .cp-icon-chevron{display:none}#marsello-widget-root .cp-page .cp-item h6,#marsello-portal-root .cp-page .cp-item h6{min-height:20px}#marsello-widget-root .cp-page .cp-item small,#marsello-portal-root .cp-page .cp-item small{display:block;line-height:20px;min-height:22px}#marsello-widget-root .cp-page .cp-item h6,#marsello-widget-root .cp-page .cp-item p,#marsello-portal-root .cp-page .cp-item h6,#marsello-portal-root .cp-page .cp-item p{margin-bottom:0}#marsello-widget-root .cp-page .cp-item .cp-btn,#marsello-portal-root .cp-page .cp-item .cp-btn{margin-bottom:0;margin-top:0}#marsello-widget-root .cp-item-activity .cp-item-action,#marsello-portal-root .cp-item-activity .cp-item-action{align-items:end;display:flex;flex-direction:column;flex-wrap:wrap}#marsello-widget-root .cp-page .cp-item.complete>.cp-icon,#marsello-portal-root .cp-page .cp-item.complete>.cp-icon{background:rgba(var(--cp-color-highlight),1);border-radius:50%;stroke:rgba(var(--cp-color-background),1);height:18px;margin-right:0;min-height:18px;min-width:18px;padding:3px 0;stroke-width:2px;width:18px}#marsello-widget-root .cp-page .cp-item .cp-check,#marsello-portal-root .cp-page .cp-item .cp-check{background:rgba(var(--cp-color-listBulletBackground),1);border-radius:50%;stroke:rgba(var(--cp-color-listBulletCheck),1);height:18px;margin:2px 8px 0 0;min-height:18px;min-width:18px;padding:3px 0;stroke-width:2.5px;width:18px}#marsello-widget-root .cp-page .cp-item .cp-icon-lock,#marsello-portal-root .cp-page .cp-item .cp-icon-lock{stroke:rgba(var(--cp-color-icon),.3);height:32px;min-height:32px;min-width:32px;padding:4px;width:32px}#marsello-widget-root .cp-social-login-list,#marsello-portal-root .cp-social-login-list{list-style-type:none;margin:0;padding:0}#marsello-widget-root .cp-social-login-list .cp-social-login-item,#marsello-portal-root .cp-social-login-list .cp-social-login-item{margin-bottom:8px}#marsello-widget-root .cp-social-login-list .cp-social-login-item:last-child,#marsello-portal-root .cp-social-login-list .cp-social-login-item:last-child{margin-bottom:0}#marsello-widget-root .cp-social-login-list .cp-social-login-item .cp-social-login-btn,#marsello-portal-root .cp-social-login-list .cp-social-login-item .cp-social-login-btn{width:100%}#marsello-widget-root .cp-social-list,#marsello-portal-root .cp-social-list{align-items:center;list-style-type:none;display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-evenly;margin:12px 0;padding:0}#marsello-widget-root .cp-social-icon,#marsello-portal-root .cp-social-icon{border:1px solid rgba(var(--cp-color-font),.2);border-radius:12px;height:52px;padding:12px;stroke:rgba(var(--cp-color-font),.2);width:52px}#marsello-widget-root .cp-social-icon:hover,#marsello-portal-root .cp-social-icon:hover{border:1px solid rgba(var(--cp-color-font),1);stroke:rgba(var(--cp-color-font),1)}#marsello-widget-root .cp-page .cp-footer,#marsello-portal-root .cp-page .cp-footer{color:rgba(var(--cp-color-font),.3);margin-bottom:12px;padding:12px;text-align:center}#marsello-widget-root .cp-page .cp-footer strong,#marsello-portal-root .cp-page .cp-footer strong{color:rgba(var(--cp-color-font),.3)}#marsello-widget-root .cp-prompt,#marsello-portal-root .cp-prompt{background:linear-gradient(180deg,rgba(var(--cp-color-background),0),rgba(var(--cp-color-background),1) 20%);bottom:-1px;padding:0 .75rem .75rem;position:-webkit-sticky;position:sticky}#marsello-widget-root .cp-prompt .cp-card,#marsello-portal-root .cp-prompt .cp-card{margin:0}#marsello-widget-root .cp-prompt .cp-card p,#marsello-portal-root .cp-prompt .cp-card p{margin:12px}#marsello-widget-root .cp-progress-circle,#marsello-portal-root .cp-progress-circle{border-radius:50%;height:32px;position:relative;width:32px}#marsello-widget-root .cp-progress-circle:after,#marsello-portal-root .cp-progress-circle:after{border-radius:50%;content:"";height:26px;position:absolute;right:3px;top:3px;width:26px}#marsello-widget-root .cp-progress-circle:before,#marsello-portal-root .cp-progress-circle:before{border-radius:50%;content:"";height:26px;position:absolute;right:3px;top:3px;width:26px;background:rgba(var(--cp-color-background),1);z-index:2}#marsello-widget-root .cp-progress-circle:after,#marsello-portal-root .cp-progress-circle:after{background:transparent;z-index:3}#marsello-widget-root .cp-item:not(.disabled):hover .cp-progress-circle:after,#marsello-portal-root .cp-item:not(.disabled):hover .cp-progress-circle:after{background-color:rgba(var(--cp-color-highlight),.1)}#marsello-widget-root .cp-tag,#marsello-portal-root .cp-tag{background-color:rgba(var(--cp-color-border));border-radius:2px;color:rgba(var(--cp-color-font),1);font-weight:700;letter-spacing:.5px;margin-right:6px;padding:3px 6px;text-transform:uppercase}#marsello-widget-root [class^=cp-user-pfp],#marsello-portal-root [class^=cp-user-pfp]{display:inline-block;border-radius:50%;background:rgba(var(--cp-color-brand),.1);border:1px solid rgba(var(--cp-color-border));color:rgba(var(--cp-color-brand),1)}#marsello-widget-root .cp-user-pfp-initial,#marsello-portal-root .cp-user-pfp-initial{text-align:center}#marsello-widget-root .cp-user-pfp-sm,#marsello-portal-root .cp-user-pfp-sm{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}#marsello-widget-root .cp-user-pfp-lg,#marsello-portal-root .cp-user-pfp-lg{height:66px;min-height:66px;min-width:66px;padding:12px;width:66px}#marsello-widget-root .cp-user-pfp-xl,#marsello-portal-root .cp-user-pfp-xl{height:88px;min-height:88px;min-width:88px;padding:24px;width:88px}#marsello-widget-root .cp-user-pfp-sm.cp-user-pfp-initial,#marsello-portal-root .cp-user-pfp-sm.cp-user-pfp-initial{font-size:16px;line-height:24px}#marsello-widget-root .cp-user-pfp-lg.cp-user-pfp-initial,#marsello-portal-root .cp-user-pfp-lg.cp-user-pfp-initial{font-size:32px;line-height:40px}#marsello-widget-root .cp-user-pfp-xl.cp-user-pfp-initial,#marsello-portal-root .cp-user-pfp-xl.cp-user-pfp-initial{font-size:38px;line-height:38px}#marsello-widget-root .cp-card [class^=cp-user-pfp],#marsello-portal-root .cp-card [class^=cp-user-pfp]{margin-bottom:0;margin-right:12px}#marsello-widget-root .cp-banner [class^=cp-user-pfp],#marsello-portal-root .cp-banner [class^=cp-user-pfp]{background:rgba(var(--cp-color-bannerFont),.1);border-color:rgba(var(--cp-color-bannerFont),.2);color:rgba(var(--cp-color-bannerFont),1)}#marsello-widget-root .cp-header [class^=cp-user-pfp],#marsello-portal-root .cp-header [class^=cp-user-pfp]{background:rgba(var(--cp-color-headerFont),.1);border-color:rgba(var(--cp-color-headerFont),.2);color:rgba(var(--cp-color-headerFont),1)}#marsello-widget-root .cp-spinner-container,#marsello-portal-root .cp-spinner-container{margin:20px;text-align:center}#marsello-widget-root .cp-spinner-container .spinner-border,#marsello-portal-root .cp-spinner-container .spinner-border{border:3px solid rgba(var(--cp-color-font),1);border-right-color:transparent}#marsello-widget-root .cp-placeholder-heading,#marsello-widget-root .cp-placeholder-text,#marsello-portal-root .cp-placeholder-heading,#marsello-portal-root .cp-placeholder-text{background:rgba(var(--cp-color-font),.1);border-radius:5px;display:block;height:10px;margin:12px auto}#marsello-widget-root .cp-placeholder-heading,#marsello-portal-root .cp-placeholder-heading{width:60%}#marsello-widget-root .cp-placeholder-text,#marsello-portal-root .cp-placeholder-text{width:80%}#marsello-widget-root .cp-qr-code,#marsello-portal-root .cp-qr-code{background:#fff;border-radius:var(--cp-corner-card);display:inline-block;margin:auto;padding:20px}#marsello-widget-root .editable-container,#marsello-portal-root .editable-container{display:inline-block;position:relative}#marsello-widget-root .editable-container.block,#marsello-portal-root .editable-container.block{display:block}#marsello-widget-root .editable-container.inline,#marsello-portal-root .editable-container.inline{display:inline}#marsello-widget-root .editable-container .editable,#marsello-portal-root .editable-container .editable{border:1px solid transparent;border-radius:4px;display:block}#marsello-widget-root .editable-container .editable.block,#marsello-portal-root .editable-container .editable.block{display:block}#marsello-widget-root .editable-container .editable.inline,#marsello-portal-root .editable-container .editable.inline{display:inline}#marsello-widget-root .frame-edit .editable-container:hover .editable,#marsello-portal-root .frame-edit .editable-container:hover .editable{border:1px dashed rgba(var(--cp-color-font),.2);outline:none;padding:0}#marsello-widget-root .frame-edit .editable-container .editable:focus,#marsello-portal-root .frame-edit .editable-container .editable:focus{border:1px dashed rgba(var(--cp-color-font),1);outline:none}#marsello-widget-root .frame-edit .cp-banner .editable-container .editable,#marsello-portal-root .frame-edit .cp-banner .editable-container .editable{word-break:break-word}#marsello-widget-root .frame-edit .cp-banner .editable-container:hover .editable,#marsello-portal-root .frame-edit .cp-banner .editable-container:hover .editable{border:1px dashed rgba(var(--cp-color-bannerFont),.2)}#marsello-widget-root .frame-edit .cp-banner .editable-container .editable:focus,#marsello-portal-root .frame-edit .cp-banner .editable-container .editable:focus{border:1px dashed rgba(var(--cp-color-bannerFont),1)}#marsello-widget-root .frame-edit .cp-header .editable-container:hover .editable,#marsello-portal-root .frame-edit .cp-header .editable-container:hover .editable{border:1px dashed rgba(var(--cp-color-headerFont),.2)}#marsello-widget-root .frame-edit .cp-header .editable-container .editable:focus,#marsello-portal-root .frame-edit .cp-header .editable-container .editable:focus{border:1px dashed rgba(var(--cp-color-headerFont),1)}#marsello-widget-root .frame-edit .cp-btn .editable-container:hover .editable,#marsello-portal-root .frame-edit .cp-btn .editable-container:hover .editable{border:1px dashed rgba(var(--cp-color-buttonFont),.2)}#marsello-widget-root .frame-edit .cp-btn .editable-container .editable:focus,#marsello-portal-root .frame-edit .cp-btn .editable-container .editable:focus{border:1px dashed rgba(var(--cp-color-buttonFont),1)}#marsello-widget-root .frame-edit .editable:focus .merge-tag,#marsello-portal-root .frame-edit .editable:focus .merge-tag{background:rgba(var(--cp-color-font),.1);box-shadow:0 0 0 1px rgba(var(--cp-color-font),.2);border-radius:2px;cursor:pointer;padding:0}#marsello-widget-root .frame-edit .editable:focus .merge-tag:hover,#marsello-portal-root .frame-edit .editable:focus .merge-tag:hover{box-shadow:0 0 0 1px rgba(var(--cp-color-font),1);color:rgba(var(--cp-color-font),1)}#marsello-widget-root .frame-edit .cp-banner .editable:focus .merge-tag,#marsello-portal-root .frame-edit .cp-banner .editable:focus .merge-tag{background:rgba(var(--cp-color-bannerFont),.1);box-shadow:0 0 0 1px rgba(var(--cp-color-bannerFont),.4)}#marsello-widget-root .frame-edit .cp-banner .editable:focus .merge-tag:hover,#marsello-portal-root .frame-edit .cp-banner .editable:focus .merge-tag:hover{background:rgba(var(--cp-color-bannerFont),.3);box-shadow:0 0 0 1px rgba(var(--cp-color-bannerFont),1);color:rgba(var(--cp-color-bannerFont),1)}#marsello-widget-root .frame-edit .cp-header .editable:focus .merge-tag,#marsello-portal-root .frame-edit .cp-header .editable:focus .merge-tag{background:rgba(var(--cp-color-headerFont),.1);box-shadow:0 0 0 1px rgba(var(--cp-color-headerFont),.4)}#marsello-widget-root .frame-edit .cp-header .editable:focus .merge-tag:hover,#marsello-portal-root .frame-edit .cp-header .editable:focus .merge-tag:hover{background:rgba(var(--cp-color-headerFont),.3);box-shadow:0 0 0 1px rgba(var(--cp-color-headerFont),1);color:rgba(var(--cp-color-headerFont),1)}#marsello-widget-root .frame-edit .cp-btn .editable:focus .merge-tag,#marsello-portal-root .frame-edit .cp-btn .editable:focus .merge-tag{background:rgba(var(--cp-color-buttonFont),.1);box-shadow:0 0 0 1px rgba(var(--cp-color-buttonFont),.4)}#marsello-widget-root .frame-edit .cp-btn .editable:focus .merge-tag:hover,#marsello-portal-root .frame-edit .cp-btn .editable:focus .merge-tag:hover{background:rgba(var(--cp-color-buttonFont),.3);box-shadow:0 0 0 1px rgba(var(--cp-color-buttonFont),1);color:rgba(var(--cp-color-buttonFont),1)}#marsello-widget-root .editable-container .editing,#marsello-portal-root .editable-container .editing{border:1px dashed rgba(var(--cp-color-font),.2)}#marsello-widget-root .editable-container:hover .merge-tags,#marsello-widget-root .editable-container .editable:focus+.merge-tags,#marsello-portal-root .editable-container:hover .merge-tags,#marsello-portal-root .editable-container .editable:focus+.merge-tags{display:block}#marsello-widget-root .editable-container .editable-actions,#marsello-portal-root .editable-container .editable-actions{align-items:start;background:#fff;border:1px solid #e2e8ee;border-radius:4px;box-shadow:0 0 .875rem #2930420d!important;display:flex;font-family:Poppins,sans-serif;padding:4px;position:absolute;left:50%;top:0;transform:translate(-50%) translateY(-100%);z-index:10}#marsello-widget-root .editable-container .editable-actions .btn,#marsello-portal-root .editable-container .editable-actions .btn{border:1px solid #e2e8ee!important;border-radius:4px!important;min-height:26px!important;min-width:26px!important;padding:5px}#marsello-widget-root .editable-container .editable-actions .btn:active,#marsello-widget-root .editable-container .editable-actions .btn:focus,#marsello-widget-root .editable-container .editable-actions .btn:hover,#marsello-portal-root .editable-container .editable-actions .btn:active,#marsello-portal-root .editable-container .editable-actions .btn:focus,#marsello-portal-root .editable-container .editable-actions .btn:hover{background:#f7f9fc}#marsello-widget-root .editable-container .editable-actions .btn svg,#marsello-portal-root .editable-container .editable-actions .btn svg{margin:auto}#marsello-widget-root .editable-container .editable-actions select,#marsello-portal-root .editable-container .editable-actions select{background:#fff;border:1px solid #e2e8ee;border-radius:4px;color:#041527;font-size:12px;height:28px;line-height:20px;padding:0 16px 0 6px;text-align:start}#marsello-widget-root .editable-container .editable-actions select:hover,#marsello-portal-root .editable-container .editable-actions select:hover{border-color:#d9dcde;border-radius:4px}#marsello-widget-root .editable-container .editable-actions select:active,#marsello-widget-root .editable-container .editable-actions select:focus,#marsello-portal-root .editable-container .editable-actions select:active,#marsello-portal-root .editable-container .editable-actions select:focus{background:#fff;border:1px solid #e2e8ee;box-shadow:0 0 0 .125rem #041527,#041527 0 0 1px inset;color:#041527;outline:none}#marsello-widget-root .editable-container .editable-actions .dropdown-item,#marsello-portal-root .editable-container .editable-actions .dropdown-item{line-height:16px}#marsello-widget-root .not-editable,#marsello-portal-root .not-editable{background:rgba(var(--cp-color-font),.04);box-shadow:0 0 0 1px rgba(var(--cp-color-font),.1)}#marsello-widget-root .cp-user-status .editable-container,#marsello-portal-root .cp-user-status .editable-container{margin-top:-2px}#marsello-widget-root .cp-complete-profile-container,#marsello-portal-root .cp-complete-profile-container{width:100%;text-align:center}#marsello-widget-root .cp-complete-profile-container .cp-complete-profile-label,#marsello-portal-root .cp-complete-profile-container .cp-complete-profile-label{width:80%;border-radius:var(--cp-corner-component);background-color:rgba(var(--cp-color-buttonBackground),.15);border:1px solid rgba(var(--cp-color-buttonBackground));color:rgba(var(--cp-color-buttonBackground),1)}.marsello-widget-open #marsello-widget-root .cp-portal.cp-portal-coupled.cp-launcher-hide-on-all .cp-launcher{display:block}.marsello-widget-open #marsello-widget-root .cp-portal.cp-portal-coupled.cp-launcher-hide-on-all .cp-launcher .cp-launcher-btn{background-color:#00000080!important;border-radius:50%;bottom:auto;display:block;height:32px;padding:6px;position:fixed;right:8px;top:max(28px,calc(100vh - (var(--cp-launcher-distanceY) + 764px) + 8px));width:32px!important}@media (min-width: 430px){.marsello-widget-open #marsello-widget-root .cp-portal.cp-portal-coupled.cp-launcher-hide-on-all.cp-launcher-left-corner .cp-launcher-btn{left:calc(360px + var(--cp-launcher-distanceX))}.marsello-widget-open #marsello-widget-root .cp-portal.cp-portal-coupled.cp-launcher-hide-on-all.cp-launcher-right-corner .cp-launcher-btn{right:calc(8px + var(--cp-launcher-distanceX))}}@media (max-width: 430px){.marsello-widget-open{height:100%;overflow:hidden}#marsello-widget-root .cp-portal.cp-portal-coupled{bottom:0;height:auto;left:0;max-height:100%;right:0;top:0;width:auto}#marsello-widget-root .cp-portal.cp-portal-coupled #marsello-widget-iframe{border:none;border-radius:0!important;bottom:0!important;height:100%!important;left:0!important;position:absolute;right:0!important;top:0!important;width:100%!important}#marsello-portal-root>.cp-panel{border-radius:0;height:100vh}#marsello-widget-root .cp-launcher-btn:not(.open){bottom:var(--cp-launcher-distanceY);position:fixed}#marsello-widget-root .cp-launcher-left-corner .cp-launcher-btn:not(.open){left:var(--cp-launcher-distanceX)}#marsello-widget-root .cp-launcher-right-corner .cp-launcher-btn:not(.open){right:var(--cp-launcher-distanceX)}#marsello-widget-root .cp-portal-coupled.cp-launcher-resting:not(.cp-launcher-hide-on-all) .cp-launcher-btn:not(.open){bottom:0!important}#marsello-widget-root .cp-launcher-btn.open{background-color:#00000080!important;border-radius:50%!important;bottom:auto;display:block!important;height:32px;padding:6px;position:fixed;right:8px!important;top:8px!important;width:32px!important}#marsello-widget-root .cp-launcher-btn.open .cp-launcher-icon{height:20px!important;stroke:#fff!important;width:20px!important}}
