/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/static/scss/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/yoj2ytp.css);
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.core.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;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].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/static/scss/styles.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * 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;
}
/*!
 * 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;
}
/* Append pseudo-classes to a selector(s).
*
* @argument {list | string} $inputs
*   A selector, or list of selectors, to apply the pseudo-class to.
*
* @argument {pseudo-class} $pseudo [null]
*   The pseudo-class to be appended.
*
* @return {list}
*
* @access private
*/
/**
 * Function to pick an color off a sass map
 *
 * @see ../settings/_colors.scss
 *
 * @param {string} $color [grey]
 * @param {string} $variant [800]
 * @param {string} $alpha [.68]
 *
 * @example .test { background-color: color(grey); } - get the base color of the grey object
 * @example .test { background-color: color(grey, 700); } - get the color variant of the grey object
 * @example .test { background-color: color(grey, 700, .2); } - get the color variant of the grey object in
 *                                                              a rgba with alpha
 * @example .test { background-color: color(grey, $alpha: .68); } - get the color variant of the grey object in
 *                                                                  a rgba with the base color and a alpha
 */
/**
 * Color key base variable
 */
/**
 * Function to create a rgba color off a sass map
 *
 * @see ../settings/_colors.scss
 *
 * @param {string} $flavour [dark]
 * @param {string} $tint [secondary]
 * @param {string} $base-key [base]
 *
 * @example .test { color: font-color(dark, primary); }
 */
/**
 * Remove the unit of a length
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Convert pixels to ems
 * eg. for a relational value of 12px write em(12) when the parent is 16px
 * if the parent is another value say 24px write em(12, 24)
 */
/**
 * Convert pixels to rems
 * eg. for a relational value of 12px write rem(12)
 * Assumes $em-base is the font-size of <html>
 */
/**
 * Size functions off a sass map
 *
 * @see ../settings/_sizes.scss
 */
/*
 * Default size base variable
 */
/**
 * Calc-math base function
 *
 * @param {string} $type
 * @param {string} $size [0]
 *
 * @example calc-math(margin, $size);
 */
/**
 * Margin function
 *
 * @param {string} $size [0]
 *
 * @example cm(1);
 * @return {number} number or rem or em value
 */
/**
 * Padding function
 *
 * @param {string} $size [0]
 *
 * @example cp(1);
 * @return {number} number or rem or em value
 */
/**
 * Color settings
 * [1] Styleguide colors
 * [2] Font colors
 * [3] Social colors
 */
/**
 * Color key base variable
 */
/**
 * Color pallette
 */
/**
 * Font color pallette
 */
/**
 * Fonts
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
.channel__sidebar__wrapper__nav__item,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  margin: 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
/**
 * Mixins
 */
/**
 * Before
 * @param $width - the width of the psuedo element (default is 100%)
 * @param $height - the height of the psuedo element (default is 100%)
 * @param $content - content property for the before element (default is empty)
 * @param $icon - default there is no icon (true, false)
 * @param $display - configure the display property (default is block) ('block', 'inline-block' || '' || 'poep')
 */
/**
 * Simple color mixin to declare background and color values
 *
 * @require {function} color
 * @require {map} $colors
 *
 * @param {string} $bg-key [gray] - select color key from $colors map
 * @param {string} $bg-variant [500] - select color variant from $colors map
 * @param {string} $color-key [white] - select color key from $colors map
 * @param {string} $color-variant [500] - select color variant from $colors map
 */
/**
 * Base clearfix mixin
 */
/**
 * Clearfix on pseudo element mixin
 */
/**
 * Flexbox grid
 * @param {number} $gutter - unitless size between the columns
 * @param {string} $selector - selector off the children elements (as string, '.CLASSNAME', [data attr]),
 * @param {number} $column-align - property value of justify content,
 * @param {number} $columns-desktop - How many columns needed on desktop,
 * @param {number} $columns-tablet - How many columns needed on tablet,
 * @param {number} $columns-mobile - How many columns needed on mobile,
 * @param {number} $columns-mobile-landscape - How many columns needed on mobile but with an orientation of landscape
 */
/**
 * Default variable settings
 */
/**
 * Flex-group mixin
 * [1] if column align value is space-around there is not left of right margin needed
 * [2] @content directive included
 * [3] Interpolate children selector for customization
 */
/**
 * Grid Mixins
 * home of mixins grid-container and grid-column
 * exception for the grid-column-width function to keep it up together
 */
/**
 * Default variable settings
 */
/**
 * Grid column width calculation
 * @param {number} $columns [0] - amount of columns needed for the result
 * @param {number} $amount [$grid-columns-amount] - amount of columns drawn in design
 * @return {number} calculate width
 */
/**
 * Grid container
 * @param {number} $gutter [$grid-columns-gutter] - unitless size between columns in design
 * @param {number} $container-width [$site-width] calculate percentage margin with container width
 *
 * @example
 *    .grid-container {
 *        @include grid-container;
 *    }
 */
/**
 * Grid column
 * @param {number} $columns [0] - amount of columns needed for the result
 * @param {number} $gutter-left [$grid-columns-gutter] - workaround to affect the padding-left
 * @param {number} $gutter-right [$grid-columns-gutter] - workaround to affect the padding-right
 * @param {number} $amount [$grid-columns-amount] - amount of columns drawn in design
 * @param {boolean} $workaround [false] - set !important flag
 * @param {string} $container-width calculate margin and widht adhv parent container width
 * @require {function} grid-column-width - calculate width of the column
 *
 * @example
 *    .grid-column-1 {
 *        @include grid-column(3);
 *    }
 */
/**
 * Media query extended (or)
 * @param {list} $mq-values - space separated list of media queries
 * @require {list} $mappy-query - default sass map from mappy-breakpoints
 * @require {function} implode - function used to glue strings together, from mappy-breakpoints
 */
/**
 * An inline panel which collapses on mobile devices
 */
/**
 * The two states of the inline (collapsable) panel title
 */
/**
 * Separator above the inline content
 */
/**
 * Before
 * @param $width - the width of the psuedo element (default is 100%)
 * @param $height - the height of the psuedo element (default is 100%)
 * @param $content - content property for the before element (default is empty)
 * @param $icon - default there is no icon (true, false)
 * @param $display - configure the display property (default is block) ('block', 'inline-block' || '' || 'poep')
 */
/*
@mixin text-overflow($lines: 3, $max-height: em(75)) {
    overflow: hidden;
    display: -webkit-box;
    max-height: $max-height;
    text-overflow: ellipsis;
    -webkit-line-clamp: $lines;
    -webkit-box-orient: vertical;
}
*/
/**
 * Mixin for vertical centering elements in the middle
 *
 * @note no params needed
 * @example .test { @include vertical-align; }
 */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1, .mat-typography .channel__sidebar__wrapper__nav__item {
  font: 400 24px / 32px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px / 32px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 600 14px / 28px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px / 24px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 20px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 20px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 400 14px / 19px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 16px / 20px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 300 13px / 20px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px / 112px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px / 56px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px / 48px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px / 40px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 16px / 20px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-card {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 16px;
}
.mat-checkbox {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 19px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 400;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-header-cell {
  font-size: 13px;
  font-weight: 400;
}
.mat-cell, .mat-footer-cell {
  font-size: 16px;
}
.mat-calendar {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 16px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 16px / 20px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font: 400 16px / 1.5 "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.625em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.5;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.5em;
  line-height: 1.5;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 1.125em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.625em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.62499em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -1.125em;
  padding-top: 1.125em;
}
.mat-form-field-label {
  top: 1.625em;
}
.mat-form-field-underline {
  bottom: 1.625em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 2.1666666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.25em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.375em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.375em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.375em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.375em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.1666666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.37497em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.37496em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.37495em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.875em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.87499em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 2.125em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.875em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.87499em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 16px;
}
.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: 13px;
}
input.mat-input-element {
  margin-top: -0.25em;
}
.mat-menu-item {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 13px;
}
.mat-radio-button {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-select {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-select-trigger {
  height: 1.5em;
}
.mat-slide-toggle-content {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-step-label {
  font-size: 16px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 400;
}
.mat-tab-group {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar .channel__sidebar__wrapper__nav__item,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-list-option {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 14px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 16px;
}
.mat-list-base .mat-list-option {
  font-size: 14px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 16px;
}
.mat-list-base .mat-subheader {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 13px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 13px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 13px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 13px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.mat-option {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 14px;
}
.mat-optgroup-label {
  font: 400 14px / 19px "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 16px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 16px;
}
.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: scale(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;
}
.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-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-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: black;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: white;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #eb6028;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: black;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: white;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #eb6028;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.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: black;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: white;
  color: black;
}
.mat-badge-warn .mat-badge-content {
  color: black;
  background: #eb6028;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.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-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: black;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: white;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #eb6028;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: black;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: white;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #eb6028;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: black;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: black;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: black;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #eb6028;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  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-raised-button: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-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  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-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  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-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  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-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-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  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-card.mat-card-flat:not([class*=mat-elevation-z]) {
  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-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: black;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: white;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #eb6028;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: white;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #eb6028;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: black;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #eb6028;
  color: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: black;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: white;
  color: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: black;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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: black;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(255, 255, 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(255, 255, 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(255, 255, 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: white;
  color: black;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 255, 255, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
.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(255, 255, 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(255, 255, 255, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(235, 96, 40, 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(235, 96, 40, 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(235, 96, 40, 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: #eb6028;
  color: black;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(235, 96, 40, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
.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(235, 96, 40, 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(235, 96, 40, 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: black;
}
.mat-datepicker-toggle-active.mat-accent {
  color: white;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #eb6028;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.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-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: black;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: white;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #eb6028;
}
.mat-focused .mat-form-field-required-marker {
  color: white;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: black;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: white;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #eb6028;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: black;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: white;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #eb6028;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #eb6028;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #eb6028;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #eb6028;
}
.mat-error {
  color: #eb6028;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: black;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: white;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #eb6028;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #eb6028;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: black;
}
.mat-icon.mat-accent {
  color: white;
}
.mat-icon.mat-warn {
  color: #eb6028;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: black;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: white;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #eb6028;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #eb6028;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  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-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #bcbcbc;
}
.mat-progress-bar-buffer {
  background-color: #bcbcbc;
}
.mat-progress-bar-fill::after {
  background-color: black;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #fbfbfb;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #fbfbfb;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: white;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f6d4c6;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f6d4c6;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #eb6028;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: black;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: white;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #eb6028;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: black;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: black;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: white;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: white;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #eb6028;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #eb6028;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  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-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: black;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: white;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #eb6028;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #eb6028;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.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-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: white;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: white;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: black;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #eb6028;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(235, 96, 40, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #eb6028;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  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);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: black;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: white;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: black;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #eb6028;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: black;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(235, 96, 40, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.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: black;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: black;
}
.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: white;
  color: black;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: black;
}
.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: #eb6028;
  color: black;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #eb6028;
}
.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: #eb6028;
}
.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-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 179, 179, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(249, 207, 191, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #eb6028;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 179, 179, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: black;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(249, 207, 191, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #eb6028;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: black;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: black;
  color: white;
}
.mat-toolbar.mat-accent {
  background: white;
  color: black;
}
.mat-toolbar.mat-warn {
  background: #eb6028;
  color: black;
}
.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-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.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-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  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-simple-snackbar-action {
  color: white;
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  background-color: white;
  color: #e0e0e0;
}
.mat-cell {
  color: black;
}
.mat-button-toggle-group {
  border-color: white;
}
.mat-form-field-label-wrapper .mat-icon {
  transform: translateY(2px);
}
.mat-row {
  padding: 6px 0;
}
.mat-icon.md-18 {
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: -2px;
}
.mat-select-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1ex;
}
.cdk-overlay-dark-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.cdk-overlay-container .mat-dialog-container {
  overflow: hidden;
  overflow-y: auto;
}
.mat-drawer-container {
  background-color: #e0e0e0;
}
textarea.mat-input-element {
  min-height: 90px;
}
.mat-expansion-panel-header,
.mat-expansion-panel-header-title {
  color: black;
}
.mat-dialog-container {
  color: black;
}
.mat-dialog-content {
  margin-bottom: 1.5rem !important;
}
.mat-dialog-actions {
  justify-content: flex-end;
}
mat-form-field.mat-form-field {
  font-size: 18px;
}
mat-form-field.mat-form-field.full--width {
  width: 100%;
}
mat-form-field.mat-form-field .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: black;
  font-weight: 700;
}
.mat-accent .mat-checkbox-checkmark-path {
  stroke: black !important;
}
.mat-accent .mat-chip.mat-standard-chip .mat-chip-remove {
  fill: black;
  opacity: 0.8;
  transform: translateX(-2px);
}
.mat-accent .mat-chip.mat-standard-chip .mat-chip-remove svg {
  transform: scale(0.8);
}
.mat-accent .mat-pseudo-checkbox-checked::after {
  border-left-color: black;
}
.mat-accent .mat-pseudo-checkbox::after {
  border-bottom-color: black;
}
.mat-accent .mat-checkbox-frame {
  border-color: white;
}
.mat-accent .mat-list-option,
.mat-accent .mat-pseudo-checkbox,
.mat-accent .mat-datepicker-toggle,
.mat-accent .mat-datepicker-content .mat-calendar-next-button,
.mat-accent .mat-datepicker-content .mat-calendar-previous-button,
.mat-accent .mat-select-arrow,
.mat-accent .mat-select-value,
.mat-accent .mat-form-field-label {
  color: white;
}
.mat-accent .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.4);
}
/**
 * Placeholder for a nice aspect ratio wrapper
 *
 * What is aspect ratio?
 * The aspect ratio of an element describes the proportional relationship between its width and its height.
 * Two common video aspect ratios are 4:3 (the universal video format of the 20th century), and 16:9 (universal for
 * HD television and European digital television)
 */
.home-post__header__crop, .article-block__crop, .article-block.type--announcements .article-block__crop, .channel-block__crop, .employee-block__crop, .employee-detail__crop, .notification-menu__list__sender-avatar, .topbar__nav-user__avatar {
  overflow: hidden;
  position: relative;
}
.home-post__header__crop::before, .article-block__crop::before, .article-block.type--announcements .article-block__crop::before, .channel-block__crop::before, .employee-block__crop::before, .employee-detail__crop::before, .notification-menu__list__sender-avatar::before, .topbar__nav-user__avatar::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
/**
 * Placeholder for a image or children element in an aspect ratio wrapper
 * @note pulled from parent wrapper to prevent double styling or unused styling
 */
.home-post__header__crop img, .article-block__crop img, .channel-block__crop img, .employee-block__crop img, .employee-detail__crop img, .notification-menu__list__sender-avatar img,
.notification-menu__list__sender-avatar strong, .topbar__nav-user__avatar img,
.topbar__nav-user__avatar strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-objectfit .home-post__header__crop img, .home-post__header__crop .no-objectfit img, .no-objectfit .article-block__crop img, .article-block__crop .no-objectfit img, .no-objectfit .channel-block__crop img, .channel-block__crop .no-objectfit img, .no-objectfit .employee-block__crop img, .no-objectfit .employee-detail__crop img, .employee-block__crop .no-objectfit img, .employee-detail__crop .no-objectfit img, .no-objectfit .notification-menu__list__sender-avatar img, .notification-menu__list__sender-avatar .no-objectfit img,
.no-objectfit .notification-menu__list__sender-avatar strong,
.notification-menu__list__sender-avatar .no-objectfit strong, .no-objectfit .topbar__nav-user__avatar img, .topbar__nav-user__avatar .no-objectfit img,
.no-objectfit .topbar__nav-user__avatar strong,
.topbar__nav-user__avatar .no-objectfit strong {
  height: auto;
}
:root .home-post__header__crop img, :root .article-block__crop img, :root .channel-block__crop img, :root .employee-block__crop img, :root .employee-detail__crop img, :root .notification-menu__list__sender-avatar img,
:root .notification-menu__list__sender-avatar strong, :root .topbar__nav-user__avatar img,
:root .topbar__nav-user__avatar strong, _:-ms-lang(x) .home-post__header__crop img, .home-post__header__crop _:-ms-lang(x) img, _:-ms-lang(x) .article-block__crop img, .article-block__crop _:-ms-lang(x) img, _:-ms-lang(x) .channel-block__crop img, .channel-block__crop _:-ms-lang(x) img, _:-ms-lang(x) .employee-block__crop img, _:-ms-lang(x) .employee-detail__crop img, .employee-block__crop _:-ms-lang(x) img, .employee-detail__crop _:-ms-lang(x) img, _:-ms-lang(x) .notification-menu__list__sender-avatar img, .notification-menu__list__sender-avatar _:-ms-lang(x) img,
_:-ms-lang(x) .notification-menu__list__sender-avatar strong,
.notification-menu__list__sender-avatar _:-ms-lang(x) strong, _:-ms-lang(x) .topbar__nav-user__avatar img, .topbar__nav-user__avatar _:-ms-lang(x) img,
_:-ms-lang(x) .topbar__nav-user__avatar strong,
.topbar__nav-user__avatar _:-ms-lang(x) strong {
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/**
 * Clearfix placeholder
 */
/**
 * Clearfix placeholder on an :after element
 */
.employees-overview__filters-item, .phone-list__header-title, .support-page__header-title, .home__filters__list-item, h1, .channel__sidebar__wrapper__nav__item, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .article-page__main-text blockquote, .support-page__content blockquote, .block__text blockquote, .channel-overview__filters-item, .menu__site__list-item a {
  font-family: "din-condensed", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  line-height: 1;
  transition: opacity 0.3s ease-in;
  margin-bottom: 1ex;
  font-weight: 400;
  text-transform: uppercase;
}
.h1 {
  font-size: 5.625rem;
}
@media all and (max-width: 47.8125em) {
  .h1 {
    font-size: 2.8125rem;
  }
}
.phone-list__header-title, .support-page__header-title, .support-overview__title, .change-password__title, .reset-password__title, .forgot-password__title, .login__title, .h2, .menu__site__list-item a {
  font-size: 3.75rem;
}
@media all and (max-width: 47.8125em) {
  .phone-list__header-title, .support-page__header-title, .support-overview__title, .change-password__title, .reset-password__title, .forgot-password__title, .login__title, .h2, .menu__site__list-item a {
    font-size: 2.25rem;
  }
}
.h3 {
  font-size: 3rem;
}
@media all and (max-width: 47.8125em) {
  .h3 {
    font-size: 2.25rem;
  }
}
.h4, .digital__clock__time {
  font-size: 2.25rem;
}
@media all and (max-width: 47.8125em) {
  .h4, .digital__clock__time {
    font-size: 1.5rem;
  }
}
.search__container__list-item-title, .support-overview__accordion__expanded, .h5, .menu__app__list-item a {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 1.5rem;
  text-transform: unset;
}
@media all and (max-width: 47.8125em) {
  .search__container__list-item-title, .support-overview__accordion__expanded, .h5, .menu__app__list-item a {
    font-size: 1.3125rem;
  }
}
.employees-overview__filters-item, .home__filters__list-item, .h6, .article-page__main-text blockquote, .support-page__content blockquote, .block__text blockquote, .channel-overview__filters-item {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  text-transform: unset;
  font-size: 1.3125rem;
}
.type--outline-white {
  color: transparent;
  -webkit-text-stroke: 0.0125em white;
  text-stroke: 0.0125em white;
  text-transform: uppercase;
}
.type--outline-black, .style-guide__list.outline .style-guide__list__item div:first-child, .style-guide__logo .logo-mvrdv .logo-sub, .topbar__logo .logo-mvrdv .logo-sub {
  color: transparent;
  -webkit-text-stroke: 0.0125em black;
  text-stroke: 0.0125em black;
  text-transform: uppercase;
}
/**
* Default input styling
*
* [1] Remove IE clear icon 'X'
*/
/*
* Default input error colours
*/
/*
* Input hidden placeholder
*/
.article-page__main-text a, .support-page__content a, .block__text a {
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
}
.article-page__main-text a::after, .support-page__content a::after, .block__text a::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid black;
  transition: transform 0.3s ease-in-out;
  overflow: visible;
  z-index: -1;
}
.article-page__main-text a:hover, .support-page__content a:hover, .block__text a:hover {
  transform: scale(1.03);
}
.article-page__main-text a:hover::after, .support-page__content a:hover::after, .block__text a:hover::after {
  transform: scaleX(0) scaleY(1);
}
.article-page__main-text iframe, .support-page__content iframe, .block__text iframe,
.article-page__main-text object,
.support-page__content object,
.block__text object,
.article-page__main-text embed,
.support-page__content embed,
.block__text embed {
  width: 100%;
  height: auto;
  min-height: 500px;
}
.article-page__main-text .entry-content img, .support-page__content .entry-content img, .block__text .entry-content img {
  margin: 0 0 24px;
  max-width: 740px;
}
.article-page__main-text img, .support-page__content img, .block__text img {
  margin: 2.25rem auto;
  width: 100%;
  height: auto;
}
@media all and (max-width: 47.8125em) {
  .article-page__main-text p, .support-page__content p, .block__text p,
.article-page__main-text ul,
.support-page__content ul,
.block__text ul,
.article-page__main-text ol,
.support-page__content ol,
.block__text ol,
.article-page__main-text dl,
.support-page__content dl,
.block__text dl,
.article-page__main-text table,
.support-page__content table,
.block__text table,
.article-page__main-text blockquote,
.support-page__content blockquote,
.block__text blockquote {
    margin-bottom: 1ex;
  }
}
@media all and (min-width: 47.875em) {
  .article-page__main-text p, .support-page__content p, .block__text p,
.article-page__main-text ul,
.support-page__content ul,
.block__text ul,
.article-page__main-text ol,
.support-page__content ol,
.block__text ol,
.article-page__main-text dl,
.support-page__content dl,
.block__text dl,
.article-page__main-text table,
.support-page__content table,
.block__text table,
.article-page__main-text blockquote,
.support-page__content blockquote,
.block__text blockquote {
    margin-bottom: 2ex;
  }
}
.article-page__main-text em, .support-page__content em, .block__text em,
.article-page__main-text i,
.support-page__content i,
.block__text i {
  font-style: italic;
}
.article-page__main-text blockquote, .support-page__content blockquote, .block__text blockquote {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  position: relative;
  max-width: 500px;
  font-weight: 400;
  line-height: 110%;
  margin: 1ex auto;
}
.article-page__main-text blockquote::before, .support-page__content blockquote::before, .block__text blockquote::before, .article-page__main-text blockquote::after, .support-page__content blockquote::after, .block__text blockquote::after {
  position: absolute;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  height: 30px;
}
@media all and (min-width: 47.875em) {
  .article-page__main-text blockquote::before, .support-page__content blockquote::before, .block__text blockquote::before, .article-page__main-text blockquote::after, .support-page__content blockquote::after, .block__text blockquote::after {
    font-size: 3em;
  }
}
.article-page__main-text blockquote::before, .support-page__content blockquote::before, .block__text blockquote::before {
  content: "“";
  top: 0;
  left: 0;
}
.article-page__main-text blockquote::after, .support-page__content blockquote::after, .block__text blockquote::after {
  content: "”";
  bottom: 0;
  right: 0;
}
@media all and (max-width: 47.8125em) {
  .article-page__main-text blockquote, .support-page__content blockquote, .block__text blockquote {
    padding: 2px 1.4625rem 2px 1.4625rem;
  }
}
@media all and (min-width: 47.875em) {
  .article-page__main-text blockquote, .support-page__content blockquote, .block__text blockquote {
    padding: 5px 2.25rem 5px 2.25rem;
  }
}
.article-page__main-text ul, .support-page__content ul, .block__text ul {
  margin-left: 1.18rem;
}
.article-page__main-text ul > li, .support-page__content ul > li, .block__text ul > li {
  list-style: disc;
}
.article-page__main-text ol, .support-page__content ol, .block__text ol {
  counter-reset: li;
  margin-left: 1.5rem;
}
.article-page__main-text ol li, .support-page__content ol li, .block__text ol li {
  position: relative;
  list-style-type: none;
}
.article-page__main-text ol li::before, .support-page__content ol li::before, .block__text ol li::before {
  position: absolute;
  top: 1px;
  left: -1.5rem;
  font-size: 0.875em;
  font-weight: 700;
  content: counter(li) ".";
  counter-increment: li;
}
.article-page__main-text dl dt, .support-page__content dl dt, .block__text dl dt {
  font-weight: 700;
}
.article-page__main-text ul.results, .support-page__content ul.results, .block__text ul.results {
  margin: 0;
}
.article-page__main-text ul.results > li, .support-page__content ul.results > li, .block__text ul.results > li {
  list-style: none;
}
.article-page__main-text table, .support-page__content table, .block__text table {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  border: 0;
}
.block-link, .channel-block .block-link, .employee-block .block-link {
  overflow: hidden;
  text-indent: -400%;
  white-space: nowrap;
  z-index: 20;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -400%;
}
/**
 * Visually hide an element
 */
/**
 * Wrap the visually hidden mixin in a mobile query
 */
button,
input[type=submit] {
  overflow: visible;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: button;
  /* for input */
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  /* for button */
}
.style-guide__logo .logo-mvrdv .logo, .topbar__logo .logo-mvrdv .logo {
  display: block;
}
.style-guide__logo .logo-mvrdv .logo .icon, .topbar__logo .logo-mvrdv .logo .icon {
  height: 100%;
  width: 100%;
}
@media all and (max-width: 47.8125em) {
  .style-guide__logo .logo-mvrdv .logo, .topbar__logo .logo-mvrdv .logo {
    width: 75px;
    height: 24px;
  }
}
@media all and (min-width: 47.875em) {
  .style-guide__logo .logo-mvrdv .logo, .topbar__logo .logo-mvrdv .logo {
    width: 115px;
    height: 38px;
  }
}
.style-guide__logo .logo-mvrdv .logo-sub, .topbar__logo .logo-mvrdv .logo-sub {
  line-height: 70%;
  margin: 0;
  font-family: "din-condensed", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
@media all and (max-width: 47.8125em) {
  .style-guide__logo .logo-mvrdv .logo-sub, .topbar__logo .logo-mvrdv .logo-sub {
    font-size: 2rem;
  }
}
@media all and (min-width: 47.875em) {
  .style-guide__logo .logo-mvrdv .logo-sub, .topbar__logo .logo-mvrdv .logo-sub {
    font-size: 3.25rem;
  }
}
.button, .channel__timeline__wrapper__search-header__button {
  padding: 0.5625rem 1.6875rem;
  border: 2px solid currentColor;
  cursor: pointer;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  transition: 0.1s ease-in-out;
}
.button:active, .channel__timeline__wrapper__search-header__button:active {
  transform: scale(0.98);
}
.button.type--large, .type--large.channel__timeline__wrapper__search-header__button {
  padding: 1.125rem 1.6875rem;
}
.button.type--secondary, .type--secondary.channel__timeline__wrapper__search-header__button {
  color: rgba(0, 0, 0, 0.15);
}
.button.no--border, .no--border.channel__timeline__wrapper__search-header__button {
  border-width: 0;
}
.button.is--loading, .is--loading.channel__timeline__wrapper__search-header__button {
  position: relative;
  pointer-events: none;
  padding-left: 0.84375rem;
  padding-right: 2.53125rem;
  transition: 0.1s ease-in-out;
}
.button.is--loading::after, .is--loading.channel__timeline__wrapper__search-header__button::after {
  position: absolute;
  top: 50%;
  right: 0.84375rem;
  transform: translateY(-50%);
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid currentColor;
  border-top: 1px solid transparent;
  animation: loading-spinner 0.8s infinite linear;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.button:disabled, .channel__timeline__wrapper__search-header__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button--icon-only, .button--icon-only.channel__timeline__wrapper__search-header__button {
  padding: 0.5625rem;
}
.button.button--icon-only .icon, .button--icon-only.channel__timeline__wrapper__search-header__button .icon {
  width: 24px;
  height: 24px;
}
.link {
  position: relative;
  color: inherit;
  display: inline-block;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  padding: 3px 0;
  margin: 1ex 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 100%;
  cursor: pointer;
  z-index: 5;
}
.link::after {
  content: "";
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid black;
  transform: scaleX(0) scaleY(1);
  transition: transform 0.3s ease-in-out;
  overflow: visible;
  z-index: -1;
}
.link.type--large {
  margin: 0ex 0;
  padding: 7px 0;
}
.link.type--large::after {
  border-bottom: 3px solid black;
}
.link:hover::after {
  transform: scaleX(1) scaleY(1);
}
.link.is--active::after {
  transform: scaleX(1) translateY(-45%);
}
.link.is--loading {
  position: relative;
  pointer-events: none;
  transition: 0.1s ease-in-out;
  transition-delay: 0.5s;
  padding-right: 1.40625rem;
}
.link.is--loading::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 2px solid currentColor;
  border-top: 2px solid transparent;
  animation: loading-spinner 0.8s infinite linear;
}
.button-group {
  display: flex;
}
.button-group > * {
  margin-left: 0.75rem;
}
.button-group > *:nth-child(0) {
  margin-left: 0;
}
@keyframes loading-spinner {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.icon {
  position: relative;
  display: inline-block;
  min-width: 14px;
  min-height: 14px;
}
.icon-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: inherit;
}
/**
 * Import the elements
 */
.mat-accent .mat-form-field-label-wrapper {
  opacity: 0.8 !important;
}
/**
 * The form labels
 * @Note[1]: Create radio button styling
 * @Note[2]: Create checkbox styling
 */
label {
  cursor: pointer;
}
label:has(input.ng-invalid) {
  color: red;
}
/**
 * All labels with a required class get a `*` to indicate they are required
 */
label.required::after {
  color: #8DC640;
  vertical-align: text-top;
  content: " *";
}
label.required::after.error {
  color: red;
}
/* [1] */
.search__field {
  position: relative;
}
.search__field .search__reset-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.form legend {
  font-size: 1.0625rem;
  font-weight: 300;
  opacity: 0.6;
}
.form fieldset {
  margin-bottom: 1.5rem;
}
.form__footer {
  position: relative;
  display: flex;
}
.form__footer .button, .form__footer .channel__timeline__wrapper__search-header__button {
  margin-left: 0.5625rem;
}
.form__footer .button:first-of-type, .form__footer .channel__timeline__wrapper__search-header__button:first-of-type {
  margin-left: 0;
}
@media all and (min-width: 47.875em) {
  .form .form__grid-2,
.form .form__checks {
    display: flex;
    display: flex;
    justify-content: space-between;
  }
  .form .form__grid-2 mat-form-field,
.form .form__grid-2 mat-checkbox,
.form .form__checks mat-form-field,
.form .form__checks mat-checkbox {
    width: 45%;
  }
  .form .form__checks {
    flex-wrap: wrap;
  }
  .form__footer {
    justify-content: flex-end;
  }
}
* > .mat-snack-bar-container {
  border-radius: 0 !important;
  color: white;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.75);
  position: relative;
  top: -1.625rem;
}
* > .mat-snack-bar-container .mat-simple-snackbar {
  font-size: 1.125rem;
  padding: 0.09375rem 0;
}
* > .mat-snack-bar-container span {
  margin: auto;
  text-align: center;
}
.clock-component {
  display: flex;
  align-items: center;
}
.digital__clock {
  padding-right: 1.125rem;
}
.digital__clock__container {
  display: flex;
}
.digital__clock__time {
  font-size: 1.75rem;
  white-space: nowrap;
  margin: 0;
}
.digital__clock__moment {
  font-family: "din-condensed", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  position: relative;
  bottom: -6px;
  font-size: 0.9375rem;
}
.digital__clock__location {
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.5);
}
.analog__clock {
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 10px;
  background-color: white;
  border: 4px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.analog__clock__hour {
  width: 1px;
  height: 28%;
}
.analog__clock__minute {
  width: 1px;
  height: 35%;
}
.hand {
  position: absolute;
  background-color: black;
  left: 50%;
  top: 50%;
  width: 1px;
  transform: translate(-100%, -100%);
  transform-origin: bottom center;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: white;
}
.loading.set--inverse {
  background-color: black;
}
.loading.set--inline {
  position: absolute;
}
.loading__indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  position: absolute;
  width: 70px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.set--inline .loading__indicator {
  top: 100px;
}
.loading__indicator.is--active {
  z-index: 40;
  display: inline-block;
}
.loading__indicator__item {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: black;
  -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
          clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
}
.set--inverse .loading__indicator__item {
  background-color: white;
}
.is--active .loading__indicator__item {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.is--active .loading__indicator__item.is--bounce1 {
  animation-delay: -0.32s;
}
.is--active .loading__indicator__item.is--bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  /* stylelint-disable selector-list-comma-newline-after */
  0%, 80%, 100% {
    /* stylelint-enable selector-list-comma-newline-after */
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.125rem 1.85625rem;
  width: 100%;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
}
.topbar__logo {
  margin-bottom: 0;
  z-index: 109;
}
.topbar__logo .logo-mvrdv {
  display: flex;
  align-items: flex-end;
}
.topbar__logo .logo-mvrdv .logo {
  fill: black;
}
@media all and (max-width: 47.8125em) {
  .topbar__logo .logo-mvrdv .logo-sub {
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    /* height: 23px; */
    line-height: 75%;
  }
}
.topbar__nav-notifications {
  position: absolute;
  top: 25px;
}
@media all and (min-width: 47.875em) {
  .topbar__nav-notifications {
    right: 140px;
  }
}
@media all and (max-width: 47.8125em) {
  .topbar__nav-notifications {
    right: 120px;
  }
}
.topbar__nav-notifications .icon {
  width: 24px;
  height: 24px;
}
.topbar__nav-notifications__badge .mat-badge-content {
  color: white;
  background: #eb2428;
}
.topbar__nav-user {
  right: 80px;
  top: 9px;
  padding: 8px 0;
  position: absolute;
}
.topbar__nav-user__avatar {
  width: 36px;
  background-color: black;
  border: 2px solid white;
  box-shadow: 0 0 0px 2px black;
  border-radius: 100%;
}
.topbar__nav-user__avatar::before {
  padding-top: 100%;
}
.topbar__nav-user__avatar img,
.topbar__nav-user__avatar strong {
  filter: grayscale(100);
}
.topbar__nav-user__avatar strong {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-top: 2px;
  color: white;
}
.topbar__nav-user__list {
  position: absolute;
  top: 100%;
  right: 100vw;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 200px;
  padding: 1.125rem 0 0.225rem;
  z-index: 109;
  background-color: white;
}
.topbar__nav-user__list-item {
  width: 100%;
}
.topbar__nav-user__list-item a {
  display: block;
  padding: 0.7875rem 1.125rem 0.675rem;
}
.topbar__nav-user__list-item a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.topbar__nav__toggle-button {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  z-index: 124;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 44px;
  height: 40px;
  transition: 0.3s ease-in-out;
}
.topbar__nav__toggle-button .line {
  background-color: black;
  width: 70%;
  height: 2px;
  display: block;
  margin: 4px 15%;
  transform-origin: center center;
  transition: 0.3s ease-in-out;
}
.topbar__nav__toggle-button .line:nth-child(2) {
  width: 35%;
}
.topbar__nav__toggle-button .line:nth-child(3) {
  width: 52.5%;
}
.topbar__nav__toggle-button:hover .line:nth-child(2) {
  width: 70%;
  transition: 0.15s ease-in-out;
}
.topbar__nav__toggle-button:hover .line:nth-child(3) {
  width: 70%;
  transition: 0.15s ease-in-out;
}
.topbar__nav__toggle-button.is--active {
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}
.topbar__nav__toggle-button.is--active .line:nth-child(1) {
  width: 70%;
  transform: translateY(13px) rotate(-45deg);
}
.topbar__nav__toggle-button.is--active .line:nth-child(2) {
  width: 70%;
  transform: scaleX(0);
}
.topbar__nav__toggle-button.is--active .line:nth-child(3) {
  width: 70%;
  transform: translateY(-13px) rotate(45deg);
}
@media all and (max-width: 47.8125em) {
  .topbar {
    padding: 1.35rem 0.9rem;
    background-color: white;
  }
  .topbar__nav__toggle-button {
    right: 0.5625rem;
    top: 0.7875rem;
  }
  .topbar__nav-user {
    right: 56px;
  }
  .topbar__nav-user.set--active .topbar__nav-user__list {
    right: 0;
    animation: fade-in 0.3s ease-in-out;
  }
}
@media all and (min-width: 47.875em) {
  .topbar__nav-user:hover .topbar__nav-user__list {
    right: 50%;
    transform: translateX(50%);
    animation: fade-in 0.3s ease-in-out;
  }
}
.notification-menu {
  position: relative;
  min-width: 280px !important;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  max-height: 512px !important;
}
@media all and (min-width: 47.875em) {
  .notification-menu {
    max-width: 450px !important;
  }
}
@media all and (max-width: 47.8125em) {
  .notification-menu {
    max-width: 100% !important;
  }
}
.notification-menu .is--read {
  color: rgba(0, 0, 0, 0.4);
}
.notification-menu .mat-menu-content:not(:empty),
.notification-menu .mat-list-base {
  padding-top: 0;
  padding-bottom: 32px;
}
.notification-menu .is--unread:after {
  position: absolute;
  top: 18px;
  left: 42px;
  content: "";
  background-color: red;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid white;
}
.notification-menu__list {
  flex-direction: row-reverse;
}
.notification-menu__list__content {
  margin-left: 15px;
}
@media all and (min-width: 47.875em) {
  .notification-menu__list__content {
    max-width: 360px;
  }
}
@media all and (max-width: 47.8125em) {
  .notification-menu__list__content {
    max-width: 85%;
  }
}
.notification-menu__list__item-title {
  font-size: 1rem;
}
.notification-menu__list__item-meta {
  font-size: 0.875rem !important;
}
.notification-menu__list__sender {
  position: relative;
}
.notification-menu__list__sender-avatar {
  min-width: 36px;
  background-color: black;
  border: 2px solid white;
  box-shadow: 0 0 0px 2px black;
  border-radius: 100%;
  position: relative;
}
.notification-menu__list__sender-avatar::before {
  padding-top: 100%;
}
.notification-menu__list__sender-avatar img,
.notification-menu__list__sender-avatar strong {
  border-radius: 100%;
  filter: grayscale(100);
}
.notification-menu__list__sender-avatar strong {
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.notification-menu__list p,
.notification-menu__list .p {
  margin: 0 0 0;
}
.notification-menu .notify-toggle {
  border-top: 1px solid #E6E6E6;
  padding: 1.125rem;
  position: absolute;
  bottom: 0;
  background: white;
  width: 100%;
}
.notification-menu .mat-menu-content {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 72px;
}
.menu {
  position: fixed;
  top: 0;
  left: -150vw;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 99;
  background-color: white;
  padding-top: 80px;
  transition: opacity 0.3s ease-in-out, left 0.01s 0.3s linear;
}
.main-nav--active .menu {
  left: 0;
  transition: opacity 0.3s ease-in-out, left 0.01s linear;
  opacity: 1;
}
.menu .column-1-2 {
  display: flex;
}
.menu__site__list-item {
  margin-bottom: 15px;
}
.menu__site__list-item a {
  margin-bottom: 0;
  position: relative;
  text-transform: none;
  display: inline-block;
}
.menu__site__list-item a::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  border-top: 4px solid black;
  transition: width 0.3s ease-in-out;
}
.menu__site__list-item a.is--active::before {
  width: 100%;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}
.menu__site__list-item a:hover::before {
  width: 100%;
}
.menu__app {
  padding-bottom: 2.25rem;
}
.menu__app-title {
  margin-bottom: 2ex;
  opacity: 0.3;
}
.menu__app__list-item {
  margin-bottom: 1.5rem;
}
.menu__app__list-item a {
  font-weight: 300;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  padding-left: 50px;
  position: relative;
  display: inline-block;
}
.menu__app__list-item a .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu__app__list-item a::before {
  position: absolute;
  top: 100%;
  left: 40px;
  content: "";
  height: 0;
  width: 0;
  border-top: 2px solid;
  transition: width 0.3s ease-in-out;
}
.menu__app__list-item a:hover::before {
  width: calc(100% - 40px);
}
.menu__clocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  align-items: center;
}
.menu__clocks app-clock {
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  flex: 0 0 33.33%;
}
@media all and (max-width: 47.8125em) {
  .menu {
    flex-direction: column;
    display: block !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu .column-1-2 {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.2);
  }
  .menu .column-1-2 + .column-1-2 {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .menu__clocks {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4.5rem;
  }
  .menu__clocks app-clock {
    margin: 0 0 1.5rem 0;
  }
}
@media all and (min-width: 47.875em) {
  .menu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50vh;
    width: 0;
    border-left: 1px solid;
    opacity: 0.2;
    content: "";
    margin-top: 30px;
    transform: translate(1px, -50%);
  }
  .menu .column-1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 4.5rem;
  }
  .menu .column-1-2 + .column-1-2 {
    align-items: flex-start;
    padding-left: 4.5rem;
    padding-right: 0;
  }
}
.mvrdv-modal .mat-dialog-container {
  border-radius: 0;
}
.mvrdv-modal .mat-dialog-title {
  font-family: "din-condensed";
  font-size: 2rem;
}
.mvrdv-modal .mat-flat-button {
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.employee-block {
  position: relative;
  display: flex;
  align-items: center;
}
.employee-block:hover .employee-block__crop, .employee-block:hover .employee-detail__crop {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.employee-block__crop, .employee-detail__crop {
  max-width: 130px;
  flex: 0 0 130px;
  background-color: #6F6F6F;
}
.employee-block__crop::before, .employee-detail__crop::before {
  padding-top: 100%;
}
.employee-block__crop img, .employee-detail__crop img {
  filter: grayscale(100);
  mix-blend-mode: overlay;
}
.employee-block__crop__first-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5.625rem;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  color: white;
}
.employee-block__content {
  padding: 0 1.125rem;
}
.employee-block__title {
  margin-bottom: 3px;
  text-transform: none;
}
.employee-block__subtitle {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  text-transform: none;
}
.employee-block__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.employee-block__meta-item::after {
  content: ",";
}
.employee-block__meta-item:last-child::after {
  content: "";
}
.edit-profile .mat-selection-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.edit-profile .mat-selection-list mat-list-option {
  width: 45%;
}
.edit-profile .mat-selection-list .mat-list-item-content {
  padding: 0 !important;
}
.edit-profile .select-chips-input input::placeholder {
  color: white !important;
  opacity: 0.5 !important;
  -webkit-text-fill-color: white !important;
  font-size: 0.9375rem;
  font-style: italic;
  display: inline-block;
}
.edit-profile .select-chips-input .mat-form-field-label {
  display: none !important;
}
.channel-block {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.channel-block:hover .channel-block__crop {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.channel-block__crop {
  max-width: 130px;
  flex: 0 0 130px;
  background-color: #6F6F6F;
}
.channel-block__crop::before {
  padding-top: 100%;
}
@media all and (max-width: 47.8125em) {
  .channel-block__crop {
    max-width: 80px;
    flex: 0 0 80px;
  }
}
.channel-block__crop img {
  mix-blend-mode: overlay;
}
.channel-block__crop__first-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5.625rem;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  color: white;
}
.channel-block__content {
  padding: 0 1.125rem;
}
.channel-block__title {
  margin-bottom: 3px;
  text-transform: none;
  word-break: break-all;
}
.channel-block__subtitle {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  text-transform: none;
}
.channel-block__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.channel-block__meta-item::after {
  content: ",";
}
.channel-block__meta-item:last-child::after {
  content: "";
}
.post {
  border-bottom: 2px solid black;
  margin-bottom: 3.4375rem;
  padding-bottom: 1.09375rem;
  font-size: 1rem;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(-50px);
  position: relative;
  z-index: 10;
}
.post.is--pinned {
  background-color: #f5f5f5;
  box-shadow: 0 0 0px 1.25rem #f5f5f5;
}
.post.is--loaded {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.post__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.post__header__post-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post__header__time {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.post__header__time:hover {
  text-decoration: underline;
}
.post__header__author {
  display: inline-block;
}
.post__header__author:hover .post__header__author__figure__name {
  text-decoration: underline;
}
.post__header__author__figure {
  display: flex;
  align-items: center;
}
.post__header__author__figure__avatar, .post__header__author__figure__first-letter {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 0.5rem;
}
.post__header__author__figure__avatar {
  object-fit: cover;
  filter: grayscale(100%);
}
.post__header__author__figure__first-letter {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 27px;
  background-color: #6F6F6F;
}
.post__header__author__figure__name {
  font-weight: bold;
  font-size: 1.1875rem;
}
.post__header__image {
  margin-top: 0.625rem;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.post__header__image.is--loaded {
  opacity: 1;
}
.post__header__image__img {
  display: block;
  width: 100%;
}
.post__main {
  position: relative;
}
.post__main__title {
  font-size: 1.875rem;
}
.post__main__content {
  font-size: 1.1875rem;
  white-space: pre-line;
}
.post__main__content a {
  text-decoration: underline;
}
.post__main__button {
  margin-top: 0.625rem;
  text-decoration: underline;
  font-size: 1rem;
}
.post__main__delete-button {
  position: absolute !important;
  top: -10px;
  right: 0;
}
.post__footer {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post__footer__button {
  margin-right: 1.25rem;
  font-size: 1rem;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.5625rem;
  display: inline-block;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  -webkit-user-select: none;
          user-select: none;
}
.post__footer__button img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.3125rem;
}
.post__footer__button:hover span, .post__footer__button.is--active span {
  text-decoration: underline;
}
.post__footer__delete-button img {
  width: 20px !important;
}
.post__footer__files, .post__footer__comments {
  padding: 0.3125rem 0 0;
}
.post__footer__pin-button {
  display: inline-flex;
  align-items: center;
}
.post__footer__pin-button img {
  margin-right: 0.7ex;
  width: 15px;
}
.post__main__content,
.ql-editor {
  font-size: 1rem;
}
.post__main__content em,
.ql-editor em {
  font-size: 1em;
  opacity: 1;
  color: inherit;
  font-style: italic;
}
.post__main__content p,
.ql-editor p {
  margin: 0 0 1.5ex;
  line-height: 162%;
}
.post__main__content img,
.ql-editor img {
  width: 100%;
  height: auto;
  margin-top: 1ex;
}
.post__main__content .fr-video,
.ql-editor .fr-video {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2ex;
}
.post__main__content .fr-video iframe,
.ql-editor .fr-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post__main__content ul, .post__main__content ol,
.ql-editor ul,
.ql-editor ol {
  padding-left: 1.5em;
  margin-bottom: 1.5ex;
}
.post__main__content ul li, .post__main__content ol li,
.ql-editor ul li,
.ql-editor ol li {
  padding: 0 !important;
}
.post__main__content ul li::before, .post__main__content ol li::before,
.ql-editor ul li::before,
.ql-editor ol li::before {
  display: none !important;
}
.post__main__content ul li,
.ql-editor ul li {
  list-style-type: disc;
}
.post__main__content ol li,
.ql-editor ol li {
  list-style-type: decimal;
}
@keyframes shine {
  0% {
    transform: translateX(-100%);
    opacity: 0.2;
  }
  40%, 100% {
    transform: translateX(100%);
    opacity: 0.5;
  }
}
.skeleton-shine {
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(90deg, transparent 0px, white 40px, transparent 80px);
  z-index: 5;
  animation: shine 3s infinite linear;
}
.skeleton-shine.is--delay {
  animation-delay: 2s;
}
.skeleton-text {
  height: 0.8em;
  display: inline-block;
  vertical-align: sub;
  opacity: 0.1;
  background: black;
}
.skeleton-text.is--xl {
  width: 11.875em;
}
.skeleton-text.is--l {
  width: 9.375em;
}
.skeleton-text.is--m {
  width: 7.5em;
}
.skeleton-text.is--s {
  width: 6.25em;
}
.skeleton-text.is--xs {
  width: 5em;
}
.skeleton-text.is--xxs {
  width: 0.5em;
}
.skeleton-text.is--light {
  background: white;
}
.skeleton-text.is--block {
  display: block;
  margin-bottom: 0.35em;
}
.skeleton-img {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: black;
  opacity: 0.1;
  display: block;
}
.post.is--skeleton {
  border-color: rgba(0, 0, 0, 0.1);
}
.post.is--skeleton .post__header__author__figure__first-letter {
  opacity: 0.3;
}
.skeleton-alpha {
  opacity: 0.3;
}
.new-post {
  margin-bottom: 3.75rem;
}
.new-post .expander {
  overflow: hidden;
  max-height: 0;
  transition: 0.55s ease-in-out;
}
.new-post .expander.is--expanded {
  max-height: 68px;
}
.new-post__title {
  font-size: 1.875rem;
}
.new-post__fields {
  border: 2px solid black;
}
.new-post__row {
  width: 100%;
  position: relative;
  top: 0px;
  padding-top: 0;
  margin-bottom: -24px;
  margin-top: -20px;
}
.new-post__row .mat-form-field-label,
.new-post__row .mat-form-field-label-wrapper,
.new-post__row .mat-input-element {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.new-post__row .mat-form-field-label,
.new-post__row .mat-form-field-infix {
  padding-top: 0.3125rem;
  padding-bottom: 0.9375rem;
}
.new-post__row .mat-input-element {
  position: relative;
  top: 0.3125rem;
}
.new-post__footer {
  text-align: right;
  padding: 0.625rem;
  overflow: hidden;
}
.new-post__footer__button {
  margin-left: 0.625rem;
  background-color: white;
}
.new-post__footer__button.type--files {
  padding-left: 0;
  padding-right: 0;
  border-color: white;
  float: left;
  margin: 0;
  margin-left: 3px;
}
.new-post__footer__button.type--files img {
  display: inline-block;
  margin: -4px 0;
  position: relative;
  top: -0.5px;
  left: 4px;
}
.new-post__footer__button.type--files .loader {
  display: inline-block;
  border: 2px solid red;
}
.ql-editor {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.ql-editor .ql-video {
  width: 100%;
}
.new-comment {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: -2.5625rem;
  margin-top: 0.625rem;
}
.new-comment__input {
  width: 100%;
}
.new-comment__input .mat-form-field-wrapper {
  margin: 0;
}
.new-comment__input .mat-form-field-label-wrapper {
  font-size: 1.125rem;
  margin-top: -5px;
}
.new-comment__input input {
  padding-right: 50px;
  font-size: 1.125rem;
  position: relative;
  top: -5px;
}
.new-comment__submit {
  position: absolute;
  right: 0;
  bottom: calc(1.25em + 1px);
  font-size: 1.125rem;
  padding: 0.75rem 0;
  border: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.new-comment.is--expanded .new-comment__submit {
  opacity: 1;
}
.comment {
  margin-top: 1.25rem;
  transition: 0.5s ease-in-out;
  opacity: 0;
  position: relative;
}
.comment.is--loaded {
  opacity: 1;
  transform: translateY(0);
}
.comment__header {
  margin-bottom: 0.3125rem;
  display: flex;
}
.comment__header__figure {
  margin-top: -3px;
}
.comment__header__figure__avatar, .comment__header__figure__first-letter {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  margin-right: 0.5rem;
}
.comment__header__figure__avatar {
  object-fit: cover;
}
.comment__header__figure__first-letter {
  text-align: center;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 17.5px;
  background-color: #6F6F6F;
}
.comment__header__author {
  font-weight: bold;
  margin-right: 0.3125rem;
}
.comment__header__author:hover {
  text-decoration: underline;
}
.comment__header__time {
  opacity: 0.8;
}
.comment__header__delete {
  display: flex;
  margin-left: auto;
  cursor: pointer;
}
.comment__main__content {
  font-size: 1.125rem;
  white-space: pre-line;
}
.comment__main__content a {
  text-decoration: underline;
}
.file {
  margin-top: 1.25rem;
  position: relative;
}
.file__header {
  margin-bottom: 0.3125rem;
}
.file__header__ok, .file__header__remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
.file__header__remove {
  transform: translateY(-50%) rotate(45deg) scale(1.2);
  margin-top: 2px;
  right: 4px;
}
.file__header__ok {
  right: 32.5px;
}
.file__header__name {
  display: block;
}
.file__header__name:hover .file__header__author__figure__name {
  text-decoration: underline;
}
.file__header__name__figure {
  display: flex;
  align-items: center;
}
.file__header__name__figure__input {
  width: 100%;
  margin-bottom: calc(-1.25em - 3.5px);
  position: relative;
  top: -1.5px;
}
.file__header__name__figure__input .mat-input-element {
  font-size: 1rem;
  padding-right: 70px;
}
.file__header__name__figure__input .mat-form-field-infix {
  margin-top: calc(-1.25em - 3px);
}
.file__header__name__figure__avatar, .file__header__name__figure__first-letter {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 0.5rem;
}
.file__header__name__figure__avatar {
  object-fit: cover;
}
.file__header__name__figure__first-letter {
  text-align: center;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 27px;
  background-color: #6F6F6F;
}
.file__header__name__figure__name {
  font-weight: bold;
  font-size: 1rem;
  max-width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.channel-overview {
  padding-bottom: 6.25rem;
}
.channel-overview__close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  display: none;
}
.set--detail-in .channel-overview__close {
  display: block;
  cursor: default;
}
.channel-overview__main {
  margin: 0 auto;
  position: relative;
}
.set--detail-in .channel-overview__main {
  pointer-events: none;
}
.set--detail-in .channel-overview__main .channel-overview__form,
.set--detail-in .channel-overview__main .channel-overview__list__title,
.set--detail-in .channel-overview__main app-employee-block {
  filter: blur(5px);
}
.set--detail-in .channel-overview__main app-employee-block {
  display: block;
}
.set--detail-in .channel-overview__main app-employee-block.set--active {
  filter: blur(0);
}
.channel-overview__filters {
  display: flex;
}
.channel-overview__filters-item {
  margin-left: 1.125rem;
  position: relative;
}
.channel-overview__filters-item:first-child {
  margin-left: 0;
}
.channel-overview__filters-item button::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  top: 50%;
  border-top: 3px solid;
  transition: width 0.3s ease-in-out;
}
.channel-overview__filters-item.is--active button::before {
  width: 100%;
  transform: translateY(-50%);
}
.channel-overview__list {
  position: relative;
  margin: 3rem 0;
}
.channel-overview__list__title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1ex;
}
.channel-overview__list-item {
  margin-bottom: 1.125rem;
}
.set--detail-in {
  overflow: hidden;
}
@media all and (max-width: 47.8125em) {
  .channel-overview__main {
    transition: transform 0.7s ease-in-out;
  }
  .set--detail-in .channel-overview__main {
    transform: translate3d(-100vw, 0, 0);
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  .channel-overview__main {
    max-width: 70vw;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: landscape) {
  .channel-overview__main {
    max-width: 50vw;
  }
}
@media all and (min-width: 47.875em) {
  .channel-overview__main {
    padding: 0 1.125rem;
    transition: transform 0.3s ease-in-out;
  }
  .set--detail-in .channel-overview__main {
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 64.0625em) {
  .channel-overview__main {
    max-width: 600px;
    padding: 0 2.25rem;
  }
}
.mat-channels-option {
  text-transform: uppercase;
}
.load {
  position: fixed;
  top: 100px;
  left: 20px;
  z-index: 50;
}
.channel {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 74px;
  bottom: 0;
  width: 100%;
}
@media all and (max-width: 47.8125em) {
  .channel {
    top: 67.19px;
  }
}
.channel__timeline {
  overflow-y: auto;
  flex-grow: 2;
}
.channel__timeline__wrapper {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  padding: 2.25rem 1.125rem 7.875rem;
}
@media all and (max-width: 47.8125em) {
  .channel__timeline__wrapper {
    padding: 2.25rem 1.125rem 6.75rem;
  }
}
@media all and (min-width: 47.875em) {
  .channel__timeline__wrapper {
    padding: 3.375rem 2.25rem 5.625rem;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  .channel__timeline__wrapper {
    max-width: 70vw;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: landscape) {
  .channel__timeline__wrapper {
    max-width: 50vw;
  }
}
@media all and (min-width: 64.0625em) {
  .channel__timeline__wrapper {
    max-width: 600px;
  }
}
.channel__timeline__wrapper__search-header {
  margin-bottom: 3.75rem;
}
.channel__timeline__wrapper__search-header__button {
  margin-right: 0.625rem;
  padding: 0;
  border: 0;
}
.channel__timeline__wrapper__loader {
  position: absolute;
  z-index: 10;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s ease;
  opacity: 0;
  color: black;
  background: white;
  padding: 0.625rem 0.9375rem;
  border: 2px solid black;
  text-align: center;
}
.channel__timeline__wrapper__loader.is--active {
  opacity: 1;
}
.channel__sidebar {
  background-color: black;
  color: white;
  fill: white;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  flex-grow: 1;
  margin-left: auto;
}
@media all and (min-width: 47.875em) {
  .channel__sidebar {
    width: 21.875rem;
    display: block;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: landscape) {
  .channel__sidebar {
    width: 18.75rem;
  }
}
@media all and (max-width: 47.8125em) {
  .channel__sidebar {
    position: fixed;
    top: 0;
    left: 100%;
    padding-top: 80px;
    width: 100vw;
    height: 100%;
    z-index: 2000;
    overflow: inherit;
    transition: left 0.3s ease-in-out;
    will-change: left;
  }
}
@media all and (max-width: 47.8125em) {
  .channel__sidebar.open--sidenav {
    left: 50px;
  }
}
.channel__sidebar__toggle {
  display: none;
}
@media all and (max-width: 47.8125em) {
  .channel__sidebar__toggle {
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: translateX(-100%);
    display: block;
    padding: 0.84375rem;
    background-color: black;
    margin-left: 2px;
  }
  .channel__sidebar__toggle .icon {
    width: 32px;
    height: 32px;
  }
}
.channel__sidebar__select {
  width: 100%;
  margin-bottom: 1.5rem;
}
.channel__sidebar__select .mat-select {
  text-transform: uppercase;
}
.channel__sidebar__select .mat-select-value {
  font-weight: 700;
}
.channel__sidebar__subscribe {
  margin-bottom: 2.25rem;
}
.channel__sidebar__subscribe .mat-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-top: -4px;
}
.channel__sidebar__wrapper {
  padding: 1.125rem 1.125rem 1.125rem;
}
@media all and (max-width: 47.8125em) {
  .channel__sidebar__wrapper {
    padding: 1.125rem 1.125rem 1.125rem;
  }
}
@media all and (min-width: 47.875em) {
  .channel__sidebar__wrapper {
    padding: 2.25rem 2.25rem 2.25rem;
  }
}
.channel__sidebar__wrapper__img {
  width: 100%;
  display: block;
}
.channel__sidebar__wrapper__search {
  position: relative;
  margin-top: -1.125rem;
  margin-bottom: 1.875rem;
}
.channel__sidebar__wrapper__search__field {
  width: 100%;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.channel__sidebar__wrapper__search__field input,
.channel__sidebar__wrapper__search__field .mat-form-field-label {
  padding-left: 30px;
  padding-right: 30px;
}
.channel__sidebar__wrapper__search__button {
  position: absolute;
  top: 1.35rem;
  left: 0;
  transform: scale(0.9);
}
.channel__sidebar__wrapper__search__reset {
  position: absolute;
  top: 1.35rem;
  right: 4px;
  filter: invert(100%);
  transform: rotate(45deg) scale(1.4);
}
.channel__sidebar__wrapper__title {
  font-size: 1.3125rem;
}
.channel__sidebar__wrapper__text {
  margin-top: 1.25rem;
}
.channel__sidebar__wrapper__label {
  font-size: 1rem;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0.9375rem;
  margin-top: 3.125rem;
  opacity: 0.6;
}
.channel__sidebar__wrapper__nav__item {
  position: relative;
  display: inline-block;
  font-size: 1.3125rem;
  margin: 0;
  margin: 0.5rem 0;
  max-width: 100%;
}
.channel__sidebar__wrapper__nav__item::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  border-top: 2px solid white;
  transition: width 0.3s ease-in-out;
}
.channel__sidebar__wrapper__nav__item.is--active::before {
  width: 100%;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
}
.channel__sidebar__wrapper__nav__item:hover::before {
  width: 100%;
}
.channel__sidebar__wrapper__nav__item .truncate {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.article-block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.8125rem 0 0 3.375rem;
}
@media all and (max-width: 47.8125em) {
  .article-block {
    padding: 2.8125rem 0 0 0;
  }
}
.article-block__button {
  margin-top: 0.625rem;
  text-decoration: underline;
  font-size: 1rem;
}
.article-block.type--announcements {
  padding-left: 2.25rem;
}
.article-block.type--announcements .article-block__crop {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 47.8125em) {
  .article-block.type--events, .article-block.type--news {
    padding-left: 1.125rem;
    display: inline-block;
  }
  .article-block.type--events .article-block__crop, .article-block.type--news .article-block__crop {
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
  }
  .article-block.type--events .article-block__crop::before, .article-block.type--news .article-block__crop::before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  .article-block.type--events .article-block__content, .article-block.type--news .article-block__content {
    padding: 0 0;
  }
}
.article-block:hover .article-block__crop {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.article-block__crop {
  flex: 0 0 180px;
}
.article-block__crop::before {
  padding-top: 100%;
}
@media all and (max-width: 47.8125em) {
  .article-block__crop {
    flex: 0 0 100px;
  }
}
.article-block__title {
  text-transform: none;
}
@media all and (min-width: 47.875em) {
  .article-block__title {
    font-size: 2rem;
  }
}
.article-block__content {
  padding: 0 1.125rem;
}
.article-block__text {
  line-height: 1.3;
  margin-bottom: 0;
}
.article-block__meta {
  display: flex;
  font-size: 1rem;
  align-items: center;
  margin-left: -0.3375rem;
}
.article-block__meta-item {
  padding: 0 0.3375rem;
}
.article-block__meta-item.type--contentType {
  position: absolute;
  top: 0;
  left: -170px;
  width: 170px;
  text-align: center;
}
.article-block__meta-item.type--eventDate {
  margin-top: 0.6rem;
}
.article-block__meta-item.type--date {
  position: absolute;
  top: 0;
  right: 14px;
  color: #7D7D7D;
}
@media all and (max-width: 47.8125em) {
  .article-block__meta-item.type--contentType {
    left: -28px;
    text-align: inherit;
  }
}
.home-post {
  padding: 2.8125rem 0 0 3.375rem;
  font-size: 1rem;
  position: relative;
}
@media all and (max-width: 47.8125em) {
  .home-post {
    padding: 2.8125rem 0 0 1.125rem;
  }
}
.home-post:hover .home-post__header__crop {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.home-post__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.home-post__header__post {
  display: flex;
  flex-direction: column;
}
.home-post__header__post-user {
  justify-content: space-between;
  align-items: center;
}
.home-post__header__post-channel {
  color: #7D7D7D;
  font-family: "din-condensed", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 1.5em;
  margin-top: 1.2rem;
}
.home-post__header__time {
  position: absolute;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.home-post__header__time:hover {
  text-decoration: underline;
}
.home-post__header__author {
  display: inline-block;
}
.home-post__header__author:hover .post__header__author__figure__name {
  text-decoration: underline;
}
.home-post__header__author__figure {
  display: flex;
  align-items: center;
}
.home-post__header__author__figure__avatar, .home-post__header__author__figure__first-letter {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 0.5rem;
}
.home-post__header__author__figure__avatar {
  object-fit: cover;
  filter: grayscale(100%);
}
.home-post__header__author__figure__first-letter {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 27px;
  background-color: #6F6F6F;
}
.home-post__header__author__figure__name {
  font-weight: bold;
  font-size: 1.1875rem;
}
.home-post__header__crop {
  margin: 1.5rem 0 0.75rem 0;
}
.home-post__main {
  position: relative;
}
.home-post__main__title {
  font-size: 1.875rem;
}
.home-post__main__content {
  font-size: 1.1875rem;
  white-space: pre-line;
}
.home-post__main__content a {
  text-decoration: underline;
}
.home-post__main__button {
  margin-top: 0.625rem;
  text-decoration: underline;
  font-size: 1rem;
}
.home-post__main__delete-button {
  position: absolute !important;
  top: -10px;
  right: 0;
}
.home-post__meta__item.type--contentType {
  position: absolute;
  top: 0;
  left: -170px;
  width: 170px;
  text-align: center;
}
.home-post__meta__item.type--date {
  position: absolute;
  top: 0;
  right: 14px;
  color: #7D7D7D;
}
@media all and (max-width: 47.8125em) {
  .home-post__meta__item.type--contentType {
    left: -28px;
    text-align: inherit;
  }
}
.select-chapters-dialog .mat-selection-list:focus {
  outline: none;
}
.select-chapters-dialog .mat-list-base .mat-subheader {
  padding-left: 0;
}
.select-chapters-dialog .mat-list-base .mat-list-item .mat-list-item-content,
.select-chapters-dialog .mat-list-base .mat-list-option .mat-list-item-content {
  padding-left: 0;
}
.select-chapters-dialog .home__filters {
  margin: 0 0 20px;
  padding: 0;
}
@media all and (max-width: 47.8125em) {
  .select-chapters-dialog .home__filters__list {
    justify-content: flex-start;
  }
}
.select-chapters-dialog .home__filters__list-item {
  font-size: 1em;
}
html,
body {
  width: 100%;
  height: 100%;
}
/**
* Body tag styling
*/
body {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  font-size: 18px;
  padding-top: 200px;
}
@media all and (max-width: 47.8125em) {
  body {
    padding-top: 80px;
  }
}
/**
* A-tag styling
*/
a {
  color: inherit;
  text-decoration: none;
}
h1, .channel__sidebar__wrapper__nav__item, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .article-page__main-text blockquote, .support-page__content blockquote, .block__text blockquote {
  color: inherit;
}
p, .p {
  margin: 0 0 1.5em;
  line-height: 162%;
}
figure {
  margin: 0;
}
img {
  display: inline-block;
}
/**
* Reset strong for bold styling kuch
*/
strong, b {
  font-weight: 700;
}
hr {
  margin: 3rem 0;
  border-color: #7D7D7D;
}
em {
  font-size: 0.9em;
  opacity: 0.8;
}
/**
* Window.breakpoint
* [1] For mobile
* [2] For tablet
* [3] For desktop
* [4] For ultra desktop
*/
@media all and (max-width: 47.8125em) {
  body::after {
    content: "breakpoint-mobile";
    display: none;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) {
  body::after {
    content: "breakpoint-tablet";
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 81.1875em) {
  body::after {
    content: "breakpoint-desktop";
    display: none;
  }
}
@media all and (min-width: 81.25em) {
  body::after {
    content: "breakpoint-large-desktop";
    display: none;
  }
}
[hidden] {
  display: none;
}
@keyframes slide-in {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.bg--white {
  background-color: white;
}
.bg--black {
  background-color: black;
}
.block {
  margin-bottom: 3rem;
}
.block__title {
  margin-bottom: 2ex;
}
.columns {
  display: flex;
}
.column-1-2 {
  width: 50%;
  flex: 1;
}
@media all and (max-width: 47.8125em) {
  .column-1-2 {
    width: 100%;
  }
}
.color--white {
  color: white;
  fill: white;
}
.color--black {
  color: black;
  fill: black;
}
.container {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 100%;
}
.container.type--xs {
  max-width: 500px;
}
.container.type--s {
  max-width: 620px;
}
.container.type--m {
  max-width: 830px;
}
.container.type--l {
  max-width: 1100px;
}
.container.type--xl {
  max-width: 1300px;
}
@media all and (max-width: 47.8125em) {
  .container {
    padding: 0 0.9rem;
  }
}
@media all and (min-width: 47.875em) {
  .container {
    padding: 0 1.85625rem;
  }
}
.grid-1-3 {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  width: auto;
  /*
   * @note -flex-group... is fix for margin-bottom block
   */
  overflow: hidden;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.grid-1-3 .grid__item {
  display: flex;
}
@media all and (min-width: 81.25em) {
  .grid-1-3 .grid__item {
    margin: 0 0.75rem 1.5rem;
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media all and (min-width: 64.0625em) and (max-width: 81.1875em) {
  .grid-1-3 .grid__item {
    margin: 0 0.75rem 1.5rem;
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: landscape) {
  .grid-1-3 .grid__item {
    margin: 0 0.75rem 1.5rem;
    flex-basis: calc(25% - 1.5rem);
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  .grid-1-3 .grid__item {
    margin: 0 0.75rem 1.5rem;
    flex-basis: calc((33.3333333333%) - 1.5rem);
  }
}
@media all and (max-width: 47.8125em) {
  .grid-1-3 .grid__item {
    margin: 0 0.375rem 0.75rem;
    flex-basis: calc((50%) - 0.75rem);
  }
}
.text-center {
  text-align: center;
}
.caption {
  color: #7D7D7D;
  font-size: 0.8em;
}
.subtitle {
  font-weight: 100;
}
/**
 * Element is hidden
 */
.is--hidden {
  display: none !important;
}
.is--invisible {
  opacity: 0;
}
.is--visible {
  opacity: 1;
}
.is--fixed {
  position: fixed;
}
.is--clickable {
  cursor: pointer;
}
.disable-scrolling {
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media all and (max-width: 47.8125em) {
  .disable-scrolling {
    height: 100vh;
  }
}
/**
* Helpers
**/
.pre-line {
  white-space: pre-line;
}
.no--underline, .no--underline:hover, .no--underline:focus, .no--underline:active {
  text-decoration: none;
}
.p1 {
  padding: 1.125rem;
}
.shadowZ2 {
  box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.22);
}
.error-message {
  color: #eb2428;
  margin-bottom: 0.45rem;
  font-size: 0.9375rem;
  line-height: 130%;
  margin: 0;
}
.app {
  position: relative;
  min-height: 100%;
}
.app__wrapper {
  position: relative;
  transition: opacity 0.3s ease-in-out;
  z-index: 3;
  min-height: 100%;
}
.home-overview__results__item {
  position: relative;
  transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
  padding-bottom: 3rem;
  margin-bottom: 0.45rem;
  padding-left: 10.625rem;
}
@media all and (min-width: 47.875em) {
  .home-overview__results__item::before {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 5.25rem;
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 47.8125em) {
  .home-overview__results__item {
    padding-left: 1.625rem;
  }
  .home-overview__results__item::before {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 1rem;
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.set--detail-in .home-overview__results__item {
  filter: blur(5px);
  opacity: 0.4;
  pointer-events: none;
}
.set--detail-in .home-overview__results__item.set--active {
  opacity: 1;
  filter: blur(0);
}
.home__wrapper__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 20;
  display: none;
  width: 100%;
  cursor: default;
}
.set--detail-in .home__wrapper__close {
  display: block;
}
.home {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 74px;
  bottom: 0;
  width: 100%;
}
.home__wrapper {
  overflow-y: auto;
  flex-grow: 2;
}
.home__wrapper .container {
  transition: transform 0.3s ease-in-out;
}
@media all and (max-width: 47.8125em) {
  .home__wrapper .container {
    transition-duration: 0.6s;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  .home__wrapper .container {
    transition-duration: 0.5s;
  }
}
.set--detail-in .home__wrapper .container {
  transform: translate3d(-50%, 0, 0);
}
@media all and (max-width: 47.8125em) {
  .set--detail-in .home__wrapper .container {
    transform: translate3d(-100%, 0, 0);
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  .set--detail-in .home__wrapper .container {
    transform: translate3d(-80%, 0, 0);
  }
}
.home__filters {
  margin-bottom: 3rem;
  transition: filter 0.4s ease-in-out;
}
.set--detail-in .home__filters {
  filter: blur(5px);
  pointer-events: none;
}
.home__filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
}
@media all and (max-width: 47.8125em) {
  .home__filters__list {
    gap: 0.5625rem;
  }
}
.home__filters__list-item {
  position: relative;
  margin: 0;
}
@media all and (max-width: 47.8125em) {
  .home__filters__list-item {
    transform: scale(0.9);
    transform-origin: center center;
  }
}
.home__filters__list-item:first-child {
  margin-left: 0;
}
.home__filters__list-item button::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  top: calc(50% + 2px);
  border-top: 2px solid;
  transition: width 0.3s ease-in-out;
}
.home__filters__list-item.is--active button::before {
  width: 100%;
  transform: translateY(-50%);
}
.home-overview__wrapper {
  padding-bottom: 7.5rem;
  position: relative;
}
app-article-page {
  width: 50vw;
  max-width: 800px;
  top: 71px;
  right: -10px;
  height: 100%;
  z-index: 20;
}
@media all and (max-width: 47.8125em) {
  app-article-page {
    width: 100%;
    top: 67px;
    right: 0px;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  app-article-page {
    width: 70%;
  }
}
.link-block {
  background-color: black;
  color: white;
  margin-bottom: 10px;
  width: calc(100% - 10px);
}
@media all and (min-width: 47.875em) {
  .link-block {
    width: calc(50% - 10px);
  }
}
@media all and (min-width: 64.0625em) {
  .link-block {
    width: calc(33.3333333333% - 10px);
  }
}
.link-block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-block__link {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-weight: 600;
}
@media all and (min-width: 47.875em) {
  .link-block__link {
    padding: 20px;
  }
}
.quick-nav {
  padding: 50px 0;
}
@media all and (min-width: 64.0625em) {
  .quick-nav {
    padding: 75px 0;
  }
}
.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.login__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}
.login .mat-ripple {
  display: none;
}
.login .mat-checkbox {
  margin-bottom: 1.25em;
}
.login__toolbar {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.125rem;
}
.login__toolbar__button {
  display: inline-flex;
}
.login__toolbar__button:not(:last-child) {
  margin-right: 1.125rem;
}
.forgot-password {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.forgot-password__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}
.forgot-password__button {
  display: inline-flex;
  margin-top: 0.75rem;
}
.forgot-password__button:not(:last-child) {
  margin-right: 0.45rem;
}
.forgot-password__toolbar {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.125rem;
}
.forgot-password__toolbar__button {
  display: inline-flex;
}
.forgot-password__toolbar__button:not(:last-child) {
  margin-right: 1.125rem;
}
.reset-password {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.reset-password__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}
.reset-password__button {
  display: inline-flex;
  margin-top: 0.75rem;
}
.reset-password__button:not(:last-child) {
  margin-right: 0.45rem;
}
.reset-password__toolbar {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.125rem;
}
.reset-password__toolbar__button {
  display: inline-flex;
}
.reset-password__toolbar__button:not(:last-child) {
  margin-right: 1.125rem;
}
.change-password {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.change-password__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}
.change-password__button {
  display: inline-flex;
  margin-top: 0.75rem;
}
.change-password__button:not(:last-child) {
  margin-right: 0.45rem;
}
.change-password__toolbar {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.125rem;
}
.change-password__toolbar__button {
  display: inline-flex;
}
.change-password__toolbar__button:not(:last-child) {
  margin-right: 1.125rem;
}
.support-overview__accordion__container {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.support-overview__accordion__container.set--active {
  opacity: 1;
}
.support-overview__accordion__item {
  padding-bottom: 10px;
}
.support-overview__accordion__item-title {
  position: relative;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  text-transform: uppercase;
}
@media all and (min-width: 47.875em) {
  .support-overview__accordion__item-title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    height: 0px;
    width: 0;
    bottom: 16px;
    border-top: 2px solid;
    transition: width 0.3s ease-in-out;
  }
  .is--active .support-overview__accordion__item-title::after {
    width: 100%;
  }
}
.support-overview__accordion__item-toggle {
  display: flex;
  z-index: 114;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 44px;
  height: 22px;
  transition: 0.3s ease-in-out;
}
.support-overview__accordion__item-toggle .line {
  background-color: black;
  width: 70%;
  height: 2px;
  display: block;
  margin: 4px 15%;
  transform-origin: center center;
  transition: 0.3s ease-in-out;
}
.support-overview__accordion__item-toggle .line:nth-child(1) {
  width: 60%;
  transform: translateY(5px) rotate(-90deg);
}
.support-overview__accordion__item-toggle .line:nth-child(2) {
  width: 60%;
  transform: translateY(-5px);
}
.is--active .support-overview__accordion__item-toggle {
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
.is--active .support-overview__accordion__item-toggle .line:nth-child(1) {
  width: 60%;
  transform: translateY(5px) rotate(90deg);
}
.is--active .support-overview__accordion__item-toggle .line:nth-child(2) {
  width: 60%;
  transform: translateY(-5px) rotate(90deg);
}
.support-overview__accordion-link {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.support-overview__accordion__expanded__wrapper {
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  width: 100%;
  transition: padding 0.3s ease-in-out, max-height 0.6s cubic-bezier(0, 1, 0, 1);
}
.support-overview__accordion__expanded__wrapper.is--visible {
  max-height: 2000px;
  transition: padding 0.3s ease-in-out, max-height 0.6s ease-in;
}
.support-overview__accordion__expanded-list {
  margin: 0.3rem 0 1.5rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.support-overview__accordion__expanded-list-item {
  width: 50%;
}
.support-overview__accordion__expanded-list-item a {
  position: relative;
  text-transform: none;
}
.support-overview__accordion__expanded-list-item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  height: 0px;
  width: 0;
  bottom: 1px;
  border-top: 2px solid;
  transition: width 0.15s ease-in-out;
}
.support-overview__accordion__expanded-list-item a:hover::after {
  width: 100%;
}
@media all and (max-width: 47.8125em) {
  .support-overview__accordion__item-title {
    font-size: 1.375rem;
    max-width: 90%;
  }
  .support-overview__accordion__item-toggle {
    width: 28px;
    height: 16px;
  }
  .support-overview__accordion__item-toggle .line:nth-child(1) {
    width: 62%;
    transform: translateY(4px) rotate(-90deg);
  }
  .support-overview__accordion__item-toggle .line:nth-child(2) {
    width: 62%;
    transform: translateY(-6px);
  }
  .is--active .support-overview__accordion__item-toggle {
    transition: 0.3s ease-in-out;
    transform: rotate(90deg);
    margin-right: 1px;
  }
  .is--active .support-overview__accordion__item-toggle .line:nth-child(1) {
    width: 62%;
    transform: translateY(1px) rotate(90deg);
  }
  .is--active .support-overview__accordion__item-toggle .line:nth-child(2) {
    width: 62%;
    transform: translateY(-8px) rotate(90deg);
  }
}
.support-overview .search {
  margin-bottom: 20px;
}
.search__container.is--active {
  animation: appear 0.5s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.search__container__list-item {
  margin: 3rem auto;
}
.search__container__list-item-title {
  text-transform: none;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.search__container__list-item-title a {
  position: relative;
  text-transform: none;
}
.search__container__list-item-title a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  height: 0px;
  width: 0;
  bottom: 1px;
  border-top: 2px solid;
  transition: width 0.15s ease-in-out;
}
.search__container__list-item-title a:hover::after {
  width: 100%;
}
.search__container__list-item-categories {
  display: flex;
  flex-direction: row;
}
.search__container__list-item-categories__category {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-size: 1.125rem;
}
.search__container__list-item-categories__category:not(:last-child)::after {
  content: ",";
  margin-right: 5px;
}
.search__container__results-found {
  opacity: 0.8;
}
.search__container__results-not-found {
  margin-bottom: 2.25rem;
}
.search__container__results-not-found.is--active {
  animation: appear 0.5s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media all and (max-width: 47.8125em) {
  .search__container__list-item-categories {
    flex-direction: column;
  }
}
.support-overview {
  min-height: 100vh;
}
.support-overview .container {
  min-width: 50%;
  max-width: 700px;
  padding-bottom: 5%;
}
.support-overview__title {
  font-weight: 600;
}
.support-overview__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-overview__toolbar .home__filters {
  margin: 0 0 10px;
  padding: 0;
}
@media all and (max-width: 47.8125em) {
  .support-overview__toolbar {
    align-items: flex-start;
    flex-flow: column;
    justify-content: initial;
  }
  .support-overview__toolbar .home__filters {
    margin-bottom: 10px;
  }
  .support-overview__toolbar .home__filters__list {
    justify-content: flex-start;
  }
  .support-overview__toolbar .search__reset-button {
    order: -1;
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 47.8125em) {
  .support-overview .container {
    max-width: 95%;
  }
  .support-overview__title {
    padding-top: 120px;
  }
}
.support-page__header {
  margin-bottom: 2.25rem;
}
.support-page__header-title {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.support-page__header-categories {
  display: flex;
  flex-wrap: wrap;
}
.support-page__header-categories__category:not(:last-child)::after {
  content: ",";
  margin-right: 5px;
}
.support-page__content {
  padding-bottom: 1.5rem;
}
@media all and (max-width: 47.8125em) {
  .support-page__header-categories__item {
    font-size: 0.9375rem;
  }
}
.phone-list__header {
  margin-bottom: 2.25rem;
}
.phone-list__header-title {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.phone-list__main dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.phone-list__main dd {
  margin-left: auto;
}
.phone-list__generic {
  padding-top: 2.25rem;
}
@media all and (min-width: 47.875em) {
  .phone-list__generic dl {
    width: 50%;
  }
}
.phone-list__employees {
  display: flex;
  padding-top: 2.25rem;
}
@media all and (max-width: 47.8125em) {
  .phone-list__employees {
    flex-wrap: wrap;
  }
}
.phone-list__employees__left {
  width: 50%;
}
@media all and (min-width: 47.875em) {
  .phone-list__employees__left {
    width: 50%;
    margin-right: 100px;
  }
}
.phone-list__employees__right {
  width: 50%;
}
@media all and (min-width: 47.875em) {
  .phone-list__employees__right {
    width: 50%;
  }
}
.employees-overview__close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  display: none;
}
.set--detail-in .employees-overview__close {
  display: block;
  cursor: default;
}
.employees-overview__main {
  margin: 0 auto;
  position: relative;
}
.set--detail-in .employees-overview__main {
  pointer-events: none;
}
.set--detail-in .employees-overview__main .employees-overview__form,
.set--detail-in .employees-overview__main .employees-overview__list__title,
.set--detail-in .employees-overview__main app-employee-block {
  filter: blur(5px);
}
.set--detail-in .employees-overview__main app-employee-block {
  display: block;
}
.set--detail-in .employees-overview__main app-employee-block.set--active {
  filter: blur(0);
}
.employees-overview__filters {
  display: flex;
}
.employees-overview__filters-item {
  margin-left: 1.125rem;
  position: relative;
}
.employees-overview__filters-item:first-child {
  margin-left: 0;
}
.employees-overview__filters-item button::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  top: 50%;
  border-top: 3px solid;
  transition: width 0.3s ease-in-out;
}
.employees-overview__filters-item.is--active button::before {
  width: 100%;
  transform: translateY(-50%);
}
.employees-overview__list {
  position: relative;
  margin: 3rem 0;
}
.employees-overview__list__title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1ex;
}
.employees-overview__list-item {
  margin-bottom: 1.125rem;
}
.set--detail-in {
  overflow: hidden;
}
@media all and (max-width: 47.8125em) {
  .employees-overview__main {
    transition: transform 0.7s ease-in-out;
  }
  .set--detail-in .employees-overview__main {
    transform: translate3d(-100vw, 0, 0);
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  .employees-overview__main {
    max-width: 70vw;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: landscape) {
  .employees-overview__main {
    max-width: 50vw;
  }
}
@media all and (min-width: 47.875em) {
  .employees-overview__main {
    padding: 0 1.125rem;
    transition: transform 0.3s ease-in-out;
  }
  .set--detail-in .employees-overview__main {
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 64.0625em) {
  .employees-overview__main {
    max-width: 600px;
    padding: 0 2.25rem;
  }
}
.employee-detail {
  background-color: black;
  color: white;
  fill: white;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.employee-detail .button-group {
  position: fixed;
  top: 15px;
  right: 1.6875rem;
  z-index: 94;
}
.employee-detail .button-group > * {
  margin-left: 0;
}
.employee-detail .close-button .icon {
  width: 18px;
  height: 18px;
}
.employee-detail__header {
  display: flex;
  align-items: center;
  margin-bottom: 2.25rem;
}
.employee-detail__crop {
  margin-right: 1.5rem;
}
.employee-detail__crop img {
  filter: grayscale(0);
}
.employee-detail__title {
  margin-bottom: 0;
}
.employee-detail__subtitle {
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
  font-weight: normal;
  margin-left: 4px;
}
.employee-detail__list {
  margin-bottom: 1.5rem;
}
.employee-detail__list-title, .employee-detail__clocks-title {
  margin-bottom: 3px;
  font-size: 1.0625rem;
  text-transform: none;
  font-weight: 300;
  opacity: 0.6;
}
.employee-detail__list dd {
  font-weight: 700;
}
.employee-detail__list.type--contact .icon {
  margin-right: 1ex;
}
.employee-detail__list.type--contact dd {
  margin-bottom: 5px;
}
.employee-detail__list.type--speciality, .employee-detail__list.type--skills {
  display: flex;
  flex-wrap: wrap;
}
.employee-detail__list.type--speciality dt, .employee-detail__list.type--skills dt {
  width: 100%;
}
.employee-detail__list.type--speciality dd, .employee-detail__list.type--skills dd {
  margin-right: 1ex;
}
.employee-detail__list.type--speciality dd::after, .employee-detail__list.type--skills dd::after {
  content: ",";
}
.employee-detail__list.type--speciality dd:last-of-type::after, .employee-detail__list.type--skills dd:last-of-type::after {
  content: "";
}
.employee-detail__list.type--personal {
  max-width: 300px;
}
.employee-detail__list.type--personal dd {
  display: flex;
  font-weight: 700;
}
.employee-detail__list.type--personal span {
  width: 50%;
}
.employee-detail__list.type--personal .label {
  padding-right: 2ex;
}
.employee-detail__clocks-title {
  margin-bottom: 1.5rem;
  font-family: "din-2014", source-han-sans-simplified-c, source-han-sans-traditional, simhei, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.employee-detail__clocks__list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding-top: 20px;
}
.employee-detail__clocks__list-item:first-child {
  border-top: 0;
  padding: 0;
  margin: 0;
}
.employee-detail__clocks .clock-component {
  display: flex;
  align-items: center;
}
.employee-detail__clocks .digital__clock {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.employee-detail__clocks .digital__clock__location {
  color: white;
  font-size: 0.875rem;
  padding-top: 0;
}
.employee-detail__clocks .digital__clock__moment {
  bottom: -6px;
}
.employee-detail__clocks .analog__clock {
  width: 60px;
  height: 60px;
  margin: 0 1ex 0 0;
  background-color: black;
  border: 2px solid white;
}
.employee-detail__clocks .analog__clock .hand {
  background-color: white;
}
app-employee-detail {
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 47.8125em) {
  app-employee-detail {
    width: 100vw;
    top: 67px;
    height: 100%;
    right: 0;
  }

  .employee-detail {
    height: calc(100% - 60px);
    padding: 2.25rem 1.125rem 1.125rem;
  }
  .employee-detail .button-group {
    right: 20px;
    position: fixed;
  }
  .employee-detail__clocks {
    padding: 2.25rem 0;
  }
  .employee-detail__crop {
    flex: 0 0 70px;
  }
  .employee-detail .employee-block__crop__first-letter {
    font-size: 3.125rem;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: portrait) {
  app-employee-detail {
    width: 80vw;
  }
}
@media all and (min-width: 47.875em) and (max-width: 64em) and (orientation: landscape) {
  app-employee-detail {
    width: 60vw;
  }
}
@media all and (min-width: 47.875em) {
  app-employee-detail {
    top: 70px;
    right: -10px;
  }

  .employee-detail {
    height: calc(100% - 70px);
    padding: 3.375rem 2.25rem 2.25rem;
  }
  .employee-detail__clocks {
    position: absolute;
    top: 180px;
    right: 1.125rem;
    padding: 2.25rem;
  }
}
@media all and (min-width: 64.0625em) {
  app-employee-detail {
    width: 45vw;
  }
}
.style-guide .caption {
  border-top: 1px dotted;
  margin-top: 0.75rem;
}
.style-guide__typography .style-guide__list .h1, .style-guide__typography .style-guide__list .h2, .style-guide__typography .style-guide__list .h3, .style-guide__typography .style-guide__list .h4, .style-guide__typography .style-guide__list .h5, .style-guide__typography .style-guide__list .h6, .style-guide__typography .style-guide__list .article-page__main-text blockquote, .article-page__main-text .style-guide__typography .style-guide__list blockquote, .style-guide__typography .style-guide__list .block__text blockquote, .block__text .style-guide__typography .style-guide__list blockquote, .style-guide__typography .style-guide__list .support-page__content blockquote, .support-page__content .style-guide__typography .style-guide__list blockquote {
  margin-bottom: 0px;
}
.style-guide__color__block {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.style-guide__color__list {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.style-guide__color__list__title {
  margin-top: 0.375rem;
}
.style-guide__color__list__item {
  min-width: 150px;
}
.style-guide__logo {
  display: flex;
  flex-direction: column;
}
.style-guide__logo .container {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.style-guide__logo .logo-mvrdv {
  display: flex;
  flex-direction: row;
}
.style-guide__list {
  display: flex;
  align-items: flex-end;
}
.style-guide__list__item {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
.style-guide__list__item:first-child {
  margin-left: 0;
}
.style-guide__buttons__list {
  align-items: flex-start;
  flex-wrap: wrap;
}
.style-guide__buttons__list__item {
  margin: 0;
  margin-bottom: 1.5rem;
  width: 45%;
}
.style-guide__buttons__list__item .caption {
  width: 200px;
}
.style-guide__buttons__list__item .button, .style-guide__buttons__list__item .channel__timeline__wrapper__search-header__button {
  margin: 10px 0;
}
.style-guide__buttons .buttons {
  display: flex;
  flex-direction: column;
}
.style-guide__buttons .buttons__item {
  display: flex;
  align-items: center;
}
.style-guide__buttons .buttons__item .caption {
  padding: 0 2ex;
  width: auto;
}
.style-guide__forms .column-1-2:first-of-type {
  padding-right: 1.125rem;
}
.style-guide__forms .column-1-2:last-of-type {
  padding-left: 1.125rem;
}
.article-page {
  background-color: black;
  color: white;
  fill: white;
  width: 100%;
  height: calc(100% - 70px);
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.3);
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 47.8125em) {
  .article-page {
    height: calc(100% - 67px);
  }
}
.article-page__back-button {
  position: fixed;
  top: 10px;
  right: 30px;
}
.article-page__title {
  text-align: left;
}
.article-page__crop {
  margin-bottom: 3rem;
}
.article-page__crop img {
  width: 100%;
}

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