:root{--global-primary-color:#007bff;--global-secondary-color:#6c757d;--global-success-color:#28a745;--global-info-color:#17a2b8;--global-warning-color:#ffc107;--global-danger-color:#dc3545;--global-light-color:#f8f9fa;--global-dark-color:#343a40;--page-section-top-padding-xxl:100px;--page-section-bottom-padding-xxl:100px;--page-section-top-padding-xl:200px;--page-section-bottom-padding-xl:200px;--page-section-top-padding-lg:60px;--page-section-bottom-padding-lg:60px;--page-section-top-padding-md:150px;--page-section-bottom-padding-md:150px;--page-section-top-padding-sm:20px;--page-section-bottom-padding-sm:20px;--page-section-top-padding-xs:100px;--page-section-bottom-padding-xs:100px;--theme-light:#ffffff;--theme-100:#fbf9ff;--theme-200:#f3e8ff;--theme-300:#e9d5ff;--theme-400:#d8b4fe;--theme-500:#c084fc;--theme-600:#a855f7;--theme-700:#9333ea;--theme-800:#3b2140;--theme-900:#251629;--theme-aaa:#1a0f1d;--theme-dark:#000000;--theme-ube-soft:#f2e1f5;--theme-ube-cream:#e0b0ff;--theme-ube-bright:#d495f0;--theme-violet-petal:#bf77f0;--theme-sweet-mauve:#ab66cc;--theme-amethyst-deep:#964fc2;--theme-royal-purple:#8139b8;--theme-indigo-hint:#6e2da8;--theme-purple-skin:#5a2298;--theme-deep-purple:#481a88;--theme-potato-blush:#f8e1e1;--theme-rose-dust:#e4c1c1;--theme-mauve-shadow:#c6a0a0;--theme-dusty-lilac:#b392ac;--theme-muted-plum:#9a7891;--theme-taupe-purple:#826379;--theme-warm-aubergine:#6b4d61;--theme-ash-purple:#553b4b;--theme-deep-skin:#432e3a;--theme-dark-plum:#31212a;--theme-earth-pale:#efe7da;--theme-potato-flesh-muted:#d0c4af;--theme-root-tan:#b1a28a;--theme-vint-green-muted:#959c81;--theme-moss-purple:#7a8a6d;--theme-leaf-shadow:#61735a;--theme-olive-earth:#4d5c48;--theme-tarnished-root:#3e4a3a;--theme-dark-soil:#313131;--theme-charcoal-root:#262626;--theme-danger-color:#d32f2f;--theme-success-color:#2e7d32;--theme-page-title:var(--theme-aaa);--theme-paper-title:var(--theme-900);--theme-paper-subtitle:var(--theme-800);--theme-table-cell-caption:var(--theme-800);--theme-table-cell-text:var(--theme-900)}:root .theme-paper{background-color:var(--theme-light);border:1px solid var(--theme-200);border-radius:4px;padding-bottom:50px;box-shadow:0 2px 8px rgba(59,33,64,.08)}:root .theme-paper2{padding:30px 20px;border-radius:12px;background-color:#fff;border:1px solid var(--theme-300);box-shadow:6px 8px 19px rgba(37,22,41,.12)}:root .theme-chip{background-color:var(--theme-500);color:var(--theme-light);font-weight:600;border-radius:10px;padding:10px 20px}:root .theme-button{background-color:var(--theme-900);color:var(--theme-light);border:1px solid var(--theme-900);border-radius:4px;padding:6px 30px;min-width:140px;transition:background-color .2s ease-in-out}:root .theme-button:hover{background-color:var(--theme-800);color:var(--theme-light);border:1px solid var(--theme-800)}:root .theme-input-textfield{color:var(--theme-900)}:root .theme-input-textfield .MuiOutlinedInput-root{background-color:var(--theme-100)}:root .theme-input-textfield .MuiOutlinedInput-root fieldset{border-color:var(--theme-200)}:root .theme-input-textfield .MuiOutlinedInput-root:hover fieldset{border-color:var(--theme-400)}:root .theme-input-textfield .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--theme-500)}:root .theme-input-textfield .MuiInputLabel-root{color:var(--theme-700)}:root .theme-input-textfield .MuiInputLabel-root.Mui-focused{color:var(--theme-600)}:root .theme-select{color:var(--theme-900);background-color:var(--theme-100)}:root .theme-select,:root .theme-select .MuiOutlinedInput-notchedOutline{border-color:var(--theme-200)}:root .theme-select:hover .MuiOutlinedInput-notchedOutline{border-color:var(--theme-400)}:root .theme-select.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--theme-500)}:root .theme-select-label{color:var(--theme-700)}:root .theme-select-label.Mui-focused{color:var(--theme-600)}:root .MuiMenuItem-root{color:var(--theme-900)}:root .MuiMenuItem-root:hover{color:var(--theme-900);background-color:var(--theme-300)}:root .MuiMenuItem-root.Mui-selected{background-color:var(--theme-200)}:root .MuiMenuItem-root.Mui-selected:hover{background-color:var(--theme-300)}body,html{font-size:14pt;line-height:1.5;margin:0;padding:0;background-color:#f5f5f5;color:#001f3f}a{color:var(--theme-800);text-decoration:underline}a:hover{color:#000}@media screen and (min-width:768px){body{font-size:16pt}}.clickable{cursor:pointer}.error-msg{color:var(--global-danger-color);font-size:.8em}@keyframes highlight-result{0%,to{background-color:rgba(0,0,0,0)}50%{background-color:rgba(var(--theme-500-rgb),.1)}}