:root {
    --colors-black: black;
    --colors-white: white;
    --colors-primary: var(--mdc-theme-primary, #0c5cc5);
    --colors-primary-faded: var(--mdc-theme-primary-faded, #e2eefd);
    --colors-primary-text: var(--mdc-theme-text-primary-on-primary, #16191d);
    --colors-primary-text-invert: var(--mdc-theme-text-primary-on-primary-invert, #16191d);
    --colors-secondary: var(--mdc-theme-secondary);
    --colors-secondary-faded: var(--mdc-theme-secondary-faded);
    --colors-secondary-text: var(--mdc-theme-on-secondary);
    --colors-gray-50: #f1f3f3;
    --colors-gray-100: #e0e3e6;
    --colors-gray-150: #d4d9dd;
    --colors-gray-170: #ced3d9;
    --colors-gray-200: #bfc6ce;
    --colors-gray-300: #9fa9b7;
    --colors-gray-400: #838fa0;
    --colors-gray-450: #757575;
    --colors-gray-500: #6b7786;
    --colors-gray-550: #5e6978;
    --colors-gray-600: #525c69;
    --colors-gray-700: #3d454f;
    --colors-gray-800: #252b31;
    --colors-gray-900: #16191d;
    --colors-gray-950: #0b0c0f;
    --colors-blue-50: #f0f6fe;
    --colors-blue-100: #e2eefd;
    --colors-blue-150: #c5ddfb;
    --colors-blue-200: #bcd8fc;
    --colors-blue-250: #9ac3f9;
    --colors-blue-300: #7eb1f4;
    --colors-blue-400: #4a8fea;
    --colors-blue-500: #2574db;
    --colors-blue-550: #1666d0;
    --colors-blue-600: #0c5cc5;
    --colors-blue-700: #0049a9;
    --colors-blue-800: #003a86;
    --colors-blue-900: #002a61;
    --colors-blue-950: #001633;
    --colors-green-100: #e3fac3;
    --colors-green-300: #b9f467;
    --colors-green-400: #4caf50;
    --colors-green-500: #76ca02;
    --colors-green-600: #4baf50;
    --colors-green-700: #4caf50;
    --colors-green-800: #3c6600;
    --colors-green-900: #1f3600;
    --colors-red-100: #ffb7ce;
    --colors-red-300: #fa578b;
    --colors-red-500: #e60c51;
    --colors-red-700: #c2003d;
    --colors-red-800: #93002f;
    --colors-red-900: #63001f;
    --colors-yellow-100: #ffe3a6;
    --colors-yellow-300: #f9b625;
    --colors-yellow-500: #e39b00;
    --colors-yellow-700: #bb8000;
    --colors-yellow-800: #875c00;
    --colors-yellow-900: #523800;
    --colors-purple-100: #f3c6ff;
    --colors-purple-300: #dc73f9;
    --colors-purple-500: #bb30e2;
    --colors-purple-700: #910ab7;
    --colors-purple-800: #640080;
    --colors-purple-900: #380047;
    --colors-teal-100: #e1f9ff;
    --colors-teal-300: #9be5fa;
    --colors-teal-500: #5fcae7;
    --colors-teal-700: #36a6c5;
    --colors-teal-800: #1f7e98;
    --colors-teal-900: #12586b;
    --colors-sky-500: #2196f3;
    --colors-neutral-200: #eeeeee;
    --font-family-body: "Open Sans", sans-serif;
}
#ssFrontApp {
    --colors-black: black;
    --colors-white: white;
    --colors-primary: var(--mdc-theme-primary, #0c5cc5);
    --colors-primary-faded: var(--mdc-theme-primary-faded, #e2eefd);
    --colors-primary-text: var(--mdc-theme-text-primary-on-primary, #16191d);
    --colors-primary-text-invert: var(--mdc-theme-text-primary-on-primary-invert, #16191d);
    --colors-secondary: var(--mdc-theme-secondary);
    --colors-secondary-faded: var(--mdc-theme-secondary-faded);
    --colors-secondary-text: var(--mdc-theme-on-secondary);
    --colors-gray-50: #f1f3f3;
    --colors-gray-100: #e0e3e6;
    --colors-gray-150: #d4d9dd;
    --colors-gray-170: #ced3d9;
    --colors-gray-200: #bfc6ce;
    --colors-gray-300: #9fa9b7;
    --colors-gray-400: #838fa0;
    --colors-gray-450: #757575;
    --colors-gray-500: #6b7786;
    --colors-gray-550: #5e6978;
    --colors-gray-600: #525c69;
    --colors-gray-700: #3d454f;
    --colors-gray-800: #252b31;
    --colors-gray-900: #16191d;
    --colors-gray-950: #0b0c0f;
    --colors-blue-50: #f0f6fe;
    --colors-blue-100: #e2eefd;
    --colors-blue-150: #c5ddfb;
    --colors-blue-200: #bcd8fc;
    --colors-blue-250: #9ac3f9;
    --colors-blue-300: #7eb1f4;
    --colors-blue-400: #4a8fea;
    --colors-blue-500: #2574db;
    --colors-blue-550: #1666d0;
    --colors-blue-600: #0c5cc5;
    --colors-blue-700: #0049a9;
    --colors-blue-800: #003a86;
    --colors-blue-900: #002a61;
    --colors-blue-950: #001633;
    --colors-green-100: #e3fac3;
    --colors-green-300: #b9f467;
    --colors-green-400: #4caf50;
    --colors-green-500: #76ca02;
    --colors-green-600: #4baf50;
    --colors-green-700: #4caf50;
    --colors-green-800: #3c6600;
    --colors-green-900: #1f3600;
    --colors-red-100: #ffb7ce;
    --colors-red-300: #fa578b;
    --colors-red-500: #e60c51;
    --colors-red-700: #c2003d;
    --colors-red-800: #93002f;
    --colors-red-900: #63001f;
    --colors-yellow-100: #ffe3a6;
    --colors-yellow-300: #f9b625;
    --colors-yellow-500: #e39b00;
    --colors-yellow-700: #bb8000;
    --colors-yellow-800: #875c00;
    --colors-yellow-900: #523800;
    --colors-purple-100: #f3c6ff;
    --colors-purple-300: #dc73f9;
    --colors-purple-500: #bb30e2;
    --colors-purple-700: #910ab7;
    --colors-purple-800: #640080;
    --colors-purple-900: #380047;
    --colors-teal-100: #e1f9ff;
    --colors-teal-300: #9be5fa;
    --colors-teal-500: #5fcae7;
    --colors-teal-700: #36a6c5;
    --colors-teal-800: #1f7e98;
    --colors-teal-900: #12586b;
    --colors-sky-500: #2196f3;
    --colors-neutral-200: #eeeeee;
    --font-family-body: "Open Sans", sans-serif;
}
  .ssAppContentAreaContent {
    font-family: var(--font-family-body);
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(147 197 253 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(147 197 253 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose {
    --tw-prose-body: var(--colors-gray-500);
    --tw-prose-headings: var(--colors-gray-700);
    --tw-prose-lead: var(--colors-gray-400);
    --tw-prose-links: var(--colors-gray-700);
    --tw-prose-bold: var(--colors-gray-700);
    --tw-prose-counters: var(--colors-gray-500);
    --tw-prose-bullets: var(--colors-gray-300);
    --tw-prose-hr: var(--colors-gray-200);
    --tw-prose-quotes: var(--colors-gray-700);
    --tw-prose-quote-borders: var(--colors-gray-200);
    --tw-prose-captions: var(--colors-gray-500);
    --tw-prose-kbd: var(--colors-gray-700);
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: var(--colors-gray-700);
    --tw-prose-pre-code: var(--colors-gray-200);
    --tw-prose-pre-bg: var(--colors-gray-800);
    --tw-prose-th-borders: var(--colors-gray-300);
    --tw-prose-td-borders: var(--colors-gray-200);
    --tw-prose-invert-body: var(--colors-gray-300);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: var(--colors-gray-400);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: var(--colors-gray-400);
    --tw-prose-invert-bullets: var(--colors-gray-400);
    --tw-prose-invert-hr: var(--colors-gray-500);
    --tw-prose-invert-quotes: var(--colors-gray-100);
    --tw-prose-invert-quote-borders: var(--colors-gray-500);
    --tw-prose-invert-captions: var(--colors-gray-400);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: var(--colors-gray-300);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: var(--colors-gray-400);
    --tw-prose-invert-td-borders: var(--colors-gray-500);
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
#ssFrontApp :is(.sr-only) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
#ssFrontApp :is(.pointer-events-none) {
    pointer-events: none;
}
#ssFrontApp :is(.visible) {
    visibility: visible;
}
#ssFrontApp :is(.invisible) {
    visibility: hidden;
}
#ssFrontApp :is(.static) {
    position: static;
}
#ssFrontApp :is(.fixed) {
    position: fixed;
}
#ssFrontApp :is(.absolute) {
    position: absolute;
}
#ssFrontApp :is(.relative) {
    position: relative;
}
#ssFrontApp :is(.sticky) {
    position: sticky;
}
#ssFrontApp :is(.-bottom-4) {
    bottom: -1rem;
}
#ssFrontApp :is(.bottom-0) {
    bottom: 0px;
}
#ssFrontApp :is(.bottom-8) {
    bottom: 2rem;
}
#ssFrontApp :is(.left-0) {
    left: 0px;
}
#ssFrontApp :is(.left-1\/2) {
    left: 50%;
}
#ssFrontApp :is(.right-0) {
    right: 0px;
}
#ssFrontApp :is(.right-3) {
    right: 0.75rem;
}
#ssFrontApp :is(.top-0) {
    top: 0px;
}
#ssFrontApp :is(.top-1) {
    top: 0.25rem;
}
#ssFrontApp :is(.top-8) {
    top: 2rem;
}
#ssFrontApp :is(.z-10) {
    z-index: 10;
}
#ssFrontApp :is(.col-start-1) {
    grid-column-start: 1;
}
#ssFrontApp :is(.col-end-auto) {
    grid-column-end: auto;
}
#ssFrontApp :is(.row-start-1) {
    grid-row-start: 1;
}
#ssFrontApp :is(.row-end-auto) {
    grid-row-end: auto;
}
#ssFrontApp :is(.m-4) {
    margin: 1rem;
}
#ssFrontApp :is(.m-auto) {
    margin: auto;
}
#ssFrontApp :is(.\!mb-0) {
    margin-bottom: 0px !important;
}
#ssFrontApp :is(.mb-0) {
    margin-bottom: 0px;
}
#ssFrontApp :is(.mb-4) {
    margin-bottom: 1rem;
}
#ssFrontApp :is(.ml-1) {
    margin-left: 0.25rem;
}
#ssFrontApp :is(.ml-2) {
    margin-left: 0.5rem;
}
#ssFrontApp :is(.ml-auto) {
    margin-left: auto;
}
#ssFrontApp :is(.mt-1) {
    margin-top: 0.25rem;
}
#ssFrontApp :is(.mt-2) {
    margin-top: 0.5rem;
}
#ssFrontApp :is(.mt-4) {
    margin-top: 1rem;
}
#ssFrontApp :is(.mt-8) {
    margin-top: 2rem;
}
#ssFrontApp :is(.mt-9) {
    margin-top: 2.25rem;
}
#ssFrontApp :is(.block) {
    display: block;
}
#ssFrontApp :is(.inline-block) {
    display: inline-block;
}
#ssFrontApp :is(.inline) {
    display: inline;
}
#ssFrontApp :is(.flex) {
    display: flex;
}
#ssFrontApp :is(.inline-flex) {
    display: inline-flex;
}
#ssFrontApp :is(.grid) {
    display: grid;
}
#ssFrontApp :is(.\!contents) {
    display: contents !important;
}
#ssFrontApp :is(.contents) {
    display: contents;
}
#ssFrontApp :is(.hidden) {
    display: none;
}
#ssFrontApp :is(.h-16) {
    height: 4rem;
}
#ssFrontApp :is(.h-3) {
    height: 0.75rem;
}
#ssFrontApp :is(.h-5) {
    height: 1.25rem;
}
#ssFrontApp :is(.h-6) {
    height: 1.5rem;
}
#ssFrontApp :is(.h-9) {
    height: 2.25rem;
}
#ssFrontApp :is(.h-full) {
    height: 100%;
}
#ssFrontApp :is(.\!w-auto) {
    width: auto !important;
}
#ssFrontApp :is(.w-10) {
    width: 2.5rem;
}
#ssFrontApp :is(.w-16) {
    width: 4rem;
}
#ssFrontApp :is(.w-20) {
    width: 5rem;
}
#ssFrontApp :is(.w-5) {
    width: 1.25rem;
}
#ssFrontApp :is(.w-6) {
    width: 1.5rem;
}
#ssFrontApp :is(.w-64) {
    width: 16rem;
}
#ssFrontApp :is(.w-full) {
    width: 100%;
}
#ssFrontApp :is(.max-w-\[320px\]) {
    max-width: 320px;
}
#ssFrontApp :is(.max-w-\[728px\]) {
    max-width: 728px;
}
#ssFrontApp :is(.max-w-full) {
    max-width: 100%;
}
#ssFrontApp :is(.max-w-xs) {
    max-width: 20rem;
}
#ssFrontApp :is(.flex-auto) {
    flex: 1 1 auto;
}
#ssFrontApp :is(.flex-shrink) {
    flex-shrink: 1;
}
#ssFrontApp :is(.flex-shrink-0) {
    flex-shrink: 0;
}
#ssFrontApp :is(.grow) {
    flex-grow: 1;
}
#ssFrontApp :is(.-translate-x-1\/2) {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#ssFrontApp :is(.translate-x-5) {
    --tw-translate-x: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
#ssFrontApp :is(.animate-ping) {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#ssFrontApp :is(.\!cursor-not-allowed) {
    cursor: not-allowed !important;
}
#ssFrontApp :is(.cursor-pointer) {
    cursor: pointer;
}
#ssFrontApp :is(.resize) {
    resize: both;
}
#ssFrontApp :is(.flex-col) {
    flex-direction: column;
}
#ssFrontApp :is(.\!items-center) {
    align-items: center !important;
}
#ssFrontApp :is(.items-center) {
    align-items: center;
}
#ssFrontApp :is(.justify-center) {
    justify-content: center;
}
#ssFrontApp :is(.gap-1) {
    gap: 0.25rem;
}
#ssFrontApp :is(.gap-3) {
    gap: 0.75rem;
}
#ssFrontApp :is(.gap-4) {
    gap: 1rem;
}
#ssFrontApp :is(.gap-6) {
    gap: 1.5rem;
}
#ssFrontApp :is(.gap-9) {
    gap: 2.25rem;
}
#ssFrontApp :is(.overflow-hidden) {
    overflow: hidden;
}
#ssFrontApp :is(.truncate) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#ssFrontApp :is(.rounded) {
    border-radius: 0.25rem;
}
#ssFrontApp :is(.rounded-2xl) {
    border-radius: 1rem;
}
#ssFrontApp :is(.rounded-\[14px\]) {
    border-radius: 14px;
}
#ssFrontApp :is(.rounded-full) {
    border-radius: 9999px;
}
#ssFrontApp :is(.rounded-lg) {
    border-radius: 0.5rem;
}
#ssFrontApp :is(.rounded-none) {
    border-radius: 0px;
}
#ssFrontApp :is(.border) {
    border-width: 1px;
}
#ssFrontApp :is(.border-2) {
    border-width: 2px;
}
#ssFrontApp :is(.border-\[8px\]) {
    border-width: 8px;
}
#ssFrontApp :is(.\!border-t-0) {
    border-top-width: 0px !important;
}
#ssFrontApp :is(.border-solid) {
    border-style: solid;
}
#ssFrontApp :is(.border-dashed) {
    border-style: dashed;
}
#ssFrontApp :is(.border-none) {
    border-style: none;
}
#ssFrontApp :is(.border-gray-500) {
    border-color: var(--colors-gray-500);
}
#ssFrontApp :is(.border-primary) {
    border-color: var(--colors-primary);
}
#ssFrontApp :is(.border-transparent) {
    border-color: transparent;
}
#ssFrontApp :is(.border-t-one-blue-950\/90) {
    border-top-color: rgb(0 22 51 / 0.9);
}
#ssFrontApp :is(.\!bg-gray-100) {
    background-color: var(--colors-gray-100) !important;
}
#ssFrontApp :is(.\!bg-green-400) {
    background-color: var(--colors-green-400) !important;
}
#ssFrontApp :is(.\!bg-green-600) {
    background-color: var(--colors-green-600) !important;
}
#ssFrontApp :is(.\!bg-white) {
    background-color: var(--colors-white) !important;
}
#ssFrontApp :is(.bg-gray-150) {
    background-color: var(--colors-gray-150);
}
#ssFrontApp :is(.bg-gray-400) {
    background-color: var(--colors-gray-400);
}
#ssFrontApp :is(.bg-gray-50) {
    background-color: var(--colors-gray-50);
}
#ssFrontApp :is(.bg-gray-700) {
    background-color: var(--colors-gray-700);
}
#ssFrontApp :is(.bg-one-blue-950\/90) {
    background-color: rgb(0 22 51 / 0.9);
}
#ssFrontApp :is(.bg-primary) {
    background-color: var(--colors-primary);
}
#ssFrontApp :is(.bg-white) {
    background-color: var(--colors-white);
}
#ssFrontApp :is(.fill-gray-500) {
    fill: var(--colors-gray-500);
}
#ssFrontApp :is(.object-cover) {
    -o-object-fit: cover;
       object-fit: cover;
}
#ssFrontApp :is(.p-0) {
    padding: 0px;
}
#ssFrontApp :is(.p-4) {
    padding: 1rem;
}
#ssFrontApp :is(.\!px-0) {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#ssFrontApp :is(.px-1) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
#ssFrontApp :is(.px-3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#ssFrontApp :is(.py-2) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#ssFrontApp :is(.py-3) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
#ssFrontApp :is(.pb-0) {
    padding-bottom: 0px;
}
#ssFrontApp :is(.pb-2) {
    padding-bottom: 0.5rem;
}
#ssFrontApp :is(.pr-4) {
    padding-right: 1rem;
}
#ssFrontApp :is(.pt-1) {
    padding-top: 0.25rem;
}
#ssFrontApp :is(.text-left) {
    text-align: left;
}
#ssFrontApp :is(.text-center) {
    text-align: center;
}
#ssFrontApp :is(.font-body) {
    font-family: var(--font-family-body);
}
#ssFrontApp :is(.text-3xl) {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
#ssFrontApp :is(.text-\[10px\]) {
    font-size: 10px;
}
#ssFrontApp :is(.text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
#ssFrontApp :is(.text-sm) {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#ssFrontApp :is(.text-xs) {
    font-size: 0.75rem;
    line-height: 1rem;
}
#ssFrontApp :is(.font-bold) {
    font-weight: 700;
}
#ssFrontApp :is(.font-semibold) {
    font-weight: 600;
}
#ssFrontApp :is(.uppercase) {
    text-transform: uppercase;
}
#ssFrontApp :is(.capitalize) {
    text-transform: capitalize;
}
#ssFrontApp :is(.\!normal-case) {
    text-transform: none !important;
}
#ssFrontApp :is(.leading-6) {
    line-height: 1.5rem;
}
#ssFrontApp :is(.leading-\[0\]) {
    line-height: 0;
}
#ssFrontApp :is(.leading-none) {
    line-height: 1;
}
#ssFrontApp :is(.\!text-gray-450) {
    color: var(--colors-gray-450) !important;
}
#ssFrontApp :is(.\!text-gray-500) {
    color: var(--colors-gray-500) !important;
}
#ssFrontApp :is(.text-gray-300) {
    color: var(--colors-gray-300);
}
#ssFrontApp :is(.text-gray-450) {
    color: var(--colors-gray-450);
}
#ssFrontApp :is(.text-gray-500) {
    color: var(--colors-gray-500);
}
#ssFrontApp :is(.text-gray-800) {
    color: var(--colors-gray-800);
}
#ssFrontApp :is(.text-green-400) {
    color: var(--colors-green-400);
}
#ssFrontApp :is(.text-green-700) {
    color: var(--colors-green-700);
}
#ssFrontApp :is(.text-one-blue-100) {
    --tw-text-opacity: 1;
    color: rgb(226 238 253 / var(--tw-text-opacity));
}
#ssFrontApp :is(.text-primary-text) {
    color: var(--colors-primary-text);
}
#ssFrontApp :is(.text-transparent) {
    color: transparent;
}
#ssFrontApp :is(.text-white) {
    color: var(--colors-white);
}
#ssFrontApp :is(.opacity-50) {
    opacity: 0.5;
}
#ssFrontApp :is(.opacity-80) {
    opacity: 0.8;
}
#ssFrontApp :is(.shadow-md) {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#ssFrontApp :is(.filter) {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#ssFrontApp :is(.transition) {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
#ssFrontApp :is(.transition-all) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
#ssFrontApp :is(.transition-colors) {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
#ssFrontApp :is(.transition-transform) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
#ssFrontApp :is(.duration-200) {
    transition-duration: 200ms;
}
#ssFrontApp :is(.ease-in-out) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#ssFrontApp :is(.hover\:\!bg-transparent:hover) {
    background-color: transparent !important;
}
#ssFrontApp :is(.hover\:bg-gray-300:hover) {
    background-color: var(--colors-gray-300);
}
#ssFrontApp :is(.hover\:\!text-gray-500:hover) {
    color: var(--colors-gray-500) !important;
}
#ssFrontApp :is(.hover\:ring-4:hover) {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#ssFrontApp :is(.hover\:ring-gray-50:hover) {
    --tw-ring-color: var(--colors-gray-50);
}
#ssFrontApp :is(.hover\:ring-primary-faded:hover) {
    --tw-ring-color: var(--colors-primary-faded);
}
#ssFrontApp :is(.hover\:brightness-110:hover) {
    --tw-brightness: brightness(1.1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#ssFrontApp :is(.focus\:outline-none:focus) {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
#ssFrontApp :is(.group\/body:hover .group-hover\/body\:-translate-y-2) {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#ssFrontApp :is(.group\/body:hover .group-hover\/body\:opacity-0) {
    opacity: 0;
}
@media (min-width: 768px) {
    #ssFrontApp :is(.md\:mb-3) {
        margin-bottom: 0.75rem;
    }
    #ssFrontApp :is(.md\:ml-auto) {
        margin-left: auto;
    }
    #ssFrontApp :is(.md\:mt-0) {
        margin-top: 0px;
    }
    #ssFrontApp :is(.md\:items-start) {
        align-items: flex-start;
    }
}
#ssFrontApp :is(.\[\&_\.mdc-list-item\]\:font-body .mdc-list-item) {
    font-family: var(--font-family-body);
}
#ssFrontApp :is(.\[\&_span\]\:border-green-600 span) {
    border-color: var(--colors-green-600);
}
