/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-badge-content {
  font-size: 0.7rem !important;
  font-family: AkzidenzGroteskBQ_500, sans-serif;
}

.mat-badge-small .mat-badge-content {
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-mdc-button-ripple::after {
  background-color: blue !important;
}

.mdc-button {
  border-radius: 0 !important;
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
  padding: 12px 20px !important;
}
.mdc-button .mdc-button__label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
}
.mdc-button .mdc-button__label mat-icon {
  display: block !important;
}
.mdc-button.mat-mdc-button {
  width: -moz-fit-content;
  width: fit-content;
}
.mdc-button.mat-warn .mdc-button__label {
  color: #FFFFFF;
}
.mdc-button.mat-accent:disabled {
  color: #80B3FF;
}
.mdc-button.fw700 .mdc-button__label {
  font-family: AkzidenzGroteskBQ_700, sans-serif;
}
.mdc-button.bg_primary_100 {
  background-color: #F0E0FF !important;
}
.mdc-button.color_primary_700 {
  color: #7434F2 !important;
}
.mdc-button.color_black_inactive {
  color: #929292 !important;
}
.mdc-button.full_width {
  width: 100% !important;
}
.mdc-button.block {
  display: block !important;
}
.mdc-button.margin_auto {
  display: block !important;
  margin: auto;
}
.mdc-button.margin_top_large {
  margin-top: 34px;
}

.mdc-icon-button {
  display: flex !important;
  align-items: center !important;
}
.mdc-icon-button.white mat-icon.mat-icon {
  color: #FFFFFF !important;
}
.mdc-icon-button.mat-warn mat-icon.mat-icon {
  color: #FF530A;
}
.mdc-icon-button.mat-accent:disabled {
  color: #80B3FF;
}
.mdc-icon-button.full_height {
  height: 100% !important;
}
.mdc-icon-button.mini_mat_icon_button {
  width: 33px !important;
  height: 33px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdc-icon-button.mini_mat_icon_button mat-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}

.button_large {
  height: 52px !important;
  min-width: 160px !important;
  cursor: pointer;
  position: relative;
  outline: none !important;
  border: none !important;
}
.button_large .mdc-button__label {
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
  min-width: 100% !important;
  width: 100% !important;
  position: relative;
}
.button_large img {
  position: absolute;
  left: 0;
  height: 24px;
  top: calc(50% - 12px);
}
.button_large mat-icon.mat-icon {
  position: absolute;
  font-size: 24px !important;
  left: 20px;
  top: calc(50% - 12px);
}
@media (max-width: 599px) {
  .button_large {
    width: 100% !important;
  }
}

.button_large_clear {
  height: 52px !important;
  min-width: 160px !important;
  cursor: pointer;
  position: relative;
  border: 1px solid #E6CCFF !important;
}
.button_large_clear .mdc-button__label {
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
  min-width: 100% !important;
  width: 100% !important;
  position: relative;
}
.button_large_clear img {
  position: absolute;
  left: 0;
  height: 24px;
  top: calc(50% - 12px);
}
.button_large_clear mat-icon.mat-icon {
  position: absolute;
  font-size: 24px !important;
  left: 20px;
  top: calc(50% - 12px);
}
@media (max-width: 599px) {
  .button_large_clear {
    width: 100% !important;
  }
}

.button_medium {
  height: 43px !important;
  min-width: 120px !important;
  padding: 0px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem !important;
  outline: none !important;
  border: none !important;
}
.button_medium .mdc-button__label {
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
}

.mat-mdc-unelevated-button {
  transition: background-color 0.3s ease;
}
.mat-mdc-unelevated-button.mat-primary:disabled {
  background-color: #F0E0FF !important;
}
.mat-mdc-unelevated-button.mat-warn:disabled {
  background-color: #ffeae2 !important;
}
.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before {
  background-color: #4807C9 !important;
}
.mat-mdc-unelevated-button .mat-ripple-element {
  background-color: rgba(72, 7, 201, 0.2) !important;
}

.corner_action_button {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
}
.corner_action_button .mat-icon {
  color: #929292;
}
.corner_action_button.adjust_more {
  top: -9px !important;
  right: -12px !important;
}

.mat-mdc-unelevated-button.mat-warn:disabled {
  background-color: #FF530A !important;
}

.no_shadow {
  box-shadow: none !important;
}

.square {
  border-radius: 5px !important;
}
.square .mat-ripple,
.square .mat-mdc-button-persistent-ripple {
  border-radius: 5px !important;
}

.mat-mdc-mini-fab mat-icon {
  font-size: 21px;
  line-height: 21px;
}

.mat-mdc-fab.bg_white_high_emphasis {
  background-color: #FFFFFF;
}
.mat-mdc-fab.bg_white_high_emphasis .mat-mdc-button-persistent-ripple::before {
  background-color: #310093 !important;
}
.mat-mdc-fab.bg_white_high_emphasis .mat-ripple-element {
  background-color: rgba(72, 7, 201, 0.2) !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
mat-card.mat-mdc-card {
  border-radius: 0 !important;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.11);
}
mat-card.mat-mdc-card.pink_shadow {
  box-shadow: 0px 4px 12px 0px rgba(241, 155, 255, 0.3137254902) !important;
}
mat-card.mat-mdc-card.pink_shadow.mat_card_hover:hover {
  box-shadow: 0px 9px 15px 0px rgba(241, 155, 255, 0.3764705882) !important;
}
mat-card.mat-mdc-card.no_shadow {
  box-shadow: none !important;
}
mat-card.mat-mdc-card.mat_card_hover {
  cursor: pointer;
  transition: all 0.31s ease;
}
mat-card.mat-mdc-card.mat_card_hover:hover {
  transform: translateY(-5px) scale(1.01);
}
mat-card.mat-mdc-card.flex {
  display: flex !important;
}
mat-card.mat-mdc-card .elevation_fix {
  box-shadow: 0px 4px 12px 0px rgba(241, 155, 255, 0.3137254902) !important;
}
mat-card.mat-mdc-card:focus-visible {
  outline: none;
}

mat-card-content.mat-mdc-card-content {
  padding: 20px 22px !important;
}
mat-card-content.mat-mdc-card-content.flex {
  display: flex !important;
}
@media (max-width: 599px) {
  mat-card-content.mat-mdc-card-content {
    padding: 15px 16px !important;
  }
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-mdc-checkbox {
  margin-bottom: 20px;
}
.mat-mdc-checkbox.no_bottom_spacing {
  margin-bottom: unset !important;
}

.mdc-checkbox__checkmark {
  color: #FFFFFF !important;
}

.mdc-form-field {
  font-size: 1rem !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-mdc-chip {
  padding: 1px 3px 0 4px;
}
.mat-mdc-chip mat-icon {
  font-size: 18px !important;
}
.mat-mdc-chip.bg_accent_50 {
  background-color: #E3EfFF !important;
}
.mat-mdc-chip.pointer {
  cursor: pointer !important;
}
.mat-mdc-chip .mdc-evolution-chip__action--presentational {
  cursor: inherit !important;
}
.mat-mdc-chip .mat-mdc-chip-action-label {
  display: flex !important;
  align-items: center !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-mdc-dialog-surface {
  margin-bottom: 3vh;
  padding: 41px 43px !important;
}
@media (min-width: 960px) and (max-width: 1279px) {
  .mat-mdc-dialog-surface {
    padding: 38px 40px !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .mat-mdc-dialog-surface {
    padding: 33px 34px !important;
  }
}
@media (max-width: 599px) {
  .mat-mdc-dialog-surface {
    padding: 22px 23px !important;
  }
}

.mdc-dialog .mdc-dialog__content {
  padding: 0 !important;
  max-height: 72vh;
  color: #000000 !important;
}
.mdc-dialog .mdc-dialog__content.no_max_height {
  max-height: unset;
}

.mdc-dialog__actions {
  padding: 20px 0 0 0 !important;
  min-height: unset !important;
}

.mat-mdc-dialog-actions .mat-mdc-button-base + .mat-mdc-button-base {
  margin-left: 20px !important;
}

.large_dialog {
  width: calc(800px + 14vw - 86px);
}
@media (min-width: 960px) and (max-width: 1279px) {
  .large_dialog {
    width: calc(750px + 10vw - 80px);
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .large_dialog {
    width: calc(100vw - 80px - 68px);
  }
}
@media (max-width: 599px) {
  .large_dialog {
    width: calc(100vw - 80px - 46px);
  }
}

.medium_dialog {
  width: calc(680px + 10vw - 86px);
}
@media (min-width: 960px) and (max-width: 1279px) {
  .medium_dialog {
    width: calc(580px + 10vw - 80px);
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .medium_dialog {
    width: calc(460px + 10vw - 68px);
  }
}
@media (max-width: 599px) {
  .medium_dialog {
    width: calc(100vw - 80px - 46px);
  }
}

.small_dialog {
  width: calc(520px + 8vw - 86px);
}
@media (min-width: 600px) and (max-width: 959px) {
  .small_dialog {
    width: calc(430px + 8vw - 68px);
  }
}
@media (max-width: 599px) {
  .small_dialog {
    width: calc(100vw - 80px - 46px);
  }
}

.very_small_dialog {
  width: 514px;
}
@media (max-width: 599px) {
  .very_small_dialog {
    width: calc(100vw - 80px - 46px);
  }
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-accordion.pink_shadow .mat-expansion-panel {
  box-shadow: 0px 4px 12px 0px rgba(241, 155, 255, 0.3137254902) !important;
}

@media (max-width: 599px) {
  .mat-expansion-panel {
    margin-left: -1.4rem !important;
    margin-right: -1.4rem !important;
  }
}

.mat-expansion-panel-header {
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-user-select: none;
  user-select: none;
}
.mat-expansion-panel-header:hover {
  background-color: #f8f5fa !important;
}
.mat-expansion-panel-header.bg_warning_light {
  background-color: #fff9df !important;
}
.mat-expansion-panel-header.bg_warning_light:hover {
  background-color: #fff5ce !important;
}
.mat-expansion-panel-header .mat-expansion-panel-header-title {
  padding: 16px 0;
}
@media (max-width: 599px) {
  .mat-expansion-panel-header .mat-expansion-panel-header-title {
    padding: 14px 0;
  }
}

.mat-expansion-panel-content .mat-expansion-panel-body {
  padding-bottom: 23px;
}
.mat-expansion-panel-content .expansion_panel_body {
  padding-top: 34px;
}

.mat-expansion-panel-header-description, .mat-expansion-indicator::after {
  color: #000000 !important;
  border-width: 0 3px 3px 0 !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-icon {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  vertical-align: middle;
  flex-shrink: 0;
}
.mat-icon.color_black_inactive {
  color: #929292;
}
.mat-icon svg {
  width: 100% !important;
  height: 100% !important;
}

a.color_accent_500:hover {
  color: #0066FF;
}
a.color_accent_500:hover .mat-icon {
  color: #80B3FF;
}

.mat-mdc-form-field-icon-prefix > .mat-icon {
  padding-right: 9px !important;
}

.mat-mdc-form-field-icon-prefix > .mat-icon {
  padding-left: 9px;
}

mat-form-field mat-icon.mat-icon {
  color: #929292;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
mat-form-field {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 6px;
}
mat-form-field .mat-mdc-form-field-error-wrapper {
  padding-top: 2px !important;
}
mat-form-field.no_top_spacing {
  margin-top: unset;
}
mat-form-field.no_bottom_spacing {
  margin-bottom: unset;
}
mat-form-field.no_vertical_spacing {
  margin-top: unset;
  margin-bottom: unset;
}
mat-form-field.no_vertical_spacing .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
mat-form-field.readonly {
  pointer-events: none;
}
mat-form-field.readonly .mdc-text-field {
  background-color: #f4f4f4;
}
mat-form-field .mdc-text-field--disabled {
  background-color: #f4f4f4;
}
mat-form-field.micro_mff {
  margin-top: unset;
  margin-bottom: unset;
  width: 56px !important;
}
mat-form-field.micro_mff .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
mat-form-field.micro_mff .mat-mdc-form-field-infix {
  padding: 6px !important;
}
mat-form-field.micro_mff .mat-mdc-text-field-wrapper {
  padding: 0 !important;
}
mat-form-field.micro_mff .mat-mdc-select-min-line {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
mat-form-field.micro_mff input {
  text-align: center;
}

.mat-mdc-form-field-infix {
  min-height: unset !important;
  width: unset !important;
}

mat-error {
  color: #FF530A !important;
  font-size: 0.84rem !important;
}
mat-error:not(:first-child) {
  display: none;
}

.fake_mat_error_container {
  height: 16px;
  margin-bottom: 20px;
  padding: 0 16px;
}
.fake_mat_error_container .fake_mat_error {
  color: #FF530A !important;
  font-size: 0.84rem !important;
  animation-name: fme_animation;
  animation-duration: 0.42s;
  animation-iteration-count: 1;
}
.fake_mat_error_container.margin_bottom_0 {
  margin-bottom: 0;
}
.fake_mat_error_container.padding_left_0 {
  padding-left: 0;
}

@keyframes fme_animation {
  from {
    transform: translateY(-5px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.mdc-notched-outline * {
  border-radius: 0 !important;
  border-color: #D7D7D7 !important;
}

.mdc-text-field--invalid .mdc-notched-outline * {
  border-color: #FF530A !important;
}

.mat-mdc-form-field-flex {
  padding-left: 3px;
  padding-right: 3px;
}

.mat-mdc-form-field-textarea-control {
  resize: none !important;
  line-height: 1.55 !important;
}

.mat-mdc-form-field-hint {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
  color: #4e4e4e;
}

.mat-form-field-appearance-fill mat-label {
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
}
.mat-form-field-appearance-fill .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #CC99FF !important;
}
.mat-form-field-appearance-fill .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #000000;
}
.mat-form-field-appearance-fill .mdc-text-field--disabled {
  background-color: #f4f4f4 !important;
}
.mat-form-field-appearance-fill .mdc-text-field--disabled.mdc-line-ripple::before {
  border-bottom-color: #000000;
}

.mdc-text-field--filled {
  background-color: #FFFFFF !important;
}

.mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}

.mat-form-field-disabled .mat-mdc-select-arrow-wrapper {
  visibility: hidden !important;
}

.mat-mdc-select-arrow-wrapper {
  height: 20px !important;
}

.mdc-text-field__input::placeholder,
.mat-mdc-select-placeholder {
  color: #929292 !important;
}

.mat-mdc-form-field-icon-suffix {
  display: flex;
  gap: 2px;
}

.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-form-field-infix {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: #f8f5fa !important;
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.mat-mdc-option:hover:not(.mdc-list-item--disabled) .mat-pseudo-checkbox,
.mat-mdc-option:hover:not(.mdc-list-item--disabled) .mat-pseudo-checkbox::after, .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.mat-mdc-option:focus:not(.mdc-list-item--disabled) .mat-pseudo-checkbox,
.mat-mdc-option:focus:not(.mdc-list-item--disabled) .mat-pseudo-checkbox::after, .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,
.mat-mdc-option.mat-mdc-option-active .mat-pseudo-checkbox,
.mat-mdc-option.mat-mdc-option-active .mat-pseudo-checkbox::after, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mat-pseudo-checkbox,
.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mat-pseudo-checkbox::after {
  color: #9966FF !important;
}

/*

.mat-form-field-outline {
	background-color: $color_white_high_emphasis;
	transition: $transition_fast;
	border-radius: 3px !important;
}

form.disabled .mat-form-field,


.mat-form-field-disabled {

	.mat-form-field-outline * {
		border-color: #d0d0d0 !important;
	}

	.mat-select-arrow {
		display: none !important;
	}
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
	color: $color_error;
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
	color: $color_accent_500 !important;
}

.mat-form-field-appearance-outline .mat-form-field-suffix {
	// Para poner más de un matSuffix
	top: 0.2em !important;
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;	// Sin esto, si le pongo un span antes de un ícono se rompe. Poner priemro el ícono y después el span para que el span aparezca a la izqueirda y bien alineado
	gap: 7px;
	* {
		margin: 0 !important;
		padding: 0 !important;
	}

	.span_suffix {
		transform: translateY(-2px);
	}
}

.mat-select-placeholder {
	// El mat select por algún motivo no tiene el mismo color de placeholder que el input
	color: #c6c6c6 !important;
}

*/
.mat-mdc-menu-panel.pink_shadow {
  box-shadow: 0px 4px 4px -3px rgba(241, 155, 255, 0.2), 0px 6px 7px 1px rgba(241, 155, 255, 0.1647058824), 0px 3px 9px 2px rgba(241, 155, 255, 0.1058823529) !important;
}
.mat-mdc-menu-panel.pink_shadow.mat_card_hover:hover {
  box-shadow: 0px 8px 15px 0px rgba(241, 155, 255, 0.3764705882) !important;
}
.mat-mdc-menu-panel.header_mat_menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mat-mdc-menu-panel.header_mat_menu .mat-mdc-menu-item {
  min-width: 280px;
}
.mat-mdc-menu-panel.header_mat_menu .mat-mdc-menu-content {
  padding-top: 0 !important;
}
.mat-mdc-menu-panel.notifications_menu {
  overflow: hidden;
  width: 360px;
  max-width: 360px !important;
}
.mat-mdc-menu-panel.notifications_menu .mat-mdc-menu-item {
  width: 100%;
}
.mat-mdc-menu-panel.notifications_menu .mat-mdc-menu-content {
  padding-bottom: 0 !important;
}
.mat-mdc-menu-panel.user_menu .mat-mdc-menu-item {
  min-width: 320px !important;
}
.mat-mdc-menu-panel.no_max_width {
  max-width: unset !important;
}

.mat-mdc-menu-item {
  min-height: unset !important;
  padding: 13px 18px !important;
  display: flex !important;
}
.mat-mdc-menu-item :last-child {
  margin-bottom: unset;
}
.mat-mdc-menu-item .mdc-list-item__primary-text {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
  font-size: 1rem !important;
  width: 100%;
}
.mat-mdc-menu-item .mdc-list-item__primary-text {
  display: inherit !important;
  gap: inherit !important;
  align-items: inherit !important;
  justify-content: inherit !important;
}
.mat-mdc-menu-item.justify_content_center {
  justify-content: center !important;
}
.mat-mdc-menu-item:hover:not([disabled]) {
  background: #f8f5fa !important;
}

.mat_menu_routerLinkActive {
  background-color: #f4f4f4 !important;
  color: #7434F2 !important;
}
.mat_menu_routerLinkActive mat-icon.mat-icon {
  color: #7434F2 !important;
}
.mat_menu_routerLinkActive span {
  color: #7434F2 !important;
}
.mat_menu_routerLinkActive:hover {
  background: #f8f5fa !important;
}

/*
.cdk-overlay-connected-position-bounding-box {
	top: 0 !important;
	left: 0 !important;
	position: absolute !important;
}
.cdk-overlay-pane {
	top: 0 !important;
	left: 0 !important;
	position: absolute !important;
}
*/
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-mdc-paginator {
  border: 1px solid #D7D7D7;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
  padding-left: 12px;
  margin-right: 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-form-field {
  margin-left: 20px;
}
@media (max-width: 959px) {
  .mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
    padding: 6px 0;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  margin-left: 0;
}
@media (max-width: 959px) {
  .mat-mdc-paginator .mat-mdc-paginator-container {
    flex-direction: column !important;
    align-items: center !important;
  }
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
mat-tab-group.hide_mat_tabs mat-tab-header.mat-mdc-tab-header {
  display: none !important;
}
mat-tab-group.fixed_height_tabs {
  height: 100% !important;
}
mat-tab-group.fixed_height_tabs .mat-mdc-tab-body-wrapper {
  height: 100% !important;
}
mat-tab-group.with_negative_margin .mat-mdc-tab-body-wrapper {
  margin: 0 -2.2rem;
}
mat-tab-group.with_negative_margin .mat-mdc-tab-body-content {
  padding: 10px 2.2rem 16px 2.2rem;
}
@media (max-width: 599px) {
  mat-tab-group.with_negative_margin.edgeless_on_xs .mat-mdc-tab-body-wrapper {
    margin: 0;
  }
  mat-tab-group.with_negative_margin.edgeless_on_xs .mat-mdc-tab-body-content {
    padding: 10px 0 16px 0;
  }
}
mat-tab-group.with_negative_margin:not(.edgeless_on_xs) .mat-mdc-tab-body-wrapper {
  margin: 0 -5px;
}
mat-tab-group.with_negative_margin:not(.edgeless_on_xs) .mat-mdc-tab-body-content {
  padding: 10px 5px 16px 5px;
}
mat-tab-group:not(.with_negative_margin) .mat-mdc-tab-body-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mat-mdc-tab-header {
  margin-bottom: 20px;
  -webkit-user-select: none;
  user-select: none;
}

.mdc-tab-indicator__content--underline {
  border-top-width: 3px !important;
  border-spacing: 50px;
}

.mat-mdc-tab-list {
  border-bottom: 1px solid #D7D7D7;
}

.mdc-tab__text-label {
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
}

/*
.mat-ink-bar {
	height: 4px !important;
	background-color: $color_accent_500 !important;
}

.mat-tab-label.cdk-focused,
.mat-tab-label.cdk-mouse-focused {
	color: $color_accent_500;
}

.mat-tab-body-content {
	width: 100% !important;
}
*/
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mdc-switch {
  margin-right: 12px !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mdc-snackbar {
  margin-bottom: 34px !important;
  -webkit-user-select: none;
  user-select: none;
}
.mdc-snackbar .mdc-snackbar__label {
  font-family: AkzidenzGroteskBQ_500, sans-serif !important;
  font-size: 0.84rem !important;
  padding: 18px 17px !important;
}
.mdc-snackbar .mdc-snackbar__surface {
  border-radius: unset !important;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.15), 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.mdc-snackbar .mat-mdc-snack-bar-action .mdc-button__label {
  font-size: 0.84rem !important;
}
.mdc-snackbar.success .mdc-snackbar__surface {
  background-color: #F1FFF0;
}
.mdc-snackbar.success .mdc-snackbar__label {
  color: #23990c;
}
.mdc-snackbar.error .mdc-snackbar__surface {
  background-color: #ffeae2;
}
.mdc-snackbar.error .mdc-snackbar__label {
  color: #FF530A;
}
.mdc-snackbar.error .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #000000 !important;
}
.mdc-snackbar.neutral .mdc-snackbar__surface {
  background-color: #F9F3FF;
}
.mdc-snackbar.neutral .mdc-snackbar__label {
  color: #9966FF;
}
.mdc-snackbar.neutral .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #000000 !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mat-mdc-progress-spinner.black svg circle {
  stroke: #4e4e4e;
}
.mat-mdc-progress-spinner.gray svg circle {
  stroke: #929292;
}
.mat-mdc-progress-spinner.accent_300 svg circle {
  stroke: #4D94FF;
}
.mat-mdc-progress-spinner.primary_500 svg circle {
  stroke: #CC99FF;
}
.mat-mdc-progress-spinner.primary_600 svg circle {
  stroke: #9966FF;
}
.mat-mdc-progress-spinner.faster .mdc-circular-progress__indeterminate-container {
  animation-duration: 1254ms !important;
}
.mat-mdc-progress-spinner.faster .mdc-circular-progress__spinner-layer {
  animation-duration: 4265ms !important;
}
.mat-mdc-progress-spinner.faster .mdc-circular-progress__indeterminate-circle-graphic {
  animation-duration: 1066ms !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
table.mat-mdc-table {
  width: 100%;
  table-layout: fixed;
}
table.mat-mdc-table thead tr.mat-mdc-header-row th.mat-mdc-header-cell {
  padding-right: 20px;
  padding-left: 1px;
  border: none;
  color: #929292;
  font-size: 0.84rem;
}
table.mat-mdc-table thead tr.mat-mdc-header-row th.mat-mdc-header-cell:last-of-type {
  padding-right: 0;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) {
  height: 56px;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) td.mat-mdc-cell {
  padding: 0 20px 0 1px;
  border: none;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) td.mat-mdc-cell:last-of-type {
  padding-right: 0;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) td.mat-mdc-cell.mat-column-expand .mat-icon {
  font-size: 26px;
  transform: translateX(5px);
  color: #CC99FF;
  transition: all 0.14s ease-out;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) td.mat-mdc-cell.mat-column-expand .mat-icon.row_expanded {
  transform: rotateZ(180deg);
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) td.mat-mdc-cell.expandable_mat_cell {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row) td.mat-mdc-cell.expandable_mat_cell .expandable_mat_cell_content {
  position: relative;
  padding: 18px 24px 20px 24px;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).spacing {
  pointer-events: none;
  height: 20px;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).spacing.with_line:not(:last-of-type) {
  height: 34px;
  position: relative;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).spacing.with_line:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #D7D7D7;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).spacing:first-of-type {
  height: 6px;
}
@media (max-width: 959px) {
  table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).spacing {
    height: 17px;
  }
  table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).spacing.with_line {
    height: 25.5px;
  }
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).mobile_row {
  cursor: pointer;
  position: relative;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).mobile_row:hover {
  background-color: #f8f5fa;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).mobile_row:hover ::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 100%;
  width: 100vw;
  background-color: inherit;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).mobile_row:hover ::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  width: 100vw;
  background-color: inherit;
}
table.mat-mdc-table tbody.mdc-data-table__content tr.mat-mdc-row:not(.mat-mdc-no-data-row).expanded_row {
  height: unset !important;
}
table.mat-mdc-table.with_hover .mat-mdc-row:hover td.mat-mdc-cell {
  cursor: pointer;
  background-color: #f8f5fa;
}
table.mat-mdc-table.make_room_for_progress_bar th.mat-mdc-header-cell {
  padding-bottom: 4px !important;
}

.cdk-column-more.mat-column-more,
.cdk-column-expand.mat-column-expand {
  width: 52px !important;
  text-overflow: unset !important;
}
.cdk-column-more.mat-column-more > *,
.cdk-column-expand.mat-column-expand > * {
  float: right;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
mat-tooltip-component .mdc-tooltip__surface {
  background-color: #4e4e4e;
  padding: 6px 10px;
  border-radius: 1px;
  font-size: 0.82rem;
}
mat-tooltip-component .lower {
  margin-top: 8px;
}

.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);
}
.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: transparent;
  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: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 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-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cc99ff);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #0066ff);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #ff530a);
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #cc99ff;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #cc99ff;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0066ff;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0066ff;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0066ff;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0066ff;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff530a;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff530a;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  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;
}

.mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
}

.mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}

.mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}

.mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 2.2rem);
  line-height: var(--mdc-typography-headline6-line-height, 1);
  font-weight: var(--mdc-typography-headline6-font-weight, 400);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}

.mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 1.15rem);
  line-height: var(--mdc-typography-subtitle2-line-height, 1);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #cc99ff;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(204, 153, 255, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(204, 153, 255, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #0066ff;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 102, 255, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 102, 255, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff530a;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 83, 10, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 83, 10, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: AkzidenzGroteskBQ_400, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.84rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #cc99ff);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #cc99ff);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #cc99ff);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(204, 153, 255, 0.87);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #ff530a);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(204, 153, 255, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(0, 102, 255, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 83, 10, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #0066ff);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #0066ff);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 102, 255, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #0066ff);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 83, 10, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #ff530a);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1.56rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1.56rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1.56rem);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 0.84rem);
  line-height: var(--mdc-typography-caption-line-height, 1.4);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-form-field,
.mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(1rem * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cc99ff);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #cc99ff);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(204, 153, 255, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(0, 102, 255, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 83, 10, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 83, 10, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1.56rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1;
}

.mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cc99ff);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #cc99ff);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1.56rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1;
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: AkzidenzGroteskBQ_700, sans-serif;
  --mdc-dialog-subhead-line-height: 1;
  --mdc-dialog-subhead-size: 2.2rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: AkzidenzGroteskBQ_400, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1;
  --mdc-dialog-supporting-text-size: 1rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #cc99ff;
  --mdc-chip-elevated-disabled-container-color: #cc99ff;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0066ff;
  --mdc-chip-elevated-disabled-container-color: #0066ff;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff530a;
  --mdc-chip-elevated-disabled-container-color: #ff530a;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}

.mat-mdc-chip-focus-overlay {
  background: black;
}

.mat-mdc-chip {
  height: 32px;
}

.mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.84rem);
  line-height: var(--mdc-typography-body2-line-height, 1.4);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #9966ff;
  --mdc-switch-selected-handle-color: #9966ff;
  --mdc-switch-selected-hover-state-layer-color: #9966ff;
  --mdc-switch-selected-pressed-state-layer-color: #9966ff;
  --mdc-switch-selected-focus-handle-color: #310093;
  --mdc-switch-selected-hover-handle-color: #310093;
  --mdc-switch-selected-pressed-handle-color: #310093;
  --mdc-switch-selected-focus-track-color: #dbb8ff;
  --mdc-switch-selected-hover-track-color: #dbb8ff;
  --mdc-switch-selected-pressed-track-color: #dbb8ff;
  --mdc-switch-selected-track-color: #dbb8ff;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #3300ff;
  --mdc-switch-selected-handle-color: #3300ff;
  --mdc-switch-selected-hover-state-layer-color: #3300ff;
  --mdc-switch-selected-pressed-state-layer-color: #3300ff;
  --mdc-switch-selected-focus-handle-color: #1b0088;
  --mdc-switch-selected-hover-handle-color: #1b0088;
  --mdc-switch-selected-pressed-handle-color: #1b0088;
  --mdc-switch-selected-focus-track-color: #4d94ff;
  --mdc-switch-selected-hover-track-color: #4d94ff;
  --mdc-switch-selected-pressed-track-color: #4d94ff;
  --mdc-switch-selected-track-color: #4d94ff;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ff4c09;
  --mdc-switch-selected-handle-color: #ff4c09;
  --mdc-switch-selected-hover-state-layer-color: #ff4c09;
  --mdc-switch-selected-pressed-state-layer-color: #ff4c09;
  --mdc-switch-selected-focus-handle-color: #ff2903;
  --mdc-switch-selected-hover-handle-color: #ff2903;
  --mdc-switch-selected-pressed-handle-color: #ff2903;
  --mdc-switch-selected-focus-track-color: #ff8754;
  --mdc-switch-selected-hover-track-color: #ff8754;
  --mdc-switch-selected-pressed-track-color: #ff8754;
  --mdc-switch-selected-track-color: #ff8754;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.84rem);
  line-height: var(--mdc-typography-body2-line-height, 1.4);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #cc99ff;
  --mdc-radio-selected-hover-icon-color: #cc99ff;
  --mdc-radio-selected-icon-color: #cc99ff;
  --mdc-radio-selected-pressed-icon-color: #cc99ff;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #cc99ff;
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #0066ff;
  --mdc-radio-selected-hover-icon-color: #0066ff;
  --mdc-radio-selected-icon-color: #0066ff;
  --mdc-radio-selected-pressed-icon-color: #0066ff;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0066ff;
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #ff530a;
  --mdc-radio-selected-hover-icon-color: #ff530a;
  --mdc-radio-selected-icon-color: #ff530a;
  --mdc-radio-selected-pressed-icon-color: #ff530a;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff530a;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.84rem);
  line-height: var(--mdc-typography-body2-line-height, 1.4);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #cc99ff;
  --mdc-slider-focus-handle-color: #cc99ff;
  --mdc-slider-hover-handle-color: #cc99ff;
  --mdc-slider-active-track-color: #cc99ff;
  --mdc-slider-inactive-track-color: #cc99ff;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #cc99ff;
  --mat-mdc-slider-ripple-color: #cc99ff;
  --mat-mdc-slider-hover-ripple-color: rgba(204, 153, 255, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(204, 153, 255, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #0066ff;
  --mdc-slider-focus-handle-color: #0066ff;
  --mdc-slider-hover-handle-color: #0066ff;
  --mdc-slider-active-track-color: #0066ff;
  --mdc-slider-inactive-track-color: #0066ff;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0066ff;
  --mat-mdc-slider-ripple-color: #0066ff;
  --mat-mdc-slider-hover-ripple-color: rgba(0, 102, 255, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(0, 102, 255, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #ff530a;
  --mdc-slider-focus-handle-color: #ff530a;
  --mdc-slider-hover-handle-color: #ff530a;
  --mdc-slider-active-track-color: #ff530a;
  --mdc-slider-inactive-track-color: #ff530a;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff530a;
  --mat-mdc-slider-ripple-color: #ff530a;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 83, 10, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 83, 10, 0.2);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: AkzidenzGroteskBQ_700, sans-serif;
  --mdc-slider-label-label-text-size: 1.15rem;
  --mdc-slider-label-label-text-line-height: 1;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}

.mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cc99ff);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #cc99ff);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 1.56rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 1;
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: var(--mdc-typography-body1-line-height, 1);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}

.mat-mdc-list-base {
  --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;
}

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #cc99ff;
  --mdc-checkbox-selected-hover-icon-color: #cc99ff;
  --mdc-checkbox-selected-icon-color: #cc99ff;
  --mdc-checkbox-selected-pressed-icon-color: #cc99ff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #cc99ff;
  --mdc-radio-selected-hover-icon-color: #cc99ff;
  --mdc-radio-selected-icon-color: #cc99ff;
  --mdc-radio-selected-pressed-icon-color: #cc99ff;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #cc99ff;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0066ff;
  --mdc-checkbox-selected-hover-icon-color: #0066ff;
  --mdc-checkbox-selected-icon-color: #0066ff;
  --mdc-checkbox-selected-pressed-icon-color: #0066ff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #0066ff;
  --mdc-radio-selected-hover-icon-color: #0066ff;
  --mdc-radio-selected-icon-color: #0066ff;
  --mdc-radio-selected-pressed-icon-color: #0066ff;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0066ff;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff530a;
  --mdc-checkbox-selected-hover-icon-color: #ff530a;
  --mdc-checkbox-selected-icon-color: #ff530a;
  --mdc-checkbox-selected-pressed-icon-color: #ff530a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --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: #ff530a;
  --mdc-radio-selected-hover-icon-color: #ff530a;
  --mdc-radio-selected-icon-color: #ff530a;
  --mdc-radio-selected-pressed-icon-color: #ff530a;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff530a;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.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: #cc99ff;
}
.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: #cc99ff;
}

.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;
}

.mat-mdc-list-base {
  --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-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;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: AkzidenzGroteskBQ_400, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: AkzidenzGroteskBQ_400, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.4;
  --mdc-list-list-item-supporting-text-size: 0.84rem;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: AkzidenzGroteskBQ_400, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1.4;
  --mdc-list-list-item-trailing-supporting-text-size: 0.84rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 400 1.56rem / 1 AkzidenzGroteskBQ_700, sans-serif;
  letter-spacing: normal;
}

.mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-paginator-container {
  min-height: 56px;
}

.mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 0.84rem);
  line-height: var(--mdc-typography-caption-line-height, 1.4);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}

.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 0.84rem;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #cc99ff;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #cc99ff);
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #cc99ff;
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #0066ff;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #0066ff);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #0066ff;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff530a;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff530a);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff530a;
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #cc99ff;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #0066ff;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #ff530a;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}

.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_500, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 1rem);
  line-height: var(--mdc-typography-button-line-height, 1);
  font-weight: var(--mdc-typography-button-font-weight, 400);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.06rem);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #cc99ff;
  --mdc-checkbox-selected-hover-icon-color: #cc99ff;
  --mdc-checkbox-selected-icon-color: #cc99ff;
  --mdc-checkbox-selected-pressed-icon-color: #cc99ff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(204, 153, 255, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #cc99ff;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0066ff;
  --mdc-checkbox-selected-hover-icon-color: #0066ff;
  --mdc-checkbox-selected-icon-color: #0066ff;
  --mdc-checkbox-selected-pressed-icon-color: #0066ff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 102, 255, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0066ff;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff530a;
  --mdc-checkbox-selected-hover-icon-color: #ff530a;
  --mdc-checkbox-selected-icon-color: #ff530a;
  --mdc-checkbox-selected-pressed-icon-color: #ff530a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --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-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 83, 10, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff530a;
}

.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.84rem);
  line-height: var(--mdc-typography-body2-line-height, 1.4);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #cc99ff;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #0066ff;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff530a;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #cc99ff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #0066ff;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff530a;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --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);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #cc99ff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #0066ff;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff530a;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --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-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #cc99ff;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #0066ff;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff530a;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #cc99ff;
  --mat-mdc-button-ripple-color: rgba(204, 153, 255, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #0066ff;
  --mat-mdc-button-ripple-color: rgba(0, 102, 255, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff530a;
  --mat-mdc-button-ripple-color: rgba(255, 83, 10, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_500, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 1rem);
  line-height: var(--mdc-typography-button-line-height, 1);
  font-weight: var(--mdc-typography-button-font-weight, 400);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.06rem);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #cc99ff;
  --mat-mdc-button-ripple-color: rgba(204, 153, 255, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #0066ff;
  --mat-mdc-button-ripple-color: rgba(0, 102, 255, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #ff530a;
  --mat-mdc-button-ripple-color: rgba(255, 83, 10, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #cc99ff;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #0066ff;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff530a;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mat-mdc-fab, .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-unthemed, .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #cc99ff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #0066ff;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ff530a;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab[disabled][disabled], .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_500, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 1rem);
  line-height: var(--mdc-typography-button-line-height, 1);
  font-weight: var(--mdc-typography-button-font-weight, 400);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.06rem);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #0066ff;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: AkzidenzGroteskBQ_400, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.4;
  --mdc-snackbar-supporting-text-size: 0.84rem;
  --mdc-snackbar-supporting-text-weight: 400;
}

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(204, 153, 255, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-table {
  background: white;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.84rem);
  line-height: var(--mdc-typography-body2-line-height, 1.4);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_400, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 0.84rem);
  line-height: var(--mdc-typography-body2-line-height, 1.4);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, AkzidenzGroteskBQ_700, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 1.15rem);
  line-height: var(--mdc-typography-subtitle2-line-height, 1);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #cc99ff;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #0066ff;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff530a;
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: white;
  background: #cc99ff;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #0066ff;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff530a;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-bottom-sheet-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-bottom-sheet-container {
  font: 400 0.84rem / 1.4 AkzidenzGroteskBQ_400, sans-serif;
  letter-spacing: normal;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-button-toggle {
  font-family: Roboto, sans-serif;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(204, 153, 255, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(204, 153, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(204, 153, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #cc99ff;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(204, 153, 255, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(204, 153, 255, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(204, 153, 255, 0.3);
  }
}
.mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(0, 102, 255, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 102, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 102, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #0066ff;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 102, 255, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 102, 255, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 102, 255, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 83, 10, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 83, 10, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 83, 10, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff530a;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 83, 10, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 83, 10, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 83, 10, 0.3);
  }
}

.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #cc99ff;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #0066ff;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ff530a;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-calendar {
  font-family: Roboto, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 1rem;
  font-weight: 400;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  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-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-expansion-panel-header {
  font-family: AkzidenzGroteskBQ_700, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 0.84rem / 1.4 AkzidenzGroteskBQ_400, sans-serif;
  letter-spacing: normal;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 0.84rem;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 0.84rem;
}

.mat-icon.mat-primary {
  color: #cc99ff;
}
.mat-icon.mat-accent {
  color: #0066ff;
}
.mat-icon.mat-warn {
  color: #ff530a;
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  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-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #cc99ff;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #0066ff;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff530a;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff530a;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff530a;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}

.mat-step-label {
  font-size: 0.84rem;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 1rem;
}

.mat-step-label-selected {
  font-size: 1rem;
  font-weight: 400;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #cc99ff;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #0066ff;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #ff530a;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 400 2.2rem / 1 AkzidenzGroteskBQ_700, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-tree {
  font-family: Roboto, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 0.84rem;
}

.cdk-overlay-pane {
  max-width: unset !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.intro_component_animation {
  animation: introComponent 0.37s ease-out;
}
@keyframes introComponent {
  0% {
    position: relative;
    top: 22px;
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
    filter: none;
  }
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.bg_black_high_emphasis {
  background-color: #000000;
}

.color_black_high_emphasis {
  color: #000000;
}

.color_black_medium_emphasis {
  color: #4e4e4e;
}

.color_black_inactive {
  color: #929292;
}

.bg_black_inactive {
  background-color: #929292;
}

.color_gray {
  color: #b0b0b0;
}

.bg_gray {
  background-color: #b0b0b0;
}

.color_white_high_emphasis {
  color: #FFFFFF;
}

.bg_white_high_emphasis {
  background-color: #FFFFFF;
}

.bg_white_medium_emphasis {
  background-color: #f4f4f4;
}

.color_white_medium_emphasis {
  color: #f4f4f4;
}

.bg_white_low_emphasis {
  background-color: #D7D7D7;
}

.color_white_low_emphasis {
  color: #D7D7D7;
}

.bg_primary_50 {
  background-color: #F9F3FF;
}

.bg_primary_100 {
  background-color: #F0E0FF;
}

.color_primary_200 {
  color: #E6CCFF;
}

.bg_primary_300 {
  background-color: #DBB8FF;
}

.bg_primary_500 {
  background-color: #CC99FF;
}

.color_primary_500 {
  color: #CC99FF;
}

.bg_primary_600 {
  background-color: #9966FF;
}

.color_primary_600 {
  color: #9966FF;
}

.bg_primary_700 {
  background-color: #7434F2;
}

.color_primary_700 {
  color: #7434F2;
}

.color_primary_900 {
  color: #310093;
}

.bg_accent_50 {
  background-color: #E3EfFF;
}

.bg_accent_100 {
  background-color: #B5D5FF;
}

.bg_accent_300 {
  background-color: #4D94FF;
}

.color_accent_300 {
  color: #4D94FF;
}

.color_accent_400 {
  color: #267DFF;
}

.bg_accent_500 {
  background-color: #0066FF;
}

.color_accent_500 {
  color: #0066FF;
}

.color_accent_800 {
  color: #2400B5;
}

.color_success {
  color: #23990c;
}

.bg_success_light {
  background-color: #F1FFF0;
}

.bg_success_medium {
  background-color: #AEFFAC;
}

.bg_warning_light {
  background-color: #fff9df;
}

.bg_warning_medium {
  background-color: #fff5ce;
}

.color_warning {
  color: #f8ba00;
}

.bg_error_light {
  background-color: #ffeae2;
}

.color_error_light {
  color: #ffeae2;
}

.color_error {
  color: #FF530A;
}

.bg_orange_medium {
  background-color: #ff972e;
}

.color_orange_medium {
  color: #ff972e;
}

.bg_teal_light {
  background-color: #C7F8EC;
}

.color_teal {
  color: #09a9b4;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  color-scheme: only light;
}

*:focus-visible {
  outline: none;
}
*::selection {
  background-color: #267DFF;
  color: #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

.display_none {
  display: none !important;
}

main {
  position: relative;
}

.circle {
  border-radius: 100%;
}

.rounded {
  border-radius: 999999px;
}

a,
.pointer {
  cursor: pointer;
}

.zoom {
  cursor: zoom-in;
}

.unselectable,
img {
  -webkit-user-select: none;
  user-select: none;
}

.background_image_cover_center {
  background-size: cover;
  background-position: center;
}

hr {
  border: none;
  height: 1px;
  background-color: #4e4e4e;
  margin: 34px 0;
}
hr.v_margin_0 {
  margin: 0;
}
hr.v_margin_small {
  margin: 12px 0;
}
hr.v_margin_medium {
  margin: 22px 0;
}
hr.subtle {
  background-color: #D7D7D7;
}
@media (max-width: 599px) {
  hr {
    margin: 27px 0;
  }
}

svg {
  display: block;
}

.box_hover {
  cursor: pointer;
  transition: all 0.14s ease-out;
}
.box_hover:hover {
  transform: translateY(-3px) scale(1.013);
  box-shadow: 0px 4px 6px 0px rgba(211, 159, 221, 0.3764705882) !important;
}

.invisible_border_fix {
  border: 1px solid transparent;
}

.standard_border_radius {
  border-radius: 5px;
}

.pink_shadow {
  box-shadow: 0px 4px 12px 0px rgba(241, 155, 255, 0.3137254902);
}

.avatar {
  background-color: #2e2e2e;
}

.invisible {
  visibility: hidden;
}

button.clear {
  background-color: transparent;
  border: none;
  outline: none;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.google_maps_marker_label {
  color: #9966FF !important;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
  font-weight: 600;
  transform: translateY(180%);
}

.pac-container {
  padding: 3px 0;
}
.pac-container .pac-item {
  padding: 6.6px 13.2px !important;
  font-family: AkzidenzGroteskBQ_400, sans-serif;
  color: #4e4e4e;
  font-size: 0.8rem !important;
}
.pac-container .pac-item:first-of-type {
  border-top: none !important;
}
.pac-container .pac-item .pac-item-query {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
  color: #000000;
  font-size: inherit;
  padding-right: 6px !important;
}
.pac-container .pac-item .pac-icon {
  background-image: url("/assets/img/icons/map_marker.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 21px !important;
  width: 16px !important;
  margin-right: 13.2px !important;
}
.pac-container::after {
  content: none;
}

.ngx-ic-cropper.ngx-ic-round::after {
  box-shadow: 0 0 0 100vw rgba(255, 255, 255, 0.58) !important;
}

.ngx-ic-cropper:not(.ngx-ic-round) {
  box-shadow: 0 0 0 100vw rgba(255, 255, 255, 0.58) !important;
}

image-cropper > div {
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
quill-editor {
  width: 100%;
  margin-top: 6px;
  height: 180px;
}
quill-editor.ng-touched.ng-invalid .ql-toolbar.ql-snow {
  border-bottom: 1px solid #FF530A;
}
quill-editor.ng-touched.ng-invalid .ql-container {
  border: 1px solid #FF530A;
}
quill-editor[disabled=disabled] {
  pointer-events: none;
}
quill-editor[disabled=disabled] .ql-toolbar {
  background-color: #f4f4f4;
}
quill-editor[disabled=disabled] .ql-toolbar .ql-formats {
  opacity: 0.4;
}
quill-editor[disabled=disabled] .ql-editor {
  background-color: #f4f4f4;
  color: #929292 !important;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 60px);
  z-index: 10000 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 34px;
  pointer-events: none;
}
@media (max-width: 599px) {
  .owl-nav {
    display: none;
  }
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  opacity: 0.6;
  width: 44px;
  height: 44px;
  background-color: #DBB8FF !important;
  align-items: unset;
  margin: 0 !important;
  display: flex;
  font-size: 30px !important;
  line-height: 36px !important;
  color: #7434F2 !important;
  pointer-events: all;
  transition: all 0.14s ease-out;
  text-align: center;
  padding-top: 3px !important;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background-color: #E6CCFF !important;
  opacity: 0.64;
}
.owl-nav .owl-prev {
  padding-right: 9px !important;
}
.owl-nav .owl-next {
  padding-left: 9px !important;
}

.owl-dots {
  position: absolute;
  bottom: 15px;
  z-index: 10000 !important;
  width: 100%;
}
.owl-dots .owl-dot span {
  background-color: #4e4e4e !important;
  opacity: 0.5 !important;
  transition: all 0.31s ease !important;
}
.owl-dots .owl-dot.active span {
  background-color: #CC99FF !important;
  opacity: 0.6 !important;
}
.owl-dots .owl-dot:hover span {
  opacity: 0.8 !important;
}
@media (max-width: 599px) {
  .owl-dots {
    bottom: 4px;
  }
  .owl-dots .owl-dot span {
    height: 8px !important;
    width: 8px !important;
    background-color: #4e4e4e !important;
    opacity: 0.7 !important;
  }
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  scrollbar-color: #9549e0 transparent;
  scroll-behavior: smooth;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #9549e0;
  border-radius: 2px;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.container {
  width: calc(1400px + 4em);
  max-width: 100%;
  margin: auto;
  padding: 4em;
}
@media (min-width: 960px) and (max-width: 1279px) {
  .container {
    padding: 3.1em 3em 3.2em 3em;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .container {
    padding: 2.4rem 2.2rem;
  }
}
@media (max-width: 599px) {
  .container {
    padding: 1.8rem 1.4rem;
  }
}

.flex {
  display: flex;
}
@media (max-width: 1279px) {
  .flex.flex_md_column {
    flex-direction: column !important;
  }
}
@media (max-width: 959px) {
  .flex.flex_sm_column {
    flex-direction: column !important;
  }
}
@media (max-width: 959px) {
  .flex.flex_sm_column_reverse {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 599px) {
  .flex.flex_xs_column {
    flex-direction: column !important;
  }
}
@media (max-width: 599px) {
  .flex.flex_xs_column_reverse {
    flex-direction: column-reverse !important;
  }
}

.flex_reverse {
  display: flex;
  flex-direction: row-reverse;
}

.inline_flex {
  display: inline-flex;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.justify_content_center, .flex_center {
  display: flex;
  justify-content: center;
}

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

.justify_content_flex_start {
  display: flex;
  justify-content: flex-start;
}

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

.align_items_center, .flex_center {
  display: flex;
  align-items: center;
}

.align_items_flex_start {
  display: flex;
  align-items: flex-start;
}

.align_items_flex_end {
  display: flex;
  align-items: flex-end;
}

.gap_very_small {
  gap: 13px;
}
.gap_very_small > .half_width {
  width: calc(50% - 6.5px);
}
.gap_very_small > .third_width {
  width: calc(33.333% - 8.6666666667px);
}
.gap_very_small > .quarter_width {
  width: calc(25% - 9.75px);
}
.gap_very_small > .fifth_width {
  width: calc(20% - 10.4px);
}

.gap_small {
  gap: 28px;
}
.gap_small > .half_width {
  width: calc(50% - 14px);
}
.gap_small > .third_width {
  width: calc(33.333% - 18.6666666667px);
}
.gap_small > .quarter_width {
  width: calc(25% - 21px);
}
.gap_small > .fifth_width {
  width: calc(20% - 22.4px);
}
@media (max-width: 1279px) {
  .gap_small {
    gap: 23px;
  }
  .gap_small > .half_width {
    width: calc(50% - 11.5px);
  }
  .gap_small > .third_width {
    width: calc(33.333% - 15.3333333333px);
  }
  .gap_small > .quarter_width {
    width: calc(25% - 17.25px);
  }
  .gap_small > .fifth_width {
    width: calc(20% - 18.4px);
  }
}

.gap_large {
  gap: 40px;
}
.gap_large > .half_width {
  width: calc(50% - 20px);
}
.gap_large > .third_width {
  width: calc(33.333% - 26.6666666667px);
}
.gap_large > .quarter_width {
  width: calc(25% - 30px);
}
.gap_large > .fifth_width {
  width: calc(20% - 32px);
}
@media (max-width: 1279px) {
  .gap_large {
    gap: 34px;
  }
  .gap_large > .half_width {
    width: calc(50% - 17px);
  }
  .gap_large > .third_width {
    width: calc(33.333% - 22.6666666667px);
  }
  .gap_large > .quarter_width {
    width: calc(25% - 25.5px);
  }
  .gap_large > .fifth_width {
    width: calc(20% - 27.2px);
  }
}

.margin0 {
  margin: 0px;
}

.margin_top_0 {
  margin-top: 0;
}

.margin_bottom_0 {
  margin-bottom: 0;
}

.padding0 {
  padding: 0 !important;
}

.padding_top_0 {
  padding-top: 0;
}

.padding_bottom_0 {
  padding-bottom: 0;
}

.margin_auto {
  margin: auto;
}

.margin_left_auto,
.h_margin_auto {
  margin-left: auto;
}

.h_margin_auto {
  margin-right: auto;
}

.margin_top_very_large,
.v_margin_very_large,
.margin_very_large {
  margin-top: 54px;
}
@media (max-width: 599px) {
  .margin_top_very_large,
  .v_margin_very_large,
  .margin_very_large {
    margin-top: 43.2px;
  }
}

.margin_bottom_very_large,
.v_margin_very_large,
.margin_very_large {
  margin-bottom: 54px;
}
@media (max-width: 599px) {
  .margin_bottom_very_large,
  .v_margin_very_large,
  .margin_very_large {
    margin-bottom: 43.2px;
  }
}

.margin_left_very_large,
.h_margin_very_large,
.margin_very_large {
  margin-left: 54px;
}
@media (max-width: 599px) {
  .margin_left_very_large,
  .h_margin_very_large,
  .margin_very_large {
    margin-left: 43.2px;
  }
}

.margin_right_very_large,
.h_margin_very_large,
.margin_very_large {
  margin-right: 54px;
}
@media (max-width: 599px) {
  .margin_right_very_large,
  .h_margin_very_large,
  .margin_very_large {
    margin-right: 43.2px;
  }
}

.padding_top_very_large,
.v_padding_very_large,
.padding_very_large {
  padding-top: 54px;
}
@media (max-width: 599px) {
  .padding_top_very_large,
  .v_padding_very_large,
  .padding_very_large {
    padding-top: 43.2px;
  }
}

.padding_bottom_very_large,
.v_padding_very_large,
.padding_very_large {
  padding-bottom: 54px;
}
@media (max-width: 599px) {
  .padding_bottom_very_large,
  .v_padding_very_large,
  .padding_very_large {
    padding-bottom: 43.2px;
  }
}

.padding_left_very_large,
.h_padding_very_large,
.padding_very_large {
  padding-left: 54px;
}
@media (max-width: 599px) {
  .padding_left_very_large,
  .h_padding_very_large,
  .padding_very_large {
    padding-left: 43.2px;
  }
}

.padding_right_very_large,
.h_padding_very_large,
.padding_very_large {
  padding-right: 54px;
}
@media (max-width: 599px) {
  .padding_right_very_large,
  .h_padding_very_large,
  .padding_very_large {
    padding-right: 43.2px;
  }
}

.margin_top_large,
.v_margin_large,
.margin_large {
  margin-top: 34px;
}
@media (max-width: 599px) {
  .margin_top_large,
  .v_margin_large,
  .margin_large {
    margin-top: 27.2px;
  }
}

.margin_bottom_large,
.v_margin_large,
.margin_large {
  margin-bottom: 34px;
}
@media (max-width: 599px) {
  .margin_bottom_large,
  .v_margin_large,
  .margin_large {
    margin-bottom: 27.2px;
  }
}

.margin_left_large,
.h_margin_large,
.margin_large {
  margin-left: 34px;
}
@media (max-width: 599px) {
  .margin_left_large,
  .h_margin_large,
  .margin_large {
    margin-left: 27.2px;
  }
}

.margin_right_large,
.h_margin_large,
.margin_large {
  margin-right: 34px;
}
@media (max-width: 599px) {
  .margin_right_large,
  .h_margin_large,
  .margin_large {
    margin-right: 27.2px;
  }
}

.padding_top_large,
.v_padding_large,
.padding_large {
  padding-top: 30.6px;
}
@media (max-width: 599px) {
  .padding_top_large,
  .v_padding_large,
  .padding_large {
    padding-top: 25.5px;
  }
}

.padding_bottom_large,
.v_padding_large,
.padding_large {
  padding-bottom: 30.6px;
}
@media (max-width: 599px) {
  .padding_bottom_large,
  .v_padding_large,
  .padding_large {
    padding-bottom: 25.5px;
  }
}

.padding_left_large,
.h_padding_large,
.padding_large {
  padding-left: 34px;
}
@media (max-width: 599px) {
  .padding_left_large,
  .h_padding_large,
  .padding_large {
    padding-left: 27.2px;
  }
}

.padding_right_large,
.h_padding_large,
.padding_large {
  padding-right: 34px;
}
@media (max-width: 599px) {
  .padding_right_large,
  .h_padding_large,
  .padding_large {
    padding-right: 27.2px;
  }
}

.margin_top_medium,
.v_margin_medium {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .margin_top_medium,
  .v_margin_medium {
    margin-top: 16px;
  }
}

.margin_bottom_medium,
.v_margin_medium {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .margin_bottom_medium,
  .v_margin_medium {
    margin-bottom: 16px;
  }
}

.margin_left_medium,
.h_margin_medium {
  margin-left: 20px;
}
@media (max-width: 599px) {
  .margin_left_medium,
  .h_margin_medium {
    margin-left: 16px;
  }
}

.margin_right_medium,
.h_margin_medium {
  margin-right: 20px;
}
@media (max-width: 599px) {
  .margin_right_medium,
  .h_margin_medium {
    margin-right: 16px;
  }
}

.padding_top_medium,
.v_padding_medium,
.padding_medium {
  padding-top: 18px;
}
@media (max-width: 599px) {
  .padding_top_medium,
  .v_padding_medium,
  .padding_medium {
    padding-top: 15px;
  }
}

.padding_bottom_medium,
.v_padding_medium,
.padding_medium {
  padding-bottom: 18px;
}
@media (max-width: 599px) {
  .padding_bottom_medium,
  .v_padding_medium,
  .padding_medium {
    padding-bottom: 15px;
  }
}

.padding_left_medium,
.h_padding_medium,
.padding_medium {
  padding-left: 20px;
}
@media (max-width: 599px) {
  .padding_left_medium,
  .h_padding_medium,
  .padding_medium {
    padding-left: 16px;
  }
}

.padding_right_medium,
.h_padding_medium,
.padding_medium {
  padding-right: 20px;
}
@media (max-width: 599px) {
  .padding_right_medium,
  .h_padding_medium,
  .padding_medium {
    padding-right: 16px;
  }
}

.margin_top_small,
.v_margin_small,
.margin_small {
  margin-top: 12px;
}
@media (max-width: 599px) {
  .margin_top_small,
  .v_margin_small,
  .margin_small {
    margin-top: 9.6px;
  }
}

.margin_bottom_small,
.v_margin_small,
.margin_small {
  margin-bottom: 12px;
}
@media (max-width: 599px) {
  .margin_bottom_small,
  .v_margin_small,
  .margin_small {
    margin-bottom: 9.6px;
  }
}

.margin_left_small,
.h_margin_small,
.margin_small {
  margin-left: 12px;
}
@media (max-width: 599px) {
  .margin_left_small,
  .h_margin_small,
  .margin_small {
    margin-left: 9.6px;
  }
}

.margin_right_small,
.h_margin_small,
.margin_small {
  margin-right: 12px;
}
@media (max-width: 599px) {
  .margin_right_small,
  .h_margin_small,
  .margin_small {
    margin-right: 9.6px;
  }
}

.padding_top_small,
.v_padding_small,
.padding_small {
  padding-top: 10.8px;
}
@media (max-width: 599px) {
  .padding_top_small,
  .v_padding_small,
  .padding_small {
    padding-top: 9px;
  }
}

.padding_bottom_small,
.v_padding_small,
.padding_small {
  padding-bottom: 10.8px;
}
@media (max-width: 599px) {
  .padding_bottom_small,
  .v_padding_small,
  .padding_small {
    padding-bottom: 9px;
  }
}

.padding_left_small,
.h_padding_small,
.padding_small {
  padding-left: 12px;
}
@media (max-width: 599px) {
  .padding_left_small,
  .h_padding_small,
  .padding_small {
    padding-left: 9.6px;
  }
}

.padding_right_small,
.h_padding_small,
.padding_small {
  padding-right: 12px;
}
@media (max-width: 599px) {
  .padding_right_small,
  .h_padding_small,
  .padding_small {
    padding-right: 9.6px;
  }
}

.padding_small_compensated {
  padding: 12px 36px;
}
@media (max-width: 599px) {
  .padding_small_compensated {
    padding: 9.6px 30px;
  }
}

.margin_top_very_small,
.v_margin_very_small,
.margin_very_small {
  margin-top: 6px;
}
@media (max-width: 599px) {
  .margin_top_very_small,
  .v_margin_very_small,
  .margin_very_small {
    margin-top: 4.8px;
  }
}

.margin_bottom_very_small,
.v_margin_very_small,
.margin_very_small {
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .margin_bottom_very_small,
  .v_margin_very_small,
  .margin_very_small {
    margin-bottom: 4.8px;
  }
}

.margin_left_very_small,
.h_margin_very_small,
.margin_very_small {
  margin-left: 6px;
}
@media (max-width: 599px) {
  .margin_left_very_small,
  .h_margin_very_small,
  .margin_very_small {
    margin-left: 4.8px;
  }
}

.margin_right_very_small,
.h_margin_very_small,
.margin_very_small {
  margin-right: 6px;
}
@media (max-width: 599px) {
  .margin_right_very_small,
  .h_margin_very_small,
  .margin_very_small {
    margin-right: 4.8px;
  }
}

.padding_top_very_small,
.v_padding_very_small,
.padding_very_small {
  padding-top: 6px;
}
@media (max-width: 599px) {
  .padding_top_very_small,
  .v_padding_very_small,
  .padding_very_small {
    padding-top: 4.8px;
  }
}

.padding_bottom_very_small,
.v_padding_very_small,
.padding_very_small {
  padding-bottom: 6px;
}
@media (max-width: 599px) {
  .padding_bottom_very_small,
  .v_padding_very_small,
  .padding_very_small {
    padding-bottom: 4.8px;
  }
}

.padding_left_very_small,
.h_padding_very_small,
.padding_very_small {
  padding-left: 6px;
}
@media (max-width: 599px) {
  .padding_left_very_small,
  .h_padding_very_small,
  .padding_very_small {
    padding-left: 4.8px;
  }
}

.padding_right_very_small,
.h_padding_very_small,
.padding_very_small {
  padding-right: 6px;
}
@media (max-width: 599px) {
  .padding_right_very_small,
  .h_padding_very_small,
  .padding_very_small {
    padding-right: 4.8px;
  }
}

.padding_very_small_compensated {
  padding: 6px 18px;
}
@media (max-width: 599px) {
  .padding_very_small_compensated {
    padding: 4.2px 13.8px;
  }
}

.negative_margin {
  margin: -20px;
  padding: 20px;
}

.full_width {
  width: 100%;
}

.half_width {
  width: 50%;
}

.third_width {
  width: 33.333%;
}

.two_thirds {
  width: 61%;
}

.quarter_width {
  width: 25%;
}

.fifth_width {
  width: 20%;
}

.width_fit_content {
  width: -moz-fit-content;
  width: fit-content;
}

.full_height {
  height: 100%;
}

.relative {
  position: relative;
}

.overflow_hidden {
  overflow: hidden;
}

.block {
  display: block;
}

.inline_block {
  display: inline-block;
  vertical-align: top;
}

.absolute_center_vertically {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.float_right {
  float: right !important;
}

@media (min-width: 959px) {
  .only_lt_md {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .only_gt_md {
    display: none !important;
  }
}

@media (min-width: 599px) {
  .only_lt_sm {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .only_gt_sm {
    display: none !important;
  }
}

.test1 {
  outline: 2px solid red !important;
}

.test2 {
  border: 2px solid green !important;
}

.test3 {
  border: 2px solid blue !important;
}

.test4 {
  background-color: pink !important;
}

.test5 {
  background-color: lightgreen !important;
}

.test6 {
  background-color: lightblue !important;
}

.responsive_test {
  position: relative;
}
.responsive_test::after {
  position: absolute;
  top: 3px;
  left: 5px;
}
@media (min-width: 1920px) and (max-width: 5000px) {
  .responsive_test {
    background-color: rgb(253, 236, 255);
  }
  .responsive_test::after {
    content: "xl";
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .responsive_test {
    background-color: rgb(255, 236, 236);
  }
  .responsive_test::after {
    content: "lg";
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .responsive_test {
    background-color: rgb(238, 238, 255);
  }
  .responsive_test::after {
    content: "md";
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .responsive_test {
    background-color: rgb(255, 251, 228);
  }
  .responsive_test::after {
    content: "sm";
  }
}
@media (max-width: 599px) {
  .responsive_test {
    background-color: rgb(237, 255, 237);
  }
  .responsive_test::after {
    content: "xs";
  }
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, p, a {
  width: -moz-fit-content;
  width: fit-content;
  margin: unset;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: AkzidenzGroteskBQ_700, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: 1.2;
}

h4, .h4, p, a, .body1, .body2, span, div {
  font-family: AkzidenzGroteskBQ_400, sans-serif;
}

p, li, a {
  line-height: 1.48;
}

h1, .h1 {
  font-size: 3.1rem;
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 2.79rem;
  }
}

h2, .h2 {
  font-size: 2.2rem;
}
@media (max-width: 599px) {
  h2, .h2 {
    font-size: 1.98rem;
  }
}

h3, .h3 {
  font-size: 1.56rem;
}
@media (max-width: 599px) {
  h3, .h3 {
    font-size: 1.404rem;
  }
}

.h3point5 {
  font-size: 1.33rem;
}
@media (max-width: 599px) {
  .h3point5 {
    font-size: 1.197rem;
  }
}

h4, .h4 {
  font-size: 1.15rem;
}
@media (max-width: 599px) {
  h4, .h4 {
    font-size: 1.035rem;
  }
}

p {
  font-size: 1rem;
}
@media (max-width: 599px) {
  p {
    font-size: 0.92rem;
  }
}

.body1, td, li {
  font-size: 1rem;
}
@media (max-width: 599px) {
  .body1, td, li {
    font-size: 0.92rem;
  }
}

.body2 {
  font-size: 0.84rem;
}

.body3 {
  font-size: 0.7rem;
}

textarea {
  font-family: AkzidenzGroteskBQ_400, sans-serif;
  color: #000000;
  line-height: 1.3;
  font-size: 1rem;
}

a, .a {
  font-size: 1rem;
  color: #9966FF;
  text-decoration: none;
  transition: all 0.14s ease-out;
  cursor: pointer;
}
@media (max-width: 599px) {
  a, .a {
    font-size: 0.92rem;
  }
}
a .mat-icon, .a .mat-icon {
  transition: all 0.14s ease-out;
}
a:hover, .a:hover {
  color: #D4A8FF;
}
a.color_black_high_emphasis, .a.color_black_high_emphasis {
  color: #000000;
}
a.color_black_high_emphasis:hover, .a.color_black_high_emphasis:hover {
  color: #929292;
}
a.color_black_medium_emphasis, .a.color_black_medium_emphasis {
  color: #4e4e4e;
}
a.color_black_medium_emphasis:hover, .a.color_black_medium_emphasis:hover {
  color: #929292;
}
a.color_black_inactive, .a.color_black_inactive {
  color: #929292;
}
a.color_black_inactive:hover, .a.color_black_inactive:hover {
  color: #b0b0b0;
}
a.color_accent_500, .a.color_accent_500 {
  color: #0066FF;
}
a.color_accent_500:hover, .a.color_accent_500:hover {
  color: #80B3FF;
}
a.color_white_high_emphasis, .a.color_white_high_emphasis {
  color: #FFFFFF;
}
a.color_white_high_emphasis:hover, .a.color_white_high_emphasis:hover {
  color: #E6CCFF;
}
a.color_primary_200, .a.color_primary_200 {
  color: #E6CCFF;
}
a.color_primary_200:hover, .a.color_primary_200:hover {
  color: #D4A8FF;
}
a.color_primary_700, .a.color_primary_700 {
  color: #7434F2;
}
a.color_primary_700:hover, .a.color_primary_700:hover {
  color: #CC99FF;
}

.fw400 {
  font-family: AkzidenzGroteskBQ_400, sans-serif;
}

.fw500 {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
}

.fw700 {
  font-family: AkzidenzGroteskBQ_700, sans-serif;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

button {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
}

.with_ellipsis {
  width: 100%;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

label {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
  display: block;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.montserrat_400 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.montserrat_500 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.montserrat_600 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.montserrat_700 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.title_next_to_corner_close_button {
  width: calc(100% - 60px);
}

.strikethrough {
  text-decoration: line-through;
}

.smaller_line_height {
  line-height: 1.2;
}

.larger_line_height {
  line-height: 1.6;
}

.larger_letter_spacing {
  letter-spacing: 0.1rem;
}

article {
  width: 100%;
  line-height: 1.6;
}
article p, article img {
  max-width: 100%;
  height: auto;
}
article p {
  font-size: 1.05rem;
  line-height: 1.6;
}

ul {
  padding-left: 14px;
  margin: 0;
  list-style-type: square;
}
ul li span {
  margin-left: 6px;
  font-size: inherit;
  font-family: inherit;
}

ol {
  list-style-type: none;
  padding-left: 14px;
  margin: 0;
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  width: 18px;
  display: inline-block;
  content: counter(item) ")";
  counter-increment: item;
  padding-right: 12px;
}
ol[type=A] li:before {
  content: counter(item, upper-alpha) ") ";
}
ol[type=i] li:before {
  content: counter(item, lower-roman) ") ";
}

span.span_ecotopia {
  font-family: AkzidenzGroteskBQ_500, sans-serif;
  color: #0066FF;
}

@font-face {
  font-family: "AkzidenzGroteskBQ_400";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_500";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQ_700";
  src: url("/assets/fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("/assets/fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #b0b0b0;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #b0b0b0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*# sourceMappingURL=styles.css.map*/