<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{--color-white: #ffffff;--color-gray: #656565;--color-gray-light: #f5f5f5;--color-selected-bg: #ebf3f6;--color-red: #ff6358;--color-body-bg: var(--color-gray-light);--color-body-text: var(--color-gray);--color-searchbar-bg: var(--color-white);--color-input-text: var(--color-gray);--color-grid-card-footer: #979aaa;--color-scrollbar-track: var(--color-gray-light);--color-scrollbar-thumb: #e0e0e0;--color-scrollbar-thumb_hover: rgba(0, 0, 0, 0.3);--color-text: var(--color-gray);--color-text-light: var(--color-gray);--color-link: #834fa3;--color-link_hover: #b789d3;--color-text-gray: #a5a4a4;--color-border: #a3acc3;--color-border-light: #e0e0e0;--color-header-application-bg: #e0e0e0;--color-header-application-text: var(--color-gray)}html{scrollbar-color:#e0e0e0 #f5f5f5;scrollbar-color:var(--color-scrollbar-thumb) var(--color-scrollbar-track);scrollbar-width:15px}html ::-webkit-scrollbar{width:15px;height:15px}html ::-webkit-scrollbar-track{background-color:#f5f5f5;background-color:var(--color-scrollbar-track);border-radius:10px}html ::-webkit-scrollbar-thumb{background-color:#e0e0e0;background-color:var(--color-scrollbar-thumb);border:3px solid #f5f5f5;border:3px solid var(--color-scrollbar-track);border-radius:10px}html ::-webkit-scrollbar-thumb:hover{background-color:rgba(0, 0, 0, 0.3);background-color:var(--color-scrollbar-thumb_hover)}html ::-webkit-scrollbar-corner{display:none}html,body{height:100vh;font-family:"Roboto_c",sans-serif;font-weight:400;margin:0;background-color:#f5f5f5;background-color:var(--color-body-bg);color:#656565;color:var(--color-body-text);font-size:14px}body{display:flex;flex-direction:column}a{color:#834fa3;color:var(--color-link);text-decoration:none}a:hover,a:focus{color:#b789d3;color:var(--color-link_hover)}a:visited{color:#834fa3;color:var(--color-link)}input,button{color:#656565;color:var(--color-body-text)}.header{flex:0 0 65px;display:flex;overflow:hidden;background-color:#e0e0e0;background-color:var(--color-header-application-bg);color:#656565;color:var(--color-header-application-text)}.header .logo{flex:0 0 100px;display:flex;align-items:center;max-width:100px;max-height:65px}.header .logo img{max-height:100%}.header .title{flex:1 1 auto;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden}.header .title h2{margin:0;padding:5px 10px;overflow:hidden;text-overflow:ellipsis}.header .right{flex:0 0 auto;display:flex;flex-direction:column;justify-content:space-between;text-align:right;padding:5px 10px}.search{flex:0 0 45px;display:flex;align-items:center;justify-content:center;padding:12px 24px}@media only screen and (max-width: 992px){.search{padding:12px;gap:5px}}.search .toggle-services{display:none}@media only screen and (max-width: 992px){.search .toggle-services{background-color:rgba(0,0,0,0);border:none;border-radius:50%;display:flex;align-items:center;cursor:pointer;padding:5px}}.search .search-bar{display:flex;flex:1 1 auto;border:1px solid #a3acc3;border:1px solid var(--color-border);border-radius:20px;padding-left:15px;background-color:#ffffff;background-color:var(--color-searchbar-bg)}.search .search-bar.focused{border-color:#2196f3}.search .search-bar&gt;form{flex:1 1 auto;display:flex}.search .search-bar&gt;form&gt;*:last-child{border-radius:0 20px 20px 0}.search .search-bar .search-input{flex:1 1 auto;padding:9px 3px;border:none;outline:none}.search .search-bar .clear-btn{display:flex;align-items:center;cursor:pointer;color:#ff6358;color:var(--color-red);opacity:.8;padding:1px 6px;border:none;background-color:field}.search .search-bar .clear-btn:hover{opacity:1}.search .search-bar .clear-btn&gt;.material-icons{font-size:1.6em}.search .search-bar .search-btn{display:flex;align-items:center;cursor:pointer;background-color:field;border:none;border-radius:0 20px 20px 0}.content{flex:1 1 auto;display:flex;height:1px}.content .left-panel{flex:0 0 25%;display:flex;flex-direction:column;background-color:#ffffff;background-color:var(--color-white);border-right:1px solid #e0e0e0;border-right:1px solid var(--color-border-light);padding:5px 10px;overflow:auto}.content .left-panel .clear-service{display:flex;justify-content:flex-end}@media only screen and (max-width: 992px){.content .left-panel .clear-service{padding:15px 10px}}.content .left-panel .clear-service&gt;a{font-size:12px;text-decoration:underline}.content .left-panel ul{list-style-type:none;margin:0;padding:0}.content .left-panel ul li{padding-left:20px}.content .left-panel .service-label-wrapper{display:flex;align-items:center;padding:5px 0}.content .left-panel .service-label-wrapper .service-icon{margin-left:-25px;cursor:pointer}.content .left-panel .service-label-wrapper .service-label{overflow:hidden;text-overflow:ellipsis}.content .left-panel .service-label-wrapper .service-label.selected{font-weight:700}@media only screen and (max-width: 992px){.content .left-panel{position:fixed;top:0;bottom:0;left:0;width:80vw;z-index:1;visibility:hidden}.content .left-panel.visible{visibility:visible}}.content .right-panel{flex:1 1 auto;display:flex;flex-direction:column;overflow:auto}.content .services-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;background-color:rgba(0,0,0,.6);visibility:hidden}@media only screen and (max-width: 992px){.content .services-overlay.visible{visibility:visible}}.grid-wrapper{flex:1 1 auto;display:flex;flex-direction:column;overflow:auto}.grid-wrapper .grid-body{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.grid-wrapper .grid-body .grid-card-wrapper{display:flex;padding:5px 10px;color:#656565;color:var(--color-body-text)}.grid-wrapper .grid-body .grid-card-wrapper:first-child{padding-top:0}.grid-wrapper .grid-body .grid-card-wrapper .grid-card{flex:1 1 auto;display:flex;flex-direction:column;gap:5px;padding:10px 10px;background-color:#ffffff;background-color:var(--color-white);min-width:200px}.grid-wrapper .grid-body .grid-card-wrapper .grid-card .grid-card-title{overflow:hidden;text-overflow:ellipsis;padding:5px}.grid-wrapper .grid-body .grid-card-wrapper .grid-card .grid-card-footer{display:flex;white-space:nowrap;gap:5px;color:#979aaa;color:var(--color-grid-card-footer)}@media only screen and (max-width: 576px){.grid-wrapper .grid-body .grid-card-wrapper .grid-card .grid-card-footer{flex-wrap:wrap}}.grid-wrapper .grid-body .grid-card-wrapper .grid-card .grid-card-footer .date{flex:0 0 auto;font-size:.9em;padding:2px 5px}.grid-wrapper .grid-body .grid-card-wrapper .grid-card .grid-card-footer .tags{flex:1 1 auto;display:flex;flex-wrap:wrap;gap:5px;min-width:1px}.grid-wrapper .grid-body .grid-card-wrapper .grid-card .grid-card-footer .tags .tag{font-size:.8em;border:1px solid #a3acc3;border:1px solid var(--color-border);border-radius:10px;padding:2px 5px;overflow:hidden;text-overflow:ellipsis}.grid-wrapper .grid-body .grid-card-wrapper:hover{background-color:#ebf3f6;background-color:var(--color-selected-bg)}.grid-wrapper .grid-pager{flex:0 0 auto;display:flex;align-items:center;white-space:nowrap;padding:10px;border-top:1px solid #e0e0e0;border-top:1px solid var(--color-border-light);overflow:hidden}.grid-wrapper .grid-pager .interval{display:flex;align-items:center;padding:0 5px}.grid-wrapper .grid-pager .pager{display:flex;align-items:stretch;gap:2px}.grid-wrapper .grid-pager .pager .pager-btn{padding:3px 0;border-radius:16px;border:1px solid rgba(0,0,0,0);min-width:34px;display:flex;align-items:center;justify-content:center}.grid-wrapper .grid-pager .pager .pager-btn.disabled{opacity:.6;cursor:default}.grid-wrapper .grid-pager .pager .pager-btn:not(.disabled){cursor:pointer}.grid-wrapper .grid-pager .pager .pager-btn:not(.disabled):hover{border:1px solid #7a8d9c}.grid-wrapper .grid-pager .pager .pager-btn.selected{background-color:#ebf3f6;background-color:var(--color-selected-bg);border:1px solid #7a8d9c;cursor:default}.grid-wrapper .grid-pager .total{display:flex;align-items:center;padding:0 5px}@media only screen and (max-width: 576px){.grid-wrapper .grid-pager{justify-content:center}.grid-wrapper .grid-pager .interval,.grid-wrapper .grid-pager .total{display:none}.grid-wrapper .grid-pager .pager .dot-back-btn,.grid-wrapper .grid-pager .pager .dot-next-btn{display:none}}@media only screen and (max-width: 992px){.grid-wrapper .grid-pager .pager .dot-back-btn,.grid-wrapper .grid-pager .pager .dot-next-btn{display:none}}.card-wrapper{flex:1 1 auto;display:flex;flex-direction:column;overflow:auto;background-color:#ffffff;background-color:var(--color-white)}.card-wrapper .card-header{flex:0 0 auto;display:flex;align-items:center}.card-wrapper .card-header .back{flex:0 0 auto;padding:5px;display:flex;align-items:center}.card-wrapper .card-header .back a{padding:5px 0}.card-wrapper .card-header .title{flex:1 1 auto;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden}.card-wrapper .card-header .title h2{margin:0;padding:5px 10px;overflow:hidden;text-overflow:ellipsis}.card-wrapper .card-title{flex:0 0 auto;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;padding:5px}.card-wrapper .card-title h2{flex:1 1 auto;margin:0;overflow:hidden;text-overflow:ellipsis}.card-wrapper .card-body-wrapper{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:5px;word-wrap:break-word;word-break:break-word}@media only screen and (min-width: 992px){.card-wrapper .card-body-wrapper&gt;div{padding:0 20px}}.card-wrapper .card-body-wrapper img{max-width:100%;height:auto}.card-wrapper .card-body-wrapper .card-body{flex:1 1 auto}.card-wrapper .card-body-wrapper .card-files{flex:0 0 auto;display:flex;flex-direction:column}.card-wrapper .card-body-wrapper .card-files .card-files-header{flex:1 1 auto}.card-wrapper .card-body-wrapper .card-files .card-files-header&gt;h3{margin-bottom:.5em}.card-wrapper .card-body-wrapper .card-files .card-files-list{display:flex;flex-direction:column;gap:5px;margin:0 0 10px 0;padding:0}.card-wrapper .card-body-wrapper .card-files .card-files-list&gt;li{list-style-type:none}.card-wrapper .card-body-wrapper .card-files .card-files-list&gt;li&gt;a{display:flex;align-items:center;gap:5px}.card-wrapper .card-body-wrapper .card-tags{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:5px;min-width:1px}.card-wrapper .card-body-wrapper .card-tags&gt;div{font-size:.8em;border:1px solid #a3acc3;border:1px solid var(--color-border);border-radius:10px;padding:2px 5px;overflow:hidden;text-overflow:ellipsis}
</pre></body></html>