/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/vendor/main.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/* fonts */
@font-face {
  font-family: "AkkoRegular";
  src: url('font.81f829981dd23bdf.woff2') format('woff2'), url('font.4716461d86808436.woff') format('woff');
}
@font-face {
  font-family: "AkkoBold";
  src: url('fontB.da82efa1ec8daf5c.woff2') format('woff2'), url('fontB.af65f8f9d321a3ef.woff') format('woff');
}

.font-smoothing {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em; }

/* 	Breakpoints
	usage example: @include xs {...};
 */
/*------------------------------------*    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  box-sizing: border-box; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; }

header, footer, nav, section, article, hgroup, figure {
  display: block; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after, .clearBoth {
  clear: both; }

/* this is a customized version of normalize.css */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/*******************************************/
/*          remove standard styles          */
/*******************************************/
iframe {
  border: 0; }

p, pre, li, ul, ol {
  margin: 0;
  padding: 0; }

:focus {
  outline: solid 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body {
  height: 100%;
  /* for full height screen */
  margin: 0;
  padding: 0;
  font-family: "AkkoRegular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.8px;
  background: #FFFFFF url('bit-raster.fcd16e405243eead.svg') repeat center center/8px 4px; }

.main-div {
  position: relative;
  height: 100%;
  padding-top: 62px; }
.main-div.layout-normal {
  padding-top: 45px; }
.main-div .main-content-div {
  height: 100%; }
@media only screen and (max-width: 52rem) {
  .main-div .main-content-div {
    height: auto; } }

/* layout center */
.site-center {
  width: 100%;
  max-width: 47rem;
  margin: 0 auto; }

.site-center-wide {
  margin: 0 auto;
  width: 100%;
  max-width: 49.5rem; }

.site-gap {
  padding-left: 1em;
  padding-right: 1em; }
@media only screen and (max-width: 52rem) {
  .site-gap {
    padding-left: 0.85em;
    padding-right: 0.85em; } }

/* flexbox container */
.flex-container {
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
}

/* fixed elements */
.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%); }
@media only screen and (max-width: 960px) {
  .fixed {
    left: auto;
    right: 0;
    transform: translateX(0%);
    margin-left: 0;
    margin-right: 1.5em; } }

/* overlay elements */
.overlay-content .section-element {
  margin-bottom: 0; }
.overlay-content .section-element .section-element-title {
  height: 106px; }
@media only screen and (max-width: 52rem) {
  .overlay-content .section-element .section-element-title {
    height: 80px; } }
@media only screen and (max-width: 34rem) {
  .overlay-content .section-element .section-element-title {
    height: 100px; } }
@media only screen and (max-width: 52rem) {
  .overlay-content .section-element .section-element-title .section-element-title-text {
    padding-left: 2.7em;
    font-size: 0.75em; } }

hr {
  height: 1px;
  background-color: #000000; }

ul, ol {
  padding-left: 24px; }

a {
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #000000; }

.vertical-space-bottom {
  margin-bottom: 3rem; }
.vertical-space-bottom .employee-footer {
  margin-bottom: 3rem; }

.vertical-space-bottom-big {
  margin-bottom: 6rem; }

.googlemaps {
  float: left; }
@media only screen and (max-width: 52rem) {
  .googlemaps {
    height: 500px; } }

.rte-table {
  width: 100% !important;
  max-width: 47rem; }
.rte-table td, .rte-table th {
  padding: 0.5em; }
@media only screen and (max-width: 34rem) {
  .rte-table td, .rte-table th {
    font-size: 0.65em; } }

.tx-kesearch-pi1 {
  margin: 0;
  font-family: "AkkoRegular", sans-serif;
  font-size: 20px;
  color: #151543; }
.tx-kesearch-pi1 h2, .tx-kesearch-pi1 h3, .tx-kesearch-pi1 h3 a {
  color: #151543; }
.tx-kesearch-pi1 h2 {
  font-size: 2em; }
.tx-kesearch-pi1 h3 {
  font-size: 1.6em; }
.tx-kesearch-pi1 h3 a {
  font-size: 1em; }
.tx-kesearch-pi1 .vertical-space-bottom-search {
  margin-bottom: 2rem; }
.tx-kesearch-pi1 .ke-search-elements {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #e3e3e4 url('bit-raster-dark.dd28a667011c312b.svg') repeat-x bottom left;
}
.tx-kesearch-pi1 .ke-search-elements .ke-search-element {
  padding-left: 0;
  padding-right: 0; }
.tx-kesearch-pi1 .ke-search-elements .ke-search-element a:hover {
  color: #151543; }
.tx-kesearch-pi1 .ke-search-elements .ke-search-element p {
  color: #5b5b5b; }
.tx-kesearch-pi1 .ke-search-elements .ke-search-element .hit {
  font-weight: bold; }

h1, h2, h3, h4 {
  margin: 0 0 0.4em 0;
  font-family: "AkkoRegular", sans-serif;
  font-weight: normal;
  color: #ffffff; }

h1, h1 a {
  font-size: 2.6em;
  line-height: 100%; }
@media only screen and (max-width: 52rem) {
  h1, h1 a {
    font-size: 1.25em; } }

h2, h2 a {
  font-size: 2em;
  line-height: 150%; }
@media only screen and (max-width: 52rem) {
  h2, h2 a {
    font-size: 1.4em; } }

h3, h3 a {
  font-size: 1.6em; }
@media only screen and (max-width: 52rem) {
  h3, h3 a {
    font-size: 1.4em; } }

h4, h4 a {
  font-size: 1.4em; }

img {
  width: 100%;
  height: auto; }

.logo img {
  display: block;
  width: 100%;
  height: auto; }

.title-text {
  color: #5b5b5b; }
.title-text h2, .title-text h3 {
  font-family: "AkkoBold", sans-serif;
  line-height: 1.25; }
.title-text a:hover {
  color: #151543; }

.title-text.tab-element-special h2 {
  font-size: 1.3em; }

.title-red h2 {
  color: #e90050; }

.title-red a {
  color: #e90050; }

.title-yellow h2 {
  color: #ffb900; }

.title-yellow a {
  color: #ffb900; }

.title-green h2 {
  color: #00a7a7; }

.title-green a {
  color: #00a7a7; }

.title-blue h2 {
  color: #49bbd5; }

.title-blue a {
  color: #49bbd5; }

.title-light-green h2 {
  color: #00a628; }

.title-light-green a {
  color: #00a628; }

.employee .employee-box-content-text {
  font-size: 1em;
  line-height: 150%;
  color: #ffffff;
  margin-top: 1em;
  display: none; }

.employee h3 {
  color: #5b5b5b; }

.employee employee-link-to-page .link-to-page {
  float: none;
  width: 60px;
  font-weight: bold; }
@media only screen and (max-width: 52rem) {
  .employee employee-link-to-page .link-to-page {
    width: 70px; } }

.employee .employee-box-content img {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 2em; }

.download-link {
  width: auto; }
.download-link a {
  background: url('arrow-link-grey.817899cc81da3742.svg') no-repeat right/12px 12px;
  padding-right: 2em;
  font-size: 0.7em;
  color: #5b5b5b; }

.download-link-page {
  margin-top: 1em; }

.download-link .hover-red:hover {
  background: url('arrow-link-red.591dd04c762841d4.svg') no-repeat right/12px 12px;
  color: #e90050; }

.download-link .hover-yellow:hover {
  background: url('arrow-link-yellow.c52e164b98139a10.svg') no-repeat right/12px 12px;
  color: #ffb900; }

.download-link .hover-green:hover {
  background: url('arrow-link-green.db5fb5aaace53b77.svg') no-repeat right/12px 12px;
  color: #00a7a7; }

.download-link .hover-blue:hover {
  background: url('arrow-link-blue.6e25bd90a15f9572.svg') no-repeat right/12px 12px;
  color: #151543; }

.picture-tab-element {
  position: relative;
  margin-bottom: 1.8em; }
.picture-tab-element img {
  margin-top: 1.5em;
  height: auto;
  width: 40%; }
@media only screen and (max-width: 52rem) {
  .picture-tab-element img {
    width: 55%; } }
.picture-tab-element .picture-tab-element-text {
  position: absolute;
  bottom: 0;
  padding-left: 50%; }
@media only screen and (max-width: 52rem) {
  .picture-tab-element .picture-tab-element-text {
    padding-left: 0;
    padding-top: 0.5em;
    position: inherit; } }
.picture-tab-element .picture-tab-element-text .link-mail {
  background: url('arrow-link-dark.0955413f154e6bee.svg') no-repeat right/12px 12px; }
.picture-tab-element .picture-tab-element-text a {
  color: #151543;
  font-size: 1em;
  padding-right: 1.5em; }
.picture-tab-element .picture-tab-element-text a:hover {
  color: #49bbd5; }

.image-element-tab {
  float: left; }

.image-element {
  margin-top: 2em; }
.image-element .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
.image-element .modalDialog:target {
  opacity: 1;
  pointer-events: auto; }
.image-element .modalDialog > div {
  width: 70%;
  position: relative;
  margin: 1.5% auto;
  padding: 13px 13px 13px 13px;
  border-radius: 9px;
  background: -o-linear-gradient(#ffffff, #999999); }
.image-element .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000; }

.publication-elements {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #e3e3e4 url('bit-raster-dark.dd28a667011c312b.svg') repeat-x bottom left;
}
.publication-elements h2, .publication-elements h3 {
  color: #151543; }
.publication-elements p {
  color: #5b5b5b; }
.publication-elements a {
  color: #5b5b5b; }
.publication-elements a:hover {
  color: #49bbd5; }
.publication-elements .download-link a:hover {
  background: url('arrow-link-light-blue.1bba13532b76baee.svg') no-repeat right center/12px 12px; }
.publication-elements .site-center .site-gap {
  padding-left: 0;
  padding-right: 0; }
.publication-elements .link-to-page {
  color: #5b5b5b;
  background: url('arrow-link-grey.817899cc81da3742.svg') no-repeat right center/12px 12px;
  float: none;
  display: inline; }

.employee-box {
  display: flex;
  flex: 1 1 100%;
  padding: 1em 1.9em 1.5em 2em;
  background-color: #e3e3e4; }
@media only screen and (max-width: 52rem) {
  .employee-box {
    flex: 1 0 auto;
    margin: 0; } }
.employee-box.touch-hover.special-hover h3 {
  color: #ffffff; }
.employee-box.touch-hover.special-hover .employee-box-content img {
  visibility: hidden; }
.employee-box.touch-hover.special-hover .employee-box-content-text, .employee-box.touch-hover.special-hover .link-to-page {
  position: absolute;
  display: block; }
.employee-box.touch-hover.special-hover.box-red {
  background-color: #e90050; }
.employee-box.touch-hover.special-hover.box-yellow {
  background-color: #ffb900; }
.employee-box.touch-hover.special-hover.box-green {
  background-color: #00a7a7; }
.employee-box.touch-hover.special-hover.box-blue {
  background-color: #49bbd5; }
.employee-box.touch-hover.special-hover.box-light-green {
  background-color: #00a628; }
.employee-box.touch-hover.special-hover .link-to-page {
  background-image: url('arrow-link.29340270bb56556e.svg'); }
.employee-box .employee-box-center h3 {
  margin-bottom: 0.75rem;
  font-size: 1.6em; }
@media only screen and (max-width: 52rem) {
  .employee-box .employee-box-center h3 {
    font-size: 1.4em;
    margin-top: 0.5rem;
    margin-bottom: 0; } }
.employee-box .employee-box-center .employee-box-content-text, .employee-box .employee-box-center .link-to-page {
  display: none; }
@media only screen and (max-width: 52rem) {
  .employee-box .employee-box-center .employee-box-content-text, .employee-box .employee-box-center .link-to-page {
    font-size: 0.85em; } }

.employee-lists .employee-box {
  padding-bottom: 0.8em; }
@media only screen and (max-width: 52rem) {
  .employee-lists .employee-box {
    min-height: 330px; } }

.picture-element-speedtest {
  min-height: 0;
  background: url('bit-raster-lightgreen.28d4b7b6dd1ed8ac.svg') repeat top left/8px 4px, url('speedtest.4bfd179a2afcb26f.png') no-repeat top center/cover; }
@media only screen and (max-width: 52rem) {
  .picture-element-speedtest {
    min-height: auto; } }
.picture-element-speedtest .picture-element-content {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 16em;
  padding-bottom: 1.5em; }
.picture-element-speedtest .picture-element-content h1, .picture-element-speedtest .picture-element-content .picture-element-text {
  color: #ffffff; }
.picture-element-speedtest .picture-element-content .picture-element-text {
  margin-bottom: 1rem; }
.picture-element-speedtest .picture-element-content .link-to-page {
  width: auto; }
@media only screen and (max-width: 52rem) {
  .picture-element-speedtest .picture-element-content {
    padding-top: 11em;
    padding-left: 0.8em; }
  .picture-element-speedtest .picture-element-content h1 {
    font-size: 0.85em; }
  .picture-element-speedtest .picture-element-content .picture-element-text {
    font-size: 0.75em; }
  .picture-element-speedtest .picture-element-content .link-to-page {
    font-size: 0.6em; } }

.picture-element-contact {
  min-height: 0;
  background: url('bit-raster-lightblue.559b6cf0f84361a2.svg') repeat top left/8px 4px, url('contact.1d511f3e43803b41.png') no-repeat top center/100% 100%; }
@media only screen and (max-width: 52rem) {
  .picture-element-contact {
    min-height: auto; } }
.picture-element-contact .picture-element-content {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 16em;
  padding-bottom: 1.5em; }
.picture-element-contact .picture-element-content h1, .picture-element-contact .picture-element-content .picture-element-text {
  color: #ffffff; }
.picture-element-contact .picture-element-content .picture-element-text {
  margin-bottom: 1rem; }
.picture-element-contact .picture-element-content .link-to-page {
  width: auto; }
@media only screen and (max-width: 52rem) {
  .picture-element-contact .picture-element-content {
    padding-top: 11em;
    padding-left: 0.8em; }
  .picture-element-contact .picture-element-content h1 {
    font-size: 0.85em; }
  .picture-element-contact .picture-element-content .picture-element-text {
    font-size: 0.75em; }
  .picture-element-contact .picture-element-content .link-to-page {
    font-size: 0.6em; } }

@media only screen and (max-width: 52rem) {
  .employee-lists {
    margin-bottom: 1em; } }

.employee-lists .flex-container {
  flex-flow: row nowrap; }
@media only screen and (max-width: 52rem) {
  .employee-lists .flex-container {
    flex-flow: column nowrap; } }
@media only screen and (max-width: 52rem) {
  .employee-lists .flex-container .employee-box {
    padding: 0.8rem 0.9rem 0.8rem 0.8rem; } }
@media only screen and (max-width: 52rem) {
  .employee-lists .flex-container .employee-box .employee-box-center {
    font-size: 1.25em; } }

.title-red h2 {
  color: #e90050; }

.title-yellow h2 {
  color: #ffb900; }

.title-green h2 {
  color: #00a7a7; }

.employee-lists-title {
  margin-top: 2em; }
.employee-lists-title h2 {
  font-family: "AkkoBold", sans-serif; }
@media only screen and (max-width: 52rem) {
  .employee-lists-title {
    margin-top: 4em; } }

.main-nav {
  display: none;
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 100;
  /*Top level */
  /* first level */ }
@media only screen and (max-width: 52rem) {
  .main-nav {
    display: none !important; } }
.main-nav .main-nav-top {
  display: none;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #151543; }
.main-nav .main-nav-top a {
  font-size: 2em;
  background: url('arrow-link.29340270bb56556e.svg') no-repeat right center/20px 20px;
  width: 290px; }
.main-nav .main-nav-top a:hover {
  color: #49bbd5;
  background: url('arrow-link-light-blue.1bba13532b76baee.svg') no-repeat right center/20px 20px; }
.main-nav .main-nav-first {
  min-height: 500px;
  background-color: #49bbd5;
  padding-top: 5em; }
.main-nav .main-nav-first a {
  font-size: 2.8em;
  background: url('arrow-link.29340270bb56556e.svg') no-repeat right center/25px 25px;
  width: 390px; }
.main-nav .main-nav-first a:hover {
  color: #000000;
  background: url('arrow-link-dark.0955413f154e6bee.svg') no-repeat right center/25px 25px; }
.main-nav .main-nav-second {
  display: none;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5.5em 1rem 1rem 2rem;
  min-height: 100%;
  background-color: #ffb900; }
.main-nav .main-nav-second a {
  width: auto;
  background: none;
  font-size: 1.4em; }
.main-nav .main-nav-second a:hover {
  background: none;
  color: #000000; }

.navigation-show {
  display: block !important; }

@media only screen and (min-width: 52rem) {
  html .navigation-body-modifcator {
    overflow-y: scroll;
    background-image: none;
    background-color: #151543; }
  html .navigation-body-modifcator .main-footer {
    position: fixed;
    bottom: 0; }
  html .navigation-body-modifcator .main-content-div {
    height: 0;
    visibility: hidden; }
  html .navigation-body-modifcator .main-content-div > div {
    margin: 0;
    padding: 0;
    height: 0;
    min-height: auto;
    overflow: hidden; }
  html .navigation-body-modifcator .main-content-div .main-footer {
    visibility: visible; } }

.main-nav-mobile {
  display: none; }
.main-nav-mobile a {
  padding: 0.3em 1.25em 0.3em 0.8rem;
  width: 95%; }
.main-nav-mobile .top {
  background-color: #151543; }
.main-nav-mobile .top a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2em;
  background: url('arrow-link.29340270bb56556e.svg') no-repeat right center/20px 20px; }
.main-nav-mobile .top a:hover {
  color: #49bbd5;
  background: url('arrow-link-light-blue.1bba13532b76baee.svg') no-repeat right center/20px 20px; }
.main-nav-mobile .second {
  display: none;
  background-color: #49bbd5;
  position: relative; }
.main-nav-mobile .second a {
  font-size: 1.4em;
  background: url('arrow-link.29340270bb56556e.svg') no-repeat right center/20px 20px; }
.main-nav-mobile .second .firstACT, .main-nav-mobile .second a:hover {
  color: #000000;
  background: url('arrow-link-dark.0955413f154e6bee.svg') no-repeat right center/20px 20px; }
.main-nav-mobile .third {
  display: none;
  position: relative;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #ffb900;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }
.main-nav-mobile .third a {
  font-size: 1em; }
.main-nav-mobile .third .secondACT, .main-nav-mobile .third a:hover {
  color: #000000; }

@media only screen and (min-width: 52rem) {
  html .navigation-body-modifcator-mobile .main-nav-mobile {
    display: none !important; } }

@media only screen and (max-width: 52rem) {
  html .navigation-body-modifcator-mobile {
    background-image: none;
    background-color: #151543; }
  html .navigation-body-modifcator-mobile .header-icons .mobile {
    background: url('nav-close.a285376c60836d3b.svg') no-repeat center right; }
  html .navigation-body-modifcator-mobile .main-content-div {
    height: 0;
    visibility: hidden; }
  html .navigation-body-modifcator-mobile .main-content-div > div {
    height: 0;
    margin: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden; }
  html .navigation-body-modifcator-mobile .main-content-div .main-footer {
    visibility: visible; }
  html .navigation-body-modifcator-mobile .main-footer {
    position: relative;
    bottom: 0; } }

.service-navigation .nav-list {
  padding: 0; }
.service-navigation .nav-list li {
  float: left;
  list-style: none;
  padding-left: 0.5em; }
.service-navigation .nav-list li a {
  text-align: center;
  font-size: 0.75em;
  line-height: 100%;
  color: #49bbd5; }
.service-navigation .nav-list li:first-child {
  padding: 0 0.5em 0 0;
  border-right: 2px solid #49bbd5; }

.section-element-title {
  float: left;
  position: relative;
  width: 100%;
  min-height: 105px;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: center;
  font-size: 2.1em; }
@media only screen and (max-width: 52rem) {
  .section-element-title {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6em; } }
@media only screen and (max-width: 34rem) {
  .section-element-title {
    min-height: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4em; } }
.section-element-title .section-element-title-text {
  padding-right: 1.7em;
  padding-left: 1.7em; }
.section-element-title .site-center {
  position: relative; }
.section-element-title .close-overlay {
  display: none;
  position: absolute;
  left: 0.3em;
  top: 2px;
  padding: 0.5em;
  background: url('close-x.25c57ca1b1a9d44d.svg') no-repeat center center/25px 25px; }
@media only screen and (max-width: 52rem) {
  .section-element-title .close-overlay {
    left: 0.6em; } }

.section-element-graphic {
  width: 326px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px; }
@media only screen and (max-width: 52rem) {
  .section-element-graphic {
    width: 300px;
    padding-top: 80px; } }
.section-element-graphic .section-element-graphic-box {
  float: right;
  width: 86px;
  height: 42px;
  margin-top: 18px;
  background: url('bit-raster-white.08438da71c59f233.svg') repeat top left/8px 4px; }
.section-element-graphic .section-element-graphic-box:first-child {
  margin-top: 0; }
@media only screen and (max-width: 52rem) {
  .section-element-graphic .section-element-graphic-box {
    width: 78px;
    height: 38px; } }

.firstline {
  margin-left: 70%; }

.secondline {
  margin-left: 34px; }
@media only screen and (max-width: 52rem) {
  .secondline {
    margin-left: 30px; } }
.secondline:last-child {
  margin-left: 30%; }

.thirdline {
  margin-left: 34px; }
@media only screen and (max-width: 52rem) {
  .thirdline {
    margin-left: 30px; } }
.thirdline:last-child {
  margin-left: 0; }

.tab-element-head {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 17px;
  cursor: pointer; }
.tab-element-head .tab-element-title {
  float: left;
  width: 80%;
  color: #75757a;
  font-size: 1.6em;
  font-family: "AkkoBold", sans-serif; }
.tab-element-head .tab-element-title:hover {
  color: #151543; }
.tab-element-head .tab-element-active-title {
  color: #151543; }
.tab-element-head .tab-icon {
  float: right;
  padding: 1em;
  width: 20px;
  height: 20px;
  background: url('akkordeon-plus.894d9f36df6472d2.svg') no-repeat center center/26px 26px; }
.tab-element-head .tab-icon.close {
  background: url('akkordeon-minus.0d49c6a4aa04c7cd.svg') no-repeat center center/26px 26px; }

.tab-element-title-text {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #5b5b5b;
  font-size: 1em; }
.tab-element-title-text.tab-element-title-text-blue a {
  color: #49bbd5; }
.tab-element-title-text.tab-element-title-text-green a {
  color: #00a7a7; }
.tab-element-title-text.tab-element-title-text-light-green a {
  color: #00a628; }
.tab-element-title-text.tab-element-title-text-red a {
  color: #e90050; }
.tab-element-title-text.tab-element-title-text-yellow a {
  color: #ffb900; }
.tab-element-title-text li ul {
  list-style-image: url('akkordeon-bulletpoints.cdabb674f6026fbf.svg'); }
.tab-element-title-text:last-child {
  padding-bottom: 40px; }
.tab-element-title-text h5 {
  color: #151543;
  font-size: 1em; }

.employee-footer {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  min-height: 365px;
  font-size: 0.85em; }
@media only screen and (max-width: 52rem) {
  .employee-footer {
    min-height: 300px; } }
@media only screen and (max-width: 34rem) {
  .employee-footer {
    min-height: 366px; } }
.employee-footer .employee-footer-img {
  float: left;
  position: absolute;
  width: 328px;
  bottom: 0;
  z-index: 3; }
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-img {
    width: 270px; } }
@media only screen and (max-width: 34rem) {
  .employee-footer .employee-footer-img {
    width: 270px; } }
.employee-footer .employee-footer-img img {
  float: left; }
.employee-footer .employee-footer-title {
  float: left;
  width: 45%;
  min-height: 152px;
  padding: 1.2em 0;
  margin-left: 55%;
  font-size: 1.6em;
  font-family: "AkkoBold", sans-serif; }
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-title {
    display: none;
    min-height: 0; } }
.employee-footer .employee-footer-raster {
  float: left;
  position: absolute;
  width: 100%;
  bottom: 3.7em;
  height: 150px;
  z-index: 0; }
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-raster {
    bottom: 5.5em; } }
.employee-footer .employee-footer-contact {
  float: left;
  position: relative;
  padding: 1.5em 0;
  margin-left: 55%;
  line-height: 150%;
  z-index: 99;
  font-size: 20px; }
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-contact {
    padding-top: 100px;
    margin-left: 45%; } }
@media only screen and (max-width: 34rem) {
  .employee-footer .employee-footer-contact {
    width: 100%;
    margin-left: 0;
    padding-top: 15px; } }
.employee-footer .employee-footer-contact .contact-name {
  font-weight: bold; }
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-contact p {
    display: none; } }
.employee-footer .employee-footer-link {
  float: left;
  width: 45%;
  margin-left: 55%;
  padding: 0.75em 0;
  font-size: 1.4em; }
@media only screen and (max-width: 52rem) {
  .employee-footer .employee-footer-link {
    display: none; } }
.employee-footer .employee-footer-link .link-to-page {
  width: 85px; }

.footer-bg-red {
  background-color: #e90050; }
.footer-bg-red .employee-footer-raster {
  background: url('bit-raster-darkred.a9a938a8042c27ee.svg') repeat top left/8px 4px; }

.footer-bg-blue {
  background-color: #49bbd5; }
.footer-bg-blue .employee-footer-raster {
  background: url('bit-raster-blue.dfa3f3ccb2719f45.svg') repeat top left/8px 4px; }

.footer-bg-yellow {
  background-color: #ffb900; }
.footer-bg-yellow .employee-footer-raster {
  background: url('bit-raster-darkyellow.554bcb9e20137b7d.svg') repeat top left/8px 4px; }

.footer-bg-green {
  background-color: #00a7a7; }
.footer-bg-green .employee-footer-raster {
  background: url('bit-raster-darkgreen.1069bdbd4e86cfcc.svg') repeat top left/8px 4px; }

.footer-bg-light-green {
  background-color: #00a628; }
.footer-bg-light-green .employee-footer-raster {
  background: url('bit-raster-lightgreen.28d4b7b6dd1ed8ac.svg') repeat top left/8px 4px; }

.section-element {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 100; }
.section-element .section-element-raster {
  width: 100%;
  height: 260px; }
@media only screen and (max-width: 52rem) {
  .section-element .section-element-raster {
    height: 230px; } }
.section-element.no-bottom-space {
  margin-bottom: 0 !important; }

.section-element-small {
  position: fixed;
  top: 62px;
  margin-bottom: 0 !important; }
.section-element-small .section-element-title {
  height: auto;
  min-height: 106px; }
@media only screen and (max-width: 52rem) {
  .section-element-small .section-element-title-text {
    padding-left: 2.7em;
    font-size: 0.75em; } }

.section-red {
  background-color: #e90050; }
.section-red .section-element-raster {
  background: url('bit-raster-darkred.a9a938a8042c27ee.svg') repeat center center/8px 4px; }
.section-red .section-element-title {
  background-color: #e90050; }

.section-yellow {
  background-color: #ffb900; }
.section-yellow .section-element-raster {
  background: url('bit-raster-darkyellow.554bcb9e20137b7d.svg') repeat center center/8px 4px; }
.section-yellow .section-element-title {
  background-color: #ffb900; }

.section-blue {
  background-color: #49bbd5; }
.section-blue .section-element-raster {
  background: url('bit-raster-blue.dfa3f3ccb2719f45.svg') repeat center center/8px 4px; }
.section-blue .section-element-title {
  background-color: #49bbd5; }

.section-green {
  background-color: #00a7a7; }
.section-green .section-element-raster {
  background: url('bit-raster-darkgreen.1069bdbd4e86cfcc.svg') repeat center center/8px 4px; }
.section-green .section-element-title {
  background-color: #00a7a7; }

.section-lightgreen {
  background-color: #00a628; }
.section-lightgreen .section-element-raster {
  background: url('bit-raster-darkgreen.1069bdbd4e86cfcc.svg') repeat center center/8px 4px; }
.section-lightgreen .section-element-title {
  background-color: #00a628; }

.tab-element {
  float: left;
  width: 100%;
  background: #efefef url('bit-raster-grey.4a64ca023ea96c2f.svg') repeat-x bottom left;
}
.tab-element .site-center {
  cursor: default; }
.tab-element .tab-element-head {
  cursor: pointer; }

.tab-content {
  float: left;
  width: 100%; }

.box-content-div .box-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 260px; }

.box-content-div .box-content-text {
  font-size: 1.1em;
  line-height: 150%;
  color: #ffffff;
  margin-top: 0.4em; }

.box-content-div .link-to-page {
  float: none;
  width: 60px;
  margin-top: 3em !important;
  font-weight: bold; }
@media only screen and (max-width: 52rem) {
  .box-content-div .link-to-page {
    width: 70px; } }

.box-content-div .box-image {
  display: block;
  height: 100%;
  width: 100%; }
.box-content-div .box-image.security {
  background: url('security.3295b3d11baac674.svg') no-repeat center center/158px 198px; }
.box-content-div .box-image.performance {
  background: url('performance.d51bd1c9c16d471a.svg') no-repeat center center/182px 190px; }
.box-content-div .box-image.software {
  background: url('software.5aba70649e603124.svg') no-repeat center center/166px 142px; }

.box-content-blue {
  background: url('bit-raster-blue.dfa3f3ccb2719f45.svg') repeat top left/8px 4px; }
@media only screen and (max-width: 52rem) {
  .box-content-blue {
    background: url('bit-raster-blue.dfa3f3ccb2719f45.svg') repeat top left/8px 4px; } }

.box-content-red {
  background: url('bit-raster-red.a203c4ab1284e369.svg') repeat top left/8px 4px; }
@media only screen and (max-width: 52rem) {
  .box-content-red {
    background: url('bit-raster-darkred.a9a938a8042c27ee.svg') repeat top left/8px 4px; } }

.box-content-yellow {
  background: url('bit-raster-yellow.e36fb0b2cb4dd4ce.svg') repeat top left/8px 4px; }
@media only screen and (max-width: 52rem) {
  .box-content-yellow {
    background: url('bit-raster-darkyellow.554bcb9e20137b7d.svg') repeat top left/8px 4px; } }

.box-content-green {
  background: url('bit-raster-green.a316f1b74955074c.svg') repeat top left/8px 4px; }
@media only screen and (max-width: 52rem) {
  .box-content-green {
    background: url('bit-raster-darkgreen.1069bdbd4e86cfcc.svg') repeat top left/8px 4px; } }

.link-to-page {
  float: left;
  width: 100%;
  padding-right: 1.5em;
  line-height: 150%;
  font-size: 0.75em;
  background: url('arrow-link.29340270bb56556e.svg') no-repeat right center/12px 12px; }

.link-to-page-white {
  color: #ffffff; }

.link-to-page-white:hover {
  color: #151543;
  background: url('arrow-link-blue.6e25bd90a15f9572.svg') no-repeat right center/12px 12px; }

.link-to-page-blue {
  color: #49bbd5; }

.link-to-page-blue:hover {
  color: #ffffff; }

.link-to-page-grey {
  color: #5b5b5b; }

.link-to-page-news {
  float: left;
  width: 296px;
  padding: 0 2.0em 0 0.6em;
  line-height: 150%;
  font-size: 0.7em;
  color: #ffffff;
  background-color: #49bbd5;
  border-right: 1px solid #49bbd5;
  border-bottom: 2px solid #49bbd5;
  border-left: 1px solid #49bbd5;
  border-radius: 6px;
  background-position: right 8px top 6px;
  z-index: 3; }
.link-to-page-news.fixed {
  top: 62px;
  margin-left: 302px; }
@media only screen and (max-width: 52rem) {
  .link-to-page-news.fixed {
    margin: 0 1em; } }
@media only screen and (max-width: 20rem) {
  .link-to-page-news.fixed {
    margin: 0 0.4em; } }
.link-to-page-news.fixed.fixed:hover {
  color: #151543; }
.link-to-page-news.layout-normal {
  top: 46px !important; }
.link-to-page-news.news-removed {
  display: none; }
.link-to-page-news.fixed:hover {
  background-image: url('arrow-link-blue.6e25bd90a15f9572.svg'); }

.top-navigation .nav-list {
  padding: 0; }
.top-navigation .nav-list li {
  list-style: none; }
.top-navigation .nav-list li a {
  color: #49bbd5;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase; }
.top-navigation .nav-list li h3 {
  color: #49bbd5;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase; }

.header-icons .header-icons-element {
  margin-right: 0.8em; }
.header-icons .header-icons-element:last-child {
  margin-right: 0; }
.header-icons .header-icons-element img {
  display: block; }
.header-icons .header-icons-element.search {
  width: 20px;
  height: 20px;
  background-image: url('header-icon-search.4892c2dd4e8af84b.svg'); }
.header-icons .header-icons-element.search:hover {
  background-image: url('header-icon-search-blue.cc2b36440bfeeae8.svg'); }
.header-icons .header-icons-element.download {
  width: 18px;
  height: 18px;
  background-image: url('header-icon-download.0b2157e5a011d57a.svg');
  background-repeat: no-repeat; }
.header-icons .header-icons-element.download:hover {
  background-image: url('header-icon-download-blue.9b142c7535de7f5d.svg'); }
.header-icons .header-icons-element.secure {
  font-size: 0.75em;
  color: #ffffff; }
@media only screen and (max-width: 52rem) {
  .header-icons .header-icons-element.secure {
    display: none; } }
.header-icons .header-icons-element.secure:hover {
  color: #49bbd5; }
.header-icons .header-icons-element.language {
  font-size: 0.75em;
  margin-right: 0;
  color: #49bbd5; }
@media only screen and (max-width: 52rem) {
  .header-icons .header-icons-element.language {
    margin-right: 0.8em; } }
.header-icons .header-icons-element.language:hover, .header-icons .header-icons-element.language.active {
  color: #ffffff; }
.header-icons .header-icons-element.mobile {
  height: 14px;
  width: 30px;
  background-image: url('nav-open.fc7a58d609db84b4.svg'); }

.header-icons .nice-select {
  z-index: 8000;
  width: 33%;
  max-width: 55px;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px; }
@media only screen and (max-width: 34rem) {
  .header-icons .nice-select {
    width: auto;
    min-width: 52px; }
  .header-icons .nice-select:after {
    border: none; } }
.header-icons .nice-select:after {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  height: 11px;
  right: 18px;
  top: 50%;
  padding-right: 6px; }
.header-icons .nice-select .current {
  color: #FFFFFF; }

.address p {
  display: block;
  line-height: 150%;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #49bbd5; }

.address:hover p {
  color: #ffffff; }

.contact p {
  line-height: 150%;
  font-size: 0.85em;
  color: #ffffff; }
.contact pa {
  text-transform: uppercase; }

.speedtest {
  letter-spacing: 0;
  width: 126px;
  padding-left: 1.7em;
  font-size: 0.7em;
  line-height: 175%;
  background: url('speedtest.59f18027adf932be.svg') no-repeat left center; }
.speedtest:hover {
  color: #151543; }
.speedtest.fixed {
  top: 45px;
  margin-left: 387px;
  z-index: 10; }
@media only screen and (max-width: 960px) {
  .speedtest.fixed {
    margin-right: 1em; } }
.speedtest.fixed-normal {
  top: 60px !important; }
@media only screen and (max-width: 960px) {
  .speedtest.fixed-normal {
    margin-right: 0.85em !important; } }

.blue-raster-element .blue-raster-child {
  width: 100%;
  height: 100%;
  background: url('bit-raster-blue.dfa3f3ccb2719f45.svg') repeat top left/8px 4px; }

.box {
  display: flex;
  flex: 1 1 100%;
  padding: 1em 1.7em 2em 1.7em; }
.box .box-center {
  display: flex;
  flex: 1 1 100%;
  flex-flow: column wrap; }
.box .box-center h2 {
  margin-bottom: 0.75rem;
  font-size: 1.6em; }
@media only screen and (max-width: 52rem) {
  .box .box-center h2 {
    font-size: 1.4em;
    margin-bottom: 0; } }
.box .box-center .title-subline {
  display: none; }
.box .box-center .box-content-text, .box .box-center .link-to-page {
  display: none; }
.box .box-center .link-to-page {
  text-transform: uppercase; }
.box.touch-hover.special-hover .box-content {
  background-image: none;
  height: 0; }
.box.touch-hover.special-hover .box-content img {
  display: none; }
.box.touch-hover.special-hover .box-content-text, .box.touch-hover.special-hover .link-to-page {
  display: block; }
.box.touch-hover.special-hover .title-subline {
  display: block; }
.box.touch-hover.special-hover.box-blue {
  background-color: #49bbd5; }
.box.touch-hover.special-hover.box-red {
  background-color: #e90050; }
.box.touch-hover.special-hover.box-yellow {
  background-color: #ffb900; }
.box.touch-hover.special-hover.box-green {
  background-color: #00a7a7; }
@media only screen and (max-width: 52rem) {
  .box {
    flex: 1 0 auto; }
  .box.box-blue {
    background-color: #49bbd5; }
  .box.box-red {
    background-color: #e90050; }
  .box.box-yellow {
    background-color: #ffb900; }
  .box.box-green {
    background-color: #00a7a7; }
  .box h2 {
    background: transparent url('arrow-link.29340270bb56556e.svg') no-repeat scroll right center/15px 15px; } }

.picture-element {
  width: 100%;
  min-height: 600px;
  float: left; }
@media only screen and (max-width: 52rem) {
  .picture-element {
    min-height: auto; } }
.picture-element .picture-element-content {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 16em;
  padding-bottom: 1.5em; }
.picture-element .picture-element-content h1, .picture-element .picture-element-content .picture-element-text {
  color: #ffffff; }
.picture-element .picture-element-content .picture-element-text {
  margin-bottom: 1rem; }
.picture-element .picture-element-content .link-to-page {
  width: auto; }
@media only screen and (max-width: 52rem) {
  .picture-element .picture-element-content {
    padding-top: 11em;
    padding-left: 0.8em; }
  .picture-element .picture-element-content h1 {
    margin-bottom: 2rem; }
  .picture-element .picture-element-content .picture-element-text {
    display: none; }
  .picture-element .picture-element-content .link-to-page {
    font-size: 0.6em; } }

.footer-service p {
  line-height: 150%;
  font-size: 0.75em;
  color: #49bbd5; }

.info-modul-raster {
  padding-top: 4.5em;
  background: url('bit-raster-dark.dd28a667011c312b.svg') repeat top left/8px 4px; }
@media only screen and (max-width: 52rem) {
  .info-modul-raster {
    padding-top: 2.5em; } }
.info-modul-raster .site-center {
  flex-flow: column nowrap;
  justify-content: space-between; }
.info-modul-raster .site-center .info-modul-content-gap h1 {
  float: left;
  margin-bottom: 0.2em; }
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  margin-bottom: 54px; }
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row:last-child {
  margin-bottom: 0; }
@media only screen and (max-width: 52rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row {
    margin-bottom: 36px; } }
@media only screen and (max-width: 34rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row {
    margin-bottom: 18px; } }
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
  width: 238px;
  height: 106px;
  margin-right: 82px; }
@media only screen and (max-width: 62.5rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
    width: 190px;
    height: 84px;
    margin-right: 62px; } }
@media only screen and (max-width: 52rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
    width: 120px;
    height: 62px;
    margin-right: 26px; } }
@media only screen and (max-width: 34rem) {
  .info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element {
    width: 70px;
    height: 36px;
    margin-right: 26px; } }
.info-modul-raster .site-center .info-modul-content-gap .info-modul-content-row .blue-raster-element:last-child {
  margin-right: 0; }
.info-modul-raster .site-center .start-element > * {
  display: none; }
.info-modul-raster .site-center .start-element > span {
  float: left; }

.info-modul-element {
  position: relative;
  height: 44px;
  line-height: 150%; }
.info-modul-element .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.4em;
  background: url('arrow-down.3fdb873625a7b150.svg') no-repeat left center/12px 12px; }
@media only screen and (max-width: 52rem) {
  .info-modul-element .icon {
    margin-right: 0.5em; } }
.info-modul-element p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  font-size: 0.7em; }
.info-modul-element p.title {
  text-transform: uppercase;
  color: #49bbd5; }
@media only screen and (max-width: 52rem) {
  .info-modul-element p.text {
    display: none; } }
@media only screen and (max-width: 52rem) {
  .info-modul-element p {
    font-size: 0.5em; } }
.info-modul-element p:hover {
  color: #ffffff; }
.info-modul-element .info-modul-icon {
  display: flex;
  align-items: center; }
.info-modul-element .info-modul-icon a:hover {
  color: #151543; }
.info-modul-element .info-modul-speedtest {
  flex: 1 1 0;
  justify-content: flex-end; }
@media only screen and (max-width: 52rem) {
  .info-modul-element .info-modul-speedtest .speedtest {
    margin-left: 0.5em; } }

.text-modul p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 150%;
  color: #ffffff; }
@media only screen and (max-width: 52rem) {
  .text-modul p {
    font-size: 0.6em; } }

@media only screen and (max-width: 52rem) {
  .text-modul .link-to-page {
    font-size: 0.6em; } }

.box-lists {
  background: #151543 url('bit-raster-dark.dd28a667011c312b.svg') repeat top left/8px 4px;
  clear: both; }
.box-lists .flex-container {
  flex-flow: row nowrap; }
@media only screen and (max-width: 52rem) {
  .box-lists .flex-container {
    flex-flow: column nowrap; } }
@media only screen and (max-width: 52rem) {
  .box-lists .flex-container .box {
    padding: 0.2rem 0.9rem 0.8rem 0.8rem; } }
@media only screen and (max-width: 52rem) {
  .box-lists .flex-container .box .box-center {
    font-size: 1.25em; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #151543; }
.main-header .flex-container {
  align-items: center;
  min-height: 45px;
  position: relative; }
@media only screen and (max-width: 52rem) {
  .main-header .flex-container {
    position: unset; } }
.main-header .flex-container .flex-content {
  flex: 1 0 auto; }
@media only screen and (max-width: 52rem) {
  .main-header .flex-container .flex-content.navigation-content {
    display: none; } }
.main-header .flex-container .flex-content.navigation-content .top-navigation {
  min-width: 500px; }
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around; }
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list li a {
  line-height: 150%; }
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list li a:hover {
  color: #ffffff; }
.main-header .flex-container .flex-content.navigation-content .top-navigation .nav-list .firstACT {
  color: #ffffff; }
.main-header .flex-container .flex-content .logo img {
  width: 136px;
  height: 38px;
  margin: 0.6em 0; }
.main-header .flex-container .flex-content .logo img.layout-normal {
  width: 76px;
  height: 22px; }
.main-header .flex-container .flex-content .header-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center; }
.main-header .flex-container .flex-content .header-icons .header-icons-element.mobile {
  display: none; }
@media only screen and (max-width: 52rem) {
  .main-header .flex-container .flex-content .header-icons .header-icons-element.mobile {
    display: block; } }
.main-header.layout-normal {
  z-index: 100; }

.main-footer {
  clear: both;
  height: 160px;
  width: 100%;
  background-color: #151543;
}
@media only screen and (max-width: 52rem) {
  .main-footer {
    height: auto;
    padding: 1.5em 0; } }
.main-footer .site-center {
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 1.4em; }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center {
    flex-flow: column wrap;
    padding-top: 1em; } }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-item {
    align-items: center;
    padding-left: 1em;
    flex: 1 0 auto !important; } }
.main-footer .site-center .flex-service {
  flex: 1.35; }
.main-footer .site-center .flex-address {
  flex: 1.35; }
.main-footer .site-center .flex-contact {
  flex: 1; }
.main-footer .site-center .flex-empty {
  flex: 1; }
.main-footer .site-center .flex-service .logo {
  display: block;
  margin-bottom: 16px; }
.main-footer .site-center .flex-service .logo img {
  width: 76px;
  height: 22px; }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-service .logo {
    display: none; } }
.main-footer .site-center .flex-logo {
  display: none; }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-logo {
    display: block; }
  .main-footer .site-center .flex-logo img {
    width: 76px;
    height: 22px; } }
.main-footer .site-center .flex-service p, .main-footer .site-center .flex-service nav {
  display: flex; }
.main-footer .site-center .flex-service a:hover {
  color: #ffffff; }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-service {
    margin-top: 1.5em;
    order: 2; } }
.main-footer .site-center .flex-service p, .main-footer .site-center .flex-service nav {
  display: flex; }
.main-footer .site-center .flex-service a:hover {
  color: #ffffff; }
.main-footer .site-center .flex-address {
  justify-content: center;
  padding-top: 3px; }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-address {
    margin-top: 1.5em;
    padding-top: 0; } }
.main-footer .site-center .flex-contact {
  padding-top: 3px;
  padding-bottom: 1em; }
@media only screen and (max-width: 52rem) {
  .main-footer .site-center .flex-contact {
    margin-top: 1.5em;
    padding-top: 0; } }
.main-footer .site-center .flex-contact p {
  text-align: left; }
.main-footer .site-center .flex-contact a:hover {
  color: #49bbd5; }

.info-modul {
  display: flex;
  flex-flow: column nowrap;
  background-color: #151543;
  height: 100%; }
.info-modul .info-modul-element {
  flex: 0 1 auto; }
@media only screen and (max-width: 52rem) {
  .info-modul {
    height: 380px; } }

.main-div .text-bg {
  background-color: #151543;
  width: 100%;
  float: left; }

.main-div .site-center .text-modul {
  max-width: 720px;
  padding: 1em 1em 1em 0; }
.main-div .site-center .text-modul .link-to-page {
  width: auto; }

input {
  background-color: #ffffff;
  color: #5b5b5b;
  border: #e3e3e4 1px solid;
  padding: 0.2em 0.4em 0.2em 0.4em; }

.nice-select {
  color: #5b5b5b;
  background-color: #e3e3e4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 36px;
  line-height: 34px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  margin-bottom: 0.5em;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 48%; }
.nice-select:after {
  border-bottom: 2px solid #5b5b5b;
  border-right: 2px solid #5b5b5b;
  content: '';
  display: block;
  height: 12px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 12px;
  padding-right: 10px; }
.nice-select.open:after {
  transform: rotate(-135deg); }
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #17174b;
  color: #5b5b5b;
  pointer-events: none; }
.nice-select.disabled:after {
  border-color: #2d2d91; }
.nice-select.wide {
  width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
  float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
  height: 16px;
  line-height: 14px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 14px;
  min-height: 14px; }
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-18px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.nice-select .option {
  cursor: pointer;
  line-height: 34px;
  list-style: none;
  min-height: 34px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #49bbd5; }
.nice-select .option.selected {
  font-weight: bold; }
.nice-select .option.disabled {
  background-color: transparent;
  color: #5b5b5b;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.header-top-search {
  display: none;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 8001; }
@media only screen and (max-width: 52rem) {
  .header-top-search {
    top: 12px;
    right: 17px; } }
.header-top-search .header-search-box {
  display: flex;
  justify-content: flex-end;
  flex: 1; }
.header-top-search .header-search-box form {
  display: flex;
  justify-content: flex-end;
  flex: 1; }
.header-top-search .header-search-box form .search-text {
  float: left;
  width: 100%;
  height: 39px;
  color: #49bbd5;
  overflow: hidden; }
.header-top-search .header-search-box form .search-button {
  float: left;
  height: 39px;
  width: 39px;
  background: #49bbd5 url('header-icon-search.4892c2dd4e8af84b.svg') no-repeat center center/60% 60%;
  border: none; }
.header-top-search .header-search-box .close {
  width: 39px;
  height: 39px;
  background: #000000 url('header-icon-close.58f2893411980903.svg') no-repeat center center/50% 50%; }
.header-top-search.layout-normal {
  top: 8px !important; }
.header-top-search.layout-normal .search-text, .header-top-search.layout-normal .search-button, .header-top-search.layout-normal .close {
  height: 30px !important; }

.box-elements {
  display: block;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: -2rem; }
@media only screen and (max-width: 52rem) {
  .box-elements {
    margin-bottom: 0; } }

.box-element {
  color: #5b5b5b;
  position: relative;
  background-color: #e3e3e4;
  min-height: 215px;
  flex: 0 1 47%;
  max-width: 47%;
  margin-bottom: 2rem;
  padding: 1.3rem 1.3rem 3.3rem 1.3rem;
  order: 99; }
.box-element h3 {
  font-family: "AkkoBold", sans-serif;
  color: #5b5b5b; }
.box-element .text {
  font-size: 1em; }
.box-element.box-position-1 {
  order: 1; }
.box-element.box-position-2 {
  order: 2; }
.box-element.box-position-3 {
  order: 3; }
.box-element.box-position-4 {
  order: 4; }
.box-element.box-position-5 {
  order: 5; }
.box-element.box-position-6 {
  order: 6; }
.box-element.box-position-7 {
  order: 7; }
.box-element.box-position-8 {
  order: 8; }
.box-element.box-position-9 {
  order: 9; }
.box-element.box-position-10 {
  order: 10; }
@media only screen and (max-width: 52rem) {
  .box-element {
    flex: 1 1 100%;
    max-width: none; } }
.box-element .link-to-page {
  background-image: url('arrow-link-grey.817899cc81da3742.svg');
  display: block;
  position: absolute;
  bottom: 0;
  width: auto;
  margin-bottom: 1em; }
.box-element:hover:not(.touch-hover) {
  color: #ffffff; }
.box-element:hover:not(.touch-hover) h3 {
  color: #ffffff; }
.box-element:hover:not(.touch-hover) .link-to-page {
  background-image: url('arrow-link.29340270bb56556e.svg'); }
.box-element:hover:not(.touch-hover).box-red {
  background-color: #e90050; }
.box-element:hover:not(.touch-hover).box-yellow {
  background-color: #ffb900; }
.box-element:hover:not(.touch-hover).box-green {
  background-color: #00a7a7; }
.box-element:hover:not(.touch-hover).box-blue {
  background-color: #49bbd5; }
.box-element:hover:not(.touch-hover).box-light-green {
  background-color: #00a628; }
.box-element.box-active {
  order: -1; }

.publication-filter .dropdowns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: -2px; }
.publication-filter .dropdowns span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis; }
@media only screen and (max-width: 52rem) {
  .publication-filter .dropdowns {
    flex-flow: row wrap; } }
@media only screen and (max-width: 34rem) {
  .publication-filter .dropdowns {
    margin-left: 0; } }
.publication-filter .dropdowns .nice-select {
  flex: 0 1 32%;
  max-width: 30.8%; }
@media only screen and (max-width: 52rem) {
  .publication-filter .dropdowns .nice-select {
    flex: 1 1 100%;
    max-width: 100%; } }
.publication-filter .dropdowns .nice-select .option {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis; }

.publication-filter .publication-filter-search {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  flex: 1;
  margin-left: -2px; }
@media only screen and (max-width: 34rem) {
  .publication-filter .publication-filter-search {
    margin-left: 0; } }
.publication-filter .publication-filter-search .filter-input {
  width: 100%;
  margin-bottom: 1em; }
.publication-filter .publication-filter-search .filter-search, .publication-filter .publication-filter-search .filter-reset {
  height: 36px;
  width: 36px; }
.publication-filter .publication-filter-search .filter-search {
  background: #49bbd5 url('header-icon-search.4892c2dd4e8af84b.svg') no-repeat center center/60% 60%;
  border: none; }
.publication-filter .publication-filter-search .filter-reset {
  background: #151543 url('header-icon-close.58f2893411980903.svg') no-repeat center center/50% 50%;
  border: none; }

.publication-filter .email-field p {
  color: #5b5b5b;
  margin-bottom: 1em; }

.publication-filter .email-field .email-flex {
  display: flex;
  margin-bottom: 1em; }
.publication-filter .email-field .email-flex .email-input {
  overflow: hidden;
  flex: 1; }
.publication-filter .email-field .email-flex .email-search {
  flex: 0 0 36;
  width: 36px;
  height: 36px;
  border: none;
  background: #49bbd5 url('Akkordeon_plus_color_change.d53538459b58ad0d.svg') no-repeat center center/60% 60%; }

.publication-filter .email-field .error-message {
  color: #49bbd5;
  margin-bottom: 2rem; }

/*******************************/
/* layout default page         */
/*******************************/
.mainDiv {
  width: 100%;
  max-width: 1000px; }

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 0.1;
  min-height: 100%;
  width: 100%;
  background: #FFFFFF url('bit-raster.fcd16e405243eead.svg') repeat top left/8px 4px; }

.overlay-shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 2000;
  opacity: 0.5; }

html .overlay-modificator {
  overflow: hidden;
  position: fixed; }

.mainSection {
  width: 80%;
  float: left; }

/* Navigations */
nav a {
  display: block;
  text-decoration: none; }

/* all Titles */
/* content elements */
.ceTextImage, .ceTextImageText {
  width: 100%; }
.ceTextImage img, .ceTextImageText img {
  height: auto; }

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-ripple-color:rgba(0, 0, 0, 0.1)}html{--mat-option-selected-state-label-text-color:#673ab7;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ffd740;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#673ab7;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#673ab7;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-full-pseudo-checkbox-selected-icon-color:#ffd740;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ffd740;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, 0.87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#673ab7;--mdc-linear-progress-track-color:rgba(103, 58, 183, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ffd740;--mdc-linear-progress-track-color:rgba(255, 215, 64, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#673ab7;--mdc-filled-text-field-focus-active-indicator-color:#673ab7;--mdc-filled-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#673ab7;--mdc-outlined-text-field-focus-outline-color:#673ab7;--mdc-outlined-text-field-focus-label-text-color:rgba(103, 58, 183, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-focus-select-arrow-color:rgba(103, 58, 183, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);--mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ffd740;--mdc-filled-text-field-focus-active-indicator-color:#ffd740;--mdc-filled-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);--mdc-outlined-text-field-caret-color:#ffd740;--mdc-outlined-text-field-focus-outline-color:#ffd740;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 215, 64, 0.87);--mat-form-field-focus-select-arrow-color:rgba(255, 215, 64, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(103, 58, 183, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 215, 64, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mdc-dialog-container-shadow-color:#000;--mdc-dialog-container-shape:4px;--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-family:rounded;--mdc-chip-container-shape-radius:16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family:rounded;--mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1;--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-selected-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-flat-disabled-selected-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#673ab7;--mdc-chip-elevated-selected-container-color:#673ab7;--mdc-chip-elevated-disabled-container-color:#673ab7;--mdc-chip-flat-disabled-selected-container-color:#673ab7;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-elevated-container-color:#ffd740;--mdc-chip-elevated-selected-container-color:#ffd740;--mdc-chip-elevated-disabled-container-color:#ffd740;--mdc-chip-flat-disabled-selected-container-color:#ffd740;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-selected-label-text-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-disabled-trailing-icon-color:rgba(0, 0, 0, 0.87);--mat-chip-selected-trailing-icon-color:rgba(0, 0, 0, 0.87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1;--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#5e35b1;--mdc-switch-selected-handle-color:#5e35b1;--mdc-switch-selected-hover-state-layer-color:#5e35b1;--mdc-switch-selected-pressed-state-layer-color:#5e35b1;--mdc-switch-selected-focus-handle-color:#311b92;--mdc-switch-selected-hover-handle-color:#311b92;--mdc-switch-selected-pressed-handle-color:#311b92;--mdc-switch-selected-focus-track-color:#9575cd;--mdc-switch-selected-hover-track-color:#9575cd;--mdc-switch-selected-pressed-track-color:#9575cd;--mdc-switch-selected-track-color:#9575cd;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38)}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#ffb300;--mdc-switch-selected-handle-color:#ffb300;--mdc-switch-selected-hover-state-layer-color:#ffb300;--mdc-switch-selected-pressed-state-layer-color:#ffb300;--mdc-switch-selected-focus-handle-color:#ff6f00;--mdc-switch-selected-hover-handle-color:#ff6f00;--mdc-switch-selected-pressed-handle-color:#ff6f00;--mdc-switch-selected-focus-track-color:#ffd54f;--mdc-switch-selected-hover-track-color:#ffd54f;--mdc-switch-selected-pressed-track-color:#ffd54f;--mdc-switch-selected-track-color:#ffd54f}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:20px;--mdc-form-field-label-text-size:14px;--mdc-form-field-label-text-tracking:0.0178571429em;--mdc-form-field-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button{--mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#673ab7;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ffd740;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38)}html{--mdc-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}.mat-mdc-radio-button{--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:20px;--mdc-form-field-label-text-size:14px;--mdc-form-field-label-text-tracking:0.0178571429em;--mdc-form-field-label-text-weight:400}html{--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%);--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6}html{--mdc-slider-handle-color:#673ab7;--mdc-slider-focus-handle-color:#673ab7;--mdc-slider-hover-handle-color:#673ab7;--mdc-slider-active-track-color:#673ab7;--mdc-slider-inactive-track-color:#673ab7;--mdc-slider-with-tick-marks-inactive-container-color:#673ab7;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-ripple-color:#673ab7;--mat-slider-hover-state-layer-color:rgba(103, 58, 183, 0.05);--mat-slider-focus-state-layer-color:rgba(103, 58, 183, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mat-slider-ripple-color:#ffd740;--mat-slider-hover-state-layer-color:rgba(255, 215, 64, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 215, 64, 0.2);--mdc-slider-handle-color:#ffd740;--mdc-slider-focus-handle-color:#ffd740;--mdc-slider-hover-handle-color:#ffd740;--mdc-slider-active-track-color:#ffd740;--mdc-slider-inactive-track-color:#ffd740;--mdc-slider-with-tick-marks-inactive-container-color:#ffd740;--mdc-slider-with-tick-marks-active-container-color:rgba(0, 0, 0, 0.87)}html .mat-warn{--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:black;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text{color:#673ab7}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#673ab7}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mdc-secondary-navigation-tab-container-height:48px;--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#673ab7;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#673ab7;--mat-tab-header-active-ripple-color:#673ab7;--mat-tab-header-inactive-ripple-color:#673ab7;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#673ab7;--mat-tab-header-active-hover-label-text-color:#673ab7;--mat-tab-header-active-focus-indicator-color:#673ab7;--mat-tab-header-active-hover-indicator-color:#673ab7}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ffd740;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ffd740;--mat-tab-header-active-ripple-color:#ffd740;--mat-tab-header-inactive-ripple-color:#ffd740;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ffd740;--mat-tab-header-active-hover-label-text-color:#ffd740;--mat-tab-header-active-focus-indicator-color:#ffd740;--mat-tab-header-active-hover-indicator-color:#ffd740}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#673ab7;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ffd740;--mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, 0.87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:black;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black;--mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38)}.mat-mdc-checkbox{--mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px;--mat-checkbox-touch-target-display:block}.mat-mdc-checkbox{--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:20px;--mdc-form-field-label-text-size:14px;--mdc-form-field-label-text-tracking:0.0178571429em;--mdc-form-field-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false;--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false;--mdc-protected-button-container-shape:4px;--mdc-protected-button-keep-touch-target:false;--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px;--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0;--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px;--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px;--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-protected-button-container-shadow-color:#000;--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#673ab7;--mat-text-button-state-layer-color:#673ab7;--mat-text-button-ripple-color:rgba(103, 58, 183, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ffd740;--mat-text-button-state-layer-color:#ffd740;--mat-text-button-ripple-color:rgba(255, 215, 64, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336;--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#673ab7;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ffd740;--mdc-filled-button-label-text-color:black;--mat-filled-button-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#673ab7;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ffd740;--mdc-protected-button-label-text-color:black;--mat-protected-button-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#673ab7;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#673ab7;--mat-outlined-button-ripple-color:rgba(103, 58, 183, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ffd740;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#ffd740;--mat-outlined-button-ripple-color:rgba(255, 215, 64, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mdc-text-button-container-height:36px;--mdc-filled-button-container-height:36px;--mdc-outlined-button-container-height:36px;--mdc-protected-button-container-height:36px;--mat-text-button-touch-target-display:block;--mat-filled-button-touch-target-display:block;--mat-protected-button-touch-target-display:block;--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:0.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none;--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:0.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:0.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:0.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#673ab7;--mat-icon-button-state-layer-color:#673ab7;--mat-icon-button-ripple-color:rgba(103, 58, 183, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ffd740;--mat-icon-button-state-layer-color:#ffd740;--mat-icon-button-ripple-color:rgba(255, 215, 64, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-icon-size:24px;--mdc-fab-small-container-shape:50%;--mdc-fab-small-icon-size:24px;--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px}html{--mdc-fab-container-color:white;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-container-shadow-color:#000;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-fab-small-container-color:white;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shadow-color:#000;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-shadow-color:#000}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#673ab7;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ffd740;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#673ab7;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ffd740;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block;--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ffd740}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#673ab7}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ffd740}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#673ab7;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ffd740;--mat-badge-text-color:rgba(0, 0, 0, 0.87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1;--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#673ab7;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3);--mat-datepicker-toggle-active-state-icon-color:#673ab7;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(103, 58, 183, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-selected-state-background-color:#ffd740;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 215, 64, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ffd740}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#673ab7}.mat-icon.mat-accent{--mat-icon-color:#ffd740}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#673ab7;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#673ab7;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#673ab7;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-selected-state-icon-background-color:#ffd740;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-done-state-icon-background-color:#ffd740;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-edit-state-icon-background-color:#ffd740;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, 0.87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#673ab7;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ffd740;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, 0.87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
html, body { height: 100%; }

.site-gap {
  padding-left: 0;
  padding-right: 0;
}

h1, h2, h3, h4 {
  color: #000;
  margin: 0 0 .4em;
  font-size: 1.6em;
  font-family: AkkoRegular,sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 1.2em;
}

.site-center {
  max-width: none;
}

.site-center-wide {
  max-width: none;
}

.main-content-div {
  color:black;
  height: auto !important;
  flex-grow: 1;
}

.mat-drawer-container {
  background-color: #fff0;
}

.mat-drawer {
  background-color: #f6f6f6;
}

.main-div {
  padding-top: 0;
}

.main-header {
  position: initial;
}


.main-div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mainContentWrapper {
  padding: 1rem;
  min-width: 400px;
}

mat-progress-bar .mat-progress-bar-buffer {
  background: #E4E8EB;
}

mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #56d959;
}
.p0 {
  padding: 0 !important;
}

.divlogo {
  margin-left: 0.3rem;
  width: 76px;
}

.main-header .pr1rem {
  padding-right: 1rem;
}

.sidenavContainer {
  height: 100%;
}

.sidenav .customContentWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex {
  flex: 1 0 auto;
}

.flexJustifyContent {
  display: flex;
  justify-content: space-between;
}

.p2bottom {
  padding: 2em 0;
}

.reportABugWeakness {
  color: #cacaca;
  font-size: .6rem;
  text-align: center;
  border-top: 1px solid #cacaca;
  padding: .2rem 0;
  cursor: pointer;
}

.blackText {
  color: #000000;
  cursor: default;
}

.menuToolbar {
  height: 2.5rem;
  display:flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: .5rem;
}

.menuLinkContainer {
  flex-grow: 1;
}

.menuLinkContainer > div {
  padding-bottom: .2rem;
}

.iconLink {
  cursor: pointer;
  padding-left: 0.2rem;
  display: flex;
}

.textLink {
  cursor: pointer;
  text-decoration: underline;
}

.textLink:hover {
  color: #ffb900;
}

.iconLink:hover {
  color: #ffb900;
}

.iconLink.active{
  background-color: #e0e0e0;
}

.iconHelp {
  cursor: help;
}

.hide {
  color: #fff0;
  cursor: default;
}

.reportABugWrapper {
  width: 100%;
  padding: .5rem 0;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.reportABugWrapper mat-form-field:not(:last-child) {
  width: 100%;
  padding-bottom: .5rem;
}

.required p{
  color: red;
  font-size: .6rem;
}

.reportABugButtons {
  display: flex;
  justify-content: flex-end;
}

.reportABugButtons button:not(:last-child){
  margin-right: 1rem;
}

.fontsize_point75 {
  font-size: .75rem;
}

.filterFixed {
  position: fixed;
  z-index: 200;
  top: -1rem;
  background-color: #dededef5 !important;
}

.clickableMatIcon {
  cursor: pointer;
}

.matIconTransitioned180deg {
  transform: rotate(180deg);
  transition: transform 550ms ease;
}

.matIconTransitioned0deg {
  transform: rotate(0deg);
  transition: transform 550ms ease;
}

.breakAllWords {
  word-break: break-all;
}

/*left sidenav style override*/
mat-sidenav:not(.mat-drawer-opened) {
  transform: none !important;
  visibility: visible !important;
  width: 2.5rem !important;
  overflow: hidden;
}
mat-sidenav:not(.mat-drawer-opened) .navigation-item-label {
  display: none !important;
}

.mat-drawer-transition .mat-drawer-content {
  transition-duration: 0s !important;
  transition-timing-function: linear !important;
  transition-property: none !important;
}

.mat-drawer[style*="visibility: hidden"] {
  display: flex !important;
}

.sidenavContainerPad {
  padding-left: 2.5rem;
}

.lengthMaxContent {
  width: max-content;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-danger {
  color: #e90050;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-ok {
  color: #00a628;
  background-color: #daf8d7;
  border-color: #cbf5c6;
}

details summary::-webkit-details-marker {
  display:none;
}

details > summary:first-of-type {
  list-style-type: none;
}

.myTooltip {
  white-space: pre-line;
}

.testplotline {
  stroke: #bdbdbd;
  stroke-dasharray: 10,10;
}

.tableWrapper {
  width: 100%;
  overflow-x: scroll;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
  url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff) format('woff'),
  url(https://ux.cnlab.ch/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  justify-content: center;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

div .format-icon {
  display: flex;
  flex-direction: row;
  align-content: center;
  font-size: 18px;
}
div .format-icon .mat-icon
{
  overflow: visible !important;
}

.cdk-overlay-container {
  position: fixed ;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1000; /* Material manages stacking, but ensure no lower than your header */

}
.cdk-overlay-container button.mat-mdc-menu-item span.mat-mdc-menu-item-text{
  font-family: AkkoRegular,sans-serif;

}


.cdk-overlay-pane {
  position: absolute ;
  pointer-events: auto;

}

