body{margin:0;padding:0}#splash{position:absolute;z-index:15000;width:100%;height:100vh;overflow:hidden;font-size:5rem;color:#fff;text-align:center;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-size:cover;transition:opacity 1000ms ease-out}#splash.done{opacity:0}#splash .loading-splash-screen{position:absolute;top:0;left:0;z-index:inherit;display:block;width:100%;height:100vh;margin:0;padding:7vh 0 0;text-align:center;background-repeat:no-repeat;background-size:cover;background-position:0 0}#splash .loading-splash-screen .loading-infobox{width:50% !important;margin:auto;margin-top:10rem !important}#splash .loading-splash-screen .loading-infobox .loading-logo{width:auto;height:auto}#splash .loading-splash-screen .loading-infobox .loading-logo figure{width:auto !important;height:auto !important;margin:0}#splash .loading-splash-screen .loading-infobox .loading-logo figure .loading-image{width:inherit;height:220px;max-width:-webkit-fill-available;max-width:-moz-available;max-width:stretch}#splash .loading-splash-screen .loading-infobox img{margin:0 auto}@media(min-width: 1216px){#splash .loading-splash-screen .loading-infobox{width:100%;margin:auto}}@media(max-width: 768px){#splash .loading-splash-screen .loading-infobox{width:75vw !important;max-width:375px;margin:auto;padding-right:0;padding-left:0}}@media(max-width: 400px){#splash .loading-splash-screen{padding-right:45px;padding-left:45px}}@keyframes load-pulse{0%{background:rgba(21,28,44,0)}50%{background:rgba(21,28,44,.25)}100%{background:rgba(21,28,44,0)}}
/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: #363636;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important;
}

.has-background-info {
  background-color: #209cee !important;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important;
}

.has-background-success {
  background-color: #23d160 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important;
}

.has-background-danger {
  background-color: #ff3860 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button.is-link:active, .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #209cee;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #209cee;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #209cee #209cee !important;
}

.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  box-shadow: none;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #209cee #209cee !important;
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled],
fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.buttons.is-right {
  justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li + li {
  margin-top: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

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

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}

.notification.is-info {
  background-color: #209cee;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #dbdbdb 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #dbdbdb 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #3273dc;
}

.progress.is-link::-moz-progress-bar {
  background-color: #3273dc;
}

.progress.is-link::-ms-fill {
  background-color: #3273dc;
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}

.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}

.progress.is-info::-ms-fill {
  background-color: #209cee;
}

.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

.progress.is-success::-ms-fill {
  background-color: #23d160;
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%);
}

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.input, .textarea, .select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
  border-color: #b5b5b5;
}

.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input[disabled], .textarea[disabled], .select select[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input, .textarea {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input[readonly], .textarea[readonly] {
  box-shadow: none;
}

.is-white.input, .is-white.textarea {
  border-color: white;
}

.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.input, .is-black.textarea {
  border-color: #0a0a0a;
}

.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.is-light.input, .is-light.textarea {
  border-color: whitesmoke;
}

.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.input, .is-dark.textarea {
  border-color: #363636;
}

.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.input, .is-primary.textarea {
  border-color: #00d1b2;
}

.is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.is-link.input, .is-link.textarea {
  border-color: #3273dc;
}

.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.is-info.input, .is-info.textarea {
  border-color: #209cee;
}

.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.is-success.input, .is-success.textarea {
  border-color: #23d160;
}

.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.is-warning.input, .is-warning.textarea {
  border-color: #ffdd57;
}

.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.is-danger.input, .is-danger.textarea {
  border-color: #ff3860;
}

.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.is-small.input, .is-small.textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.input, .is-medium.textarea {
  font-size: 1.25rem;
}

.is-large.input, .is-large.textarea {
  font-size: 1.5rem;
}

.is-fullwidth.input, .is-fullwidth.textarea {
  display: block;
  width: 100%;
}

.is-inline.input, .is-inline.textarea {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input, .radio input {
  cursor: pointer;
}

.checkbox:hover, .radio:hover {
  color: #363636;
}

.checkbox[disabled], .radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.select.is-primary select {
  border-color: #00d1b2;
}

.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}

.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #3273dc;
}

.select.is-link select {
  border-color: #3273dc;
}

.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #2366d1;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #209cee;
}

.select.is-info select {
  border-color: #209cee;
}

.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #118fe4;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #23d160;
}

.select.is-success select {
  border-color: #23d160;
}

.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #20bc56;
}

.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

.select.is-warning select {
  border-color: #ffdd57;
}

.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #ff3860;
}

.select.is-danger select {
  border-color: #ff3860;
}

.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ff1f4b;
}

.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
          transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363636;
}

.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}

.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  flex-direction: column;
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

.file.is-right {
  justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00d1b2;
}

.help.is-link {
  color: #3273dc;
}

.help.is-info {
  color: #209cee;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  justify-content: center;
}

.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  align-items: center;
  color: #3273dc;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  align-items: center;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

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

.level.is-mobile {
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: #4a4a4a;
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.list-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #f5fffd;
}

.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #021310;
}

.message.is-link {
  background-color: #f6f9fe;
}

.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #3273dc;
  color: #22509a;
}

.message.is-info {
  background-color: #f6fbfe;
}

.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #209cee;
  color: #12537e;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e301a;
}

.message.is-warning {
  background-color: #fffdf5;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3b3108;
}

.message.is-danger {
  background-color: #fff5f7;
}

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}

.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}

.navbar.is-light .navbar-burger {
  color: #363636;
}

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #363636;
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

.navbar.is-dark .navbar-burger {
  color: whitesmoke;
}

@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}

.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #3273dc;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #3273dc;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #3273dc;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  justify-content: center;
}

.tabs.is-right ul {
  justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #363636;
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636;
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

.hero.is-link {
  background-color: #3273dc;
  color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #3273dc;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}

.hero.is-info {
  background-color: #209cee;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}
/*# sourceMappingURL=bulma.css.map */
@font-face{font-family:"Helvetica Neue LT W01_35 Thin";src:url(/static/fonts/4ff9f3fa-9221-4fc5-97e6-93572b6efa24.woff2) format("woff2"),url(/static/fonts/ca8d25cd-e264-4404-b271-4afc45c779c4.woff) format("woff");font-display:swap}@font-face{font-family:"Helvetica Neue LT W01_41488878";src:url(/static/fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2) format("woff2"),url(/static/fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff) format("woff");font-display:swap}@font-face{font-family:"Helvetica Neue LT W01_55 Roman";src:url(/static/fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2) format("woff2"),url(/static/fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff) format("woff");font-display:swap}@font-face{font-family:"Helvetica Neue LT W01_56 It";src:url(/static/fonts/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2) format("woff2"),url(/static/fonts/e7c4b231-76ad-47c7-a54b-5d84dcd78d0f.woff) format("woff");font-display:swap}@font-face{font-family:"Helvetica Neue LT W01_65 Md";src:url(/static/fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2) format("woff2"),url(/static/fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff) format("woff");font-display:swap}@font-face{font-family:"Helvetica Neue LT W01_71488914";src:url(/static/fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2) format("woff2"),url(/static/fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff) format("woff");font-display:swap}@font-face{font-family:"Helvetica Neue LT W01_76 Bd It";src:url(/static/fonts/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2) format("woff2"),url(/static/fonts/5b864741-6f14-4ed9-a297-27a4d73edf51.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon Next W01 Regular";src:url(/static/fonts/d913b226-c0d7-49e2-b231-1fc570fcdc9a.woff2) format("woff2"),url(/static/fonts/9bbfbdbd-1ab0-4d8f-80d8-c690ab217070.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon Next W01 Bold";src:url(/static/fonts/533ce8a9-a0a4-4a40-96c5-76aa564a3d7f.woff2) format("woff2"),url(/static/fonts/952c2825-2ba9-448a-8375-492e78886fc9.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon LT W01 Regular";src:url(/static/fonts/c03ab202-0421-440a-a076-114c4d0f1db2.woff2) format("woff2"),url(/static/fonts/d4fc221d-b8b1-4903-8319-0c33b6309574.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon LT W01 Italic";src:url(/static/fonts/4e92805e-7a27-40fe-8fc0-f5808636f7e7.woff2) format("woff2"),url(/static/fonts/56ec1e2d-8bae-49c9-b161-be6c87a22289.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon LT W01 Bold";src:url(/static/fonts/46492dd5-2051-4e08-8d5f-138e48d0e05d.woff2) format("woff2"),url(/static/fonts/bba74e26-4e61-4e32-b876-02ca7b9beb79.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon MT W01 Regular";src:url(/static/fonts/e9acb407-e453-4080-9d23-7addc8c8eff1.woff2) format("woff2"),url(/static/fonts/c11ac310-5d09-4128-b19d-3a013a4cbefe.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon MT W01 Italic";src:url(/static/fonts/656b7c40-401d-4bb0-a9b9-f5c67b149521.woff2) format("woff2"),url(/static/fonts/405c9f2f-bc48-4bb0-ac2b-5c03e98157b5.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon MT W01 Semibold";src:url(/static/fonts/eb90c654-e368-47de-8004-f5d0b25566af.woff2) format("woff2"),url(/static/fonts/526a2a7b-0724-4f12-8917-37ed3ea846bb.woff) format("woff");font-display:swap}@font-face{font-family:"Sabon MT W01 Semibold Italic";src:url(/static/fonts/8200805f-ca02-408f-b672-479193ee22aa.woff2) format("woff2"),url(/static/fonts/20c5e46d-0ef2-47ee-9781-4beafe5cd9d1.woff) format("woff");font-display:swap}html.theme-light{background-color:#fffbfb}html.theme-dark{background-color:#050500}html.theme-dark #app{color:#d4d4d4}@media(min-width: 1087px){html.theme-dark #app .navbar-dropdown{box-shadow:0 8px 8px rgba(245,245,245,.1),0 0 0 1px rgba(245,245,245,.1) !important}}html.theme-dark #app .segment .segment-title{color:#b9b9b9}html.theme-dark #app hr{background-color:#b9b9b9}html.theme-dark #app strong{color:#9d9d9d}html.theme-dark #app .btn{color:#f3f3f3;background:#050500;border-color:#efefef}html.theme-dark #app .btn.gray{color:#050500}html.theme-dark #app .btn:hover{background:#141414 !important;box-shadow:0 2px .75rem #5f5f5f}html.theme-dark #app .display-options .display-option{color:#efefef}html.theme-dark #app .sort-option{color:#050500;background:#efefef}html.theme-dark #app .sort-option.inactive{color:#efefef;background:#050500}html.theme-dark #app .sort-option.inactive:hover{background:rgba(23,23,23,.85)}html.theme-dark #app .query-options .option{color:#efefef;background:#363636;border-color:#efefef}html.theme-dark #app .stacking-modes-toolbar .stacking-option{color:#efefef}html.theme-dark #app .stacking-modes-toolbar .stacking-option.active{border-color:#efefef}html.theme-dark #app .label,html.theme-dark #app .title,html.theme-dark #app .card-header-title{color:#b9b9b9}html.theme-dark #app .social{color:#efefef;border-color:#efefef}html.theme-dark #app .social:hover{background-color:#050500}html.theme-dark #app .social.transparent{background:rgba(5,5,0,.15)}html.theme-dark #app .social.transparent:hover{color:#050500;background:rgba(255,251,251,.85);border-color:#050500}html.theme-dark #app .social.do-follow.active{color:#050500;background-color:#efefef}html.theme-dark #app .social.do-heart.round{background:rgba(255,251,251,.15);border-color:rgba(0,0,0,0)}html.theme-dark #app .social.do-heart.round:hover{background:rgba(255,251,251,.25);border-color:rgba(0,0,0,0)}html.theme-dark #app .card{color:#efefef;background:rgba(0,0,0,0)}html.theme-dark #app .card:hover{box-shadow:none}html.theme-dark #app .event-card,html.theme-dark #app .video-card{box-shadow:-3px -2px 4px #363636}html.theme-dark #app .event-card figure .image,html.theme-dark #app .video-card figure .image{background-color:rgba(150,150,150,.25);background-blend-mode:hard-light}html.theme-dark #app .event-card .card-link,html.theme-dark #app .video-card .card-link{color:#b9b9b9}html.theme-dark #app .artwork-card .owner{color:#b9b9b9}html.theme-dark #app .audio-card{color:#b9b9b9;background:rgba(0,0,0,0);box-shadow:none}html.theme-dark #app .audio-card .card-header-title h2.title{color:#b9b9b9}html.theme-dark #app .audio-player audio::-webkit-media-controls-panel{background:#5f5f5f;-webkit-filter:saturate(0)}html.theme-dark #app .audio-card .multimedia-title,html.theme-dark #app .video-card .multimedia-title{color:#363636}html.theme-dark #app .audio-card .multimedia-title .material-design-icon,html.theme-dark #app .video-card .multimedia-title .material-design-icon{color:#5f5f5f}html.theme-dark #app .audio-card .multimedia-title .duration,html.theme-dark #app .video-card .multimedia-title .duration{color:#b9b9b9}html.theme-dark #app .event-card .event-period{color:#d4d4d4}html.theme-dark #app .feature-article-card .card-header{color:#d4d4d4;background:#141414}html.theme-dark #app .feature-article-card .card-contents{background:rgba(23,23,23,.85);background:linear-gradient(110deg, rgba(70, 70, 70, 0.5), rgba(20, 21, 22, 0.65) 60%, rgba(5, 5, 0, 0))}html.theme-dark #app .feature-article-card .card-contents,html.theme-dark #app .feature-article-card .card-contents .card h2.title{color:#efefef}html.theme-dark #app .feature-article-card .card-contents .btn{color:#d4d4d4;border-color:#efefef}html.theme-dark #app .feature-article-card:nth-child(3n) .card-contents{background:linear-gradient(-110deg, rgba(70, 70, 70, 0.5), rgba(20, 21, 22, 0.65) 60%, rgba(5, 5, 0, 0))}html.theme-dark #app .plus-more .material-design-icon,html.theme-dark #app .section-toolbar-item .material-design-icon{color:#b9b9b9}html.theme-dark #app .slick-prev::before,html.theme-dark #app .slick-next::before{color:#d4d4d4}html.theme-dark #app .vue-back-to-top{color:#d4d4d4;background:#050500;border-color:#d4d4d4}html.theme-dark #app .modal-dialog{color:#f3f3f3;background:#050500;border:1px solid #efefef}html.theme-dark #app .modal-dialog button.btn,html.theme-dark #app .modal-dialog .btn{color:#d4d4d4;border-color:#d4d4d4}html.theme-dark #app .uppy-DragDrop-container{background-color:#050500 !important}html.theme-dark #app .uppy-Dashboard-AddFiles-title{color:#9d9d9d}html.theme-dark #app .promotion-no-results-call-to-action .vpn-lock-icon{color:#d4d4d4}html.theme-dark #app .pagination-wrapper .pagination .page-item.active .page-link{border-color:#efefef}html.theme-dark #app .pagination-wrapper .VuePagination nav .VuePagination__pagination-item-next-page a{color:#f3f3f3 !important}html.theme-dark #app .dx-widget{color:#b9b9b9}html.theme-dark #app .dx-htmleditor-content blockquote{color:#b9b9b9}html.theme-dark #app .dx-htmleditor-toolbar-wrapper .dx-button .dx-icon{color:#9d9d9d !important}html.theme-dark #app .dx-texteditor-container{color:#b9b9b9}html.theme-dark #app .dx-treelist-container{color:#d4d4d4;background-color:#050500}html.theme-dark #app .dx-scrollable-scroll-content{background-color:rgba(255,251,251,.8)}html.theme-dark #app .dx-scheduler .dx-scheduler-header{color:#efefef;background:#363636}html.theme-dark #app .dx-switch-on-value .dx-switch-container::before{background-color:#757575 !important}html.theme-dark #app .dx-switch-on-value .dx-switch-handle::before{background-color:#d4d4d4 !important}html.theme-dark #app .search-input-text .material-design-icon{color:#9d9d9d}html.theme-dark #app .input-time-span svg{filter:brightness(0.75)}html.theme-dark #app input{color:#d4d4d4;background-color:#050500}html.theme-dark #app input::-webkit-input-placeholder{color:#9d9d9d}html.theme-dark #app input:-ms-input-placeholder{color:#9d9d9d}html.theme-dark #app input::placeholder{color:#9d9d9d}html.theme-dark #app input[type=range]::-webkit-slider-runnable-track{background:#757575}html.theme-dark #app input[type=range]::-moz-range-track{background:#757575}html.theme-dark #app input[type=range]::-ms-track{background:#757575}html.theme-dark #app .site-footer{color:#f3f3f3}html.theme-dark #app .artwork-sidebar{background:rgba(0,0,0,0);border-color:#efefef}html.theme-dark #app .artwork-sidebar .card-header-title,html.theme-dark #app .artwork-sidebar .topic .title{color:#d4d4d4 !important}html.theme-dark #app .artwork-sidebar .lifetime{color:#b9b9b9}html.theme-dark #app .artwork-sidebar .collection a,html.theme-dark #app .artwork-sidebar .collection a:hover{color:#757575}html.theme-dark #app .dock.panel-dock{box-shadow:7px 0px 16px 0px #efefef}html.theme-dark #app section.panel.default{color:#f3f3f3;background-color:#050500;box-shadow:inset 3px 0px 8px 0px #2d2d2d}html.theme-dark #app section.panel.default .panel-title{color:#f3f3f3;background-color:#484848;box-shadow:inset -5px 7px 20px 20px #050500}html.theme-dark #app section.panel.default .panel-title .label{color:#f3f3f3}html.theme-dark #app section.panel.default a{border-color:#efefef}html.theme-dark #app section.panel.default a .btn{color:#d4d4d4;background:rgba(0,0,0,0)}html.theme-dark #app .image-tool-icons>div{background:#050500}html.theme-dark #app .image-tool-icons>div .material-design-icon{color:#efefef}html.theme-dark #app .image-tool-icons .image-tool-remove .material-design-icon{color:#ea2222}html.theme-dark #app .content-page{color:#f3f3f3}html.theme-dark #app .content-page .header .title{border-color:#efefef}html.theme-dark #app .content-page .submenu.navbar{color:#b9b9b9;border-color:#efefef}html.theme-dark #app .content-page .submenu.navbar .navbar-item>.navbar-dropdown{box-shadow:0 8px 8px rgba(245,245,245,.1),0 0 0 1px rgba(245,245,245,.1)}html.theme-dark #app .content-page .submenu.navbar .navbar-item.has-dropdown::after{border-color:#b9b9b9 !important}html.theme-dark #app .content-page .submenu.navbar .navbar-dropdown{color:inherit;background-color:#050500}html.theme-dark #app .content-page .submenu.navbar .router-link-active{border-color:#efefef}html.theme-dark #app .content-page .sidebar{color:#f3f3f3;border-color:#efefef}html.theme-dark #app .modal-terms-of-service .contents{color:#efefef}html.theme-dark #app .actor-highlights .actor-slides .actor-body article{position:relative;max-height:500px;overflow:hidden;white-space:initial}html.theme-dark #app .actor-highlights .actor-slides .actor-body article::after{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:2rem 0;text-align:center;content:" ";background-image:linear-gradient(to bottom, rgba(5, 5, 0, 0), rgb(125, 95, 0))}html.theme-dark #app #home .home-articles{background-color:#050500}html.theme-dark #app #home .home-collections{background-image:linear-gradient(to top, #050500)}html.theme-dark #app #user-profile button.btn{color:#efefef;border-color:#efefef}html.theme-dark #app #user-profile .subset-title-row{display:inline-flex;flex-direction:column;width:100%;padding:0 !important;background-image:linear-gradient(to right, #efefef, #f3f3f3 30%, rgba(5, 5, 0, 0));box-shadow:-5px 7px 24px #141414}html.theme-dark #app #user-profile .subset-title-row::after{display:block;width:100%;height:2px;content:"";background-image:linear-gradient(to right, #9d9d9d, #757575 42%, #5f5f5f 64%, rgba(5, 5, 0, 0) 90%, #363636)}html.theme-dark #app #user-profile .subset-title-row .title{margin:auto .5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:1.15rem;line-height:2.25;letter-spacing:.05rem;color:#363636}html.theme-dark #app #user-profile .offer-request-form{color:#d4d4d4}html.theme-dark #app #organization-page.content-page .entry-information-opening-hours table{color:#efefef}html.theme-dark #app #index-search .results .result-title-row{display:inline-flex;flex-direction:column;width:100%;padding:0 !important;background-image:linear-gradient(to right, #efefef, #f3f3f3 30%, rgba(5, 5, 0, 0));box-shadow:-5px 7px 24px #141414}html.theme-dark #app #index-search .results .result-title-row::after{display:block;width:100%;height:2px;content:"";background-image:linear-gradient(to right, #9d9d9d, #757575 42%, #5f5f5f 64%, rgba(5, 5, 0, 0) 90%, #363636)}html.theme-dark #app #index-search .results .result-title-row .title{margin:auto .5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:1.15rem;line-height:2.25;letter-spacing:.05rem;color:#363636}html.theme-dark #app #index-search .card{box-shadow:none}html.theme-dark #app #articles-index.content-page .segment-title:first-child h2,html.theme-dark #app #audios-index.content-page .segment-title:first-child h2,html.theme-dark #app #videos-index.content-page .segment-title:first-child h2{color:#d4d4d4}html.theme-dark #app #article-page.content-page h1{color:#f3f3f3}html.theme-dark #app #articles-index .ingress-text::after,html.theme-dark #app #actors-index .columns .actor-body article::after{background-image:linear-gradient(to bottom, rgba(5, 5, 0, 0), rgb(5, 5, 0))}html.theme-dark #app #actor-page #actor-articles .card,html.theme-dark #app #actor-page #actor-videos .card{box-shadow:0 0 5px #efefef}html.theme-dark #app #videos-index .video-card{box-shadow:-1px 2px 12px #363636}html.theme-dark #app #videos-index .video-card:nth-child(2n){box-shadow:1px -2px 12px #363636}html.theme-dark #app #videos-index .video-card:nth-child(3n){box-shadow:-1px -2px 12px #757575}html.theme-dark #app #videos-index .video-card:nth-child(4n){box-shadow:1px 2px 12px #5f5f5f}html.theme-dark #app #events-index .card{box-shadow:none}html.theme-dark #app #events-index .event-brochure-stack .brochure-contents .card{box-shadow:0px 0px 50px #141414}html.theme-dark #app #event-page .event-page-header .header{color:#d4d4d4;background-color:#050500}html.theme-dark #app .error-page .message-panel,html.theme-dark #app .errors-quote .message-panel{color:#f3f3f3;background:#050500}*,*::before,*::after{box-sizing:inherit}*{outline-color:rgba(0,0,0,0)}*::-moz-focus-inner{border:0}@-ms-viewport{width:device-width}html{box-sizing:border-box;width:100% !important;height:initial !important;min-width:100vw;min-height:100vh;overflow-y:auto;background-color:#fffbfb}body{height:initial !important;min-width:inherit;min-height:inherit;margin:0;padding:0}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:"Sabon MT W01 Regular",serif;text-align:center}#app.loading{display:none}.container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;width:100%;max-width:100vw !important;margin:0 auto;padding:0}.container .content-page{max-width:calc(100vw - 105px);margin:0 45px;padding:0}.container .content-page .image-not-available{width:100%}@media screen and (max-width: 768px){.container .content-page{width:calc(100vw - 3em);max-width:unset;margin-right:16px;margin-left:16px}.container .content-page .slick-next{right:-5px}.container .content-page .slick-prev{left:-5px}}.container .section{margin:0;padding:0}.container .fullwidth-section{margin-right:-45px;margin-left:-45px;padding-right:45px;padding-bottom:1rem;padding-left:45px}.content-page>.segment .segment-title h2,.query-options>.segment .segment-title h2{font-size:3em;font-size:clamp(28px,3em,45px)}a,a:hover{color:#9c59ac;text-decoration:none;background:rgba(0,0,0,0)}a h1:hover,a h2:hover,a h3:hover,a h4:hover,a:hover h1:hover,a:hover h2:hover,a:hover h3:hover,a:hover h4:hover{color:inherit}a.disabled,a:hover.disabled{pointer-events:none;cursor:default}.button.is-loading{display:inline-flex;align-content:center;height:auto;background:rgba(0,0,0,0);border:0;border-style:none;outline-color:rgba(0,0,0,0)}.button.is-loading::after{position:relative;top:unset !important;margin:auto;vertical-align:center;border-color:#337ab7;border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);outline-color:rgba(0,0,0,0)}.btn,button.btn{display:inline-block;align-content:center;align-self:baseline;min-height:36px;margin:auto;padding:0 1.5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:1rem;line-height:unset;text-align:middle;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0);border:2px solid #000;border-radius:0;outline-color:rgba(0,0,0,0)}.btn span,button.btn span{align-self:center}.btn a,button.btn a{color:inherit}.btn>div,button.btn>div{margin:.25rem auto}.btn>div.button.is-loading::after,button.btn>div.button.is-loading::after{top:calc(50% - .825em)}.btn:hover,button.btn:hover{text-decoration:underline;background:rgba(255,251,251,.1) !important;box-shadow:0 2px .75rem #f3f3f3}.btn:focus,button.btn:focus{outline:none}.btn::-moz-focus-inner,button.btn::-moz-focus-inner{border:0}.btn.disabled,.btn.not-allowed,button.btn.disabled,button.btn.not-allowed{cursor:not-allowed}.btn.busy,button.btn.busy{cursor:wait !important}.btn.gray,button.btn.gray{color:#000}.btn.gray:hover,button.btn.gray:hover{background:#d4d4d4 !important}.btn.black,button.btn.black{background:#000}.btn.black,.btn.black .label,button.btn.black,button.btn.black .label{color:#fff}.btn.black:hover,button.btn.black:hover{background:#050500 !important}.btn.transparent,button.btn.transparent{color:#fff;background:rgba(0,0,0,0);border:2px solid #fff}.btn.save,.btn.cancel,button.btn.save,button.btn.cancel{min-width:150px}.btn.login-button,.btn.register-button,button.btn.login-button,button.btn.register-button{display:inline-flex;min-height:unset;margin:auto 0;padding:.2em 1em;font-family:"Helvetica Neue LT W01_71488914",sans-serif !important;font-weight:normal;font-size:1rem;line-height:normal;color:#efefef;cursor:pointer;background-color:rgba(0,0,0,0);border-color:#d4d4d4 #d4d4d4 #efefef #efefef;border-style:solid;border-width:1px}.login-button-wrapper.inverse-colors button,.register-button-wrapper.inverse-colors button{margin:1.5rem auto .75rem !important;padding:.37rem 1.7rem !important;font-size:1.25rem !important;color:#141414 !important;background-color:#efefef !important;border-color:#363636 #363636 #141414 #141414 !important;border-style:solid;border-width:1px;transition:box-shadow,background-color .6s ease-out}.login-button-wrapper.inverse-colors button:hover,.register-button-wrapper.inverse-colors button:hover{color:#d4d4d4;background-color:#c2bfbf !important;border-style:solid;border-width:1 px;box-shadow:2px 2px 3px #6e6e6e}section{font-size:1rem;text-align:left}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;line-height:inherit}hr{display:block;width:40px;height:3px;margin:5px auto 10px 0;overflow:hidden;background-color:#000;border:0}.hr-break{display:inline-flex;width:100%}ul{margin-bottom:0;padding-left:0;list-style-type:none}.row,.columns{margin:0;padding:0}figure{margin:0}figure .hover-only{opacity:.05;transition:opacity 800ms cubic-bezier(0.45, 1.01, 0.58, 1)}figure:hover .hover-only{opacity:1;transition:opacity 1800ms cubic-bezier(0.45, 1.01, 0.58, 1)}pre{text-align:left}.column{margin:0;padding:0}.column.is-left{margin-right:auto}.column.is-left .option:first-child{margin-left:0}.column.is-left .option{margin-right:10px}.column.is-right{margin-left:auto}.column.is-right .option:last-child{margin-right:0}.column.is-right .option{margin-bottom:10px;margin-left:10px}@media screen and (max-width: 576px){.column.is-right .option{margin-left:0}}.tile{display:flex;flex-basis:0;flex-grow:1;flex-shrink:1;align-items:stretch;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.tile.is-ancestor{margin:0}.tile.is-ancestor:not(:last-child){margin-bottom:0}.tile.is-ancestor:last-child{margin-bottom:0}.tile.is-parent{padding:unset}.card{display:flex;flex-direction:column;background-color:rgba(0,0,0,0);border:0;border-radius:0;box-shadow:none}.card a{width:inherit;height:inherit}.card .card-header{margin:0;padding:0;background:rgba(0,0,0,0);border:0;box-shadow:none}.card .card-content{margin:0;padding:0;border:0}.card .card-contents{flex-direction:column}.card .card-image .image{background-size:cover}.social-button-wrapper{display:inline-flex;border:0}.social{display:inline-flex;align-items:center;justify-content:center;height:auto;padding:0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:1rem;line-height:unset;letter-spacing:0;color:#141414;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:0px solid #b9b9b9;transition:all 800ms cubic-bezier(0.45, 1.01, 0.58, 1)}.social:hover{background-color:#fff}.social>div{display:inline-flex;align-self:center;margin:.25rem auto}.social img{top:1px;box-sizing:border-box;width:48px;height:auto;margin:2px;padding:4px 12px 0}.social .material-design-icon{width:48px;height:30px;padding:0}.social .is-loading.button{display:flex;width:48px;height:30px;margin:0 auto;padding:0}.social.help-cursor{cursor:help}.social.borderless{border-width:0}.social.thin{min-width:unset;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:.6rem !important;letter-spacing:1px;border-width:1px !important}.social.transparent{transition:background-color .5s ease-out;transition:border-color .5s ease-out;transition:color .5s ease-out}.social.disabled,.social.not-allowed{cursor:not-allowed}.social.busy{cursor:wait}.social .orange{color:#ff702a}.social .purple{color:#9c59ac}.social .red{color:#ce2631}.social .blue{color:#176fc8}.social .green{color:#6a9f46}.social .yellow{color:#ffbf40}.social .black{color:#272524}.social-tooltip.error{margin:0 .5rem 0 0}span.label{display:inline}.edit-field-label{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:1rem;color:#363636}.page-text{max-width:90vw}.query-options{display:flex;flex-wrap:wrap;margin-bottom:.5rem}.query-options .column{display:inline-flex;flex-wrap:wrap}.query-options .query-option{height:-webkit-min-content;height:min-content}.query-options .query-option>*{align-self:flex-start}.query-options .query-option>span:nth-child(2){align-self:center}.query-options .query-option .magnify-icon{align-self:auto}.display-options,.section-toolbar{position:relative;display:inline-flex;align-self:center;justify-content:flex-end;margin:0 0 0 auto}.display-options>div,.section-toolbar>div{align-self:center}.display-options>:last-child,.section-toolbar>:last-child{margin-right:3px}@media screen and (max-width: 768px){.display-options,.section-toolbar{position:initial;margin-right:0}}.column .option,.query-options .option,.query-option,.sort-option{display:inline-flex;align-items:center;min-width:205px;margin:0 1rem 1rem 0;padding:.4rem 10px;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:.875rem;line-height:1;color:#000;text-align:left;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border:1px solid #9d9d9d;transition-property:all;transition-duration:500ms;transition-timing-function:ease-in}.column .option.disabled,.query-options .option.disabled,.query-option.disabled,.sort-option.disabled{cursor:not-allowed}.column .option.inactive,.query-options .option.inactive,.query-option.inactive,.sort-option.inactive{color:#000;background:#fff}.column .option.inactive:hover,.query-options .option.inactive:hover,.query-option.inactive:hover,.sort-option.inactive:hover{background:#f3f3f3}.column .option.by-name,.query-options .option.by-name,.query-option.by-name,.sort-option.by-name{min-width:288px}.column .option .material-design-icon,.query-options .option .material-design-icon,.query-option .material-design-icon,.sort-option .material-design-icon{width:20px;height:20px;margin-right:10px;padding:0}.column .option .material-design-icon:last-child,.query-options .option .material-design-icon:last-child,.query-option .material-design-icon:last-child,.sort-option .material-design-icon:last-child{margin-right:0;margin-left:auto}.column .option .fa-icon.icon.is-small,.query-options .option .fa-icon.icon.is-small,.query-option .fa-icon.icon.is-small,.sort-option .fa-icon.icon.is-small{width:20px;height:20px;margin-right:10px;padding:2px}.sort-option{color:#fff;background:#000}.image-tool-icons{position:relative;top:-36px;right:-36px;z-index:5000;display:inline-flex;flex-direction:column;float:right}.image-tool-icons .material-design-icon{width:24px;height:24px}.image-tool-icons .disabled{display:none}.section-toolbar-item{display:inline-flex;align-items:center;justify-content:flex-end;min-width:180px;margin-left:1.5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#363636;cursor:pointer}.section-toolbar-item>a{display:inline-flex;align-items:center}.section-toolbar-item:first-child{margin-left:0}.section-toolbar-item .material-design-icon{width:28px;height:28px;margin-right:8px;color:#363636}.display-option{align-self:center;margin-right:2rem;margin-left:auto;font-size:1rem;letter-spacing:-1px;color:inherit;text-align:right}.display-option a{color:inherit}.display-option svg{width:18px !important;height:18px !important;margin:4px}.display-option span{display:inline-flex;vertical-align:top}.display-option span.label{margin-left:8px;text-decoration:none}.multimedia-title{display:flex;flex-grow:1;justify-content:space-between;width:100%;margin:0 0 1rem 0}.multimedia-title h2.title{font-weight:normal;line-height:1;color:inherit;white-space:normal !important}.multimedia-title.event-title{flex-direction:row-reverse}.multimedia-title.podcast-title{flex-direction:row-reverse;color:#363636}.multimedia-title.video-title{flex-direction:row-reverse;color:#d4d4d4}.multimedia-title.video-title h2.title{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:1.25rem;color:#efefef}.multimedia-title .podcast-title-icon,.multimedia-title .video-title-icon,.multimedia-title .event-class-title-icon{display:inline-flex;flex-direction:column;align-self:flex-start;min-width:3rem;margin-left:1rem}.multimedia-title .podcast-title-icon .material-design-icon,.multimedia-title .video-title-icon .material-design-icon,.multimedia-title .event-class-title-icon .material-design-icon{align-self:flex-end;width:22px;height:22px;color:inherit}.multimedia-title .podcast-title-icon .duration,.multimedia-title .video-title-icon .duration,.multimedia-title .event-class-title-icon .duration{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:12px;color:inherit;text-align:right}.credit-line,.copyright{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem;color:#363636}.image-not-available{display:inline-flex;flex-direction:column;width:auto;height:inherit;padding:4rem 2rem;font-family:"Sabon Next W01 Regular",serif;font-style:italic;font-size:1rem;color:#000;text-align:center;vertical-align:middle;background:#efefef}.image-not-available img{align-self:center !important;width:auto !important;height:auto !important;max-width:100px !important;margin:auto auto 0 auto !important}.image-not-available div{margin:auto auto 0 auto !important}.disabled{opacity:.25}.disabled,.disabled input,.disabled li,.disabled a,.disabled .material-design-icon{cursor:not-allowed !important}.error{margin:2rem 45px;color:#ea2222}.content-page.search-page .page-images-select{display:none !important}input[type=range]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,251,251,0);width:100%;height:20px;margin:0;padding:1px 2px;background:rgba(0,0,0,0);border:none;border-radius:14px;outline:none}input[type=range]::-webkit-slider-runnable-track{background:#363636;border:inherit}input[type=range]::-moz-range-track{background:#363636;border:inherit}input[type=range]::-ms-track{color:rgba(0,0,0,0);background:#363636;border:inherit}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}input[type=range]::-ms-tooltip{display:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:40px;height:18px;background-image:linear-gradient(to bottom, #529de1 0, #245e8f 100%);border:none;border-radius:12px}input[type=range]::-moz-range-thumb{width:40px;height:18px;background-image:linear-gradient(to bottom, #529de1 0, #245e8f 100%);border:none;border-radius:12px}input[type=range]::-ms-thumb{width:40px;height:18px;background-image:linear-gradient(to bottom, #529de1 0, #245e8f 100%);border:0;border-radius:12px}.material-design-icon>.material-design-icon__svg{bottom:unset !important;width:inherit !important;height:inherit !important}.material-design-icon:focus-visible{border:none;outline:none}.no-toolbar>.editr--toolbar{display:none}.draggable-ghost{border:2px dashed #337ab7;opacity:.25}.develop-feature{display:none !important}.main-navigation .navbar-item.develop-feature{color:#ffc107 !important;background:rgba(0,0,0,0) !important}.develop-feature-section{display:none !important;border-style:solid;border-width:5px;border-image-source:repeating-linear-gradient(-14deg, rgba(255, 193, 7, 0.9), rgba(255, 193, 7, 0.5) 4px, rgba(255, 193, 7, 0) 8px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 16px);border-image-slice:1}#mouseflow .mf-widget-powered{visibility:hidden !important}
.navbar{display:flex;flex-wrap:nowrap;width:100vw;height:auto;min-width:100vw;max-width:100vw;padding:10px 45px;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-size:1.15rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}.navbar .navbar-brand{z-index:8001;min-height:unset;margin:10px 1rem 0 0;padding:0}.navbar .navbar-brand a{margin-right:10px}.navbar .navbar-brand .logo{width:auto;height:70px;margin:0;transition:height 800ms cubic-bezier(0.45, 1.01, 0.58, 1)}.navbar .navbar-brand .dev-tag{position:absolute;margin:60px auto auto 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:9px;color:#757575}.navbar .navbar-brand .login,.navbar .navbar-brand .register{display:none}.navbar .navbar-brand .login button,.navbar .navbar-brand .register button{margin-left:auto}@media screen and (max-width: 1023px){.navbar .navbar-brand .login,.navbar .navbar-brand .register{display:inline-flex;flex-grow:1;justify-content:flex-end}.navbar .navbar-brand .login.login,.navbar .navbar-brand .register.login{margin-right:45px !important}}@media screen and (max-width: 575px){.navbar .navbar-brand .login.register,.navbar .navbar-brand .register.register{display:none}}.navbar .navbar-burger{width:38px;height:3em;color:#f3f3f3;transform:scale(2.25);transition:color 800ms cubic-bezier(0.45, 1.01, 0.58, 1)}.navbar .navbar-burger span{height:1px}.navbar .navbar-burger:hover{background-color:rgba(0,0,0,0)}.navbar .navbar-menu{display:flex !important;flex-grow:1;flex-shrink:1;flex-wrap:wrap;background-color:inherit;transform-origin:top;transition:all 800ms cubic-bezier(0.45, 1.01, 0.58, 1)}.navbar .navbar-start{z-index:inherit;flex-grow:1;flex-shrink:1;flex-wrap:wrap;align-content:center;justify-content:flex-start;margin:0 0 0 auto;vertical-align:middle}.navbar .navbar-item{display:inline-flex;margin:auto 0;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;color:inherit;text-decoration:none;text-transform:uppercase;background-color:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);outline:none !important}.navbar .navbar-item:focus,.navbar .navbar-item:not(:focus){color:inherit !important;background-color:rgba(0,0,0,0) !important}.navbar .navbar-item.navbar-icon{border-bottom:0}.navbar .navbar-item.router-link-active{border-bottom:1px solid #fff}.navbar .navbar-item.has-dropdown{z-index:5000}.navbar .navbar-item.collections{z-index:5010}.navbar .navbar-item.index-search{width:2rem;height:2rem;margin-right:1.5rem;cursor:pointer}.navbar .navbar-item.more{z-index:5005}.navbar .navbar-item .control.navbar-icon{margin:auto .75rem;font-size:inherit}.navbar .navbar-item .control.navbar-icon:not(:last-child){margin-right:1.25rem}.navbar .navbar-item .toggle-mode-edit,.navbar .navbar-item .select-use-profile{margin:.25rem auto;text-align:center}.navbar .navbar-item .material-design-icon{width:2rem;height:2rem;margin:0;margin-right:.5rem;color:inherit;vertical-align:middle}.navbar .navbar-link{display:inline-flex;align-items:center;color:inherit}.navbar .navbar-link:hover,.navbar .navbar-link:focus,.navbar .navbar-link:not(:focus){color:inherit !important;background-color:rgba(0,0,0,0) !important}.navbar .navbar-link::after{border-color:#fff !important}.navbar .navbar-start>.navbar-item{text-shadow:1px 1px 1px #5f5f5f}.navbar .navbar-start>.navbar-item.navbar-item>span,.navbar .navbar-start>.navbar-item .navbar-link{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;letter-spacing:1px}.navbar a.navbar-item:hover,.navbar a.navbar-item.is-active,.navbar .navbar-link:hover,.navbar .navbar-link.is-active{color:inherit;background-color:rgba(0,0,0,0)}.navbar .navbar-item.has-dropdown:hover .navbar-link,.navbar .navbar-item.has-dropdown.is-active .navbar-link{color:inherit;background-color:rgba(0,0,0,0)}.navbar .navbar-dropdown{display:flex;flex-direction:column;color:#fff;text-align:left;background-color:#050500}.navbar .navbar-dropdown .navbar-item.router-link-active{text-decoration:underline;border-bottom:0}.navbar .navbar-dropdown a.navbar-item:hover{color:inherit;background-color:rgba(0,0,0,0) !important}.navbar.main-navigation{z-index:11999;color:#fff;background-color:#050500}@media screen and (max-width: 1023px){.navbar.main-navigation{flex-wrap:wrap}.navbar.main-navigation .navbar-brand{width:calc(100vw - 90px)}.navbar.main-navigation .navbar-burger{display:flex}.navbar.main-navigation .register-button-wrapper,.navbar.main-navigation .login-button-wrapper{margin-top:6px !important}.navbar.main-navigation .navbar-menu{display:table;flex-direction:column;padding:0;text-align:left;box-shadow:none}.navbar.main-navigation .navbar-menu .navbar-link{display:flex}.navbar.main-navigation .navbar-menu .navbar-start{display:block;margin:0 auto 0 0;transform:translateX(-1000px);transition-duration:0s;transition-delay:2s}.navbar.main-navigation .navbar-menu .navbar-start>*{transform:translateX(-1000px);transition-property:all;transition-duration:500ms;transition-timing-function:ease-in}.navbar.main-navigation .navbar-menu .navbar-item{display:table;height:auto;line-height:inherit}.navbar.main-navigation .navbar-menu .navbar-item .control.navbar-icon{margin-right:2.5rem}.navbar.main-navigation .navbar-menu .navbar-item.index-search{margin-bottom:1.5rem}.navbar.main-navigation .navbar-menu .navbar-dropdown{display:inline-flex;flex-wrap:wrap;padding:0 0 1px;font-size:inherit;color:inherit;background-color:rgba(0,0,0,0);border:0;box-shadow:none !important}.navbar.main-navigation .navbar-menu .navbar-dropdown .navbar-item{display:inline-block;padding-left:.75rem}.navbar.main-navigation .navbar-menu .navbar-end .field.is-grouped{flex-direction:row;flex-wrap:wrap}.navbar.main-navigation .navbar-menu .navbar-end .field.is-grouped .navbar-item.login{margin-left:0}.navbar.main-navigation .navbar-menu .login-button-wrapper.navbar-item,.navbar.main-navigation .navbar-menu .register-button-wrapper.navbar-item{display:none;margin-left:0}.navbar.main-navigation .navbar-menu .logged-in img{margin-right:1rem}.navbar.main-navigation .navbar-menu .language-select{margin:3px auto auto .75rem;transform:none}.navbar.main-navigation .navbar-menu .language-select .navbar-dropdown{flex-direction:row;margin-left:.75rem}.navbar.main-navigation .navbar-menu .language-select .navbar-link{display:none}.navbar.main-navigation .navbar-menu .user-tool{display:none !important}.navbar.main-navigation .navbar-menu.is-active{padding-top:.5rem;background:rgba(0,0,0,.95)}.navbar.main-navigation .navbar-menu.is-active .navbar-start{line-height:inherit;transform:translateX(0);transition-duration:0s;transition-delay:0s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*{transform:translateX(0) translateY(0);transition-timing-function:ease-out}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(1){transition-delay:0s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(2){transition-delay:.05s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(3){transition-delay:.1s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(4){transition-delay:.15s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(5){transition-delay:.2s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(6){transition-delay:.25s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(7){transition-delay:.3s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(8){transition-delay:.35s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(9){transition-delay:.4s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(10){transition-delay:.45s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(11){transition-delay:.5s}.navbar.main-navigation .navbar-menu.is-active .navbar-start>*:nth-child(12){transition-delay:.55s}.navbar.main-navigation .navbar-start>*:nth-child(1){transition-delay:.55s}.navbar.main-navigation .navbar-start>*:nth-child(2){transition-delay:.5s}.navbar.main-navigation .navbar-start>*:nth-child(3){transition-delay:.45s}.navbar.main-navigation .navbar-start>*:nth-child(4){transition-delay:.4s}.navbar.main-navigation .navbar-start>*:nth-child(5){transition-delay:.35s}.navbar.main-navigation .navbar-start>*:nth-child(6){transition-delay:.3s}.navbar.main-navigation .navbar-start>*:nth-child(7){transition-delay:.25s}.navbar.main-navigation .navbar-start>*:nth-child(8){transition-delay:.2s}.navbar.main-navigation .navbar-start>*:nth-child(9){transition-delay:.15s}.navbar.main-navigation .navbar-start>*:nth-child(10){transition-delay:.1s}.navbar.main-navigation .navbar-start>*:nth-child(11){transition-delay:.05s}.navbar.main-navigation .navbar-start>*:nth-child(12){transition-delay:0s}}.navbar.main-navigation .navbar-menu.no-transition>*{transition-property:none;transition-delay:0s}@media screen and (min-width: 1024px){.navbar.main-navigation .navbar-menu{height:auto !important}}@media screen and (max-width: 575px){.navbar.main-navigation{padding-right:16px;padding-left:16px}.navbar.main-navigation .navbar-brand{width:95vw}.navbar.main-navigation .navbar-burger{right:1.5em}.navbar.main-navigation .navbar-menu.is-active{margin-right:.5em}}.navbar.main-navigation .login,.navbar.main-navigation .register{margin:auto 0;margin-left:auto}.navbar.main-navigation .login.logged-in,.navbar.main-navigation .register.logged-in{z-index:5000;display:flex;flex-direction:column;padding:0 .75rem;line-height:normal;vertical-align:middle;cursor:pointer;border:0px solid #fff;border-radius:0}.navbar.main-navigation .login.logged-in .material-design-icon,.navbar.main-navigation .register.logged-in .material-design-icon{margin-right:.5rem;vertical-align:middle}.navbar.main-navigation .login.logged-in svg,.navbar.main-navigation .register.logged-in svg{color:inherit}.navbar.main-navigation .login.logged-in img.avatar,.navbar.main-navigation .register.logged-in img.avatar{width:auto;height:auto;max-width:2rem;max-height:2rem;border-radius:1.25rem;object-fit:cover}.navbar.main-navigation .login.logged-in .navbar-link,.navbar.main-navigation .register.logged-in .navbar-link{padding-left:0}.navbar.main-navigation .login button,.navbar.main-navigation .register button{transition:all 800ms cubic-bezier(0.45, 1.01, 0.58, 1)}.navbar.main-navigation button.logout{cursor:pointer;border:0 !important}.navbar.main-navigation .language-select{display:inline-flex;padding-right:0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:inherit;line-height:inherit;color:inherit;text-transform:uppercase;cursor:pointer}.navbar.main-navigation .language-select button{cursor:pointer;border:0 !important}.navbar.main-navigation .user-tool{display:flex;padding:.375rem 0 !important}.navbar.main-navigation .user-tool .tool-head{border-bottom:0}.navbar.main-navigation .user-tool .tool-head img{max-width:unset;max-height:20px;margin-left:1rem}.navbar.main-navigation .user-tool .tool-head h3{font-size:12px}.navbar.main-navigation .user-tool .tool-body{width:100%;border-bottom:2px solid #5f5f5f}.navbar.main-navigation .user-tool .tool-body a{padding:2px 1rem 0;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-size:inherit;color:#fff}.navbar.main-navigation .user-tool .tool-body .material-design-icon{width:18px !important;height:18px !important}.navbar.main-navigation .invite{width:100%}.navbar.main-navigation.no-items .navbar-start>.navbar-item{display:none}.navbar.main-navigation.no-login .login{display:none}.navbar.main-navigation.no-register .register{display:none}.navbar.main-navigation.no-logo .navbar-brand{display:none}.navbar.main-navigation.fixed{position:fixed}.navbar.main-navigation.absolute{position:absolute}.navbar.main-navigation.transparent{background:rgba(0,0,0,0);background-color:rgba(0,0,0,0) !important;transition:background-color 800ms cubic-bezier(0.08, 0.38, 0.03, 0.63) !important}.navbar.main-navigation.transparent .navbar-link::after{transition:border-color 800ms cubic-bezier(0.08, 0.38, 0.03, 0.63) !important}.navbar.main-navigation.transparent .login svg{color:inherit !important}.navbar.main-navigation.transparent.light .navbar-item{color:#050500}.navbar.main-navigation.transparent.light .navbar-item:hover{color:#363636 !important}.navbar.main-navigation.transparent.light .navbar-brand,.navbar.main-navigation.transparent.light .navbar-burger{color:#050500 !important}.navbar.main-navigation.transparent.light .navbar-link::after{border-color:#050500 !important}.navbar.main-navigation.transparent.light .login svg{color:#050500 !important}.navbar.main-navigation.transparent.light .language-select{color:#050500 !important}.navbar.main-navigation.transparent.light .language-select:hover{color:#050500 !important}.navbar.main-navigation.transparent.dark .navbar-item{color:#fff}.navbar.main-navigation.transparent.dark .navbar-item:hover{color:#efefef !important}.navbar.main-navigation.transparent.dark .navbar-brand,.navbar.main-navigation.transparent.dark .navbar-burger{color:#fff !important}.navbar.main-navigation.transparent.dark .navbar-link::after{border-color:#fff !important}.navbar.main-navigation.transparent.dark .login>button,.navbar.main-navigation.transparent.dark .register-button{text-shadow:1px 1px #5f5f5f;border:0}.navbar.main-navigation.transparent.dark .login>button svg,.navbar.main-navigation.transparent.dark .register-button svg{color:#fff !important}.navbar.main-navigation.transparent.dark .language-select{color:#fff !important;text-shadow:1px 1px #5f5f5f}.navbar.main-navigation.transparent.dark .language-select:hover{color:#fff !important}.navbar.main-navigation.transparent .navbar-dropdown .navbar-item{color:#fff !important}.navbar.main-navigation.transparent .navbar-dropdown .navbar-item:hover{color:unset !important}
.site-footer[data-v-82284aae]{display:flex;flex-direction:column;flex-wrap:wrap;align-items:baseline;justify-content:space-between;width:calc(100vw - 105px);margin:2rem 0 0 45px;padding:0;font-family:"Sabon MT W01 Regular",serif;font-weight:400;color:#000;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}@media screen and (max-width: 768px){.site-footer[data-v-82284aae]{flex-direction:row}}.site-footer section.is-parent[data-v-82284aae]{display:flex;flex-direction:row;margin:2rem 0 auto}.site-footer section.is-parent.first-section[data-v-82284aae]{flex-direction:row;flex-wrap:nowrap;margin-right:45px;margin-bottom:0}@media screen and (max-width: 576px){.site-footer section.is-parent.first-section[data-v-82284aae]{flex-direction:column}}.site-footer section.is-parent.second-section[data-v-82284aae]{flex-grow:0;margin-right:auto;margin-left:auto}.site-footer section.is-parent.third-section[data-v-82284aae]{justify-content:flex-end;margin-left:auto}.site-footer section.is-parent .logo-tile[data-v-82284aae]{display:inline-flex;flex-grow:1;margin-right:45px;margin-bottom:45px}.site-footer section.is-parent .logo-tile .logo[data-v-82284aae]{width:210px;height:100%;background:rgba(0,0,0,0)}.site-footer section.is-parent .footer-info[data-v-82284aae],.site-footer section.is-parent .footer-service[data-v-82284aae]{display:inline-flex;flex-direction:column;flex-grow:1;justify-content:baseline;text-align:left}.site-footer section.is-parent .associates[data-v-82284aae]{display:inline-flex;flex-wrap:wrap;margin-left:45px}.site-footer section.is-parent .associates img[data-v-82284aae]{width:auto;height:55px;margin:1rem 21px 0;vertical-align:top}.site-footer section.is-parent .associates img[data-v-82284aae]:first-child{margin-left:0}.site-footer section.is-parent .associates img[data-v-82284aae]:last-child{margin-right:0}.site-footer h3[data-v-82284aae]{margin-bottom:.5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;text-transform:uppercase}.site-footer a[data-v-82284aae]{font-size:1rem;color:inherit;text-decoration:none;cursor:pointer}.site-footer .copy[data-v-82284aae]{margin-bottom:1rem;font-size:1rem}
.vue-back-to-top{z-index:9000 !important;width:2rem;height:2rem;padding:.25rem;font-size:1.2rem;line-height:1.2rem;color:#000;text-align:center;background:#fff;border:2px solid #000;border-radius:1.25rem}.vue-back-to-top .material-design-icon{display:inline-flex !important}
.slideshow[data-v-e0956a1c]{z-index:15000}
.search-overlay{position:fixed;top:100px;right:0;left:0;z-index:15000;display:flex;width:auto;height:auto;min-height:5em;background-color:rgba(0,0,0,.9);transition-property:all;transition-duration:500ms;transition-timing-function:ease-in}.search-overlay .search-input-text{position:relative;top:1rem;max-width:85vw;margin:0 auto 0 1rem}.search-overlay .search-input-text .dx-textbox,.search-overlay .search-input-text input{background-color:#efefef}.search-overlay .close-icon{position:absolute;top:1rem;right:1.5rem;width:2rem;height:2rem;color:#efefef;cursor:pointer}@media screen and (min-width: 769px){.search-overlay .search-input-text{max-width:90vw;margin-left:2rem}}@media screen and (min-width: 1024px){.search-overlay{top:0;left:calc(182px + 2rem);min-height:unset}.search-overlay .search-input-text{top:35px;max-width:70vw}.search-overlay .close-icon{top:2rem;right:3rem}}
.modal-login-expired{text-align:center}.modal-login-expired .o-modal__content{z-index:15000}.modal-login-expired .errors-quote{min-height:unset;padding:0}.modal-login-expired .errors-quote button{min-width:9rem;margin:1rem auto;padding:.2rem 1rem}.modal-login-expired .errors-quote .columns{box-shadow:none}.modal-login-expired .errors-quote .message-panel .session-expired-options{display:inline-flex;flex-direction:column}.modal-login-expired .errors-quote .message-panel .session-expired-options .btn.login{margin:1rem auto;font-size:1.25rem}.modal-login-expired .errors-quote .message-panel .session-expired-options .btn.close{margin:3rem auto 0;padding:0;font-size:.9rem;text-decoration:underline;border:0}.modal-login-expired .errors-quote .message-panel .status{display:inline-flex;flex-direction:column;font-size:.75rem}.modal-login-expired .errors-quote .redirect-message{font-size:1.75rem}.modal-login-expired .errors-quote .flex-block{display:inline-flex;min-height:3vh}
.modal-login-required .o-modal__content{background:rgba(0,0,0,0);box-shadow:none}.modal-login-required .o-modal__content .character{width:240px}
.anon-login-prompt .o-modal__content{background:rgba(0,0,0,0);box-shadow:none}.anon-login-prompt .o-modal__content .character{width:240px}
.modal-terms-of-service.modal-dialog{top:50px;height:86vh !important;padding-right:1rem;padding-bottom:3.5rem;box-shadow:0 2px 8px #757575}.modal-terms-of-service.modal-dialog .o-modal__content{overflow-y:scroll}.modal-terms-of-service .print-this-page{display:block;margin:0 0 0 auto;text-align:right}.modal-terms-of-service .print-this-page .material-design-icon{width:22px;height:22px;margin:0 .5rem 0 0}.modal-terms-of-service .print-this-page .lbl{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;vertical-align:top}.modal-terms-of-service .contents{margin-right:1rem;padding-left:1rem;color:#363636}.modal-terms-of-service .title{margin:0 3rem 2.5rem !important;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:clamp(1.5vw,2rem,3.5vw);line-height:1.5;color:inherit;text-align:center;word-break:break-word}.modal-terms-of-service .para-title{margin:2rem 0 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:clamp(1.2vw,1.25rem,3vw);line-height:1.5;color:inherit;text-align:left;word-break:break-word}.modal-terms-of-service .para-text{margin:.5rem 0 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:clamp(1vw,1rem,2.5vw);line-height:1.75;color:inherit;text-align:left;word-break:break-word;white-space:pre-line}.modal-terms-of-service .btn{display:block;margin:.5rem auto 1rem 1.5rem !important}.modal-terms-of-service .btn.button.is-loading::after{top:8px !important}.modal-terms-of-service .dx-scrollview-scrollbottom-indicator{display:none}
.modal-save-pending .success-emblem{font-size:10em;color:#ecec18;transition:all 500ms ease-out}
.modal-error-message{text-align:center}.modal-error-message .modal-dialog{padding:0;overflow:hidden;box-shadow:2px 2px 25px #141414}.modal-error-message .errors-quote{min-height:unset;padding:0}.modal-error-message .errors-quote button{min-width:9rem;margin:1rem auto;padding:.2rem 1rem}.modal-error-message .errors-quote .columns{box-shadow:none}.modal-error-message .errors-quote .message-panel .status{margin-bottom:1rem;font-family:"Sabon Next W01 Regular",serif;font-size:3rem}.modal-error-message .errors-quote .message-panel .status-text{margin:1rem auto;font-size:1.5rem;color:#ea2222}.modal-error-message .errors-quote .message-panel .details{margin:1rem auto;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#ea2222}.modal-error-message .errors-quote .message-panel .support{margin:12% auto 2.5rem;font-size:1rem}.modal-error-message .errors-quote .message-panel .support em{display:inline-block;margin:1.22em .88em .24em;font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-style:normal;font-size:larger}.modal-error-message .errors-quote .message-panel .silhouette-assistant{margin:auto 0}.modal-error-message .errors-quote .message-panel .silhouette-assistant .bubble-wrapper .material-design-icon{width:32px;height:32px;margin-top:1rem;color:#141414}
.gdpr-notification[data-v-b988a864]{position:fixed;bottom:-200px;z-index:99999;display:flex;width:100%;height:150px;margin:0;padding:0 45px;padding-left:20px;transition-property:bottom;transition-duration:.5s;transition-timing-function:ease-in}.gdpr-notification.visible[data-v-b988a864]{bottom:-1px}.gdpr-notification .banner[data-v-b988a864]{display:inline-flex;flex-grow:1;align-items:center;align-self:center;width:100%;height:17vh;max-width:950px;padding:6% 6% 9% 20%;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;background-image:url(/static/img/bubble.81b4131.png);background-repeat:no-repeat;background-size:100% 100%}.gdpr-notification .banner p[data-v-b988a864]{margin:auto 1.5rem;margin-left:auto;color:#363636}.gdpr-notification .banner button.btn[data-v-b988a864]{align-self:center;justify-self:flex-end;margin:auto 0 auto auto;padding:.5rem 1rem;border-width:2px}@media screen and (max-width: 1023px){.gdpr-notification .banner[data-v-b988a864]{height:180px;margin-bottom:50px}}@media screen and (max-width: 768px){.gdpr-notification .banner[data-v-b988a864]{height:27vh}}@media screen and (max-width: 576px){.gdpr-notification[data-v-b988a864]{flex-direction:column-reverse;height:auto}.gdpr-notification .character[data-v-b988a864]{width:auto;height:30vh;max-height:300px}.gdpr-notification .banner[data-v-b988a864]{flex-direction:column;width:95vw;height:auto;max-width:unset;min-height:350px;margin-bottom:0;padding:2% 25% 2%;background-image:url(/static/img/bubble-vertical.c7f51f1.png)}.gdpr-notification .banner p[data-v-b988a864]{margin:3rem 1.5rem 1.5rem !important}.gdpr-notification .banner button.btn[data-v-b988a864]{justify-self:center;margin:0 auto 1rem}}@media screen and (max-width: 400px){.gdpr-notification .banner[data-v-b988a864]{min-height:400px}}@media screen and (max-width: 600px){.gdpr-notification .character[data-v-b988a864]{display:none}.gdpr-notification .bubble-wrapper[data-v-b988a864]{max-width:96vw !important}.gdpr-notification .banner p[data-v-b988a864]{width:100%}}@media screen and (max-height: 600px)and (max-width: 600px){.gdpr-notification[data-v-b988a864]{top:1.5rem;bottom:unset}.gdpr-notification .banner p[data-v-b988a864]{width:80%;margin:10vh auto}}@media screen and (max-height: 350px)and (max-width: 600px){.gdpr-notification .banner[data-v-b988a864]{width:100vw;height:100vh;min-height:unset;padding:0;background:#fff}}
.tribe-widget{position:relative;box-sizing:border-box;width:100%;height:calc(100vh - 110px);padding-top:56.25%;overflow:hidden;scrollbar-width:none}.tribe-widget iframe{position:absolute;top:0;left:0;box-sizing:content-box;width:500px;height:100%;overflow:hidden;border:0;scrollbar-width:none}
#home{width:100vw;margin:0;padding:0}#home .contents{width:100%;margin:0;padding:0 45px 1rem}
.content-page{margin-bottom:1.5rem}.content-page .header{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;padding-top:1rem;text-align:left}.content-page .header h1{margin:.5rem 0;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:2rem;line-height:2.125rem}.content-page .header h2{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1.5rem;line-height:1.75}.content-page .header hr{display:block;width:55px;margin:1.5rem 0 2rem}.content-page .header .outline{display:inline-block;margin:0;padding:.5rem 0 1rem}.content-page .header .title{border-right:1px solid #000}.content-page .header .edit-access h3,.content-page .header .preview-ingress-image h3{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}.content-page .header .banner{margin-bottom:0;padding:0;padding-left:1rem;text-align:right;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}.content-page .header .banner figure{width:150px;height:auto;margin-left:auto}.content-page .header .banner .ingress-image{float:right}.content-page .header .banner .preview-cover-image{float:left}@media screen and (max-width: 575px){.content-page .header .banner{min-height:300px !important}}@media screen and (max-width: 1023px){.content-page .header{flex-direction:column-reverse}.content-page .header .column.outline{width:auto}.content-page .header .banner{width:100vw;margin-top:-45px;margin-right:-45px;margin-bottom:1em;margin-left:-45px}.content-page .header.is-tablet-centered .column.outline{margin:0 auto;padding-right:0;text-align:center}.content-page .header.is-tablet-centered .column.outline .ingress-text,.content-page .header.is-tablet-centered .column.outline .tagline{margin-right:auto !important;text-align:center}.content-page .header.is-tablet-centered .column.outline .ingress-image img{margin:auto}.content-page .header.is-tablet-centered .column.outline hr{float:none;margin-right:auto !important;margin-left:auto !important}}@media screen and (max-width: 768px){.content-page .header .banner{margin-top:-1em;margin-right:-1em;margin-left:-1em}}@media screen and (min-width: 1600px){.content-page .header .banner{min-height:320px !important}}.content-page .submenu.navbar{z-index:5000;box-sizing:content-box;flex-wrap:wrap;align-items:stretch;justify-content:center;width:auto;min-width:unset;min-height:unset;padding:0;color:#5f5f5f;text-align:center;background:rgba(0,0,0,0);border-color:#000;border-style:solid;border-width:1px 0}.content-page .submenu.navbar>.navbar-item:nth-child(1){z-index:4999}.content-page .submenu.navbar>.navbar-item:nth-child(2){z-index:4998}.content-page .submenu.navbar>.navbar-item:nth-child(3){z-index:4997}.content-page .submenu.navbar>.navbar-item:nth-child(4){z-index:4996}.content-page .submenu.navbar>.navbar-item:nth-child(5){z-index:4995}.content-page .submenu.navbar>.navbar-item:nth-child(6){z-index:4994}.content-page .submenu.navbar>.navbar-item:nth-child(7){z-index:4993}.content-page .submenu.navbar>.navbar-item:nth-child(8){z-index:4992}.content-page .submenu.navbar>.navbar-item:nth-child(9){z-index:4991}.content-page .submenu.navbar>.navbar-item:nth-child(10){z-index:4990}.content-page .submenu.navbar .navbar-item{justify-content:center;min-width:9rem;margin:.5em 0;margin-left:1.5rem;padding:1rem 1.25em;padding-left:0;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-weight:400;font-size:1.05em;letter-spacing:.03125em;color:inherit;text-transform:none;vertical-align:sub;border-color:inherit;border-style:solid;border-width:0 1px 0 0}.content-page .submenu.navbar .navbar-item:hover{text-decoration:underline;background:unset}.content-page .submenu.navbar .navbar-item.has-dropdown{padding-right:2.75rem}.content-page .submenu.navbar .navbar-item.has-dropdown::after{border-color:#5f5f5f !important;border-width:2px !important}.content-page .submenu.navbar .navbar-item.has-dropdown.router-link-active::after{border-width:3px !important}.content-page .submenu.navbar .navbar-item.has-dropdown:hover{text-decoration:none}.content-page .submenu.navbar .navbar-item.has-dropdown:hover .navbar-dropdown{opacity:1;transform:translateY(-5px)}.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-link{padding:0 1.5rem 0 0;letter-spacing:1px;color:inherit;text-transform:uppercase}.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-link.router-link-active{font-weight:bold}.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-link:hover{background-color:rgba(0,0,0,0) !important}.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-link::after{right:0 !important;border-color:inherit !important;border-width:2px !important}.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-link.disabled{cursor:default}.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-item,.content-page .submenu.navbar .navbar-item.has-dropdown .navbar-item:last-child{padding-left:1rem}.content-page .submenu.navbar .navbar-item>.navbar-dropdown{position:absolute;top:100%;left:0;display:block;min-width:100%;font-size:.875rem;border-top:none;border-radius:6px;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);opacity:0;transform:translateY(-5px) translateX(-2000px);transition-property:opacity;transition-duration:286ms}.content-page .submenu.navbar .navbar-item>.navbar-dropdown:hover{pointer-events:auto;opacity:1 !important;transform:translateY(-5px)}.content-page .submenu.navbar .navbar-item.router-link-active{font-family:"Helvetica Neue LT W01_71488914",sans-serif;letter-spacing:normal;color:#000;border-bottom-width:1px}.content-page .submenu.navbar .navbar-item.router-link-active:hover{text-decoration:none}.content-page .submenu.navbar .navbar-item:last-child{margin-left:0;padding-left:1.5rem;border-right:0}@media screen and (max-width: 575px){.content-page .submenu.navbar .navbar-item{border-width:0 0 1px 0}.content-page .submenu.navbar .navbar-item.router-link-active{border-right-width:1px}.content-page .submenu.navbar .navbar-item:last-child{border-bottom:0}}.content-page .submenu.navbar .navbar-dropdown{color:#5f5f5f;background-color:#fff}.content-page .submenu.navbar .navbar-dropdown .navbar-item{display:block;margin:0;border:0}.content-page .submenu.navbar .navbar-dropdown .navbar-item:hover{text-decoration:none}.content-page section.columns{flex-direction:column}.content-page .contents{margin-bottom:3rem}.content-page .contents .page-text p{margin-top:.5rem;margin-bottom:1rem}
#user-profile{text-align:left}#user-profile .title{border:0}#user-profile .submenu.navbar{border-width:0}#user-profile .subset-title-row{display:inline-flex;flex-direction:column;width:100%;padding:0 !important;background-image:linear-gradient(to right, #efefef, #f3f3f3 30%, rgba(5, 5, 0, 0))}#user-profile .subset-title-row::after{display:block;width:100%;height:2px;content:"";background-image:linear-gradient(to right, #141414, #141414 42%, #b9b9b9 64%, rgba(5, 5, 0, 0) 90%)}#user-profile .subset-title-row .title{margin:auto .5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:1.15rem;line-height:2.25;letter-spacing:.05rem;color:#363636}#user-profile .dx-tabs{margin-bottom:1rem}#user-profile .silhouette-assistant{margin-top:2rem}#user-profile .artwork-table-row .social-actions,#user-profile .artwork-table-row .heart-count{display:none}#user-profile .masonry-wrapper .social-button-wrapper{display:none}#user-profile .image-not-available{opacity:0}#user-profile .dx-accordion-item{margin:3px 3px 5px}#user-profile .dx-accordion-item-opened{margin-top:6px !important}
#index-search .display-options{display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:52rem;margin:1.25rem 0}#index-search .display-options .display-option{display:inline-flex;margin-right:2rem;margin-left:0}#index-search .results{display:flex;flex-direction:column;flex-wrap:nowrap;margin-left:15vw}@media screen and (max-width: 575px){#index-search .results{margin-left:0}}#index-search .results .result-title-row{display:inline-flex;flex-direction:column;width:100%;padding:0 !important;background-image:linear-gradient(to right, #efefef, #f3f3f3 30%, rgba(5, 5, 0, 0));font-size:1.25rem}#index-search .results .result-title-row::after{display:block;width:100%;height:2px;content:"";background-image:linear-gradient(to right, #141414, #141414 42%, #b9b9b9 64%, rgba(5, 5, 0, 0) 90%)}#index-search .results .result-title-row .title{margin:auto .5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:1.15rem;line-height:2.25;letter-spacing:.05rem;color:#363636}#index-search .results .result-count{width:100%;margin-bottom:1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;text-align:left}#index-search .results .stacking-option.view-slideshow,#index-search .results .stacking-option.view-imageless,#index-search .results .stacking-option.view-print{display:none}#index-search .results .result-item{display:inline-flex;max-width:700px;margin-bottom:1rem}#index-search .results .card{flex-grow:0}#index-search .results .card .card-link{display:inline-flex;flex-grow:1}#index-search .results .card .card-image{flex-grow:1;width:auto;height:unset;min-height:280px;max-height:35vh;overflow:hidden}#index-search .results .card .card-image .image-box{min-height:unset}#index-search .results .card .card-image .image-box .image{max-height:35vh}#index-search .results .artwork-card figure.image-box{width:inherit !important;height:100%}#index-search .results .actor-card{flex-grow:0}#index-search .results .actor-card .card-image{min-height:unset}#index-search .results .organization-card:hover{box-shadow:none}
#event-page{font-size:1rem}#event-page .contents{display:flex;flex-direction:row;padding-top:1rem}@media screen and (min-width: 576px){#event-page .contents{justify-content:center}}#event-page .contents article{display:inline-block;margin:1rem auto .5rem;padding:0 1rem;font-size:1.4rem;text-align:left;word-break:break-word;vertical-align:text-top}@media screen and (max-width: 576px){#event-page .contents article{padding:0}}#event-page .contents h3{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:18px}#event-page .contents p h1,#event-page .contents p h2,#event-page .contents p h3,#event-page .contents p h4,#event-page .contents p h5,#event-page .contents p h6{font-family:inherit;font-weight:inherit;font-size:inherit}#event-page .contents .event-info{max-width:67em}#event-page .contents .event-info section{text-align:justify}#event-page .contents .event-info .entry-description{padding:0;background:unset}@media screen and (min-width: 576px){#event-page .contents .event-info{margin:0 4vw}}@media screen and (min-width: 1408px){#event-page .contents .event-info{margin:0 12em}}#event-page .contents .sidebar{margin-left:auto;padding:0}#event-page .contents .sidebar section{text-align:justify}#event-page .contents .sidebar .sidebar-container{padding-left:1rem;border-left:1px solid #000}@media(max-width: 900px){#event-page .contents .sidebar .sidebar-container{padding-left:0;border-left:0}}#event-page .contents .sidebar article{width:auto}#event-page .contents .sidebar .editr--toolbar{overflow:hidden}#event-page .contents .sidebar h3{margin-bottom:0}#event-page .contents .sidebar .number-of-works{margin-bottom:1rem}#event-page .contents .sidebar .edit-toolbar{display:none}@media(max-width: 900px){#event-page .contents{flex-direction:column}#event-page .contents .column{width:100%}#event-page .contents .event-info .edit-toolbar{display:none}#event-page .contents .sidebar .edit-toolbar{display:block}}#event-page .event-artworks{flex-grow:0}#event-page .event-artworks h2.total-count{display:block;margin:0 0 2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem}#event-page .event-artworks .item{margin:0 10px 10px 0}#event-page .event-artworks .item:last-child{margin-right:0}#event-page .event-artworks .card{align-self:flex-end}#event-page .event-artworks .card .card-header .tile{width:100%}#event-page .event-artworks .card figure{margin:0}@media(min-width: 950px){#event-page .event-artworks .stacking-modes-toolbar{margin-top:-4rem}}#event-page .submit-button.save{display:block}#event-page .subject-items .subject-artworks{order:1}#event-page .subject-items .subject-organizations{order:2}#event-page .subject-items .subject-collections{order:2}#event-page .adjusttocol{max-width:67em;margin-right:auto;margin-left:auto}#event-page .somecontent-if{width:100%}
.search-page .card-image{flex-grow:2;height:unset}.search-page .card-contents{flex-grow:0}.search-page .plain-wrapper .image{background-position:50%}.search-page .collection-card .card-image{min-height:280px}.search-page .organization-card .card-image{min-height:280px}.search-page .event-card .card-image{min-height:280px}
#events-search .results .pagination-wrapper{width:100%}#events-search .results .masonry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center}#events-search .results .masonry-wrapper .item{margin:0 auto 1.5rem}#events-search .results .VuePagination__count{display:none}
#events-index .card{width:auto !important;margin:0 .5rem 8px 0 !important}#events-index .card .card-image{flex-grow:1;width:auto !important;min-width:400px;min-height:400px}@media screen and (max-width: 576px){#events-index .card .card-image{min-width:unset;min-height:240px}}#events-index .card .card-contents{flex-grow:1;justify-content:flex-start}#events-index .card:first-child{margin-left:0}#events-index .card:last-child{margin-right:0}#events-index .card:nth-child(2n) .card-image{flex-grow:1}#events-index .card:nth-child(2n) .card-contents{flex-grow:3}#events-index .card:nth-child(3n) .card-image{flex-grow:2;order:2}#events-index .card:nth-child(3n) .card-contents{flex-grow:1;order:1}#events-index .card:nth-child(5n) .card-image{flex-grow:2;order:2}#events-index .card:nth-child(5n) .card-contents{flex-grow:3;order:1}#events-index .slides-prominent .slick-slide{display:inline-block;float:none;vertical-align:top}#events-index .slides-prominent .slick-slide .card-image .card-link,#events-index .slides-prominent .slick-slide .card-image figure{min-height:inherit}#events-index .schedule{padding:5px}#events-index .schedule .dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable .dx-scrollable-content{min-height:unset}#events-index .schedule .dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-date-table-cell{height:40px !important}#events-index .schedule td{cursor:pointer}

#collections-search .results .pagination-wrapper{width:100%}#collections-search .results .masonry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center}#collections-search .results .masonry-wrapper .item{margin:0 auto 1.5rem}#collections-search .results .VuePagination__count{display:none}
.map-canvas{min-height:700px;height:35vh;max-height:1000px;min-width:75vw;width:calc(100vw - 105px);max-width:calc(100vw - 105px);margin:0px;padding:0px}#collection-page{font-size:1rem}#collection-page .header{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}@media screen and (max-width: 576px){#collection-page .header{flex-direction:column}}#collection-page .header h1{font-size:26px}#collection-page .header hr{margin-top:10px}#collection-page .header .outline .curator-name{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:24px;line-height:1.75}#collection-page .header .outline .collection-name,#collection-page .header .outline .collection-name .dx-texteditor-container{font-family:"Sabon LT W01 Bold",serif;font-weight:normal;font-size:1.625rem}#collection-page .header .outline .ingress-text,#collection-page .header .outline .ingress-text .dx-texteditor-container{height:auto;margin:0 2rem 1rem 0;font-family:"Sabon LT W01 Regular",serif;font-weight:normal;font-size:1.05rem !important}#collection-page .header .social-actions{display:flex;align-items:center}#collection-page .header .social-actions .do-follow{margin-right:1rem}#collection-page .header .contact{z-index:1000;font-size:1rem}@media screen and (min-width: 1600px){#collection-page .header .banner{min-height:unset !important}}#collection-page .page-text .dx-htmleditor{min-width:unset;max-width:unset}#collection-page .contents{display:flex;flex-direction:row}#collection-page .contents article{word-break:break-word}#collection-page .contents h3{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:18px}#collection-page .contents p{font-family:"Sabon LT W01 Regular",serif;font-weight:normal;font-size:1.15rem}#collection-page .contents p h1,#collection-page .contents p h2,#collection-page .contents p h3,#collection-page .contents p h4,#collection-page .contents p h5,#collection-page .contents p h6{font-family:inherit;font-weight:inherit;font-size:inherit}#collection-page .contents #collection-info section{text-align:justify}#collection-page .contents .sidebar{margin-left:auto;padding:0}#collection-page .contents .sidebar section{text-align:justify}#collection-page .contents .sidebar .sidebar-container{padding-left:1rem;border-left:1px solid #000}@media screen and (max-width: 1023px){#collection-page .contents .sidebar .sidebar-container{padding-left:0;border-left:0}}#collection-page .contents .sidebar article{width:auto}#collection-page .contents .sidebar .editr--toolbar{overflow:hidden}#collection-page .contents .sidebar h3{margin-bottom:0}#collection-page .contents .sidebar .number-of-works{margin-bottom:1rem}#collection-page .contents .sidebar .edit-toolbar{display:none}#collection-page .contents .sidebar .submit-button{display:none}@media screen and (max-width: 1023px){#collection-page .contents{flex-direction:column}#collection-page .contents .column{width:100%}#collection-page .contents .submit-button{display:none}#collection-page .contents #collection-info .edit-toolbar{display:none}#collection-page .contents .sidebar .edit-toolbar{display:block}#collection-page .contents .sidebar .submit-button{display:block}}#collection-page #collection-artworks{flex-grow:1}#collection-page #collection-artworks h2.total-count{display:block;margin:0 0 2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem}#collection-page #collection-artworks .item{margin:0 10px 10px 0}#collection-page #collection-artworks .item:last-child{margin-right:0}#collection-page #collection-artworks .card{align-self:flex-end}#collection-page #collection-artworks .card .card-header .tile{width:100%}#collection-page #collection-artworks .card .card-contents .owner,#collection-page #collection-artworks .card .card-contents .collection{display:none}#collection-page #collection-artworks .card figure{margin:0}#collection-page #collection-artworks .artwork-sidebar .details .collections{display:none}
#collections-index .collection-card{width:auto !important}#collections-index .card-header{margin-bottom:10px}#collections-index .slides-museums .card-image{height:450px}#collections-index .slides-foundations .card-image{height:450px}#collections-index .slides-privates .card-image{height:450px}
.actor-query-options .search-input-text[data-v-4884d726]{width:100%}
#actors-search .results .pagination-wrapper{width:100%}#actors-search .results .masonry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center}#actors-search .results .masonry-wrapper .item{margin:0 auto 1.5rem}#actors-search .results .VuePagination__count{display:none}#actors-search .results .actor-card{width:280px}#actors-search .results .actor-card .actor-type{font-family:"Sabon LT W01 Italic",serif;font-size:1rem;line-height:1rem}#actors-search .results .actor-card .card-image{width:100%;height:auto;max-height:280px}#actors-search .results .actor-card .card-image .image{margin:0 auto}#actors-search .results .actor-card .card-header-title,#actors-search .results .actor-card .card-contents{align-items:center;text-align:center}#actors-search .results .actor-card .ingress-text{display:none}
#actor-art-vault .vault-files .card-image .image{background-size:cover;background-position:center 50%}#actor-art-vault .vault-files .credits{display:none}#actor-art-vault .vault-files .slick-slide{display:inline-block;float:none;vertical-align:top}#actor-art-vault .vault-files .slick-dots{position:relative;top:0;bottom:unset;margin-bottom:1rem}#actor-art-vault #tween-layer{position:absolute;z-index:9999;display:none}#actor-art-vault #tween-layer img{width:100%;height:100%}#actor-art-vault #artwork-preview #scroll-target{position:relative;top:-1.5rem}
#actor-page{font-size:1rem}#actor-page .submenu.navbar .navbar-item.has-dropdown .navbar-link{text-transform:none}#actor-page .submenu.navbar .navbar-dropdown{min-width:30rem;max-width:80vw;max-height:70vh}#actor-page .submenu.navbar .navbar-dropdown a{text-decoration:none;white-space:normal}#actor-page .submenu.navbar .navbar-dropdown .item-title{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem}#actor-page .submenu.navbar .navbar-dropdown .publish-date{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1rem}#actor-page .hero{height:auto}#actor-page .segment-title{font-size:1.5rem}#actor-page .page-text{margin-bottom:2rem}#actor-page .actor-news-articles .card-header{min-width:25rem}#actor-page .actor-news-articles .card .card-header a{color:#363636}#actor-page .actor-news-articles .card-contents{display:none}#actor-page .actor-news-articles .title{font-family:"Helvetica Neue LT W01_35 Thin",sans-serif !important;font-size:1.75rem !important;letter-spacing:.75px}#actor-page .actor-news-articles .ingress-text{font-size:1.25rem}#actor-page .actor-news-articles .ingress-text span{color:#d4d4d4 !important}#actor-page .actor-news-articles .publish-date{font-size:1.25rem}#actor-page .actor-info{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}#actor-page .actor-info p{font-size:1rem;line-height:inherit;text-align:justify}#actor-page .actor-info .artist-statement{max-width:550px;margin:2.5rem auto}#actor-page .actor-info .artist-statement p{font-size:1.25rem;text-align:center}#actor-page .actor-info .quote{width:80%;font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-size:1.2rem;text-align:center}#actor-page .actor-info .dx-htmleditor{min-width:auto !important}#actor-page .actor-info-sidebar{padding-left:3rem}#actor-page .actor-info-sidebar .card{overflow:hidden}#actor-page .actor-info-sidebar .card .card-image{height:240px}#actor-page .actor-info-sidebar .feature-article-card .card-header{color:#141414;background:#efefef}#actor-page .actor-info-sidebar .feature-article-card .card-header .card-header-title{padding-left:.5rem;border:0}#actor-page .actor-info-sidebar .feature-article-card .card-header header{padding:0 0 .5rem !important}#actor-page .actor-info-sidebar .feature-article-card .card-header .ingress-text{font-size:1.15rem}#actor-page .actor-info-sidebar .feature-article-card .card-header .more{padding:0 0 1rem 1rem;font-size:.85rem}#actor-page .actor-info-sidebar .audio-player .card-contents{display:none}@media screen and (max-width: 768px){#actor-page .actor-info-sidebar{width:100%;margin-left:0}#actor-page .actor-info-sidebar hr{display:block}#actor-page .actor-info-sidebar .slick-slider{max-width:unset !important;margin-right:0}}#actor-page .subject-actors{order:10}#actor-page .subject-articles{order:1}#actor-page #actor-artworks{flex-grow:0}#actor-page #actor-artworks h2.total-count{display:block;margin:0 0 2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem}#actor-page #actor-artworks .item{margin:0 10px 15px 0}#actor-page #actor-artworks .item:last-child{margin-right:0}#actor-page #actor-artworks .card{align-self:flex-end}#actor-page #actor-artworks .card .card-header .tile{width:100%}#actor-page #actor-artworks .card figure{margin:0}#actor-page #actor-artworks .stacking-modes-toolbar{position:relative;justify-content:flex-end;width:100%;margin-top:0;margin-bottom:0}#actor-page #actor-artworks .artwork-sidebar .actor-card .social-button-wrapper{display:none}#actor-page #actor-contact{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:14px}#actor-page #actor-contact h1{font-family:"Helvetica Neue LT W01_71488914",sans-serif}
#actors-index .actor-query-options{margin-bottom:2rem}#actors-index .option{margin:0 1rem .5rem 0}#actors-index .other-actors{display:block;flex-wrap:wrap}#actors-index .other-actors .slick-track{display:flex;min-height:unset}#actors-index .other-actors .slick-list{padding-left:1rem}#actors-index .other-actors .slick-dots{margin-bottom:0}#actors-index .other-actors .slick-dotted.slick-slider{margin-bottom:50px}#actors-index .other-actors .slick-slide{display:inline-flex;float:none}#actors-index .other-actors .slick-slide.slick-active>div:last-child{margin:0 auto}#actors-index .other-actors .card{align-items:center;margin:0 auto;text-align:center;white-space:break}#actors-index .other-actors .card .card-header{margin:1rem auto}#actors-index .other-actors .card .card-header h2{white-space:normal}#actors-index .other-actors .card .card-header .card-header-title{text-align:center}#actors-index .artwork-spotlights .card-image{height:800px}#actors-index .artwork-spotlights .card-image .image{height:800px}
.artwork-query-options{margin:0;padding:0;font-family:"Sabon Next W01 Regular",serif}.artwork-query-options .search-input-text{width:100%;min-width:288px;max-width:600px}.artwork-query-options .more-options,.artwork-query-options .feeling-lucky{display:inline-flex;flex-basis:auto;flex-grow:1;flex-shrink:1;margin:0 0 auto 1rem;vertical-align:top}.artwork-query-options .more-options .btn,.artwork-query-options .feeling-lucky .btn{display:block;max-width:auto;margin:.1rem 0 0 auto;padding:.25rem .5rem .2rem 1rem;color:#000;border:1px solid #000}.artwork-query-options .more-options .btn .label,.artwork-query-options .feeling-lucky .btn .label{display:inline-block;margin:auto 0;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;letter-spacing:1px;color:inherit;vertical-align:middle}.artwork-query-options .more-options .btn .material-design-icon,.artwork-query-options .feeling-lucky .btn .material-design-icon{width:2.5em;height:2.5em;margin-left:1rem;color:#757575;vertical-align:middle}@media screen and (max-width: 768px){.artwork-query-options .more-options,.artwork-query-options .feeling-lucky{margin:auto}.artwork-query-options .more-options .label,.artwork-query-options .feeling-lucky .label{display:none !important}.artwork-query-options .more-options .material-design-icon,.artwork-query-options .feeling-lucky .material-design-icon{margin:0 1rem}}.artwork-query-options .more-options{margin-right:1rem}.artwork-query-options .active-options{display:block;display:flex;flex-wrap:wrap;justify-content:flex-start}.artwork-query-options .active-options .active-option{display:inline-flex;margin:0 1rem .5rem 0;padding:.25rem .5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#d4d4d4;vertical-align:middle;cursor:pointer;background:rgba(220,220,220,.4)}.artwork-query-options .active-options .active-option .material-design-icon{width:1.2rem;height:1.2rem}.artwork-query-options div.panel-dock .info-panel p{margin-top:1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.artwork-query-options div.panel-dock .material-design-icon{display:inline-block;width:2.5rem;height:2.5rem;margin-left:0;vertical-align:middle}.artwork-query-options div.panel-dock .segment-title h2{font-size:2rem}.artwork-query-options div.panel-dock .panel:last-child a.action-close{margin-bottom:1.5rem}.artwork-query-options .filter-options{padding-bottom:4rem}.artwork-query-options .segment{-webkit-user-select:none;-ms-user-select:none;user-select:none}.artwork-query-options .segment .segment-title{width:auto}.artwork-query-options .segment.colour .chart-wrapper{justify-content:center}.artwork-query-options .segment.colour .chart-wrapper>div{margin:auto}@media screen and (max-width: 576px){.artwork-query-options .panel-dock .navbar-item .label{font-size:.875rem}.artwork-query-options .panel-dock .segment .segment-title h2{font-size:1.25rem}}
#artworks-search .artwork-query-options .search-input-text{margin-right:1.5rem}#artworks-search .page-images-select{display:inline-block !important}#artworks-search .artworks-search-results{flex-grow:0}#artworks-search .artworks-search-results .chart-container{position:relative;width:auto;height:auto;margin-bottom:2rem}#artworks-search .artworks-search-results h2.total-count{display:block;margin:0 0 2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem}#artworks-search .artworks-search-results .item{margin:0 10px 15px 0}#artworks-search .artworks-search-results .item:last-child{margin-right:0}#artworks-search .artworks-search-results .card{align-self:flex-end}#artworks-search .artworks-search-results .card figure{margin:0}#artworks-search .artworks-search-results .stacking-modes-toolbar{position:relative;top:0;justify-content:flex-end;width:100%;margin-top:0;margin-bottom:1rem}#artworks-search .artworks-search-results .artwork-sidebar .actor-card .social-button-wrapper{display:none}#artworks-search .artworks-search-results .pagination-header{align-items:center}#artworks-search .artworks-search-results .pagination-header .page-images-select{display:none}
#artwork-page{text-align:left}#artwork-page .columns{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:0}#artwork-page .column{flex-direction:column}#artwork-page .column.side-column{margin-left:auto}#artwork-page .artwork-column{flex-basis:auto !important;flex-grow:3 !important;flex-shrink:0 !important}#artwork-page .artwork-details.main-image{margin-top:1rem;padding:0}#artwork-page .artwork-details.main-image .artwork .image{width:auto;height:auto;min-width:unset;min-height:unset;max-height:80vh}#artwork-page .artwork-details.main-image .image-not-available{width:auto}#artwork-page .artwork-details.main-image article{font-size:larger}#artwork-page .social-content{max-width:40em;opacity:.5}#artwork-page .social-comments{max-width:90vw}@media screen and (max-width: 575px){#artwork-page .artwork-details.main-image{margin-right:0}#artwork-page article{margin-right:0}}@media(min-width: 1100px){#artwork-page #artwork-wizard .contents{grid-template-columns:auto}#artwork-page #artwork-wizard .side-column{width:auto}}#artwork-page .artwork-sidebar{margin-top:1rem}#artwork-page .artwork-sidebar .card-header-title .artworks-counted{display:none}#artwork-page .artwork-sidebar .pages{margin-top:2rem}#artwork-page .artwork-sidebar .pages .prev,#artwork-page .artwork-sidebar .pages .next{display:inline-table !important;width:2.25rem;height:2.25rem;margin:.1rem .5rem 0 0;padding:.6rem 0 0;font-size:.8rem !important;color:#9d9d9d;text-align:center;vertical-align:bottom;cursor:pointer;border-color:#9d9d9d;border-style:solid;border-width:2px;border-radius:1.25rem !important}#artwork-page .artwork-sidebar .pages .prev:hover,#artwork-page .artwork-sidebar .pages .next:hover{color:#363636;background:#fff;border-color:#363636}#artwork-page .artwork-sidebar .pages .prev.disabled,#artwork-page .artwork-sidebar .pages .next.disabled{cursor:default;border-color:#fff}#artwork-page .other-artworks{flex-grow:0}#artwork-page .other-artworks h2.total-count{display:block;margin:0 0 2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem}#artwork-page .other-artworks .item{margin:0 10px 15px 0}#artwork-page .other-artworks .item:last-child{margin-right:0}#artwork-page .other-artworks .card{align-self:flex-end}#artwork-page .other-artworks .card .card-header .tile{width:100%}#artwork-page .other-artworks .card figure{margin:0}#artwork-page .other-artworks .artwork-sidebar .actor-card .social-button-wrapper{display:none}#artwork-page .other-artworks .stacking-modes-toolbar{position:relative;justify-content:flex-end;width:100%;margin-top:0;margin-bottom:0}@media screen and (max-width: 576px){#artwork-page .other-artworks .stacking-modes-toolbar{position:initial;display:flex;margin:0 auto 1rem 0}}#artwork-page .slides-from-same-era .slick-slide,#artwork-page .slides-with-similar-colors .slick-slide{display:inline-block;float:none;vertical-align:middle}#artwork-page .slides-from-same-era .slick-slide>div,#artwork-page .slides-with-similar-colors .slick-slide>div{margin:.375rem}#artwork-page .slides-from-same-era .credits,#artwork-page .slides-with-similar-colors .credits{display:none}
#artworks-index{font-size:1rem}#artworks-index .query-options .is-4{width:auto}#artworks-index .card-image .image{background-size:cover;background-position:center 50%}#artworks-index .slides-classification1 .slick-slide,#artworks-index .slides-classification2 .slick-slide,#artworks-index .slides-classification3 .slick-slide,#artworks-index .slides-subClassification1 .slick-slide,#artworks-index .slides-subClassification2 .slick-slide,#artworks-index .slides-text1 .slick-slide,#artworks-index .slides-text2 .slick-slide{display:inline-block;float:none;vertical-align:baseline}#artworks-index .slides-classification1 .slick-slide>div,#artworks-index .slides-classification2 .slick-slide>div,#artworks-index .slides-classification3 .slick-slide>div,#artworks-index .slides-subClassification1 .slick-slide>div,#artworks-index .slides-subClassification2 .slick-slide>div,#artworks-index .slides-text1 .slick-slide>div,#artworks-index .slides-text2 .slick-slide>div{margin:.375rem}#artworks-index .slides-classification1 .credits,#artworks-index .slides-classification2 .credits,#artworks-index .slides-classification3 .credits,#artworks-index .slides-subClassification1 .credits,#artworks-index .slides-subClassification2 .credits,#artworks-index .slides-text1 .credits,#artworks-index .slides-text2 .credits{display:none}#artworks-index .slides-classification1 .slick-slide,#artworks-index .slides-text2 .slick-slide{display:inline-block;float:none;vertical-align:middle}#artworks-index .slides-subClassification1 .slick-slide,#artworks-index .slides-text1 .slick-slide{display:inline-block;float:none;vertical-align:top}#artworks-index .slides-classification2 .slick-slide{display:inline-block;float:none;vertical-align:baseline}#artworks-index .slides-classification3 .slick-arrow{top:44.25%}
#organizations-index .hero{display:flex;align-items:flex-start;width:100%;height:56vh;min-height:56vh;margin-bottom:1rem}#organizations-index .query-options{margin:0 45px 1rem}#organizations-index .card .card-header header{display:inline-flex}#organizations-index .card .social-button-wrapper{display:inline-block}#organizations-index .card .social{display:flex;min-width:unset;margin:.25rem 0 auto;margin-left:auto !important}#organizations-index .slides-organizations .card-image{height:45vh}#organizations-index .slides-foundations .slick-track{height:auto}#organizations-index .slides-foundations .card{margin-bottom:1rem}#organizations-index .slides-foundations .card-image{height:45vh}#organizations-index .slides-companies .card-image{height:45vh}@media screen and (max-width: 768px){#organizations-index .slides-companies .card-image{width:auto}}#organizations-index .slides-privates .card-image{height:50vh}@media screen and (max-width: 768px){#organizations-index .slides-privates .card-image{width:auto}}@media screen and (max-width: 576px){#organizations-index .card{margin-bottom:1rem}}
.organization-query-options .option.disabled[data-v-33093c1d]{height:35px}
#organizations-search .results .pagination-wrapper{width:100%}#organizations-search .results .masonry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center}#organizations-search .results .masonry-wrapper .item{margin:0 auto 1.5rem}#organizations-search .results .VuePagination__count{display:none}
#organization-page.content-page .header .organization-name,#organization-page.content-page .header .organization-name .dx-texteditor-container{margin:.5rem 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:2rem;line-height:2.125rem}#organization-page.content-page .header .locality-area,#organization-page.content-page .header .locality-area .dx-texteditor-container{font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-weight:600;font-size:1.5rem;line-height:2rem}#organization-page.content-page .header hr{display:block;width:55px;margin:20px 0 20px}#organization-page.content-page .header .tagline,#organization-page.content-page .header .tagline .dx-texteditor-container{margin:2.5rem 2rem 2.5rem 0;font-family:"Sabon MT W01 Italic",serif;font-weight:600;font-size:1.5rem !important}#organization-page.content-page .header .tagline.page-text{margin-top:0}#organization-page.content-page .header .outline{margin:0 0 1rem;padding:0 1rem 2rem 0;text-align:left}#organization-page.content-page .header .contact{z-index:1000;font-size:1rem}#organization-page.content-page .header .select-image{margin-left:0}#organization-page.content-page .header .banner .logo{display:none;align-self:right;width:150px;height:auto;margin:1rem;margin-left:auto;color:#000}#organization-page.content-page .header .banner .logo .image{display:block;margin-left:auto}#organization-page.content-page .header .banner .ingress-image{min-width:100px;min-height:200px}#organization-page.content-page .header .social-actions{display:flex;align-items:center}#organization-page.content-page .header .social-actions .do-follow{margin-right:1rem}@media screen and (max-width: 768px){#organization-page.content-page .header .column.outline{width:auto}}@media screen and (max-width: 575px){#organization-page.content-page .header .banner{padding-left:0}#organization-page.content-page .header .banner .logo{margin-right:auto;margin-left:0}}@media screen and (max-width: 399px){#organization-page.content-page .header .banner{min-height:unset !important;background-image:none !important}#organization-page.content-page .header .banner .logo{display:block}}#organization-page.content-page .slick-track{min-height:unset}.organization-info,.organization-collections,.organization-exhibitions,.organization-events,.organization-artworks,.organization-visitor,.organization-media,.organization-contact{min-height:200px}.organization-news .card.orgnews .card-image,.organization-history .card.orgnews .card-image{height:400px}.organization-news .display-options,.organization-history .display-options{margin-bottom:1rem}#organization-artworks .owner{display:none}#organization-artworks .collection{display:block}
.add-article-part .material-design-icon{width:32px;height:32px;cursor:pointer}#article-page{text-align:center}#article-page .article-name{width:100%;margin:40px auto 30px;padding:0 1rem;line-height:1.35 !important}#article-page .article-name,#article-page .article-name .dx-texteditor-container{font-family:"Sabon Next W01 Bold",serif;font-weight:normal;font-size:2.25rem;color:#000;text-align:center}@media screen and (max-width: 576px){#article-page .article-name,#article-page .article-name .dx-texteditor-container{width:100%}}#article-page .article-name .dx-placeholder,#article-page .article-name .dx-texteditor-container .dx-placeholder{width:100%;margin:auto}#article-page .article-name textarea,#article-page .article-name .dx-texteditor-container textarea{width:99%;margin-bottom:12px;overflow:auto;line-height:1}#article-page .publish-info{display:inline-flex;flex-direction:column;justify-content:center;width:100%;margin:.5rem auto;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;text-align:center}#article-page .publish-info span.label{display:inline;margin:0 .5rem;font-weight:normal;color:inherit;text-transform:lowercase}#article-page .publish-info .author span.label{text-transform:none}#article-page .publish-info .dx-widget,#article-page .publish-info .dx-texteditor-container{font-family:inherit;font-size:inherit;color:inherit}#article-page .publish-info .dx-radiogroup,#article-page .publish-info .dx-selectbox{display:inline-flex;margin:.5rem}#article-page .publish-info .dx-selectbox .dx-item-content::first-letter{text-transform:lowercase}#article-page .publish-info .author-row{display:inline-flex;flex-direction:row;align-items:baseline;justify-content:center}#article-page .publish-info .author{width:20em}#article-page .publish-info .author .page-text{width:100%}#article-page .publish-info .author,#article-page .publish-info .publish-date{display:inline-flex;align-items:baseline;justify-content:center;margin:.5rem}#article-page .publish-info .author,#article-page .publish-info .author .dx-texteditor-container,#article-page .publish-info .publish-date,#article-page .publish-info .publish-date .dx-texteditor-container{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:1rem}#article-page .publish-info .hide-author{display:inline-flex;flex-direction:row-reverse;align-items:baseline;margin:.5rem}#article-page .publish-info .hide-author span.label{font-family:"Helvetica Neue LT W01_56 It",sans-serif}#article-page .publish-info .ingress-text{width:60%;min-width:400px;margin:2rem auto 1rem;font-size:1.5rem;text-align:center}@media screen and (max-width: 575px){#article-page .publish-info .ingress-text{min-width:80vw}}#article-page .publish-info .ingress-text .dx-texteditor-container{font-size:1.5rem}#article-page .social-actions{display:flex;align-items:center;align-self:center}#article-page .social-actions .do-share{margin:0}#article-page .social-actions .social-network-share{margin:.25rem auto 0 1rem}#article-page article{flex-direction:column}#article-page .ingress-image{width:68vw;height:40vw;margin:1.5rem auto}#article-page .ingress-image figure{text-align:right}#article-page .ingress-image .image{background-size:cover}#article-page .ingress-image .select-image{position:relative;top:-116px;right:0}#article-page .video-playlist-slides{min-width:600px;margin:1rem auto}@media screen and (max-width: 575px){#article-page .video-playlist-slides{min-width:unset}}#article-page .video-playlist-slides .social.do-save{display:none}#article-page .actions{display:flex;justify-content:center}#article-page .actions .btn{margin:1rem .5rem}#article-page .bottom-icons{margin:2rem auto 1rem}#article-page .bottom-icons .material-design-icon{margin:auto .5rem;cursor:not-allowed}#article-page .back{margin:1rem auto;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:14px}#article-page .back a{color:inherit}
#articles-index{font-size:1rem}#articles-index .segment-header{margin-bottom:2rem}#articles-index .segment-header .display-options{top:20px;right:1em;align-self:baseline}#articles-index .segment-title{display:block;margin:0 auto;text-align:center}#articles-index .segment-title h1,#articles-index .segment-title h2{font-family:"Sabon MT W01 Regular",serif;font-size:3.25rem;color:#141414}#articles-index .segment-title hr{display:block;float:none;margin:.75rem auto}#articles-index .contents{margin-bottom:1rem}#articles-index .no-results{text-align:center}#articles-index .feature-article-card{flex-direction:row;width:auto !important;max-width:calc(100vw - 105px);margin-bottom:3rem;background:unset}#articles-index .feature-article-card .article-ingress .title{line-height:1.35}#articles-index .feature-article-card .card-image{flex-grow:2;justify-self:right;width:auto;min-width:400px}#articles-index .feature-article-card .card-image figure{display:block}#articles-index .feature-article-card .card-image .image{width:auto;height:auto;max-width:60vw;min-height:unset;max-height:75vh;margin-left:auto;background-size:cover !important;background-position-x:50%}@media screen and (max-width: 575px){#articles-index .feature-article-card .card-image{width:100% !important;min-width:unset}#articles-index .feature-article-card .card-image .image{max-width:unset}}#articles-index .feature-article-card .card-contents .article-ingress{max-width:58rem}#articles-index .feature-article-card:nth-child(3n){flex-direction:row-reverse !important;justify-content:right !important}#articles-index .feature-article-card:nth-child(3n) .card-link{text-align:right}#articles-index .feature-article-card:nth-child(3n) .card-image{justify-items:flex-start;justify-self:left}#articles-index .feature-article-card:nth-child(3n) .card-image .image{margin-right:auto;margin-left:0}#articles-index .feature-article-card.card-portrait .card-image{max-width:80vw}@media screen and (min-width: 1900px){#articles-index .feature-article-card .article-ingress{max-width:80rem}}@media screen and (min-width: 1216px){#articles-index .feature-article-card .article-ingress .title{font-size:2.85rem}}@media screen and (min-width: 1024px){#articles-index .feature-article-card:nth-child(5n){flex-direction:column-reverse !important;justify-content:right !important;min-height:520px}#articles-index .feature-article-card:nth-child(5n) .card-image{flex-grow:4;width:100% !important;height:auto !important;margin-bottom:11em !important}#articles-index .feature-article-card:nth-child(5n) .card-image .image{width:100% !important;height:auto !important;max-width:unset !important;max-height:unset !important}#articles-index .feature-article-card:nth-child(5n) .card-contents{position:absolute;flex-grow:2;width:100% !important}}@media screen and (max-width: 1023px){#articles-index .feature-article-card{flex-direction:row !important;justify-content:left !important;width:100%}#articles-index .feature-article-card .article-ingress .title{font-size:1.85rem}#articles-index .feature-article-card .card-image{min-width:unset;max-width:50vw}#articles-index .feature-article-card .card-image .image{max-width:unset;max-height:80vh}#articles-index .feature-article-card.card-portrait{flex-direction:row}}@media screen and (max-width: 768px){#articles-index .feature-article-card{flex-direction:column !important;max-width:unset}#articles-index .feature-article-card .card-image{width:100%;max-width:unset;margin-right:1rem}#articles-index .feature-article-card .card-image .image{margin-left:0;background-position-x:center}#articles-index .feature-article-card .card-contents{width:auto;margin-left:0;padding-left:0}#articles-index .feature-article-card .article-ingress .title{font-size:1.5rem}#articles-index .feature-article-card .card-hero{margin-left:0}#articles-index .feature-article-card .card-image .image{max-width:unset;max-height:45vh}}@media screen and (min-width: 769px){#articles-index .segment-header .display-options{position:absolute;top:45px;right:61px}}

#videos-search .results .pagination-wrapper{width:100%}#videos-search .results .masonry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center}#videos-search .results .masonry-wrapper .item{margin:0 auto 1.5rem}#videos-search .results .VuePagination__count{display:none}
#video-page{text-align:left;background:#000}#video-page .video-details{justify-content:center;width:100vw;margin-right:-45px;margin-left:-45px;padding-right:16px;background:#000}#video-page .video-details h2.title{font-size:2.5rem}#video-page .video-details .caption{font-size:1.75rem}#video-page .video-player{width:auto;min-height:75vh}
#videos-index .segment-title{display:block;width:100%;margin:0 auto 2rem;text-align:center}#videos-index .segment-title h1,#videos-index .segment-title h2{font-family:"Sabon MT W01 Regular",serif;font-size:3.25rem;color:#141414}#videos-index .segment-title hr{display:block;float:none;margin:.75rem auto}#videos-index .query-options.columns .column{flex-basis:unset}#videos-index .search-input-text{max-width:50vw}@media screen and (max-width: 768px){#videos-index .search-input-text{max-width:unset}}#videos-index .video-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#videos-index .video-card{display:inline-flex;flex-grow:1;align-content:stretch;justify-content:space-between;width:24vw;min-width:288px;max-width:500px;margin:0 1em 1em 0;box-shadow:-1px 2px 12px #141414}#videos-index .video-card:nth-child(2n){box-shadow:1px -2px 12px #363636}#videos-index .video-card:nth-child(3n){box-shadow:-1px -2px 12px #757575}#videos-index .video-card:nth-child(4n){box-shadow:1px 2px 12px #5f5f5f}#videos-index .video-card .card-image{flex-grow:1;min-height:400px}

#audios-search .results .pagination-wrapper{width:100%}#audios-search .results .masonry-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center}#audios-search .results .masonry-wrapper .item{margin:0 auto 1.5rem}#audios-search .results .VuePagination__count{display:none}
#audio-page{text-align:left}#audio-page .audio-card{width:100% !important}#audio-page .audio-card .card-image{display:flex;flex-grow:2}#audio-page .audio-card .card-image figure{height:400px}#audio-page .podcast-title{margin:1rem 0}#audio-page .podcast-title h2.title{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:2rem}#audio-page .podcast-title .headphones-icon{float:right}#audio-page .audio-player{width:auto}#audio-page .audio-player .card-header{display:none}@media screen and (min-width: 769px){#audio-page .audio-player{flex-direction:column}}#audio-page .artwork-card:hover{box-shadow:none}
#audios-index .segment-title{display:block;width:100%;margin:0 auto 2rem;text-align:center}#audios-index .segment-title h1,#audios-index .segment-title h2{font-family:"Sabon MT W01 Regular",serif;font-size:3.25rem;color:#141414}#audios-index .segment-title hr{display:block;float:none;margin:.75rem auto}#audios-index .query-options.columns .column{flex-basis:unset}#audios-index .search-input-text{max-width:50vw}@media screen and (max-width: 768px){#audios-index .search-input-text{max-width:unset}}#audios-index .audio-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#audios-index .audio-card{display:inline-flex;flex-grow:1;align-content:stretch;justify-content:space-between;width:24vw;min-width:288px;max-width:500px;margin:0 1em 1em 0;box-shadow:4px 2px 18px #d4d4d4}#audios-index .audio-card .card-image{flex-grow:1;min-height:400px}
#cooperative-page .contents{max-width:1800px;margin-top:2rem}#cooperative-page .contents h1{margin:0;font-family:"Sabon MT W01 Regular",serif;font-size:2rem;line-height:normal;text-transform:uppercase}#cooperative-page .contents h2{font-family:"Sabon MT W01 Regular",serif;font-size:1.5rem;line-height:2rem}#cooperative-page .contents h3{margin:0 auto 2rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:2rem;text-align:center}#cooperative-page .contents h4{margin:0 auto 1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.25rem;text-align:center}#cooperative-page .contents p{max-width:60rem;margin-bottom:1rem;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-size:1.1rem}#cooperative-page .contents .pics{margin:1rem auto 4rem;text-align:center}#cooperative-page .contents .pics .member{margin:0 auto}#cooperative-page .contents .pics .member .name{font-size:1.25rem}#cooperative-page .contents .pics .member .title{font-size:1.05rem}#cooperative-page .contents .pics .member .subtitle{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-style:italic;font-size:1rem}#cooperative-page .contents .pics .member .img-wrapper{box-sizing:border-box;width:180px;height:180px;margin:0 auto;overflow:hidden;background-size:cover;border:4px double #5f5f5f;border-radius:120px;margin-bottom:1rem}#cooperative-page .contents .pics .member img{display:block;width:180px;height:auto;margin:0 auto;background:#fff}
.terms-of-service{max-width:calc(100vw - 45px);margin-top:2rem}.terms-of-service .contents{margin-right:1rem;padding-left:2rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#363636}.terms-of-service .title{margin:0 3rem 2.5rem 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:clamp(2.5vw,3rem,3.5vw);line-height:1.5;color:inherit;text-align:left;word-break:break-word}.terms-of-service .para-title{margin:2rem 0 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:clamp(1.2vw,1.25rem,3vw);line-height:1.5;color:inherit;text-align:left;word-break:break-word}.terms-of-service .para-text{max-width:60em;margin:1rem 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:clamp(1vw,1rem,2.5vw);line-height:1.75;color:inherit;text-align:left;word-break:break-word;white-space:pre-line}
.privacy-policy{max-width:calc(100vw - 45px);margin-top:2rem}.privacy-policy .contents{margin-right:1rem;padding-left:2rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#363636}.privacy-policy .title{margin:0 3rem 2.5rem 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:clamp(2.5vw,3rem,3.5vw);line-height:1.5;color:inherit;text-align:left;word-break:break-word}.privacy-policy .para-title{margin:2rem 0 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:clamp(1.2vw,1.25rem,3vw);line-height:1.5;color:inherit;text-align:left;word-break:break-word}.privacy-policy .para-text{max-width:60em;margin:1rem 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:clamp(1vw,1rem,2.5vw);line-height:1.75;color:inherit;text-align:left;word-break:break-word;white-space:pre-line}
.logged-out-page[data-v-cbe03766]{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover}.logged-out-page .infobox h3[data-v-cbe03766]{margin-bottom:2rem;font-size:2.5rem}.logged-out-page .infobox div[data-v-cbe03766]{margin:1rem auto;font-size:1.5rem;line-height:normal}.logged-out-page .infobox .btn[data-v-cbe03766]{margin:.5rem auto;color:#fff;border-color:#fff}.logged-out-page .error-message[data-v-cbe03766]{font-size:2rem;color:#ea2222}
#exit-page[data-v-17150a9e]{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover}#exit-page .infobox h3[data-v-17150a9e]{margin-bottom:2rem;font-size:2.5rem}#exit-page .infobox div[data-v-17150a9e]{margin:1rem auto;font-size:1.5rem;line-height:normal}#exit-page .infobox .btn[data-v-17150a9e]{margin:.5rem auto;color:#fff;border-color:#fff}#exit-page .error-message[data-v-17150a9e]{font-size:2rem;color:#ea2222}
#verify-email[data-v-71a38e20]{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover}#verify-email .infobox h3[data-v-71a38e20]{margin-bottom:2rem;font-size:2.5rem}#verify-email .infobox div[data-v-71a38e20]{margin:1rem auto;font-size:1.5rem;line-height:normal}#verify-email .infobox .btn[data-v-71a38e20]{margin:.5rem auto;color:#fff;border-color:#fff}#verify-email .error-message[data-v-71a38e20]{font-size:2rem;color:#ea2222}
#email-verified{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover}#email-verified .infobox h3{margin-bottom:2rem;font-size:2.5rem}#email-verified .infobox div{margin:1rem auto;font-size:1.5rem;line-height:normal}#email-verified .infobox .btn{margin:.5rem auto;color:#fff;border-color:#fff}#email-verified .error-message{font-size:2rem;color:#ea2222}#email-verified .infobox .error{font-size:2.5rem}#email-verified .infobox .error-message{font-family:"Helvetica Neue LT W01_56 It",sans-serif;color:#ea2222}#email-verified .infobox .support-message{font-size:1.5rem}#email-verified .infobox .success-message{margin:2rem auto;font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-size:1.25rem}#email-verified .infobox .error-email{color:#ea2222}#email-verified .infobox .login-button{margin:2rem auto 1rem}
#info-message-page{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover}#info-message-page .infobox h3{margin-bottom:2rem;font-size:2.5rem}#info-message-page .infobox div{margin:1rem auto;font-size:1.5rem;line-height:normal}#info-message-page .infobox .btn{margin:.5rem auto;color:#fff;border-color:#fff}#info-message-page .error-message{font-size:2rem;color:#ea2222}#info-message-page .silhouette-assistant .btn{margin:1.5rem auto .5rem}#info-message-page.RegistrationInfo .info-message{margin-top:1.5rem}#info-message-page.RegistrationInfo .info-message h3{display:inline-block;font-size:1.25rem}#info-message-page.RegistrationInfo .register-link{margin-bottom:2.5rem}
#register-info-page{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover;padding:2em 5vw}#register-info-page .infobox h3{margin-bottom:2rem;font-size:2.5rem}#register-info-page .infobox div{margin:1rem auto;font-size:1.5rem;line-height:normal}#register-info-page .infobox .btn{margin:.5rem auto;color:#fff;border-color:#fff}#register-info-page .error-message{font-size:2rem;color:#ea2222}#register-info-page h1{margin-bottom:1rem;font-size:2.5rem}#register-info-page .silhouette-assistant{margin-top:2rem}#register-info-page .info-message{margin-top:.5rem;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-weight:600;letter-spacing:1px}#register-info-page .info-message h2,#register-info-page .info-message h3,#register-info-page .info-message h4{display:block;margin:1rem auto;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem;color:#363636}#register-info-page .info-message h4{margin:1rem auto .5rem;font-size:1rem}#register-info-page .info-message>div{margin-bottom:.25rem}#register-info-page .info-message .login-button,#register-info-page .info-message .register-button{margin:1.5rem auto .75rem;padding:.5rem 1.25rem}#register-info-page .info-message .register-button{margin-bottom:1.25rem !important}#register-info-page .info-message .auth-provider-icons{display:inline-flex;justify-content:space-around;width:120px;margin:auto;margin-left:1em}#register-info-page .inverse-colors h2,#register-info-page .inverse-colors h4{color:#d4d4d4;border-color:#d4d4d4}#register-info-page .register-link{margin-bottom:2.5rem}@media screen and (max-width: 575px){#register-info-page .info-message{padding:.5rem;font-size:smaller;background:rgba(247,251,251,.75);border-radius:.25rem;box-shadow:0 0 6px #f3f3f3}#register-info-page .info-message p{padding:0 1.5rem}#register-info-page .info-message h2{font-size:1.5rem}}
.register-page{position:relative;z-index:auto;width:100%;height:auto;min-height:100vh;padding:15vh 5vw;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;color:#fff;text-align:center;background:url(/static/img/background-1.c634492.jpg);background-color:#151c2c;background-repeat:no-repeat;background-size:cover}.register-page .infobox h3{margin-bottom:2rem;font-size:2.5rem}.register-page .infobox div{margin:1rem auto;font-size:1.5rem;line-height:normal}.register-page .infobox .btn{margin:.5rem auto;color:#fff;border-color:#fff}.register-page .error-message{font-size:2rem;color:#ea2222}.register-page .register-code{display:flex;flex-direction:column;max-width:40em;margin:0 auto;font-size:2rem}.register-page .register-code div{margin:2rem auto .5rem}.register-page .register-code input{width:300px;margin:2rem auto;font-size:3rem;text-align:center}
.error-page .segment.slides{margin:2rem 45px}.error-page .multi-stack .stacking-modes-toolbar{position:relative;justify-content:flex-end;width:100%;margin-top:0;margin-bottom:1rem}
.tribe2-page{display:flex;width:92vw;height:calc(100vh - 110px);margin-top:2em;margin-right:auto;margin-left:auto;border:2px dotted #757575}
.communityhome-page[data-v-1c676a4f]{display:flex;width:100%;margin-right:auto;margin-left:auto}.communityhome-page-if[data-v-1c676a4f]{width:100%;height:calc(100vh - 110px)}html[data-v-1c676a4f]::-webkit-scrollbar{display:none}
.tribe1-page[data-v-178795c2]{display:flex;width:100%;margin-right:auto;margin-left:auto}.tribe1-page-if[data-v-178795c2]{width:100%;height:calc(100vh - 110px)}
.material-design-icon{display:inline-flex;align-self:center;position:relative;height:1em;width:1em}.material-design-icon>.material-design-icon__svg{height:1em;width:1em;fill:currentColor;position:absolute;bottom:-0.125em}
/*! Oruga v0.5.11 | MIT License | github.com/oruga-ui/oruga */@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.fade-enter-active,.fade-leave-active{transition:opacity 150ms ease-out}.fade-enter,.fade-enter-from,.fade-leave-to{opacity:0}.zoom-in-enter-active,.zoom-in-leave-active{transition:opacity 150ms ease-out}.zoom-in-enter-active .animation-content,.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content,.zoom-in-leave-active .animation-content{transition:transform 150ms ease-out}.zoom-in-enter,.zoom-in-enter-from,.zoom-in-leave-active{opacity:0}.zoom-in-enter .animation-content,.zoom-in-enter .animation-content,.zoom-in-enter-from .animation-content,.zoom-in-enter-from .animation-content,.zoom-in-leave-active .animation-content,.zoom-in-leave-active .animation-content{transform:scale(0.95)}.zoom-out-enter-active,.zoom-out-leave-active{transition:opacity 150ms ease-out}.zoom-out-enter-active .animation-content,.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content,.zoom-out-leave-active .animation-content{transition:transform 150ms ease-out}.zoom-out-enter,.zoom-out-enter-from,.zoom-out-leave-active{opacity:0}.zoom-out-enter .animation-content,.zoom-out-enter .animation-content,.zoom-out-enter-from .animation-content,.zoom-out-enter-from .animation-content,.zoom-out-leave-active .animation-content,.zoom-out-leave-active .animation-content{transform:scale(1.05)}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{transition:transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86)}.slide-prev-leave-to,.slide-next-enter,.slide-next-enter-from{transform:translate3d(-100%, 0, 0);position:absolute;width:100%}.slide-prev-enter,.slide-prev-enter-from,.slide-next-leave-to{transform:translate3d(100%, 0, 0);position:absolute;width:100%}.slide-down-enter-active,.slide-down-leave-active,.slide-up-enter-active,.slide-up-leave-active{transition:transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86)}.slide-down-enter,.slide-up-leave-to,.slide-down-enter-from{transform:translate3d(0, -100%, 0);position:absolute;height:100%}.slide-up-enter,.slide-up-enter-from,.slide-down-leave-to{transform:translate3d(0, 100%, 0);position:absolute;height:100%}.slide-enter-active{transition:150ms ease-out}.slide-leave-active{transition:150ms ease-out;transition-timing-function:cubic-bezier(0, 1, 0.5, 1)}.slide-leave,.slide-enter-to,.slide-leave-from{max-height:100px;overflow:hidden}.slide-enter,.slide-enter-from,.slide-leave-to{overflow:hidden;max-height:0}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}.o-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0;overflow-x:hidden;overflow-y:scroll}.o-clipped{overflow:hidden}.o-acp{position:relative}.o-acp__menu{display:block;width:100%;position:absolute;left:0;top:100%;overflow:auto;z-index:20;background-color:#fff}.o-acp__menu--top{top:auto;bottom:100%}.o-acp__item{display:block;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.o-acp__item-group-title,.o-acp__item--empty{pointer-events:none}.o-acp--expanded{width:100%}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.o-btn{-moz-appearance:none;-webkit-appearance:none;position:relative;display:inline-flex;cursor:pointer;text-align:center;white-space:nowrap;align-items:center;justify-content:center;vertical-align:top;text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#445e00;color:#fff}.o-btn__wrapper{margin-left:-0.1875em;margin-right:-0.1875em;display:inline-flex;align-items:center;justify-content:center;position:relative;width:100%}.o-btn__wrapper>*{margin-left:.1875em;margin-right:.1875em}.o-btn__label{width:100%}.o-btn--expanded{width:100%}.o-btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.o-btn--outlined{background-color:rgba(0,0,0,0);border-color:#445e00;color:#445e00}.o-btn--outlined:hover{border-color:rgba(0,0,0,0);background-color:#445e00;color:#fff}.o-btn--loading{color:rgba(0,0,0,0) !important;pointer-events:none}.o-btn--loading::after{-webkit-animation:spinAround 500ms infinite linear;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute !important;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;width:1em}.o-btn--inverted{background-color:#fff;border-color:#fff;color:#445e00}.o-btn--inverted:hover{filter:brightness(95%)}.o-car{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;overflow:hidden;width:100%}.o-car__overlay{bottom:0;left:0;right:0;top:0;align-items:center;flex-direction:column;justify-content:center;display:flex;max-height:100vh;position:fixed;z-index:40}.o-car__scene{position:relative;width:100%}.o-car__items{display:flex;width:100%}.o-car__item{flex-shrink:0}.o-car__indicators{width:100%;display:flex;align-items:center;justify-content:center}.o-car__indicators--inside{position:absolute}.o-car__indicators--inside--bottom{bottom:0}.o-car__indicators--inside--top{top:0}.o-car__indicator__item{display:block;border:1px solid #445e00;background:#fff}.o-car__indicator__item--active,.o-car__indicator__item :hover{background:#445e00;border:1px solid #445e00}.o-car__indicator__item--boxes{width:10px;height:10px}.o-car__indicator__item--dots{border-radius:4px;width:10px;height:10px}.o-car__arrow__icon{cursor:pointer;background:#fff;color:#445e00;width:1.5rem;height:1.5rem}.o-car__arrow__icon-prev,.o-car__arrow__icon-next{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.o-car__arrow__icon-prev{left:1.5rem}.o-car__arrow__icon-next{right:1.5rem}.o-chk{display:inline-flex;align-items:center;cursor:pointer;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.o-chk__check{width:1rem;height:1rem;outline:none;margin:0;vertical-align:top;background-position:center;background-size:contain;-webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;flex-shrink:0;cursor:pointer;background-repeat:no-repeat;border-color:#445e00;border-style:solid;transition-property:background}.o-chk__check--checked{background-color:#445e00;border-color:#445e00;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 234 225' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3E%3Cg transform='matrix(4.16667,0,0,4.16667,0,0)'%3E%3Cg transform='matrix(3.13817,0,0,3.13817,-69.2796,-49.5156)'%3E%3Cpath style='fill:%23ffffff' d='M22.504,26.219L28.637,32.386L39.494,18.284L37.348,16.379L28,27.725L24.46,24.196L22.504,26.219Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.o-chk__check--indeterminate{background-color:#445e00;border-color:#445e00;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 417 417' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(4.16667,0,0,4.16667,0,0)'%3E%3Cg transform='matrix(6.96176,0,0,20.5682,-118.661,-806.753)'%3E%3Cpath style='fill:%23ffffff' d='M31.265,41.654C31.265,41.324 30.474,41.057 29.5,41.057L18.953,41.057C17.979,41.057 17.188,41.324 17.188,41.654C17.188,41.984 17.979,42.252 18.953,42.252L29.5,42.252C30.474,42.252 31.265,41.984 31.265,41.654Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.o-chk--disabled{opacity:.5}.o-clps__trigger{cursor:pointer}.o-clps__content{display:inherit}.o-dpck__dropdown{width:100%}.o-dpck__box{display:block;position:relative}.o-dpck__header__buttons{align-items:center;display:flex;justify-content:center;text-align:center}.o-dpck__header__previous,.o-dpck__header__next{justify-content:center;text-align:center;text-decoration:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;align-items:center;box-shadow:none;display:inline-flex;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-color:#dbdbdb;color:#363636}.o-dpck__header__previous:hover,.o-dpck__header__next:hover{text-decoration:none}.o-dpck__header__previous{order:1}.o-dpck__header__next{order:3}.o-dpck__header__list{order:2;align-items:center;display:flex;justify-content:center;text-align:center;list-style:none;flex-wrap:wrap;margin:0;padding:0;margin-left:-0.125rem;margin-right:-0.125rem}.o-dpck__header__list>*{margin-left:.125rem;margin-right:.125rem}.o-dpck__table,.o-dpck__month{display:table;margin:0 auto 0 auto}.o-dpck__table__head,.o-dpck__month__head{display:table-header-group}.o-dpck__table__body,.o-dpck__month__body{display:table-row-group}.o-dpck__table__row,.o-dpck__month__row{display:table-row}.o-dpck__table__cell,.o-dpck__month__cell{text-align:center;vertical-align:middle;display:table-cell;text-decoration:none}.o-dpck__table__cell--unselectable,.o-dpck__month__cell--unselectable{color:#b5b5b5}.o-dpck__table__cell--selectable,.o-dpck__month__cell--selectable{color:#4a4a4a}.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered{background-color:#7a7a7a;color:#dbdbdb}.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered{color:#dbdbdb}.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered{background-color:#7a7a7a;color:#dbdbdb}.o-dpck__table__cell--selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e00;color:#fff}.o-dpck__table__cell--first-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--first-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e00;color:#fff}.o-dpck__table__cell--within-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--within-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:rgba(68,94,0,.5)}.o-dpck__table__cell--last-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--last-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e00;color:#fff}.o-dpck__table__cell--invisible,.o-dpck__month__cell--invisible{visibility:hidden}.o-dpck__table__cell--events,.o-dpck__month__cell--events{position:relative}.o-dpck__table__events,.o-dpck__month__events{display:flex;justify-content:center;position:absolute;width:100%;left:0;bottom:15%}.o-dpck__table__event,.o-dpck__month__event{background-color:#b5b5b5}.o-dpck__table__event--dots,.o-dpck__month__event--dots{border-radius:50%}.o-dpck__table__event--bars,.o-dpck__month__event--bars{width:100%}.o-dpck__month__table{display:inline-flex;flex-wrap:wrap;flex-direction:row;width:17rem}.o-dpck__month__cell{display:flex;align-items:center;justify-content:center;width:33.33%;height:2.5rem}.o-dpck--mobile .o-dpck__header__previous{order:1;flex-grow:1;flex-shrink:1}.o-dpck--mobile .o-dpck__header__next{order:3;flex-grow:1;flex-shrink:1}.o-dpck--mobile .o-dpck__header__list{order:2;flex-grow:1;flex-shrink:1}.o-dtpck__time{display:flex;justify-content:center;align-items:center}.o-drop{display:inline-flex;position:relative;vertical-align:top}.o-drop--inline{display:inline}.o-drop--inline .o-drop__menu{position:static;display:inline-block;padding:0}.o-drop__overlay{position:fixed;bottom:0;left:0;right:0;top:0;cursor:pointer;display:none;background-color:rgba(0,0,0,.86);z-index:40}.o-drop__trigger{width:100%}.o-drop__menu{position:absolute;left:0;top:100%;display:block;z-index:20;background-color:#fff}.o-drop__menu--top-left{top:auto;bottom:100%;right:0;left:auto}.o-drop__menu--bottom-left{right:0;left:auto}.o-drop__menu--top-right{top:auto;bottom:100%}.o-drop__item{display:block;position:relative;cursor:pointer}.o-drop__item--disabled{opacity:.5;pointer-events:none}.o-drop__item--active{background-color:#445e00;color:#fff}.o-drop--expanded{width:100%}.o-drop--expanded .o-drop__menu{width:100%}.o-drop--disabled{opacity:.5;pointer-events:none}.o-drop--mobile>.o-drop__menu{position:fixed;top:25%;left:50%;bottom:auto;right:auto;transform:translate3d(-50%, -25%, 0);overflow-y:auto;z-index:50}.o-drop--mobile>.o-drop__overlay{display:block}.o-field{flex-grow:1}.o-field__label{display:block}.o-field__message{display:block}.o-field--addons{display:flex;justify-content:flex-start}.o-field--addons>*:first-child:not(:only-child) button,.o-field--addons>button:first-child,.o-field--addons>*:first-child:not(:only-child) input,.o-field--addons>input:first-child,.o-field--addons>*:first-child:not(:only-child) select,.o-field--addons>select:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.o-field--addons>*:last-child:not(:only-child) button,.o-field--addons>button:last-child,.o-field--addons>*:last-child:not(:only-child) input,.o-field--addons>input:last-child,.o-field--addons>*:last-child:not(:only-child) select,.o-field--addons>select:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.o-field--addons>*:not(:first-child):not(:last-child) button,.o-field--addons>button:not(:first-child):not(:last-child),.o-field--addons>*:not(:first-child):not(:last-child) input,.o-field--addons>input:not(:first-child):not(:last-child),.o-field--addons>*:not(:first-child):not(:last-child) select,.o-field--addons>select:not(:first-child):not(:last-child){border-radius:0}.o-field--grouped{display:flex;margin-left:-0.37rem;margin-right:-0.37rem}.o-field--grouped>*{margin-left:.37rem;margin-right:.37rem}.o-field--grouped-multiline{flex-wrap:wrap}.o-field__horizontal-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1;margin-left:-0.37rem;margin-right:-0.37rem}.o-field__horizontal-body>*{margin-left:.37rem;margin-right:.37rem}.o-field--horizontal{display:flex}.o-field__horizontal-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin:0 1.5rem 0 0;text-align:right}.o-field--mobile .o-field__horizontal-body{all:unset}.o-field--mobile.o-field--horizontal{all:unset}.o-field--mobile .o-field__horizontal-label{all:unset}@keyframes icon-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.o-icon{align-items:center;display:inline-flex;justify-content:center;transition:transform 150ms ease-out,opacity 300ms ease-out}.o-icon--clickable{pointer-events:auto;cursor:pointer}.o-icon--spin{animation-name:icon-spin;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:2s}.o-ctrl-input{display:block;position:relative}.o-ctrl-input--expanded{width:100%;flex-grow:1;flex-shrink:1}.o-input{-moz-appearance:none;-webkit-appearance:none;display:inline-flex;position:relative;vertical-align:top;width:100%}.o-input__textarea{display:block;max-width:100%;min-width:100%;height:auto;resize:vertical}.o-input__counter{display:block;float:right}.o-input__icon-left,.o-input__icon-right{position:absolute;top:0;height:100%}.o-input__icon-right{right:0}.o-input__icon-left{left:0}.o-inputit{display:block}.o-inputit__container{display:flex;align-items:center;justify-content:flex-start;position:relative;vertical-align:top;flex-wrap:wrap;border-color:#dbdbdb;border-style:solid;border-width:1px;color:#363636}.o-inputit__autocomplete{position:static;flex:1 1}.o-inputit__input{border:none;box-shadow:none}.o-inputit__input:focus{box-shadow:none}.o-inputit__item{display:inline-flex;justify-content:center;align-items:center;position:relative;margin-left:-0.1875em;margin-right:-0.1875em;background-color:#445e00;color:#fff}.o-inputit__item>*{margin-left:.1875em;margin-right:.1875em}.o-inputit__counter{display:block;float:right}.o-inputit--expanded{width:100%;flex-grow:1;flex-shrink:1}.o-load{position:absolute;bottom:0;left:0;right:0;top:0;align-items:center;display:flex;justify-content:center;overflow:hidden}.o-load--fullpage{position:fixed}.o-load__overlay{position:absolute;bottom:0;left:0;right:0;top:0}.o-menu-list .o-menu-list,.o-menu-list .o-menu-item__wrapper{list-style:none}.o-menu-label{text-transform:uppercase}.o-menu-item{display:block;list-style:none}.o-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:fixed;bottom:0;left:0;right:0;top:0;z-index:40}.o-modal__overlay{bottom:0;left:0;position:absolute;right:0;top:0;background-color:rgba(10,10,10,.86)}.o-modal__content{overflow:auto;position:relative;background-color:#fff}.o-modal__content--full-screen{width:100%;height:100%;max-height:100vh;margin:0}.o-modal__close{background:none;position:fixed;border:none;display:inline-block;vertical-align:top;right:20px;top:20px}.o-modal--mobile .o-modal__content{width:100%}.o-notification{background-color:#445e00;color:#fff;position:relative;transform-origin:50% 0}.o-notification__content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit;overflow-y:hidden;overflow-x:auto}.o-notification__wrapper{align-items:flex-start;display:flex;text-align:inherit;padding-top:0;border:0}.o-notification__icon{flex-basis:auto;flex-grow:0;flex-shrink:0}.o-notification__close{position:absolute;border:none;cursor:pointer;pointer-events:auto;display:flex;justify-content:center;align-items:center;flex-grow:0;flex-shrink:0;vertical-align:top;right:.5rem;top:.5rem}.o-notices{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;overflow:hidden;pointer-events:none;padding:2em;z-index:1000}.o-notices .o-notification{pointer-events:stroke;max-width:600px}.o-notices .o-notification--top,.o-notices .o-notification--bottom{align-self:center}.o-notices .o-notification--top-right,.o-notices .o-notification--bottom-right{align-self:flex-end}.o-notices .o-notification--top-left,.o-notices .o-notification--bottom-left{align-self:flex-start}.o-notices--top{flex-direction:column}.o-notices--bottom{flex-direction:column-reverse}.o-notices--bottom .o-notification{margin-bottom:0}.o-notices--bottom .o-notification:not(:first-child){margin-bottom:1.5rem}.o-notices__custom-container{position:absolute}.o-pag{align-items:center;display:flex;justify-content:center;text-align:center;justify-content:space-between}.o-pag__link{-moz-appearance:none;-webkit-appearance:none;align-items:center;box-shadow:none;display:inline-flex;position:relative;vertical-align:top;justify-content:center;text-align:center;text-decoration:none;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.o-pag__link:hover{text-decoration:none}.o-pag__link--disabled{pointer-events:none}.o-pag__link--current{pointer-events:none;background-color:#445e00;border-color:#445e00;color:#fff}.o-pag__ellipsis{justify-content:center;text-align:center;pointer-events:none}.o-pag--simple{justify-content:normal}.o-pag--centered{justify-content:center}.o-pag--centered .o-pag__previous{order:1}.o-pag--centered .o-pag__next{order:3}.o-pag--centered .o-pag__list{justify-content:center;order:2}.o-pag--right{justify-content:flex-end}.o-pag--right .o-pag__previous{order:1}.o-pag--right .o-pag__next{order:2}.o-pag--right .o-pag__list{justify-content:flex-end;order:2}.o-pag__next{order:3}.o-pag__previous{order:2}.o-pag__list{align-items:center;display:flex;justify-content:center;text-align:center;list-style:none;flex-wrap:wrap;margin:0;padding:0;flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.o-pag--mobile{justify-content:flex-start;flex-wrap:wrap}.o-pag--mobile .o-pag__link{flex-grow:1;flex-shrink:1}.o-pag--mobile .o-pag__previous{flex-grow:1;flex-shrink:1;order:0}.o-pag--mobile .o-pag__next{flex-grow:1;flex-shrink:1;order:0}.o-pag--mobile .o-pag__ellipsis{flex-grow:1;flex-shrink:1}.o-pag--mobile .o-pag__list{order:0}.o-radio{display:inline-flex;align-items:center;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.o-radio__check{width:1rem;height:1rem;margin:0;vertical-align:top;background-position:center;background-size:contain;-webkit-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:50%;cursor:pointer;background-repeat:no-repeat;transition-property:background;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(10.1032,0,0,10.1032,-255.068,-313.298)'%3E%3Ccircle cx='30.195' cy='35.959' r='4.85' style='fill:%23445e00;'/%3E%3C/g%3E%3C/svg%3E")}.o-radio__check--checked{background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(4.38544,0,0,4.38544,-94.4336,-58.9876)'%3E%3Cpath d='M32.935,13.679C39.102,13.679 44.108,18.685 44.108,24.852C44.108,31.019 39.102,36.025 32.935,36.025C26.768,36.025 21.761,31.019 21.761,24.852C21.761,18.685 26.768,13.679 32.935,13.679ZM32.798,17.05C37.105,17.05 40.601,20.546 40.601,24.852C40.601,29.158 37.105,32.655 32.798,32.655C28.492,32.655 24.996,29.158 24.996,24.852C24.996,20.546 28.492,17.05 32.798,17.05Z' style='fill:%23445e00;'/%3E%3Ccircle cx='32.84' cy='24.8' r='7.9' style='fill:transparent;'/%3E%3C/g%3E%3C/svg%3E")}.o-radio--disabled{opacity:.5}.o-ctrl-sel{display:inline-flex;position:relative}.o-ctrl-sel--expanded{width:100%;flex-grow:1;flex-shrink:1}.o-sel{-moz-appearance:none;-webkit-appearance:none;display:inline-block;position:relative;vertical-align:top;cursor:pointer;justify-content:flex-start;align-items:center}.o-sel-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 100 100' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3E%3Cg transform='matrix(5.70052,0,0,5.70052,-1329.79,-547.054)'%3E%3Cpath d='M233.451,101.749L235.617,99.422L242.013,105.565L248.463,99.422L250.642,101.749L242.013,110.052L233.451,101.749Z' style='fill:;stroke:white;stroke-width:0.18px;'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1rem;background-position:calc(100% - .5rem) center;padding-right:2rem}.o-sel--multiple{height:auto;padding:0}.o-sel__icon-left,.o-sel__icon-right{position:absolute;top:0;height:100%}.o-sel__icon-right{right:0}.o-sel__icon-left{left:0}@keyframes skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.o-sklt{display:inline-flex;flex-direction:column;vertical-align:middle;width:100%}.o-sklt__item{width:100%;background:linear-gradient(90deg, #dbdbdb 25%, rgba(219, 219, 219, 0.5) 50%, #dbdbdb 75%)}.o-sklt__item--animated{background-size:400% 100%;animation-name:skeleton-loading;animation-iteration-count:infinite;animation-duration:1.5s}.o-sklt__item::after{content:" "}.o-sklt--centered{align-items:center}.o-sklt--right{align-items:flex-end}.o-side__content{background-color:#dbdbdb;z-index:39}.o-side__content--fixed{position:fixed;left:0;top:0}.o-side__content--absolute{position:absolute;left:0;top:0}.o-side__content--right{left:auto;right:0}.o-side__content--mini-expand:hover{transition:width}.o-side__content--static{position:static}.o-side__content--absolute,.o-side__content--static{transition:width 150ms ease-out}.o-side__content--fullwidth{width:100%;max-width:100%}.o-side__content--fullheight{height:100%;max-height:100%;overflow:hidden;overflow-y:auto;display:flex;flex-direction:column;align-content:stretch}.o-side__overlay{bottom:0;left:0;right:0;top:0;position:fixed;background:rgba(10,10,10,.86);z-index:38}.o-slide{background:rgba(0,0,0,0);width:100%}.o-slide__thumb{border:1px solid #b5b5b5;background:#fff}.o-slide__thumb--dragging{cursor:-webkit-grabbing;cursor:grabbing;filter:brightness(0.8)}.o-slide__track{display:flex;align-items:center;position:relative;cursor:pointer;background:#dbdbdb}.o-slide__fill{position:absolute;height:100%;background:#445e00;top:50%;transform:translateY(-50%)}.o-slide .o-slide__track{height:.5rem}.o-slide .o-slide__thumb{height:1rem;width:1rem}.o-slide .o-slide__tick-label{position:absolute;left:50%;transform:translateX(-50%)}.o-slide__tick{position:absolute;transform:translate(-50%, -50%);top:50%;width:3px;background:#445e00}.o-slide__tick--hidden{background:rgba(0,0,0,0)}.o-slide__thumb-wrapper{display:inline-flex;align-items:center;position:absolute;cursor:-webkit-grab;cursor:grab;transform:translate(-50%, -50%);top:50%;flex-direction:column}.o-slide--disabled{cursor:not-allowed;pointer-events:none}.o-steps{display:flex;flex-wrap:wrap;margin:0;padding:0}.o-steps .o-steps__title{background-color:#fff;text-align:center;z-index:1}.o-steps .o-steps__wrapper-vertical .o-steps--label-left .o-steps__divider{left:auto}.o-steps .o-steps__wrapper-vertical.o-steps__wrapper-position-right .o-steps--label-left .o-steps__divider{left:auto}.o-steps__nav-item{margin:0;padding:0;margin-top:0;position:relative;flex-grow:1;flex-basis:1em}.o-steps__divider{background:linear-gradient(to left, #dbdbdb 50%, #445e00 50%);background-size:200% 100%;background-position:right bottom;content:" ";display:block;position:absolute;bottom:0;left:-50%;width:100%}.o-steps__content{position:relative;overflow:visible;display:flex;flex-direction:column}.o-steps__content-transitioning{overflow:hidden}.o-steps--animated .o-steps__divider{transition-property:background}.o-steps__link{display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;text-decoration:none}.o-steps__link-label-right{flex-direction:row}.o-steps__link-label-left{flex-direction:row-reverse}.o-steps__link:hover{text-decoration:none}.o-steps__link:not(.o-steps__link-clickable){cursor:not-allowed}.o-steps__marker{align-items:center;display:flex;justify-content:center;background:#b5b5b5;color:#fff;border:.2em solid #fff;z-index:1;overflow:hidden}.o-steps__details{background-color:#fff;text-align:center;z-index:1}.o-steps__nav-item-active .o-steps__link{cursor:default}.o-steps__nav-item-active .o-steps__marker{background-color:#fff;border-color:#445e00;color:#445e00}.o-steps__nav-item-active .o-steps__divider{background-position:left bottom}.o-steps__nav-item-previous .o-steps__marker{color:#fff;background-color:#445e00}.o-steps__nav-item-previous .o-steps__divider{background-position:left bottom}.o-steps__item{flex-shrink:0;flex-basis:auto}.o-steps__wrapper-vertical{display:flex;flex-direction:row;flex-wrap:wrap}.o-steps__wrapper-vertical .o-steps{height:100%;flex-direction:column}.o-steps__wrapper-vertical .o-steps__divider{height:100%;top:-50%;left:calc(50% - .1em)}.o-steps__wrapper-vertical .o-steps__item-active .o-steps__divider,.o-steps__wrapper-vertical .o-steps__item-previous .o-steps__divider{background-position:right top}.o-steps__wrapper-vertical .o-steps__nav-item{width:100%;display:flex;align-items:center;justify-content:center}.o-steps__wrapper-vertical .o-steps__content{flex-grow:1;flex-basis:70%}.o-steps__wrapper-vertical .o-steps__navigation{flex-basis:100%}.o-steps__wrapper-vertical.o-steps__wrapper-position-right{flex-direction:row-reverse}.o-steps--mobile .o-steps__title{display:none;padding:0}.o-switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.o-switch--left{flex-direction:row-reverse}.o-switch--left .o-switch__label{margin-left:0}.o-switch__check-switch{content:"";display:block;height:1.175em;width:1.175em;background:#f5f5f5;transition-property:transform;will-change:transform;transform-origin:left}.o-switch__check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;transition-property:background}.o-switch__check--checked{background:#445e00}.o-switch__check--checked .o-switch__check-switch{transform:translate3d(100%, 0, 0)}.o-switch__input{position:absolute;left:0;opacity:0;z-index:-1}.o-switch--rounded{border-radius:9999px}.o-switch--disabled{opacity:.5}.o-table{display:table;width:100%;border-collapse:separate;border-spacing:0}.o-table__root{position:relative}.o-table__wrapper{transition:opacity 300ms ease-out;position:relative}.o-table__wrapper--sticky-header{overflow-y:auto}.o-table__wrapper--sticky-header th{position:-webkit-sticky;position:sticky;left:0;top:0}.o-table__wrapper--scrollable{-webkit-overflow-scrolling:touch;overflow-x:auto;max-width:100%}.o-table__wrapper--mobile{overflow-x:auto}.o-table__wrapper--mobile .o-table__mobile-sort{display:block}.o-table__wrapper--mobile .o-table{background-color:rgba(0,0,0,0)}.o-table__wrapper--mobile thead tr{box-shadow:none;border-width:0}.o-table__wrapper--mobile thead tr th{display:none}.o-table__wrapper--mobile thead tr .o-table-th-checkbox{display:block;width:100%;text-align:right;border:0}.o-table__wrapper--mobile tfoot th{border:0;display:inherit}.o-table__wrapper--mobile tr{max-width:100%;position:relative;display:block}.o-table__wrapper--mobile tr td{border:0;display:inherit}.o-table__wrapper--mobile tr td:last-child{border-bottom:0}.o-table__wrapper--mobile tr:not(.o-table__tr--selected){background:inherit;background:#fff}.o-table__wrapper--mobile tr:not(.o-table__tr--selected):hover{background-color:inherit;background-color:#fff}.o-table__wrapper--mobile tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer) td{display:flex;width:auto;justify-content:space-between;text-align:right}.o-table__wrapper--mobile tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer) td:before{content:attr(data-label)}.o-table__mobile-sort{display:none}.o-table__th{vertical-align:top;text-align:left;position:relative}.o-table__th--centered{text-align:center}.o-table__th--right{text-align:right}.o-table__th__sort-icon{position:absolute;right:0}.o-table__th--sortable{cursor:pointer}.o-table__th--sticky{position:-webkit-sticky;position:sticky;left:0;top:0}.o-table__th--unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.o-table__td{vertical-align:top;text-align:left}.o-table__td--sticky{position:-webkit-sticky;position:sticky;left:0}.o-table__td--right{text-align:right}.o-table__td--centered{text-align:center}.o-table__td-chevron{vertical-align:middle}.o-table__tr--selected{background-color:#445e00;color:#fff}.o-table__pagination{align-items:center;justify-content:space-between;display:flex}.o-table__pagination>div:first-child{align-items:center;justify-content:flex-start}.o-table__pagination>div:last-child{align-items:center;justify-content:flex-end}.o-table__pagination>div:last-child>div{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.o-table__pagination>div{flex-basis:auto;flex-grow:0;flex-shrink:0}.o-tabs--fullwidth{width:100%}.o-tabs--fullwidth .o-tabs__nav-item-wrapper{flex-grow:1;flex-shrink:0}.o-tabs--fullwidth .o-tabs__nav-item-default,.o-tabs--fullwidth .o-tabs__nav-item-boxed,.o-tabs--fullwidth .o-tabs__nav-item-toggle{height:100%}.o-tabs--vertical{display:flex;flex-direction:row}.o-tabs--vertical .o-tabs__nav{flex-direction:column;align-items:stretch;flex-grow:0;border-bottom:none}.o-tabs--vertical .o-tabs__nav-item-boxed{border-bottom-color:rgba(0,0,0,0)}.o-tabs--vertical .o-tabs__nav-item-boxed--active{border-right-color:rgba(0,0,0,0)}.o-tabs--right{flex-direction:row-reverse}.o-tabs--right .o-tabs__nav-item-boxed{border-bottom-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.o-tabs--right .o-tabs__nav-item-boxed--active{border-left-color:rgba(0,0,0,0)}.o-tabs__nav{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;align-items:center;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start;overflow-x:auto}.o-tabs__nav--centered{justify-content:center}.o-tabs__nav--right{justify-content:flex-end}.o-tabs__nav-item-default{-moz-appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:0;border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);align-items:center;line-height:1.5;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;vertical-align:top;cursor:pointer;text-decoration:none}.o-tabs__nav-item-default--active{border-bottom-color:#445e00;color:#445e00}.o-tabs__nav-item-default--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.o-tabs__nav-item-boxed{-moz-appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:0;border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);align-items:center;line-height:1.5;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;vertical-align:top;cursor:pointer;text-decoration:none;border-bottom-color:rgba(0,0,0,0)}.o-tabs__nav-item-boxed--active{border-bottom-color:#445e00;color:#445e00}.o-tabs__nav-item-boxed--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.o-tabs__nav-item-toggle{-moz-appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:0;border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);align-items:center;line-height:1.5;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;vertical-align:top;cursor:pointer;text-decoration:none;margin-bottom:0;position:relative}.o-tabs__nav-item-toggle--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.o-tabs__content{position:relative;overflow:visible;display:flex;flex-direction:column;flex-grow:1}.o-tabs__content--transitioning{overflow:hidden}.o-tpck__dropdown{width:100%}.o-tpck__box{display:flex;justify-content:center;align-items:center}.o-tpck__select{-moz-appearance:none;-webkit-appearance:none;display:inline-block;position:relative;vertical-align:top;cursor:pointer;justify-content:flex-start;align-items:center;border:0;font-size:inherit}.o-tpck__select-placeholder{opacity:.5}.o-tip{position:relative;display:inline-flex}.o-tip__arrow--top{top:100%;right:auto;bottom:auto;left:50%;transform:translateX(-50%);border-top-style:solid;border-top-width:5px;border-right-style:solid;border-right-color:rgba(0,0,0,0);border-left-style:solid;border-left-color:rgba(0,0,0,0);border-right-width:5px;border-left-width:5px}.o-tip__content--top{top:auto;right:auto;bottom:calc(7px + 100%);left:50%;transform:translateX(-50%)}.o-tip__arrow--right{top:50%;right:100%;bottom:auto;left:auto;transform:translateY(-50%);border-right-style:solid;border-right-width:5px;border-top-style:solid;border-top-color:rgba(0,0,0,0);border-bottom-style:solid;border-bottom-color:rgba(0,0,0,0);border-top-width:5px;border-bottom-width:5px}.o-tip__content--right{top:50%;right:auto;bottom:auto;left:calc(7px + 100%);transform:translateY(-50%)}.o-tip__arrow--bottom{top:auto;right:auto;bottom:100%;left:50%;transform:translateX(-50%);border-bottom-style:solid;border-bottom-width:5px;border-right-style:solid;border-right-color:rgba(0,0,0,0);border-left-style:solid;border-left-color:rgba(0,0,0,0);border-right-width:5px;border-left-width:5px}.o-tip__content--bottom{top:calc(7px + 100%);right:auto;bottom:auto;left:50%;transform:translateX(-50%)}.o-tip__arrow--left{top:50%;right:auto;bottom:auto;left:100%;transform:translateY(-50%);border-left-style:solid;border-left-width:5px;border-top-style:solid;border-top-color:rgba(0,0,0,0);border-bottom-style:solid;border-bottom-color:rgba(0,0,0,0);border-top-width:5px;border-bottom-width:5px}.o-tip__content--left{top:50%;right:calc(7px + 100%);bottom:auto;left:auto;transform:translateY(-50%)}.o-tip__arrow{position:absolute;content:"";pointer-events:none;z-index:38;color:#445e00}.o-tip__content{position:absolute;white-space:nowrap;z-index:38;background-color:#445e00}.o-tip__content--always{opacity:1;visibility:visible}.o-tip__content--multiline{text-align:center;white-space:normal}.o-tip__trigger{width:100%}.o-upl{position:relative;display:inline-flex}.o-upl--disabled{cursor:not-allowed}.o-upl--expanded{width:100%}.o-upl__draggable{cursor:pointer;width:100%}.o-upl input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:-1}
.o{z-index:12500}
figure.image-box{z-index:4000;flex:1 1;width:inherit;height:100%;min-width:inherit;max-width:inherit;min-height:45px;max-height:inherit;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}figure.image-box .background-palette{position:absolute;z-index:0;width:inherit;height:inherit;background-size:200% !important;border:0;animation:Gradient 15s ease infinite}figure.image-box .background-palette .loading{position:absolute;bottom:1rem;left:1rem;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1rem;color:#fff;text-shadow:1px 1px 0 rgba(5,5,0,.5)}figure.image-box .image{z-index:inherit;height:100%;min-width:inherit;max-width:inherit;min-height:inherit;max-height:inherit;margin:0;padding:0;background-repeat:inherit;background-size:inherit;background-position:inherit}figure.image-box .image-not-available{overflow:hidden;background-color:#efefef;background-repeat:no-repeat;background-size:140px;background-position:50% 50%;background-blend-mode:color-burn}figure.image-box .image-not-available .image{background-repeat:no-repeat;background-size:140px;background-position:50% 50%;background-blend-mode:color}figure.image-box .image-not-available .image:hover{background-color:unset}figure.image-box .image-subtext{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;cursor:auto}figure.image-box .image-subtext section.page-text{display:inline-flex;margin-bottom:0}figure.image-box .image-subtext p{margin:0 !important}figure.image-box .image-subtext .image-caption{flex-grow:2;justify-self:flex-start;margin-right:1rem;font-size:1rem;text-align:left}figure.image-box .image-subtext .image-caption,figure.image-box .image-subtext .image-caption .dx-texteditor-container{font-family:"Helvetica Neue LT W01_65 Md",sans-serif}figure.image-box .image-subtext .image-attribution{display:inline-flex;align-items:baseline;justify-self:flex-end;max-width:100%;margin-top:.25rem;margin-left:auto;overflow:visible;line-height:auto;text-align:right}figure.image-box .image-subtext .image-attribution .image-credit-line,figure.image-box .image-subtext .image-attribution .image-copyright,figure.image-box .image-subtext .image-attribution .license-info{display:inline-flex;width:-webkit-max-content;width:max-content;line-height:auto}figure.image-box .image-subtext .image-attribution .image-credit-line,figure.image-box .image-subtext .image-attribution .image-credit-line .dx-texteditor-container,figure.image-box .image-subtext .image-attribution .image-copyright,figure.image-box .image-subtext .image-attribution .image-copyright .dx-texteditor-container,figure.image-box .image-subtext .image-attribution .license-info,figure.image-box .image-subtext .image-attribution .license-info .dx-texteditor-container{justify-content:flex-end;margin:0 0 0 .5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem;text-align:right}figure.image-box .image-subtext .image-attribution .image-credit-line p,figure.image-box .image-subtext .image-attribution .image-copyright p,figure.image-box .image-subtext .image-attribution .license-info p{margin-bottom:0}figure.image-box .image-subtext .image-attribution .image-copyright{order:1;display:block;overflow-x:hidden;line-height:normal;text-overflow:ellipsis;white-space:nowrap}figure.image-box .image-subtext .image-attribution .image-credit-line{order:2;display:block;overflow-x:hidden;line-height:normal;text-overflow:ellipsis;white-space:nowrap}figure.image-box .image-subtext .image-attribution .license-info{order:3;font-family:"Helvetica Neue LT W01_56 It",sans-serif}figure.image-box .social-button-wrapper{position:absolute;right:.5rem;bottom:.5rem;opacity:0;transition:opacity .5s ease-out}figure.image-box:hover .social-button-wrapper{opacity:1}@keyframes Gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.spinner[data-v-24c6f8a8]{position:static;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;width:auto;height:auto;margin:2rem auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,0)}.spinner img[data-v-24c6f8a8]{width:120px;height:120px;animation:spin-24c6f8a8 1s infinite linear}@keyframes spin-24c6f8a8{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.modal-dialog{z-index:12500}.modal-dialog .o-modal__overlay{background-color:rgba(10,10,10,.75)}.modal-dialog .o-modal__content{min-width:69vw;overflow:hidden;box-shadow:2px 2px 25px #141414}.modal-dialog button.btn,.modal-dialog .btn{margin:.5rem 1rem;border-color:#000}.modal-dialog p{margin:1rem 2rem;font-size:1.2rem}@media screen and (max-width: 576px){.modal-dialog{top:20px;width:95vw !important;height:95vh !important}}
.segment{width:100%;margin:1.5rem 0}.segment .segment-header{display:inline-flex;flex-wrap:wrap;width:100%;margin-bottom:2rem;text-align:left}.segment .segment-header .display-options{position:relative;flex-grow:0;align-self:center;justify-content:flex-end;min-height:3rem}.segment .segment-title{display:inline-flex;flex-direction:column;flex-grow:1;flex-wrap:nowrap;width:auto;min-width:55%;max-width:95vw;padding-right:1em;color:#000}.segment .segment-title,.segment .segment-title h2{font-family:"Sabon MT W01 Regular",serif}.segment .segment-title h2{display:block;margin:0;font-weight:normal;font-size:clamp(28px,3em,45px);color:inherit;word-break:initial}.segment .segment-title h2::first-letter{text-transform:capitalize}@media screen and (max-width: 576px){.segment .segment-title h2{font-size:1.5rem}}.segment .segment-title hr{width:clamp(28px,3em,45px)}.segment .segment-title::after{clear:both}.segment .segment-header.with-options .segment-title{max-width:calc(95vw - 190px)}@media screen and (max-width: 575px){.segment .segment-header.with-options .segment-title{max-width:95vw}}.segment.sub-segment .segment-title h2{font-size:1.25rem}.segment.sub-segment .segment-title hr{height:2px}
.toggle-mode-edit[data-v-4b3f5749]{margin:auto;line-height:0}.toggle-mode-edit .material-design-icon[data-v-4b3f5749]{width:28px !important;height:28px !important;cursor:pointer}.toggle-mode-edit .material-design-icon.disabled[data-v-4b3f5749]{cursor:default !important}.toggle-mode-edit .material-design-icon.loading[data-v-4b3f5749]{color:#363636}.toggle-mode-edit.active .material-design-icon[data-v-4b3f5749]{color:#5c7ad9;transform:translateY(-1px) translateX(1px)}
.toggle-dark-theme .material-design-icon[data-v-391ffad9]{width:32px;height:32px}
.select-use-profile[data-v-5eafc222]{margin:auto;line-height:0}.select-use-profile .material-design-icon[data-v-5eafc222]{width:28px !important;height:28px !important;cursor:pointer}.select-use-profile.active .material-design-icon[data-v-5eafc222]{color:#75d95c}
.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .dx-overlay-content{background:rgba(0,0,0,0);box-shadow:none}.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .dx-overlay-content .dx-popover-arrow{display:none !important}.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .popover-message{display:inline-flex;flex-direction:column;max-width:400px;font-size:1rem;text-align:center}.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .popover-message .silhouette-assistant{margin:-10px 0 -10px -10px}.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .popover-message .silhouette-assistant .bubble-wrapper{align-self:flex-start;min-height:0;margin-left:1rem;padding-top:11%;padding-bottom:11%}.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .popover-message .silhouette-assistant .bubble-wrapper div{margin-bottom:1rem}.dx-popover-wrapper.dx-overlay-wrapper.login-popover-wrapper .popover-message button{margin-top:1rem}

.user-tool{display:flex;flex-direction:column;margin:0 0 1.5rem;cursor:pointer}.user-tool .tool-head{display:inline-flex;align-items:baseline;width:100%;border-bottom:2px solid #5f5f5f}.user-tool .tool-head img{max-height:40px;margin-right:.75rem}.user-tool .tool-head h3{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.1rem;vertical-align:text-bottom}.user-tool .tool-body{display:inline-flex}.user-tool .tool-body a{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.5rem}.user-tool .tool-body a,.user-tool .tool-body a:hover{color:#363636}.user-tool .tool-body .material-design-icon{width:24px !important;height:24px !important;margin-left:auto !important;color:#363636;vertical-align:text-bottom !important}.user-tool.dark .tool-head h3{color:#9d9d9d}.user-tool.dark .tool-body a{color:#9d9d9d}.user-tool.dark .tool-body .material-design-icon{color:#9d9d9d}
.back-to-top-fade-enter-active,.back-to-top-fade-leave-active{transition:opacity .7s}.back-to-top-fade-enter,.back-to-top-fade-leave-to{opacity:0}.vue-back-to-top{cursor:pointer;position:fixed;z-index:1000}.vue-back-to-top .default{background-color:#f5c85c;border-radius:3px;color:#fff;height:30px;line-height:30px;text-align:center;width:160px}.vue-back-to-top .default span{color:#fff}.vue-back-to-top--is-footer{bottom:50% !important;position:absolute;transform:translateY(50%)}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/static/img/default-skin.e3f799c.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media(-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min-resolution: 1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/static/img/default-skin.f64c3af.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid rgba(0,0,0,0);border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/static/img/preloader.e34aafb.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width: 1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}100%{transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:none}
.pswp{z-index:15000 !important}.pswp .pswp__caption{top:0;bottom:unset;z-index:2000;font-family:"Sabon MT W01 Regular",serif;-webkit-user-select:none;-ms-user-select:none;user-select:none}.pswp .pswp__caption .pswp__caption__center{max-width:calc(100% - 88px);font-size:1.25rem;color:#fff;text-align:center}.pswp .pswp__top-bar{z-index:2001}
.errors-quote{padding:3rem 10vw;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:normal;background-repeat:no-repeat;background-size:cover;background-position-x:50%}.errors-quote .columns{display:flex;height:700px;max-height:70vh;overflow:hidden;box-shadow:2px 2px 25px #141414}.errors-quote .message-panel{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:auto;padding:10vh 3rem 2rem;color:#363636;text-align:center;background:#fff}.errors-quote .message-panel p{font-size:2rem}.errors-quote .message-panel p.error{margin:1rem auto;font-size:1rem}.errors-quote .message-panel .quote{align-self:flex-start;margin:0 0 3rem auto;font-family:"Sabon Next W01 Regular",serif;font-style:italic;text-align:right}.errors-quote .message-panel .quote p{margin:0 0 .5rem auto;font-size:1.5rem}.errors-quote .message-panel .quote div{font-size:.7rem}.errors-quote .image-panel{height:auto;background-repeat:no-repeat;background-size:cover;background-position-x:50%}@media screen and (min-width: 769px){.errors-quote{background-image:unset !important}}@media screen and (max-width: 768px){.errors-quote{height:100%}.errors-quote .message-panel{width:100%;background:rgba(255,251,251,.85)}.errors-quote .image-panel{display:none}}
.hero-page{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:row;align-items:left;width:100vw;height:100vh;margin:0;padding:110px 45px 0;text-align:center;vertical-align:middle;background-repeat:no-repeat;background-size:cover;background-position:50%;transition-property:background-image,background-position;transition-duration:1s;transition-timing-function:ease-in-out}.hero-page.is-fullheight{position:absolute;background-attachment:fixed;background-size:cover;background-position:center center}.hero-page .contents{justify-content:space-between;width:100%}.hero-page .segment{max-width:calc(100vw - 105px)}.hero-page .card .card-image{display:none}.hero-page .card .card-header{background:rgba(239,239,239,.75)}.hero-page .btn{display:inline-flex;align-content:center;text-align:middle}.hero-page .btn span{align-self:center}.hero-page .infobox{position:static;top:0;left:0;width:auto;min-width:460px;max-width:75vw;margin-right:auto;margin-left:auto;transform:translateX(120vw) translateY(50vh);transition-property:transform,opacity;transition-duration:240ms;transition-timing-function:ease-in-out}.hero-page .infobox h4{margin:1.5rem auto 2rem;font-size:1.5rem}.hero-page .infobox em{font-size:1.5rem}.hero-page .infobox .buttons{display:inline-flex;align-items:center;justify-items:center}.hero-page .infobox button.btn{margin:2rem .5rem .5rem !important;padding:10px .8rem !important;font-family:"Helvetica Neue LT W01_71488914",sans-serif;color:#363636;text-transform:uppercase;background:#efefef}.hero-page .preload-image{z-index:-1;display:none}@media screen and (max-width: 575px){.hero-page{padding-right:0;padding-left:0}.hero-page .segment{max-width:calc(100vw - 45px);margin-top:0}.hero-page .infobox{min-width:unset;max-width:98vw}}
.home-front-pages{position:relative;width:100vw;height:100vh;background-image:linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(23, 30, 47) 33%, rgb(45, 63, 105) 57%, rgb(171, 160, 146) 100%)}.home-front-pages .taide-art .infobox{position:relative;top:0 !important;display:flex;flex-direction:column;justify-content:flex-start;height:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translateX(0) translateY(0) !important;transition-property:transform;transition-duration:500ms;transition-timing-function:ease-in-out}.home-front-pages .taide-art .infobox h4{font-family:"Sabon LT W01 Bold",serif;font-size:2em}.home-front-pages .taide-art .infobox em{font-family:"Sabon LT W01 Bold",serif;font-size:1.5em}.home-front-pages .taide-art .infobox h2{margin:.75rem auto 1.5rem;font-family:"Sabon LT W01 Regular",serif;font-size:32px;letter-spacing:-1px;text-transform:uppercase}.home-front-pages .taide-art .infobox .call-to-action{display:inline-block;padding:1.25em 1.5em;background-color:rgba(5,5,0,.5);box-shadow:2px 2px 8px rgba(5,5,0,.95)}.home-front-pages .taide-art .infobox .call-to-action h3{width:100%;margin:auto;padding:0;font-size:1.5rem;color:#fff;text-align:center}.home-front-pages .taide-art .infobox .logo{width:auto;height:auto;margin-top:7vh;margin-bottom:4rem;background:radial-gradient(farthest-side at 50% 51%, rgba(5, 5, 0, 0.7), rgba(5, 5, 0, 0.4) 30%, rgba(25, 25, 25, 0.5) 35%, rgba(5, 5, 0, 0.4) 40%, rgba(5, 5, 0, 0.4) 50%, rgba(25, 25, 25, 0.5) 55%, rgba(5, 5, 0, 0.4) 60%, rgba(5, 5, 0, 0.2) 80%, rgba(5, 5, 0, 0) 97%)}.home-front-pages .taide-art .infobox .logo figure .image{height:220px !important;margin-right:auto;margin-left:auto}.home-front-pages .taide-art .infobox .buttons{align-content:center;justify-content:center;margin-top:1rem}.home-front-pages .taide-art .infobox .buttons button.btn{align-self:center}.home-front-pages .taide-art .infobox .buttons button.btn.login{padding:8px .8rem !important;font-family:"Helvetica Neue LT W01_65 Md",sans-serif !important;color:#fff !important;background:rgba(0,0,0,0) !important;border:2px solid #fff !important}@media screen and (min-width: 1216px){.home-front-pages .taide-art .infobox{width:100%}}@media screen and (max-width: 768px){.home-front-pages .taide-art .infobox{width:100% !important;min-width:unset;max-width:90vw;margin:auto;margin-top:7vh;padding-right:0;padding-left:0}.home-front-pages .taide-art .infobox .logo{width:100%}.home-front-pages .taide-art .infobox .call-to-action{max-width:375px;margin:auto;font-size:smaller}}@media screen and (max-width: 575px){.home-front-pages .taide-art{padding-top:11vh}.home-front-pages .taide-art .infobox .logo{margin-top:4vh}.home-front-pages .taide-art .infobox .logo figure .image{width:50vw !important;height:auto !important}.home-front-pages .taide-art .infobox .call-to-action{max-width:unset}.home-front-pages .taide-art .infobox .buttons{flex-direction:column-reverse}.home-front-pages .taide-art .card{max-width:unset}}@media screen and (min-width: 1024px){.home-front-pages .taide-art{padding-top:15vh}}.home-front-pages .initial.taide-art .infobox .call-to-action{background-color:unset;box-shadow:none}.home-front-pages .initial.taide-art .infobox .logo{background:none}.home-front-pages .hero-page.infobox-visible .infobox{opacity:1}.home-front-pages .hero-page.infobox-hidden .infobox{opacity:0}.home-front-pages .hero-page .card{width:auto !important;max-width:80vw;padding:1.25rem;color:#141414 !important;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:rgba(255,251,251,.5) !important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.home-front-pages .hero-page .card .card-link{text-decoration:none}.home-front-pages .hero-page .card .card-link .title{text-decoration:none}.home-front-pages .hero-page .card .tagline{margin:0 auto 1rem 2rem;font-family:"Sabon MT W01 Italic",serif;font-weight:600;font-size:1rem}.home-front-pages .hero-page .card .ingress-text{margin-bottom:1rem}.home-front-pages .hero-page .card .card-header-title{cursor:pointer;overflow-x:auto;text-overflow:unset;white-space:normal}.home-front-pages .hero-page .card .card-header-title h2{overflow-x:auto;text-overflow:unset;white-space:normal}.home-front-pages .hero-page .card .body-html{position:relative;max-height:350px;overflow:hidden;white-space:initial}.home-front-pages .hero-page .card .body-html::after{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:2rem 0;text-align:center;content:" ";background-image:linear-gradient(to bottom, rgba(255, 251, 251, 0), rgb(255, 251, 251))}.home-front-pages .hero-page .card .body-html::after{background-image:none}.home-front-pages .hero-page .artwork-card{padding-bottom:.5rem;background:linear-gradient(to top, rgba(255, 244, 241, 0.7), rgba(255, 255, 255, 0.8) 5%, rgba(255, 251, 251, 0.9) 95%, rgba(255, 244, 241, 0.8)) !important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:0}.home-front-pages .hero-page .artwork-card .actor-card{margin-top:1.25rem;padding:0;background:unset;-webkit-backdrop-filter:none;backdrop-filter:none}.home-front-pages .hero-page .artwork-card .card-header{background:unset}.home-front-pages .hero-page .artwork-card .card-header a.card-link{background:unset}.home-front-pages .hero-page .artwork-card .card-header .artworks-counted,.home-front-pages .hero-page .artwork-card .card-header .lifetime{display:none}.home-front-pages .hero-page .artwork-card .card-header .title{text-decoration:none}.home-front-pages .hero-page .artwork-card .card-header .card-header-title{color:#363636 !important}.home-front-pages .hero-page .artwork-card .card-contents{margin:1.5rem 0 1rem !important}.home-front-pages .hero-page .artwork-card .card-contents .owner{color:#757575 !important}.home-front-pages .hero-page .artwork-card.card .card-header-title .makers{font-size:1.5rem;color:#363636 !important}.home-front-pages .hero-page .artwork-card.card .card-header-title .title{font-size:1.5rem;color:#363636 !important}.home-front-pages .hero-page .artwork-card .details{display:none}.home-front-pages .hero-page .artwork-card .details.production-timespan,.home-front-pages .hero-page .artwork-card .details.keeper{display:block}.home-front-pages .hero-page .collection-card{color:#efefef !important;background:rgba(5,5,0,.75) !important}.home-front-pages .hero-page .collection-card .card-header{margin-bottom:1rem;background:rgba(0,0,0,0) !important}.home-front-pages .hero-page .collection-card .card-header .card-header-title{color:#d4d4d4 !important}.home-front-pages .hero-page .collection-card .card-header .title{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.5rem;letter-spacing:1px;color:#d4d4d4 !important;text-shadow:1px 1px 1px #363636}.home-front-pages .hero-page .collection-card .card-header .curator{margin-top:1rem;font-size:1.25rem}.home-front-pages .hero-page .feature-article-card{padding:1.5rem 0 2.5rem;background:linear-gradient(to top, rgba(255, 244, 241, 0.05), rgba(255, 255, 255, 0.5) 10%, rgba(255, 251, 251, 0.85) 95%, rgba(255, 244, 241, 0.64)) !important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-color:rgba(124,124,124,.04);border-style:groove;border-width:0 1rem}.home-front-pages .hero-page .feature-article-card.even{border-color:rgba(251,204,241,.04)}.home-front-pages .hero-page .feature-article-card .card-header{background:unset}.home-front-pages .hero-page .feature-article-card .card-header .title{font-size:2rem}.home-front-pages .hero-page .feature-article-card .card-contents{width:100%;margin-left:0 !important;color:#363636 !important;background:unset !important}.home-front-pages .hero-page .feature-article-card .article-ingress{max-width:unset}.home-front-pages .hero-page .feature-article-card .article-ingress h2{font-size:1.75rem;color:#363636 !important}.home-front-pages .hero-page .feature-article-card .publish-date{display:none !important}.home-front-pages .hero-page .event-card{color:#efefef !important;background:linear-gradient(to right top, rgba(5, 5, 0, 0.95), rgba(5, 5, 0, 0.9) 30%, rgba(9, 9, 5, 0.85) 77%, rgba(5, 5, 0, 0.94)) !important;box-shadow:2px 2px 8px rgba(5,5,0,.95)}.home-front-pages .hero-page .event-card .card-header{margin-bottom:1rem;background:rgba(0,0,0,0) !important}.home-front-pages .hero-page .event-card .card-header h2{color:#efefef !important}.home-front-pages .hero-page .event-card .card-header .title{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.5rem;line-height:2.75rem;letter-spacing:1px;text-shadow:1px 1px 1px #9d9d9d}.home-front-pages .hero-page .event-card .card-header .organizer-name{color:#efefef !important}.home-front-pages .hero-page .event-card .card-header .event-period{margin-top:.5rem;color:#efefef !important}.home-front-pages .hero-page .event-card .card-header .card-link:hover .event-period{text-decoration:none}.home-front-pages .hero-page .event-card .ingress-text{font-size:1.2rem}.home-front-pages .hero-page.hero-Actor .slick-slider{width:100%;max-width:98vw}.home-front-pages .hero-page.hero-Actor .actor-slides{width:100%;min-height:300px}.home-front-pages .hero-page.hero-Actor .infobox{width:100%;max-width:98vw;transform:unset !important}.home-front-pages .hero-page.hero-Actor .infobox .columns{display:inline-flex;flex-direction:column}.home-front-pages .hero-page.hero-Actor .infobox .column{width:auto}.home-front-pages .hero-page.hero-Actor .infobox .actor-card{display:inline-flex !important;flex-direction:column;width:clamp(300px,400px,95vw) !important;margin-right:auto;background:unset !important;transform:unset !important}.home-front-pages .hero-page.hero-Actor .infobox .actor-card.is-right{margin-left:auto}.home-front-pages .hero-page.hero-Actor .infobox .actor-card.is-left{margin-right:auto}.home-front-pages .hero-page.hero-Actor .infobox .actor-card,.home-front-pages .hero-page.hero-Actor .infobox .card-header{-webkit-backdrop-filter:unset;backdrop-filter:unset}.home-front-pages .hero-page.hero-Actor .infobox .card-header{align-self:center;margin:.5rem auto;padding:3rem 4rem !important;background:radial-gradient(farthest-side at 50% 50%, rgba(255, 251, 251, 0.85) 15%, rgba(255, 251, 251, 0.5) 65%, rgba(255, 251, 251, 0) 100%) !important}.home-front-pages .hero-page.hero-Actor .infobox .card-header .title{color:#363636 !important;text-shadow:1px 1px 1px #b9b9b9 !important}@media screen and (max-width: 575px){.home-front-pages .hero-page.hero-Actor .infobox .card-header{padding:1rem}.home-front-pages .hero-page.hero-Actor .infobox .card-header figure{margin:auto}}.home-front-pages .hero-page.hero-Actor .infobox .card-social{display:none}.home-front-pages .hero-page.hero-Actor .infobox .card-image{display:inline-flex;flex-grow:2;align-self:center;margin:0 auto !important}.home-front-pages .hero-page.hero-Actor .infobox .actor-body{width:clamp(20rem,30rem,80vw);padding:1rem;background:linear-gradient(to top, rgba(255, 251, 251, 0.46), rgba(255, 251, 251, 0.64) 10%, rgba(255, 251, 251, 0.86) 95%, rgba(255, 251, 251, 0.46)) !important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.home-front-pages .hero-page.hero-Actor .infobox .actor-body article{max-height:70vh;font-size:1rem}.home-front-pages .hero-page.hero-Actor .infobox .actor-body article::after{content:unset}.home-front-pages .hero-page.hero-Actor .infobox .actor-body .btn{background:unset}.home-front-pages .hero-page.hero-Actor .infobox .actor-body .btn:hover{box-shadow:unset}.home-front-pages .hero-page.hero-Actor .infobox .do-follow{background:rgba(255,255,255,.85)}@media screen and (max-width: 768px){.home-front-pages .hero-page .card-header .title,.home-front-pages .hero-page .article-ingress h2{font-size:1.35rem !important}.home-front-pages .hero-page .ingress-text{font-size:1rem !important}}@media screen and (max-width: 575px){.home-front-pages .hero-page .card-contents{padding-right:.5rem;padding-left:.5rem}.home-front-pages .hero-page .card-header .title,.home-front-pages .hero-page .article-ingress h2{font-size:1.25rem !important}.home-front-pages .hero-page .ingress-text{font-size:1rem !important}}.home-front-pages .hero-navigation{position:absolute;top:0;left:0;z-index:10000;display:flex;justify-items:space-between;width:99vw;height:100vh}.home-front-pages .hero-navigation .next-icon,.home-front-pages .hero-navigation .previous-icon{display:inline-flex;align-self:center;width:64px;height:64px;color:rgba(239,239,239,.92);cursor:pointer;transform:scaleY(1.5)}.home-front-pages .hero-navigation .next-icon{justify-self:right;margin-left:auto}.home-front-pages .hero-navigation .previous-icon{justify-self:left}
.home-collections{background-image:linear-gradient(to top, #efefef)}.home-collections .slick-slide{display:inline-block;float:none;vertical-align:top}.home-collections .slick-slide .card-image .card-link,.home-collections .slick-slide .card-image figure{min-height:280px}@media screen and (max-width: 768px){.home-collections .slick-slide .card-image .card-link,.home-collections .slick-slide .card-image figure{min-height:400px}}@media screen and (min-width: 1216px){.home-collections .slick-slide .card-image .card-link,.home-collections .slick-slide .card-image figure{min-height:550px}}.home-collections .slick-slide .card .card-header .card-header-title h1,.home-collections .slick-slide .card .card-header .card-header-title h2{overflow-x:auto;text-overflow:unset;white-space:normal}.home-collections .explore{display:flex;justify-items:center}.home-collections .explore .btn{margin:2rem auto;padding-top:4px}
.home-artworks .slick-slide[data-v-5a6be9f6]{display:inline-block;float:none;vertical-align:middle}.home-artworks .slick-slide>div[data-v-5a6be9f6]{margin:.375rem}
.home-events{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;padding-bottom:25vh;background-color:#531f57}.home-events .card{width:auto !important;margin:0 .5rem 8px 0 !important}.home-events .card .card-image{flex-grow:1;width:auto !important;min-width:400px;min-height:400px}@media screen and (max-width: 576px){.home-events .card .card-image{min-width:unset;min-height:240px}}.home-events .card .card-contents{flex-grow:1;justify-content:flex-start}.home-events .card:first-child{margin-left:0}.home-events .card:last-child{margin-right:0}.home-events .card:nth-child(2n) .card-image{flex-grow:1}.home-events .card:nth-child(2n) .card-contents{flex-grow:3}.home-events .card:nth-child(3n) .card-image{flex-grow:2;order:2}.home-events .card:nth-child(3n) .card-contents{flex-grow:1;order:1}.home-events .card:nth-child(5n) .card-image{flex-grow:2;order:2}.home-events .card:nth-child(5n) .card-contents{flex-grow:3;order:1}.home-events .show-all .label{color:#fff}.home-events .segment-header .segment-title{color:#efefef !important}.home-events .segment-header .segment-title hr{background-color:#fff !important}.home-events .plus-circle-outline-icon{color:#d4d4d4 !important}.home-events .slick-prev::before,.home-events .slick-next::before{color:#fff !important}.home-events .card .card-link,.home-events .card .card-header-title,.home-events .card .event-period{color:#efefef !important}.home-events .card:hover{box-shadow:none}.home-events .segment-events .slick-slide{display:inline-block;float:none;vertical-align:top}.home-events .segment-events .slick-slide .card-image .card-link,.home-events .segment-events .slick-slide .card-image figure{min-height:inherit}
.home-articles{padding-bottom:25vh;background-color:#efefef}.home-articles .card-container{flex-basis:320px;flex-wrap:wrap;align-items:flex-start;margin-left:0}.home-articles .card-container .feature-article-card{flex-direction:row;width:auto !important;max-width:calc(100vw - 105px);margin-bottom:3rem;background:unset}.home-articles .card-container .feature-article-card .article-ingress .title{line-height:1.35}.home-articles .card-container .feature-article-card .card-image{flex-grow:2;justify-self:right;width:auto;min-width:400px}.home-articles .card-container .feature-article-card .card-image figure{display:block}.home-articles .card-container .feature-article-card .card-image .image{width:auto;height:auto;max-width:60vw;min-height:unset;max-height:75vh;margin-left:auto;background-size:cover !important;background-position-x:50%}@media screen and (max-width: 575px){.home-articles .card-container .feature-article-card .card-image{width:100% !important;min-width:unset}.home-articles .card-container .feature-article-card .card-image .image{max-width:unset}}.home-articles .card-container .feature-article-card .card-contents .article-ingress{max-width:58rem}.home-articles .card-container .feature-article-card:nth-child(3n){flex-direction:row-reverse !important;justify-content:right !important}.home-articles .card-container .feature-article-card:nth-child(3n) .card-link{text-align:right}.home-articles .card-container .feature-article-card:nth-child(3n) .card-image{justify-items:flex-start;justify-self:left}.home-articles .card-container .feature-article-card:nth-child(3n) .card-image .image{margin-right:auto;margin-left:0}.home-articles .card-container .feature-article-card.card-portrait .card-image{max-width:80vw}@media screen and (min-width: 1900px){.home-articles .card-container .feature-article-card .article-ingress{max-width:80rem}}@media screen and (min-width: 1216px){.home-articles .card-container .feature-article-card .article-ingress .title{font-size:2.85rem}}@media screen and (min-width: 1024px){.home-articles .card-container .feature-article-card:nth-child(5n){flex-direction:column-reverse !important;justify-content:right !important;min-height:520px}.home-articles .card-container .feature-article-card:nth-child(5n) .card-image{flex-grow:4;width:100% !important;height:auto !important;margin-bottom:11em !important}.home-articles .card-container .feature-article-card:nth-child(5n) .card-image .image{width:100% !important;height:auto !important;max-width:unset !important;max-height:unset !important}.home-articles .card-container .feature-article-card:nth-child(5n) .card-contents{position:absolute;flex-grow:2;width:100% !important}}@media screen and (max-width: 1023px){.home-articles .card-container .feature-article-card{flex-direction:row !important;justify-content:left !important;width:100%}.home-articles .card-container .feature-article-card .article-ingress .title{font-size:1.85rem}.home-articles .card-container .feature-article-card .card-image{min-width:unset;max-width:50vw}.home-articles .card-container .feature-article-card .card-image .image{max-width:unset;max-height:80vh}.home-articles .card-container .feature-article-card.card-portrait{flex-direction:row}}@media screen and (max-width: 768px){.home-articles .card-container .feature-article-card{flex-direction:column !important;max-width:unset}.home-articles .card-container .feature-article-card .card-image{width:100%;max-width:unset;margin-right:1rem}.home-articles .card-container .feature-article-card .card-image .image{margin-left:0;background-position-x:center}.home-articles .card-container .feature-article-card .card-contents{width:auto;margin-left:0;padding-left:0}.home-articles .card-container .feature-article-card .article-ingress .title{font-size:1.5rem}.home-articles .card-container .feature-article-card .card-hero{margin-left:0}.home-articles .card-container .feature-article-card .card-image .image{max-width:unset;max-height:45vh}}.home-articles .spotlight .card .card-image{flex-grow:2}@media screen and (min-width: 1024px){.home-articles .spotlight .card .card-image{height:50vh}}.home-articles .spotlight .card .card-image figure{height:inherit !important}.home-articles .spotlight .card h2.title{font-size:2rem}
.home-actors{display:flex;flex-direction:column;flex-wrap:wrap;align-items:left;width:95%;height:inherit;padding-bottom:25vh;vertical-align:middle}.home-actors .slick-wrapper{width:100%;margin-top:1rem}.home-actors .columns{display:flex;flex-wrap:wrap;width:97%;margin:0 auto}@media(max-width: 850px){.home-actors .columns{justify-content:center}}@media screen and (max-width: 576px){.home-actors .columns{flex-direction:column !important}}.home-actors .other-actors{display:block;flex-wrap:wrap}.home-actors .other-actors .slick-track{display:flex;min-height:unset}.home-actors .other-actors .slick-list{padding-left:1rem}.home-actors .other-actors .slick-dotted.slick-slider{margin-bottom:50px}.home-actors .other-actors .slick-slide{display:inline-flex;float:none}.home-actors .other-actors .slick-slide.slick-active :last-child{margin:0 auto}.home-actors .other-actors .card{align-items:center;margin:0 auto;text-align:center;white-space:break}.home-actors .other-actors .card .card-header{margin:1rem auto}.home-actors .other-actors .card .card-header h2{white-space:normal}.home-actors .other-actors .card .card-header .artworks-counted{font-size:smaller}.home-actors .other-actors .card .card-header .card-header-title{text-align:center}.home-actors .other-actors .card .card-image{width:180px !important;height:180px !important;margin:0 auto;box-sizing:border-box;width:180px;height:180px;margin:0 auto;overflow:hidden;background-size:cover;border:4px double #5f5f5f;border-radius:120px}.home-actors .other-actors .card .card-image .image{border:0}
.user-settings{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.user-settings .dx-tabs{margin-bottom:1em}.user-settings .settings-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center}.user-settings .settings-container .settings-section{display:flex;flex-direction:column;width:100%;margin-bottom:1rem}.user-settings .settings-container .settings-section-contents{display:inline-flex;flex-direction:column;width:auto;margin:1rem 1rem 2rem;padding:2rem 4rem}@media screen and (max-width: 768px){.user-settings .settings-container .settings-section-contents{padding:1rem 0}}.user-settings .settings-container .actions{margin:2rem auto}.user-settings table.settings-section-contents.table-hidden{display:none !important;visibility:hidden}.user-settings table{display:table}.user-settings tr{display:table-row;width:100%;margin-bottom:1rem}@media screen and (max-width: 768px){.user-settings tr{display:flex;flex-wrap:wrap}}.user-settings td{display:table-cell;min-width:clamp(5rem,10vw,12rem);margin-right:2rem;margin-bottom:1rem;font-size:1.25rem;vertical-align:middle}.user-settings td.top{vertical-align:top}.user-settings td:first-child{width:14em;margin-right:4rem}.user-settings td:nth-child(2){font-size:1rem}.user-settings td .material-design-icon{width:42px !important;height:42px !important;padding-top:.15rem;vertical-align:middle}@media screen and (max-width: 768px){.user-settings td .dx-textbox{width:80vw !important}}.user-settings .bio-td,.user-settings .handle-td{width:auto}.user-settings .settings-section.user-profile td{vertical-align:baseline}.user-settings .user-tools .user-tools-list{max-width:20rem}.user-settings .settings-section.appearance td:first-child{vertical-align:middle}.user-settings .settings-section.appearance td:nth-child(2){vertical-align:middle}.user-settings .settings-section.appearance td:nth-child(3){vertical-align:bottom}.user-settings .settings-section.browser-management td:first-child{width:auto}.user-settings .memberships,.user-settings .user-tools{min-height:70px;font-size:.85rem}.user-settings .memberships ul,.user-settings .user-tools ul{margin:1rem 2rem;column-count:3;column-gap:2rem;column-fill:auto;column-width:10rem}.user-settings .memberships ul li,.user-settings .user-tools ul li{margin-bottom:.25rem}.user-settings .terms .btn{margin-left:2rem}@media screen and (max-width: 576px){.user-settings td{min-width:unset}.user-settings .appearance td:first-child{width:7rem}}

.user-saved .saved-artworks .stacking-modes-toolbar{margin-top:-0.5rem}.user-saved .artwork-tools{width:45px;height:45px}.user-saved .image-tool.unsave{margin:2.5rem}.user-saved .image-tool.unsave .material-design-icon{width:26px;height:26px}.user-saved .saved-audios,.user-saved .saved-videos{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1rem}.user-saved .saved-audios .audio-card,.user-saved .saved-audios .video-card,.user-saved .saved-videos .audio-card,.user-saved .saved-videos .video-card{display:inline-flex;flex-grow:1;justify-content:space-between;width:25vw;min-width:288px;max-width:450px;margin:0 1em 1em 0;box-shadow:0 0 5px #000}
.user-followed{margin-top:1em}.user-followed .followed-header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.user-followed .followed-header .segment{width:auto}.user-followed .followed-header .column{flex-basis:0;flex-grow:1;flex-shrink:1}.user-followed .followed-header .column:first-child{margin-right:2em}.user-followed .followed-header .top-news{display:inline-flex;flex-direction:column;flex-grow:2;width:auto;min-width:50vw;max-width:60vw;margin:0}.user-followed .followed-header .top-news .plus-more{margin:2rem auto 1rem}.user-followed .followed-header .most-recently-followed{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-self:flex-end;justify-items:flex-start}.user-followed .followed-header .most-recently-followed .card{max-width:-webkit-max-content;max-width:max-content;margin:0 2rem 2rem 0}.user-followed .followed-header .most-recently-followed .card .multimedia-title{flex-direction:column-reverse}.user-followed .followed-header .most-recently-followed .card .multimedia-title .event-class-title-icon{min-width:unset;margin-left:0}.user-followed .followed-header .most-recently-followed .card.actor-card{width:300px}@media screen and (max-width: 1023px){.user-followed .followed-header{flex-direction:column;flex-wrap:wrap}.user-followed .followed-header .column:first-child{margin-right:0}.user-followed .followed-header .top-news{max-width:90vw}.user-followed .followed-header .most-recently-followed{flex-direction:row}}.user-followed .followed-section{display:flex;flex-direction:column}.user-followed .followed-section .display-option.show-all{display:block;margin:1rem auto 2rem;cursor:pointer}.user-followed .followed-section .display-option.show-all .material-design-icon{width:1em !important;height:1em !important}.user-followed .subset-container{display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.user-followed .subset-container .organizations,.user-followed .subset-container .actors,.user-followed .subset-container .collections,.user-followed .subset-container .events{display:flex;flex-wrap:wrap;align-content:space-evenly;margin:.5rem auto auto}.user-followed .subset-container .card{display:flex;flex-basis:initial;flex-grow:0;flex-shrink:0;justify-content:center;width:auto !important;max-width:400px;margin:1rem;text-align:center}.user-followed .subset-container .card .card-image{display:inline-flex;width:210px;height:auto;margin:1rem auto !important}.user-followed .subset-container .card .card-header{margin:0 auto}.user-followed .subset-container .card .card-header header.tile,.user-followed .subset-container .card .card-header .card-link{flex-direction:column !important}.user-followed .subset-container .card .card-header-title{align-items:center;text-align:center}.user-followed .subset-container .card .card-header-title .curator{line-height:2}.user-followed .subset-container .card .multimedia-title{flex-direction:column-reverse}.user-followed .subset-container .card .multimedia-title .title{margin:auto}.user-followed .subset-container .card .multimedia-title .event-class-title-icon{min-width:unset;margin:1rem auto 0}.user-followed .subset-container .card .social-button-wrapper{margin:0 auto}.user-followed .subset-container .card .social-button-wrapper .social{display:inline-flex;flex-direction:row !important;width:100%;margin:.75rem auto 1rem 0;letter-spacing:1px}.user-followed .subset-container .actor-card .card-image{width:180px;height:180px}.user-followed .subset-container .actor-card .ingress-text{display:none}.user-followed .subset-container .collection-card .event-organizer .organizer-name,.user-followed .subset-container .organization-card .event-organizer .organizer-name,.user-followed .subset-container .event-card .event-organizer .organizer-name{margin:auto}.user-followed .subset-container .feature-article-card .card-image{width:500px;height:340px;margin:1rem !important}.user-followed .subset-container .feature-article-card .card-header{margin:0;text-align:left}.user-followed .subset-container .feature-article-card .card-header-title{text-align:left}
.user-liked{margin-top:1.5rem}.user-liked .stacking-modes-toolbar{margin-top:1.5rem}.user-liked .artwork-table-row .artwork-details .social-timestamp{display:block}
.user-feature-articles{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}
.user-collections-management{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.user-collections-management section{margin-bottom:1rem}.user-collections-management section .subset-title-row{margin-bottom:.75rem}.user-collections-management .user-tool{max-width:400px}.user-collections-management .user-tool .tool-head img{max-height:32px}.user-collections-management .user-tool .tool-body a{font-size:1rem}

.event-page-header .ingress-image{display:block;max-width:unset;margin-right:-50px;margin-left:-45px;padding:90px;cursor:pointer;background-size:cover;background-position:50% 33%}.event-page-header .ingress-image .select-image{float:right}.event-page-header .header{display:flex;flex-direction:row;flex-wrap:nowrap;margin-right:-45px;margin-left:-45px;padding:0 45px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#141414;background-color:rgba(255,255,255,.5)}@media screen and (max-width: 575px){.event-page-header .header{flex-direction:column}}.event-page-header .header h1{font-size:26px}.event-page-header .header .locality-area,.event-page-header .header .locality-area .dx-texteditor-container{margin-top:.5rem;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-weight:600;font-size:1.5rem;line-height:2rem}.event-page-header .header hr{margin:10px 0 2rem}.event-page-header .header .outline{display:block;min-width:unset;margin:0;padding:.5rem 2rem 0 0}.event-page-header .header .outline .event-name,.event-page-header .header .outline .event-name .dx-texteditor-container{margin-bottom:2rem;font-family:"Sabon LT W01 Bold",serif;font-weight:normal;font-size:1.875rem}.event-page-header .header .outline .event-name textarea,.event-page-header .header .outline .event-name .dx-texteditor-container textarea{width:99%;margin-bottom:12px;overflow:auto;line-height:1}.event-page-header .header .outline .event-name .dx-widget{font-size:inherit !important}.event-page-header .header .outline .event-organizer{display:inline-flex;flex-direction:column;align-items:baseline;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1.5rem}.event-page-header .header .outline .event-organizer .label{letter-spacing:1px}.event-page-header .header .outline .event-period h2{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1.5rem}.event-page-header .header .outline .event-period.row{display:flex}.event-page-header .header .outline .event-period.row .period-dash{margin:auto 1rem}.event-page-header .header .outline .event-period.row .period-end{margin-right:1rem}.event-page-header .header .outline .event-period .lasting-event-not-periodical{display:inline-flex;align-items:center}.event-page-header .header .outline .event-period .lasting-event-not-periodical .label{margin-left:.5rem}.event-page-header .header .outline .event-classes{margin-bottom:1rem}.event-page-header .header .outline .ingress-text,.event-page-header .header .outline .ingress-text .dx-texteditor-container{height:auto;margin:0 2rem 1rem 0;font-family:"Sabon LT W01 Regular",serif;font-weight:normal;font-size:1.25rem !important}.event-page-header .header .outline .social-actions{display:flex;align-items:center}.event-page-header .header .outline .social-actions .do-follow{margin-right:1rem}.event-page-header .header .outline .social-actions .social-network-share{margin-bottom:0}.event-page-header .header .event-venue{display:block;margin-left:auto;padding:0 2rem;border-left:1px solid #000}.event-page-header .header .event-venue .venue-name{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:18px}.event-page-header .header .event-venue p{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:14px}.event-page-header .header .contact{z-index:1000;font-size:1rem}@media screen and (min-width: 1600px){.event-page-header .header .banner{min-height:unset !important}}.event-page-header .associated-artist-infos{display:flex;flex-direction:column;flex-grow:2;margin:2rem 0 0;text-align:center}.event-page-header .associated-artist-infos h4.title{font-family:"Sabon LT W01 Italic",serif;font-weight:normal;font-size:1.25rem !important;text-align:left;border-right:0}.event-page-header .associated-artist-infos .artist-info-cards{display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:.5rem .25rem}.event-page-header .associated-artist-infos .actor-card{display:flex !important;flex-direction:row;flex-grow:0;flex-shrink:0;margin:0 0 1.5rem 2rem}.event-page-header .associated-artist-infos .actor-card .card-image{display:inline-flex;flex-grow:1;flex-shrink:2;min-width:85px}.event-page-header .associated-artist-infos .actor-card .card-image .image{width:85px;height:85px}.event-page-header .associated-artist-infos .actor-card .card-header{display:inline-flex;flex-grow:1;flex-shrink:1;align-self:center;text-align:center}.event-page-header .associated-artist-infos .actor-card .card-header .card-link{align-self:baseline}.event-page-header .associated-artist-infos .actor-card .card-header .title{margin-left:.75rem;font-size:1.1rem;cursor:pointer;border-right:0}.event-page-header .associated-artist-infos .actor-card .artworks-counted,.event-page-header .associated-artist-infos .actor-card .lifetime{display:none}
.audio-playlist .podcast{display:inline-block;width:70%;min-width:85vw;margin-bottom:2rem}.audio-playlist .podcast .audio-player{width:100%}.audio-playlist .podcast-title{display:flex;align-items:center;width:100%}.audio-playlist .podcast-title h2.title{display:inline-flex;width:100%;overflow:initial}
.video-playlist-slides{width:100%;height:auto;min-width:288px;margin-bottom:1.5rem}.video-playlist-slides .slick-slider{margin-right:45px}.video-playlist-slides .slick-slider .slick-track{width:100%;min-height:unset}.video-playlist-slides .slick-slider .slick-prev{top:200px;left:15px}.video-playlist-slides .slick-slider .slick-next{top:200px;right:15px}.video-playlist-slides .slick-slider .slick-prev::before,.video-playlist-slides .slick-slider .slick-next::before{color:#fff}.video-playlist-slides .slick-slider .slick-slide{overflow:hidden}.video-playlist-slides .slick-slider .slick-slide>div>div{display:block !important;width:auto !important}@media screen and (max-width: 768px){.video-playlist-slides .slick-slider{max-width:unset !important;margin-right:0}}
section.page-text{margin-bottom:1rem}section.page-text h3{font-family:"Sabon MT W01 Regular",serif;font-weight:bold;font-size:1.35rem}section.page-text .edit-access{display:flex;justify-content:space-between}section.page-text .edit-access h3{align-self:center;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:1rem}section.page-text .edit-access .flag{align-self:center;justify-self:right;width:37px;height:25px}section.page-text .edit-toolbar{margin-top:1rem}section.page-text .edit-toolbar .is-loading{margin-top:6px}section.page-text .dx-htmleditor{flex-direction:column-reverse;min-width:550px;max-width:calc(100vw - 180px);border-color:rgba(0,0,0,0)}@media screen and (max-width: 768px){section.page-text .dx-htmleditor{width:100%;min-width:70vw}}section.page-text .dx-htmleditor.narrow{width:auto !important;min-width:70vw}section.page-text .dx-htmleditor.dx-widget{font-family:inherit;font-size:inherit}section.page-text .dx-htmleditor .dx-quill-container{border-bottom:1px dotted #9d9d9d}section.page-text .dx-htmleditor .dx-toolbar .dx-toolbar-items-container{height:46px}section.page-text .dx-htmleditor .dx-toolbar-item{line-height:42px}section.page-text .dx-htmleditor .dx-toolbar-item .dx-button{width:38px;height:38px;margin-top:5px;vertical-align:top}section.page-text .dx-htmleditor .dx-toolbar-item .dx-htmleditor-toolbar-separator{height:42px}section.page-text .dx-htmleditor .dx-toolbar-item input.dx-texteditor-input[role=combobox],section.page-text .dx-htmleditor .dx-toolbar-item .dx-placeholder::before{padding-top:7px !important;padding-bottom:7px !important;color:#363636}section.page-text .dx-htmleditor .dx-toolbar-item .dx-dropdowneditor .dx-placeholder{font-size:18px}section.page-text .dx-htmleditor .dx-toolbar-item,section.page-text .dx-htmleditor .dx-toolbar-menu-container{vertical-align:top}section.page-text .dx-htmleditor-toolbar-wrapper{border-bottom:0 !important;transform:opacity;transition-duration:1s;transition-timing-function:ease-out}section.page-text .dx-htmleditor-toolbar-wrapper .dx-toolbar-text-auto-hide .dx-button .dx-button-content{padding-right:0;padding-left:0}section.page-text .dx-htmleditor-toolbar-wrapper .dx-button .dx-icon{color:#141414 !important}section.page-text .dx-htmleditor-toolbar-wrapper.hidden{opacity:0}section.page-text .dx-textarea.dx-editor-outlined.dx-state-hover{border-color:#d4d4d4}section.page-text .dx-textarea.dx-editor-outlined.dx-state-focused{border-color:#b9b9b9}section.page-text .editing{width:100%}section.page-text .editing .dx-widget,section.page-text .editing .dx-texteditor-container{font-family:inherit;font-weight:inherit;font-size:inherit}
.entry-information-entry-description{display:block}.entry-information-entry-description .panel-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;width:100%;min-height:400px;margin-bottom:1rem}.entry-information-entry-description .panel-wrapper .image-not-available{display:none}.entry-information-entry-description .panel-wrapper:nth-child(even){flex-direction:row-reverse}.entry-information-entry-description .panel-wrapper:nth-child(even) .image-box{margin-right:1rem}.entry-information-entry-description .panel-wrapper:nth-child(odd){flex-direction:row}.entry-information-entry-description .panel-wrapper:nth-child(odd) .entry-panel{margin-right:1rem}.entry-information-entry-description figure{display:inline-block;width:auto !important;height:auto !important;min-width:280px;max-width:800px;margin-bottom:0}.entry-information-entry-description figure .image{width:100% !important;height:100% !important;background-size:cover}.entry-information-entry-description .entry-panel{display:inline-flex;flex-direction:column;width:auto;height:auto;min-width:40rem;max-width:60rem;margin:0;padding:1rem;font-size:.875rem;background:#f3f3f3}.entry-information-entry-description .entry-panel.entry-information-map-location{width:100%;max-width:1200px}.entry-information-entry-description .entry-panel .page-text{max-width:55vw}.entry-information-entry-description .entry-panel h2{margin-bottom:1rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.5rem}.entry-information-entry-description .entry-panel h4{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:.875rem}.entry-information-entry-description .entry-panel .entry-title .dx-texteditor-container{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.5rem;line-height:normal}.entry-information-entry-description .location-panel .entry-panel{width:60vw;max-width:730px}.entry-information-entry-description .page-text .dx-htmleditor{min-width:unset}@media screen and (max-width: 1215px){.entry-information-entry-description{min-width:50vw}.entry-information-entry-description .page-text{max-width:unset}.entry-information-entry-description .location-panel{height:-webkit-max-content;height:max-content;max-height:unset}.entry-information-entry-description .location-panel .entry-panel{width:100%;min-width:60vw;max-width:unset}.entry-information-entry-description .location-panel .image-box{display:none}.entry-information-entry-description .location-panel .geo-map{max-width:90vw}}@media screen and (max-width: 1023px){.entry-information-entry-description .panel-wrapper{flex-direction:column !important}.entry-information-entry-description .panel-wrapper .image-box{width:100% !important;max-width:unset !important;min-height:220px;margin-right:0 !important}.entry-information-entry-description .panel-wrapper .entry-panel{width:100% !important;max-width:unset !important;min-height:220px;margin-right:0 !important}.entry-information-entry-description .location-panel .geo-map{max-width:80vw}}@media screen and (max-width: 768px){.entry-information-entry-description{max-width:unset;margin-right:auto}.entry-information-entry-description .entry-panel{min-width:unset !important}.entry-information-entry-description .page-text{max-width:unset}}@media screen and (max-width: 575px){.entry-information-entry-description .location-panel .geo-map{max-width:70vw}}
.promotion-no-results-call-to-action .vpn-lock-icon{width:48px;height:48px;color:#141414}.dx-overlay-content .register-info-popover-message{padding:.5rem;background:#f3f3f3;border:2px solid #363636}.dx-overlay-content .register-info-popover-message h2,.dx-overlay-content .register-info-popover-message h4{margin-bottom:.5rem;font-size:1.25rem}.dx-overlay-content .register-info-popover-message>div{max-width:60rem;margin-left:1rem;font-size:1rem}.dx-overlay-content .register-info-popover-message .btn{margin-top:1rem}@media screen and (min-width: 1024px){.dx-overlay-content .register-info-popover-message{margin-top:-24px;margin-bottom:-24px}}
.pagination-wrapper{display:block;text-align:center}.pagination-wrapper .pagination-header{display:flex;align-items:baseline;justify-content:center;width:auto;min-height:4rem;margin-bottom:1rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}.pagination-wrapper .pagination-header .VuePagination{display:inline-block;order:1}.pagination-wrapper .VuePagination nav{display:flex;flex-direction:column-reverse}.pagination-wrapper .VuePagination nav ul{display:inline-flex;margin:0 auto}.pagination-wrapper .VuePagination nav .VuePagination__pagination-item.page-item.disabled{opacity:.75}.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-prev-page a,.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-next-page a,.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-prev-chunk a,.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-next-chunk a{color:#050500 !important;border:0 !important}.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-prev-page.disabled a,.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-next-page.disabled a,.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-prev-chunk.disabled a,.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-next-chunk.disabled a{color:#9d9d9d !important}.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-prev-page{margin-right:1rem}.pagination-wrapper .VuePagination nav .VuePagination__pagination-item-next-page{margin-left:1rem}.pagination-wrapper .item{margin:0 10px 10px 0}.pagination-wrapper .item:last-child{margin-right:0}.pagination-wrapper .item .card{max-width:92vw}@media(max-width: 710px){.pagination-wrapper .item .card{max-width:80vw}}.pagination-wrapper .pagination .page-item{margin:.1rem;vertical-align:bottom}.pagination-wrapper .pagination .page-item>a,.pagination-wrapper .pagination .page-item>span{display:inline-table !important;width:2.25rem;height:2.25rem;margin:0 auto;padding:.6rem 0 0;font-size:.8rem !important;color:#b9b9b9;text-align:center;vertical-align:bottom;border-color:#b9b9b9;border-style:solid;border-width:2px;border-radius:1.25rem !important;outline:none;box-shadow:none}.pagination-wrapper .pagination .page-item>a[role=button],.pagination-wrapper .pagination .page-item>span[role=button]{color:#363636;border-color:#363636}.pagination-wrapper .pagination .page-item>a[role=button]:hover,.pagination-wrapper .pagination .page-item>span[role=button]:hover{color:#363636;border-color:#363636}.pagination-wrapper .pagination .page-item>a:hover,.pagination-wrapper .pagination .page-item>span:hover{color:#5f5f5f;background:#efefef;border-color:#5f5f5f}.pagination-wrapper .pagination .page-item.active .page-link{color:#d4d4d4;background-color:#050500 !important;border-color:#050500}.pagination-wrapper .pagination .page-item.active .page-link:hover{color:#efefef}.pagination-wrapper .pagination-masonry-wrapper{margin:0 auto}@media(max-width: 710px){.pagination-wrapper .pagination-masonry-wrapper{margin:0}}.pagination-wrapper .pagination-masonry-wrapper .grid-sizer{width:300px}.pagination-wrapper .pagination-masonry-wrapper .artwork-card .social-button-wrapper{right:.25rem;bottom:.25rem}.pagination-wrapper .infinite-loading-container .spinner{height:40px}.pagination-wrapper .plain-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;text-align:center}.pagination-wrapper .plain-wrapper .columns{flex-wrap:nowrap}.pagination-wrapper .plain-wrapper .item{width:auto;margin:0 0 1.5rem 0}
.event-classes{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;max-width:50vw}.event-classes .event-class{display:inline-flex;width:210px;height:3rem;margin:0 1rem .5rem 0;padding:.25rem 1rem .25rem .5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:1rem;line-height:1.1;color:gray;border:1px solid #fffbfb}.event-classes .material-design-icon{width:22px;height:22px;margin:auto 1rem auto .5rem}.event-classes span{margin:auto 0}.event-classes .dx-radiogroup{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.event-classes .dx-radiogroup .dx-radiobutton{margin:0 0 1rem}.event-classes .dx-collection{display:inline-flex;flex-wrap:wrap;width:100vw}.event-classes .dx-item{display:inline-flex;align-content:center;height:3rem !important}.event-classes .dx-radio-value-container{display:none}.event-classes.edit-mode .dx-radio-value-container{display:inline-flex;align-items:center}@media screen and (max-width: 575px){.event-classes{max-width:unset}}
.artwork-spotlights{position:static;margin-bottom:2rem}.artwork-spotlights .headerimages{display:flex;flex-direction:row;flex-grow:1;height:100%;margin:0 0 1rem;overflow:hidden}.artwork-spotlights .headerimages .column:first-child{padding-right:10px}.artwork-spotlights .headerimages .card{width:100% !important}.artwork-spotlights .headerimages .card:hover{box-shadow:none !important}.artwork-spotlights .headerimages .card-header,.artwork-spotlights .headerimages .card-contents{display:none}.artwork-spotlights .headerimages .card-image{height:400px}.artwork-spotlights .headerimages .card-image .image{height:400px}.artwork-spotlights .headerimages .card-image figure{width:100% !important}.artwork-spotlights .headerimages .card-image figure .social-button-wrapper{right:.25rem;bottom:.25rem}.artwork-spotlights .headerimages .column.is-12 .card .tile{width:98vw !important}.artwork-spotlights .headerimages .column.is-12 .card-image .image{width:100% !important}@media screen and (max-width: 768px){.artwork-spotlights{display:none}}
.preview-ingress-image{margin-bottom:1rem}.preview-ingress-image h3{font-size:1rem}.preview-ingress-image .select-image{display:inline-block;margin:1rem 0 1.25rem 0;cursor:pointer}.preview-ingress-image figure{width:180px;height:auto}.preview-ingress-image .material-design-icon{width:36px;height:36px;color:#000}.preview-ingress-image .spinner{justify-content:left;width:45px;height:45px;margin:2rem 0 0}.preview-ingress-image .image-not-available{display:none}
.last-modified{margin:1rem 0;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:1rem;letter-spacing:0;color:#757575;vertical-align:middle}.last-modified .editors{display:flex;align-items:center}.last-modified .editors .icon-taide-art{margin-right:1rem}.last-modified .add-editor{display:inline-flex;margin:1rem auto 0 0;cursor:pointer}.last-modified .add-editor .label{margin-left:.5rem;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-weight:700;font-size:1rem;text-transform:lowercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.last-modified .editors-edit{display:table;border-spacing:5px;border-collapse:separate}.last-modified .editors-edit .row{display:table-row;align-items:center;justify-content:space-between}.last-modified .editors-edit .row>*{display:table-cell;padding:2px}.last-modified .editors-edit .row.labels{margin-right:0;margin-left:auto;padding:0;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif}.last-modified .editors-edit .row.labels .label{font-size:.7rem}.last-modified .editors-edit .row .dx-checkbox{vertical-align:middle}.last-modified .editors-edit .row .dx-checkbox .dx-checkbox-container{display:inherit}.last-modified .editors-edit .row .remove-editor.material-design-icon>*{bottom:11px;width:16px;height:16px;cursor:pointer}
.actor-page-header{display:flex;flex-direction:row;flex-wrap:nowrap;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;text-align:left;background-repeat:no-repeat;background-size:100% auto;background-position:0 50%}@media screen and (max-width: 575px){.actor-page-header{flex-direction:column-reverse}.actor-page-header .outline{text-align:center}.actor-page-header .outline .dx-textbox{margin:0 auto}}.actor-page-header h1{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:2rem}.actor-page-header hr{display:block;margin:10px 0 2rem}.actor-page-header .ingress-image .image{box-sizing:border-box;width:180px;height:180px;margin:0 auto;overflow:hidden;background-size:cover;border:4px double #5f5f5f;border-radius:120px;margin-left:0;cursor:pointer;opacity:1}.actor-page-header .ingress-image .select-image{position:relative;top:-180px;right:0}.actor-page-header .nationality,.actor-page-header .nationality .dx-texteditor-container,.actor-page-header .lifetime,.actor-page-header .lifetime .dx-texteditor-container,.actor-page-header .actor-type,.actor-page-header .actor-type .dx-texteditor-container{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.5rem;text-align:inherit}.actor-page-header .lifetime{display:inline-flex;align-items:center}.actor-page-header .lifetime span{margin:auto 1rem}.actor-page-header .lifetime .dx-texteditor-container{overflow:visible}.actor-page-header .lifetime .dx-invalid-message{text-align:right;background:rgba(0,0,0,0) !important}.actor-page-header .outline{flex-grow:0;width:auto;min-width:288px;padding-right:1rem !important}.actor-page-header .outline .tagline,.actor-page-header .outline .tagline .dx-texteditor-container{margin-bottom:2rem;font-family:"Sabon MT W01 Italic",serif;font-size:1.25rem !important}@media screen and (max-width: 1023px){.actor-page-header .outline{width:auto;margin-top:1rem !important;padding:1.5em !important}}.actor-page-header .image-banner{width:100%;margin-left:auto}.actor-page-header .image-banner figure{width:180px;margin:1rem 1.25rem .25rem auto}.actor-page-header .image-banner .image{max-width:200px;opacity:.5}.actor-page-header .image-banner .image-not-available{display:none}.actor-page-header .image-banner .silhouette-assistant .bubble-wrapper{text-align:center}.actor-page-header .social-actions{display:flex;align-items:center}.actor-page-header .social-actions .do-follow{margin-right:1rem}.actor-page-header .spinner{position:absolute;top:100px;right:300px;display:block}
.actor-articles .feature-articles{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.actor-articles .feature-articles .feature-article-card{flex-direction:row;width:auto !important;max-width:calc(100vw - 105px);margin-bottom:3rem;background:unset}.actor-articles .feature-articles .feature-article-card .article-ingress .title{line-height:1.35}.actor-articles .feature-articles .feature-article-card .card-image{flex-grow:2;justify-self:right;width:auto;min-width:400px}.actor-articles .feature-articles .feature-article-card .card-image figure{display:block}.actor-articles .feature-articles .feature-article-card .card-image .image{width:auto;height:auto;max-width:60vw;min-height:unset;max-height:75vh;margin-left:auto;background-size:cover !important;background-position-x:50%}@media screen and (max-width: 575px){.actor-articles .feature-articles .feature-article-card .card-image{width:100% !important;min-width:unset}.actor-articles .feature-articles .feature-article-card .card-image .image{max-width:unset}}.actor-articles .feature-articles .feature-article-card .card-contents .article-ingress{max-width:58rem}.actor-articles .feature-articles .feature-article-card:nth-child(3n){flex-direction:row-reverse !important;justify-content:right !important}.actor-articles .feature-articles .feature-article-card:nth-child(3n) .card-link{text-align:right}.actor-articles .feature-articles .feature-article-card:nth-child(3n) .card-image{justify-items:flex-start;justify-self:left}.actor-articles .feature-articles .feature-article-card:nth-child(3n) .card-image .image{margin-right:auto;margin-left:0}.actor-articles .feature-articles .feature-article-card.card-portrait .card-image{max-width:80vw}@media screen and (min-width: 1900px){.actor-articles .feature-articles .feature-article-card .article-ingress{max-width:80rem}}@media screen and (min-width: 1216px){.actor-articles .feature-articles .feature-article-card .article-ingress .title{font-size:2.85rem}}@media screen and (min-width: 1024px){.actor-articles .feature-articles .feature-article-card:nth-child(5n){flex-direction:column-reverse !important;justify-content:right !important;min-height:520px}.actor-articles .feature-articles .feature-article-card:nth-child(5n) .card-image{flex-grow:4;width:100% !important;height:auto !important;margin-bottom:11em !important}.actor-articles .feature-articles .feature-article-card:nth-child(5n) .card-image .image{width:100% !important;height:auto !important;max-width:unset !important;max-height:unset !important}.actor-articles .feature-articles .feature-article-card:nth-child(5n) .card-contents{position:absolute;flex-grow:2;width:100% !important}}@media screen and (max-width: 1023px){.actor-articles .feature-articles .feature-article-card{flex-direction:row !important;justify-content:left !important;width:100%}.actor-articles .feature-articles .feature-article-card .article-ingress .title{font-size:1.85rem}.actor-articles .feature-articles .feature-article-card .card-image{min-width:unset;max-width:50vw}.actor-articles .feature-articles .feature-article-card .card-image .image{max-width:unset;max-height:80vh}.actor-articles .feature-articles .feature-article-card.card-portrait{flex-direction:row}}@media screen and (max-width: 768px){.actor-articles .feature-articles .feature-article-card{flex-direction:column !important;max-width:unset}.actor-articles .feature-articles .feature-article-card .card-image{width:100%;max-width:unset;margin-right:1rem}.actor-articles .feature-articles .feature-article-card .card-image .image{margin-left:0;background-position-x:center}.actor-articles .feature-articles .feature-article-card .card-contents{width:auto;margin-left:0;padding-left:0}.actor-articles .feature-articles .feature-article-card .article-ingress .title{font-size:1.5rem}.actor-articles .feature-articles .feature-article-card .card-hero{margin-left:0}.actor-articles .feature-articles .feature-article-card .card-image .image{max-width:unset;max-height:45vh}}.actor-articles .feature-articles .feature-article-card{display:inline-flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.actor-articles .feature-articles .card-header{min-width:25rem}.actor-articles .feature-articles .card-image{width:auto !important;min-width:50vw}.actor-articles .feature-articles .card-image .image{min-height:480px !important}.actor-articles .section-toolbar{margin-top:-4rem}
.actor-exhibitions-and-events{display:flex;flex:1 0 10px;flex-wrap:wrap;justify-content:space-between}.actor-exhibitions-and-events .event-info{min-width:20rem;padding:0}.actor-exhibitions-and-events .event-info .event-period{margin:0 auto 1.5rem;padding-left:.5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1.15rem;color:inherit;text-align:left}.actor-exhibitions-and-events .event-info .ingress-text{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1rem}.actor-exhibitions-and-events .latest-event .tile.is-child{flex-basis:auto;width:100%}.actor-exhibitions-and-events .latest-event .event-card{flex-direction:row;width:auto !important;margin-bottom:3rem}.actor-exhibitions-and-events .latest-event .event-card .card-header-title h2.title{font-size:1.75rem}.actor-exhibitions-and-events .latest-event .event-card .event-period{text-align:right}.actor-exhibitions-and-events .latest-event .event-card .card-contents{color:#5f5f5f;text-align:left;background:unset}.actor-exhibitions-and-events .latest-event .event-card .card-image{width:100vw !important;height:60vh;max-height:700px}.actor-exhibitions-and-events .latest-event .event-card .event-ingress .title{line-height:1.35}.actor-exhibitions-and-events .latest-event .event-card .material-design-icon{width:2rem;height:2rem}.actor-exhibitions-and-events .actor-exhibitions,.actor-exhibitions-and-events .actor-events{display:flex;flex-direction:row;flex-wrap:wrap}.actor-exhibitions-and-events .actor-exhibitions .card,.actor-exhibitions-and-events .actor-events .card{width:auto !important;margin:0 .5rem 1.75rem !important}.actor-exhibitions-and-events .actor-exhibitions .card .card-image,.actor-exhibitions-and-events .actor-events .card .card-image{flex-grow:1;width:auto !important;min-width:400px;min-height:400px}.actor-exhibitions-and-events .actor-exhibitions .card .card-contents,.actor-exhibitions-and-events .actor-events .card .card-contents{flex-grow:1;justify-content:flex-start}.actor-exhibitions-and-events .actor-exhibitions .card:first-child,.actor-exhibitions-and-events .actor-events .card:first-child{margin-left:0}.actor-exhibitions-and-events .actor-exhibitions .card:last-child,.actor-exhibitions-and-events .actor-events .card:last-child{margin-right:0}.actor-exhibitions-and-events .actor-exhibitions .card:nth-child(2n) .card-image,.actor-exhibitions-and-events .actor-events .card:nth-child(2n) .card-image{flex-grow:1}.actor-exhibitions-and-events .actor-exhibitions .card:nth-child(2n) .card-contents,.actor-exhibitions-and-events .actor-events .card:nth-child(2n) .card-contents{flex-grow:3}.actor-exhibitions-and-events .actor-exhibitions.actor-events .card,.actor-exhibitions-and-events .actor-events.actor-events .card{flex-direction:row-reverse}.actor-exhibitions-and-events .actor-exhibitions.actor-events:nth-child(3n) .card-image,.actor-exhibitions-and-events .actor-events.actor-events:nth-child(3n) .card-image{flex-grow:3}.actor-exhibitions-and-events .actor-exhibitions.actor-events:nth-child(3n) .card-contents,.actor-exhibitions-and-events .actor-events.actor-events:nth-child(3n) .card-contents{flex-grow:1}.actor-exhibitions-and-events .actor-exhibitions.actor-events:nth-child(5n) .card-image,.actor-exhibitions-and-events .actor-events.actor-events:nth-child(5n) .card-image{flex-grow:2;order:2}.actor-exhibitions-and-events .actor-exhibitions.actor-events:nth-child(5n) .card-contents,.actor-exhibitions-and-events .actor-events.actor-events:nth-child(5n) .card-contents{flex-grow:3;order:1}
.organization-spotlights{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;min-height:unset;margin:1rem 0 2rem;overflow:hidden;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem}.organization-spotlights .card{flex-grow:1;align-content:space-evenly;width:auto !important;height:320px !important;min-width:320px;max-width:1024px;min-height:320px;max-height:320px;margin:0 .5rem 8px !important;background:rgba(0,0,0,0) !important}.organization-spotlights .card a{display:inline-block;height:100%}.organization-spotlights .card .card-image{flex-grow:1;width:auto;height:inherit;min-width:97%}.organization-spotlights .card figure{width:auto;height:100% !important}.organization-spotlights .card .card-contents button{cursor:pointer}.organization-spotlights .card .makers{font-size:1.25rem !important}.organization-spotlights .card .owner,.organization-spotlights .card .collection{display:none !important}.organization-spotlights .card .card-header{position:absolute;top:2rem;left:0;z-index:4000;width:auto;max-width:100%;padding:.5rem 1rem;font-size:1.5rem;color:#fff;background:rgba(5,5,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.organization-spotlights .card .card-header a{color:#fff}.organization-spotlights .card.card-focus-top .card-header{top:unset;bottom:2rem}.organization-spotlights .card.card-focus-top .card-contents button{display:none}.organization-spotlights .card .card-header-title{color:#efefef}.organization-spotlights .card .card-header-title h2.title{font-family:"Sabon MT W01 Italic",serif !important;font-size:1.2rem !important;letter-spacing:.05em;color:#fff}.organization-spotlights .card .card-contents{position:absolute;bottom:0;display:block;flex-grow:1;justify-content:flex-start;text-align:center}.organization-spotlights .card .card-contents a{width:100%;text-align:center}.organization-spotlights .card .card-contents .btn{margin:2rem auto;padding:.5rem 2rem;letter-spacing:.15em}.organization-spotlights .card .dimensions,.organization-spotlights .card .owner{display:none}.organization-spotlights .card.card-landscape{flex-grow:2}.organization-spotlights .card:hover{box-shadow:none}.organization-spotlights .card:hover .btn{text-decoration:underline}.organization-spotlights .card:first-child{margin-left:0}.organization-spotlights .card:nth-child(2),.organization-spotlights .card:nth-child(3){margin:0 auto .5rem 1rem !important}.organization-spotlights .card.artwork-card .card-header{padding-right:1.5rem}.organization-spotlights .card.event-card .card-header-title h2.title{font-family:"Helvetica Neue LT W01_71488914",sans-serif !important;font-size:1.25rem}.organization-spotlights .card.event-card .event-organizer{display:none}.organization-spotlights .card.event-card .event-period{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1rem;color:#efefef}.organization-spotlights .card.actor-events .card{flex-direction:row-reverse}@media screen and (min-width: 1215px){.organization-spotlights .card figure{max-width:1024px !important}}@media screen and (max-width: 1215px){.organization-spotlights .card{max-width:unset !important}.organization-spotlights .card:nth-child(1n){display:none}.organization-spotlights .card:nth-child(1),.organization-spotlights .card:nth-child(2){display:flex}.organization-spotlights .card:nth-child(1) figure,.organization-spotlights .card:nth-child(2) figure{width:auto !important;max-width:45vw !important}}@media screen and (max-width: 1215px)and (max-width: 950px){.organization-spotlights .card .card-image{min-width:100%}.organization-spotlights .card figure{max-width:unset !important}.organization-spotlights .card:nth-child(2){display:none}}.organization-spotlights.card-count-1 .card figure{max-width:1024px !important}.organization-spotlights.card-count-2 .card figure{max-width:45vw !important}@media screen and (max-width: 1215px){.organization-spotlights.card-count-2 .card figure{max-width:unset !important}}.organization-spotlights.card-count-3 .card figure{max-width:32vw !important}@media screen and (max-width: 1215px){.organization-spotlights.card-count-3 .card figure{max-width:unset !important}}.organization-spotlights.card-count-n{flex-wrap:wrap}.organization-spotlights.card-count-n .card:nth-child(1n){display:flex}
.uppy-Root{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;position:relative;color:#333}[dir=rtl] .uppy-Root,.uppy-Root[dir=rtl]{text-align:right}.uppy-Root *,.uppy-Root *:before,.uppy-Root *:after{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{-webkit-appearance:none;line-height:1;padding:0;margin:0;border:0;color:inherit;-webkit-backface-visibility:visible;backface-visibility:visible;background:none;border:medium none currentColor;border-collapse:separate;border-image:none;border-radius:0;border-spacing:0;box-shadow:none;clear:none;cursor:auto;display:inline;empty-cells:show;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;list-style:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;z-index:auto}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:1.5;padding:6px 8px;background-color:#fff}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:rgba(51,122,183,.6);outline:none;box-shadow:0 0 0 3px rgba(51,122,183,.15)}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{max-width:100%;max-height:100%;fill:currentColor;display:inline-block;overflow:hidden}.uppy-c-btn{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;font-family:inherit;font-size:16px;line-height:1;font-weight:500;transition-property:background-color,color;transition-duration:.3s;-webkit-user-select:none;-ms-user-select:none;user-select:none}[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{font-size:14px;padding:10px 18px;border-radius:4px;background-color:#337ab7;color:#fff}.uppy-c-btn-primary:hover{background-color:#285f8f}.uppy-c-btn-primary:focus{outline:none;box-shadow:0 0 0 3px rgba(51,122,183,.4)}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px rgba(170,225,255,.85)}.uppy-c-btn-link{font-size:14px;line-height:1;padding:10px 15px;border-radius:4px;background-color:rgba(0,0,0,0);color:#525252}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{outline:none;box-shadow:0 0 0 3px rgba(51,122,183,.25)}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px rgba(170,225,255,.85)}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}.uppy-c-btn--small{font-size:.9em;padding:7px 16px;border-radius:2px}.uppy-size--md .uppy-c-btn--small{padding:8px 10px;border-radius:2px}
.uppy-Informer{position:absolute;bottom:60px;left:0;right:0;text-align:center;opacity:1;transform:none;transition:all 250ms ease-in;z-index:1005}.uppy-Informer[aria-hidden=true]{opacity:0;transform:translateY(350%);transition:all 300ms ease-in;z-index:-1000}.uppy-Informer p{display:inline-block;margin:0;padding:0;font-size:12px;line-height:1.4;font-weight:400;padding:6px 15px;background-color:#757575;color:#fff;border-radius:18px;max-width:90%}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}.uppy-Informer span{line-height:12px;width:13px;height:13px;display:inline-block;vertical-align:middle;color:#525252;background-color:#fff;border-radius:50%;position:relative;top:-1px;inset-inline-start:3px;font-size:10px;-webkit-margin-start:-1px;margin-inline-start:-1px}.uppy-Informer span:hover{cursor:help}.uppy-Informer span:after{line-height:1.3;word-wrap:break-word}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]::before,.uppy-Root [aria-label][role~=tooltip]::after{transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;opacity:0;pointer-events:none;transition:all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);position:absolute;box-sizing:border-box;z-index:10;transform-origin:top}.uppy-Root [aria-label][role~=tooltip]::before{background-size:100% auto !important;content:""}.uppy-Root [aria-label][role~=tooltip]::after{background:rgba(17,17,17,.9);border-radius:4px;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size, 13px);font-weight:var(--microtip-font-weight, normal);text-transform:var(--microtip-text-transform, none);padding:.5em 1em;white-space:nowrap;box-sizing:content-box}.uppy-Root [aria-label][role~=tooltip]:hover::before,.uppy-Root [aria-label][role~=tooltip]:hover::after,.uppy-Root [aria-label][role~=tooltip]:focus::before,.uppy-Root [aria-label][role~=tooltip]:focus::after{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-bottom:5px}.uppy-Root [role~=tooltip][data-microtip-position|=top]::after{margin-bottom:11px}.uppy-Root [role~=tooltip][data-microtip-position|=top]::before{transform:translate3d(-50%, 0, 0);bottom:100%;left:50%}.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover::before{transform:translate3d(-50%, -5px, 0)}.uppy-Root [role~=tooltip][data-microtip-position|=top]::after{transform:translate3d(-50%, 0, 0);bottom:100%;left:50%}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover::after{transform:translate3d(-50%, -5px, 0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]::after{transform:translate3d(calc(-100% + 16px), 0, 0);bottom:100%}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover::after{transform:translate3d(calc(-100% + 16px), -5px, 0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]::after{transform:translate3d(calc(0% - 16px), 0, 0);bottom:100%}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover::after{transform:translate3d(calc(0% - 16px), -5px, 0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-top:5px;margin-bottom:0}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]::after{margin-top:11px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]::before{transform:translate3d(-50%, -10px, 0);bottom:auto;left:50%;top:100%}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover::before{transform:translate3d(-50%, 0, 0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]::after{transform:translate3d(-50%, -10px, 0);top:100%;left:50%}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover::after{transform:translate3d(-50%, 0, 0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]::after{transform:translate3d(calc(-100% + 16px), -10px, 0);top:100%}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover::after{transform:translate3d(calc(-100% + 16px), 0, 0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]::after{transform:translate3d(calc(0% - 16px), -10px, 0);top:100%}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover::after{transform:translate3d(calc(0% - 16px), 0, 0)}.uppy-Root [role~=tooltip][data-microtip-position=left]::before,.uppy-Root [role~=tooltip][data-microtip-position=left]::after{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px, -50%, 0)}.uppy-Root [role~=tooltip][data-microtip-position=left]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-right:5px;margin-bottom:0}.uppy-Root [role~=tooltip][data-microtip-position=left]::after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover::before,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover::after{transform:translate3d(0, -50%, 0)}.uppy-Root [role~=tooltip][data-microtip-position=right]::before,.uppy-Root [role~=tooltip][data-microtip-position=right]::after{bottom:auto;left:100%;top:50%;transform:translate3d(-10px, -50%, 0)}.uppy-Root [role~=tooltip][data-microtip-position=right]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-bottom:0;margin-left:5px}.uppy-Root [role~=tooltip][data-microtip-position=right]::after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover::before,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover::after{transform:translate3d(0, -50%, 0)}.uppy-Root [role~=tooltip][data-microtip-size=small]::after{white-space:initial;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]::after{white-space:initial;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]::after{white-space:initial;width:260px}.uppy-StatusBar{display:flex;position:relative;height:40px;line-height:40px;font-size:12px;font-weight:400;color:#fff;background-color:#fff;z-index:1001;transition:height .2s}.uppy-size--md .uppy-StatusBar{height:46px}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:2px;background-color:#eaeaea}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{overflow-y:hidden;height:0}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#8bc34a}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#ea2222}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#8bc34a}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#ea2222}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;height:65px;border-top:1px solid #eaeaea}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#337ab7;height:2px;position:absolute;z-index:1001;transition:background-color,width .3s ease-out}.uppy-StatusBar-progress.is-indeterminate{background-size:64px 64px;background-image:linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 75%, transparent 75%, transparent);animation:uppy-StatusBar-ProgressStripes 1s linear infinite}@keyframes uppy-StatusBar-ProgressStripes{from{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}.uppy-StatusBar-content{display:flex;align-items:center;position:relative;z-index:1002;-webkit-padding-start:10px;padding-inline-start:10px;white-space:nowrap;text-overflow:ellipsis;color:#333;height:100%}.uppy-size--md .uppy-StatusBar-content{-webkit-padding-start:15px;padding-inline-start:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}.uppy-StatusBar-status{line-height:1.4;font-weight:normal;display:flex;flex-direction:column;justify-content:center;-webkit-padding-end:.3em;padding-inline-end:.3em}.uppy-StatusBar-statusPrimary{font-weight:500;line-height:1}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{margin-top:1px;font-size:11px;line-height:1.2;display:inline-block;color:#757575;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}.uppy-StatusBar-statusSecondaryHint{display:inline-block;vertical-align:middle;-webkit-margin-end:5px;margin-inline-end:5px;line-height:1}.uppy-size--md .uppy-StatusBar-statusSecondaryHint{-webkit-margin-end:8px;margin-inline-end:8px}.uppy-StatusBar-statusIndicator{position:relative;top:1px;color:#525252;-webkit-margin-end:7px;margin-inline-end:7px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}.uppy-StatusBar-actions{display:flex;align-items:center;position:absolute;top:0;bottom:0;inset-inline-end:10px;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{width:100%;height:100%;position:static;padding:0 15px;background-color:#fafafa}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{height:90px;flex-direction:column}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{height:65px;flex-direction:row}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:initial}.uppy-StatusBar-actionCircleBtn{line-height:1;cursor:pointer;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px rgba(51,122,183,.5)}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px rgba(170,225,255,.85)}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{display:inline-block;vertical-align:middle;font-size:10px;line-height:inherit;color:#337ab7}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}.uppy-StatusBar-actionBtn--retry{height:16px;border-radius:8px;-webkit-margin-end:6px;margin-inline-end:6px;background-color:#ff4b23;line-height:1;color:#fff;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px rgba(51,122,183,.5)}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px rgba(170,225,255,.85)}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}.uppy-StatusBar-actionBtn--retry svg{position:absolute;top:3px;inset-inline-start:6px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{font-size:14px;width:100%;padding:15px 10px;color:#fff;background-color:#8bc34a;line-height:1}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#7eb73d}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{cursor:not-allowed;background-color:#8bc34a}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:rgba(0,0,0,0);color:#337ab7}.uppy-StatusBar-actionBtn--uploadNewlyAdded{-webkit-padding-end:3px;padding-inline-end:3px;-webkit-padding-start:3px;padding-inline-start:3px;padding-bottom:1px;border-radius:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px rgba(51,122,183,.5)}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px rgba(170,225,255,.85)}.uppy-StatusBar-actionBtn--done{line-height:1;border-radius:3px;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#285f8f}.uppy-StatusBar-actionBtn--done:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{font-size:11px;line-height:1.1;color:#000;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{opacity:.5;vertical-align:text-bottom;position:relative;top:2px;left:6px;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{width:15px;left:10px;top:1px}.uppy-StatusBar-details{line-height:12px;width:13px;height:13px;display:inline-block;vertical-align:middle;color:#fff;background-color:#939393;border-radius:50%;position:relative;top:0;inset-inline-start:2px;font-size:10px;font-weight:600;text-align:center;cursor:help}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}.uppy-StatusBar-spinner{animation-name:uppy-StatusBar-spinnerAnimation;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-margin-end:10px;margin-inline-end:10px;fill:#337ab7}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list::after{content:"";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem{width:50%;position:relative;margin:0}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem::before{content:"";padding-top:100%;display:block}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:rgba(147,147,147,.2)}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:rgba(234,234,234,.2)}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg{fill:rgba(0,0,0,.7);width:30%;height:30%}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg{fill:rgba(255,255,255,.8)}.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner{border-radius:4px;overflow:hidden;position:absolute;top:7px;left:7px;right:7px;bottom:7px;text-align:center;width:calc(100% - 14px);height:calc(100% - 14px)}.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner:focus{outline:none;box-shadow:0 0 0 3px rgba(51,122,183,.9)}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px rgba(170,225,255,.7)}.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner img{width:100%;height:100%;object-fit:cover;border-radius:4px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox{position:absolute;top:16px;right:16px;width:26px;height:26px;background-color:#337ab7;border-radius:50%;z-index:1002;opacity:0}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox:after{width:12px;height:7px;inset-inline-start:7px;top:8px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox--is-checked{opacity:1}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{display:flex;align-items:center;padding:7px 15px;margin:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox{-webkit-margin-end:15px;margin-inline-end:15px;height:17px;width:17px;border-radius:3px;background-color:#fff;border:1px solid #cfcfcf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus{border:1px solid #337ab7;box-shadow:0 0 0 3px rgba(51,122,183,.25);outline:none}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox::after{opacity:0;height:5px;width:9px;inset-inline-start:3px;top:4px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus{border-color:rgba(2,186,242,.7);box-shadow:0 0 0 3px rgba(2,186,242,.2)}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked{background-color:#337ab7;border-color:#337ab7}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked::after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:2px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{-webkit-margin-end:8px;margin-inline-end:8px;max-width:20px;max-height:20px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:1.2}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{width:20px;-webkit-margin-end:7px;margin-inline-end:7px}.uppy-ProviderBrowserItem-fakeCheckbox{position:relative;cursor:pointer;flex-shrink:0}.uppy-ProviderBrowserItem-fakeCheckbox:disabled{cursor:default}.uppy-ProviderBrowserItem-fakeCheckbox::after{content:"";position:absolute;cursor:pointer;border-left:2px solid #eaeaea;border-bottom:2px solid #eaeaea;transform:rotate(-45deg)}.uppy-ProviderBrowserItem-fakeCheckbox:disabled::after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-fakeCheckbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-fakeCheckbox--is-checked{background-color:#333}.uppy-SearchProvider{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{width:90%;max-width:650px;margin-bottom:15px}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{display:flex;align-items:center;justify-content:center;flex:1 1}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-error,.uppy-Provider-loading,.uppy-Provider-empty{display:flex;align-items:center;justify-content:center;flex-flow:column wrap;flex:1 1;color:#939393}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{width:100px;height:75px;margin-bottom:15px}.uppy-Provider-authTitle{font-size:17px;line-height:1.4;font-weight:400;margin-bottom:30px;padding:0 15px;max-width:500px;text-align:center;color:#757575}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-breadcrumbs{flex:1 1;color:#525252;font-size:12px;margin-bottom:10px;text-align:start}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}.uppy-Provider-breadcrumbsIcon{display:inline-block;color:#525252;vertical-align:middle;-webkit-margin-end:4px;margin-inline-end:4px;line-height:1}.uppy-Provider-breadcrumbsIcon svg{width:13px;height:13px;fill:#525252}.uppy-Provider-breadcrumbs button{display:inline-block;line-height:inherit;padding:4px;border-radius:3px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#285f8f}.uppy-Provider-breadcrumbs button:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:hover{text-decoration:underline;cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex-direction:column;flex:1 1;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{margin:0 8px 0 0;font-weight:500;color:#333}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}.uppy-ProviderBrowser-user:after{content:"·";position:relative;inset-inline-start:4px;color:#939393;font-weight:normal}.uppy-ProviderBrowser-header{z-index:1001;border-bottom:1px solid #eaeaea;position:relative}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{padding:7px 15px;background-color:#fafafa;z-index:1001;color:#757575;line-height:1.4;font-size:12px}.uppy-size--md .uppy-ProviderBrowser-headerBar{display:flex;align-items:center}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{text-align:center;display:block;justify-content:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{flex:none;display:inline-block;vertical-align:middle}.uppy-ProviderBrowser-search{width:100%;background-color:#fff;position:relative;height:30px;margin-top:10px;margin-bottom:5px;display:flex;align-items:center}[data-uppy-theme=dark] .uppy-ProviderBrowser-search{background-color:#1f1f1f}.uppy-ProviderBrowser-searchIcon{position:absolute;width:12px;height:12px;inset-inline-start:16px;z-index:1002;color:#bbb}.uppy-ProviderBrowser-searchInput{width:100%;height:30px;background-color:rgba(0,0,0,0);outline:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:12px;line-height:1.4;border:0;margin:0 8px;-webkit-padding-start:27px;padding-inline-start:27px;z-index:1001;border-radius:4px}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchInput:focus{outline:0;background-color:#f4f4f4}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput:focus{background-color:#333}.uppy-ProviderBrowser-searchClose{position:absolute;width:22px;height:22px;padding:6px;inset-inline-end:12px;top:4px;z-index:1002;color:#939393;cursor:pointer}.uppy-ProviderBrowser-searchClose:hover{color:#757575}.uppy-ProviderBrowser-searchClose svg{vertical-align:text-top}.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchInput:-ms-input-placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-searchInput::placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-userLogout{cursor:pointer;line-height:inherit;color:#337ab7;padding:4px;border-radius:3px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#285f8f}.uppy-ProviderBrowser-userLogout:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1 1;position:relative}.uppy-ProviderBrowser-list{flex:1 1;position:relative;display:block;width:100%;height:100%;background-color:#fff;border-spacing:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute;top:0;bottom:0;left:0;right:0;list-style:none;margin:0;padding:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-weight:500;font-size:13px}.uppy-ProviderBrowser-footer{display:flex;align-items:center;background-color:#fff;height:65px;border-top:1px solid #eaeaea;padding:0 15px}.uppy-ProviderBrowser-footer button{-webkit-margin-end:8px;margin-inline-end:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-Item-previewInnerWrap{width:100%;height:100%;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 0 2px 0 rgba(0,0,0,.4);border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px rgba(0,0,0,.15)}.uppy-Dashboard-Item-previewInnerWrap:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.65);display:none;z-index:1001}.uppy-Dashboard-Item-previewLink{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #77acd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{width:100%;height:100%;object-fit:cover;transform:translateZ(0);border-radius:3px}.uppy-Dashboard-Item-progress{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1002;color:#fff;text-align:center;width:120px;transition:all .35 ease}.uppy-Dashboard-Item-progressIndicator{display:inline-block;width:38px;height:38px;opacity:.9}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{width:55px;height:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#77acd9}.uppy-Dashboard-Item-progressIcon--circle{width:100%;height:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:rgba(255,255,255,.4)}.uppy-Dashboard-Item-progressIcon--progress{stroke:#fff;transition:stroke-dashoffset .5s ease-out}.uppy-Dashboard-Item-progressIcon--play{stroke:#fff;fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--cancel{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--pause{stroke:#fff;fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--check{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{transform:initial;top:-9px;inset-inline-end:-8px;inset-inline-start:initial;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{width:18px;height:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{width:28px;height:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{width:18px;height:18px;opacity:1}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{width:22px;height:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}.uppy-Dashboard-Item-fileInfo{-webkit-padding-end:5px;padding-inline-end:5px}.uppy-Dashboard-Item-name{font-size:12px;line-height:1.3;font-weight:500;margin-bottom:5px;word-break:break-all;word-wrap:anywhere}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-Dashboard-Item-status{font-size:11px;line-height:1;font-weight:normal;color:#757575}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;vertical-align:bottom;text-transform:uppercase}.uppy-Dashboard-Item-reSelect{font-family:inherit;font-size:inherit;font-weight:600;color:#337ab7}.uppy-Dashboard-Item-action{cursor:pointer;color:#939393}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px rgba(51,122,183,.5)}.uppy-Dashboard-Item-action:hover{opacity:1;color:#1f1f1f}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px rgba(170,225,255,.85)}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{opacity:1;color:#000}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-actionWrapper{display:flex;align-items:center}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action{width:22px;height:22px;padding:3px;margin-left:3px}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{width:16px;height:16px;padding:0}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--remove{z-index:1002;position:absolute;top:-8px;inset-inline-end:-8px;width:18px;height:18px;padding:0}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}.uppy-Dashboard-Item{display:flex;align-items:center;border-bottom:1px solid #eaeaea;padding:10px;-webkit-padding-end:0;padding-inline-end:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}.uppy-size--md .uppy-Dashboard-Item{position:relative;display:block;float:inline-start;margin:5px 15px;padding:0;width:calc(33.333% - 15px - 15px);height:215px;border-bottom:0}.uppy-size--lg .uppy-Dashboard-Item{margin:5px 15px;width:calc(25% - 15px - 15px);height:190px}.uppy-size--xl .uppy-Dashboard-Item{width:calc(20% - 15px - 15px);height:210px}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 01-3.417-3.416 3.383 3.383 0 013.417-3.417 3.383 3.383 0 013.417 3.417 3.383 3.383 0 01-3.417 3.416zm13.667 0A3.383 3.383 0 0120.5 18.16a3.383 3.383 0 013.417-3.417 3.383 3.383 0 013.416 3.417 3.383 3.383 0 01-3.416 3.416z' fill='%2523000' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 10px;background-size:25px;z-index:1005;opacity:.5}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-size:40px;background-position:50% 50%}.uppy-Dashboard-Item-preview{position:relative}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-preview{flex-shrink:0;flex-grow:0;width:50px;height:50px}.uppy-size--md .uppy-Dashboard-Item-preview{width:100%;height:140px}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard-Item-fileInfoAndButtons{flex-grow:1;-webkit-padding-end:8px;padding-inline-end:8px;-webkit-padding-start:12px;padding-inline-start:12px;display:flex;align-items:center;justify-content:space-between}.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;width:100%;padding:0;padding-top:9px}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after{display:block}.uppy-Dashboard-Item.is-inprogress:not(.is-resumable) .uppy-Dashboard-Item-action--remove{display:none}.uppy-Dashboard-Item-errorDetails{line-height:12px;width:12px;height:12px;display:inline-block;vertical-align:middle;color:#fff;background-color:#939393;border-radius:50%;position:relative;top:-1px;inset-inline-start:6px;font-size:8px;font-weight:600;text-align:center;cursor:help}.uppy-Dashboard-Item-errorDetails:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard-FileCard{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1005;box-shadow:0px 0px 10px 4px rgba(0,0,0,.1);background-color:#fff;border-radius:5px;display:flex;flex-direction:column}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{height:100%;flex-grow:1;flex-shrink:1;min-height:0;display:flex;flex-direction:column}.uppy-Dashboard-FileCard-preview{height:60%;flex-grow:0;flex-shrink:1;min-height:0;border-bottom:1px solid #eaeaea;display:flex;align-items:center;justify-content:center;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{max-width:90%;max-height:90%;object-fit:cover;flex:0 0 auto;border-radius:3px;box-shadow:0px 3px 20px rgba(0,0,0,.15)}.uppy-Dashboard-FileCard-edit{position:absolute;top:10px;inset-inline-end:10px;font-size:13px;background-color:rgba(0,0,0,.5);color:#fff;padding:7px 15px;border-radius:50px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px rgba(51,122,183,.5)}.uppy-Dashboard-FileCard-edit:hover{background-color:rgba(0,0,0,.8)}.uppy-Dashboard-FileCard-info{height:40%;flex-grow:0;flex-shrink:0;padding:30px 20px 20px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{font-size:0;border:0;padding:0;max-width:640px;margin:auto;margin-bottom:12px}.uppy-Dashboard-FileCard-label{display:inline-block;vertical-align:middle;width:22%;font-size:12px;color:#525252}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{height:55px;flex-shrink:0;flex-grow:0;border-top:1px solid #eaeaea;padding:0 15px;background-color:#fafafa;display:flex;align-items:center}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{border-top:1px solid #333;background-color:#1f1f1f}.uppy-Dashboard-FileCard-actionsBtn{-webkit-margin-end:10px;margin-inline-end:10px}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0, -105%, 0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translate3d(0, 0, 0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translate3d(0, 0, 0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0, -105%, 0)}@keyframes uppy-Dashboard-fadeIn{from{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{from{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{from{transform:translate3d(-50%, -70%, 0);opacity:0}to{transform:translate3d(-50%, -50%, 0);opacity:1}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{from{transform:translate3d(0, -20%, 0);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}@keyframes uppy-Dashboard-slideUpFadeOut{from{transform:translate3d(-50%, -50%, 0);opacity:1}to{transform:translate3d(-50%, -70%, 0);opacity:0}}@keyframes uppy-Dashboard-slideUpFadeOut--small{from{transform:translate3d(0, 0, 0);opacity:1}to{transform:translate3d(0, -20%, 0);opacity:0}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, 0.2, 1)}@media only screen and (min-width: 820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, 0.2, 1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, 0.2, 1)}@media only screen and (min-width: 820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, 0.2, 1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.uppy-Dashboard-isFixed{overflow:hidden;height:100vh}.uppy-Dashboard--modal .uppy-Dashboard-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1001}.uppy-Dashboard-inner{position:relative;background-color:#fafafa;max-width:100%;max-height:100%;outline:none;border:1px solid #eaeaea;border-radius:5px}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width: 820px){.uppy-Dashboard-inner{width:750px;height:550px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;border-radius:5px;opacity:0}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{pointer-events:none;opacity:.6;filter:grayscale(100%);-webkit-user-select:none;-ms-user-select:none;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--modal .uppy-Dashboard-inner{position:fixed;top:35px;left:15px;right:15px;bottom:15px;border:none}@media only screen and (min-width: 820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{top:50%;left:50%;right:auto;transform:translate(-50%, -50%);box-shadow:0 5px 15px 4px rgba(0,0,0,.15)}}.uppy-Dashboard-close{display:block;position:absolute;top:-33px;inset-inline-end:-2px;cursor:pointer;color:rgba(255,255,255,.9);font-size:27px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#8bb8df}@media only screen and (min-width: 820px){.uppy-Dashboard-close{font-size:35px;top:-10px;inset-inline-end:-35px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-top:1px solid #edd4b9;border-bottom:1px solid #edd4b9;font-size:12px;line-height:1.3;font-weight:500;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;color:#eaeaea;border-top:1px solid #333;border-bottom:1px solid #333}.uppy-Dashboard-serviceMsg-title{display:block;margin-bottom:4px;padding-left:42px;line-height:1}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{font-size:inherit;font-weight:inherit;vertical-align:initial;color:#337ab7}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:rgba(2,186,242,.9)}.uppy-Dashboard-serviceMsg-icon{position:absolute;top:10px;left:15px}.uppy-Dashboard-AddFiles{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{margin:7px;height:calc(100% - 14px);border-radius:3px;border:1px dashed #dfdfdf}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 14px - 40px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{padding-top:15px;padding-bottom:15px;margin-top:auto;display:none}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{position:absolute;bottom:25px;left:0;right:0;padding-top:30px;padding-bottom:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{cursor:pointer;color:rgba(51,122,183,.9)}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:hover,.uppy-Dashboard-browse:focus{border-bottom:1px solid #337ab7}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:rgba(2,186,242,.9)}[data-uppy-theme=dark] .uppy-Dashboard-browse:hover,[data-uppy-theme=dark] .uppy-Dashboard-browse:focus{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-top:8px;margin-bottom:5px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;width:auto;margin:auto;margin-top:15px;margin-bottom:15px;padding:13px 44px}.uppy-Dashboard-AddFiles-list{display:flex;flex-direction:column;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-top:2px;padding:2px 0;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:600px;overflow-y:visible;margin-top:15px;padding-top:0;flex:none}.uppy-DashboardTab{width:100%;text-align:center;border-bottom:1px solid #eaeaea}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{display:inline-block;width:initial;margin-bottom:10px;border-bottom:none}.uppy-DashboardTab-btn{width:100%;height:100%;cursor:pointer;background-color:rgba(0,0,0,0);-webkit-appearance:none;appearance:none;color:#525252;display:flex;flex-direction:row;align-items:center;padding:12px 15px}.uppy-DashboardTab-btn:focus{outline:none}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-size--md .uppy-DashboardTab-btn{width:86px;-webkit-margin-end:1px;margin-inline-end:1px;flex-direction:column;padding:10px 3px;border-radius:5px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#f1f3f6}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{max-width:100%;max-height:100%;display:inline-block;vertical-align:text-top;overflow:hidden;transition:transform ease-in-out .15s;-webkit-margin-end:10px;margin-inline-end:10px}.uppy-size--md .uppy-DashboardTab-btn svg{-webkit-margin-end:0;margin-inline-end:0}.uppy-DashboardTab-name{font-size:14px;font-weight:500}.uppy-size--md .uppy-DashboardTab-name{font-size:11px;line-height:15px;margin-top:8px;margin-bottom:0}.uppy-DashboardTab svg{width:23px;height:23px;vertical-align:middle}.uppy-size--md .uppy-DashboardTab svg{width:30px;height:30px}.uppy-Dashboard-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.uppy-DashboardContent-bar{flex-shrink:0;height:40px;width:100%;padding:0 10px;z-index:1004;display:flex;align-items:center;justify-content:space-between;position:relative;border-bottom:1px solid #eaeaea;background-color:#fafafa}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{position:absolute;top:0;left:0;right:0;text-align:center;font-size:12px;line-height:40px;font-weight:500;width:100%;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;margin:auto}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}.uppy-DashboardContent-back,.uppy-DashboardContent-save{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;border-radius:3px;font-size:12px;font-weight:400;cursor:pointer;color:#337ab7;padding:7px 6px;-webkit-margin-start:-6px;margin-inline-start:-6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#285f8f}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}.uppy-DashboardContent-addMore{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;border-radius:3px;font-weight:500;cursor:pointer;color:#337ab7;width:29px;height:29px;padding:7px 8px;-webkit-margin-end:-5px;margin-inline-end:-5px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#285f8f}.uppy-DashboardContent-addMore:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;width:auto;height:auto;-webkit-margin-end:-8px;margin-inline-end:-8px}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}.uppy-DashboardContent-addMore svg{vertical-align:baseline;-webkit-margin-end:4px;margin-inline-end:4px}.uppy-size--md .uppy-DashboardContent-addMore svg{width:11px;height:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#f5f5f5;overflow:hidden;z-index:1005;border-radius:5px;display:flex;flex-direction:column;flex:1 1}.uppy-Dashboard-AddFilesPanel{position:absolute;top:0;bottom:0;left:0;right:0;background:#fafafa;background:linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, 0.85) 100%);box-shadow:0 0 10px 5px rgba(0,0,0,.15);overflow:hidden;z-index:1005;border-radius:5px;display:flex;flex-direction:column}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background:linear-gradient(0deg, #1f1f1f 35%, rgba(31, 31, 31, 0.85) 100%)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{position:absolute;bottom:0;left:0;width:100%;height:12%}.uppy-Dashboard-progressBarContainer.is-active{z-index:1004;position:absolute;top:0;left:0;width:100%;height:100%}.uppy-Dashboard:not(.uppy-size--md) .uppy-StatusBar-additionalInfo{display:none}.uppy-Dashboard-filesContainer{position:relative;overflow-y:hidden;margin:0;flex:1 1}.uppy-Dashboard-filesContainer:after{content:"";display:table;clear:both}.uppy-Dashboard-files{margin:0;padding:0 0 10px 0;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard-dropFilesHereHint{display:flex;align-items:center;justify-content:center;visibility:hidden;position:absolute;top:7px;right:7px;bottom:7px;left:7px;padding-top:90px;border:1px dashed #337ab7;border-radius:3px;z-index:2000;text-align:center;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7' fill-rule='nonzero'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;color:#757575;font-size:16px}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{color:#bbb;border-color:#02baf2;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2' fill-rule='nonzero'/%3E%3C/svg%3E")}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{font-size:17px;line-height:1.35;font-weight:500;color:#000;margin-top:15px;margin-bottom:5px;text-align:inline-start;padding:0 15px;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:25px;margin-top:5px;font-weight:400;text-align:center;max-width:480px}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{font-size:14px;line-height:1.25;text-align:center;color:#757575;max-width:350px;margin:auto;padding:0 15px}.uppy-size--md .uppy-Dashboard-note{font-size:15px;line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{display:inline-block;text-align:center;font-size:11px;color:#939393;text-decoration:none;margin-top:8px}.uppy-Dashboard-poweredByIcon{stroke:#939393;fill:none;margin-left:1px;margin-right:1px;position:relative;top:1px;opacity:.9;vertical-align:text-top}.uppy-Dashboard-Item-previewIcon{width:25px;height:25px;z-index:100;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.uppy-size--md .uppy-Dashboard-Item-previewIcon{width:38px;height:38px}.uppy-Dashboard-Item-previewIcon svg{width:100%;height:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard-Item-previewIconBg{width:100%;height:100%;filter:drop-shadow(rgba(0, 0, 0, 0.1) 0px 1px 1px)}.uppy-Dashboard-upload{position:relative;width:50px;height:50px}.uppy-size--md .uppy-Dashboard-upload{width:60px;height:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}.uppy-Dashboard-uploadCount{position:absolute;top:-12px;inset-inline-end:-12px;background-color:#8bc34a;color:#fff;border-radius:50%;width:16px;height:16px;line-height:16px;font-size:8px}.uppy-size--md .uppy-Dashboard-uploadCount{width:18px;height:18px;line-height:18px;font-size:9px}
.uppy-DragDrop-container{display:flex;align-items:center;justify-content:center;border-radius:7px;background-color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";max-width:100%}.uppy-DragDrop-container:focus{outline:none;box-shadow:0 0 0 3px rgba(51,122,183,.4)}.uppy-DragDrop-container::-moz-focus-inner{border:0}.uppy-DragDrop-inner{margin:0;text-align:center;padding:80px 20px;line-height:1.4}.uppy-DragDrop-arrow{width:60px;height:60px;fill:#e0e0e0;margin-bottom:17px}.uppy-DragDrop--isDragDropSupported{border:2px dashed #adadad}.uppy-DragDrop--isDraggingOver{border:2px dashed #337ab7;background:#eaeaea}.uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow{fill:#939393}.uppy-DragDrop-label{display:block;font-size:1.15em;margin-bottom:5px}.uppy-DragDrop-browse{color:#337ab7;cursor:pointer}.uppy-DragDrop-note{font-size:1em;color:#adadad}
.uppy-FileInput-container{margin-bottom:15px}.uppy-FileInput-btn{background:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;line-height:1;padding:0;margin:0;border:0;color:inherit;font-family:sans-serif;font-size:.85em;padding:10px 15px;color:#1d4567;border:1px solid #1d4567;border-radius:8px;cursor:pointer}.uppy-FileInput-btn:hover{background-color:#1d4567;color:#fff}
.uppy-ProgressBar{position:absolute;top:0;left:0;width:100%;height:3px;z-index:10000;transition:height .2s}.uppy-ProgressBar[aria-hidden=true]{height:0}.uppy-ProgressBar-inner{background-color:#337ab7;box-shadow:0 0 10px rgba(51,122,183,.7);height:100%;width:0;transition:width .4s ease}.uppy-ProgressBar-percentage{display:none;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff}
.modal-upload-batch-images.modal-dialog .o-modal__content{display:inline-flex;flex-direction:column;width:50rem;max-width:900px;min-height:650px}.modal-upload-batch-images.modal-dialog .uppy-Dashboard-inner{background:rgba(0,0,0,0) !important;border:0 !important}.modal-upload-batch-images.modal-dialog .modal-footer{display:inline-flex;justify-content:flex-end;margin:1rem 0 0 auto}.modal-upload-batch-images.modal-dialog .btn{margin:auto 1rem auto 0}
.artwork-sidebar{display:flex;flex-direction:column;margin-top:0;padding:0;padding-bottom:.75rem;padding-left:1rem !important;border-left:1px solid #000}.artwork-sidebar .makers{flex-direction:column}.artwork-sidebar .makers .lifetime{text-align:left}.artwork-sidebar .makers .artworks-counted{display:none}.artwork-sidebar .card{align-self:flex-start !important}.artwork-sidebar .card .card-header{text-align:left}.artwork-sidebar .card .card-header .card-link{text-decoration:none}.artwork-sidebar .card .card-header-title h2.title{font-family:"Sabon MT W01 Semibold",serif;font-weight:normal;font-size:1.33em;line-height:normal}.artwork-sidebar .card .social{margin:.75rem auto 1rem 0;padding-right:3em;padding-left:3em;font-size:.8rem !important}.artwork-sidebar .card .ingress-text{display:none}.artwork-sidebar .card .maker-role{font-family:"Sabon MT W01 Regular",serif;font-weight:normal;font-size:1rem;color:#757575}.artwork-sidebar .actor-card .card-header{align-items:flex-start}.artwork-sidebar .collections h2,.artwork-sidebar .title h2{font-size:1.25em}.artwork-sidebar .topic{flex-direction:column;margin:0;clear:both;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:1.15rem;line-height:1.4;letter-spacing:0;text-align:left}.artwork-sidebar .topic .title{margin:1rem 0 .5rem;font-family:"Sabon MT W01 Semibold",serif;font-weight:normal;font-size:1.33rem;line-height:normal;color:#363636}.artwork-sidebar .topic .title a,.artwork-sidebar .topic .title a:hover{color:inherit}.artwork-sidebar .topic .details,.artwork-sidebar .topic .credits,.artwork-sidebar .topic .owner{margin-bottom:1rem;color:#5f5f5f}.artwork-sidebar .topic .technique{line-height:1.5}.artwork-sidebar .topic .production-timespan{margin-bottom:1rem}.artwork-sidebar .topic .owner{margin-bottom:.5rem}.artwork-sidebar .topic .keeper{margin:1rem 0}.artwork-sidebar .collections .title{margin-top:0}.artwork-sidebar .purchasing{flex-direction:column;margin-top:2rem}.artwork-sidebar .purchasing h4{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#000}.artwork-sidebar .purchasing .price{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem}.artwork-sidebar .purchasing .btn{width:100%;max-width:12rem;margin:5px 0;padding-right:auto;padding-left:auto;text-transform:none;cursor:not-allowed}.artwork-sidebar .purchasing .btn.buy{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.125rem;color:#fff;background:#000}.artwork-sidebar .purchasing .btn.details{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:.875rem;color:#fff;background:#5f5f5f}.artwork-sidebar .purchasing .seller{margin-top:2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1rem;color:#5c5b5b}.artwork-sidebar .extras{flex-direction:column}.artwork-sidebar .attribution .credit-line,.artwork-sidebar .attribution .copyright{width:100%}.artwork-sidebar .attribution .credit-line,.artwork-sidebar .attribution .credit-line .dx-texteditor-container,.artwork-sidebar .attribution .copyright,.artwork-sidebar .attribution .copyright .dx-texteditor-container{margin:0 auto 0 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem;color:#757575;text-align:left}#artwork-wizard .contents{display:grid;grid-template-areas:"figure sidebar" "descriptions sidebar";grid-template-rows:auto auto;grid-template-columns:400px auto}#artwork-wizard .mousetrigger{width:-webkit-max-content;width:max-content;overflow:auto}#artwork-wizard .artwork-details.main-image{grid-area:figure;width:100%;height:auto;max-width:calc(90vw - 400px) !important}#artwork-wizard .artwork-details.main-image .artwork .image{max-width:100% !important}#artwork-wizard .side-column{grid-area:sidebar;width:auto;margin-right:45px}#artwork-wizard .descriptions{grid-area:descriptions;max-width:550px;margin-right:2.5rem}#artwork-wizard .makers{display:inline-flex;margin-bottom:.5rem}#artwork-wizard .makers-select.dx-selectbox,#artwork-wizard .classification-select.dx-selectbox{width:-webkit-max-content;width:max-content;margin-bottom:1rem}#artwork-wizard .artwork-sidebar .topic{margin-top:1rem}#artwork-wizard .artwork-sidebar .topic .title{margin-top:0 !important}#artwork-wizard .artwork-sidebar .topic .title input{padding-right:2rem}#artwork-wizard .dx-icon.flag{position:relative;left:44px;width:37px;height:25px;margin:2px}#artwork-wizard .dx-texteditor-container{overflow:visible}#artwork-wizard .dx-htmleditor{min-width:unset !important}#artwork-wizard .dx-textbox,#artwork-wizard .dx-numberbox{margin-bottom:.15rem;font-size:1.2rem}#artwork-wizard .dx-button{margin-top:.5rem}#artwork-wizard .production-timespan{margin-top:1rem}#artwork-wizard .production-timespan .row{display:inline-flex}#artwork-wizard .production-timespan .timespan-dash{margin:auto 1rem}#artwork-wizard .production-timespan .timespan-dash span{vertical-align:super}#artwork-wizard .production-timespan .mousetrigger{overflow:initial}#artwork-wizard .geometry-select{margin:1rem 0 .75rem}#artwork-wizard .geometry-select .row{display:flex;align-items:baseline}#artwork-wizard .geometry-select .row .edit-field-label{margin:auto 1rem;font-weight:normal}#artwork-wizard .geometry-select .row .dx-numberbox{margin-left:auto}#artwork-wizard .geometry-select .row .dx-numberbox .dx-texteditor-input{text-align:left}#artwork-wizard .contributors{display:flex;flex-direction:column;align-items:baseline;margin:1.5rem 0 1rem}#artwork-wizard .contributors .row{display:flex;align-self:left}#artwork-wizard .contributors .row .dx-textbox{margin-right:.25rem}#artwork-wizard .contributors .edit-field-label{align-self:left;margin-bottom:0 !important}#artwork-wizard .add-contributor{display:inline-flex;margin:.5rem 1rem 0;cursor:pointer}#artwork-wizard .add-contributor .material-design-icon{width:18px;height:18px}#artwork-wizard .add-contributor .label{margin-left:.5rem;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-weight:700;font-size:1rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}#artwork-wizard .credits,#artwork-wizard .on-sale{margin-top:1rem}#artwork-wizard .publish-actions .dx-button{margin:0 1rem 1rem 0}#artwork-wizard .publish-actions .dx-validationsummary{margin-bottom:1rem}@media(max-width: 925px){#artwork-wizard .contents{grid-template-areas:"figure" "sidebar" "descriptions";grid-template-rows:auto auto auto;grid-template-columns:auto}#artwork-wizard .artwork-details.main-image{width:calc(100vw - 90px);height:auto;max-width:unset !important}#artwork-wizard .side-column{width:80vw}#artwork-wizard .artwork-sidebar{width:auto;margin-right:45px;padding-left:0 !important;border-left:0}#artwork-wizard .descriptions{margin-right:unset}}@media(min-width: 1450px){#artwork-wizard .contents{grid-template-columns:auto}#artwork-wizard .side-column{width:auto}}.classification-preview{height:40vh}.classification-preview .dx-scrollable{height:40vh}.classification-preview .dx-scrollview-content{display:flex;flex-wrap:wrap;justify-content:center}.classification-preview .classification-icon{display:inline-flex;flex-direction:column;width:120px;margin:1rem;text-align:center}.classification-preview .classification-icon .color-box{display:block;align-self:center;width:64px;height:64px;padding:1rem;cursor:pointer;background:url(/static/img/retroflowers.743bd50.svg);background-size:cover;background-blend-mode:color-burn;border-radius:10px}.geometry-preview{padding:0 1rem 1rem;text-align:center}.geometry-preview .grid-container{display:inline-grid;grid-template-rows:auto;grid-template-columns:auto}.geometry-preview .item{grid-row-start:2;grid-column-start:1;width:280px;height:100%;margin:1.5rem}.geometry-preview .width{grid-row-start:1;grid-column-start:1;justify-self:center}.geometry-preview .height{grid-row-start:2;grid-column-start:2;align-self:center}.dx-overlay-content{overflow:hidden}
.actor-highlights{width:100%}.actor-highlights .columns{display:flex;flex-wrap:wrap;width:100%}@media(max-width: 850px){.actor-highlights .columns{justify-content:center}.actor-highlights .columns.actor-query-options{justify-content:left}}@media screen and (max-width: 575px){.actor-highlights .columns{flex-direction:column !important}}.actor-highlights .slick-track{min-height:unset;margin-bottom:1.5rem}.actor-highlights .actor-slides{display:flex;flex-direction:column;margin-top:0;padding:0}.actor-highlights .actor-slides .slick-slide:nth-child(odd) .columns{flex-direction:row-reverse}.actor-highlights .actor-slides .slick-slide:nth-child(even) .actor-body-artworks .card{margin-left:auto}.actor-highlights .actor-slides .actor-card{margin-top:0;text-align:center}.actor-highlights .actor-slides .actor-card .card-image{width:180px !important;height:auto;margin:0 auto !important}.actor-highlights .actor-slides .actor-card .card-image figure{height:auto !important}.actor-highlights .actor-slides .actor-card .card-image .image{margin:0 auto}.actor-highlights .actor-slides .actor-card .card-header-title{align-items:center;margin-top:1.5rem;text-align:center}.actor-highlights .actor-slides .actor-card .card-header-title h2.title{overflow:visible;font-size:1.25em}.actor-highlights .actor-slides .actor-card .social-actions{display:inline-flex;flex-direction:row !important;width:100%;margin:.75rem auto 1rem 0;padding:0;font-size:.8rem !important}.actor-highlights .actor-slides .actor-card .social-actions .social-button-wrapper{margin:0 auto}.actor-highlights .actor-slides .actor-card .social-actions .do-heart{margin-left:0;border-color:#000;border-width:2px}.actor-highlights .actor-slides .actor-card .social-actions .do-follow span{vertical-align:sub}.actor-highlights .actor-slides .actor-card .makers,.actor-highlights .actor-slides .actor-card .ingress-text{display:none}.actor-highlights .actor-slides .actor-body{margin-bottom:1.5rem}.actor-highlights .actor-slides .actor-body article{position:relative;max-height:400px;overflow:hidden;white-space:initial}.actor-highlights .actor-slides .actor-body article::after{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:2rem 0;text-align:center;content:" ";background-image:linear-gradient(to bottom, rgba(255, 251, 251, 0), rgb(255, 251, 251))}.actor-highlights .actor-slides .actor-body .btn{height:2rem;margin-top:1.5rem;color:inherit;border:0}.actor-highlights .actor-slides .actor-body-artworks.is-6 .card{width:280px !important}.actor-highlights .actor-slides .actor-body-artworks.is-12{width:100%}@media screen and (max-width: 575px){.actor-highlights .actor-body-artworks .artwork-card{width:100% !important;height:auto}}
.input-time-span .widget-head{display:flex}.input-time-span .dx-selectbox{width:100%;margin:0 .75rem}.input-time-span .material-design-icon{width:24px !important;height:24px !important;margin:0 .77rem;cursor:pointer}
.color-flex[data-v-10371adf]{display:flex;flex-grow:1;flex-wrap:wrap;align-items:center;width:100%;margin-bottom:1.5rem}.color-flex .color-flex-bubble[data-v-10371adf]{display:inline-flex;width:24px;height:24px;color:#000;cursor:pointer;border-radius:12px}
.toggle-switch[data-v-73dbe298]{display:inline-flex;cursor:pointer}
.panel-dock{z-index:12250 !important;box-shadow:none}.panel-dock section.panel.default{padding-right:.25em;padding-bottom:4.75em}.panel-dock section.panel.default .action-close,.panel-dock section.panel.default .action-extra{color:#000}.panel-dock section.panel.default>div{height:100%;overflow:hidden}.panel-dock .panel-title{display:inline-flex;justify-content:flex-start;width:100%;margin-bottom:.25em;padding:.5rem 1rem !important;color:#fff;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:#000}.panel-dock .panel-title .material-design-icon{display:inline-block;width:2.5rem;height:2.5rem;margin:auto 1rem auto 0;vertical-align:middle}.panel-dock .panel-title .label{margin:auto 0;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-size:1rem;line-height:1.5;color:inherit;text-transform:uppercase}
.facet-categories{z-index:100}.facet-categories .plus-more{margin:1rem auto 0}.facet-categories td:nth-child(2){padding-right:1rem}.facet-categories .dx-treelist-content{font-family:"Sabon Next W01 Regular",serif}.facet-categories .dx-treelist-rowsview{border:0}.facet-categories .dx-treelist .dx-column-lines>td{border:0}.facet-categories .dx-treelist-text-content{cursor:pointer}.facet-categories .count-line{position:absolute;display:block;width:87%;height:3px;margin-left:55px}
.geometry .columns[data-v-d29925b4]{margin-bottom:2rem}.geometry .unit.label[data-v-d29925b4]{position:relative;top:-11px;right:10px;display:flex;justify-content:flex-end;height:0;margin:0;font-family:"Sabon MT W01 Regular",serif;font-size:14px;color:#5f5f5f;text-align:right}.geometry .dx-rangeslider[data-v-d29925b4]{width:100%}.geometry .dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content .dx-popup-content[data-v-d29925b4]{font-size:12px}
.artwork-details .tile.is-parent{flex-direction:column}.artwork-details .tile.is-child{flex-direction:column}.artwork-details article{margin-right:2rem}.artwork-details h1,.artwork-details h2,.artwork-details h3,.artwork-details h4{font-family:"Sabon MT W01 Regular",serif;font-weight:bold}.artwork-details h2,.artwork-details h3{font-size:1.35rem}.artwork-details .edit-access{margin-right:1rem}.artwork-details .slick-track{margin-left:0}.artwork-details .slick-initialized .slick-slide{opacity:0;transition-property:opacity;transition-duration:.5s;transition-timing-function:ease-out}.artwork-details .slick-initialized .slick-slide.slick-active{opacity:1;transition-duration:0}.artwork-details figure{width:auto !important;height:auto !important;max-height:77vh}.artwork-details figure.artwork{flex:1 1;width:100%;height:100%;min-width:inherit;max-width:unset;min-height:20px;max-height:80vh;margin:0;cursor:pointer;background-repeat:no-repeat;background-size:inherit;background-position:0 50%}.artwork-details figure.artwork .image{width:inherit;height:inherit;min-width:inherit;max-width:-webkit-fill-available;max-width:-moz-available;max-width:stretch;min-height:inherit;margin:0;padding:0;background-repeat:inherit;background-size:inherit;background-position:inherit}.artwork-details figure.artwork .image-not-available{cursor:not-allowed}.artwork-details figure.artwork .background-palette .loading{display:none}.artwork-details .image-attribution .credit-line,.artwork-details .image-attribution .copyright,.artwork-details .image-attribution .license{font-size:.625rem}.artwork-details .social-actions{display:inline-flex;flex-direction:row !important;width:100%;margin:.5rem 0 1rem}.artwork-details .social-actions .social-button-wrapper{margin:0 2rem 0 0}.artwork-details .social-actions .social-button-wrapper.is-right{margin-right:1.5rem;margin-left:auto}.artwork-details .social-actions .social-button-wrapper .social{height:100%;margin:0 auto}.artwork-details .heart-count{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1rem;transform:scaleY(1.2)}.artwork-details .audio-playlist{margin:1rem 0}.artwork-details .audio-playlist .podcast-title{align-items:flex-start}.artwork-details .audio-playlist .audio-player{flex-grow:1;width:100%}.artwork-details .audio-playlist .audio-player .duration{margin-bottom:0 !important;font-size:12px !important}.artwork-details .audio-playlist .card-header-title,.artwork-details .audio-playlist .card-contents{display:none}.artwork-details .page-text{font-size:1rem;text-align:justify}.artwork-details .slick-prev,.artwork-details .slick-next{top:44%}.artwork-details .last-modified{margin-left:auto}
.artwork-sidebar{display:flex;flex-direction:column;margin-top:0;padding:0;padding-bottom:.75rem;padding-left:1rem !important;border-left:1px solid #000}.artwork-sidebar .makers{flex-direction:column}.artwork-sidebar .makers .lifetime{text-align:left}.artwork-sidebar .makers .artworks-counted{display:none}.artwork-sidebar .card{align-self:flex-start !important}.artwork-sidebar .card .card-header{text-align:left}.artwork-sidebar .card .card-header .card-link{text-decoration:none}.artwork-sidebar .card .card-header-title h2.title{font-family:"Sabon MT W01 Semibold",serif;font-weight:normal;font-size:1.33em;line-height:normal}.artwork-sidebar .card .social{margin:.75rem auto 1rem 0;padding-right:3em;padding-left:3em;font-size:.8rem !important}.artwork-sidebar .card .ingress-text{display:none}.artwork-sidebar .card .maker-role{font-family:"Sabon MT W01 Regular",serif;font-weight:normal;font-size:1rem;color:#757575}.artwork-sidebar .actor-card .card-header{align-items:flex-start}.artwork-sidebar .collections h2,.artwork-sidebar .title h2{font-size:1.25em}.artwork-sidebar .topic{flex-direction:column;margin:0;clear:both;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;font-size:1.15rem;line-height:1.4;letter-spacing:0;text-align:left}.artwork-sidebar .topic .title{margin:1rem 0 .5rem;font-family:"Sabon MT W01 Semibold",serif;font-weight:normal;font-size:1.33rem;line-height:normal;color:#363636}.artwork-sidebar .topic .title a,.artwork-sidebar .topic .title a:hover{color:inherit}.artwork-sidebar .topic .details,.artwork-sidebar .topic .credits,.artwork-sidebar .topic .owner{margin-bottom:1rem;color:#5f5f5f}.artwork-sidebar .topic .technique{line-height:1.5}.artwork-sidebar .topic .production-timespan{margin-bottom:1rem}.artwork-sidebar .topic .owner{margin-bottom:.5rem}.artwork-sidebar .topic .keeper{margin:1rem 0}.artwork-sidebar .collections .title{margin-top:0}.artwork-sidebar .purchasing{flex-direction:column;margin-top:2rem}.artwork-sidebar .purchasing h4{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#000}.artwork-sidebar .purchasing .price{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem}.artwork-sidebar .purchasing .btn{width:100%;max-width:12rem;margin:5px 0;padding-right:auto;padding-left:auto;text-transform:none;cursor:not-allowed}.artwork-sidebar .purchasing .btn.buy{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.125rem;color:#fff;background:#000}.artwork-sidebar .purchasing .btn.details{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:.875rem;color:#fff;background:#5f5f5f}.artwork-sidebar .purchasing .seller{margin-top:2rem;font-family:"Sabon Next W01 Regular",serif;font-size:1rem;color:#5c5b5b}.artwork-sidebar .extras{flex-direction:column}.artwork-sidebar .attribution .credit-line,.artwork-sidebar .attribution .copyright{width:100%}.artwork-sidebar .attribution .credit-line,.artwork-sidebar .attribution .credit-line .dx-texteditor-container,.artwork-sidebar .attribution .copyright,.artwork-sidebar .attribution .copyright .dx-texteditor-container{margin:0 auto 0 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem;color:#757575;text-align:left}
.social-comments .dx-texteditor{border:0}.social-comments .dx-texteditor-input{border-width:0 0 1px 0 !important}.social-comments .dx-placeholder{font-family:"Helvetica Neue LT W01_41488878",sans-serif !important;font-style:italic}
.hero{position:relative;z-index:1000;width:100%;height:auto;min-height:50%;margin:0;background-repeat:no-repeat;background-size:cover;background-position:0 0}.hero .infobox{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:35%;height:100%;margin:0 auto 0 45px;padding:2em;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1em;color:#141414;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(255,251,251,.8);box-shadow:0px 0px 4px #fff}.hero .infobox h2.title{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:1.75rem;line-height:1.5;color:inherit;white-space:normal}.hero .infobox .ingress-text,.hero .infobox .tagline{margin:auto;font-family:"Sabon MT W01 Semibold Italic",serif;font-size:1.15rem}@media screen and (min-width: 1024px){.hero .infobox{width:80%;min-width:unset;padding:.75rem}.hero .infobox h2.title{font-size:2.5rem;line-height:3.5rem}.hero .infobox .ingress-text,.hero .infobox .tagline{font-size:1.75rem}}.hero .infobox b{display:block;width:100%;font-family:"Helvetica Neue LT W01_71488914",sans-serif;line-height:2.5em}.hero .infobox em{display:block;width:100%;margin-bottom:1em;font-style:italic;line-height:normal}.hero .infobox p{font-style:normal}.hero .infobox .btn{z-index:9999;align-self:center;margin:2rem auto 1rem;padding:.45rem 1rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;color:#000;text-transform:uppercase;cursor:pointer;background:#efefef;border:0;box-shadow:0px 0px 20px #b9b9b9}.hero .infobox .btn:hover{background:rgba(239,239,239,.35) !important}.hero.is-left .infobox{align-self:left;margin-right:auto;margin-left:3.5rem}.hero.is-right .infobox{align-self:right;margin-right:3.5rem;margin-left:auto}.hero.is-fullheight .infobox{height:inherit;margin-top:0;margin-bottom:0;padding-top:5rem;padding-bottom:2.5rem}@media screen and (max-width: 768px){.hero.is-fullheight .infobox{padding:2rem .5rem 1rem}}.hero.type1 .infobox{color:#efefef;background:rgba(5,5,0,.6);border-width:0;box-shadow:none}.hero.type2 .infobox{color:#141414;background:rgba(255,251,251,.39)}.hero.type2 .infobox .btn{box-shadow:0px 0px 20px #efefef}.hero.type3 .infobox{color:#efefef;background:rgba(5,5,0,.65)}.hero.type3 .infobox .btn{margin:2rem auto !important;padding:.25rem 2rem;color:#efefef;background:rgba(0,0,0,0);border:2px solid #fff;box-shadow:0px 0px 20px #9d9d9d}.hero.type4 .infobox{color:#141414;background:rgba(255,251,251,.55)}.hero.type5 .infobox{flex-direction:column;align-items:center;justify-content:center;width:auto;height:auto;max-width:600px;margin:auto auto 45px 45px !important;padding:.75rem;text-align:center}.hero.type5 .infobox>*{align-self:center;margin:1rem !important}@media screen and (max-width: 1023px){.hero.type5 .infobox{max-width:80vw}.hero.type5 .infobox .btn{margin:2rem auto 1rem !important}}@media screen and (min-width: 1024px){.hero.type5 .infobox{flex-direction:row;align-items:center;justify-content:space-between;width:62%;height:auto;min-width:400px;max-width:unset;min-height:unset;margin:45px 45px auto auto !important}.hero.type5 .infobox>*{align-self:center;margin:.5rem !important}}.hero.type6 .infobox{align-items:left;margin:0 auto 0 45px !important;font-family:"Helvetica Neue LT W01_41488878",sans-serif;background:rgba(255,251,251,.8) !important;box-shadow:0px 0px 4px #fff}.hero.type6 .infobox h2{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-weight:400}.hero.type6 .infobox b{text-transform:none}.hero.type6 .infobox .ingress-text,.hero.type6 .infobox .tagline{margin:auto}.hero.type6 .infobox .btn{margin-top:2rem;box-shadow:0px 0px 20px #b9b9b9}.hero.type7 .infobox{min-height:300px;padding:4rem 4.5rem 4rem}.hero.type7 .infobox .btn{margin:2rem auto !important;padding:.25rem 2rem;color:#141414;background:rgba(0,0,0,0);border:2px solid #b9b9b9}@media screen and (max-width: 576px){.hero.type7 .infobox{padding:1rem}}@media screen and (max-width: 768px){.hero .infobox{width:50%}.hero.type7 .infobox{padding-right:2.5rem;padding-left:2.5rem;font-size:2rem}}@media screen and (max-width: 576px){.hero{background-position-x:50%}.hero .infobox{width:75%;margin:2rem auto}}
.hero-slides{right:0;left:0;flex-direction:column;width:100vw;margin:0;margin-right:-45px;margin-left:-45px;padding:0}.hero-slides .segment-header{max-width:calc(100vw - 105px);margin-left:45px}.hero-slides .slick-next{right:15px}.hero-slides .slick-prev{left:5px}@media screen and (max-width: 768px){.hero-slides{margin-right:unset;margin-left:-16px}.hero-slides .segment-header{max-width:calc(100vw - 45px);margin-left:16px}}
.organization-collections{display:flex;flex-direction:row;flex-wrap:wrap}.organization-collections .card{flex-basis:auto;flex-direction:row;flex-grow:1;width:44vw;min-height:25vh;min-height:-webkit-min-content;min-height:min-content;margin:10px 10px !important;padding:0;text-align:center}.organization-collections .card h4{margin-bottom:1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.575rem;line-height:2.2rem;letter-spacing:.05em;color:#d4d4d4}@media screen and (max-width: 768px){.organization-collections .card{flex-direction:column}}.organization-collections .card .card-contents{justify-content:center;color:#fff;text-align:center;background:#000}.organization-collections .card p{margin:1rem auto 2rem}.organization-collections .card .dimensions,.organization-collections .card .owner,.organization-collections .card .price{display:none}.organization-collections .card:first-child{width:100%;min-height:300px;margin-top:0;text-align:left}.organization-collections .card:first-child h4{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:2rem;line-height:2.44rem}.organization-collections .card:nth-child(1),.organization-collections .card:nth-child(4n){flex-direction:row-reverse}.organization-collections .card-image{display:flex;flex:1 1;flex-direction:column;min-height:500px}.organization-collections .card-image figure{margin:0}.organization-collections .card-image .image{width:100%;height:100%;background-size:cover}.organization-collections .collection-info{display:inline-flex;flex-direction:column;justify-content:space-around;height:100%;padding:3rem 1.5rem}.organization-collections .collection-info p{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1rem;letter-spacing:1px;color:#efefef}.organization-collections .btn{padding:9px 15px;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:13px;letter-spacing:.15em;background:#efefef}
.organization-contact{display:flex;flex-direction:column;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}.organization-contact h3{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem}.organization-contact .section-toolbar{position:relative;display:flex;justify-content:flex-start;margin:0}.organization-contact .departments{display:flex;flex-direction:column}.organization-contact .departments .organization-department{margin-bottom:1rem}.organization-contact .departments .organization-department:first-child .remove-department.section-toolbar-item{display:none}.organization-contact .departments .organization-department:first-child .section-toolbar{justify-content:flex-end}.organization-contact .departments .organization-personnel-contact:first-child .remove-personnel-contact.section-toolbar-item{display:none}.organization-contact .social-media-contacts .icons{text-align:center}.organization-contact .social-media-contacts .icons .material-design-icon{width:35px;height:35px}.organization-contact .social-media-contacts .row{display:flex;flex-direction:row;align-content:center;justify-content:center;margin-bottom:.5rem}.organization-contact .social-media-contacts .page-text{margin:0}.organization-contact .social-media-contacts .dx-texteditor{width:25rem;margin-left:1rem}.organization-contact .submit-button{justify-self:center;margin:2rem auto}
.organization-feature-articles{display:flex;flex:1 0 10px;flex-wrap:wrap;justify-content:space-between}.organization-feature-articles .section-toolbar{margin-top:0}.organization-feature-articles>.segment{margin-top:0}.organization-feature-articles .feature-article-card{width:350px}.organization-feature-articles .feature-article-card.card .card-image{height:250px}.organization-feature-articles .feature-article-card.card .card-image figure{height:inherit}.organization-feature-articles .latest-article{margin-top:2rem}.organization-feature-articles .latest-article .feature-article-card{flex-direction:row;width:auto !important;max-width:1400px;margin-bottom:3rem;background:unset}.organization-feature-articles .latest-article .feature-article-card.card .card-image{height:400px}.organization-feature-articles .latest-article .feature-article-card .article-ingress .title{line-height:1.35}.organization-feature-articles .articles-main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.organization-feature-articles .articles-main .card{width:inherit !important;max-width:1200px}.organization-feature-articles .articles-main .card .card-image{height:400px}.organization-feature-articles .articles-main.tile.is-ancestor{flex-wrap:wrap;min-height:initial}.organization-feature-articles .articles-main .article-parent{flex-grow:1;align-self:flex-start;width:auto;min-width:400px;max-width:45%;margin:0 .5rem 1rem}.organization-feature-articles .articles-main .article-parent:first-child{margin-left:0}.organization-feature-articles .articles-main .article-parent:last-child{margin-right:0}.organization-feature-articles .articles-main .article-parent:nth-child(2) .card .card-image{height:700px}.organization-feature-articles .articles-main .article-parent:nth-child(3n),.organization-feature-articles .articles-main .article-parent:last-child{flex-grow:2;width:auto;max-width:unset}.organization-feature-articles .articles-main .article-parent:nth-child(3n) .card .card-image,.organization-feature-articles .articles-main .article-parent:last-child .card .card-image{height:500px}.organization-feature-articles .articles-main .article-parent:nth-child(7n){flex-grow:3;width:auto;max-width:unset}.organization-feature-articles .articles-main .article-parent:nth-child(7n) .card .card-image{height:700px}
.organization-info{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:2rem !important;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem}.organization-info .column.article{display:flex;flex-direction:row;flex-wrap:wrap}.organization-info .column.article .body-html{margin-right:3rem}.organization-info .column.article .video-player{min-height:300px}.organization-info .column.article .video-details{max-width:800px;margin-bottom:1rem}.organization-info .column.article .audio-player .podcast-title .duration{margin-bottom:0}.organization-info .column.sidebar{display:flex;flex-basis:auto;max-width:220px;margin-left:2rem;color:#000;border-color:#000}.organization-info .column.sidebar .sidebar-contents{height:-webkit-min-content;height:min-content;padding-left:1rem;border-color:inherit;border-left:1px solid #000}.organization-info .column.sidebar section{display:block;margin:1rem 0}.organization-info .column.sidebar h1{margin-bottom:1rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.15rem}.organization-info .column.sidebar h3{margin:0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1rem}.organization-info .column.sidebar .entry-information{display:inline-flex;flex-direction:column;flex-wrap:wrap}.organization-info .column.sidebar ul{margin-left:10px;padding:0;list-style-type:none}.organization-info .column.sidebar hr{width:80%;background-color:rgba(0,0,0,0);border-bottom:1px gray dashed}.organization-info .column.sidebar .map-link,.organization-info .column.sidebar .visitor-link{display:inline-flex;align-items:center;margin-top:.75rem;margin-bottom:1rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;cursor:pointer}.organization-info .column.sidebar b{font-size:1rem;color:#141414;vertical-align:middle}.organization-info .column.sidebar .public-address{margin-bottom:1rem}.organization-info .column.sidebar .telephone{display:flex;align-items:baseline;margin:1rem 0}.organization-info .column.sidebar .telephone .label{margin:0 1rem 0 0}.organization-info .column.sidebar .material-design-icon{width:35px;height:35px;margin-right:1rem;color:#141414}.organization-info .column.sidebar .entry-information-opening-hours .opening-closing-week-row{font-size:.875rem}.organization-info .column.sidebar .entry-information-opening-hours .opening-closing-week-row td{padding-left:0 !important}.organization-info .column.sidebar .entry-information-opening-hours .exceptions-header,.organization-info .column.sidebar .entry-information-opening-hours .times-open-exceptions{display:none}.organization-info .column.sidebar .entry-information-ticket-prices{margin-top:2rem}.organization-info .column.sidebar .entry-information-ticket-prices .ticket-prices-table{flex-direction:column}.organization-info .column.sidebar .entry-information-ticket-prices .ticket-prices-table .ticket-price{flex-direction:row;margin-bottom:1rem}.organization-info .column.sidebar .entry-information-ticket-prices .ticket-prices-table .ticket-price .price-amount{display:inline-flex;flex-shrink:0;flex-wrap:wrap;align-items:center;align-self:stretch;order:1;width:3.5rem;padding:0 .5rem;font-size:1rem;background:#efefef}.organization-info .column.sidebar .entry-information-ticket-prices .ticket-prices-table .ticket-price .ticket-classes{align-self:center;order:2;margin-left:.5rem}.organization-info .column.sidebar .entry-information-ticket-prices .free-entry-card .dx-checkbox{display:none}.organization-info .column.sidebar .entry-information-ticket-prices .free-entry-card.not-checked{display:none}.organization-info .column.sidebar .entry-information-opening-hours .segment-title,.organization-info .column.sidebar .entry-information-ticket-prices .segment-title{margin-bottom:0}.organization-info .column.sidebar .entry-information-opening-hours .segment-title h2,.organization-info .column.sidebar .entry-information-ticket-prices .segment-title h2{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-size:1rem}.organization-info .column:first-child.sidebar{max-width:unset;margin-left:0}.organization-info .column:first-child.sidebar .sidebar-contents{padding-left:0;border:0}.organization-info .column:first-child.sidebar .sidebar-contents .entry-information{flex-direction:row;align-items:flex-start;justify-items:space-evenly}.organization-info .column:first-child.sidebar .sidebar-contents .entry-information>div{margin-top:0;margin-left:7vw}.organization-info .column:first-child.sidebar .sidebar-contents .entry-information>div:nth-child(1){margin-left:0}@media screen and (max-width: 1215px){.organization-info .column.article{flex-wrap:wrap}.organization-info .column.article .organization-videos{margin:1rem 0}}@media screen and (max-width: 1023px){.organization-info .column.article .body-html{margin-right:1rem}}@media screen and (max-width: 768px){.organization-info{display:inline-flex;flex-direction:column-reverse;flex-wrap:wrap}.organization-info .column.article{display:inline-block;max-width:80vw}.organization-info .column.sidebar{margin-left:0}.organization-info .column.sidebar .sidebar-contents{padding-left:0;border-left:0}.organization-info .column.sidebar .sidebar-contents .entry-information{display:inline-flex;flex-direction:row}}
.organization-visitor{margin-top:1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem}.organization-visitor .draggable-wrapper{cursor:move}.organization-visitor .entry-descriptions .btn.save{display:block}.organization-visitor .entry-descriptions .organization-visitor-info:nth-child(1) .btn.remove{display:none}.organization-visitor .add-info-part{display:flex;justify-content:center;margin-top:2rem}.organization-visitor .add-info-part .material-design-icon{width:32px;height:32px;cursor:pointer}
.preview-cover-image[data-v-1504b686]{height:100%}
.logo-area-container[data-v-6fd5a322]{background-color:#fff;padding:20px 40px 40px 20px;text-align:center}.logo-area-container.single-logo .logo-container[data-v-6fd5a322]{justify-content:center}.logo-area-container .logo-container[data-v-6fd5a322]{display:flex;flex-wrap:wrap}@media(min-width: 1200px){.logo-area-container .logo-container[data-v-6fd5a322]{flex-direction:row;justify-content:space-between}}.logo-area-container .logo-wrapper[data-v-6fd5a322]{min-width:200px;max-width:30vw;width:25%;display:flex;justify-content:center;margin-bottom:20px}@media(min-width: 1200px){.logo-area-container .logo-wrapper[data-v-6fd5a322]{width:49%}}@media(min-width: 1200px){.logo-area-container .logo-wrapper.single-logo[data-v-6fd5a322]{width:100%}}.logo-area-container .logo-image[data-v-6fd5a322]{max-width:100%;height:auto}
.edit-read-access-group{display:inline-block;cursor:pointer}.edit-read-access-group .label{letter-spacing:1px}.edit-read-access-group .dx-collection{display:inline-flex;flex-direction:column}.edit-read-access-group .dx-collection .dx-radiobutton{display:inline-flex;margin:8px 0;line-height:auto;vertical-align:middle}.edit-read-access-group .dx-item-content::first-letter{text-transform:lowercase}
.article-para-part{display:inline-block;width:75vw;margin:1rem auto .5rem;padding:0 1rem;vertical-align:text-top}.article-para-part .page-text{font-size:1.4rem;text-align:left}@media screen and (max-width: 576px){.article-para-part{padding:0}}
.article-image-group{width:calc(100vw - 105px);margin-bottom:1.5rem !important;text-align:right}@media screen and (max-width: 768px){.article-image-group{width:calc(100vw - 2em)}}.article-image-group figure{cursor:pointer}.article-image-group figure .image-not-available{display:flex;width:auto !important;min-height:240px;padding-top:0;cursor:default;background:url(/static/img/image_placeholder.c7ebd25.jpg);background-size:cover;background-position:50% 50%}.article-image-group figure .image-not-available .img{display:none}.article-image-group figure .image-not-available .tip{margin:1.5rem auto auto auto !important}.article-image-group .big-image{display:block;width:100%;max-width:90vw;min-height:75vh;margin:1.5rem auto 1rem}.article-image-group .big-image figure{width:auto;height:100%;margin:auto}.article-image-group .big-image .image{height:75vh;margin:auto;background-size:cover;background-position:50%}.article-image-group .big-image .image-tool-icons{height:0}.article-image-group .small-images{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 auto}.article-image-group .small-images figure{display:block;width:auto;min-width:300px;min-height:32vh;margin:1rem 1rem 0}.article-image-group .small-images figure .image{width:auto;height:320px !important;background-position:50%}
.user-image-archive-slideout div.panel-dock .material-design-icon{display:inline-block;width:2.5rem;height:2.5rem;margin-left:0;vertical-align:middle}.user-image-archive-slideout .archive-header{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1rem;color:#5f5f5f;text-transform:uppercase}.user-image-archive-slideout .multi-stack{width:100%}.user-image-archive-slideout .multi-stack .social-button-wrapper{display:none}.user-image-archive-slideout .masonry-wrapper .grid-sizer{width:130px !important}.user-image-archive-slideout .add-files{display:flex;align-items:center;justify-content:flex-end;margin-top:1rem;margin-right:0;margin-bottom:1rem;margin-left:auto;cursor:pointer}.user-image-archive-slideout .add-files .label{margin-left:1rem;font-size:1rem}
.video-details{display:flex;flex-direction:column;flex-grow:0}.video-details .columns{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:0}.video-details .column{flex-direction:column}.video-details .column.side-column{margin-left:auto}.video-details .video-contents-info{padding:.5rem;color:#d4d4d4;background:#000}.video-details .video-contents-info .caption,.video-details .video-contents-info .ingress-text,.video-details .video-contents-info .article-links{margin:1.5rem 4rem 1.5rem 1rem}.video-details .video-contents-info .caption,.video-details .video-contents-info .ingress-text{color:#d4d4d4}.video-details .video-contents-info .caption{font-family:"Sabon Next W01 Bold",serif;font-weight:normal;font-size:1.25rem;line-height:1;letter-spacing:0px;color:#b9b9b9}.video-details .video-contents-info .ingress-text{font-family:"Helvetica Neue LT W01_35 Thin",sans-serif !important;font-size:1.15rem;line-height:normal;letter-spacing:1px;color:#f3f3f3;white-space:initial}.video-details .card-attribution{margin:1rem 0 0;padding:0 .5rem .75rem .75rem;text-align:left}.video-details .card-attribution .credit-line{display:inline-flex;align-items:center}.video-details .card-attribution .credit-line .icon-taide-art{width:22px;height:22px;margin:auto 16px auto 0}.video-details .card-attribution .credit-line,.video-details .card-attribution .copyright{color:#d4d4d4}.video-details .social-button-wrapper{display:flex;flex-grow:1;justify-content:flex-end;width:30px;height:0;margin-left:auto;color:#b9b9b9}.video-details .social-button-wrapper .social .is-loading.button,.video-details .social-button-wrapper .material-design-icon.bookmark-icon,.video-details .social-button-wrapper .material-design-icon.bookmark-outline-icon{width:30px;margin-top:8px}.video-details .video-player{overflow:hidden}.video-details .video-player .card-media{flex-grow:0;min-height:unset}.video-details .video-player .social-button-wrapper{margin-left:auto}@media screen and (max-width: 576px){.video-details .columns{flex-direction:column-reverse}}
.video-card{display:flex;flex-grow:1;margin:0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#fff !important;background:#000 !important}.video-card .card-header-title,.video-card .title{font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;color:#d4d4d4}.video-card h1,.video-card h2{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:initial}.video-card .label{color:inherit}.video-card .card-media{flex-grow:1;overflow:hidden}.video-card .card-image{z-index:100;flex-grow:0;width:100%;height:250px}.video-card .card-image figure{height:inherit !important}.video-card .card-header,.video-card .card-contents{z-index:4000;width:100% !important;color:#d4d4d4;background:#000}.video-card .card-header .title,.video-card .card-contents .title{color:#d4d4d4}.video-card .card-header{flex-grow:0;padding:.375rem .5rem !important}.video-card .card-contents{flex-grow:2;justify-content:flex-start;padding:.5rem 1rem 1.5rem;color:inherit;background:#000}.video-card .card-contents>*:first-child{margin-top:0}.video-card .card-link{height:100% !important}.video-card .caption,.video-card .ingress-text,.video-card .article-links{margin:1.5rem 4rem 1.5rem 1rem}.video-card .caption,.video-card .ingress-text{color:#d4d4d4}.video-card .caption{font-family:"Sabon Next W01 Bold",serif;font-weight:normal;font-size:1.25rem;line-height:1;letter-spacing:0px;color:#b9b9b9}.video-card .ingress-text{position:relative;max-height:280px;overflow:hidden;white-space:initial;min-height:80px;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif !important;font-size:1.15rem;line-height:normal;letter-spacing:1px;color:#f3f3f3;white-space:initial}.video-card .ingress-text::after{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:2rem 0;text-align:center;content:" ";background-image:linear-gradient(to bottom, rgba(5, 5, 0, 0), rgb(125, 95, 0))}.video-card .social-button-wrapper{position:absolute;right:.5rem;bottom:.5rem;display:none;margin-left:auto}.video-card .social-button-wrapper .social.do-heart{cursor:not-allowed}.video-card .social-button-wrapper .material-design-icon{width:30px;height:30px}.video-card .placeholder.material-design-icon{position:absolute;top:75px;left:44%;width:64px;height:64px;color:#fff;background:radial-gradient(rgba(255, 22, 34, 0.85) 0%, rgba(221, 128, 22, 0.85));border-radius:32px}.video-card .failure{width:100%;text-align:center}.video-card .failure .material-design-icon{width:64px;height:64px;margin:2rem auto;color:#fff}.audio-player{display:inline-flex;flex:1 0 auto;flex-direction:column;max-width:calc(100vw - 105px);margin:0}.audio-player .podcast-title .duration{margin-bottom:1.5rem}.audio-player audio::-webkit-media-controls-panel{background:#fff}.audio-player .card-header-title{padding-left:0}.audio-player .card-image{width:auto;height:250px}.audio-player .social-button-wrapper{display:block}.audio-player .failure{display:flex;flex-direction:column;margin:auto;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.audio-player .failure .material-design-icon{width:3rem;height:3rem}@media screen and (max-width: 768px){.audio-player{margin:0}}
.icon-taide-art[data-v-5c79812e]{display:inline-block;width:32px;height:32px}
.plus-more-infinite[data-v-7d12eca4]{display:flex;justify-content:center;width:100%;margin:0 auto 4rem}.plus-more-infinite .material-design-icon[data-v-7d12eca4]{width:48px;height:48px;color:#5f5f5f;cursor:pointer}
.plus-more[data-v-31a270b8]{display:flex;justify-content:center;width:100%;margin:0 auto 4rem}.plus-more .material-design-icon[data-v-31a270b8]{width:48px;height:48px;color:#5f5f5f;cursor:pointer}
.search-input-text{display:flex;flex-grow:1;margin:0;margin-bottom:20px}.search-input-text .dx-texteditor-input-container{align-items:baseline;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;line-height:2}.search-input-text input,.search-input-text .dx-texteditor-input{display:inline-flex;height:auto;padding:0 3rem 0 1rem !important;line-height:2 !important;border:1px solid #d4d4d4;border-color:#d4d4d4}.search-input-text input:focus,.search-input-text .dx-texteditor-input:focus{border-color:#9d9d9d;outline:none;box-shadow:none}.search-input-text .dx-textbox{width:100%;height:50px;height:-webkit-min-content;height:min-content}.search-input-text .dx-placeholder{display:inline-flex;align-self:flex-start;padding:0 3rem 0 1rem;font-family:"Sabon Next W01 Regular",serif;font-size:1.5rem;line-height:2;color:#b9b9b9}.search-input-text .dx-placeholder::before{padding:0 !important}.search-input-text .material-design-icon{position:relative;z-index:10;display:inline-flex;align-self:center;width:32px;height:32px;margin-top:.5rem;color:#363636;cursor:pointer;transform:translateX(-45px)}.search-input-text .material-design-icon.magnify-icon{align-self:baseline;margin-top:10px}
.silhouette-assistant[data-v-c0138abc]{display:flex;flex-direction:row;margin:0 0 1.5rem}.silhouette-assistant .character[data-v-c0138abc]{position:relative;width:200px;height:auto;margin:0}.silhouette-assistant.flip-row[data-v-c0138abc]{flex-direction:row-reverse}.silhouette-assistant>.character[data-v-c0138abc],.silhouette-assistant>.bubble-wrapper[data-v-c0138abc]{z-index:20000}.silhouette-assistant .bubble-wrapper[data-v-c0138abc]{display:inline-flex;flex-direction:column;flex-grow:1;align-items:center;align-self:center;justify-content:center;width:100%;max-width:calc(100vw - 45px - 200px);min-height:120px;padding:1rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#141414}.silhouette-assistant .bubble-wrapper>p[data-v-c0138abc],.silhouette-assistant .bubble-wrapper>div[data-v-c0138abc]{margin-bottom:1.5rem}.silhouette-assistant .bubble-wrapper.speech-bubble[data-v-c0138abc]{width:100%;height:100%;margin:1em 0 auto;padding-top:9%;padding-right:6%;padding-bottom:9%;padding-left:20%;background-repeat:no-repeat;background-size:100% 100%}@media screen and (max-width: 769px){.silhouette-assistant .bubble-wrapper.speech-bubble[data-v-c0138abc]{padding-top:17%;padding-bottom:17%}}.silhouette-assistant .bubble-wrapper.speech-bubble.flip-row[data-v-c0138abc]{padding-right:20%;padding-left:8%}.silhouette-assistant .bubble-wrapper.speech-bubble .btn[data-v-c0138abc]{align-self:center;margin-top:2rem}.silhouette-assistant .bubble-wrapper.speech-bubble .bubble-title[data-v-c0138abc]{margin-bottom:1rem;font-size:1.25rem}.silhouette-assistant .bubble-wrapper.inverse-colors[data-v-c0138abc]{color:#d4d4d4}.silhouette-assistant .bubble-wrapper.inverse-colors h2[data-v-c0138abc],.silhouette-assistant .bubble-wrapper.inverse-colors h4[data-v-c0138abc]{color:#d4d4d4}.silhouette-assistant .bubble-wrapper.inverse-colors button.btn[data-v-c0138abc]{color:#d4d4d4;border-color:#d4d4d4}.silhouette-assistant .bubble-wrapper.speech-bubble-1[data-v-c0138abc]{background-image:url(/static/img/bubble.81b4131.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-1.inverse-colors[data-v-c0138abc]{background-image:url(/static/img/bubble-inverse.0baa2a5.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-1-vertical[data-v-c0138abc]{padding-top:4%;padding-right:20%;padding-bottom:12%;background-image:url(/static/img/bubble-vertical.c7f51f1.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-1-vertical.inverse-colors[data-v-c0138abc]{background-image:url(/static/img/bubble-vertical-inverse.e95a593.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-2[data-v-c0138abc]{background-image:url(/static/img/bubble2.d3e1257.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-2.inverse-colors[data-v-c0138abc]{background-image:url(/static/img/bubble2-inverse.0242754.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-2.flip-row[data-v-c0138abc]{background-image:url(/static/img/bubble2-reverse.506744e.png)}.silhouette-assistant .bubble-wrapper.speech-bubble-2.flip-row.inverse-colors[data-v-c0138abc]{background-image:url(/static/img/bubble2-reverse-inverse.b5b5985.png)}@media screen and (max-width: 576px){.silhouette-assistant .character[data-v-c0138abc]{display:none;width:auto}.silhouette-assistant .bubble-wrapper[data-v-c0138abc]{max-width:96vw !important;margin-top:1rem !important;padding:0 !important;background-image:unset !important}}.silhouette-assistant.silhouette-1 img[data-v-c0138abc],.silhouette-assistant.silhouette-1-inverse img[data-v-c0138abc],.silhouette-assistant.silhouette-3 img[data-v-c0138abc],.silhouette-assistant.silhouette-3-inverse img[data-v-c0138abc]{transform:scaleX(-1)}.silhouette-assistant.silhouette-1.flip-row img[data-v-c0138abc],.silhouette-assistant.silhouette-1-inverse.flip-row img[data-v-c0138abc],.silhouette-assistant.silhouette-3.flip-row img[data-v-c0138abc],.silhouette-assistant.silhouette-3-inverse.flip-row img[data-v-c0138abc]{transform:scaleX(1)}.silhouette-assistant.silhouette-1 .speech-bubble[data-v-c0138abc],.silhouette-assistant.silhouette-1-inverse .speech-bubble[data-v-c0138abc]{margin-top:2em}.silhouette-assistant.silhouette-2.flip-row img[data-v-c0138abc],.silhouette-assistant.silhouette-2-inverse.flip-row img[data-v-c0138abc]{transform:scaleX(-1)}.silhouette-assistant.silhouette-3 .character[data-v-c0138abc],.silhouette-assistant.silhouette-3-inverse .character[data-v-c0138abc]{margin-right:-2em}.silhouette-assistant.silhouette-3 .speech-bubble[data-v-c0138abc],.silhouette-assistant.silhouette-3-inverse .speech-bubble[data-v-c0138abc]{margin-top:2.5em}.silhouette-assistant.fade-in[data-v-c0138abc]{opacity:0;transform:opacity;transition-duration:1s;transition-timing-function:ease-in}.silhouette-assistant.fade-in.visible[data-v-c0138abc]{opacity:1}
.errors-message[data-v-5b927012]{display:inline-flex;margin:2rem auto;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.1rem;color:#ea2222}.errors-message .silhouette-assistant .bubble-wrapper[data-v-5b927012]{flex-direction:row}.errors-message .material-design-icon[data-v-5b927012]{width:32px;height:32px;margin-right:.5rem}.errors-message .error-message[data-v-5b927012]{margin:auto 1rem;font-size:1rem;color:#ea2222}.errors-message .message-wrapper[data-v-5b927012]{display:flex}
.sort-option[data-v-26080cc1]{transition:transform .5s;transform-style:preserve-3d}.sort-option.state0[data-v-26080cc1]{transform:rotateX(0deg)}.sort-option.state1[data-v-26080cc1]{transform:rotateX(180deg)}.sort-option.state1>*[data-v-26080cc1]{transform:scaleY(-1)}.sort-option.state2[data-v-26080cc1]{transform:rotateX(360deg)}
.submit-button{display:block}.submit-button.disabled .is-loading{margin-top:6px}
.card{display:flex;flex-basis:auto !important;flex-direction:column;flex-grow:1;flex-wrap:wrap;width:auto;height:auto;min-width:280px;min-height:-webkit-min-content;min-height:min-content;margin:0;margin-top:auto;overflow:hidden;font-family:"Helvetica Neue LT W01_71488914",sans-serif;color:#000;text-align:left;background-color:rgba(0,0,0,0);box-shadow:none}.card h3,.card h4{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.5rem;line-height:1}.card a,.card .card-link{display:inline-block;flex:1 1;width:100%;height:inherit;color:inherit}.card a:hover,.card .card-link:hover{color:inherit}.card a:hover h1,.card a:hover h2,.card a:hover h3,.card a:hover h4,.card .card-link:hover h1,.card .card-link:hover h2,.card .card-link:hover h3,.card .card-link:hover h4{color:inherit}.card .tile{width:100%}.card .card-header{z-index:4500;display:flex;flex-direction:column;align-self:flex-start;width:inherit;color:inherit}.card .card-header .card-link{display:flex;flex-direction:column;flex-wrap:wrap}.card .card-header .card-link:hover{color:inherit !important}.card .card-header .card-header-title{display:inline-flex;flex-direction:column;align-items:left;width:100%;min-width:unset;margin:0;padding:.125rem;line-height:normal;text-align:left;cursor:default;display:block;overflow-x:hidden;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.card .card-header .card-header-title h1,.card .card-header .card-header-title h2{display:block;overflow-x:hidden;line-height:normal;text-overflow:ellipsis;white-space:nowrap;margin:0;margin-right:auto;font-size:1em;letter-spacing:0;white-space:nowrap}.card .card-contents{z-index:4500;flex-grow:1;height:auto}.card .card-attribution{margin:1rem 0 0;padding:.75rem .25rem .75rem .75rem;text-align:left}.card .card-attribution .credit-line{display:inline-flex;align-items:center}.card .card-attribution .credit-line .icon-taide-art{width:22px;height:22px;margin:auto 12px auto 0}.card .card-attribution .credit-line,.card .card-attribution .copyright{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:1rem;line-height:.95;color:#5f5f5f}.card .card-attribution .credit-line span,.card .card-attribution .copyright span{color:inherit}.card .social-button-wrapper{z-index:4500;display:inline-block;align-self:center;justify-self:right;margin-left:auto}.card.no-link{cursor:default}.card div.ingress-text{display:block;flex-direction:column;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}.card .card-image{display:flex;flex-grow:1;align-items:stretch;align-self:stretch;width:auto;height:100%}.card .image-tool-icons{height:0}.card .card-hero{width:auto}.card .collection{display:none}.card .duration{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:12px}.card:hover .social-button-wrapper{opacity:1}.card.card-social-header .card-header-title{font-family:"Sabon LT W01 Bold",serif;font-weight:normal;display:block;overflow-x:hidden;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.card.card-social-header .card-header-title h2.title{font-size:1.1rem;line-height:1.25}.card.card-social-header .card-header-title>*{display:block !important;display:block;overflow-x:hidden;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.card.card-social-header .card-header{width:100%}.card.card-social-header .card-header .card-link{flex-direction:row !important}.card.card-social-header .card-header .card-link .social-button-wrapper{align-self:auto;margin-top:.25rem}@media screen and (min-width: 1024px){.card.card-social-header .card-header .card-link{flex-wrap:nowrap}}.card.collection-card,.card.organization-card,.card.event-card,.card.artwork-card{margin:.375rem}.card.collection-card:hover,.card.organization-card:hover,.card.event-card:hover,.card.artwork-card:hover{box-shadow:0 0 1.15rem #9d9d9d}.card.collection-card:hover figure .image,.card.organization-card:hover figure .image,.card.event-card:hover figure .image,.card.artwork-card:hover figure .image{background-color:#646464;background-blend-mode:hard-light}@media screen and (max-width: 768px){.card{flex-direction:column}}
.actor-card{display:inline-block !important}.actor-card.card .card-header{display:flex;flex-direction:column;align-items:center;width:auto;margin-top:.5rem;text-align:center;align-items:center;align-self:center}.actor-card.card .card-header .card-header-title{min-width:unset;margin:.25rem 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:normal;text-align:center}.artwork-sidebar .actor-card.card .card-header .card-header-title{text-align:left}.actor-card .card-link{text-decoration:none;cursor:pointer}.actor-card .card-link .card-header-title{cursor:pointer}.actor-card .nationality,.actor-card .lifetime,.actor-card .actor-type,.actor-card .artworks-counted{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}.actor-card .card-image{flex-grow:0}.actor-card .card-image .image{box-sizing:border-box;width:180px;height:180px;margin:0 auto;overflow:hidden;background-size:cover;border:4px double #5f5f5f;border-radius:120px;transform:height;transition-duration:500ms}.actor-card .social{right:0;display:flex;margin:0 0 auto auto;margin-left:auto}
.card[data-v-10df09a1]{margin:0;padding:0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;line-height:1rem;text-align:left}.card .tile[data-v-10df09a1]{width:100%}.card .card-header-title[data-v-10df09a1]{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.card .card-image[data-v-10df09a1]{width:inherit}.card h1[data-v-10df09a1],.card h2[data-v-10df09a1]{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:initial}.card .makers[data-v-10df09a1],.card .card-header .card-header-title .makers[data-v-10df09a1]{margin:.1rem 0;font-family:"Sabon MT W01 Semibold",serif;font-style:normal;font-weight:normal;font-size:17px}.card .title[data-v-10df09a1],.card .card-header .card-header-title .title[data-v-10df09a1]{display:block;margin:.1rem 0;font-family:"Sabon MT W01 Semibold Italic",serif;font-style:normal;font-weight:normal;font-size:17px;letter-spacing:.025em}.card .dimensions[data-v-10df09a1]{margin:.75rem 0 1rem;font-size:.875rem}.card .owner[data-v-10df09a1],.card .collection[data-v-10df09a1]{display:inline-block;margin:.2rem 0 .2rem;font-size:.875rem;color:#757575}.card .collection[data-v-10df09a1]{margin-top:0}.card .collection a[data-v-10df09a1]:hover{text-decoration:underline}.card .price[data-v-10df09a1]{margin:.2rem 0;font-size:.875rem}
.collection-card .curator{font-family:"Helvetica Neue LT W01_41488878",sans-serif}.collection-card .body-html{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-weight:normal;letter-spacing:1px}
.event-card{margin-right:1rem}.event-card .card-header{width:100%}.event-card .card-header .card-header-title{font-family:"Sabon LT W01 Bold",serif;font-weight:normal}.event-card .card-header .card-header-title h2.title{max-width:calc(100% - 55px);margin-bottom:0;font-family:inherit;line-height:1.25;letter-spacing:-0.5px;overflow-x:auto;text-overflow:unset;white-space:normal}.event-card .card-header .details{font-family:"Helvetica Neue LT W01_41488878",sans-serif}.event-card .card-link{color:#5f5f5f}.event-card .event-organizer{display:inline-flex;align-items:baseline;margin-left:3px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.event-card .event-organizer span.label{margin-right:.5em;font-family:inherit;font-weight:normal;font-size:.875rem}.event-card .event-organizer .organizer-name{font-family:inherit;font-size:1rem;line-height:1}.event-card .event-period{padding:.25rem .125rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-family:"Helvetica Neue LT W01_41488878",sans-serif;text-decoration:none}.event-card .event-period,.event-card .event-period:hover{color:#363636}.event-card .body-html{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-weight:normal;letter-spacing:1px}
.feature-article-card[data-v-507824c8]{display:flex;flex-direction:column;flex-grow:1;align-content:baseline;align-self:flex-start;justify-content:center;margin-top:0;background:#efefef}.feature-article-card .card-header[data-v-507824c8]{z-index:200;width:auto;margin:9px 0 0 .5rem;padding:.5rem 1rem;color:#141414;background:#efefef;border-left:3px solid #000}.feature-article-card .card-header header.tile[data-v-507824c8]{display:flex;flex-direction:column;margin:0;padding:0 1rem 1rem 0 !important;font-size:1rem}.feature-article-card .card-header-title[data-v-507824c8]{display:inline-block;width:auto;height:auto;min-width:unset;margin:0;padding:0;font-family:"Sabon LT W01 Regular",serif;color:inherit;text-align:left}.feature-article-card .card-header-title h2.title[data-v-507824c8]{margin-bottom:1rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem;line-height:normal;letter-spacing:0;color:inherit;overflow-x:auto;text-overflow:unset;white-space:normal}.feature-article-card .ingress-text[data-v-507824c8]{height:auto;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-weight:400}.feature-article-card .details[data-v-507824c8]{margin:1rem 0 .5rem;font-family:"Sabon LT W01 Regular",serif}.feature-article-card .card-image[data-v-507824c8]{z-index:100;align-self:stretch;width:100%;height:inherit;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;background-size:cover;background-position-x:50%}.feature-article-card .card-contents[data-v-507824c8]{display:inline-flex;flex-direction:column;flex-grow:1;align-self:left;width:50%;margin-left:2rem !important;padding:.5rem 2rem;background:rgba(255,251,251,.65)}@media screen and (max-width: 768px){.feature-article-card .card-contents[data-v-507824c8]{width:auto}}.feature-article-card .card-hero .article-ingress[data-v-507824c8]{max-width:32rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;word-break:initial}.feature-article-card .card-hero .article-ingress em[data-v-507824c8]{display:block;font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-style:normal;font-size:1rem}.feature-article-card .card-hero .article-ingress b[data-v-507824c8]{font-weight:normal;font-size:1.125rem}.feature-article-card .card-hero .article-ingress h2[data-v-507824c8]{margin:1rem 0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:normal;font-size:2.5rem;line-height:normal;word-break:initial}@media(max-height: 500px){.feature-article-card .card-hero .article-ingress h2[data-v-507824c8]{font-size:1.5rem}}.feature-article-card .card-hero .article-ingress .ingress-text[data-v-507824c8]{height:auto;font-size:1.15rem}.feature-article-card .card-hero .article-ingress .btn[data-v-507824c8]{margin:2rem auto 1rem 0;padding:.625rem;border:1px solid #000}

.audio-card{color:#000;background:#fff}.audio-card .card-image{display:inline-flex;flex-grow:0;width:100%;height:100%}.audio-card .image-not-available .image{background-size:auto}.audio-card .card-header{flex-grow:0;width:100%;padding:.25rem !important;padding-left:.5rem !important;font-size:1.15rem}.audio-card .card-header h2.title{overflow-x:auto;text-overflow:unset;white-space:normal;max-width:calc(100% - 55px);font-size:20px}.audio-card .card-contents{padding:.25rem 1rem .5rem;color:inherit}.audio-card .caption{font-size:18px}.audio-card .social-button-wrapper{position:absolute;right:0;bottom:.25rem}.audio-card:hover .social-button-wrapper{display:inline-flex}
.video-card{display:flex;flex-grow:1;margin:0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#fff !important;background:#000 !important}.video-card .card-header-title,.video-card .title{font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;color:#d4d4d4}.video-card h1,.video-card h2{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:initial}.video-card .label{color:inherit}.video-card .card-media{flex-grow:1;overflow:hidden}.video-card .card-image{z-index:100;flex-grow:0;width:100%;height:250px}.video-card .card-image figure{height:inherit !important}.video-card .card-header,.video-card .card-contents{z-index:4000;width:100% !important;color:#d4d4d4;background:#000}.video-card .card-header .title,.video-card .card-contents .title{color:#d4d4d4}.video-card .card-header{flex-grow:0;padding:.375rem .5rem !important}.video-card .card-contents{flex-grow:2;justify-content:flex-start;padding:.5rem 1rem 1.5rem;color:inherit;background:#000}.video-card .card-contents>*:first-child{margin-top:0}.video-card .card-link{height:100% !important}.video-card .caption,.video-card .ingress-text,.video-card .article-links{margin:1.5rem 4rem 1.5rem 1rem}.video-card .caption,.video-card .ingress-text{color:#d4d4d4}.video-card .caption{font-family:"Sabon Next W01 Bold",serif;font-weight:normal;font-size:1.25rem;line-height:1;letter-spacing:0px;color:#b9b9b9}.video-card .ingress-text{position:relative;max-height:280px;overflow:hidden;white-space:initial;min-height:80px;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif !important;font-size:1.15rem;line-height:normal;letter-spacing:1px;color:#f3f3f3;white-space:initial}.video-card .ingress-text::after{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:2rem 0;text-align:center;content:" ";background-image:linear-gradient(to bottom, rgba(5, 5, 0, 0), rgb(125, 95, 0))}.video-card .social-button-wrapper{position:absolute;right:.5rem;bottom:.5rem;display:none;margin-left:auto}.video-card .social-button-wrapper .social.do-heart{cursor:not-allowed}.video-card .social-button-wrapper .material-design-icon{width:30px;height:30px}.video-card .placeholder.material-design-icon{position:absolute;top:75px;left:44%;width:64px;height:64px;color:#fff;background:radial-gradient(rgba(255, 22, 34, 0.85) 0%, rgba(221, 128, 22, 0.85));border-radius:32px}.video-card .failure{width:100%;text-align:center}.video-card .failure .material-design-icon{width:64px;height:64px;margin:2rem auto;color:#fff}
.social-network-share{display:inline-flex;margin-left:1rem;vertical-align:text-top}.social-network-share .material-design-icon{display:inline-flex;width:1.5rem;height:1.5rem;vertical-align:middle;cursor:pointer}.dx-popover-wrapper.dx-overlay-wrapper.sharing-popover-wrapper .dx-popup-content{padding:1rem}.dx-popover-wrapper.dx-overlay-wrapper.sharing-popover-wrapper .networks-popover a{display:flex;margin-top:.4rem;padding-bottom:.4rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.15rem;color:#363636;vertical-align:middle}.dx-popover-wrapper.dx-overlay-wrapper.sharing-popover-wrapper .networks-popover a .material-design-icon{margin-right:.75rem}.dx-popover-wrapper.dx-overlay-wrapper.sharing-popover-wrapper .networks-popover a:first-child{margin-top:0}.dx-popover-wrapper.dx-overlay-wrapper.sharing-popover-wrapper .networks-popover a:last-child{padding-bottom:0;border-bottom:0}
.social.do-follow{height:30px;min-width:120px;padding:0 1.5rem;font-size:.8rem;border-color:#000;border-width:1px}.social.do-follow.active{color:#fff;background-color:#000}.social.do-follow:hover{font-weight:bold;color:#000;background:rgba(240,240,240,.45)}.social.do-follow:hover.active{color:#fff;background-color:#000}
.social.do-heart[data-v-044ee060]{height:38px}.social.do-heart.round[data-v-044ee060]{width:40px;height:40px;border-radius:2rem}.social.do-heart.round img[data-v-044ee060]{width:40px;padding:8px}.social.do-heart.round .material-design-icon[data-v-044ee060]{width:24px;height:24px}.social.do-heart.round:not(.active) .material-design-icon[data-v-044ee060]{color:#141414}.social.do-heart.round .is-loading.button[data-v-044ee060]{width:auto;border-style:none}.social.do-heart.transparent[data-v-044ee060]{background:rgba(255,251,251,.15)}.social.do-heart.transparent[data-v-044ee060]:hover{background:rgba(255,251,251,.25)}
.social.do-save[data-v-057038aa]{height:38px}.social.do-save.round[data-v-057038aa]{width:40px;height:40px;border-radius:2rem}.social.do-save.round img[data-v-057038aa]{width:40px;padding:8px}.social.do-save.round .material-design-icon[data-v-057038aa]{width:24px;height:24px}.social.do-save.transparent[data-v-057038aa]{background:rgba(255,251,251,.15)}.social.do-save.transparent[data-v-057038aa]:hover{background:rgba(255,251,251,.75)}
.social.do-share[data-v-0851d16d]{width:38px;height:38px}.social.do-share .material-design-icon[data-v-0851d16d]{width:28px;height:28px}
.social-tags[data-v-3f30768e]{display:flex;flex-wrap:wrap}.social-tags .community-tag[data-v-3f30768e]{display:inline-flex;margin:0 .25rem .25rem 0;padding:.25rem .5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#fff;background-color:#9d9d9d;box-shadow:0px 2px 3px rgba(5,5,0,.16)}
/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;top:0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container ::-moz-selection,.viewer-container::-moz-selection{background-color:transparent}.viewer-container ::selection,.viewer-container::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0;z-index:1}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:5px 5%;max-width:90%;min-height:14px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{-webkit-app-region:no-drag;background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewer-loading:after{animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}
figure[data-v-88ab58e8]{flex:1 1;width:inherit;height:100%;min-width:inherit;min-height:90px;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-repeat:no-repeat;background-size:inherit;background-position:0 50%}figure>div[data-v-88ab58e8]{overflow:hidden}figure .viewer-container[data-v-88ab58e8]{width:inherit !important;height:inherit !important}figure .image[data-v-88ab58e8]{width:100%;height:inherit;min-width:inherit;max-width:-webkit-fill-available;max-width:-moz-available;max-width:stretch;min-height:inherit;margin:0;padding:0;filter:blur(8px);background-repeat:inherit;background-size:inherit;background-position:inherit;object-fit:cover}figure .image-not-available[data-v-88ab58e8]{display:inline-flex;flex-direction:column;width:100%;height:inherit;padding:1rem 4vw;font-family:"Sabon Next W01 Regular",serif;font-style:italic;font-size:1rem;text-align:center;vertical-align:middle;background:#efefef}figure .image-not-available img[data-v-88ab58e8]{align-self:center;width:auto;height:auto;max-width:100px;margin:auto}figure .ingress-text[data-v-88ab58e8]{position:absolute;right:4rem;bottom:.5rem;left:.5rem;width:auto;height:auto;max-height:50px;padding:.5rem;overflow:hidden;font-family:"Sabon LT W01 Italic",serif;font-size:.8rem;color:#fff;text-overflow:ellipsis;word-break:break-all;word-wrap:none;white-space:nowrap;background:rgba(23,23,23,.85);opacity:0;transition:opacity .5s ease-out}figure .ingress-text .title[data-v-88ab58e8]{margin-bottom:.2rem;font-family:"Sabon LT W01 Bold",serif;font-size:1rem;color:#fff}figure:hover .ingress-text[data-v-88ab58e8]{opacity:1}figure .credits[data-v-88ab58e8]{font-size:14px;text-align:right}figure .zoom-lock[data-v-88ab58e8]{position:absolute;top:0;right:0;width:0;height:0;overflow:visible;background:rgba(0,0,0,0);border-top:75px solid rgba(23,23,23,.75);border-left:75px solid rgba(0,0,0,0);opacity:1;transition:opacity .5s ease-out}figure .zoom-lock span[data-v-88ab58e8]{position:relative;top:-68px;left:-33px;z-index:5000;width:1.6rem;height:1.6rem;color:rgba(233,227,227,.75) !important}figure .social-button-wrapper[data-v-88ab58e8]{position:absolute;right:.5rem;bottom:.5rem;opacity:0;transition:opacity .5s ease-out}figure:hover .social-button-wrapper[data-v-88ab58e8]{opacity:1}
.event-brochure-stack .brochure-contents{display:flex;flex-direction:row;flex-wrap:wrap}.event-brochure-stack .brochure-contents .card{flex-basis:auto;flex-direction:row;flex-grow:1;width:44vw;min-height:25vh;min-height:-webkit-min-content;min-height:min-content;margin:0 0 10px;padding:0;text-align:center}.event-brochure-stack .brochure-contents .card h4{margin-bottom:1rem;padding:0 2rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.5rem;line-height:normal}@media screen and (max-width: 768px){.event-brochure-stack .brochure-contents .card{flex-direction:column}}.event-brochure-stack .brochure-contents .card .card-contents{color:#efefef;text-align:center;background:#000}.event-brochure-stack .brochure-contents .card p{margin:1.5rem .75rem}.event-brochure-stack .brochure-contents .card .dimensions,.event-brochure-stack .brochure-contents .card .owner,.event-brochure-stack .brochure-contents .card .price{display:none}.event-brochure-stack .brochure-contents .card .event-period{color:#efefef}.event-brochure-stack .brochure-contents .card:first-child{width:100%;min-height:300px;margin-top:0;text-align:left}.event-brochure-stack .brochure-contents .card-image{display:flex;flex:1 1;flex-direction:column;min-height:25vh}.event-brochure-stack .brochure-contents .card-image figure{margin:0}.event-brochure-stack .brochure-contents .multimedia-title.event-title{flex-direction:row;flex-grow:1;padding:.25rem .5rem}.event-brochure-stack .brochure-contents .multimedia-title.event-title .event-period{text-align:left}.event-brochure-stack .brochure-contents .multimedia-title.event-title .material-design-icon{width:2rem;height:2rem}.event-brochure-stack .brochure-contents .event-info{flex-grow:2;margin:auto 3rem;padding:0}@media screen and (max-width: 575px){.event-brochure-stack .brochure-contents .event-info{margin:auto 1em}}.event-brochure-stack .brochure-contents .event-info .event-period{margin:0 auto 1.5rem;padding-left:.5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1.15rem;color:inherit;text-align:left}.event-brochure-stack .brochure-contents .event-info .ingress-text{font-family:"Helvetica Neue LT W01_41488878",sans-serif;font-size:1rem}@media screen and (min-width: 1216px){.event-brochure-stack .brochure-contents .event-info h4{font-size:2rem}.event-brochure-stack .brochure-contents .event-info .ingress-text{margin-top:3rem;font-size:1.5rem}}.event-brochure-stack .brochure-contents .btn{margin-bottom:2rem;padding:9px 15px;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:13px;background:#efefef}.event-brochure-stack .brochure-contents .btn:hover{background:#f3f3f3 !important}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}
@font-face{font-family:"slick";src:url(/static/fonts/slick.woff) format("woff");font-weight:normal;font-style:normal}.slick-prev,.slick-next{-webkit-appearance:initial;position:absolute;display:block;height:40px;width:40px;line-height:0px;font-size:0px;cursor:pointer;background:rgba(0,0,0,0);color:#000;top:42%;padding:0;border:none;outline:none;z-index:4000 !important;overflow:visible;-webkit-user-select:none;-ms-user-select:none;user-select:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:rgba(0,0,0,0);color:rgba(0,0,0,0)}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font:14px/1 DXIcons;font-size:40px;line-height:auto;color:#000;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-35px}[dir=rtl] .slick-prev{left:auto;right:-35px}.slick-prev:before{content:""}[dir=rtl] .slick-prev:before{content:""}.slick-next{right:-35px}[dir=rtl] .slick-next{left:-35px;right:auto}.slick-next:before{content:""}[dir=rtl] .slick-next:before{content:""}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:rgba(0,0,0,0);display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:rgba(0,0,0,0);padding:5px;cursor:pointer;transform:scale(3, 3)}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
.slick-track{height:auto;min-height:400px}@media screen and (max-width: 575px){.slick-track{min-height:200px}}.slick-slide{max-height:200px;margin:0;margin-right:.5rem;transition:ease-out;transition-duration:2750ms;transition-delay:75ms}.slick-slide.slick-active{height:auto;max-height:200vh}.slick-slide.slick-active>div:last-child{margin-right:0}.slick-slide .card-image figure{height:inherit}.slick-slide img{width:inherit;height:inherit;max-width:100%;min-height:inherit;max-height:inherit}.slick-prev,.slick-next{top:42%}@media screen and (max-width: 1023px){.slick-track .card.card-social-header .card-header-title{max-width:unset}.slick-track .card.card-social-header .card-link{flex-direction:column !important}.slick-track .card.card-social-header .card-link .social-button-wrapper{margin:.5rem 0;margin-left:auto}}
.agile{position:relative}.agile--ssr .agile__slides--cloned{display:none}.agile--ssr .agile__slides>*{overflow:hidden;width:0}.agile--ssr .agile__slides>*:first-child{width:100%}.agile--rtl .agile__track,.agile--rtl .agile__slides,.agile--rtl .agile__actions,.agile--rtl .agile__dots{flex-direction:row-reverse}.agile:focus,.agile:active,.agile *:focus,.agile *:active{outline:none}.agile__list{display:block;overflow:hidden;position:relative;width:100%}.agile__track{display:flex;flex-direction:row;flex-wrap:nowrap}.agile__actions{display:flex;justify-content:space-between}.agile--no-nav-buttons .agile__actions{justify-content:center}.agile__slides{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-shrink:unset;flex-wrap:nowrap;justify-content:flex-start}.agile--disabled .agile__slides{display:block;width:100%}.agile__slide{display:block;flex-grow:1;flex-shrink:0}.agile__slide,.agile__slide *{-webkit-user-drag:none}.agile--fade .agile__slide{opacity:0;position:relative;z-index:0}.agile--fade .agile__slide--active{opacity:1;z-index:2}.agile--fade .agile__slide--expiring{opacity:1;transition-duration:0s;z-index:1}.agile__nav-button[disabled]{cursor:default}.agile__dots{align-items:center;display:flex;list-style:none;padding:0;white-space:nowrap}.agile__dot button{cursor:pointer;display:block;font-size:0;line-height:0}
.agile{position:relative}.agile--ssr .agile__slides--cloned{display:none}.agile--ssr .agile__slides>*{overflow:hidden;width:0}.agile--ssr .agile__slides>:first-child{width:100%}.agile--rtl .agile__actions,.agile--rtl .agile__dots,.agile--rtl .agile__slides,.agile--rtl .agile__track{flex-direction:row-reverse}.agile:active,.agile :active,.agile:focus,.agile :focus{outline:none}.agile__list{display:block;overflow:hidden;position:relative;width:100%}.agile__track{flex-direction:row;flex-wrap:nowrap}.agile__actions,.agile__track{display:flex}.agile__actions{justify-content:space-between}.agile--no-nav-buttons .agile__actions{justify-content:center}.agile__slides{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-shrink:unset;flex-wrap:nowrap;justify-content:flex-start}.agile--disabled .agile__slides{display:block;width:100%}.agile__slide{display:block;flex-grow:1;flex-shrink:0}.agile__slide,.agile__slide *{-webkit-user-drag:none}.agile--fade .agile__slide{opacity:0;position:relative;z-index:0}.agile--fade .agile__slide--active{opacity:1;z-index:2}.agile--fade .agile__slide--expiring{opacity:1;transition-duration:0s;z-index:1}.agile__nav-button[disabled]{cursor:default}.agile__dots{align-items:center;display:flex;list-style:none;padding:0;white-space:nowrap}.agile__dot button{cursor:pointer;display:block;font-size:0;line-height:0}
.agile__list{margin-right:0;margin-left:-49.5px}.agile__track{height:auto;min-height:360px}@media screen and (max-width: 575px){.agile__track{min-height:200px}}.agile__slide{margin:0;margin-right:.5rem;transition:ease-out;transition-duration:2750ms;transition-delay:75ms}.agile__slide.slick-active{height:auto;max-height:200vh}.agile__slide.slick-active>div:last-child{margin-right:0}.agile__slide .card-image figure{height:inherit}.agile__slide img{width:inherit;height:inherit;max-width:100%;min-height:inherit;max-height:inherit}.agile__actions{position:absolute;width:100%;margin-left:-49.5px}.agile__actions .agile__nav-button{position:absolute;bottom:240px;z-index:150;cursor:pointer;background:rgba(0,0,0,0);border:none}.agile__actions .agile__nav-button--prev{left:38px}.agile__actions .agile__nav-button--next{right:-45px}.agile__actions .agile__dots{justify-content:space-evenly;width:145px;margin:auto}.agile__actions .agile__dot{height:12px}.agile__actions .material-design-icon{width:45px;height:45px}@media screen and (max-width: 1023px){.slick-track .card.card-social-header .card-header-title{max-width:unset}.slick-track .card.card-social-header .card-link{flex-direction:column !important}.slick-track .card.card-social-header .card-link .social-button-wrapper{margin:.5rem 0;margin-left:auto}}
.subject-items{display:flex;flex-direction:column;flex-wrap:wrap;max-width:calc(100vw - 105px);margin:0 auto 4rem}@media screen and (max-width: 768px){.subject-items{max-width:calc(100vw - 45px)}}.subject-items h4.title{font-family:"Sabon LT W01 Italic",serif;font-weight:normal;font-size:1.25rem;border-right:0}.subject-items .card{margin:0 1rem 1rem}.subject-items .card .card-header .card-header-title h1,.subject-items .card .card-header .card-header-title h2{overflow-x:auto;text-overflow:unset;white-space:normal}.subject-items .subject-actors{display:inline-flex;flex-direction:column;flex-wrap:wrap;order:1;width:100%;margin:2rem auto}.subject-items .subject-actors .actor-cards{display:inline-flex;flex-direction:row;flex-wrap:wrap}.subject-items .subject-actors .actor-cards .card-image{height:auto}.subject-items .subject-actors .actor-cards .artworks-counted{display:none}.subject-items .subject-artworks{display:inline-flex;flex-direction:column;flex-wrap:wrap;justify-content:center;order:4;max-width:95vw;margin:2rem auto}.subject-items .subject-artworks .card{margin:0}@media screen and (max-width: 575px){.subject-items .subject-artworks .pagination-wrapper .masonry-wrapper{margin:0 auto !important}}.subject-items .subject-organizations{display:inline-flex;flex-direction:column;flex-wrap:wrap;order:6;width:100%;margin:2rem auto}.subject-items .subject-organizations .organization-cards{display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:auto}.subject-items .subject-organizations .organization-cards .card{width:auto !important;min-width:400px}.subject-items .subject-organizations .organization-cards .card-image{width:auto !important;height:400px;min-width:400px}.subject-items .subject-organizations .organization-cards .card:nth-child(1n){flex-grow:4}.subject-items .subject-organizations .organization-cards .card:nth-child(2n){flex-grow:3}.subject-items .subject-organizations .organization-cards .card:nth-child(3n){flex-grow:4}.subject-items .subject-organizations .organization-cards .card:nth-child(5n){flex-grow:5}@media screen and (max-width: 575px){.subject-items .subject-organizations .organization-cards .card,.subject-items .subject-organizations .organization-cards .card-image{min-width:250px}}.subject-items .subject-events{display:inline-flex;flex-direction:column;flex-wrap:wrap;order:2;margin:2rem auto}.subject-items .subject-events .card{width:auto !important;margin:0 .5rem 8px 0 !important}.subject-items .subject-events .card .card-image{flex-grow:1;width:auto !important;min-width:400px;min-height:400px}@media screen and (max-width: 576px){.subject-items .subject-events .card .card-image{min-width:unset;min-height:240px}}.subject-items .subject-events .card .card-contents{flex-grow:1;justify-content:flex-start}.subject-items .subject-events .card:first-child{margin-left:0}.subject-items .subject-events .card:last-child{margin-right:0}.subject-items .subject-events .card:nth-child(2n) .card-image{flex-grow:1}.subject-items .subject-events .card:nth-child(2n) .card-contents{flex-grow:3}.subject-items .subject-events .card:nth-child(3n) .card-image{flex-grow:2;order:2}.subject-items .subject-events .card:nth-child(3n) .card-contents{flex-grow:1;order:1}.subject-items .subject-events .card:nth-child(5n) .card-image{flex-grow:2;order:2}.subject-items .subject-events .card:nth-child(5n) .card-contents{flex-grow:3;order:1}.subject-items .subject-collections{display:inline-flex;flex-direction:column;flex-wrap:wrap;order:5;width:100%;margin:2rem auto}.subject-items .subject-collections .collection-cards{display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.subject-items .subject-collections .collection-cards .card{width:auto !important}.subject-items .subject-collections .collection-cards .card-image{width:auto !important;height:350px;min-width:350px}.subject-items .subject-collections .collection-cards .card:nth-child(1n){flex-grow:4}.subject-items .subject-collections .collection-cards .card:nth-child(2n){flex-grow:2}.subject-items .subject-collections .collection-cards .card:nth-child(3n){flex-grow:3}.subject-items .subject-collections .collection-cards .card:nth-child(5n){flex-grow:5}@media screen and (max-width: 575px){.subject-items .subject-collections .collection-cards .card{max-width:250px}.subject-items .subject-collections .collection-cards .card-image{width:100% !important;min-width:250px}}.subject-items .subject-articles{display:inline-flex;flex-direction:column;flex-wrap:wrap;order:3;width:100%;margin:2rem auto}.subject-items .subject-articles .article-cards{display:inline-flex;flex-direction:row;flex-wrap:wrap;width:100%}.subject-items .subject-articles .article-cards .feature-article-card{flex-direction:row;width:auto !important;max-width:calc(100vw - 105px);margin-bottom:3rem;background:unset}.subject-items .subject-articles .article-cards .feature-article-card .article-ingress .title{line-height:1.35}.subject-items .subject-articles .article-cards .feature-article-card .card-image{flex-grow:2;justify-self:right;width:auto;min-width:400px}.subject-items .subject-articles .article-cards .feature-article-card .card-image figure{display:block}.subject-items .subject-articles .article-cards .feature-article-card .card-image .image{width:auto;height:auto;max-width:60vw;min-height:unset;max-height:75vh;margin-left:auto;background-size:cover !important;background-position-x:50%}@media screen and (max-width: 575px){.subject-items .subject-articles .article-cards .feature-article-card .card-image{width:100% !important;min-width:unset}.subject-items .subject-articles .article-cards .feature-article-card .card-image .image{max-width:unset}}.subject-items .subject-articles .article-cards .feature-article-card .card-contents .article-ingress{max-width:58rem}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(3n){flex-direction:row-reverse !important;justify-content:right !important}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(3n) .card-link{text-align:right}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(3n) .card-image{justify-items:flex-start;justify-self:left}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(3n) .card-image .image{margin-right:auto;margin-left:0}.subject-items .subject-articles .article-cards .feature-article-card.card-portrait .card-image{max-width:80vw}@media screen and (min-width: 1900px){.subject-items .subject-articles .article-cards .feature-article-card .article-ingress{max-width:80rem}}@media screen and (min-width: 1216px){.subject-items .subject-articles .article-cards .feature-article-card .article-ingress .title{font-size:2.85rem}}@media screen and (min-width: 1024px){.subject-items .subject-articles .article-cards .feature-article-card:nth-child(5n){flex-direction:column-reverse !important;justify-content:right !important;min-height:520px}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(5n) .card-image{flex-grow:4;width:100% !important;height:auto !important;margin-bottom:11em !important}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(5n) .card-image .image{width:100% !important;height:auto !important;max-width:unset !important;max-height:unset !important}.subject-items .subject-articles .article-cards .feature-article-card:nth-child(5n) .card-contents{position:absolute;flex-grow:2;width:100% !important}}@media screen and (max-width: 1023px){.subject-items .subject-articles .article-cards .feature-article-card{flex-direction:row !important;justify-content:left !important;width:100%}.subject-items .subject-articles .article-cards .feature-article-card .article-ingress .title{font-size:1.85rem}.subject-items .subject-articles .article-cards .feature-article-card .card-image{min-width:unset;max-width:50vw}.subject-items .subject-articles .article-cards .feature-article-card .card-image .image{max-width:unset;max-height:80vh}.subject-items .subject-articles .article-cards .feature-article-card.card-portrait{flex-direction:row}}@media screen and (max-width: 768px){.subject-items .subject-articles .article-cards .feature-article-card{flex-direction:column !important;max-width:unset}.subject-items .subject-articles .article-cards .feature-article-card .card-image{width:100%;max-width:unset;margin-right:1rem}.subject-items .subject-articles .article-cards .feature-article-card .card-image .image{margin-left:0;background-position-x:center}.subject-items .subject-articles .article-cards .feature-article-card .card-contents{width:auto;margin-left:0;padding-left:0}.subject-items .subject-articles .article-cards .feature-article-card .article-ingress .title{font-size:1.5rem}.subject-items .subject-articles .article-cards .feature-article-card .card-hero{margin-left:0}.subject-items .subject-articles .article-cards .feature-article-card .card-image .image{max-width:unset;max-height:45vh}}.subject-items .subject-articles .article-cards .feature-article-card{display:inline-flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.subject-items .subject-articles .article-cards .card-header{min-width:25rem}.subject-items .subject-articles .article-cards .card-image{width:auto !important;min-width:50vw}.subject-items .subject-articles .article-cards .card-image .image{min-height:480px !important}.subject-items .subject-videos,.subject-items .subject-podcasts{display:inline-flex;flex-direction:row;flex-wrap:wrap;order:7;width:100%;margin:2rem auto}.subject-items .subject-videos .video-cards,.subject-items .subject-videos .audio-cards,.subject-items .subject-podcasts .video-cards,.subject-items .subject-podcasts .audio-cards{display:inline-flex;flex-wrap:wrap;width:100%}.subject-items .subject-videos .video-cards .video-card,.subject-items .subject-videos .audio-cards .video-card,.subject-items .subject-podcasts .video-cards .video-card,.subject-items .subject-podcasts .audio-cards .video-card{flex-grow:1;width:auto !important;min-width:40vw}.subject-items .subject-videos .video-cards .video-card .card-image,.subject-items .subject-videos .audio-cards .video-card .card-image,.subject-items .subject-podcasts .video-cards .video-card .card-image,.subject-items .subject-podcasts .audio-cards .video-card .card-image{height:350px}.subject-items .subject-videos .video-cards .audio-card,.subject-items .subject-videos .audio-cards .audio-card,.subject-items .subject-podcasts .video-cards .audio-card,.subject-items .subject-podcasts .audio-cards .audio-card{flex-grow:1;width:auto !important;min-width:30vw}.subject-items .subject-videos .video-cards .audio-card .card-image,.subject-items .subject-videos .audio-cards .audio-card .card-image,.subject-items .subject-podcasts .video-cards .audio-card .card-image,.subject-items .subject-podcasts .audio-cards .audio-card .card-image{height:350px}@media screen and (max-width: 575px){.subject-items .subject-actors,.subject-items .subject-events,.subject-items .subject-artworks,.subject-items .subject-collections,.subject-items .subject-articles,.subject-items .subject-videos,.subject-items .subject-audios,.subject-items .subject-organizations{max-width:100%;margin:2rem 0}}
.license-info{z-index:5000}.license-info,.license-info .license{display:inline-flex;align-items:center;width:-webkit-max-content;width:max-content}.license-info img,.license-info .material-design-icon,.license-info .icon-taide-art{width:10px !important;height:10px !important;margin-left:2px;opacity:.9}
.dx-validationsummary-item{cursor:pointer}.dx-invalid-message.dx-overlay{position:relative}.dx-invalid-message.dx-overlay-wrapper{width:100%;visibility:hidden;pointer-events:none}.dx-invalid-message>.dx-overlay-content{display:inline-block;border-width:0;font-size:.85em;line-height:normal;word-wrap:break-word}.dx-dropdownbox.dx-dropdowneditor-active .dx-invalid-message-auto,.dx-invalid-message-visible.dx-invalid .dx-invalid-message-auto,.dx-invalid-message.dx-invalid-message-always,.dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto,.dx-state-focused.dx-invalid .dx-invalid-message-auto{visibility:visible}.dx-validationsummary-item-content{border-bottom:1px dashed;display:inline-block;line-height:normal}@keyframes dx-valid-badge-frames{from{opacity:0;transform:scale(0.1)}to{opacity:1;transform:scale(1)}}@font-face{font-family:RobotoFallback;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/static/fonts/Roboto-300.woff2) format("woff2")}@font-face{font-family:RobotoFallback;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/static/fonts/Roboto-400.woff2) format("woff2")}@font-face{font-family:RobotoFallback;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/static/fonts/Roboto-500.woff2) format("woff2")}@font-face{font-family:RobotoFallback;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(/static/fonts/Roboto-700.woff2) format("woff2")}.dx-theme-material-typography{background-color:#fff;color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-theme-material-typography input,.dx-theme-material-typography textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-theme-material-typography h1{font-weight:300;font-size:96px;letter-spacing:-1.5px}.dx-theme-material-typography h2{font-weight:300;font-size:60px;letter-spacing:-0.5px}.dx-theme-material-typography h3{font-weight:400;font-size:48px}.dx-theme-material-typography h4{font-weight:400;font-size:34px;letter-spacing:.25px}.dx-theme-material-typography h5{font-weight:400;font-size:24px}.dx-theme-material-typography h6{font-weight:500;font-size:20px;letter-spacing:.15px}.dx-theme-material-typography .dx-font-xl{font-size:34px}.dx-theme-material-typography .dx-font-l{font-size:28px}.dx-theme-material-typography .dx-font-m{font-size:20px}.dx-theme-material-typography .dx-font-s{font-size:18px}.dx-theme-material-typography .dx-font-xs,.dx-theme-material-typography small{font-size:12px}.dx-theme-material-typography a{color:#9c59ac}.dx-icon-add,.dx-icon-addcolumnleft,.dx-icon-addcolumnright,.dx-icon-addrowabove,.dx-icon-addrowbelow,.dx-icon-addtable,.dx-icon-airplane,.dx-icon-aligncenter,.dx-icon-alignjustify,.dx-icon-alignleft,.dx-icon-alignright,.dx-icon-arrowdown,.dx-icon-arrowleft,.dx-icon-arrowright,.dx-icon-arrowup,.dx-icon-background,.dx-icon-blockquote,.dx-icon-bold,.dx-icon-bookmark,.dx-icon-box,.dx-icon-bulletlist,.dx-icon-car,.dx-icon-card,.dx-icon-cart,.dx-icon-cellproperties,.dx-icon-chart,.dx-icon-checklist,.dx-icon-clear,.dx-icon-clearformat,.dx-icon-clock,.dx-icon-close,.dx-icon-codeblock,.dx-icon-color,.dx-icon-columnproperties,.dx-icon-comment,.dx-icon-decreaseindent,.dx-icon-doc,.dx-icon-download,.dx-icon-edit,.dx-icon-email,.dx-icon-event,.dx-icon-favorites,.dx-icon-find,.dx-icon-folder,.dx-icon-fontsize,.dx-icon-food,.dx-icon-formula,.dx-icon-gift,.dx-icon-globe,.dx-icon-group,.dx-icon-growfont,.dx-icon-header,.dx-icon-help,.dx-icon-home,.dx-icon-image,.dx-icon-increaseindent,.dx-icon-indent,.dx-icon-info,.dx-icon-italic,.dx-icon-key,.dx-icon-like,.dx-icon-link,.dx-icon-map,.dx-icon-mention,.dx-icon-menu,.dx-icon-mergecells,.dx-icon-money,.dx-icon-music,.dx-icon-orderedlist,.dx-icon-overflow,.dx-icon-percent,.dx-icon-photo,.dx-icon-plus,.dx-icon-preferences,.dx-icon-product,.dx-icon-redo,.dx-icon-refresh,.dx-icon-remove,.dx-icon-removecolumn,.dx-icon-removerow,.dx-icon-removetable,.dx-icon-rowproperties,.dx-icon-runner,.dx-icon-save,.dx-icon-search,.dx-icon-shrinkfont,.dx-icon-splitcells,.dx-icon-strike,.dx-icon-subscript,.dx-icon-superscript,.dx-icon-tableproperties,.dx-icon-tags,.dx-icon-tel,.dx-icon-tips,.dx-icon-todo,.dx-icon-toolbox,.dx-icon-underline,.dx-icon-undo,.dx-icon-user,.dx-icon-variable,.dx-icon-verticalalignbottom,.dx-icon-verticalaligncenter,.dx-icon-verticalaligntop,.dx-icon-video{background-position:0 0;background-repeat:no-repeat}.dx-icon{background-position:50% 50%;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dx-svg-icon svg{pointer-events:none}.dx-rtl .dx-icon-spinnext::before{content:""}.dx-rtl .dx-icon-spinprev::before{content:""}.dx-rtl .dx-icon-chevronnext::before{content:""}.dx-rtl .dx-icon-back::before,.dx-rtl .dx-icon-chevronprev::before{content:""}.dx-rtl .dx-icon-undo::before{content:""}.dx-rtl .dx-icon-redo::before{content:""}.dx-rtl .dx-icon-hidepanel::before{content:""}.dx-rtl .dx-icon-showpanel::before{content:""}@font-face{font-family:DXIcons;src:local("DevExtreme Material Icons"),local("devextreme_material_icons"),url(/static/fonts/dxiconsmaterial.woff2) format("woff2"),url(/static/fonts/dxiconsmaterial.woff) format("woff"),url(/static/fonts/dxiconsmaterial.ttf) format("truetype");font-weight:400;font-style:normal}.dx-icon-add{font:14px/1 DXIcons}.dx-icon-add::before{content:""}.dx-icon-airplane{font:14px/1 DXIcons}.dx-icon-airplane::before{content:""}.dx-icon-bookmark{font:14px/1 DXIcons}.dx-icon-bookmark::before{content:""}.dx-icon-box{font:14px/1 DXIcons}.dx-icon-box::before{content:""}.dx-icon-car{font:14px/1 DXIcons}.dx-icon-car::before{content:""}.dx-icon-card{font:14px/1 DXIcons}.dx-icon-card::before{content:""}.dx-icon-cart{font:14px/1 DXIcons}.dx-icon-cart::before{content:""}.dx-icon-chart{font:14px/1 DXIcons}.dx-icon-chart::before{content:""}.dx-icon-check{font:14px/1 DXIcons}.dx-icon-check::before{content:""}.dx-icon-clear{font:14px/1 DXIcons}.dx-icon-clear::before{content:""}.dx-icon-clock{font:14px/1 DXIcons}.dx-icon-clock::before{content:""}.dx-icon-close{font:14px/1 DXIcons}.dx-icon-close::before{content:""}.dx-icon-coffee{font:14px/1 DXIcons}.dx-icon-coffee::before{content:""}.dx-icon-comment{font:14px/1 DXIcons}.dx-icon-comment::before{content:""}.dx-icon-doc{font:14px/1 DXIcons}.dx-icon-doc::before{content:""}.dx-icon-file{font:14px/1 DXIcons}.dx-icon-file::before{content:""}.dx-icon-download{font:14px/1 DXIcons}.dx-icon-download::before{content:""}.dx-icon-dragvertical{font:14px/1 DXIcons}.dx-icon-dragvertical::before{content:""}.dx-icon-edit{font:14px/1 DXIcons}.dx-icon-edit::before{content:""}.dx-icon-email{font:14px/1 DXIcons}.dx-icon-email::before{content:""}.dx-icon-event{font:14px/1 DXIcons}.dx-icon-event::before{content:""}.dx-icon-favorites{font:14px/1 DXIcons}.dx-icon-favorites::before{content:""}.dx-icon-find{font:14px/1 DXIcons}.dx-icon-find::before{content:""}.dx-icon-filter{font:14px/1 DXIcons}.dx-icon-filter::before{content:""}.dx-icon-folder{font:14px/1 DXIcons}.dx-icon-folder::before{content:""}.dx-icon-activefolder{font:14px/1 DXIcons}.dx-icon-activefolder::before{content:""}.dx-icon-food{font:14px/1 DXIcons}.dx-icon-food::before{content:""}.dx-icon-gift{font:14px/1 DXIcons}.dx-icon-gift::before{content:""}.dx-icon-globe{font:14px/1 DXIcons}.dx-icon-globe::before{content:""}.dx-icon-group{font:14px/1 DXIcons}.dx-icon-group::before{content:""}.dx-icon-help{font:14px/1 DXIcons}.dx-icon-help::before{content:""}.dx-icon-home{font:14px/1 DXIcons}.dx-icon-home::before{content:""}.dx-icon-image{font:14px/1 DXIcons}.dx-icon-image::before{content:""}.dx-icon-info{font:14px/1 DXIcons}.dx-icon-info::before{content:""}.dx-icon-key{font:14px/1 DXIcons}.dx-icon-key::before{content:""}.dx-icon-like{font:14px/1 DXIcons}.dx-icon-like::before{content:""}.dx-icon-map{font:14px/1 DXIcons}.dx-icon-map::before{content:""}.dx-icon-menu{font:14px/1 DXIcons}.dx-icon-menu::before{content:""}.dx-icon-message{font:14px/1 DXIcons}.dx-icon-message::before{content:""}.dx-icon-money{font:14px/1 DXIcons}.dx-icon-money::before{content:""}.dx-icon-music{font:14px/1 DXIcons}.dx-icon-music::before{content:""}.dx-icon-overflow{font:14px/1 DXIcons}.dx-icon-overflow::before{content:""}.dx-icon-percent{font:14px/1 DXIcons}.dx-icon-percent::before{content:""}.dx-icon-photo{font:14px/1 DXIcons}.dx-icon-photo::before{content:""}.dx-icon-plus{font:14px/1 DXIcons}.dx-icon-plus::before{content:""}.dx-icon-minus{font:14px/1 DXIcons}.dx-icon-minus::before{content:""}.dx-icon-preferences{font:14px/1 DXIcons}.dx-icon-preferences::before{content:""}.dx-icon-product{font:14px/1 DXIcons}.dx-icon-product::before{content:""}.dx-icon-pulldown{font:14px/1 DXIcons}.dx-icon-pulldown::before{content:""}.dx-icon-refresh{font:14px/1 DXIcons}.dx-icon-refresh::before{content:""}.dx-icon-remove{font:14px/1 DXIcons}.dx-icon-remove::before{content:""}.dx-icon-revert{font:14px/1 DXIcons}.dx-icon-revert::before{content:""}.dx-icon-runner{font:14px/1 DXIcons}.dx-icon-runner::before{content:""}.dx-icon-save{font:14px/1 DXIcons}.dx-icon-save::before{content:""}.dx-icon-search{font:14px/1 DXIcons}.dx-icon-search::before{content:""}.dx-icon-tags{font:14px/1 DXIcons}.dx-icon-tags::before{content:""}.dx-icon-tel{font:14px/1 DXIcons}.dx-icon-tel::before{content:""}.dx-icon-tips{font:14px/1 DXIcons}.dx-icon-tips::before{content:""}.dx-icon-todo{font:14px/1 DXIcons}.dx-icon-todo::before{content:""}.dx-icon-toolbox{font:14px/1 DXIcons}.dx-icon-toolbox::before{content:""}.dx-icon-trash{font:14px/1 DXIcons}.dx-icon-trash::before{content:""}.dx-icon-user{font:14px/1 DXIcons}.dx-icon-user::before{content:""}.dx-icon-upload{font:14px/1 DXIcons}.dx-icon-upload::before{content:""}.dx-icon-floppy{font:14px/1 DXIcons}.dx-icon-floppy::before{content:""}.dx-icon-arrowleft{font:14px/1 DXIcons}.dx-icon-arrowleft::before{content:""}.dx-icon-arrowdown{font:14px/1 DXIcons}.dx-icon-arrowdown::before{content:""}.dx-icon-arrowright{font:14px/1 DXIcons}.dx-icon-arrowright::before{content:""}.dx-icon-arrowup{font:14px/1 DXIcons}.dx-icon-arrowup::before{content:""}.dx-icon-spinleft{font:14px/1 DXIcons}.dx-icon-spinleft::before{content:""}.dx-icon-spinprev{font:14px/1 DXIcons}.dx-icon-spinprev::before{content:""}.dx-icon-spinright{font:14px/1 DXIcons}.dx-icon-spinright::before{content:""}.dx-icon-spinnext{font:14px/1 DXIcons}.dx-icon-spinnext::before{content:""}.dx-icon-spindown{font:14px/1 DXIcons}.dx-icon-spindown::before{content:""}.dx-icon-spinup{font:14px/1 DXIcons}.dx-icon-spinup::before{content:""}.dx-icon-chevronleft{font:14px/1 DXIcons}.dx-icon-chevronleft::before{content:""}.dx-icon-chevronprev{font:14px/1 DXIcons}.dx-icon-chevronprev::before{content:""}.dx-icon-back{font:14px/1 DXIcons}.dx-icon-back::before{content:""}.dx-icon-chevronright{font:14px/1 DXIcons}.dx-icon-chevronright::before{content:""}.dx-icon-chevronnext{font:14px/1 DXIcons}.dx-icon-chevronnext::before{content:""}.dx-icon-chevrondown{font:14px/1 DXIcons}.dx-icon-chevrondown::before{content:""}.dx-icon-chevronup{font:14px/1 DXIcons}.dx-icon-chevronup::before{content:""}.dx-icon-chevrondoubleleft{font:14px/1 DXIcons}.dx-icon-chevrondoubleleft::before{content:""}.dx-icon-chevrondoubleright{font:14px/1 DXIcons}.dx-icon-chevrondoubleright::before{content:""}.dx-icon-equal{font:14px/1 DXIcons}.dx-icon-equal::before{content:""}.dx-icon-notequal{font:14px/1 DXIcons}.dx-icon-notequal::before{content:""}.dx-icon-less{font:14px/1 DXIcons}.dx-icon-less::before{content:""}.dx-icon-greater{font:14px/1 DXIcons}.dx-icon-greater::before{content:""}.dx-icon-lessorequal{font:14px/1 DXIcons}.dx-icon-lessorequal::before{content:""}.dx-icon-greaterorequal{font:14px/1 DXIcons}.dx-icon-greaterorequal::before{content:""}.dx-icon-isblank{font:14px/1 DXIcons}.dx-icon-isblank::before{content:""}.dx-icon-isnotblank{font:14px/1 DXIcons}.dx-icon-isnotblank::before{content:""}.dx-icon-sortup{font:14px/1 DXIcons}.dx-icon-sortup::before{content:""}.dx-icon-sortdown{font:14px/1 DXIcons}.dx-icon-sortdown::before{content:""}.dx-icon-sortuptext{font:14px/1 DXIcons}.dx-icon-sortuptext::before{content:""}.dx-icon-sortdowntext{font:14px/1 DXIcons}.dx-icon-sortdowntext::before{content:""}.dx-icon-sorted{font:14px/1 DXIcons}.dx-icon-sorted::before{content:""}.dx-icon-expand{font:14px/1 DXIcons}.dx-icon-expand::before{content:""}.dx-icon-collapse{font:14px/1 DXIcons}.dx-icon-collapse::before{content:""}.dx-icon-columnfield{font:14px/1 DXIcons}.dx-icon-columnfield::before{content:""}.dx-icon-rowfield{font:14px/1 DXIcons}.dx-icon-rowfield::before{content:""}.dx-icon-datafield{font:14px/1 DXIcons}.dx-icon-datafield::before{content:""}.dx-icon-fields{font:14px/1 DXIcons}.dx-icon-fields::before{content:""}.dx-icon-fieldchooser{font:14px/1 DXIcons}.dx-icon-fieldchooser::before{content:""}.dx-icon-columnchooser{font:14px/1 DXIcons}.dx-icon-columnchooser::before{content:""}.dx-icon-pin{font:14px/1 DXIcons}.dx-icon-pin::before{content:""}.dx-icon-unpin{font:14px/1 DXIcons}.dx-icon-unpin::before{content:""}.dx-icon-pinleft{font:14px/1 DXIcons}.dx-icon-pinleft::before{content:""}.dx-icon-pinright{font:14px/1 DXIcons}.dx-icon-pinright::before{content:""}.dx-icon-contains{font:14px/1 DXIcons}.dx-icon-contains::before{content:""}.dx-icon-startswith{font:14px/1 DXIcons}.dx-icon-startswith::before{content:""}.dx-icon-endswith{font:14px/1 DXIcons}.dx-icon-endswith::before{content:""}.dx-icon-doesnotcontain{font:14px/1 DXIcons}.dx-icon-doesnotcontain::before{content:""}.dx-icon-range{font:14px/1 DXIcons}.dx-icon-range::before{content:""}.dx-icon-export{font:14px/1 DXIcons}.dx-icon-export::before{content:""}.dx-icon-exportxlsx{font:14px/1 DXIcons}.dx-icon-exportxlsx::before{content:""}.dx-icon-exportpdf{font:14px/1 DXIcons}.dx-icon-exportpdf::before{content:""}.dx-icon-exportselected{font:14px/1 DXIcons}.dx-icon-exportselected::before{content:""}.dx-icon-warning{font:14px/1 DXIcons}.dx-icon-warning::before{content:""}.dx-icon-more{font:14px/1 DXIcons}.dx-icon-more::before{content:""}.dx-icon-square{font:14px/1 DXIcons}.dx-icon-square::before{content:""}.dx-icon-clearsquare{font:14px/1 DXIcons}.dx-icon-clearsquare::before{content:""}.dx-icon-repeat{font:14px/1 DXIcons}.dx-icon-repeat::before{content:""}.dx-icon-selectall{font:14px/1 DXIcons}.dx-icon-selectall::before{content:""}.dx-icon-unselectall{font:14px/1 DXIcons}.dx-icon-unselectall::before{content:""}.dx-icon-print{font:14px/1 DXIcons}.dx-icon-print::before{content:""}.dx-icon-bold{font:14px/1 DXIcons}.dx-icon-bold::before{content:""}.dx-icon-italic{font:14px/1 DXIcons}.dx-icon-italic::before{content:""}.dx-icon-underline{font:14px/1 DXIcons}.dx-icon-underline::before{content:""}.dx-icon-strike{font:14px/1 DXIcons}.dx-icon-strike::before{content:""}.dx-icon-indent{font:14px/1 DXIcons}.dx-icon-indent::before{content:""}.dx-icon-increaselinespacing{font:14px/1 DXIcons}.dx-icon-increaselinespacing::before{content:""}.dx-icon-font{font:14px/1 DXIcons}.dx-icon-font::before{content:""}.dx-icon-fontsize{font:14px/1 DXIcons}.dx-icon-fontsize::before{content:""}.dx-icon-shrinkfont{font:14px/1 DXIcons}.dx-icon-shrinkfont::before{content:""}.dx-icon-growfont{font:14px/1 DXIcons}.dx-icon-growfont::before{content:""}.dx-icon-color{font:14px/1 DXIcons}.dx-icon-color::before{content:""}.dx-icon-background{font:14px/1 DXIcons}.dx-icon-background::before{content:""}.dx-icon-fill{font:14px/1 DXIcons}.dx-icon-fill::before{content:""}.dx-icon-palette{font:14px/1 DXIcons}.dx-icon-palette::before{content:""}.dx-icon-superscript{font:14px/1 DXIcons}.dx-icon-superscript::before{content:""}.dx-icon-subscript{font:14px/1 DXIcons}.dx-icon-subscript::before{content:""}.dx-icon-header{font:14px/1 DXIcons}.dx-icon-header::before{content:""}.dx-icon-blockquote{font:14px/1 DXIcons}.dx-icon-blockquote::before{content:""}.dx-icon-formula{font:14px/1 DXIcons}.dx-icon-formula::before{content:""}.dx-icon-codeblock{font:14px/1 DXIcons}.dx-icon-codeblock::before{content:""}.dx-icon-orderedlist{font:14px/1 DXIcons}.dx-icon-orderedlist::before{content:""}.dx-icon-bulletlist{font:14px/1 DXIcons}.dx-icon-bulletlist::before{content:""}.dx-icon-increaseindent{font:14px/1 DXIcons}.dx-icon-increaseindent::before{content:""}.dx-icon-decreaseindent{font:14px/1 DXIcons}.dx-icon-decreaseindent::before{content:""}.dx-icon-decreaselinespacing{font:14px/1 DXIcons}.dx-icon-decreaselinespacing::before{content:""}.dx-icon-alignleft{font:14px/1 DXIcons}.dx-icon-alignleft::before{content:""}.dx-icon-alignright{font:14px/1 DXIcons}.dx-icon-alignright::before{content:""}.dx-icon-aligncenter{font:14px/1 DXIcons}.dx-icon-aligncenter::before{content:""}.dx-icon-alignjustify{font:14px/1 DXIcons}.dx-icon-alignjustify::before{content:""}.dx-icon-link{font:14px/1 DXIcons}.dx-icon-link::before{content:""}.dx-icon-video{font:14px/1 DXIcons}.dx-icon-video::before{content:""}.dx-icon-mention{font:14px/1 DXIcons}.dx-icon-mention::before{content:""}.dx-icon-variable{font:14px/1 DXIcons}.dx-icon-variable::before{content:""}.dx-icon-clearformat{font:14px/1 DXIcons}.dx-icon-clearformat::before{content:""}.dx-icon-fullscreen{font:14px/1 DXIcons}.dx-icon-fullscreen::before{content:""}.dx-icon-hierarchy{font:14px/1 DXIcons}.dx-icon-hierarchy::before{content:""}.dx-icon-docfile{font:14px/1 DXIcons}.dx-icon-docfile::before{content:""}.dx-icon-docxfile{font:14px/1 DXIcons}.dx-icon-docxfile::before{content:""}.dx-icon-pdffile{font:14px/1 DXIcons}.dx-icon-pdffile::before{content:""}.dx-icon-pptfile{font:14px/1 DXIcons}.dx-icon-pptfile::before{content:""}.dx-icon-pptxfile{font:14px/1 DXIcons}.dx-icon-pptxfile::before{content:""}.dx-icon-rtffile{font:14px/1 DXIcons}.dx-icon-rtffile::before{content:""}.dx-icon-txtfile{font:14px/1 DXIcons}.dx-icon-txtfile::before{content:""}.dx-icon-xlsfile{font:14px/1 DXIcons}.dx-icon-xlsfile::before{content:""}.dx-icon-xlsxfile{font:14px/1 DXIcons}.dx-icon-xlsxfile::before{content:""}.dx-icon-copy{font:14px/1 DXIcons}.dx-icon-copy::before{content:""}.dx-icon-cut{font:14px/1 DXIcons}.dx-icon-cut::before{content:""}.dx-icon-paste{font:14px/1 DXIcons}.dx-icon-paste::before{content:""}.dx-icon-share{font:14px/1 DXIcons}.dx-icon-share::before{content:""}.dx-icon-inactivefolder{font:14px/1 DXIcons}.dx-icon-inactivefolder::before{content:""}.dx-icon-newfolder{font:14px/1 DXIcons}.dx-icon-newfolder::before{content:""}.dx-icon-movetofolder{font:14px/1 DXIcons}.dx-icon-movetofolder::before{content:""}.dx-icon-parentfolder{font:14px/1 DXIcons}.dx-icon-parentfolder::before{content:""}.dx-icon-rename{font:14px/1 DXIcons}.dx-icon-rename::before{content:""}.dx-icon-detailslayout{font:14px/1 DXIcons}.dx-icon-detailslayout::before{content:""}.dx-icon-contentlayout{font:14px/1 DXIcons}.dx-icon-contentlayout::before{content:""}.dx-icon-smalliconslayout{font:14px/1 DXIcons}.dx-icon-smalliconslayout::before{content:""}.dx-icon-mediumiconslayout{font:14px/1 DXIcons}.dx-icon-mediumiconslayout::before{content:""}.dx-icon-undo{font:14px/1 DXIcons}.dx-icon-undo::before{content:""}.dx-icon-redo{font:14px/1 DXIcons}.dx-icon-redo::before{content:""}.dx-icon-hidepanel{font:14px/1 DXIcons}.dx-icon-hidepanel::before{content:""}.dx-icon-showpanel{font:14px/1 DXIcons}.dx-icon-showpanel::before{content:""}.dx-icon-checklist{font:14px/1 DXIcons}.dx-icon-checklist::before{content:""}.dx-icon-verticalaligntop{font:14px/1 DXIcons}.dx-icon-verticalaligntop::before{content:""}.dx-icon-verticalaligncenter{font:14px/1 DXIcons}.dx-icon-verticalaligncenter::before{content:""}.dx-icon-verticalalignbottom{font:14px/1 DXIcons}.dx-icon-verticalalignbottom::before{content:""}.dx-icon-rowproperties{font:14px/1 DXIcons}.dx-icon-rowproperties::before{content:""}.dx-icon-columnproperties{font:14px/1 DXIcons}.dx-icon-columnproperties::before{content:""}.dx-icon-cellproperties{font:14px/1 DXIcons}.dx-icon-cellproperties::before{content:""}.dx-icon-tableproperties{font:14px/1 DXIcons}.dx-icon-tableproperties::before{content:""}.dx-icon-splitcells{font:14px/1 DXIcons}.dx-icon-splitcells::before{content:""}.dx-icon-mergecells{font:14px/1 DXIcons}.dx-icon-mergecells::before{content:""}.dx-icon-deleterow{font:14px/1 DXIcons}.dx-icon-deleterow::before{content:""}.dx-icon-deletecolumn{font:14px/1 DXIcons}.dx-icon-deletecolumn::before{content:""}.dx-icon-insertrowabove{font:14px/1 DXIcons}.dx-icon-insertrowabove::before{content:""}.dx-icon-insertrowbelow{font:14px/1 DXIcons}.dx-icon-insertrowbelow::before{content:""}.dx-icon-insertcolumnleft{font:14px/1 DXIcons}.dx-icon-insertcolumnleft::before{content:""}.dx-icon-insertcolumnright{font:14px/1 DXIcons}.dx-icon-insertcolumnright::before{content:""}.dx-icon-inserttable{font:14px/1 DXIcons}.dx-icon-inserttable::before{content:""}.dx-icon-deletetable{font:14px/1 DXIcons}.dx-icon-deletetable::before{content:""}.dx-icon-edittableheader{font:14px/1 DXIcons}.dx-icon-edittableheader::before{content:""}.dx-icon-addtableheader{font:14px/1 DXIcons}.dx-icon-addtableheader::before{content:""}.dx-icon-pasteplaintext{font:14px/1 DXIcons}.dx-icon-pasteplaintext::before{content:""}.dx-icon-importselected{font:14px/1 DXIcons}.dx-icon-importselected::before{content:""}.dx-icon-import{font:14px/1 DXIcons}.dx-icon-import::before{content:""}.dx-icon-textdocument{font:14px/1 DXIcons}.dx-icon-textdocument::before{content:""}.dx-icon-jpgfile{font:14px/1 DXIcons}.dx-icon-jpgfile::before{content:""}.dx-icon-bmpfile{font:14px/1 DXIcons}.dx-icon-bmpfile::before{content:""}.dx-icon-svgfile{font:14px/1 DXIcons}.dx-icon-svgfile::before{content:""}.dx-icon-attach{font:14px/1 DXIcons}.dx-icon-attach::before{content:""}.dx-icon-return{font:14px/1 DXIcons}.dx-icon-return::before{content:""}.dx-icon-indeterminatestate{font:14px/1 DXIcons}.dx-icon-indeterminatestate::before{content:""}.dx-icon{font-size:24px;line-height:1;white-space:nowrap;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.dx-tab .dx-icon,.dx-tab.dx-tab-selected .dx-icon{background-size:100% 100%;background-position:50% 50%}.dx-scrollview-pulldown{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==");background-position:0 0;background-repeat:no-repeat}.dx-loadindicator-image-small{background-image:url("data:image/gif;base64,R0lGODlhFAAUAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAFAAUAAACI4yPqZsADM+LcNJlb9Mq8+B8iCeWBqmFJnqpJUu5ojzDplIAACH5BAkJAAEALAAAAAAUABQAAAIhjI+py+3gXmxwrmoRzgZ4fnxgIIIl523o2KmZ+7KdTIMFACH5BAkJAAIALAAAAAAUABQAAAIflI+py+0Po4zAgDptFhXP60ngNmYdyaGBiYXbC8dwAQAh+QQJCQADACwAAAAAFAAUAAACIpyPqcsL3cCDSlJ368xnc+Nx1geG2Uiin3mpIlnC7gnXTAEAIfkECQkAAwAsAAAAABQAFAAAAiKcD6e74AxRivHRenGGc6vuIWEzluaJbuC4eq36XlboxGUBACH5BAkJAAMALAAAAAAUABQAAAIjnA8Jx226nBxp2mpnzG7z5n3iSJbmiaaqFIrt93LYOMP1UQAAIfkECQkAAwAsAAAAABQAFAAAAh2cD6l53eyiA7Iii7PevPsPhuJIluZpUB6ELWxTAAAh+QQJCQADACwAAAAAFAAUAAACHZx/oMit/5p0a9oBrt68+w+G4kiW5rllYbRCLFIAACH5BAkJAAMALAAAAAAUABQAAAIenH+ggO24noRq2molzo3xD4biSJbmSXqpuYlR2ToFACH5BAkJAAMALAAAAAAUABQAAAIhnI+pi+AMzYsQ0HrXzI2n7Q1WSJbMSKIh6Kmty7GtKWUFACH5BAkJAAMALAAAAAAUABQAAAIinI+py+3gXmxwKlAtytpgrmHdIY5DOX6mt56t24Kd/NZMAQAh+QQJCQADACwAAAAAFAAUAAACIZyPqcvtD6OMwIA6w8Czcnl91DVZW3mKkIeqK+ai8kyXBQAh+QQJCQADACwAAAAAFAAUAAACI5yPqcsL3cCDSlJ368xn82F9RiiSn8l5pziqmXuhMUzR7F0AACH5BAkJAAMALAAAAAAUABQAAAIfnI+pB70/HFxyKmBp1rv7D4aMiIXld6KmmW6V+7pKAQAh+QQJCQADACwAAAAAFAAUAAACIZw/oMi9Dc2LEVBqL8y6+w+G4kiWJBein+pNK4sp8CY3BQAh+QQJCQADACwAAAAAFAAUAAACHZw/oIt96iICstqLs968+w+G4kh+VHdukLW06VEAACH5BAkJAAMALAAAAAAUABQAAAIbnI+pCu29InKygoqz3rz7D4biSJbZ9VHpoyIFACH5BAkJAAMALAAAAAAUABQAAAIfnI8AyM26nDxq2hGvy7r7D4biSJYg51WiGkKju8JOAQA7");background-position:center center;background-repeat:no-repeat}.dx-loadindicator-image-large{background-image:url("data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7");background-position:center center;background-repeat:no-repeat}.dx-color-scheme{font-family:"#"}.dx-widget{display:block;-ms-content-zooming:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-touch-callout:none;padding:0;outline:0;-webkit-print-color-adjust:exact;color-adjust:exact;color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-widget,.dx-widget *,.dx-widget ::after,.dx-widget ::before,.dx-widget::after,.dx-widget::before{box-sizing:border-box}.dx-item{outline:0}.dx-rtl{direction:rtl;unicode-bidi:embed}.dx-state-disabled{pointer-events:none}.dx-widget input,.dx-widget textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-state-disabled .dx-widget,.dx-state-disabled.dx-widget{opacity:.38;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;cursor:default}.dx-state-disabled .dx-widget .dx-widget,.dx-state-disabled.dx-widget .dx-widget{opacity:1}.dx-card{overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);border-radius:4px;background-color:#fff;margin:2px 2px 3px}.dx-fieldset .dx-field-value{margin:0}.dx-fieldset,.dx-fieldset *{box-sizing:border-box}.dx-fieldset-header:empty{display:none}.dx-field{position:relative;color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857;padding:0;display:flex}.dx-field::after,.dx-field::before{display:table;content:"";line-height:0}.dx-field::after{clear:both}.dx-field-label{float:left;width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-field-value,.dx-field-value-static{float:right}.dx-field-value.dx-datebox{min-width:60%}.dx-field-value:not(.dx-widget)>.dx-datebox{min-width:100%}.dx-field-value .dx-selectbox-tag-container{white-space:normal}.dx-field-value:not(.dx-widget)>.dx-selectbox.dx-selectbox-multiselect.dx-widget{position:relative;width:auto;text-align:left}.dx-fieldset.dx-rtl .dx-field-label,.dx-rtl .dx-fieldset .dx-field-label{float:right}.dx-fieldset.dx-rtl .dx-field-value,.dx-rtl .dx-fieldset .dx-field-value{float:left}.dx-field input,.dx-field textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-field-label i{font-style:normal}.dx-field-value.dx-attention{color:#ea2222;padding:21px 10px 20px 32px;position:relative}.dx-field-value.dx-attention::before{pointer-events:none;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px;text-align:center;line-height:23px;font-size:14px;font-weight:500;background-color:#ea2222;color:#fff;content:"!";border-radius:50%;left:0}.dx-field-value-static,.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button){width:60%}.dx-field-label{color:#898989;font-size:12px;cursor:default;align-self:center;padding-right:15px}.dx-field-value.dx-widget,.dx-field-value:not(.dx-widget)>.dx-widget{margin:0}.dx-field-value:not(.dx-widget)>.dx-button,.dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-field-value:not(.dx-widget)>.dx-switch{float:right}.dx-field-value.dx-checkbox,.dx-field-value:not(.dx-widget)>.dx-checkbox{margin:15px 0}.dx-field-value.dx-switch,.dx-field-value:not(.dx-widget)>.dx-switch{margin:14px 0}.dx-field-value.dx-slider,.dx-field-value:not(.dx-widget)>.dx-slider{margin:10px 0}.dx-field-value.dx-radiogroup,.dx-field-value:not(.dx-widget)>.dx-radiogroup{margin:11px 0}.dx-field-value-static{white-space:normal;padding:21px 10px 20px}.dx-fieldset{margin:30px 20px;padding:0}.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch,.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch{float:left}.dx-fieldset-header{margin:0 0 20px;font-size:18px}.dx-field{margin:0 0 30px}.dx-field:last-of-type{margin:0}.dx-device-mobile .dx-fieldset{margin:20px 15px;padding:0}.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch,.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-button,.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-checkbox,.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget)>.dx-switch{float:left}.dx-device-mobile .dx-fieldset-header{margin:0 0 20px;font-size:18px}.dx-device-mobile .dx-field{margin:0 0 10px}.dx-device-mobile .dx-field:last-of-type{margin:0}.dx-theme-marker{font-family:"dx.material.blue.light"}.dx-theme-accent-as-text-color{color:#050500 !important}.dx-theme-text-color{color:#141414 !important}.dx-theme-background-color-as-text-color{color:#fff !important}.dx-theme-border-color-as-text-color{color:#e0e0e0 !important}.dx-theme-accent-as-background-color{background-color:#050500 !important;fill:#050500 !important}.dx-theme-text-color-as-background-color{background-color:#141414 !important;fill:#141414 !important}.dx-theme-background-color{background-color:#fff !important;fill:#fff !important}.dx-theme-border-color-as-background-color{background-color:#e0e0e0 !important;fill:#e0e0e0 !important}.dx-theme-accent-as-border-color{border-color:#050500 !important}.dx-theme-text-color-as-border-color{border-color:#141414 !important}.dx-theme-background-color-as-border-color{border-color:#fff !important}.dx-theme-border-color{border-color:#e0e0e0 !important}.dx-inkripple{position:absolute;height:100%;width:100%;top:0;left:0;pointer-events:none}.dx-inkripple-wave{position:absolute;background-color:rgba(0,0,0,.16);border-radius:50%;opacity:0;transform:scale(0);pointer-events:none}.dx-inkripple-showing{transition:transform .1s linear;opacity:1;transform:scale(1)}.dx-inkripple-hiding{transition:transform .1s linear,opacity .1s linear;transform:scale(1.01);opacity:0}.dx-resizable{display:block;position:relative}.dx-resizable-handle{position:absolute;z-index:50}.dx-state-disabled .dx-resizable-handle{cursor:default}.dx-resizable-handle-left,.dx-resizable-handle-right{top:0;height:100%;width:3px}.dx-resizable-handle-left{left:0;cursor:e-resize}.dx-resizable-handle-right{right:0;cursor:e-resize}.dx-resizable-handle-bottom,.dx-resizable-handle-top{left:0;width:100%;height:3px}.dx-resizable-handle-top{top:0;cursor:s-resize}.dx-resizable-handle-bottom{bottom:0;cursor:s-resize}.dx-resizable-handle-corner-bottom-left,.dx-resizable-handle-corner-bottom-right,.dx-resizable-handle-corner-top-left,.dx-resizable-handle-corner-top-right{width:6px;height:6px}.dx-resizable-handle-corner-bottom-right,.dx-resizable-handle-corner-top-left{cursor:se-resize}.dx-resizable-handle-corner-bottom-left,.dx-resizable-handle-corner-top-right{cursor:ne-resize}.dx-resizable-handle-corner-bottom-left,.dx-resizable-handle-corner-top-left{left:0;border-bottom-right-radius:100%}.dx-resizable-handle-corner-bottom-right,.dx-resizable-handle-corner-top-right{right:0;border-bottom-left-radius:100%}.dx-resizable-handle-corner-top-left,.dx-resizable-handle-corner-top-right{top:0}.dx-resizable-handle-corner-bottom-left,.dx-resizable-handle-corner-bottom-right{bottom:0}.dx-draggable{left:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-draggable.dx-state-disabled,.dx-state-disabled .dx-draggable{cursor:default}.dx-draggable-clone{position:absolute;top:0;left:0;z-index:2147483647}.dx-clearfix::after,.dx-clearfix::before{display:table;content:"";line-height:0}.dx-clearfix::after{clear:both}.dx-translate-disabled{transform:none !important}.dx-hidden-input{position:fixed;top:-10px;left:-10px;width:0;height:0}.dx-user-select{-webkit-user-select:text;-ms-user-select:text;user-select:text}.dx-hidden,.dx-state-invisible{display:none !important}.dx-gesture-cover{transform:translate3d(0, 0, 0);position:fixed;top:0;right:0;left:0;bottom:0;opacity:0;z-index:2147483647}.dx-animating{pointer-events:none}.dx-fade-animation.dx-enter,.dx-fade-animation.dx-leave.dx-leave-active,.dx-no-direction.dx-enter,.dx-no-direction.dx-leave.dx-leave-active{opacity:0}.dx-fade-animation.dx-enter.dx-enter-active,.dx-fade-animation.dx-leave,.dx-no-direction.dx-enter.dx-enter-active,.dx-no-direction.dx-leave{opacity:1}.dx-overflow-animation.dx-enter.dx-forward{transform:translate3d(100%, 0, 0);z-index:2}.dx-overflow-animation.dx-enter.dx-enter-active.dx-forward{transform:translate3d(0, 0, 0);z-index:2}.dx-overflow-animation.dx-enter.dx-backward,.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward,.dx-overflow-animation.dx-leave.dx-forward,.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward{transform:translate3d(0, 0, 0);z-index:1}.dx-overflow-animation.dx-leave.dx-backward{transform:translate3d(0, 0, 0);z-index:2}.dx-overflow-animation.dx-leave.dx-leave-active.dx-backward{transform:translate3d(100%, 0, 0);z-index:2}.dx-slide-animation.dx-enter.dx-forward{transform:translate3d(100%, 0, 0)}.dx-slide-animation.dx-enter.dx-enter-active.dx-forward{transform:translate3d(0, 0, 0)}.dx-slide-animation.dx-enter.dx-backward{transform:translate3d(-100%, 0, 0)}.dx-slide-animation.dx-enter.dx-enter-active.dx-backward,.dx-slide-animation.dx-leave.dx-forward{transform:translate3d(0, 0, 0)}.dx-slide-animation.dx-leave.dx-leave-active.dx-forward{transform:translate3d(-100%, 0, 0)}.dx-slide-animation.dx-leave.dx-backward{transform:translate3d(0, 0, 0)}.dx-slide-animation.dx-leave.dx-leave-active.dx-backward{transform:translate3d(100%, 0, 0)}.dx-opendoor-animation.dx-enter.dx-forward{transform:matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);transform-origin:center left 0;opacity:0}.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward,.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward{transform:none;opacity:1}.dx-opendoor-animation.dx-leave.dx-backward,.dx-opendoor-animation.dx-leave.dx-forward{transform:none;transform-origin:center left 0;opacity:1}.dx-opendoor-animation.dx-enter.dx-backward,.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward{transform:matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);transform-origin:center left 0;opacity:0}.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward{transform:matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);opacity:0}.dx-win-pop-animation.dx-enter.dx-forward{transform:scale(0.5);opacity:0}.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward{transform:scale(1);opacity:1}.dx-win-pop-animation.dx-enter.dx-backward,.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward{transform:scale(1.5);opacity:0}.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward{transform:scale(1);opacity:1}.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward{transform:scale(0.5);opacity:0}.dx-android-pop-animation.dx-enter.dx-forward,.dx-android-pop-animation.dx-leave.dx-leave-active.dx-backward{transform:translate3d(0, 150px, 0);opacity:0}.dx-android-pop-animation.dx-enter.dx-enter-active.dx-forward,.dx-android-pop-animation.dx-leave.dx-backward{transform:translate3d(0, 0, 0);opacity:1}.dx-android-pop-animation.dx-enter.dx-forward,.dx-android-pop-animation.dx-leave.dx-backward{z-index:1}.dx-ios7-slide-animation.dx-enter.dx-forward{z-index:2;transform:translate3d(100%, 0, 0)}.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-forward{z-index:2;transform:translate3d(0, 0, 0)}.dx-ios7-slide-animation.dx-enter.dx-backward{transform:translate3d(-20%, 0, 0);z-index:1}.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-backward{transform:translate3d(0, 0, 0);z-index:1}.dx-ios7-slide-animation.dx-leave.dx-forward{z-index:1;transform:translate3d(0, 0, 0)}.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-forward{transform:translate3d(-20%, 0, 0);z-index:1}.dx-ios7-slide-animation.dx-leave.dx-backward{z-index:2}.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-backward{transform:translate3d(100%, 0, 0);z-index:2}.dx-ios7-toolbar-animation.dx-enter.dx-forward{transform:translate3d(40%, 0, 0);opacity:0;z-index:2}.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-forward{transform:translate3d(0, 0, 0);opacity:1;z-index:2}.dx-ios7-toolbar-animation.dx-enter.dx-backward{transform:translate3d(-40%, 0, 0);opacity:0;z-index:1}.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-backward,.dx-ios7-toolbar-animation.dx-leave.dx-forward{transform:translate3d(0, 0, 0);opacity:1;z-index:1}.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-forward{transform:translate3d(-40%, 0, 0);opacity:0;z-index:1}.dx-ios7-toolbar-animation.dx-leave.dx-backward{transform:translate3d(0, 0, 0);opacity:1;z-index:2}.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-backward{transform:translate3d(40%, 0, 0);opacity:0;z-index:2}.dx-drop-animation.dx-enter,.dx-drop-animation.dx-leave.dx-leave-active{transform:translate3d(0, -120%, 0)}.dx-drop-animation.dx-enter.dx-enter-active,.dx-drop-animation.dx-leave{transform:translate3d(0, 0, 0)}.dx-3d-drop-animation.dx-enter,.dx-3d-drop-animation.dx-leave.dx-leave-active{transform:rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);opacity:0}.dx-3d-drop-animation.dx-enter.dx-enter-active,.dx-3d-drop-animation.dx-leave{transform:rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:1}.dx-fade-drop-animation.dx-enter,.dx-fade-drop-animation.dx-leave.dx-leave-active{transform:translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);opacity:0}.dx-fade-drop-animation.dx-enter.dx-enter-active,.dx-fade-drop-animation.dx-leave{transform:translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:1}.dx-fade-rise-animation.dx-enter,.dx-fade-rise-animation.dx-leave.dx-leave-active{transform:translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);opacity:0}.dx-fade-rise-animation.dx-enter.dx-enter-active,.dx-fade-rise-animation.dx-leave{transform:translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:1}.dx-fade-slide-animation.dx-enter,.dx-fade-slide-animation.dx-leave.dx-leave-active{transform:translate3d(40%, 0, 0);opacity:0}.dx-fade-slide-animation.dx-enter.dx-enter-active,.dx-fade-slide-animation.dx-leave{transform:translate3d(0, 0, 0);opacity:1}.dx-fade-zoom-animation.dx-enter,.dx-fade-zoom-animation.dx-leave.dx-leave-active{transform:scale3d(0.3, 0.3, 0.3);opacity:0}.dx-fade-zoom-animation.dx-enter.dx-enter-active,.dx-fade-zoom-animation.dx-leave{transform:scale3d(1, 1, 1);opacity:1}.dx-box-fallback-item>.dx-box-item-content{width:100%;height:100%}.dx-box-item-content{flex-direction:column;max-width:100%;font-size:14px}.dx-button-disabled{cursor:default}.dx-button{display:inline-block;cursor:pointer;text-align:center;vertical-align:middle;max-width:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;min-width:36px}.dx-button .dx-icon{-webkit-user-drag:none;display:inline-block;vertical-align:middle}.dx-button-content{height:100%;max-height:100%;line-height:0}.dx-button-content::after{display:inline-block;position:relative;height:100%;content:"";vertical-align:middle;font-size:0}.dx-button-content>.dx-inkripple{display:none}.dx-button-link{text-decoration:none}.dx-button-text{display:inline;vertical-align:middle;line-height:23px;text-transform:uppercase;font-weight:500;letter-spacing:.04em}.dx-button-submit-input{padding:0;margin:0;border:0;height:0;width:0;font-size:0;opacity:0}.dx-state-disabled .dx-button,.dx-state-disabled.dx-button{cursor:default}.dx-button a{text-decoration:none}.dx-button .dx-button-content{padding:6px;position:relative}.dx-button .dx-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;margin-right:0;margin-left:0;color:#141414}.dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-button .dx-icon,.dx-rtl.dx-button .dx-icon{margin-left:0;margin-right:0}.dx-rtl .dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-button .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-button-has-icon{min-width:36px}.dx-button-has-icon .dx-button-content{padding:6px}.dx-button-has-icon .dx-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;margin-right:0;margin-left:0}.dx-button-has-icon .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-icon .dx-icon,.dx-rtl.dx-button-has-icon .dx-icon{margin-left:0;margin-right:0}.dx-rtl .dx-button-has-icon .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-icon .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-button-has-text{min-width:64px}.dx-button-has-text .dx-button-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:6px 16px}.dx-button-has-text .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:12px;margin-left:0}.dx-button-has-text .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-text .dx-icon,.dx-rtl.dx-button-has-text .dx-icon{margin-left:12px;margin-right:0}.dx-rtl .dx-button-has-text .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-text .dx-icon.dx-icon-right{margin-right:12px;margin-left:0}.dx-button-has-text.dx-button-mode-text .dx-button-content{padding:6px 8px}.dx-button-has-text.dx-button-mode-text .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:12px;margin-left:0}.dx-button-has-text.dx-button-mode-text .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-text.dx-button-mode-text .dx-icon,.dx-rtl.dx-button-has-text.dx-button-mode-text .dx-icon{margin-left:12px;margin-right:0}.dx-rtl .dx-button-has-text.dx-button-mode-text .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-text.dx-button-mode-text .dx-icon.dx-icon-right{margin-right:12px;margin-left:0}.dx-button-has-icon.dx-button-has-text .dx-button-content{padding:6px 16px}.dx-button-has-icon.dx-button-has-text .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:8px;margin-left:0}.dx-button-has-icon.dx-button-has-text .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-icon.dx-button-has-text .dx-icon,.dx-rtl.dx-button-has-icon.dx-button-has-text .dx-icon{margin-left:8px;margin-right:0}.dx-rtl .dx-button-has-icon.dx-button-has-text .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-icon.dx-button-has-text .dx-icon.dx-icon-right{margin-right:8px;margin-left:0}.dx-button-has-icon.dx-button-has-text .dx-button-content{padding-left:12px}.dx-rtl .dx-button-has-icon.dx-button-has-text .dx-button-content{padding-left:16px;padding-right:12px}.dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-button-content{padding:6px 8px}.dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:12px;margin-left:0}.dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-icon.dx-icon-right,.dx-rtl .dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-icon,.dx-rtl.dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-icon{margin-left:12px;margin-right:0}.dx-rtl .dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-icon.dx-icon-right,.dx-rtl.dx-button-has-icon.dx-button-has-text.dx-button-mode-text .dx-icon.dx-icon-right{margin-right:12px;margin-left:0}.dx-button.dx-button-has-icon:not(.dx-button-has-text):not(.dx-shape-standard){border-radius:50%;box-shadow:none}.dx-button{height:36px;position:relative;overflow:hidden;border-radius:4px;background-color:#fff;color:#141414;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button .dx-button-content .dx-inkripple{overflow:hidden;display:block}.dx-button.dx-state-hover{background-color:#ebebeb;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-state-focused{background-color:#ebebeb;box-shadow:0 1px 3px rgba(0,0,0,.32)}.dx-button.dx-state-active{background-color:#b3b3b3;box-shadow:0 4px 6px rgba(0,0,0,.32)}.dx-button.dx-state-disabled{background:rgba(0,0,0,.1);box-shadow:none}.dx-button.dx-state-disabled .dx-icon{opacity:.6}.dx-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button .dx-inkripple-wave{background-color:rgba(20,20,20,.2)}.dx-button.dx-button-default{border-radius:4px;background-color:#fff;color:#000;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-button-default .dx-icon{color:#000}.dx-button.dx-button-default.dx-state-hover{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-button-default.dx-state-focused{background-color:#e9e9e9;box-shadow:0 1px 3px rgba(0,0,0,.32)}.dx-button.dx-button-default.dx-state-active{background-color:#cdcdcd;box-shadow:0 4px 6px rgba(0,0,0,.32)}.dx-button.dx-button-default.dx-state-disabled{background:rgba(0,0,0,.1);box-shadow:none}.dx-button.dx-button-default.dx-state-disabled .dx-icon{opacity:.6}.dx-button.dx-button-default.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button.dx-button-default .dx-inkripple-wave{background-color:rgba(0,0,0,.2)}.dx-button.dx-button-danger{border-radius:4px;background-color:#ea2222;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-button-danger .dx-icon{color:#fff}.dx-button.dx-button-danger.dx-state-hover{background-color:#cd1313;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-button-danger.dx-state-focused{background-color:#cd1313;box-shadow:0 1px 3px rgba(0,0,0,.32)}.dx-button.dx-button-danger.dx-state-active{background-color:#9a0f0f;box-shadow:0 4px 6px rgba(0,0,0,.32)}.dx-button.dx-button-danger.dx-state-disabled{background:rgba(0,0,0,.1);box-shadow:none}.dx-button.dx-button-danger.dx-state-disabled .dx-icon{opacity:.6}.dx-button.dx-button-danger.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button.dx-button-danger .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-button.dx-button-success{border-radius:4px;background-color:#75d95c;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-button-success .dx-icon{color:#fff}.dx-button.dx-button-success.dx-state-hover{background-color:#57d139;box-shadow:0 1px 3px rgba(0,0,0,.24)}.dx-button.dx-button-success.dx-state-focused{background-color:#57d139;box-shadow:0 1px 3px rgba(0,0,0,.32)}.dx-button.dx-button-success.dx-state-active{background-color:#42aa28;box-shadow:0 4px 6px rgba(0,0,0,.32)}.dx-button.dx-button-success.dx-state-disabled{background:rgba(0,0,0,.1);box-shadow:none}.dx-button.dx-button-success.dx-state-disabled .dx-icon{opacity:.6}.dx-button.dx-button-success.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button.dx-button-success .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-button.dx-button-back{background-color:rgba(0,0,0,0);color:#141414;box-shadow:none;border-radius:50%;min-width:36px}.dx-button.dx-button-back.dx-state-focused,.dx-button.dx-button-back.dx-state-hover{background-color:rgba(0,0,0,.08);box-shadow:none}.dx-button.dx-button-back.dx-state-active{background-color:rgba(0,0,0,.3);box-shadow:none}.dx-button.dx-button-back.dx-state-disabled{background:0 0;box-shadow:none}.dx-button.dx-button-back.dx-state-disabled .dx-icon{opacity:.6}.dx-button.dx-button-back.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button.dx-button-back .dx-inkripple-wave{background-color:rgba(20,20,20,.2)}.dx-button.dx-button-back .dx-button-content{padding:6px}.dx-button.dx-button-back .dx-icon{color:#141414;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;margin-right:0;margin-left:0}.dx-button.dx-button-back .dx-icon.dx-icon-right,.dx-rtl .dx-button.dx-button-back .dx-icon,.dx-rtl.dx-button.dx-button-back .dx-icon{margin-left:0;margin-right:0}.dx-rtl .dx-button.dx-button-back .dx-icon.dx-icon-right,.dx-rtl.dx-button.dx-button-back .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-button.dx-button-back .dx-button-text{display:none}.dx-button-mode-text{background-color:rgba(0,0,0,0);color:#141414;box-shadow:none}.dx-button-mode-text .dx-icon{color:#141414}.dx-button-mode-text.dx-state-focused,.dx-button-mode-text.dx-state-hover{background-color:rgba(0,0,0,.08);box-shadow:none}.dx-button-mode-text.dx-state-active{background-color:rgba(0,0,0,.3);box-shadow:none}.dx-button-mode-text.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-text.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-text.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-text .dx-inkripple-wave{background-color:rgba(20,20,20,.2)}.dx-button-mode-text.dx-button-default{background-color:rgba(0,0,0,0);color:#fff;box-shadow:none}.dx-button-mode-text.dx-button-default .dx-icon{color:#fff}.dx-button-mode-text.dx-button-default.dx-state-focused,.dx-button-mode-text.dx-button-default.dx-state-hover{background-color:rgba(255,255,255,.08);box-shadow:none}.dx-button-mode-text.dx-button-default.dx-state-active{background-color:rgba(255,255,255,.36);box-shadow:none}.dx-button-mode-text.dx-button-default.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-text.dx-button-default.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-text.dx-button-default.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-text.dx-button-default .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-button-mode-text.dx-button-danger{background-color:rgba(0,0,0,0);color:#ea2222;box-shadow:none}.dx-button-mode-text.dx-button-danger .dx-icon{color:#ea2222}.dx-button-mode-text.dx-button-danger.dx-state-focused,.dx-button-mode-text.dx-button-danger.dx-state-hover{background-color:rgba(234,34,34,.08);box-shadow:none}.dx-button-mode-text.dx-button-danger.dx-state-active{background-color:rgba(234,34,34,.36);box-shadow:none}.dx-button-mode-text.dx-button-danger.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-text.dx-button-danger.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-text.dx-button-danger.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-text.dx-button-danger .dx-inkripple-wave{background-color:rgba(234,34,34,.2)}.dx-button-mode-text.dx-button-success{background-color:rgba(0,0,0,0);color:#75d95c;box-shadow:none}.dx-button-mode-text.dx-button-success .dx-icon{color:#75d95c}.dx-button-mode-text.dx-button-success.dx-state-focused,.dx-button-mode-text.dx-button-success.dx-state-hover{background-color:rgba(117,217,92,.08);box-shadow:none}.dx-button-mode-text.dx-button-success.dx-state-active{background-color:rgba(117,217,92,.36);box-shadow:none}.dx-button-mode-text.dx-button-success.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-text.dx-button-success.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-text.dx-button-success.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-text.dx-button-success .dx-inkripple-wave{background-color:rgba(117,217,92,.2)}.dx-button-mode-outlined{background-color:rgba(0,0,0,0);color:#141414;box-shadow:none;border:1px solid rgba(20,20,20,.24)}.dx-button-mode-outlined .dx-icon{color:#141414}.dx-button-mode-outlined.dx-state-focused,.dx-button-mode-outlined.dx-state-hover{background-color:rgba(0,0,0,.08);box-shadow:none}.dx-button-mode-outlined.dx-state-active{background-color:rgba(0,0,0,.3);box-shadow:none}.dx-button-mode-outlined.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-outlined.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-outlined.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-outlined .dx-inkripple-wave{background-color:rgba(20,20,20,.2)}.dx-button-mode-outlined.dx-button-default{background-color:rgba(0,0,0,0);color:#fff;box-shadow:none;border:1px solid #fff}.dx-button-mode-outlined.dx-button-default .dx-icon{color:#fff}.dx-button-mode-outlined.dx-button-default.dx-state-focused,.dx-button-mode-outlined.dx-button-default.dx-state-hover{background-color:rgba(255,255,255,.08);box-shadow:none}.dx-button-mode-outlined.dx-button-default.dx-state-active{background-color:rgba(255,255,255,.36);box-shadow:none}.dx-button-mode-outlined.dx-button-default.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-outlined.dx-button-default.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-outlined.dx-button-default.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-outlined.dx-button-default .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-button-mode-outlined.dx-button-danger{background-color:rgba(0,0,0,0);color:#ea2222;box-shadow:none;border:1px solid #ea2222}.dx-button-mode-outlined.dx-button-danger .dx-icon{color:#ea2222}.dx-button-mode-outlined.dx-button-danger.dx-state-focused,.dx-button-mode-outlined.dx-button-danger.dx-state-hover{background-color:rgba(234,34,34,.08);box-shadow:none}.dx-button-mode-outlined.dx-button-danger.dx-state-active{background-color:rgba(234,34,34,.36);box-shadow:none}.dx-button-mode-outlined.dx-button-danger.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-outlined.dx-button-danger.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-outlined.dx-button-danger.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-outlined.dx-button-danger .dx-inkripple-wave{background-color:rgba(234,34,34,.2)}.dx-button-mode-outlined.dx-button-success{background-color:rgba(0,0,0,0);color:#75d95c;box-shadow:none;border:1px solid #75d95c}.dx-button-mode-outlined.dx-button-success .dx-icon{color:#75d95c}.dx-button-mode-outlined.dx-button-success.dx-state-focused,.dx-button-mode-outlined.dx-button-success.dx-state-hover{background-color:rgba(117,217,92,.08);box-shadow:none}.dx-button-mode-outlined.dx-button-success.dx-state-active{background-color:rgba(117,217,92,.36);box-shadow:none}.dx-button-mode-outlined.dx-button-success.dx-state-disabled{background:0 0;box-shadow:none}.dx-button-mode-outlined.dx-button-success.dx-state-disabled .dx-icon{opacity:.6}.dx-button-mode-outlined.dx-button-success.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button-mode-outlined.dx-button-success .dx-inkripple-wave{background-color:rgba(117,217,92,.2)}.dx-buttongroup{display:inline-block}.dx-buttongroup-wrapper{display:flex;flex-flow:row nowrap;height:100%;width:100%}.dx-buttongroup-item{flex:0 1 auto}.dx-buttongroup-item.dx-button-mode-contained,.dx-buttongroup-item.dx-button-mode-outlined{border-left-width:0}.dx-buttongroup-item.dx-button-mode-contained.dx-button,.dx-buttongroup-item.dx-button-mode-outlined.dx-button{border-radius:0}.dx-buttongroup-item.dx-button-mode-text{margin-left:1px}.dx-buttongroup-item-has-width{flex:1 1 auto}.dx-button-mode-contained.dx-buttongroup-item{padding-right:1px}.dx-button-mode-contained.dx-buttongroup-last-item{padding-right:0}.dx-button-mode-outlined.dx-buttongroup-item{border-left-width:0}.dx-button-mode-outlined.dx-buttongroup-first-item{border-left-width:1px}.dx-button-mode-text.dx-button.dx-buttongroup-item{border-radius:4px}.dx-button-mode-text.dx-buttongroup-first-item{margin-left:0}.dx-button-mode-contained.dx-button.dx-buttongroup-first-item,.dx-button-mode-outlined.dx-button.dx-buttongroup-first-item{border-top-left-radius:4px;border-bottom-left-radius:4px}.dx-button-mode-contained.dx-button.dx-buttongroup-last-item,.dx-button-mode-outlined.dx-button.dx-buttongroup-last-item{border-top-right-radius:4px;border-bottom-right-radius:4px}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled{opacity:1}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled .dx-button-content,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled .dx-button-content{opacity:.6}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal{background-color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-hover{background-color:#ebebeb}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected{background-color:#d1d1d1}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-hover{background-color:#e0e0e0}.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected,.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected .dx-icon{color:#141414}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected),.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-hover{background-color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success .dx-icon{color:#75d95c}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-hover{background-color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default .dx-icon{color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-hover{background-color:#fbd4d4}.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger .dx-icon{color:#ea2222}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-hover{background-color:rgba(0,0,0,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-hover{background-color:rgba(117,217,92,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-hover{background-color:rgba(255,255,255,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-hover{background-color:rgba(234,34,34,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-hover{background-color:rgba(0,0,0,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-hover{background-color:rgba(117,217,92,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-hover{background-color:rgba(255,255,255,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-hover{background-color:rgba(234,34,34,.08)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal{background-color:rgba(0,0,0,.18)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-hover{background-color:rgba(0,0,0,.12)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal .dx-icon{color:#141414}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success{background-color:rgba(117,217,92,.22)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-hover{background-color:rgba(117,217,92,.14)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success .dx-icon{color:#75d95c}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default{background-color:rgba(255,255,255,.22)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-hover{background-color:rgba(255,255,255,.14)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default .dx-icon{color:#fff}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger{background-color:rgba(234,34,34,.22)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-hover,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-focused,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-hover{background-color:rgba(234,34,34,.14)}.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger .dx-icon,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger,.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger .dx-icon{color:#ea2222}.dx-rtl.dx-button-mode-contained.dx-button.dx-buttongroup-first-item,.dx-rtl.dx-button-mode-outlined.dx-button.dx-buttongroup-first-item{border-radius:0 4px 4px 0}.dx-rtl.dx-button-mode-contained.dx-button.dx-buttongroup-last-item,.dx-rtl.dx-button-mode-outlined.dx-button.dx-buttongroup-last-item{border-radius:4px 0 0 4px}.dx-rtl.dx-button-mode-contained.dx-button.dx-buttongroup-first-item.dx-buttongroup-last-item,.dx-rtl.dx-button-mode-outlined.dx-button.dx-buttongroup-first-item.dx-buttongroup-last-item{border-radius:4px}.dx-rtl.dx-button-mode-text.dx-buttongroup-first-item{margin-left:1px}.dx-rtl.dx-button-mode-text.dx-buttongroup-last-item{margin-left:0}.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item{border-left-width:0}.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item{border-left-width:1px}.dx-scrollable-scrollbar-simulated{position:relative}.dx-scrollable{display:block;height:100%;min-height:0}.dx-scrollable:focus{outline:0}.dx-scrollable-native{-ms-overflow-style:-ms-autohiding-scrollbar;-ms-scroll-snap-type:proximity}.dx-scrollable-native>div>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-scrollbar,.dx-scrollable-native.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-scrollbar{display:none}.dx-scrollable-native.dx-scrollable-scrollbar-simulated .dx-scrollable-scrollbar{display:block}.dx-scrollable-native>div.dx-scrollable-wrapper>.dx-scrollable-container,.dx-scrollable-native.dx-scrollable-wrapper>.dx-scrollable-container{-webkit-overflow-scrolling:touch;position:relative;height:100%}.dx-scrollable-native.dx-scrollable-vertical,.dx-scrollable-native.dx-scrollable-vertical>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-scrollable-native.dx-scrollable-vertical>div>.dx-scrollable-wrapper>.dx-scrollable-container{touch-action:pan-y;overflow-x:hidden;overflow-y:auto}.dx-scrollable-native.dx-scrollable-horizontal,.dx-scrollable-native.dx-scrollable-horizontal>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-scrollable-native.dx-scrollable-horizontal>div>.dx-scrollable-wrapper>.dx-scrollable-container{touch-action:pan-x;float:none;overflow-x:auto;overflow-y:hidden}.dx-scrollable-native.dx-scrollable-both,.dx-scrollable-native.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-scrollable-native.dx-scrollable-both>div>.dx-scrollable-wrapper>.dx-scrollable-container{touch-action:pan-y pan-x;float:none;overflow-x:auto;overflow-y:auto}.dx-scrollable-native.dx-scrollable-disabled,.dx-scrollable-native.dx-scrollable-disabled .dx-scrollable-container{touch-action:auto}.dx-scrollable-native.dx-scrollable-scrollbars-hidden>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-scrollable-native.dx-scrollable-scrollbars-hidden>div>.dx-scrollable-wrapper>.dx-scrollable-container{overflow:hidden}.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollable-content{min-height:101%;box-sizing:content-box}.dx-scrollable-native.dx-scrollable-native-ios.dx-scrollable-horizontal .dx-scrollable-content{min-height:0;padding:0}.dx-scrollable-native.dx-scrollable-native-generic{-ms-overflow-style:auto;overflow:hidden}.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollable-content{height:auto}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollable-content{transform:none;z-index:0}.dx-scrollable-scrollbar-simulated,.dx-scrollable-scrollbar-simulated .dx-scrollable-container{scrollbar-width:none;-ms-overflow-style:none}.dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar,.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar{display:none}.dx-scrollable-container{-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;width:100%;height:100%}.dx-scrollable-container:focus{outline:0}.dx-scrollable-wrapper{position:relative;width:100%;height:100%}.dx-scrollable-content{position:relative;min-height:100%;box-sizing:border-box}.dx-scrollable-content::after{display:block;content:"";clear:both}.dx-scrollable-both .dx-scrollable-content,.dx-scrollable-horizontal .dx-scrollable-content{display:block;float:left;min-width:100%}.dx-scrollable-scrollbar{position:absolute;pointer-events:auto}.dx-scrollbar-vertical{top:0;right:0;height:100%}.dx-scrollbar-horizontal{bottom:0;left:0;width:100%}.dx-scrollable-scroll{position:relative;box-sizing:border-box;-webkit-transform:translate(0, 0);padding:2px 0 2px 2px;background-color:rgba(0,0,0,0);opacity:1;overflow:hidden;transition:opacity linear}.dx-scrollable-scroll.dx-state-invisible{display:block !important;background-color:rgba(0,0,0,0);opacity:0;transition:opacity .5s linear 1s}.dx-rtl .dx-scrollable,.dx-rtl .dx-scrollable .dx-scrollable-container,.dx-rtl .dx-scrollable .dx-scrollable-content,.dx-rtl.dx-scrollable,.dx-rtl.dx-scrollable .dx-scrollable-container,.dx-rtl.dx-scrollable .dx-scrollable-content{direction:ltr}.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-container,.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-content,.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-container,.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-content{direction:rtl}.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-content,.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-content{float:right}.dx-rtl .dx-scrollable .dx-scrollable-content>*,.dx-rtl.dx-scrollable .dx-scrollable-content>*{direction:rtl}.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical,.dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical{right:auto;left:0}.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal,.dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal{direction:ltr}.dx-scrollable-simulated .dx-scrollable-content{overflow-anchor:none}.dx-scrollable-simulated.dx-scrollable-disabled .dx-scrollable-scrollbar{pointer-events:none}.dx-scrollable-content{-webkit-transform:none}.dx-rtl .dx-scrollable-scroll{padding-left:0;padding-right:2px}.dx-scrollable-scroll-content{width:100%;height:100%;background-color:#050500;box-shadow:0 0 0 1px rgba(0,0,0,0)}.dx-scrollbar-hoverable{background-color:rgba(0,0,0,0)}.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible{opacity:1}.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content{background-color:rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.dx-scrollbar-vertical .dx-scrollable-scroll{float:right;width:6px}.dx-scrollbar-vertical.dx-scrollbar-hoverable{width:6px;transition:width .2s linear .15s,background-color .2s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll{transition:background-color .5s linear 1s,width .2s linear 150ms}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content{transition:box-shadow .15s linear .15s,background-color .15s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible{transition:background-color .5s linear 1s,width .2s linear .15s}.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content{transition:box-shadow .5s linear 1s,background-color .5s linear 1s}.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll{width:13px}.dx-scrollbar-horizontal .dx-scrollable-scroll{height:6px}.dx-rtl .dx-scrollbar-horizontal .dx-scrollable-scroll,.dx-scrollbar-horizontal .dx-scrollable-scroll{padding-left:2px;padding-right:2px;padding-bottom:0}.dx-scrollbar-horizontal.dx-scrollbar-hoverable{height:6px;transition:height .2s linear .15s,background-color .2s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll{transition:background-color .5s linear 1s,height .2s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content{transition:box-shadow .15s linear .15s,background-color .15s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible{transition:background-color .5s linear 1s,height .2s linear .15s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content{transition:box-shadow .5s linear 1s,background-color .5s linear 1s}.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll{height:13px}.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content{padding-right:6px}.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both.dx-rtl>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical.dx-rtl>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content{padding-right:0;padding-left:6px}.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content,.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal>.dx-scrollable-wrapper>.dx-scrollable-container>.dx-scrollable-content{padding-bottom:6px}.dx-scrollview-pull-down-text,.dx-scrollview-scrollbottom-text{margin-left:10px;top:18px}.dx-rtl .dx-scrollview-pull-down-text,.dx-rtl .dx-scrollview-scrollbottom-text{margin-left:0;margin-right:10px}.dx-rtl .dx-scrollable .dx-scrollable-scroll,.dx-rtl.dx-scrollable .dx-scrollable-scroll{float:left}.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket{position:absolute;display:none}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-top-pocket{width:40px;height:40px;left:50%;position:absolute;z-index:1}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down{background-image:none;position:static;height:100%;width:100%;left:-50%;margin-left:-20px;padding:0;border-radius:50%;background-color:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.37)}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading{transition:transform .1s linear}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator{position:relative;top:0;padding:4px;margin:0;height:100%;width:100%;float:left;box-sizing:border-box}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator .dx-loadindicator{float:left}.dx-scrollable-native.dx-scrollable-native-android .dx-icon-pulldown{width:100%;height:100%;padding:8px;font-size:24px;box-sizing:border-box;transition:opacity .2s}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading.dx-scrollview-pull-down{transition:top .2s ease-out}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-image{position:absolute;margin:0;width:100%;height:100%;top:0;left:0;background-size:contain;transition:opacity .2s}.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown{display:none}.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket{position:absolute;left:0;width:100%;overflow-y:auto;transition:transform .4s;transform:translate(0, 0)}.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content{transition:transform .4s;transform:none}.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled{overflow-y:auto}.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-container{overflow-y:auto;overflow-x:hidden}.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-content,.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollview-content{overflow-y:hidden}.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollable-container{-ms-overflow-style:-ms-autohiding-scrollbar}.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollview-bottom-pocket{width:100%;text-align:center}.dx-device-android-4 .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown{display:block}.dx-scrollview-content{position:static}.dx-scrollview-content::after,.dx-scrollview-content::before{display:table;content:"";line-height:0}.dx-scrollview-content::after{clear:both}.dx-scrollview-pull-down{text-align:center;width:100%;height:50px;padding:15px 0;top:-80px;overflow:hidden;transform:translate(0, 0);-webkit-user-drag:none;box-sizing:content-box}.dx-scrollview-pull-down-container{display:inline-block;width:49%;text-align:right}.dx-scrollview-pull-down-indicator{opacity:0;left:0;top:50%;display:inline-block;margin:-15px 20px 0 15px;-webkit-user-drag:none}.dx-scrollview-pull-down-image{display:inline-block;vertical-align:middle;margin:0 20px;width:20px;height:50px;background-size:contain;-webkit-user-drag:none;transform:translate(0, 0) rotate(0);transition:transform .2s linear}.dx-scrollview-pull-down-text{display:inline;vertical-align:middle;position:relative;overflow:visible;-webkit-user-drag:none}.dx-scrollview-pull-down-text div{position:absolute;left:0;top:0;white-space:nowrap;overflow:visible;opacity:0}.dx-scrollview-pull-down-text div.dx-scrollview-pull-down-text-visible{opacity:1}.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image{transform:translate(0, 0) rotate(-180deg)}.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-image{opacity:0}.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-indicator{opacity:1}.dx-scrollview-scrollbottom{width:100%;padding:10px 0;overflow:hidden;text-align:center;transform:translate(0, 0)}.dx-scrollview-scrollbottom::before{content:"";display:inline-block;height:100%;vertical-align:middle}.dx-scrollview-scrollbottom-indicator{display:inline-block;margin:0 10px 0 0;-webkit-user-drag:none}.dx-scrollview-scrollbottom-text{display:inline-block;margin-top:-20px;vertical-align:middle;-webkit-user-drag:none}.dx-scrollview-scrollbottom-end{opacity:0}.dx-rtl .dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket,.dx-scrollable-native.dx-rtl.dx-scrollable-native-ios .dx-scrollview-top-pocket{left:auto;right:0}.dx-rtl .dx-scrollview-pull-down-container{text-align:left}.dx-rtl .dx-scrollview-pull-down-indicator,.dx-rtl .dx-scrollview-pull-down-text div{left:auto;right:0}.dx-rtl .dx-scrollview-scrollbottom-indicator{margin:0 0 0 10px}.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image{width:24px;height:24px}.dx-scrollview-pull-down-indicator,.dx-scrollview-scrollbottom-indicator{margin-right:0;height:42px;width:42px;border-radius:21px;display:inline-flex;justify-content:center;flex-direction:column;align-items:center;box-shadow:0 1px 3px 1px rgba(0,0,0,.37);opacity:1}.dx-scrollview-pull-down-indicator>.dx-loadindicator,.dx-scrollview-scrollbottom-indicator>.dx-loadindicator{height:24px;width:24px}.dx-scrollview-pull-down-indicator>.dx-loadindicator>.dx-loadindicator-wrapper,.dx-scrollview-scrollbottom-indicator>.dx-loadindicator>.dx-loadindicator-wrapper{font-size:24px}.dx-scrollview-pull-down-indicator{position:relative;margin-left:0;margin-top:-21px}.dx-scrollview-pull-down-text>div{display:none}.dx-scrollview-pull-down-text>div.dx-scrollview-pull-down-text-visible{display:block}.dx-checkbox{display:inline-block;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-checkbox.dx-state-readonly{cursor:default}.dx-checkbox-icon{flex-shrink:0;position:relative;background-position:0 0;background-size:cover;background-repeat:no-repeat}.dx-checkbox-container{overflow:hidden;white-space:nowrap;height:100%;width:100%;vertical-align:middle;display:inline-flex;align-items:center;text-overflow:clip}.dx-checkbox-text{text-align:left;white-space:pre-wrap;word-wrap:break-word;line-height:normal;padding-left:5px}.dx-rtl .dx-checkbox-text,.dx-rtl.dx-checkbox-text{margin:0;padding:0 5px 0 0;text-align:right}.dx-state-disabled .dx-checkbox,.dx-state-disabled.dx-checkbox{cursor:default}.dx-checkbox{line-height:0}.dx-checkbox .dx-checkbox-container{overflow:visible}.dx-checkbox.dx-state-disabled,.dx-checkbox.dx-state-readonly{border-color:rgba(20,20,20,.26)}.dx-checkbox.dx-state-active .dx-checkbox-icon::after,.dx-checkbox.dx-state-focused .dx-checkbox-icon::after{background-color:rgba(20,20,20,.1);transform:scale(1)}.dx-checkbox.dx-checkbox-checked.dx-state-active .dx-checkbox-icon::after,.dx-checkbox.dx-checkbox-checked.dx-state-focused .dx-checkbox-icon::after,.dx-checkbox.dx-checkbox-indeterminate.dx-state-active .dx-checkbox-icon::after,.dx-checkbox.dx-checkbox-indeterminate.dx-state-focused .dx-checkbox-icon::after{background-color:rgba(5,5,0,.1);transform:scale(1)}.dx-checkbox.dx-checkbox-checked.dx-state-disabled .dx-checkbox-icon,.dx-checkbox.dx-checkbox-checked.dx-state-readonly .dx-checkbox-icon,.dx-checkbox.dx-checkbox-indeterminate.dx-state-disabled .dx-checkbox-icon,.dx-checkbox.dx-checkbox-indeterminate.dx-state-readonly .dx-checkbox-icon{background-color:rgba(20,20,20,.26)}.dx-checkbox-checked.dx-state-readonly.dx-state-focused .dx-checkbox-icon::after,.dx-checkbox-indeterminate.dx-state-readonly.dx-state-focused .dx-checkbox-icon::after,.dx-checkbox.dx-state-readonly.dx-state-focused .dx-checkbox-icon::after{background-color:rgba(20,20,20,.1);transform:scale(1)}.dx-checkbox-icon{width:18px;height:18px;border:2px solid rgba(20,20,20,.54);border-radius:2px}.dx-checkbox-icon::after{content:"";width:2.5em;height:2.5em;top:50%;left:50%;margin-top:-1.25em;margin-left:-1.25em;border-radius:50%;display:block;position:absolute;z-index:1;transform:scale(0.5);transition:.4s cubic-bezier(0.23, 1, 0.32, 1)}.dx-checkbox-icon::before{z-index:2}.dx-checkbox-checked .dx-checkbox-icon{color:#fff;background-color:#050500;border:none;font:16px/1em DXIcons;text-align:center}.dx-checkbox-checked .dx-checkbox-icon::before{content:"";position:absolute;display:block;width:1em;top:50%;margin-top:-0.5em;left:50%;margin-left:-0.5em}.dx-checkbox-indeterminate .dx-checkbox-icon{background-color:#050500;color:#fff;border:none;font:20px/1em DXIcons;text-align:center}.dx-checkbox-indeterminate .dx-checkbox-icon::before{content:"";position:absolute;display:block;width:1em;top:50%;margin-top:-0.5em;left:50%;margin-left:-0.5em}.dx-invalid .dx-checkbox-icon{border:2px solid #ea2222}.dx-invalid.dx-state-focused .dx-checkbox-icon::after{background-color:rgba(234,34,34,.1);transform:scale(1)}.dx-switch{display:inline-block;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.dx-switch .dx-switch-wrapper{display:inline-block;text-align:left;height:100%;width:100%;position:relative;padding:10px;left:-10px;top:-10px;overflow:hidden;vertical-align:middle;box-sizing:content-box}.dx-switch .dx-switch-wrapper::before{display:inline-block;height:100%;content:"";vertical-align:middle}.dx-switch-inner{display:flex;transform:translateX(-50%)}.dx-switch-container{display:inline-block;width:100%;vertical-align:middle;height:20px;overflow:visible;position:relative}.dx-state-disabled .dx-switch,.dx-state-disabled.dx-switch{cursor:default}.dx-switch-handle,.dx-switch-on-value .dx-switch-inner{transform:translateX(0)}.dx-switch-on-value .dx-switch-handle{transform:translateX(-100%)}.dx-rtl .dx-switch-wrapper,.dx-rtl.dx-switch-wrapper{text-align:right}.dx-rtl .dx-switch-inner{transform:translateX(50%)}.dx-rtl .dx-switch-handle{transform:translateX(-100%)}.dx-rtl.dx-switch-on-value .dx-switch-handle{transform:translateX(0)}.dx-switch{width:36px;height:20px}.dx-switch.dx-state-disabled .dx-switch-handle::before,.dx-switch.dx-state-readonly .dx-switch-handle::before{background-color:#bdbdbd}.dx-switch.dx-state-disabled .dx-switch-container::before,.dx-switch.dx-state-readonly .dx-switch-container::before{background-color:rgba(20,20,20,.2)}.dx-switch-on-value.dx-state-readonly.dx-state-focused .dx-switch-handle::before,.dx-switch.dx-state-active .dx-switch-handle::before,.dx-switch.dx-state-focused .dx-switch-handle::before,.dx-switch.dx-state-readonly.dx-state-focused .dx-switch-handle::before{box-shadow:0 0 0 10px rgba(20,20,20,.1);border-radius:50%}.dx-switch-container::before{position:absolute;content:"";width:100%;height:14px;border-radius:500px;background-color:#9e9e9e;margin:3px 0}.dx-switch-inner{width:200%;height:100%}.dx-switch-off,.dx-switch-on{flex-shrink:0;float:left;padding:4px 0;width:50%;height:20px;color:rgba(0,0,0,0);text-align:center;line-height:100%}.dx-switch-on{background:0 0}.dx-switch-off{display:none;padding-bottom:10px;background-color:rgba(0,0,0,0)}.dx-switch-handle{flex-basis:20px;flex-shrink:0;position:relative;float:left;width:20px;height:20px;background-color:#fafafa;box-shadow:0 1px 4px 0 rgba(0,0,0,.2);border-radius:50%}.dx-switch-handle::before{display:block;content:" ";width:100%;height:100%;background-color:#fafafa;border-radius:50%;transition:.4s cubic-bezier(0.23, 1, 0.32, 1)}.dx-switch-on-value .dx-switch-container::before{background-color:rgba(5,5,0,.5)}.dx-switch-on-value .dx-switch-handle::before{background-color:#050500}.dx-switch-on-value.dx-state-active .dx-switch-handle::before,.dx-switch-on-value.dx-state-focused .dx-switch-handle::before{box-shadow:0 0 0 10px rgba(5,5,0,.1);border-radius:50%}.dx-rtl .dx-switch .dx-switch-off,.dx-rtl .dx-switch .dx-switch-on,.dx-switch.dx-rtl .dx-switch-off,.dx-switch.dx-rtl .dx-switch-on{float:right;padding-left:16px;padding-right:2px}.dx-rtl .dx-switch .dx-switch-off,.dx-switch.dx-rtl .dx-switch-off{margin-left:0}.dx-rtl .dx-switch .dx-switch-handle,.dx-switch.dx-rtl .dx-switch-handle{float:right;margin-left:0;margin-right:-20px}.dx-rtl .dx-switch .dx-switch-wrapper,.dx-switch.dx-rtl .dx-switch-wrapper{left:10px}.dx-rtl .dx-switch .dx-switch-container,.dx-switch.dx-rtl .dx-switch-container{margin:0 0 0 -6px}.dx-invalid.dx-switch .dx-switch-container::before{background-color:rgba(234,34,34,.5)}.dx-invalid.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled) .dx-switch-container .dx-switch-handle::before{background-color:#ea2222}.dx-invalid.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled).dx-state-active .dx-switch-container .dx-switch-handle::before,.dx-invalid.dx-switch-on-value:not(.dx-state-readonly):not(.dx-state-disabled).dx-state-focused .dx-switch-container .dx-switch-handle::before{box-shadow:0 0 0 10px rgba(234,34,34,.1)}.dx-tabs-ie-hack a{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;color:#fff;text-decoration:none;opacity:.001}.dx-tabs{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;display:inline-block;width:100%;text-align:center;table-layout:fixed}.dx-tabs.dx-tabs-stretched{table-layout:auto}.dx-tabs.dx-overflow-hidden{overflow:hidden}.dx-tabs-wrapper{display:table-row}.dx-tabs-scrollable .dx-tabs-wrapper{display:block;white-space:nowrap;height:100%}.dx-tabs-scrollable .dx-tab{height:100%;display:inline-block}.dx-tabs-scrollable .dx-tab::before{content:"";height:100%;display:inline-block;vertical-align:middle}.dx-tabs-scrollable .dx-scrollable-content{height:100%}.dx-tabs-nav-button{width:25px;padding:0;top:0}.dx-tabs-nav-button-left{left:0}.dx-tabs-nav-button-right{right:0}.dx-tabs-expanded{display:table}.dx-tab{position:relative;display:table-cell;vertical-align:middle;cursor:pointer;white-space:nowrap}.dx-tab a{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;color:#fff;text-decoration:none;opacity:.001}.dx-tab-content{display:inline-block;max-width:100%}.dx-tab-text{display:inline-block;margin:0 auto;text-align:center;max-width:100%;-webkit-user-drag:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-tabs-item-badge{display:inline-block;vertical-align:top}.dx-state-disabled .dx-tab{cursor:default}.dx-badge{padding:3px 9px;border-radius:14px;background-color:#050500;color:#fffbfb;font-size:12px;margin-left:4px;line-height:normal;margin-top:1px}.dx-rtl .dx-badge{margin-left:0;margin-right:4px}.dx-tabs{padding:0;background-color:#f5f5f5;position:relative}.dx-tabs .dx-inkripple{overflow:hidden}.dx-tabs-nav-buttons .dx-tabs-scrollable{margin-right:36px;margin-left:36px}.dx-tabs-nav-button{border:none;background-color:#f3f3f3;position:absolute;height:48px;border-radius:0;box-shadow:none}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text){background-color:rgba(0,0,0,0);color:rgba(20,20,20,.54);box-shadow:none;border-radius:0}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text) .dx-icon{color:rgba(20,20,20,.54)}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text).dx-state-focused,.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text).dx-state-hover{background-color:rgba(0,0,0,.08);box-shadow:none}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text).dx-state-active{background-color:rgba(0,0,0,.3);box-shadow:none}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text).dx-state-disabled{background:0 0;box-shadow:none}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text).dx-state-disabled .dx-icon{opacity:.6}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text).dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-tabs-nav-button.dx-button.dx-tabs-nav-button.dx-button-has-icon:not(.dx-button-has-text) .dx-inkripple-wave{background-color:rgba(20,20,20,.2)}.dx-tabs-nav-button .dx-button-content{padding:0}.dx-tabs-nav-button.dx-state-active{border:none}.dx-tabs-nav-button.dx-state-disabled{opacity:1;background-color:#f3f3f3}.dx-tabs-nav-button.dx-state-disabled .dx-button-content{opacity:0}.dx-tab{padding:12px 16px;min-width:90px;background-color:#f3f3f3;color:rgba(20,20,20,.54)}.dx-tab.dx-state-hover{background-color:#efefef}.dx-tab .dx-icon{display:block;-webkit-user-drag:none;color:rgba(20,20,20,.54);vertical-align:middle;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;margin:0 auto}.dx-tab.dx-tab-selected,.dx-tab.dx-tab-selected .dx-icon{color:#050500}.dx-tab.dx-tab-selected::before{content:"";position:absolute;bottom:0;height:2px;left:0;right:0;background-color:#050500}.dx-tab-content,.dx-tab-text{vertical-align:middle;text-transform:uppercase;line-height:24px;font-weight:500}.dx-state-disabled.dx-tabs{opacity:1}.dx-state-disabled .dx-tab-content{opacity:.3}.dx-overlay-wrapper{top:0;pointer-events:none;width:100%;height:100%;left:0;z-index:1000;color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-overlay-wrapper,.dx-overlay-wrapper *,.dx-overlay-wrapper ::after,.dx-overlay-wrapper ::before,.dx-overlay-wrapper::after,.dx-overlay-wrapper::before{box-sizing:border-box}.dx-overlay-modal{width:100%;height:100%}.dx-overlay-shader{pointer-events:auto;background-color:rgba(0,0,0,.32)}.dx-overlay-content{position:absolute;pointer-events:auto;z-index:1000;outline:0;overflow:hidden}.dx-overlay-content>.dx-template-wrapper{height:100%;width:100%}.dx-device-android .dx-overlay-content{-webkit-backface-visibility:hidden;backface-visibility:hidden}.dx-device-android .dx-scrollable-native .dx-overlay-content{-webkit-backface-visibility:visible;backface-visibility:visible}.dx-overlay-wrapper input,.dx-overlay-wrapper textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-validationsummary-item{color:#ea2222}.dx-invalid-message>.dx-overlay-content{background-color:rgba(0,0,0,0);color:#ea2222;padding:6px 0 0}.dx-editor-filled .dx-invalid-message>.dx-overlay-content,.dx-editor-outlined .dx-invalid-message>.dx-overlay-content{padding-left:16px;padding-right:16px}.dx-validationsummary>.dx-validationsummary-item:not(:last-child){margin-bottom:10px}.dx-form-validation-summary{margin-top:20px}.dx-searchbox .dx-icon-search{display:block;position:relative;pointer-events:none}.dx-searchbox .dx-icon-search::before{display:inline-block;overflow:hidden;box-sizing:content-box;position:static;text-indent:0}.dx-texteditor{display:block}.dx-texteditor input::-ms-clear{display:none}.dx-placeholder{position:absolute;top:0;left:0;max-width:100%;width:auto;height:100%;text-align:left;cursor:text;pointer-events:none;color:#a8a8a8;font-size:16px}.dx-placeholder::before{display:inline-block;vertical-align:middle;max-width:100%;text-overflow:ellipsis;overflow:hidden;content:attr(DATA-DX_PLACEHOLDER);pointer-events:none;white-space:nowrap}.dx-placeholder::after{content:" ";display:inline-block;height:100%;vertical-align:middle}.dx-texteditor-container{display:flex;position:relative;overflow:hidden;width:100%;height:100%}.dx-texteditor-buttons-container{display:flex;width:auto;flex-grow:0;flex-basis:content;align-items:center}.dx-texteditor-input-container{display:flex;flex-grow:1;position:relative;align-items:baseline}.dx-texteditor-input{-webkit-appearance:none;width:100%;height:100%;outline:0;border:0;-webkit-user-select:text;-ms-user-select:text;user-select:text;margin:0;background-color:rgba(0,0,0,0);color:#141414;font-size:16px}.dx-texteditor-input:-webkit-autofill+.dx-placeholder{display:none !important}.dx-texteditor-input:autofill+.dx-placeholder{display:none !important}.dx-texteditor-input:-moz-ui-invalid{box-shadow:none}.dx-show-clear-button{position:relative}.dx-clear-button-area{height:100%;width:34px;position:relative;cursor:pointer;text-align:justify}.dx-clear-button-area .dx-icon-clear{position:absolute;display:inline-block;background-size:contain}.dx-texteditor-empty .dx-clear-button-area{display:none}.dx-state-disabled .dx-placeholder{cursor:auto}.dx-state-disabled .dx-clear-button-area{display:none}.dx-state-disabled .dx-texteditor-input{opacity:1}.dx-rtl .dx-texteditor .dx-placeholder,.dx-rtl.dx-texteditor .dx-placeholder{text-align:right;left:auto;right:0}.dx-device-android .dx-texteditor-input{-webkit-user-modify:read-write-plaintext-only}.dx-texteditor{border-top-left-radius:4px;border-top-right-radius:4px;position:relative}.dx-texteditor::before{left:0;right:0;bottom:0;height:0;width:100%;content:"";position:absolute;z-index:2;transform:scale(0)}.dx-texteditor::after{left:0;right:0;bottom:0;height:0;width:100%;content:"";position:absolute}.dx-texteditor.dx-state-focused .dx-texteditor-label,.dx-texteditor.dx-state-focused.dx-state-hover .dx-texteditor-label{color:#050500;font-size:12px}.dx-texteditor.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-texteditor.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label{color:#ea2222}.dx-texteditor.dx-state-active,.dx-texteditor.dx-state-focused{background-color:rgba(20,20,20,.04)}.dx-texteditor.dx-state-active::before,.dx-texteditor.dx-state-focused::before{border-bottom:2px solid #050500;transform:scale(1);transition:transform .6s cubic-bezier(0.4, 0, 0.02, 1)}.dx-texteditor.dx-invalid.dx-editor-underlined .dx-texteditor-input,.dx-texteditor.dx-valid.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-texteditor.dx-invalid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-texteditor.dx-valid.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-texteditor.dx-invalid.dx-editor-filled .dx-texteditor-input,.dx-texteditor.dx-invalid.dx-editor-outlined .dx-texteditor-input,.dx-texteditor.dx-valid.dx-editor-filled .dx-texteditor-input,.dx-texteditor.dx-valid.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-texteditor.dx-invalid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-texteditor.dx-invalid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-texteditor.dx-valid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-texteditor.dx-valid.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-texteditor.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-texteditor.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-texteditor.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-texteditor.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{right:12px}.dx-rtl .dx-texteditor.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-texteditor.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-texteditor.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-texteditor.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-texteditor.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-texteditor.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-texteditor.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-texteditor.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{left:12px;right:auto}.dx-texteditor.dx-invalid .dx-texteditor-input-container::after,.dx-texteditor.dx-valid .dx-texteditor-input-container::after{right:6px}.dx-rtl .dx-texteditor.dx-invalid .dx-texteditor-input-container::after,.dx-rtl .dx-texteditor.dx-valid .dx-texteditor-input-container::after,.dx-rtl.dx-texteditor.dx-invalid .dx-texteditor-input-container::after,.dx-rtl.dx-texteditor.dx-valid .dx-texteditor-input-container::after{left:6px;right:auto}.dx-texteditor.dx-validation-pending.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-texteditor.dx-validation-pending.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-texteditor.dx-validation-pending.dx-editor-filled .dx-texteditor-input,.dx-texteditor.dx-validation-pending.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-texteditor.dx-validation-pending.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-texteditor.dx-validation-pending.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-texteditor.dx-validation-pending.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-texteditor.dx-validation-pending.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator{right:12px}.dx-rtl .dx-texteditor.dx-validation-pending.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl .dx-texteditor.dx-validation-pending.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl.dx-texteditor.dx-validation-pending.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl.dx-texteditor.dx-validation-pending.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator{left:12px;right:auto}.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator{right:6px}.dx-rtl .dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator{left:6px;right:auto}.dx-texteditor.dx-editor-filled .dx-placeholder::before,.dx-texteditor.dx-editor-filled .dx-texteditor-input,.dx-texteditor.dx-editor-outlined .dx-placeholder::before,.dx-texteditor.dx-editor-outlined .dx-texteditor-input{padding:15px 16px 14px}.dx-texteditor.dx-editor-filled{background-color:rgba(20,20,20,.04)}.dx-texteditor.dx-editor-filled::after{border-bottom:1px solid rgba(20,20,20,.42)}.dx-texteditor.dx-editor-filled.dx-state-hover{background-color:rgba(20,20,20,.07)}.dx-texteditor.dx-editor-filled.dx-state-hover::after{border-bottom-color:#141414}.dx-texteditor.dx-editor-filled.dx-state-disabled,.dx-texteditor.dx-editor-filled.dx-state-readonly,.dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover{background-color:rgba(20,20,20,.12)}.dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input,.dx-texteditor.dx-editor-filled.dx-state-readonly .dx-texteditor-input,.dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover .dx-texteditor-input{color:rgba(20,20,20,.5)}.dx-texteditor.dx-editor-underlined{background-color:rgba(0,0,0,0)}.dx-texteditor.dx-editor-underlined::after{border-bottom:1px solid rgba(20,20,20,.42)}.dx-texteditor.dx-editor-underlined.dx-state-hover::after{border-bottom:2px solid #141414}.dx-texteditor.dx-editor-underlined .dx-placeholder::before,.dx-texteditor.dx-editor-underlined .dx-texteditor-input{padding:7px 0 6px}.dx-texteditor.dx-editor-underlined.dx-state-disabled::after,.dx-texteditor.dx-editor-underlined.dx-state-readonly.dx-state-hover::after,.dx-texteditor.dx-editor-underlined.dx-state-readonly::after{border-bottom-style:dotted;border-bottom-width:1px}.dx-texteditor.dx-editor-underlined.dx-invalid::after{border-bottom-color:rgba(234,34,34,.4)}.dx-texteditor.dx-editor-outlined{background-color:rgba(0,0,0,0);border-radius:4px;box-shadow:inset 0 0 0 1px rgba(20,20,20,.42)}.dx-texteditor.dx-editor-outlined::before{display:none}.dx-texteditor.dx-editor-outlined.dx-state-hover{box-shadow:inset 0 0 0 1px #141414}.dx-texteditor.dx-editor-outlined.dx-state-disabled,.dx-texteditor.dx-editor-outlined.dx-state-readonly,.dx-texteditor.dx-editor-outlined.dx-state-readonly.dx-state-hover{box-shadow:inset 0 0 0 1px rgba(20,20,20,.5)}.dx-texteditor.dx-editor-outlined.dx-state-disabled .dx-texteditor-input,.dx-texteditor.dx-editor-outlined.dx-state-readonly .dx-texteditor-input,.dx-texteditor.dx-editor-outlined.dx-state-readonly.dx-state-hover .dx-texteditor-input{color:rgba(20,20,20,.5)}.dx-texteditor.dx-editor-outlined.dx-state-focused{box-shadow:inset 0 0 0 2px #050500}.dx-texteditor.dx-editor-outlined.dx-state-focused.dx-invalid{box-shadow:inset 0 0 0 2px #ea2222}.dx-texteditor.dx-editor-outlined.dx-invalid{box-shadow:inset 0 0 0 1px rgba(234,34,34,.4)}.dx-show-clear-button .dx-clear-button-area{width:22px;min-width:22px;right:0}.dx-show-clear-button .dx-icon-clear{color:#898989;background-color:#d6d6d6;border-radius:50%;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px;background-position:0 0;background-size:22px 22px;padding:0;font-size:12px;text-align:center;line-height:12px}.dx-show-clear-button .dx-icon-clear::before{position:absolute;display:block;width:12px;top:50%;margin-top:-6px;left:50%;margin-left:-6px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-underlined .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-filled .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-outlined .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-filled .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{right:12px}.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{left:12px;right:auto}.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input-container::after,.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid .dx-texteditor-input-container::after{right:6px}.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input-container::after,.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-valid .dx-texteditor-input-container::after,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-invalid .dx-texteditor-input-container::after,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-valid .dx-texteditor-input-container::after{left:6px;right:auto}.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-filled .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator{right:12px}.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator{left:12px;right:auto}.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator{right:6px}.dx-rtl .dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator,.dx-rtl.dx-show-clear-button:not(.dx-texteditor-empty).dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator{left:6px;right:auto}.dx-invalid.dx-texteditor.dx-state-hover::after{border-bottom-color:rgba(234,34,34,.4)}.dx-invalid.dx-texteditor.dx-state-active::before,.dx-invalid.dx-texteditor.dx-state-focused::before{border-top:1px solid #ea2222;border-bottom:1px solid #ea2222}.dx-invalid.dx-texteditor.dx-show-invalid-badge .dx-texteditor-input-container::after{pointer-events:none;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px;text-align:center;line-height:23px;font-size:14px;font-weight:500;background-color:#ea2222;color:#fff;content:"!";border-radius:50%}.dx-editor-filled .dx-texteditor-buttons-container>.dx-button,.dx-editor-outlined .dx-texteditor-buttons-container>.dx-button{margin-left:5px;margin-right:5px}.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:first-child,.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:10px}.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:last-child{margin-right:0}.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:first-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:first-child{margin-left:0}.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-right:10px}.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-dropdowneditor-button:last-child,.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-numberbox-spin-container:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-dropdowneditor-button:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-numberbox-spin-container:last-child{margin-right:8px}.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-clear-button-area+div:empty:last-child,.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-clear-button-area:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-clear-button-area+div:empty:last-child,.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-clear-button-area:last-child{margin-right:12px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:first-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:5px;margin-right:10px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:last-child{margin-left:0;margin-right:5px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:first-child:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:first-child:last-child{margin-left:0;margin-right:10px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:first-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:first-child{margin-left:5px;margin-right:0}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-button:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-left:10px;margin-right:5px}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-dropdowneditor-button:last-child,.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-numberbox-spin-container:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-dropdowneditor-button:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-numberbox-spin-container:last-child{margin-left:8px;margin-right:0}.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-clear-button-area+div:empty:last-child,.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child>.dx-clear-button-area:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-clear-button-area+div:empty:last-child,.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child>.dx-clear-button-area:last-child{margin-left:12px;margin-right:0}.dx-texteditor-label{position:absolute;font-size:12px;color:#a8a8a8;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;cursor:text;width:100%;display:flex;flex-direction:row;top:0;left:0}.dx-texteditor-label .dx-label{display:flex}.dx-texteditor-label .dx-label span{overflow:hidden;text-overflow:ellipsis;width:auto;max-width:100%;display:block}.dx-invalid .dx-texteditor-label{color:#ea2222}.dx-rtl .dx-texteditor-label{left:auto;right:0}.dx-editor-filled .dx-texteditor-label .dx-label-after,.dx-editor-filled .dx-texteditor-label .dx-label-before{display:block;box-sizing:border-box;min-width:16px}.dx-editor-filled.dx-texteditor-with-floating-label,.dx-editor-filled.dx-texteditor-with-label{position:relative}.dx-editor-filled.dx-texteditor-with-floating-label .dx-texteditor-input,.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup .dx-lookup-field,.dx-editor-filled.dx-texteditor-with-label .dx-texteditor-input,.dx-editor-filled.dx-texteditor-with-label.dx-lookup .dx-lookup-field{padding-top:21px;padding-bottom:8px}.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-container,.dx-editor-filled.dx-texteditor-with-label.dx-textarea .dx-texteditor-container{padding-top:21px}.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea .dx-placeholder::before,.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-input,.dx-editor-filled.dx-texteditor-with-label.dx-textarea .dx-placeholder::before,.dx-editor-filled.dx-texteditor-with-label.dx-textarea .dx-texteditor-input{padding-top:0}.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-label.dx-textarea .dx-texteditor-label{top:7px}.dx-editor-filled.dx-texteditor-with-floating-label .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-label .dx-texteditor-label{font-size:12px;height:12px;line-height:12px;top:7px;margin-top:0}.dx-editor-filled.dx-texteditor-with-floating-label .dx-placeholder::before,.dx-editor-filled.dx-texteditor-with-label .dx-placeholder::before{padding-top:21px}.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-placeholder{display:none}.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty .dx-lookup-field,.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-lookup-field,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-lookup-field,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-lookup-field{font-size:0}.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-textarea .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-texteditor-label{top:21px;margin-top:0;font-size:16px;line-height:16px;height:16px}.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-lookup-empty.dx-textarea .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-placeholder{display:none}.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused .dx-placeholder,.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-placeholder{display:block}.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-lookup-field,.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused .dx-lookup-field,.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-lookup-field{font-size:16px}.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label{font-size:12px;height:12px;line-height:12px;top:7px;margin-top:0}.dx-editor-filled.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-textarea .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-state-focused.dx-textarea .dx-texteditor-label,.dx-editor-filled.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label{top:7px}.dx-editor-outlined .dx-texteditor-label{top:0;left:0;right:0}.dx-editor-outlined .dx-texteditor-label .dx-label{padding:0}.dx-editor-outlined .dx-texteditor-label .dx-label span{position:relative;font-size:16px;top:0;margin-top:0}.dx-editor-outlined .dx-texteditor-label .dx-label-after,.dx-editor-outlined .dx-texteditor-label .dx-label-before{display:block;box-sizing:border-box}.dx-editor-outlined .dx-texteditor-label .dx-label-before{border-radius:4px 0 0 4px;min-width:16px}.dx-editor-outlined .dx-texteditor-label .dx-label-after{flex-grow:1;min-width:16px;border-radius:0 4px 4px 0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.42)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.42)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(234,34,34,.4)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(234,34,34,.4),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(234,34,34,.4),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(234,34,34,.4)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.5)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(20,20,20,.5),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(20,20,20,.5),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.5)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset 2px 0 rgba(0,0,0,0),inset -2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #050500}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 #050500,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 #050500,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #050500}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset 2px 0 rgba(0,0,0,0),inset -2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 #ea2222,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 #ea2222,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-disabled.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-state-hover.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #141414}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 #141414,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 #141414,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #141414}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -1px #141414,inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #141414}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 #141414,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 #141414,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #141414}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label{padding:0;height:100%;box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;margin-top:-8px;height:16px;line-height:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 #ea2222,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid.dx-textarea .dx-texteditor-label .dx-label span{top:15px;margin-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-placeholder,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-placeholder{display:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-lookup-field{font-size:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 #ea2222,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.42)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-dropdowneditor-active .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.42)}.dx-editor-outlined.dx-texteditor-with-floating-label,.dx-editor-outlined.dx-texteditor-with-label{border:none;box-shadow:none;outline:0;position:relative;margin-top:6px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-input-container,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea .dx-texteditor-input-container{padding-top:15px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-input-container .dx-texteditor-input,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea .dx-texteditor-input-container .dx-texteditor-input{padding-top:0}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.5)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(20,20,20,.5),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(20,20,20,.5),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-disabled .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-readonly.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.5),inset 0 1px rgba(20,20,20,.5),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.5)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(234,34,34,.4)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(234,34,34,.4),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(234,34,34,.4),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(234,34,34,.4),inset 0 1px rgba(234,34,34,.4),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(234,34,34,.4)}.dx-editor-outlined.dx-texteditor-with-floating-label .dx-dropdowneditor-input-wrapper,.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-container,.dx-editor-outlined.dx-texteditor-with-label .dx-dropdowneditor-input-wrapper,.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-container{overflow:visible}.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label{padding:0 4px;box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;top:0;margin-top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.42)}.dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label-before{border-radius:0 4px 4px 0;box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(20,20,20,.42),inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label .dx-texteditor-label .dx-label-after{border-radius:4px 0 0 4px;box-shadow:inset 0 -1px rgba(20,20,20,.42),inset 0 1px rgba(20,20,20,.42),inset -1px 0 rgba(0,0,0,0),inset 1px 0 rgba(20,20,20,.42)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -1px #141414,inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #141414}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 #141414,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 #141414,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #141414,inset 0 1px #141414,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #141414}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -1px #ea2222,inset 0 1px rgba(0,0,0,0),inset 1px 0 rgba(0,0,0,0),inset -1px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 #ea2222,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 #ea2222,inset 1px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -1px #ea2222,inset 0 1px #ea2222,inset -1px 0 rgba(0,0,0,0),inset 1px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -2px #050500,inset 0 2px rgba(0,0,0,0),inset 2px 0 rgba(0,0,0,0),inset -2px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #050500}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 #050500,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 #050500,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #050500,inset 0 2px #050500,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #050500}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid{outline:0;box-shadow:none}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label{height:100%;box-shadow:inset 0 -2px #ea2222,inset 0 2px rgba(0,0,0,0),inset 2px 0 rgba(0,0,0,0),inset -2px 0 rgba(0,0,0,0);padding:0 4px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label span,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label span{transform:translate(0, -6px);font-size:12px;margin-top:0;top:0;height:12px;line-height:12px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #ea2222}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 #ea2222,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{height:100%}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-lookup-field,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-lookup-field{font-size:16px}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-before,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-before{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 #ea2222,inset 2px 0 rgba(0,0,0,0)}.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid.dx-rtl .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-dropdowneditor-active.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-invalid .dx-texteditor-label .dx-label-after,.dx-rtl .dx-editor-outlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-state-hover.dx-invalid .dx-texteditor-label .dx-label-after{box-shadow:inset 0 -2px #ea2222,inset 0 2px #ea2222,inset -2px 0 rgba(0,0,0,0),inset 2px 0 #ea2222}.dx-editor-underlined.dx-texteditor-with-floating-label .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-label .dx-texteditor-label{transform:translate(0, 0);top:0;margin-top:0;height:12px;line-height:12px}.dx-editor-underlined.dx-texteditor-with-floating-label .dx-placeholder::before,.dx-editor-underlined.dx-texteditor-with-label .dx-placeholder::before{padding-top:16px}.dx-editor-underlined.dx-texteditor-with-floating-label .dx-texteditor-input,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-label .dx-texteditor-input,.dx-editor-underlined.dx-texteditor-with-label.dx-lookup .dx-lookup-field{padding-top:16px;padding-bottom:7px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-container,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea .dx-texteditor-container{padding-top:16px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea .dx-placeholder::before,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-input,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea .dx-placeholder::before,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea .dx-texteditor-input{padding-top:0}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea .dx-texteditor-label{top:0}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-label.dx-state-focused .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-placeholder{display:block}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-label.dx-state-focused .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-lookup-field{font-size:16px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-label.dx-state-focused .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea.dx-state-focused .dx-texteditor-label{transform:translate(0, 0);font-size:12px;height:12px;line-height:12px;top:0;margin-top:0}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-label.dx-state-focused.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-label.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label{top:0}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text{height:28px;margin:1px 5px 3px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text .dx-button-content,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text .dx-button-content{display:flex;justify-content:center;padding-top:5px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text .dx-button-content .dx-icon,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text .dx-button-content .dx-icon{align-self:center;margin-top:1px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text.dx-button-has-text .dx-button-content .dx-icon,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text.dx-button-has-text .dx-button-content .dx-icon{margin-top:3px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text:not(.dx-button-has-text),.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text:not(.dx-button-has-text){min-width:28px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text:not(.dx-button-has-text) .dx-button-content,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text:not(.dx-button-has-text) .dx-button-content{padding:2px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:first-child>.dx-button:first-child,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:0}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:last-child,.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-right:0}.dx-rtl.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:first-child>.dx-button:first-child,.dx-rtl.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:5px;margin-right:0}.dx-rtl.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:first-child,.dx-rtl.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:first-child{margin-left:5px;margin-right:5px}.dx-rtl.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:last-child,.dx-rtl.dx-editor-underlined.dx-texteditor-with-label.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-left:0;margin-right:5px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-placeholder{display:none}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-lookup-field,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-lookup-field{font-size:0}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly .dx-texteditor-label{transition:transform .2s cubic-bezier(0, 0, 0.2, 1),font-size .2s cubic-bezier(0, 0, 0.2, 1),top .2s cubic-bezier(0, 0, 0.2, 1);transform:translate(0, 0);font-size:16px;top:50%;height:16px;margin-top:-8px;line-height:16px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-texteditor-label{top:16px;margin-top:0;transform:translate(0, 0);font-size:16px;line-height:16px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-state-readonly.dx-textarea .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-lookup-empty.dx-textarea .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-state-readonly.dx-textarea .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-texteditor-empty.dx-textarea .dx-placeholder{display:none}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-placeholder,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-placeholder{display:block}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused .dx-texteditor-label{transform:translate(0, 0);font-size:12px;top:0;margin-top:0;height:12px;line-height:12px}.dx-editor-underlined.dx-texteditor-with-floating-label.dx-dropdowneditor-active.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-state-focused.dx-textarea .dx-texteditor-label,.dx-editor-underlined.dx-texteditor-with-floating-label.dx-textarea.dx-state-focused.dx-textarea .dx-texteditor-label{top:0}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text{height:28px;margin:1px 5px 3px}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text .dx-button-content{display:flex;justify-content:center;padding-top:5px}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text .dx-button-content .dx-icon{align-self:center;margin-top:1px}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text.dx-button-has-text .dx-button-content .dx-icon{margin-top:3px}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text:not(.dx-button-has-text){min-width:28px}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container>.dx-button.dx-button-mode-text:not(.dx-button-has-text) .dx-button-content{padding:2px}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:0}.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-right:0}.dx-rtl.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:first-child>.dx-button:first-child{margin-left:5px;margin-right:0}.dx-rtl.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:first-child{margin-left:5px;margin-right:5px}.dx-rtl.dx-editor-underlined.dx-texteditor-with-before-buttons .dx-texteditor-buttons-container:last-child>.dx-button:last-child{margin-left:0;margin-right:5px}.dx-valid.dx-texteditor .dx-texteditor-input-container::after{pointer-events:none;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px;text-align:center;line-height:23px;font-size:20px;font-weight:700;font-family:DXIcons,sans-serif;color:#75d95c;content:"";opacity:0;transform:scale(0);animation:.3s cubic-bezier(1, 0.008, 0.565, 1.65) .1s forwards dx-valid-badge-frames}.dx-validation-pending.dx-texteditor .dx-texteditor-input-container .dx-pending-indicator{pointer-events:none;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px}.dx-rtl .dx-placeholder,.dx-rtl .dx-placeholder::before{right:0;left:auto}.dx-searchbox .dx-icon-search{font:14px/1 DXIcons;color:#a8a8a8}.dx-searchbox .dx-icon-search::before{content:"";color:rgba(20,20,20,.54)}.dx-searchbox.dx-editor-underlined .dx-icon-search{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;background-position:4px 4px;background-size:22px 22px;padding:4px 8px 4px 0;font-size:22px;text-align:center;line-height:22px}.dx-rtl .dx-searchbox.dx-editor-underlined .dx-icon-search,.dx-rtl.dx-searchbox.dx-editor-underlined .dx-icon-search{padding-right:0;padding-left:8px}.dx-searchbox.dx-editor-underlined .dx-placeholder::before,.dx-searchbox.dx-editor-underlined .dx-texteditor-input{padding-left:30px}.dx-rtl .dx-searchbox.dx-editor-underlined .dx-placeholder::before,.dx-rtl .dx-searchbox.dx-editor-underlined .dx-texteditor-input,.dx-rtl.dx-searchbox.dx-editor-underlined .dx-placeholder::before,.dx-rtl.dx-searchbox.dx-editor-underlined .dx-texteditor-input{padding-left:0;padding-right:30px}.dx-searchbox.dx-editor-filled .dx-icon-search,.dx-searchbox.dx-editor-outlined .dx-icon-search{position:absolute;top:50%;margin-top:-23px;width:46px;height:46px;background-position:12px 12px;background-size:22px 22px;padding:12px 8px 12px 16px;font-size:22px;text-align:center;line-height:22px}.dx-rtl .dx-searchbox.dx-editor-filled .dx-icon-search,.dx-rtl .dx-searchbox.dx-editor-outlined .dx-icon-search,.dx-rtl.dx-searchbox.dx-editor-filled .dx-icon-search,.dx-rtl.dx-searchbox.dx-editor-outlined .dx-icon-search{padding-right:16px;padding-left:8px}.dx-searchbox.dx-editor-filled .dx-placeholder::before,.dx-searchbox.dx-editor-filled .dx-texteditor-input,.dx-searchbox.dx-editor-outlined .dx-placeholder::before,.dx-searchbox.dx-editor-outlined .dx-texteditor-input{padding-left:46px}.dx-rtl .dx-searchbox.dx-editor-filled .dx-placeholder::before,.dx-rtl .dx-searchbox.dx-editor-filled .dx-texteditor-input,.dx-rtl .dx-searchbox.dx-editor-outlined .dx-placeholder::before,.dx-rtl .dx-searchbox.dx-editor-outlined .dx-texteditor-input,.dx-rtl.dx-searchbox.dx-editor-filled .dx-placeholder::before,.dx-rtl.dx-searchbox.dx-editor-filled .dx-texteditor-input,.dx-rtl.dx-searchbox.dx-editor-outlined .dx-placeholder::before,.dx-rtl.dx-searchbox.dx-editor-outlined .dx-texteditor-input{padding-left:16px;padding-right:46px}.dx-searchbar{padding-bottom:5px}.dx-searchbar .dx-texteditor{margin:0}.dx-dropdowneditor{position:relative}.dx-dropdowneditor.dx-dropdowneditor-field-clickable,.dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-input{cursor:pointer}.dx-dropdowneditor-input-wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;height:100%;display:flex}.dx-dropdowneditor-input-wrapper .dx-texteditor{border:none;margin:0;display:flex;flex-grow:1}.dx-dropdowneditor-input-wrapper .dx-texteditor-input{text-overflow:ellipsis}.dx-dropdowneditor-input-wrapper .dx-texteditor-input::-ms-clear{width:0;height:0}.dx-dropdowneditor-field-template-wrapper{display:flex;flex-grow:1;position:relative;align-items:baseline}.dx-dropdowneditor-field-template-wrapper>*{flex-grow:1}.dx-dropdowneditor-active .dx-dropdowneditor-icon{opacity:.35}.dx-dropdowneditor-button{position:relative;float:right;height:100%;cursor:pointer;width:24px;min-width:24px}.dx-dropdowneditor-button .dx-button-content{text-align:center;white-space:nowrap}.dx-rtl .dx-dropdowneditor-button,.dx-rtl.dx-dropdowneditor-button{float:left}.dx-dropdowneditor-button.dx-dropdowneditor-readonly{cursor:default}.dx-dropdowneditor-icon{background-position:center;background-repeat:no-repeat;color:rgba(20,20,20,.54);font:24px/24px DXIcons;width:24px;height:100%;text-align:center}.dx-state-disabled .dx-dropdowneditor,.dx-state-disabled.dx-dropdowneditor{cursor:default}.dx-state-disabled .dx-dropdowneditor-button{cursor:inherit}.dx-state-disabled .dx-dropdowneditor-icon{opacity:.2}.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon,.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon{opacity:1}.dx-dropdowneditor-icon::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-dropdowneditor-input-wrapper .dx-texteditor::after,.dx-dropdowneditor-input-wrapper .dx-texteditor::before{content:none}.dx-dropdowneditor-input-wrapper .dx-texteditor,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled.dx-texteditor-with-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-active .dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-disabled.dx-texteditor-with-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused.dx-texteditor-with-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-focused.dx-texteditor-with-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover.dx-texteditor-with-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-hover.dx-texteditor-with-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover.dx-texteditor-with-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-state-hover.dx-texteditor-with-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-texteditor-with-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-state-readonly.dx-texteditor-with-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-floating-label .dx-texteditor-label .dx-label-before,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-label .dx-texteditor-label .dx-label,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-label .dx-texteditor-label .dx-label-after,.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-texteditor-with-label .dx-texteditor-label .dx-label-before{background-color:rgba(0,0,0,0);box-shadow:none}.dx-invalid.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input,.dx-valid.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input,.dx-validation-pending.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input{padding-right:34px}.dx-invalid.dx-dropdowneditor-button-visible.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-valid.dx-dropdowneditor-button-visible.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-validation-pending.dx-dropdowneditor-button-visible.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-right:0;padding-left:34px}.dx-invalid.dx-dropdowneditor-button-visible.dx-editor-filled .dx-texteditor-input,.dx-invalid.dx-dropdowneditor-button-visible.dx-editor-outlined .dx-texteditor-input,.dx-valid.dx-dropdowneditor-button-visible.dx-editor-filled .dx-texteditor-input,.dx-valid.dx-dropdowneditor-button-visible.dx-editor-outlined .dx-texteditor-input,.dx-validation-pending.dx-dropdowneditor-button-visible.dx-editor-filled .dx-texteditor-input,.dx-validation-pending.dx-dropdowneditor-button-visible.dx-editor-outlined .dx-texteditor-input{padding-right:50px}.dx-invalid.dx-dropdowneditor-button-visible.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-invalid.dx-dropdowneditor-button-visible.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-valid.dx-dropdowneditor-button-visible.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-valid.dx-dropdowneditor-button-visible.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-validation-pending.dx-dropdowneditor-button-visible.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-validation-pending.dx-dropdowneditor-button-visible.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding-right:16px;padding-left:50px}.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon{color:rgba(20,20,20,.54);opacity:1;font:24px/24px DXIcons;width:24px;height:100%;text-align:center}.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon::before,.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-invalid.dx-dropdowneditor .dx-texteditor-buttons-container::after,.dx-valid.dx-dropdowneditor .dx-texteditor-buttons-container::after{right:30px}.dx-rtl .dx-invalid.dx-dropdowneditor .dx-texteditor-buttons-container::after,.dx-rtl .dx-valid.dx-dropdowneditor .dx-texteditor-buttons-container::after,.dx-rtl.dx-invalid.dx-dropdowneditor .dx-texteditor-buttons-container::after,.dx-rtl.dx-valid.dx-dropdowneditor .dx-texteditor-buttons-container::after{right:auto;left:30px}.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-buttons-container::after,.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-buttons-container::after{right:54px}.dx-rtl .dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-buttons-container::after,.dx-rtl .dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-buttons-container::after,.dx-rtl.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-buttons-container::after,.dx-rtl.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-buttons-container::after{right:auto;left:54px}.dx-dropdowneditor-overlay.dx-popup-wrapper .dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2);overflow:hidden}.dx-dropdowneditor-overlay .dx-list-group-header,.dx-dropdowneditor-overlay .dx-list-item-content{font-size:14px;line-height:20px}.dx-list{margin:0;min-height:3em}.dx-list .dx-scrollview-content:focus{outline:0}.dx-wrap-item-text>.dx-list-group>.dx-list-group-body>.dx-list-item>.dx-list-item-content,.dx-wrap-item-text>.dx-list-item>.dx-list-item-content{white-space:normal}.dx-empty-collection .dx-list-select-all{display:none}.dx-list-group-header::before{width:0;height:0;display:block;float:right;margin-top:6px;border-style:solid;border-color:rgba(0,0,0,0);border-width:5px 5px 0}.dx-list-collapsible-groups .dx-list-group-header{cursor:pointer}.dx-list-collapsible-groups .dx-list-group-header::before{content:" ";content:none}.dx-list-group-collapsed .dx-list-group-header::before{border-width:0 5px 5px}.dx-list-group-body{overflow:hidden}.dx-list-item{cursor:pointer;display:table;width:100%;table-layout:fixed;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-list-item-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;width:100%}.dx-list-item-content::before{content:"_";color:rgba(0,0,0,0);display:inline-block;width:0;float:left}.dx-list .dx-empty-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:3em}.dx-list-item-badge-container{display:table-cell;width:20px;text-align:right;vertical-align:middle}.dx-list-item-badge{float:right;position:relative}.dx-list-item-chevron-container{display:table-cell;vertical-align:middle}.dx-list-item-icon-container{display:inline-block}.dx-list-item-chevron{border-width:2px 0 0 2px;opacity:.3}.dx-list-item-response-wait{opacity:.5;transition:opacity .2s linear}.dx-list-slide-menu-content{display:table;width:100%;table-layout:fixed}.dx-list-item-after-bag,.dx-list-item-before-bag{display:table-cell;width:0;height:100%;vertical-align:middle}.dx-list-item-before-bag .dx-list-toggle-delete-switch{display:block;float:left;padding:3px 0}.dx-list-item-before-bag .dx-icon-toggle-delete{transition:.1s linear}.dx-list-item-before-bag .dx-list-select-checkbox{float:left;transition:.1s linear}.dx-list-select-all-label{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-list-item-after-bag .dx-list-reorder-handle{cursor:move;background-repeat:no-repeat;touch-action:manipulation}.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle{cursor:default}.dx-list-switchable-menu-shield-positioning{position:relative;transform:translateZ(0)}.dx-device-android-4 .dx-list-switchable-menu-shield-positioning{transform:none}.dx-list-switchable-delete-bottom-shield,.dx-list-switchable-delete-top-shield{position:absolute;right:0;left:0;cursor:pointer}.dx-list-switchable-delete-top-shield{top:0}.dx-list-switchable-delete-bottom-shield{bottom:0}.dx-list-switchable-delete-item-content-shield{position:absolute;top:0;right:0;bottom:0;left:0}.dx-list-switchable-delete-button-container{position:absolute;top:0;bottom:0;overflow:hidden}.dx-list-switchable-delete-button-wrapper{display:table;height:100%}.dx-list-switchable-delete-button-inner-wrapper{display:table-cell;padding-left:1px;height:100%;vertical-align:middle}.dx-list-switchable-menu-item-shield-positioning,.dx-list-switchable-menu-item-shield-positioning .dx-list-item-content,.dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content{position:relative}.dx-list-switchable-delete-ready .dx-icon-toggle-delete{transform:rotate(-90deg)}.dx-list-slide-menu-buttons-container{position:absolute;width:100%;top:0;bottom:0;left:0;overflow:hidden}.dx-device-ios .dx-list-slide-menu-buttons-container{-webkit-mask-image:-webkit-radial-gradient(white, black)}.dx-list-slide-menu-buttons{position:relative;top:0;left:0;bottom:0;display:table;height:100%}.dx-list-slide-menu-button{display:table-cell;padding:0 10px;vertical-align:middle;bottom:1px}.dx-list-static-delete-button .dx-button-content{overflow:visible}.dx-list-next-button{padding:5px;text-align:center}.dx-state-disabled .dx-list-item,.dx-state-disabled .dx-list-switchable-delete-button,.dx-state-disabled .dx-list-toggle-delete-switch,.dx-state-disabled.dx-list-item{cursor:default}.dx-list-context-menuitem{cursor:pointer}.dx-rtl .dx-list .dx-list-item-badge-container,.dx-rtl.dx-list .dx-list-item-badge-container{padding-left:10px;padding-right:0}.dx-rtl .dx-list .dx-list-item-badge,.dx-rtl.dx-list .dx-list-item-badge{float:left}.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch,.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch{float:right}.dx-rtl .dx-list .dx-list-slide-item-delete-button-container,.dx-rtl.dx-list .dx-list-slide-item-delete-button-container{right:100%;left:0}.dx-rtl .dx-list .dx-list-slide-item-delete-button,.dx-rtl.dx-list .dx-list-slide-item-delete-button{right:auto;left:0}.dx-rtl .dx-list .dx-list-group-header::before,.dx-rtl.dx-list .dx-list-group-header::before{float:left}.dx-list-item-chevron{transform:rotate(0);border:none;opacity:1;font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center;margin-left:-5px;color:rgba(20,20,20,.54)}.dx-rtl .dx-list-item-chevron{margin-left:auto;margin-right:-6px;transform:rotate(0)}.dx-list-item-chevron::before{content:""}.dx-list-item-icon-container{width:40px;height:24px;vertical-align:bottom}.dx-list-item-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-list-search{margin-bottom:5px;padding-top:4px}.dx-list-search.dx-searchbox .dx-placeholder::before{font-size:16px}.dx-list-search.dx-searchbox .dx-clear-button-area{width:23px}.dx-list-group-header,.dx-list-item,.dx-list-select-all{position:relative}.dx-list-group-header .dx-inkripple,.dx-list-item .dx-inkripple,.dx-list-select-all .dx-inkripple{overflow:hidden}.dx-list{border:none}.dx-list.dx-list-with-search .dx-scrollable-wrapper{height:calc(100% - 48px)}.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon::before{border-color:#000}.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox .dx-checkbox-icon::after{background-color:rgba(20,20,20,.1);transform:scale(1)}.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon::after,.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox.dx-checkbox-indeterminate .dx-checkbox-icon::after{background-color:rgba(5,5,0,.1);transform:scale(1)}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected{background-color:rgba(0,0,0,.12);color:#141414}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused){background-color:rgba(0,0,0,.14);color:#141414}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused{background-color:rgba(0,0,0,.04);color:#363636}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected{background-color:rgba(0,0,0,.18);color:#141414}.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active,.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content{background-color:#ccc}.dx-list-group:not(.dx-list-group-collapsed):not(:last-child){padding-bottom:8px;border-bottom:1px solid #e0e0e0}.dx-list-group:not(.dx-list-group-collapsed)+.dx-list-group:not(.dx-list-group-collapsed) .dx-list-group-header{border-top-color:rgba(0,0,0,0)}.dx-list-collapsible-groups .dx-list-group.dx-list-group-collapsed .dx-list-group-header-indicator{font:24px/1 DXIcons}.dx-list-collapsible-groups .dx-list-group.dx-list-group-collapsed .dx-list-group-header-indicator::before{content:""}.dx-list-group.dx-list-group-collapsed .dx-list-group-header{color:#141414}.dx-list-group .dx-list-item:first-of-type{margin-top:0}.dx-list-group .dx-list-item:last-of-type{margin-bottom:0}.dx-list-group-header{font-weight:400;padding:14px 16px;background:rgba(255,255,255,0);color:#050500;border-top:1px solid rgba(0,0,0,0);font-size:16px}.dx-list-group-header .dx-list-group-header-indicator{color:rgba(20,20,20,.54)}.dx-list-collapsible-groups .dx-list-group-header .dx-list-group-header-indicator{font:24px/1 DXIcons;float:right;margin-top:-2px}.dx-list-collapsible-groups .dx-list-group-header .dx-list-group-header-indicator::before{content:""}.dx-list-group-header .dx-inkripple{height:auto;top:-1px;bottom:0}.dx-list-group-header::before{content:none}.dx-list-item .dx-icon-toggle-delete{background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3Argba%2820,%2020,%2020,%200.54%29%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-size:100%}.dx-list-item.dx-state-active,.dx-list-item.dx-state-hover{background-color:rgba(0,0,0,.04);color:#363636}.dx-list-item.dx-state-active .dx-list-switchable-delete-button-inner-wrapper,.dx-list-item.dx-state-hover .dx-list-switchable-delete-button-inner-wrapper{background-color:rgba(0,0,0,.04)}.dx-list-item:first-of-type{border-top:none;margin-top:8px}.dx-list-item:last-of-type{border-bottom:none;margin-bottom:8px}.dx-list-item .dx-icon{color:rgba(20,20,20,.54)}.dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover{color:#767676;background:#fff;border-top:1px solid rgba(5,5,0,.5);border-bottom:1px solid rgba(5,5,0,.5);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-list .dx-empty-message,.dx-list-item{color:#141414}.dx-list-item-separator-hidden .dx-list .dx-empty-message,.dx-list-item-separator-hidden .dx-list-item{border-top:none;border-bottom:none}.dx-list-item-content{font-size:16px;padding:14px 16px 13px}.dx-list .dx-empty-message{text-align:left;padding:8px 16px 7px;color:rgba(20,20,20,.54);font-size:12px}.dx-list-next-button .dx-button{margin-top:20px;padding:0}.dx-list-next-button .dx-button .dx-button-content{padding:6px 16px}.dx-list-next-button .dx-button .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:12px;margin-left:0}.dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-list-next-button .dx-button .dx-icon,.dx-rtl.dx-list-next-button .dx-button .dx-icon{margin-left:12px;margin-right:0}.dx-rtl .dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-list-next-button .dx-button .dx-icon.dx-icon-right{margin-right:12px;margin-left:0}.dx-list-next-button .dx-button .dx-button-content{padding-left:58px;padding-right:58px}.dx-list-item-chevron-container{width:27px;padding-top:7px}.dx-list-border-visible{border:1px solid #e0e0e0}.dx-list-item-before-bag.dx-list-toggle-delete-switch-container{width:46px}.dx-list-item-before-bag.dx-list-select-checkbox-container,.dx-list-item-before-bag.dx-list-select-radiobutton-container{width:56px}.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch{border:none;background:0 0;padding:0;height:24px;width:24px;margin-left:15px;box-shadow:none}.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content{padding:0}.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content .dx-inkripple-wave{display:none}.dx-list-item-before-bag .dx-icon-toggle-delete{width:23px;height:23px}.dx-list-item-before-bag .dx-list-select-checkbox,.dx-list-item-before-bag .dx-list-select-radiobutton{margin-top:-1px;margin-bottom:-3px;margin-left:16px}.dx-list-toggle-delete-switch-container+.dx-list-item-content{padding-left:34px}.dx-list-select-all{white-space:nowrap;padding:13px 0;font-size:16px;position:relative}.dx-list-select-all::after{content:"";position:absolute;bottom:1px;left:16px;right:16px;height:1px;background-color:#e0e0e0}.dx-list-select-all-checkbox{float:left;margin:-1px 0 -3px 16px}.dx-list-select-all-label{line-height:17px;padding:0 35px;margin-top:2px}.dx-list-item-after-bag.dx-list-static-delete-button-container{width:43px}.dx-list-item-after-bag.dx-list-reorder-handle-container{width:44.8px}.dx-list-item-after-bag .dx-list-reorder-handle{font:24px/24px DXIcons;color:rgba(20,20,20,.27);width:38.4px;height:38.4px;background-position:7px 7px;background-size:24px 24px;padding:7px;text-align:center}.dx-list-item-after-bag .dx-list-reorder-handle::before{content:""}.dx-list-slide-menu-button-delete{font:24px/1 DXIcons;color:#fff;border:1px solid rgba(0,0,0,.24);border-right-color:rgba(0,0,0,0);background-color:#ea2222;display:table-cell;vertical-align:middle;padding:0 16px;width:56px;box-shadow:inset 3px 0 5px -3px rgba(0,0,0,.24),inset 0 3px 5px -3px rgba(0,0,0,.24),inset 0 -3px 5px -3px rgba(0,0,0,.24)}.dx-list-slide-menu-button-delete::before{content:""}.dx-list-slide-menu-button-menu{border:1px solid rgba(0,0,0,0);color:#000;background-color:#fff}.dx-list-static-delete-button{margin-right:16px;padding:0;border-radius:50%;height:34px;margin-top:-2px}.dx-list-static-delete-button.dx-button{box-shadow:none;background-color:rgba(0,0,0,0)}.dx-list-static-delete-button.dx-button .dx-button-content{z-index:1}.dx-list-switchable-delete-button-inner-wrapper{padding-right:6px;background-color:#fff}.dx-button.dx-list-switchable-delete-button{background-color:rgba(0,0,0,0);color:#ea2222;box-shadow:none}.dx-button.dx-list-switchable-delete-button .dx-icon{color:#ea2222}.dx-button.dx-list-switchable-delete-button.dx-state-focused,.dx-button.dx-list-switchable-delete-button.dx-state-hover{background-color:rgba(234,34,34,.08);box-shadow:none}.dx-button.dx-list-switchable-delete-button.dx-state-active{background-color:rgba(234,34,34,.36);box-shadow:none}.dx-button.dx-list-switchable-delete-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-button.dx-list-switchable-delete-button.dx-state-disabled .dx-icon{opacity:.6}.dx-button.dx-list-switchable-delete-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-button.dx-list-switchable-delete-button .dx-inkripple-wave{background-color:rgba(234,34,34,.2)}.dx-list-context-menucontent{background-color:#fff;border:1px solid #e0e0e0;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1)}.dx-state-disabled .dx-list-item,.dx-state-disabled.dx-list-item{background-color:rgba(0,0,0,0);opacity:.6}.dx-rtl .dx-list .dx-empty-message,.dx-rtl.dx-list .dx-empty-message{text-align:right}.dx-rtl .dx-list .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch,.dx-rtl.dx-list .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch{margin-right:15px;margin-left:0}.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton{margin-right:16px;margin-left:1px}.dx-rtl .dx-list .dx-list-select-all-checkbox,.dx-rtl.dx-list .dx-list-select-all-checkbox{float:right;margin-right:16px;margin-left:1px}.dx-rtl .dx-list .dx-list-switchable-delete-button,.dx-rtl.dx-list .dx-list-switchable-delete-button{margin-right:0}.dx-rtl .dx-list .dx-list-switchable-delete-button-inner-wrapper,.dx-rtl.dx-list .dx-list-switchable-delete-button-inner-wrapper{padding-left:6px;padding-right:0}.dx-list-item-badge-container{padding-right:16px}.dx-device-mobile .dx-list{border:none}.dx-device-mobile .dx-list.dx-list-with-search .dx-scrollable-wrapper{height:calc(100% - 48px)}.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon::before{border-color:#000}.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox .dx-checkbox-icon::after{background-color:rgba(20,20,20,.1);transform:scale(1)}.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon::after,.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox.dx-checkbox-indeterminate .dx-checkbox-icon::after{background-color:rgba(5,5,0,.1);transform:scale(1)}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected{background-color:rgba(0,0,0,.12);color:#141414}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused){background-color:rgba(0,0,0,.14);color:#141414}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused{background-color:rgba(0,0,0,.04);color:#363636}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected{background-color:rgba(0,0,0,.18);color:#141414}.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active,.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content{background-color:#ccc}.dx-device-mobile .dx-list-group:not(.dx-list-group-collapsed):not(:last-child){padding-bottom:8px;border-bottom:1px solid #e0e0e0}.dx-device-mobile .dx-list-group:not(.dx-list-group-collapsed)+.dx-device-mobile .dx-list-group:not(.dx-list-group-collapsed) .dx-list-group-header{border-top-color:rgba(0,0,0,0)}.dx-list-collapsible-groups .dx-device-mobile .dx-list-group.dx-list-group-collapsed .dx-list-group-header-indicator{font:24px/1 DXIcons}.dx-list-collapsible-groups .dx-device-mobile .dx-list-group.dx-list-group-collapsed .dx-list-group-header-indicator::before{content:""}.dx-device-mobile .dx-list-group.dx-list-group-collapsed .dx-list-group-header{color:#141414}.dx-device-mobile .dx-list-group .dx-list-item:first-of-type{margin-top:0}.dx-device-mobile .dx-list-group .dx-list-item:last-of-type{margin-bottom:0}.dx-device-mobile .dx-list-group-header{font-weight:400;padding:14px 15px;background:rgba(255,255,255,0);color:#050500;border-top:1px solid rgba(0,0,0,0);font-size:16px}.dx-device-mobile .dx-list-group-header .dx-list-group-header-indicator{color:rgba(20,20,20,.54)}.dx-list-collapsible-groups .dx-device-mobile .dx-list-group-header .dx-list-group-header-indicator{font:24px/1 DXIcons;float:right;margin-top:-2px}.dx-list-collapsible-groups .dx-device-mobile .dx-list-group-header .dx-list-group-header-indicator::before{content:""}.dx-device-mobile .dx-list-group-header .dx-inkripple{height:auto;top:-1px;bottom:0}.dx-device-mobile .dx-list-group-header::before{content:none}.dx-device-mobile .dx-list-item .dx-icon-toggle-delete{background-image:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3Argba%2820,%2020,%2020,%200.54%29%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-size:100%}.dx-device-mobile .dx-list-item.dx-state-active,.dx-device-mobile .dx-list-item.dx-state-hover{background-color:rgba(0,0,0,.04);color:#363636}.dx-device-mobile .dx-list-item.dx-state-active .dx-list-switchable-delete-button-inner-wrapper,.dx-device-mobile .dx-list-item.dx-state-hover .dx-list-switchable-delete-button-inner-wrapper{background-color:rgba(0,0,0,.04)}.dx-device-mobile .dx-list-item:first-of-type{border-top:none;margin-top:8px}.dx-device-mobile .dx-list-item:last-of-type{border-bottom:none;margin-bottom:8px}.dx-device-mobile .dx-list-item .dx-icon{color:rgba(20,20,20,.54)}.dx-device-mobile .dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover{color:#767676;background:#fff;border-top:1px solid rgba(5,5,0,.5);border-bottom:1px solid rgba(5,5,0,.5);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-device-mobile .dx-list .dx-empty-message,.dx-device-mobile .dx-list-item{color:#141414}.dx-list-item-separator-hidden .dx-device-mobile .dx-list .dx-empty-message,.dx-list-item-separator-hidden .dx-device-mobile .dx-list-item{border-top:none;border-bottom:none}.dx-device-mobile .dx-list-item-content{font-size:16px;padding:14px 15px 13px}.dx-device-mobile .dx-list .dx-empty-message{text-align:left;padding:8px 15px 7px;color:rgba(20,20,20,.54);font-size:12px}.dx-device-mobile .dx-list-next-button .dx-button{margin-top:20px;padding:0}.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content{padding:6px 16px}.dx-device-mobile .dx-list-next-button .dx-button .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:12px;margin-left:0}.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon,.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon{margin-left:12px;margin-right:0}.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right{margin-right:12px;margin-left:0}.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content{padding-left:58px;padding-right:58px}.dx-device-mobile .dx-list-item-chevron-container{width:26px;padding-top:7px}.dx-device-mobile .dx-list-border-visible{border:1px solid #e0e0e0}.dx-device-mobile .dx-list-item-before-bag.dx-list-toggle-delete-switch-container{width:45px}.dx-device-mobile .dx-list-item-before-bag.dx-list-select-checkbox-container,.dx-device-mobile .dx-list-item-before-bag.dx-list-select-radiobutton-container{width:55px}.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch{border:none;background:0 0;padding:0;height:24px;width:24px;margin-left:14px;box-shadow:none}.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content{padding:0}.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content .dx-inkripple-wave{display:none}.dx-device-mobile .dx-list-item-before-bag .dx-icon-toggle-delete{width:23px;height:23px}.dx-device-mobile .dx-list-item-before-bag .dx-list-select-checkbox,.dx-device-mobile .dx-list-item-before-bag .dx-list-select-radiobutton{margin-top:-1px;margin-bottom:-3px;margin-left:15px}.dx-device-mobile .dx-list-toggle-delete-switch-container+.dx-list-item-content{padding-left:33px}.dx-device-mobile .dx-list-select-all{padding:13px 0;font-size:16px;position:relative}.dx-device-mobile .dx-list-select-all::after{content:"";position:absolute;bottom:1px;left:16px;right:16px;height:1px;background-color:#e0e0e0}.dx-device-mobile .dx-list-select-all-checkbox{float:left;margin:-1px 0 -3px 15px}.dx-device-mobile .dx-list-select-all-label{line-height:17px;padding:0 35px;margin-top:2px}.dx-device-mobile .dx-list-item-after-bag.dx-list-static-delete-button-container{width:42px}.dx-device-mobile .dx-list-item-after-bag.dx-list-reorder-handle-container{width:43.8px}.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle{font:24px/24px DXIcons;color:rgba(20,20,20,.27);width:38.4px;height:38.4px;background-position:7px 7px;background-size:24px 24px;padding:7px;text-align:center}.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle::before{content:""}.dx-device-mobile .dx-list-slide-menu-button{bottom:1px}.dx-device-mobile .dx-list-slide-menu-button-delete{font:24px/1 DXIcons;color:#fff;border:1px solid rgba(0,0,0,.24);border-right-color:rgba(0,0,0,0);background-color:#ea2222;display:table-cell;vertical-align:middle;padding:0 15px;width:54px;box-shadow:inset 3px 0 5px -3px rgba(0,0,0,.24),inset 0 3px 5px -3px rgba(0,0,0,.24),inset 0 -3px 5px -3px rgba(0,0,0,.24)}.dx-device-mobile .dx-list-slide-menu-button-delete::before{content:""}.dx-device-mobile .dx-list-slide-menu-button-menu{border:1px solid rgba(0,0,0,0);color:#000;background-color:#fff}.dx-device-mobile .dx-list-static-delete-button{margin-right:15px;padding:0;border-radius:50%;height:34px;margin-top:-2px}.dx-device-mobile .dx-list-static-delete-button.dx-button{box-shadow:none;background-color:rgba(0,0,0,0)}.dx-device-mobile .dx-list-static-delete-button.dx-button .dx-button-content{z-index:1}.dx-device-mobile .dx-list-switchable-delete-button-inner-wrapper{padding-right:6px;background-color:#fff}.dx-device-mobile .dx-button.dx-list-switchable-delete-button{background-color:rgba(0,0,0,0);color:#ea2222;box-shadow:none}.dx-device-mobile .dx-button.dx-list-switchable-delete-button .dx-icon{color:#ea2222}.dx-device-mobile .dx-button.dx-list-switchable-delete-button.dx-state-focused,.dx-device-mobile .dx-button.dx-list-switchable-delete-button.dx-state-hover{background-color:rgba(234,34,34,.08);box-shadow:none}.dx-device-mobile .dx-button.dx-list-switchable-delete-button.dx-state-active{background-color:rgba(234,34,34,.36);box-shadow:none}.dx-device-mobile .dx-button.dx-list-switchable-delete-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-device-mobile .dx-button.dx-list-switchable-delete-button.dx-state-disabled .dx-icon{opacity:.6}.dx-device-mobile .dx-button.dx-list-switchable-delete-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-device-mobile .dx-button.dx-list-switchable-delete-button .dx-inkripple-wave{background-color:rgba(234,34,34,.2)}.dx-device-mobile .dx-list-context-menucontent{background-color:#fff;border:1px solid #e0e0e0;border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.1)}.dx-device-mobile .dx-state-disabled .dx-list-item,.dx-device-mobile .dx-state-disabled.dx-list-item{background-color:rgba(0,0,0,0);opacity:.6}.dx-device-mobile .dx-rtl .dx-list .dx-empty-message,.dx-device-mobile .dx-rtl.dx-list .dx-empty-message{text-align:right}.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch,.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch{margin-right:14px;margin-left:0}.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton{margin-right:15px;margin-left:1px}.dx-device-mobile .dx-rtl .dx-list .dx-list-select-all-checkbox,.dx-device-mobile .dx-rtl.dx-list .dx-list-select-all-checkbox{float:right;margin-right:15px;margin-left:1px}.dx-device-mobile .dx-rtl .dx-list .dx-list-switchable-delete-button,.dx-device-mobile .dx-rtl.dx-list .dx-list-switchable-delete-button{margin-right:0}.dx-device-mobile .dx-rtl .dx-list .dx-list-switchable-delete-button-inner-wrapper,.dx-device-mobile .dx-rtl.dx-list .dx-list-switchable-delete-button-inner-wrapper{padding-left:6px;padding-right:0}.dx-device-mobile .dx-list-item-badge-container{padding-right:15px}.dx-numberbox{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-numberbox input[type=number]{-moz-appearance:textfield}.dx-numberbox input[type=number]::-webkit-inner-spin-button,.dx-numberbox input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dx-numberbox-spin-container{height:100%}.dx-numberbox-spin-down,.dx-numberbox-spin-up{position:relative;width:100%;height:50%;cursor:pointer}.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down,.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up{width:50%;height:100%;display:inline-block}.dx-numberbox-spin-down-icon,.dx-numberbox-spin-up-icon{width:100%;height:100%}.dx-state-disabled .dx-numberbox-spin-container{opacity:.2;opacity:1}.dx-numberbox-spin-container{overflow:hidden;width:24px}.dx-numberbox-spin-up-icon{font:14px/1 DXIcons;color:rgba(20,20,20,.54)}.dx-numberbox-spin-up-icon::before{content:""}.dx-numberbox-spin-down-icon{font:14px/1 DXIcons;color:rgba(20,20,20,.54)}.dx-numberbox-spin-down-icon::before{content:""}.dx-numberbox-spin-down-icon,.dx-numberbox-spin-up-icon{font-size:24px;text-align:center;line-height:24px}.dx-numberbox-spin-down-icon::before,.dx-numberbox-spin-up-icon::before{position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-numberbox-spin-button{padding:1px;height:50%}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined .dx-texteditor-input{padding-right:0}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-underlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-outlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{right:12px}.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{left:12px;right:auto}.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid .dx-texteditor-input-container::after{right:6px}.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-invalid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-underlined.dx-valid .dx-texteditor-input-container::after{left:6px;right:auto}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined .dx-texteditor-input{padding-right:16px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-underlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-underlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-underlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-outlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-outlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-outlined .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{right:12px}.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{left:12px;right:auto}.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid .dx-texteditor-input-container::after,.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid .dx-texteditor-input-container::after{right:6px}.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-invalid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-filled.dx-valid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-invalid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin.dx-numberbox-box.dx-editor-outlined.dx-valid .dx-texteditor-input-container::after{left:6px;right:auto}.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-underlined .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-underlined .dx-texteditor-input{padding-right:46px}.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-left:46px;padding-right:0}.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-outlined .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-filled .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-outlined .dx-texteditor-input{padding-right:62px}.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding:15px 16px 14px 62px}.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{right:12px}.dx-rtl .dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin-touch-friendly.dx-invalid.dx-editor-outlined .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-filled .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin-touch-friendly.dx-valid.dx-editor-outlined .dx-texteditor-input-container::after{left:12px;right:auto}.dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-input-container::after,.dx-numberbox-spin-touch-friendly.dx-valid .dx-texteditor-input-container::after{right:6px}.dx-rtl .dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-input-container::after,.dx-rtl .dx-numberbox-spin-touch-friendly.dx-valid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin-touch-friendly.dx-invalid .dx-texteditor-input-container::after,.dx-rtl.dx-numberbox-spin-touch-friendly.dx-valid .dx-texteditor-input-container::after{left:6px;right:auto}.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container{width:74px;border-left:none}.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon,.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon{background-position:center}.dx-numberbox-spin-touch-friendly.dx-editor-underlined.dx-show-clear-button .dx-texteditor-input{padding-right:0}.dx-numberbox-spin-touch-friendly.dx-editor-filled.dx-show-clear-button .dx-texteditor-input,.dx-numberbox-spin-touch-friendly.dx-editor-outlined.dx-show-clear-button .dx-texteditor-input{padding-right:16px}.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container,.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container{border-right:none}.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input,.dx-numberbox.dx-rtl.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input,.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly.dx-show-clear-button .dx-texteditor-input,.dx-rtl .dx-numberbox.dx-numberbox-spin.dx-show-clear-button .dx-texteditor-input{padding-left:24px}.dx-numberbox.dx-rtl.dx-numberbox-spin.dx-editor-underlined .dx-texteditor-input,.dx-rtl .dx-numberbox.dx-numberbox-spin.dx-editor-underlined .dx-texteditor-input{padding-left:0}.dx-numberbox.dx-rtl.dx-numberbox-spin.dx-editor-filled .dx-texteditor-input,.dx-numberbox.dx-rtl.dx-numberbox-spin.dx-editor-outlined .dx-texteditor-input,.dx-rtl .dx-numberbox.dx-numberbox-spin.dx-editor-filled .dx-texteditor-input,.dx-rtl .dx-numberbox.dx-numberbox-spin.dx-editor-outlined .dx-texteditor-input{padding-left:16px}.dx-calendar{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;position:relative;display:block}.dx-calendar.dx-calendar-with-footer .dx-calendar-footer{position:absolute;bottom:0;text-align:center;height:45px;width:100%}.dx-calendar-views-wrapper{width:100%;height:100%;position:relative}.dx-calendar-navigator{position:relative;text-align:center;width:100%}.dx-calendar-navigator .dx-calendar-caption-button{text-decoration:none;font-size:14px;line-height:1.2;text-transform:uppercase;right:32px;left:32px}.dx-calendar-body{overflow:hidden;position:absolute;left:0;right:0;bottom:0;top:45px}.dx-calendar-body .dx-widget{position:absolute;width:100%;height:100%}.dx-calendar-body table{width:100%;height:100%;position:absolute;direction:ltr;table-layout:fixed;border-spacing:0}.dx-calendar-body td{cursor:pointer;box-sizing:content-box}.dx-calendar-body thead th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-calendar-contoured-date{outline-offset:-1px}.dx-rtl.dx-calendar .dx-calendar-body table{left:0}.dx-rtl.dx-calendar .dx-calendar-body .dx-widget{direction:ltr}.dx-state-disabled .dx-calendar .dx-calendar-navigator-next-month,.dx-state-disabled .dx-calendar .dx-calendar-navigator-previous-month,.dx-state-disabled .dx-calendar-body table td,.dx-state-disabled .dx-calendar-body table th,.dx-state-disabled.dx-calendar .dx-calendar-navigator-next-month,.dx-state-disabled.dx-calendar .dx-calendar-navigator-previous-month{cursor:default}.dx-calendar{width:226px;min-width:226px;height:264.4px;min-height:264.4px;background-color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;border:1px solid rgba(0,0,0,0)}.dx-calendar.dx-calendar-with-footer{height:319.4px;min-height:289.4px}.dx-calendar.dx-calendar-with-footer .dx-calendar-body{bottom:55px}.dx-calendar-navigator{line-height:1.6;height:36px;display:table;border-collapse:collapse}.dx-calendar-navigator .dx-button{position:absolute;height:100%;display:table-cell;background-color:rgba(0,0,0,0);color:#fff;box-shadow:none}.dx-calendar-navigator .dx-button .dx-icon{color:#fff;font-size:24px}.dx-calendar-navigator .dx-button.dx-state-focused,.dx-calendar-navigator .dx-button.dx-state-hover{background-color:rgba(255,255,255,.08);box-shadow:none}.dx-calendar-navigator .dx-button.dx-state-active{background-color:rgba(255,255,255,.36);box-shadow:none}.dx-calendar-navigator .dx-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-calendar-navigator .dx-button.dx-state-disabled .dx-icon{opacity:.6}.dx-calendar-navigator .dx-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-calendar-navigator .dx-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-calendar-navigator .dx-button .dx-button-text{text-transform:none}.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link{border-collapse:collapse;visibility:visible;opacity:1}.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link .dx-button-content{opacity:.5}.dx-calendar-navigator .dx-button.dx-state-active:not(.dx-calendar-disabled-navigator-link),.dx-calendar-navigator .dx-button.dx-state-hover:not(.dx-calendar-disabled-navigator-link){z-index:1}.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content{padding:2px 15px 4px}.dx-calendar-navigator-previous-month.dx-state-hover{z-index:1}.dx-calendar-navigator-next-view,.dx-calendar-navigator-previous-month{width:32px;background:0 0}.dx-calendar-navigator-next-view.dx-button,.dx-calendar-navigator-previous-month.dx-button{margin:0 1px}.dx-calendar-navigator-next-view .dx-button-content,.dx-calendar-navigator-previous-month .dx-button-content{padding:0}.dx-calendar-navigator-previous-month,.dx-calendar-navigator-previous-view{left:0}.dx-calendar-navigator-previous-month.dx-button,.dx-calendar-navigator-previous-view.dx-button{border-radius:4px 0 0 4px}.dx-calendar-navigator-previous-month.dx-button .dx-icon,.dx-calendar-navigator-previous-view.dx-button .dx-icon{color:#050500}.dx-calendar-navigator-next-month,.dx-calendar-navigator-next-view{right:0}.dx-calendar-navigator-next-month.dx-button,.dx-calendar-navigator-next-view.dx-button{border-radius:0 4px 4px 0}.dx-calendar-navigator-next-month.dx-button .dx-icon,.dx-calendar-navigator-next-view.dx-button .dx-icon{color:#050500}.dx-calendar-body thead{font-size:11px;line-height:1.2}.dx-calendar-body thead tr{height:25px;padding-bottom:10px}.dx-calendar-body table th{color:#7a7a7a;font-weight:500;text-align:center;padding:1px 0 10px}.dx-calendar-cell{white-space:normal;text-align:center;padding:0;color:#141414;font-size:12px;width:32px;border-radius:50%}.dx-calendar-view-decade .dx-calendar-cell span,.dx-calendar-view-year .dx-calendar-cell span{line-height:400%;width:48px}.dx-calendar-view-century .dx-calendar-cell span{line-height:200%;width:48px}.dx-calendar-cell span{display:inline-block;width:28px;line-height:28px;border-radius:50%}.dx-calendar-cell.dx-calendar-today{font-weight:700;color:#050500}.dx-calendar-cell.dx-calendar-contoured-date:not(.dx-calendar-today):not(.dx-calendar-selected-date):not(.dx-calendar-empty-cell),.dx-calendar-cell.dx-state-hover{color:#141414}.dx-calendar-cell.dx-calendar-contoured-date:not(.dx-calendar-today):not(.dx-calendar-selected-date):not(.dx-calendar-empty-cell) span,.dx-calendar-cell.dx-state-hover span{background-color:rgba(0,0,0,.04)}.dx-calendar-cell.dx-calendar-empty-cell,.dx-calendar-cell.dx-calendar-empty-cell.dx-state-active,.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover,.dx-calendar-cell.dx-calendar-other-view,.dx-calendar-cell.dx-calendar-other-view.dx-state-active,.dx-calendar-cell.dx-calendar-other-view.dx-state-hover{color:#919191}.dx-calendar-cell.dx-calendar-empty-cell{cursor:default;color:rgba(20,20,20,.25)}.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover:not(.dx-calendar-selected-date){color:rgba(20,20,20,.25)}.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover:not(.dx-calendar-selected-date) span{background-color:rgba(0,0,0,0)}.dx-calendar-cell.dx-state-active:not(.dx-calendar-empty-cell):not(.dx-calendar-selected-date) span{background-color:rgba(96,96,96,.2)}.dx-calendar-cell.dx-calendar-selected-date span,.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today span{color:#fff;background-color:#050500;font-weight:400}.dx-invalid.dx-calendar{border-color:rgba(234,34,34,.4)}.dx-invalid.dx-calendar.dx-state-focused{border-color:#ea2222}.dx-popup-wrapper .dx-calendar .dx-calendar-caption-button{margin:0}.dx-texteditor input[type=date]::-webkit-inner-spin-button{height:20px}.dx-datebox-native.dx-state-focused.dx-texteditor-empty .dx-placeholder{display:none}.dx-datebox{max-width:100%}.dx-datebox .dx-texteditor-input::-webkit-datetime-edit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit{color:rgba(0,0,0,0)}.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit{color:inherit}.dx-datebox-wrapper .dx-popup-content{padding-top:20px;padding-bottom:20px}.dx-rtl .dx-texteditor-input{text-align:right}.dx-datebox-button-cell .dx-button{min-width:90px}.dx-datebox-button-cell .dx-button.dx-datebox-apply-button{margin-right:10px;margin-left:0}.dx-datebox-button-cell .dx-button.dx-datebox-cancel-button{margin-right:0;margin-left:0}.dx-datebox-buttons-container{text-align:right;width:100%}.dx-timeview .dx-state-disabled .dx-widget,.dx-timeview .dx-state-disabled.dx-widget,.dx-timeview.dx-state-disabled .dx-widget,.dx-timeview.dx-state-disabled.dx-widget{opacity:1}.dx-timeview-clock{position:relative;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22182%22%20height%3D%22182%22%20viewBox%3D%220%200%20182%20182%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d)%22%3E%0A%3Ccircle%20cx%3D%2291%22%20cy%3D%2291%22%20r%3D%2285%22%20fill%3D%22%23fff%22%2F%3E%0A%3Cpath%20d%3D%22M88.835%2015.4421V23.2701H87.153V17.3431C87.0605%2017.4249%2086.9501%2017.5033%2086.8219%2017.578C86.6974%2017.6492%2086.5639%2017.7151%2086.4215%2017.7756C86.2791%2017.8325%2086.1313%2017.8824%2085.9783%2017.9251C85.8252%2017.9642%2085.6739%2017.9927%2085.5244%2018.0105V16.5902C85.9623%2016.462%2086.3752%2016.2983%2086.7632%2016.0989C87.1512%2015.8996%2087.5019%2015.6806%2087.8151%2015.4421H88.835Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M92.9733%2021.8711H96.2198V23.2701H91.1257V22.6934C91.1257%2022.3019%2091.1916%2021.9512%2091.3233%2021.6415C91.455%2021.3282%2091.6205%2021.0488%2091.8199%2020.8032C92.0192%2020.554%2092.2364%2020.3351%2092.4713%2020.1464C92.7098%2019.9542%2092.9359%2019.7815%2093.1495%2019.6285C93.3737%2019.4683%2093.5695%2019.3152%2093.7368%2019.1692C93.9077%2019.0233%2094.0501%2018.8791%2094.164%2018.7367C94.2815%2018.5908%2094.3687%2018.4448%2094.4257%2018.2989C94.4826%2018.1494%2094.5111%2017.9909%2094.5111%2017.8236C94.5111%2017.4961%2094.4185%2017.2487%2094.2334%2017.0814C94.0483%2016.9141%2093.7653%2016.8305%2093.3844%2016.8305C92.7259%2016.8305%2092.0958%2017.0921%2091.4942%2017.6154V16.131C92.1599%2015.7002%2092.911%2015.4849%2093.7475%2015.4849C94.1355%2015.4849%2094.4826%2015.5365%2094.7888%2015.6397C95.0985%2015.7394%2095.3601%2015.8836%2095.5737%2016.0722C95.7873%2016.2609%2095.9492%2016.4905%2096.0596%2016.761C96.1735%2017.028%2096.2305%2017.327%2096.2305%2017.6581C96.2305%2018.0105%2096.1753%2018.3238%2096.0649%2018.5979C95.9581%2018.872%2095.814%2019.1212%2095.6324%2019.3454C95.4544%2019.5697%2095.248%2019.7762%2095.013%2019.9649C94.7781%2020.15%2094.5342%2020.3297%2094.2815%2020.5042C94.1106%2020.6252%2093.9451%2020.7462%2093.7849%2020.8673C93.6283%2020.9847%2093.4894%2021.1022%2093.3684%2021.2197C93.2474%2021.3336%2093.1513%2021.4457%2093.0801%2021.5561C93.0089%2021.6664%2092.9733%2021.7714%2092.9733%2021.8711Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M93.3369%20165.802C93.3369%20166.179%2093.2711%20166.531%2093.1394%20166.859C93.0076%20167.186%2092.8243%20167.471%2092.5894%20167.713C92.3544%20167.952%2092.075%20168.14%2091.751%20168.279C91.4271%20168.415%2091.0729%20168.482%2090.6884%20168.482C90.2577%20168.482%2089.8715%20168.402%2089.5297%20168.242C89.1915%20168.082%2088.905%20167.85%2088.67%20167.548C88.4351%20167.242%2088.2553%20166.868%2088.1307%20166.426C88.0061%20165.985%2087.9438%20165.485%2087.9438%20164.926C87.9438%20164.267%2088.0239%20163.671%2088.1841%20163.137C88.3479%20162.6%2088.5793%20162.14%2088.8783%20161.759C89.1809%20161.379%2089.5457%20161.085%2089.9729%20160.878C90.4001%20160.668%2090.8807%20160.563%2091.4146%20160.563C92.0056%20160.563%2092.4648%20160.633%2092.7923%20160.772V162.181C92.4043%20161.961%2091.9806%20161.85%2091.5214%20161.85C91.2366%20161.85%2090.9786%20161.905%2090.7472%20162.016C90.5158%20162.126%2090.3164%20162.283%2090.1491%20162.486C89.9854%20162.689%2089.8554%20162.934%2089.7593%20163.223C89.6668%20163.507%2089.6169%20163.826%2089.6098%20164.178H89.6419C90.005%20163.676%2090.5407%20163.425%2091.2491%20163.425C91.5659%20163.425%2091.8525%20163.482%2092.1088%20163.596C92.3651%20163.71%2092.584%20163.872%2092.7656%20164.082C92.9471%20164.289%2093.0877%20164.538%2093.1874%20164.83C93.2871%20165.122%2093.3369%20165.446%2093.3369%20165.802ZM91.687%20165.908C91.687%20165.086%2091.3506%20164.675%2090.6778%20164.675C90.5247%20164.675%2090.3859%20164.703%2090.2613%20164.76C90.1367%20164.817%2090.0299%20164.897%2089.9409%20165.001C89.8519%20165.104%2089.7825%20165.227%2089.7326%20165.369C89.6864%20165.508%2089.6632%20165.663%2089.6632%20165.834C89.6632%20166.022%2089.6881%20166.199%2089.738%20166.362C89.7878%20166.526%2089.8572%20166.67%2089.9462%20166.795C90.0388%20166.916%2090.1474%20167.012%2090.2719%20167.083C90.3965%20167.154%2090.5354%20167.19%2090.6884%20167.19C90.8415%20167.19%2090.9786%20167.16%2091.0996%20167.099C91.2242%20167.035%2091.3292%20166.948%2091.4146%20166.838C91.5036%20166.724%2091.5713%20166.588%2091.6175%20166.432C91.6638%20166.272%2091.687%20166.097%2091.687%20165.908Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M125.714%20155.329C125.714%20155.703%20125.649%20156.041%20125.521%20156.344C125.393%20156.646%20125.21%20156.906%20124.971%20157.123C124.736%20157.341%20124.452%20157.508%20124.117%20157.625C123.782%20157.743%20123.41%20157.802%20123.001%20157.802C122.289%20157.802%20121.76%20157.695%20121.415%20157.481V156.552C121.935%20156.887%20122.467%20157.054%20123.012%20157.054C123.289%20157.054%20123.539%20157.013%20123.759%20156.931C123.983%20156.849%20124.174%20156.735%20124.331%20156.589C124.487%20156.443%20124.606%20156.267%20124.688%20156.061C124.774%20155.854%20124.816%20155.628%20124.816%20155.383C124.816%20154.884%20124.649%20154.494%20124.315%20154.213C123.98%20153.928%20123.494%20153.786%20122.857%20153.786C122.754%20153.786%20122.645%20153.788%20122.531%20153.791C122.417%20153.795%20122.303%20153.8%20122.189%20153.807C122.075%20153.811%20121.963%20153.816%20121.853%20153.823C121.746%20153.831%20121.648%20153.839%20121.559%20153.85L121.821%20150.011H125.361V150.801H122.579L122.424%20153.049C122.538%20153.042%20122.659%20153.037%20122.787%20153.033C122.916%20153.026%20123.029%20153.022%20123.129%20153.022C123.535%20153.022%20123.898%20153.076%20124.218%20153.183C124.539%20153.289%20124.809%20153.443%20125.03%20153.642C125.254%20153.838%20125.423%20154.08%20125.537%20154.368C125.655%20154.653%20125.714%20154.973%20125.714%20155.329Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M124.405%2033.9508H123.53V27.3349C123.462%2027.4025%20123.362%2027.4808%20123.231%2027.5698C123.102%2027.6553%20122.956%2027.7407%20122.793%2027.8261C122.633%2027.9116%20122.462%2027.9917%20122.28%2028.0664C122.102%2028.1412%20121.928%2028.1999%20121.757%2028.2426V27.3562C121.949%2027.3029%20122.152%2027.2317%20122.366%2027.1427C122.583%2027.0501%20122.795%2026.9487%20123.001%2026.8383C123.211%2026.7244%20123.409%2026.6069%20123.594%2026.4859C123.779%2026.3613%20123.939%2026.2403%20124.074%2026.1228H124.405V33.9508Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M152.67%20123.309V128.366H153.652V129.167H152.67V130.966H151.805V129.167H148.206V128.409C148.54%20128.031%20148.879%20127.629%20149.22%20127.202C149.562%20126.771%20149.888%20126.335%20150.198%20125.894C150.511%20125.452%20150.799%20125.013%20151.063%20124.575C151.33%20124.133%20151.554%20123.712%20151.735%20123.309H152.67ZM149.194%20128.366H151.805V124.618C151.538%20125.084%20151.285%20125.5%20151.047%20125.867C150.808%20126.234%20150.58%20126.567%20150.363%20126.866C150.149%20127.165%20149.945%20127.435%20149.749%20127.677C149.553%20127.919%20149.368%20128.149%20149.194%20128.366Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M152.253%2052.3328C152.253%2052.0979%20152.216%2051.8932%20152.141%2051.7187C152.07%2051.5443%20151.97%2051.4001%20151.842%2051.2862C151.718%2051.1687%20151.57%2051.0815%20151.399%2051.0246C151.228%2050.9676%20151.043%2050.9391%20150.844%2050.9391C150.673%2050.9391%20150.505%2050.9623%20150.342%2051.0086C150.178%2051.0548%20150.018%2051.1189%20149.861%2051.2008C149.708%2051.2827%20149.559%2051.3806%20149.413%2051.4945C149.27%2051.6084%20149.137%2051.7348%20149.012%2051.8736V50.9338C149.258%2050.6953%20149.532%2050.5137%20149.834%2050.3892C150.141%2050.261%20150.513%2050.1969%20150.95%2050.1969C151.264%2050.1969%20151.554%2050.2432%20151.821%2050.3358C152.088%2050.4248%20152.319%2050.5565%20152.515%2050.7309C152.711%2050.9053%20152.864%2051.1207%20152.974%2051.377C153.088%2051.6333%20153.145%2051.927%20153.145%2052.258C153.145%2052.5606%20153.109%2052.8347%20153.038%2053.0804C152.971%2053.326%20152.866%2053.5574%20152.723%2053.7745C152.584%2053.9917%20152.408%2054.1999%20152.195%2054.3993C151.981%2054.5986%20151.73%2054.8015%20151.442%2055.008C151.082%2055.2643%20150.785%2055.4832%20150.55%2055.6648C150.319%2055.8463%20150.133%2056.0172%20149.995%2056.1774C149.859%2056.334%20149.763%2056.4924%20149.706%2056.6526C149.653%2056.8092%20149.626%2056.9908%20149.626%2057.1973H153.439V57.9822H148.713V57.6031C148.713%2057.2756%20148.749%2056.9872%20148.82%2056.738C148.891%2056.4889%20149.009%2056.2521%20149.172%2056.0279C149.336%2055.8036%20149.55%2055.5793%20149.813%2055.3551C150.08%2055.1308%20150.406%2054.878%20150.79%2054.5968C151.068%2054.3975%20151.299%2054.207%20151.484%2054.0255C151.673%2053.8439%20151.824%2053.6624%20151.938%2053.4808C152.052%2053.2993%20152.132%2053.116%20152.179%2052.9308C152.228%2052.7422%20152.253%2052.5428%20152.253%2052.3328Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M162.324%2096.0035V94.535C162.837%2094.9088%20163.435%2095.0957%20164.118%2095.0957C164.549%2095.0957%20164.884%2095.0032%20165.122%2094.8181C165.364%2094.6329%20165.485%2094.3749%20165.485%2094.0438C165.485%2093.7021%20165.336%2093.4386%20165.037%2093.2535C164.741%2093.0684%20164.334%2092.9759%20163.814%2092.9759H163.104V91.6837H163.761C164.757%2091.6837%20165.256%2091.3526%20165.256%2090.6905C165.256%2090.0675%20164.873%2089.756%20164.108%2089.756C163.595%2089.756%20163.097%2089.9216%20162.612%2090.2526V88.875C163.15%2088.6044%20163.777%2088.4692%20164.492%2088.4692C165.275%2088.4692%20165.884%2088.6454%20166.318%2088.9978C166.756%2089.3502%20166.975%2089.8076%20166.975%2090.3701C166.975%2091.3704%20166.468%2091.9969%20165.453%2092.2497V92.2764C165.994%2092.344%20166.421%2092.5416%20166.735%2092.8691C167.048%2093.193%20167.205%2093.5917%20167.205%2094.0652C167.205%2094.7807%20166.943%2095.3467%20166.42%2095.7632C165.896%2096.1797%20165.174%2096.3879%20164.252%2096.3879C163.461%2096.3879%20162.819%2096.2598%20162.324%2096.0035Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M19.8147%2092.0574C19.8147%2092.7374%2019.74%2093.3461%2019.5905%2093.8836C19.441%2094.4176%2019.222%2094.8697%2018.9337%2095.2399C18.6489%2095.6101%2018.3001%2095.8949%2017.8871%2096.0942C17.4742%2096.29%2017.0061%2096.3879%2016.4828%2096.3879C15.8563%2096.3879%2015.3169%2096.2882%2014.8649%2096.0889V94.7006C15.2671%2094.964%2015.7512%2095.0957%2016.3172%2095.0957C16.8975%2095.0957%2017.3514%2094.8981%2017.6789%2094.503C18.0064%2094.1079%2018.1719%2093.5365%2018.1755%2092.789L18.1434%2092.7783C17.8052%2093.2802%2017.2909%2093.5312%2016.6003%2093.5312C16.287%2093.5312%2015.9969%2093.4725%2015.7299%2093.355C15.4665%2093.2375%2015.2369%2093.0755%2015.0411%2092.8691C14.8488%2092.659%2014.6975%2092.4099%2014.5872%2092.1215C14.4804%2091.8332%2014.427%2091.5163%2014.427%2091.171C14.427%2090.7688%2014.4929%2090.4021%2014.6246%2090.0711C14.7563%2089.74%2014.9396%2089.4552%2015.1746%2089.2167C15.4131%2088.9782%2015.6978%2088.7949%2016.0289%2088.6667C16.36%2088.535%2016.7266%2088.4692%2017.1289%2088.4692C17.5454%2088.4692%2017.9192%2088.551%2018.2502%2088.7148C18.5813%2088.875%2018.8625%2089.1082%2019.0939%2089.4143C19.3288%2089.7204%2019.5068%2090.096%2019.6279%2090.541C19.7524%2090.9859%2019.8147%2091.4914%2019.8147%2092.0574ZM18.1114%2091.1604C18.1114%2090.9646%2018.0865%2090.7813%2018.0366%2090.6104C17.9868%2090.436%2017.9174%2090.2864%2017.8284%2090.1618C17.7394%2090.0373%2017.6308%2089.9394%2017.5027%2089.8682C17.3745%2089.7934%2017.2339%2089.756%2017.0808%2089.756C16.9349%2089.756%2016.7996%2089.7881%2016.675%2089.8521C16.554%2089.9162%2016.449%2090.0052%2016.36%2090.1191C16.271%2090.2295%2016.2016%2090.363%2016.1517%2090.5196C16.1019%2090.6762%2016.077%2090.8453%2016.077%2091.0269C16.077%2091.2262%2016.1019%2091.4042%2016.1517%2091.5608C16.2016%2091.7139%2016.271%2091.8438%2016.36%2091.9506C16.4525%2092.0574%2016.5629%2092.1393%2016.691%2092.1963C16.8192%2092.2497%2016.9616%2092.2764%2017.1182%2092.2764C17.2677%2092.2764%2017.403%2092.2479%2017.524%2092.1909C17.6451%2092.1304%2017.7483%2092.0503%2017.8337%2091.9506C17.9227%2091.851%2017.9904%2091.7335%2018.0366%2091.5982C18.0865%2091.463%2018.1114%2091.317%2018.1114%2091.1604Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M26.0617%20127.941C26.0617%20127.738%2026.0937%20127.535%2026.1578%20127.332C26.2219%20127.125%2026.3127%20126.933%2026.4301%20126.755C26.5512%20126.577%2026.6989%20126.415%2026.8733%20126.269C27.0513%20126.123%2027.2524%20126.008%2027.4767%20125.922C27.1456%20125.737%2026.8822%20125.5%2026.6864%20125.212C26.4906%20124.92%2026.3927%20124.598%2026.3927%20124.245C26.3927%20123.964%2026.4461%20123.704%2026.5529%20123.466C26.6633%20123.227%2026.8146%20123.021%2027.0068%20122.846C27.199%20122.672%2027.4269%20122.537%2027.6903%20122.441C27.9537%20122.341%2028.2385%20122.291%2028.5446%20122.291C28.8543%20122.291%2029.1409%20122.341%2029.4043%20122.441C29.6678%20122.54%2029.8956%20122.677%2030.0878%20122.852C30.28%20123.026%2030.4295%20123.233%2030.5363%20123.471C30.6431%20123.71%2030.6965%20123.968%2030.6965%20124.245C30.6965%20124.598%2030.5986%20124.92%2030.4028%20125.212C30.2071%20125.5%2029.9472%20125.737%2029.6233%20125.922C29.844%20126.008%2030.0415%20126.123%2030.216%20126.269C30.3904%20126.415%2030.5363%20126.577%2030.6538%20126.755C30.7748%20126.933%2030.8674%20127.125%2030.9315%20127.332C30.9956%20127.535%2031.0276%20127.738%2031.0276%20127.941C31.0276%20128.275%2030.9671%20128.581%2030.846%20128.859C30.725%20129.137%2030.5541%20129.375%2030.3334%20129.574C30.1163%20129.77%2029.8546%20129.923%2029.5485%20130.034C29.2459%20130.144%2028.9113%20130.199%2028.5446%20130.199C28.1815%20130.199%2027.8487%20130.144%2027.5461%20130.034C27.2435%20129.923%2026.9819%20129.77%2026.7612%20129.574C26.5405%20129.375%2026.3678%20129.137%2026.2432%20128.859C26.1222%20128.581%2026.0617%20128.275%2026.0617%20127.941ZM27.0122%20127.866C27.0122%20128.104%2027.0477%20128.32%2027.1189%20128.512C27.1937%20128.704%2027.2969%20128.868%2027.4286%20129.003C27.5639%20129.138%2027.7259%20129.243%2027.9146%20129.318C28.1068%20129.389%2028.3186%20129.425%2028.55%20129.425C28.7742%20129.425%2028.9807%20129.388%2029.1694%20129.313C29.3581%20129.238%2029.52%20129.133%2029.6553%20128.998C29.7941%20128.863%2029.9009%20128.699%2029.9757%20128.507C30.054%20128.314%2030.0931%20128.101%2030.0931%20127.866C30.0931%20127.652%2030.0558%20127.453%2029.981%20127.268C29.9098%20127.079%2029.8066%20126.914%2029.6713%20126.771C29.536%20126.629%2029.3741%20126.517%2029.1854%20126.435C28.9967%20126.353%2028.7849%20126.312%2028.55%20126.312C28.3293%20126.312%2028.1246%20126.351%2027.9359%20126.429C27.7508%20126.504%2027.5888%20126.611%2027.45%20126.75C27.3147%20126.885%2027.2079%20127.049%2027.1296%20127.241C27.0513%20127.43%2027.0122%20127.638%2027.0122%20127.866ZM27.2845%20124.315C27.2845%20124.496%2027.3165%20124.666%2027.3806%20124.822C27.4482%20124.975%2027.539%20125.111%2027.6529%20125.228C27.7704%20125.342%2027.9057%20125.433%2028.0587%20125.5C28.2118%20125.564%2028.3756%20125.596%2028.55%20125.596C28.7244%20125.596%2028.8882%20125.563%2029.0412%20125.495C29.1979%20125.427%2029.3331%20125.337%2029.447%20125.223C29.561%20125.105%2029.6517%20124.97%2029.7194%20124.817C29.787%20124.66%2029.8208%20124.493%2029.8208%20124.315C29.8208%20124.13%2029.787%20123.959%2029.7194%20123.802C29.6553%20123.646%2029.5663%20123.51%2029.4524%20123.396C29.3385%20123.283%2029.2032%20123.194%2029.0466%20123.129C28.8935%20123.062%2028.728%20123.028%2028.55%20123.028C28.3613%20123.028%2028.1887%20123.062%2028.032%20123.129C27.879%20123.197%2027.7455%20123.29%2027.6316%20123.407C27.5212%20123.521%2027.4358%20123.656%2027.3752%20123.813C27.3147%20123.97%2027.2845%20124.137%2027.2845%20124.315Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M56.7857%20152.298C56.6683%20152.501%2056.5259%20152.754%2056.3586%20153.057C56.1948%20153.359%2056.0204%20153.699%2055.8353%20154.076C55.6502%20154.454%2055.4615%20154.86%2055.2693%20155.294C55.077%20155.728%2054.8973%20156.177%2054.73%20156.64C54.5627%20157.102%2054.4149%20157.572%2054.2868%20158.049C54.1622%20158.523%2054.0714%20158.989%2054.0144%20159.448H53.0747C53.1387%20158.993%2053.2366%20158.528%2053.3683%20158.055C53.5036%20157.578%2053.6549%20157.111%2053.8222%20156.656C53.9931%20156.196%2054.1729%20155.755%2054.3615%20155.331C54.5502%20154.908%2054.7335%20154.518%2054.9115%20154.162C55.0895%20153.806%2055.2515%20153.493%2055.3974%20153.222C55.5469%20152.948%2055.6662%20152.734%2055.7552%20152.581H51.9159V151.791H56.7857V152.298Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M29.447%2060.6523H28.5713V54.0365C28.5037%2054.1041%2028.404%2054.1824%2028.2723%2054.2714C28.1442%2054.3568%2027.9982%2054.4423%2027.8345%2054.5277C27.6743%2054.6131%2027.5034%2054.6932%2027.3219%2054.768C27.1439%2054.8428%2026.9694%2054.9015%2026.7986%2054.9442V54.0578C26.9908%2054.0044%2027.1937%2053.9332%2027.4073%2053.8442C27.6244%2053.7517%2027.8362%2053.6502%2028.0427%2053.5399C28.2527%2053.426%2028.4503%2053.3085%2028.6354%2053.1875C28.8205%2053.0629%2028.9807%2052.9418%2029.116%2052.8244H29.447V60.6523Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M36.9226%2056.7917C36.9226%2057.4325%2036.8639%2058.0003%2036.7464%2058.4951C36.6325%2058.9899%2036.4652%2059.4082%2036.2445%2059.7499C36.0273%2060.0881%2035.7586%2060.3462%2035.4382%2060.5242C35.1214%2060.6986%2034.76%2060.7858%2034.3542%2060.7858C33.9698%2060.7858%2033.6262%2060.7022%2033.3237%2060.5349C33.0246%2060.364%2032.7719%2060.1166%2032.5654%2059.7926C32.359%2059.4687%2032.2023%2059.0718%2032.0955%2058.6019C31.9887%2058.1284%2031.9353%2057.5874%2031.9353%2056.9786C31.9353%2056.3094%2031.9905%2055.7185%2032.1009%2055.2059C32.2148%2054.6932%2032.3803%2054.2643%2032.5975%2053.919C32.8146%2053.5701%2033.0834%2053.3085%2033.4038%2053.1341C33.7277%2052.9561%2034.0979%2052.8671%2034.5144%2052.8671C36.1199%2052.8671%2036.9226%2054.1753%2036.9226%2056.7917ZM36.0255%2056.8772C36.0255%2054.6986%2035.5076%2053.6093%2034.4717%2053.6093C33.3788%2053.6093%2032.8324%2054.7182%2032.8324%2056.9359C32.8324%2059.0041%2033.3682%2060.0383%2034.4397%2060.0383C35.4969%2060.0383%2036.0255%2058.9846%2036.0255%2056.8772Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M57.0387%2033.9508H56.163V27.3349C56.0954%2027.4025%2055.9957%2027.4808%2055.864%2027.5698C55.7358%2027.6553%2055.5899%2027.7407%2055.4261%2027.8261C55.2659%2027.9116%2055.0951%2027.9917%2054.9135%2028.0664C54.7355%2028.1412%2054.5611%2028.1999%2054.3902%2028.2426V27.3562C54.5825%2027.3029%2054.7854%2027.2317%2054.9989%2027.1427C55.2161%2027.0501%2055.4279%2026.9487%2055.6344%2026.8383C55.8444%2026.7244%2056.042%2026.6069%2056.2271%2026.4859C56.4122%2026.3613%2056.5724%2026.2403%2056.7076%2026.1228H57.0387V33.9508Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3Cpath%20d%3D%22M62.9337%2033.9508H62.058V27.3349C61.9904%2027.4025%2061.8907%2027.4808%2061.759%2027.5698C61.6308%2027.6553%2061.4849%2027.7407%2061.3211%2027.8261C61.1609%2027.9116%2060.9901%2027.9917%2060.8085%2028.0664C60.6305%2028.1412%2060.4561%2028.1999%2060.2852%2028.2426V27.3562C60.4775%2027.3029%2060.6804%2027.2317%2060.894%2027.1427C61.1111%2027.0501%2061.3229%2026.9487%2061.5294%2026.8383C61.7394%2026.7244%2061.937%2026.6069%2062.1221%2026.4859C62.3072%2026.3613%2062.4674%2026.2403%2062.6027%2026.1228H62.9337V33.9508Z%22%20fill%3D%22rgba%2820,%2020,%2020,%200.54%29%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d%22%20x%3D%222%22%20y%3D%224%22%20width%3D%22178%22%20height%3D%22178%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%20dy%3D%222%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%222%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.05%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");min-width:182px;min-height:182px;max-height:182px;background-size:182px;background-repeat:no-repeat;background-position:50% 50%;margin-bottom:10px}.dx-timeview-hourarrow,.dx-timeview-minutearrow{position:absolute;left:50%;width:10px;margin-left:-5px;height:50%;background-position:bottom;background-repeat:no-repeat;transform-origin:50% 100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dx-timeview-hourarrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%2248%22%20viewBox%3D%220%200%206%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%226%22%20height%3D%2244%22%20rx%3D%223%22%20fill%3D%22%23050500%22%2F%3E%0A%3C%2Fsvg%3E%0A")}.dx-timeview-minutearrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2266%22%20viewBox%3D%220%200%2010%2066%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%223%22%20width%3D%224%22%20height%3D%2264%22%20rx%3D%222%22%20fill%3D%22%23050500%22%2F%3E%0A%3Ccircle%20cx%3D%225%22%20cy%3D%2261%22%20r%3D%223.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%23050500%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A")}.dx-timeview{height:auto;width:auto}.dx-timeview .dx-texteditor .dx-texteditor-container .dx-texteditor-input{padding-right:0;padding-left:12px}.dx-rtl .dx-timeview .dx-texteditor .dx-texteditor-container .dx-texteditor-input{padding-left:0;padding-right:12px}.dx-timeview .dx-texteditor .dx-texteditor-container .dx-texteditor-buttons-container .dx-dropdowneditor-button{margin-right:0}.dx-rtl .dx-timeview .dx-texteditor .dx-texteditor-container .dx-texteditor-buttons-container .dx-dropdowneditor-button,.dx-timeview .dx-texteditor .dx-texteditor-container .dx-texteditor-buttons-container .dx-dropdowneditor-button.dx-rtl{margin-left:0}.dx-timeview-format12{width:64px;margin-left:5px;margin-right:auto}.dx-rtl .dx-timeview-format12,.dx-timeview-format12.dx-rtl{margin-left:auto;margin-right:5px}.dx-timeview-time-separator{margin:0 5px}.dx-timeview-field{min-height:35px}.dx-timeview-field .dx-numberbox{width:64px}.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly{width:110px}.dx-dateview-item{margin:0;height:40px;line-height:40px;text-align:center;font-size:1.3em;color:#141414}.dx-dateview-rollers{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;flex-flow:row nowrap}.dx-dateview-item-selected-border,.dx-dateviewroller-day .dx-dateview-name-formatter,.dx-dateviewroller-month .dx-dateview-value-formatter{display:none}.dx-dateview-rollers{width:auto;text-align:center;display:block}.dx-dateviewroller-current .dx-dateview-item{transition:font-size .2s ease-out}.dx-dateviewroller{position:relative;vertical-align:top;cursor:pointer;flex:1 1 auto;min-width:4em;text-align:center;display:inline-block}.dx-dateviewroller .dx-button{display:none}.dx-dateviewroller .dx-scrollable-content::after,.dx-dateviewroller .dx-scrollable-content::before{content:"";height:71px;display:block}.dx-dateviewroller .dx-scrollable-container{height:182px}.dx-dateviewroller.dx-dateviewroller-year{min-width:4.85em}.dx-dateviewroller.dx-state-active .dx-button{display:none}.dx-dateviewroller-month{min-width:12em}.dx-dateviewroller-hours::after{content:":";font-size:2.2em;position:absolute;right:-9%;font-weight:700;top:37%;color:#141414}.dx-dateviewroller-hours .dx-dateview-item-selected-frame{padding-left:20%}.dx-dateviewroller-minutes .dx-dateview-item-selected-frame{width:80%}.dx-dateview-item-selected{font-size:1.8em;color:#050500}.dx-rtl.dx-dateviewroller-hours::after{left:-9%;right:auto}.dx-dateview-item-selected-frame{position:absolute;top:71px;width:100%}.dx-dateview-item-selected-frame::after,.dx-dateview-item-selected-frame::before{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;content:"";display:block;width:100%;position:absolute;height:71px}.dx-dateview-item-selected-frame::before{top:-71px;background-repeat:no-repeat;background-image:linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 60%)}.dx-dateview-item-selected-frame::after{top:40px;background-repeat:no-repeat;background-image:linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 60%)}.dx-device-phone .dx-dateview-rollers,.dx-device-tablet .dx-dateview-rollers{display:flex;flex-flow:row nowrap}.dx-device-phone .dx-dateviewroller-month,.dx-device-tablet .dx-dateviewroller-month{min-width:4em}.dx-device-phone .dx-dateview-item,.dx-device-tablet .dx-dateview-item{font-size:1.1em}.dx-device-phone .dx-dateview-item-selected,.dx-device-tablet .dx-dateview-item-selected{font-size:1.4em}.dx-datebox-wrapper .dx-popup-title{min-height:10px;border-bottom:none;background:0 0}.dx-datebox-wrapper .dx-item{border:none}.dx-datebox-wrapper .dx-popup-bottom .dx-button{width:auto}.dx-datebox-datetime-time-side{background-color:rgba(221,221,221,.2)}.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content{margin:0 34px}.dx-datebox-wrapper-list .dx-overlay-content{border-top:none}.dx-device-phone .dx-datebox-wrapper-rollers .dx-popup-content{padding:10px}.dx-datebox-calendar .dx-dropdowneditor-icon{font:24px/24px DXIcons;width:24px;height:100%;text-align:center}.dx-datebox-calendar .dx-dropdowneditor-icon::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-datebox-calendar.dx-dropdowneditor-active.dx-editor-filled{background:rgba(20,20,20,.07)}.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon{opacity:1}.dx-datebox-wrapper-calendar .dx-popup-content{padding:0}.dx-datebox-wrapper-calendar .dx-calendar{border:none;margin:16px}.dx-datebox-wrapper-calendar .dx-datebox-container-cell{margin-right:16px;margin-bottom:16px}.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview{padding:16px}.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell{margin-top:-1px;margin-right:16px}@media(max-width: 320px){.dx-datebox-wrapper-calendar .dx-calendar{margin:18px}}.dx-rtl .dx-datebox-wrapper .dx-popup-bottom .dx-toolbar-button+.dx-toolbar-button .dx-button{margin-right:5px;margin-left:0}.dx-datebox-list .dx-dropdowneditor-icon{font:24px/24px DXIcons;width:24px;height:100%;text-align:center}.dx-datebox-list .dx-dropdowneditor-icon::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-datebox-wrapper-list .dx-popup-content{padding:0}.dx-datebox input[type=date]{line-height:normal}.dx-datebox.dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input{padding-right:34px}.dx-datebox.dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-underlined.dx-rtl .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-underlined.dx-rtl .dx-texteditor-input{padding-right:0;padding-left:34px}.dx-datebox.dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-filled .dx-texteditor-input,.dx-datebox.dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-outlined .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-filled .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-outlined .dx-texteditor-input{padding-right:50px}.dx-datebox.dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-datebox.dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-outlined.dx-rtl .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-filled.dx-rtl .dx-texteditor-input,.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-dropdowneditor-button-visible.dx-editor-outlined.dx-rtl .dx-texteditor-input{padding-right:16px;padding-left:50px}.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input{min-height:33px}.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content{margin:0}.dx-dropdownlist-popup-wrapper{height:100%}.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2);border-top-width:0;border-bottom-width:1px}.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped{border-top-width:1px;border-bottom-width:0}.dx-dropdownlist-popup-wrapper .dx-popup-content{height:100%;padding:1px}.dx-dropdownlist-popup-wrapper .dx-list{height:100%;min-height:48px}.dx-dropdownlist-popup-wrapper .dx-list-select-all{padding:16px 0 12px}.dx-dropdownlist-popup-wrapper .dx-empty-message,.dx-dropdownlist-popup-wrapper .dx-list-item{border-top:0}.dx-dropdownlist-popup-wrapper .dx-empty-message:last-of-type,.dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-autocomplete.dx-invalid .dx-texteditor-buttons-container::after,.dx-autocomplete.dx-valid .dx-texteditor-buttons-container::after{right:12px}.dx-rtl .dx-autocomplete.dx-invalid .dx-texteditor-buttons-container::after,.dx-rtl .dx-autocomplete.dx-valid .dx-texteditor-buttons-container::after,.dx-rtl.dx-autocomplete.dx-invalid .dx-texteditor-buttons-container::after,.dx-rtl.dx-autocomplete.dx-valid .dx-texteditor-buttons-container::after{left:12px}.dx-autocomplete.dx-validation-pending .dx-texteditor-buttons-container .dx-pending-indicator{right:12px}.dx-rtl .dx-autocomplete.dx-validation-pending .dx-texteditor-buttons-container .dx-pending-indicator,.dx-rtl.dx-autocomplete.dx-validation-pending .dx-texteditor-buttons-container .dx-pending-indicator{left:12px}.dx-loadindicator{width:32px;height:32px;display:inline-block;overflow:hidden;border:none;background-color:rgba(0,0,0,0);line-height:100%}.dx-loadindicator-wrapper{width:100%;height:100%;font-size:32px;margin:auto}.dx-loadindicator-image{background-size:contain;transform-origin:50% 50%;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7")}.dx-loadindicator-icon-custom{position:relative;width:100%;height:100%;background-size:100% 100%;transform-origin:50% 50%;animation:1.5s linear infinite dx-loadindicator-icon-custom-rotate}@keyframes dx-loadindicator-icon-custom-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.dx-loadindicator-container>.dx-loadindicator{top:50%;left:50%;position:absolute;margin-top:-16px;margin-left:-16px}.dx-loadindicator-container>.dx-loadindicator.dx-loadindicator{margin-top:-16px;margin-left:-16px}.dx-loadindicator-content{position:relative;height:100%;width:100%;animation:1568ms linear infinite dx-content-rotation}.dx-loadindicator-image .dx-loadindicator-content{animation:none}.dx-loadindicator-icon{direction:ltr;position:absolute;height:100%;width:100%;animation:5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both dx-icon-rotation}.dx-loadindicator-segment{height:100%;width:100%;position:absolute}.dx-loadindicator-segment-inner{position:relative;height:100%;border-color:#337ab7 #337ab7 rgba(0,0,0,0);border-width:.12em;border-style:solid;animation:none;border-radius:50%}.dx-loadindicator-segment0,.dx-loadindicator-segment2{width:50%;height:100%;overflow:hidden}.dx-loadindicator-segment0 .dx-loadindicator-segment-inner,.dx-loadindicator-segment2 .dx-loadindicator-segment-inner{width:200%}.dx-loadindicator-segment2{left:0}.dx-loadindicator-segment2 .dx-loadindicator-segment-inner{border-right-color:rgba(0,0,0,0);transform:rotate(-129deg);animation:1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both dx-left-segment-rotation}.dx-loadindicator-segment0{right:0}.dx-loadindicator-segment0 .dx-loadindicator-segment-inner{left:-100%;border-left-color:rgba(0,0,0,0);transform:rotate(129deg);animation:1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both dx-right-segment-rotation}.dx-loadindicator-segment1{position:absolute;top:0;left:45%;width:10%;height:100%;overflow:hidden;box-sizing:border-box}.dx-loadindicator-segment1 .dx-loadindicator-segment-inner{width:1000%;left:-450%}@keyframes dx-content-rotation{to{transform:rotate(360deg)}}@keyframes dx-icon-rotation{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@keyframes dx-left-segment-rotation{from,to{transform:rotate(130deg)}50%{transform:rotate(-5deg)}}@keyframes dx-right-segment-rotation{from,to{transform:rotate(-130deg)}50%{transform:rotate(5deg)}}.dx-treeview-loadindicator-wrapper{text-align:center}.dx-treeview-node-loadindicator{position:absolute}.dx-treeview{height:100%}.dx-treeview .dx-scrollable:focus,.dx-treeview :focus{outline:0}.dx-treeview .dx-empty-message{line-height:normal}.dx-checkbox+.dx-treeview-node-container,.dx-treeview-node-container:first-child{margin:0;display:block}.dx-treeview-select-all-item{width:100%}.dx-treeview-node-container{list-style-position:inside;padding:0;margin:0;display:none;overflow:hidden}.dx-treeview-node-container.dx-treeview-node-container-opened{display:block}.dx-treeview-node{list-style-type:none;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.dx-treeview-node a{text-decoration:none}.dx-treeview-node .dx-checkbox{position:absolute;margin:0}.dx-treeview-item .dx-treeview-item-content span{vertical-align:middle}.dx-treeview-item.dx-state-disabled{opacity:.5}.dx-treeview-toggle-item-visibility.dx-state-disabled{cursor:default}.dx-rtl .dx-treeview-node-container .dx-treeview-node,.dx-rtl .dx-treeview-node-container .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item,.dx-rtl .dx-treeview-node-container:first-child>.dx-treeview-node{padding-left:0}.dx-rtl .dx-treeview-node-container .dx-treeview-node .dx-treeview-item .dx-treeview-item-content>.dx-icon{margin-right:0}.dx-rtl .dx-treeview-toggle-item-visibility{left:auto;transform:scaleX(-1);right:0}.dx-treeview-node-loadindicator{right:0;top:13px;left:2px;width:20px;height:20px}.dx-rtl .dx-treeview-node .dx-checkbox{left:auto}.dx-rtl.dx-treeview-border-visible .dx-treeview-select-all-item{padding-left:0;padding-right:26px}.dx-rtl.dx-treeview-border-visible .dx-scrollable-content>.dx-treeview-node-container{padding-left:1px;padding-right:8px}.dx-rtl .dx-treeview-node{padding-right:24px}.dx-rtl .dx-treeview-item .dx-treeview-item-content>.dx-icon{margin-left:5px}.dx-rtl .dx-treeview-item-with-checkbox .dx-treeview-item{padding-right:40px}.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox{right:35px;overflow:visible}.dx-rtl .dx-treeview-select-all-item{padding-left:0;padding-right:35px}.dx-rtl .dx-treeview-select-all-item .dx-checkbox-text{padding-left:0;padding-right:31px}.dx-treeview-search{margin-bottom:8px}.dx-treeview-with-search>.dx-scrollable{height:calc(100% - 41px)}.dx-treeview-border-visible{border:1px solid #e0e0e0}.dx-treeview-border-visible .dx-treeview-select-all-item{padding-left:26px}.dx-treeview-border-visible .dx-scrollable-content>.dx-treeview-node-container{padding:1px 1px 1px 8px}.dx-treeview-select-all-item{border-bottom:1px solid #e0e0e0;padding:15px 0 15px 35px}.dx-treeview-select-all-item .dx-checkbox-text{padding-left:31px}.dx-treeview-node{padding-left:24px}.dx-state-selected>.dx-treeview-item{color:#141414}.dx-treeview-item-with-checkbox .dx-treeview-item{color:#141414;padding-left:40px}.dx-treeview-item-with-checkbox .dx-checkbox{top:14px;left:35px}.dx-treeview-item-without-checkbox.dx-state-selected>.dx-treeview-item{color:#141414;background-color:rgba(0,0,0,.12)}.dx-treeview-item-without-checkbox.dx-state-selected>.dx-treeview-item.dx-state-hover:not(.dx-state-focused){background-color:rgba(0,0,0,.14)}.dx-treeview-item-without-checkbox.dx-state-focused>.dx-treeview-item{background-color:rgba(0,0,0,.04);color:#141414}.dx-treeview-item{display:block;cursor:pointer;padding:13px 8px;min-height:48px;line-height:22px}.dx-treeview-item .dx-treeview-item-content>.dx-icon{display:inline-block;vertical-align:middle;margin-right:5px;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-treeview-item.dx-state-hover{background-color:rgba(0,0,0,.04);color:#363636}.dx-treeview-toggle-item-visibility{position:absolute;cursor:pointer;font:24px/24px DXIcons;text-align:center;color:rgba(20,20,20,.54);width:24px;height:48px;top:0;left:0}.dx-treeview-toggle-item-visibility::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened{font:24px/24px DXIcons;text-align:center}.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-menu-base .dx-menu-item-wrapper,.dx-menu-base .dx-menu-items-container{margin:0;padding:0;border:0;outline:0}.dx-menu-base .dx-menu-items-container{list-style-type:none;display:inline-block;white-space:nowrap;cursor:pointer}.dx-menu-base .dx-state-disabled,.dx-menu-base.dx-state-disabled .dx-menu-items-container{cursor:default}.dx-menu-base .dx-menu-item{display:inline-block;position:relative;height:100%;width:100%}.dx-menu-base .dx-menu-item.dx-state-disabled{opacity:.5}.dx-menu-base .dx-menu-item .dx-menu-item-content{white-space:nowrap;height:100%;width:100%;line-height:24px}.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon{display:inline-block;vertical-align:middle;border:0}.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text{display:inline;vertical-align:middle;overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container{position:absolute;top:0;right:0;bottom:0;width:2em}.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout{height:100%}.dx-menu-base.dx-rtl{text-align:right}.dx-menu-base.dx-rtl .dx-menu-item-popout-container{left:0;right:auto}.dx-menu-item{color:#898989}.dx-menu-item.dx-state-focused,.dx-menu-item.dx-state-hover{background-color:rgba(0,0,0,.04)}.dx-menu-item-selected{background-color:#f4f4f4;color:#141414}.dx-menu-item-selected.dx-state-focused{background-color:rgba(0,0,0,.7)}.dx-menu-item-expanded,.dx-menu-item-expanded.dx-state-focused,.dx-menu-item-expanded.dx-state-hover{color:#898989;background-color:#f4f4f4}.dx-menu-base{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:left;color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-menu-base input,.dx-menu-base textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-menu-base.dx-state-focused{outline:0}.dx-menu-base .dx-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout{min-width:7px;min-height:7px}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-icon{margin-left:auto;margin-right:auto}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container{margin-left:0;margin-right:auto}.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout{transform:scaleX(-1)}.dx-menu{position:relative;color:#898989}.dx-menu-horizontal{height:100%}.dx-menu-horizontal::after{height:100%;display:inline-block;content:"";vertical-align:middle}.dx-menu-horizontal .dx-menu-item-wrapper{display:inline-block}.dx-menu-horizontal .dx-menu-separator{display:inline-block;margin:0 15px 0 0}.dx-menu-vertical{height:100%}.dx-menu-vertical::after{height:100%;display:inline-block;content:"";vertical-align:middle}.dx-menu-vertical .dx-menu-item-wrapper{display:block}.dx-menu-vertical .dx-menu-separator{margin:0 0 15px}.dx-rtl.dx-menu{text-align:right}.dx-context-menu-container-border{top:0;right:0;bottom:0;left:0;position:absolute}.dx-context-menu-content-delimiter{position:absolute;display:none;z-index:2000;cursor:pointer}.dx-rtl .dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility,.dx-rtl.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility{left:0;right:auto}.dx-menu-adaptive-mode .dx-treeview-item{cursor:pointer}.dx-menu-adaptive-mode .dx-treeview-node-container:first-child>.dx-treeview-node{padding:1px;border-bottom:1px solid #e0e0e0}.dx-menu-adaptive-mode .dx-treeview-node-container:first-child>.dx-treeview-node .dx-item-content{padding-left:15px}.dx-rtl .dx-menu-adaptive-mode .dx-treeview-node-container:first-child>.dx-treeview-node .dx-item-content,.dx-rtl.dx-menu-adaptive-mode .dx-treeview-node-container:first-child>.dx-treeview-node .dx-item-content{padding-right:15px}.dx-menu-adaptive-mode .dx-treeview-node-container:first-child>.dx-treeview-node:last-child{border-bottom:none}.dx-menu-adaptive-mode-overlay-wrapper{display:flex;flex-flow:row wrap}.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content{display:flex}.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content .dx-treeview{height:auto;flex:1 1 auto}.dx-context-menu-container-border,.dx-context-menu-content-delimiter{background-color:rgba(0,0,0,0)}.dx-menu .dx-menu-item{font-size:14px;border-radius:4px}.dx-menu .dx-menu-item .dx-menu-item-content{padding:12px 16px}.dx-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container{width:0}.dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon{margin-right:16px}.dx-menu.dx-rtl .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon{margin-left:24px;margin-right:0}.dx-menu-adaptive-mode{background-color:#fff}.dx-menu-adaptive-mode .dx-treeview{border:1px solid #e0e0e0;border-radius:4px}.dx-menu-adaptive-mode .dx-treeview,.dx-menu-adaptive-mode .dx-treeview.dx-state-focused{box-shadow:0 3px 10px rgba(0,0,0,.1)}.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility{left:auto;right:0;font-size:18px}.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-node .dx-treeview-toggle-item-visibility{color:inherit}.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-toggle-item-visibility{color:#fff}.dx-selectbox{cursor:pointer}.dx-selectbox .dx-texteditor-input{max-width:100%}.dx-selectbox .dx-texteditor-input:read-only{cursor:pointer}.dx-selectbox-container{position:relative}.dx-state-disabled .dx-selectbox .dx-texteditor-input,.dx-state-disabled.dx-selectbox .dx-texteditor-input{cursor:default}.dx-selectbox-popup-wrapper .dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2)}.dx-selectbox-popup-wrapper .dx-popup-content{padding:0}.dx-selectbox-popup-wrapper .dx-list{background-color:#fff}.dx-toolbar .dx-button-content::after{display:none}.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container,.dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container{height:100%}.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container .dx-toolbar-before,.dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container .dx-toolbar-before{position:relative}.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-item,.dx-toolbar.dx-toolbar-multiline .dx-toolbar-item{display:inline-block}.dx-toolbar .dx-button .dx-icon{box-sizing:content-box}.dx-toolbar-items-container{position:relative;overflow:hidden;width:100%;height:100%}.dx-toolbar-item{display:table-cell;padding:0 5px;vertical-align:middle;box-sizing:content-box}.dx-toolbar-item .dx-tabs{table-layout:auto}.dx-toolbar-item img{display:block}.dx-toolbar-menu-container{display:table-cell;padding:0 5px;vertical-align:middle;box-sizing:content-box}.dx-toolbar-menu-container .dx-tabs{table-layout:auto}.dx-toolbar-menu-container img{display:block}.dx-toolbar-group{float:left;margin:0 10px}.dx-toolbar-after,.dx-toolbar-before{position:absolute}.dx-toolbar-center:empty{display:none}.dx-toolbar-before{left:0}.dx-toolbar-after{right:0}.dx-toolbar-label{white-space:nowrap;-webkit-user-drag:none}.dx-toolbar-label .dx-toolbar-item-content>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-toolbar-label>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 -5px;padding:0 5px}.dx-toolbar-center{margin:0 auto;text-align:center}.dx-toolbar-after,.dx-toolbar-before,.dx-toolbar-center{top:0;display:table;height:100%}.dx-rtl .dx-toolbar-before{right:0;left:auto}.dx-rtl .dx-toolbar-after{right:auto;left:0}.dx-toolbar-menu-section:empty{display:none}.dx-dropdownmenu-popup-wrapper .dx-toolbar-menu-custom>.dx-list-item-content,.dx-toolbar-menu-section .dx-toolbar-hidden-button>.dx-list-item-content,.dx-toolbar-menu-section .dx-toolbar-hidden-button-group>.dx-list-item-content{padding:0}.dx-toolbar-menu-section.dx-toolbar-menu-last-section{border-bottom:none}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button{border:none;background:0 0;margin:0;width:100%;text-align:left}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-text{line-height:normal}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content{text-align:left}.dx-rtl .dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content,.dx-rtl.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content{text-align:right}.dx-toolbar-text-auto-hide .dx-button .dx-button-text{display:none}.dx-toolbar-item-content>.dx-texteditor{width:150px}.dx-toolbar-item-invisible{display:none}.dx-toolbar-hidden-button-group.dx-state-hover{background-color:rgba(0,0,0,0)}.dx-toolbar-hidden-button-group .dx-list-item-content,.dx-toolbar-hidden-button-group .dx-list-item-content .dx-toolbar-item-auto-hide{padding:0}.dx-toolbar-hidden-button-group .dx-buttongroup{width:100%}.dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper{flex-direction:column}.dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper .dx-buttongroup-item{border:none;text-align:left}.dx-rtl .dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper .dx-buttongroup-item,.dx-rtl.dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper .dx-buttongroup-item{text-align:right}.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list{min-height:0;min-width:100px;border-radius:8px}.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item{display:block}.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item:last-of-type{border-bottom:none}.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item-content{display:block}.dx-dropdownmenu-popup-wrapper .dx-overlay-content .dx-popup-content{padding:1px}.dx-dropdownmenu-popup-wrapper .dx-list-item{display:block;border-top:0}.dx-overlay-wrapper.dx-dropdownmenu-popup .dx-overlay-content .dx-popover-arrow{width:0;height:0}.dx-dropdownmenu-popup-wrapper .dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2)}.dx-toolbar{width:100%;background-color:#fff;color:#141414;padding:0;overflow:visible}.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-toolbar .dx-toolbar-after:empty,.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-toolbar .dx-toolbar-items-container{height:56px;overflow:visible}.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-rtl.dx-toolbar .dx-toolbar-menu-container,.dx-toolbar .dx-toolbar-item{padding:0 5px 0 0}.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-device-mobile .dx-toolbar{padding:0;overflow:visible}.dx-device-mobile .dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-device-mobile .dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-device-mobile .dx-toolbar .dx-toolbar-after:empty,.dx-device-mobile .dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-device-mobile .dx-toolbar .dx-toolbar-items-container{height:56px;overflow:visible}.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 5px}.dx-device-mobile .dx-toolbar .dx-toolbar-item,.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container{padding:0 5px 0 0}.dx-device-mobile .dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-item{padding:0 0 0 5px}.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-device-mobile .dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-toolbar.dx-state-disabled{opacity:1}.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-item,.dx-toolbar.dx-toolbar-multiline .dx-toolbar-item{line-height:56px}.dx-toolbar-after .dx-toolbar-item,.dx-toolbar-after .dx-toolbar-item:last-child{padding:0 0 0 5px}.dx-toolbar-after .dx-toolbar-item:first-child{padding:0}.dx-rtl .dx-toolbar-after .dx-toolbar-item:first-child{padding-left:5px}.dx-device-mobile .dx-toolbar-after .dx-toolbar-item,.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:last-child{padding:0 0 0 5px}.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child{padding:0}.dx-rtl .dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child{padding-left:5px}.dx-toolbar-background{background-color:#fff}.dx-toolbar-menu-section{border-bottom:1px solid #e0e0e0}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide,.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-toolbar-item-auto-hide{padding:0}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button,.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button{height:48px;padding:0}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-text,.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button .dx-button-text{text-transform:none;font-weight:400;font-size:16px}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content,.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button .dx-button-content{padding:0 16px}.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content .dx-icon,.dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button .dx-button-content .dx-icon{margin-right:16px;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-rtl .dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content .dx-icon,.dx-rtl .dx-toolbar-menu-section .dx-toolbar-hidden-button-group .dx-button .dx-button-content .dx-icon{margin-right:0;margin-left:16px}.dx-toolbar-menu-section .dx-toolbar-item-auto-hide{padding:14px 16px 13px}.dx-toolbar-button .dx-button-has-text .dx-button-content .dx-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;margin-right:6px;margin-left:0}.dx-rtl .dx-toolbar-button .dx-button-has-text .dx-button-content .dx-icon,.dx-rtl.dx-toolbar-button .dx-button-has-text .dx-button-content .dx-icon,.dx-toolbar-button .dx-button-has-text .dx-button-content .dx-icon.dx-icon-right{margin-left:6px;margin-right:0}.dx-rtl .dx-toolbar-button .dx-button-has-text .dx-button-content .dx-icon.dx-icon-right,.dx-rtl.dx-toolbar-button .dx-button-has-text .dx-button-content .dx-icon.dx-icon-right{margin-right:6px;margin-left:0}.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button{min-width:36px}.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-button-content{padding:6px}.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;margin-right:0;margin-left:0}.dx-rtl .dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon,.dx-rtl.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon,.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right{margin-left:0;margin-right:0}.dx-rtl .dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right,.dx-rtl.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button.dx-button-has-icon.dx-button-has-text{border-radius:50%}.dx-toolbar-button .dx-menu .dx-menu-item{color:#141414;font-size:14px;font-weight:500;height:36px}.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content{padding-top:7px;padding-bottom:7px}.dx-toolbar-button .dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon{margin-right:6px;margin-left:0}.dx-rtl .dx-toolbar-button .dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon,.dx-rtl.dx-toolbar-button .dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon,.dx-toolbar-button .dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon.dx-icon-right{margin-left:6px;margin-right:0}.dx-rtl .dx-toolbar-button .dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon.dx-icon-right,.dx-rtl.dx-toolbar-button .dx-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon.dx-icon-right{margin-right:6px;margin-left:0}.dx-toolbar-button .dx-menu .dx-menu-item.dx-state-active,.dx-toolbar-button .dx-menu .dx-menu-item.dx-state-focused,.dx-toolbar-button .dx-menu .dx-menu-item.dx-state-hover{background-color:#ebebeb}.dx-toolbar-menu-action .dx-button.dx-button-has-icon:not(.dx-button-has-text){border-radius:0}.dx-toolbar .dx-tab{padding:4px}.dx-toolbar-hidden-button-group{margin-top:0;margin-bottom:0}.dx-toolbar-hidden-button-group .dx-buttongroup-wrapper .dx-buttongroup-item.dx-button{box-shadow:none}.dx-toolbar-hidden-button-group .dx-buttongroup-wrapper .dx-buttongroup-item.dx-button .dx-button-content{padding:0 16px}.dx-popup-draggable .dx-popup-title{cursor:move;touch-action:pinch-zoom}.dx-overlay-content>.dx-template-wrapper.dx-popup-title{height:auto;width:auto}.dx-overlay-content .dx-popup-content>.dx-template-wrapper{height:100%;width:100%}.dx-overlay-content .dx-popup-content{box-sizing:content-box}.dx-popup-flex-height{display:flex;flex-wrap:wrap}.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height>.dx-popup-bottom,.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height>.dx-popup-title{width:100%}.dx-popup-flex-height .dx-popup-content{box-sizing:border-box;height:auto;flex:1 1;max-width:100%;flex-basis:100%}.dx-popup-inherit-height .dx-popup-content>.dx-scrollable,.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>div>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable,.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container{max-height:inherit;min-height:inherit}.dx-popup-inherit-height .dx-popup-content>.dx-widget{max-height:inherit}.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>div>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper,.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container{max-height:inherit;min-height:inherit}.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-widget{max-height:inherit}.dx-dialog-root .dx-overlay-shader{background-color:#444}.dx-prevent-safari-scrolling{position:fixed;margin:0;left:0;right:0;top:0}.dx-popup-wrapper>.dx-overlay-content{background:#fff;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);border-radius:4px}.dx-popup-wrapper>.dx-popup-fullscreen{border-radius:0}.dx-popup-title{-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;white-space:normal;position:relative;padding:0 8px 0 24px;min-height:28px;border-bottom:1px solid #e0e0e0;background:0 0;color:#141414}.dx-popup-title.dx-toolbar{padding:0 8px 0 24px;overflow:visible;box-shadow:none}.dx-popup-title.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-popup-title.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-popup-title.dx-toolbar .dx-toolbar-after:empty,.dx-popup-title.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-popup-title.dx-toolbar .dx-toolbar-items-container{height:64px;overflow:visible}.dx-popup-title.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 8px}.dx-popup-title.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-menu-container{padding:0 8px 0 0}.dx-popup-title.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item{padding:0 0 0 8px}.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-popup-title.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-popup-title.dx-toolbar .dx-button.dx-closebutton{display:block}.dx-popup-content{-webkit-user-drag:none;padding:24px}.dx-popup-content>.dx-button{margin:0 8px}.dx-popup-bottom{background:0 0;color:#141414}.dx-popup-bottom.dx-toolbar{padding:0 8px 0 24px;overflow:visible}.dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,.dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container{height:52px;overflow:visible}.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 8px}.dx-popup-bottom.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 8px 0 0}.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item{padding:0 0 0 8px}.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-popup-bottom.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-device-mobile .dx-popup-bottom.dx-toolbar{padding:0 8px 0 24px;overflow:visible}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container{height:52px;overflow:visible}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 8px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 8px 0 0}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item{padding:0 0 0 8px}.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-popup-content.dx-dialog-content{min-width:172px;padding:24px}.dx-dialog-message{padding:0}.dx-rtl .dx-popup-title.dx-toolbar{padding:0 24px 0 8px;overflow:visible}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-after:empty,.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-items-container{height:56px;overflow:visible}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 8px}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-menu-container{padding:0 8px 0 0}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item{padding:0 0 0 8px}.dx-rtl.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl .dx-popup-title.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-rtl .dx-popup-bottom.dx-toolbar{padding:0 24px 0 8px;overflow:visible}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container{height:52px;overflow:visible}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 8px}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 8px 0 0}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item{padding:0 0 0 8px}.dx-rtl.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar{padding:0 24px 0 8px;overflow:visible}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:15px}.dx-rtl.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before{padding-right:0;padding-left:15px}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:15px}.dx-rtl.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after{padding-left:0;padding-right:15px}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty{padding:0}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container{height:52px;overflow:visible}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 0 0 8px}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item,.dx-rtl.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container{padding:0 8px 0 0}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group{padding-left:20px}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-rtl.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item{padding:0 0 0 8px}.dx-rtl.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child{padding:0}.dx-device-mobile .dx-rtl .dx-popup-bottom.dx-toolbar .dx-toolbar-label{font-size:20px;font-weight:500}.dx-dropdownbutton{display:inline-block}.dx-dropdownbutton-content.dx-popup-content{padding:0}.dx-dropdownbutton-content .dx-list .dx-empty-message,.dx-dropdownbutton-content .dx-list .dx-list-item{border:none}.dx-dropdownbutton-toggle{display:flex;flex:0 0 auto;min-width:0;height:100%}.dx-dropdownbutton-toggle.dx-button .dx-button-content{padding-left:0;padding-right:0}.dx-rtl .dx-dropdownbutton-toggle{border-right-width:0}.dx-dropdownbutton:not(.dx-dropdownbutton-has-arrow) .dx-button-has-icon:not(.dx-button-has-text) .dx-button-content{padding-left:8px;padding-right:8px}.dx-dropdownbutton:not(.dx-dropdownbutton-has-arrow) .dx-button-has-text.dx-button .dx-button-content{padding-left:16px;padding-right:16px}.dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button{border-right-width:0;border-left-width:1px}.dx-rtl .dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button{border-right-width:1px;border-left-width:0}.dx-rtl .dx-dropdownbutton-toggle.dx-button{border-right-width:0}.dx-dropdownbutton-toggle .dx-button-content{flex:0 0 24px}.dx-dropdownbutton-action{min-width:0;height:100%}.dx-dropdownbutton{height:36px}.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content,.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content,.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-text.dx-buttongroup-last-item .dx-button-content{padding-right:0}.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown,.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown,.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown{height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;width:26px}.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-dropdownbutton.dx-dropdownbutton-has-arrow .dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right{margin-left:4px}.dx-dropdownbutton .dx-button-has-icon,.dx-dropdownbutton .dx-button-has-icon.dx-button-has-text,.dx-dropdownbutton .dx-button-has-text{min-width:0}.dx-dropdownbutton .dx-button-has-icon .dx-button-content,.dx-dropdownbutton .dx-button-has-icon.dx-button-has-text .dx-button-content,.dx-dropdownbutton .dx-button-has-text .dx-button-content{padding-right:8px}.dx-dropdownbutton .dx-buttongroup .dx-button{border-radius:0}.dx-dropdownbutton .dx-buttongroup .dx-buttongroup-item{margin-left:0}.dx-dropdownbutton .dx-buttongroup .dx-buttongroup-last-item{border-top-right-radius:4px;border-bottom-right-radius:4px}.dx-dropdownbutton .dx-buttongroup .dx-buttongroup-first-item{border-top-left-radius:4px;border-bottom-left-radius:4px}.dx-rtl .dx-dropdownbutton .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content,.dx-rtl .dx-dropdownbutton .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content,.dx-rtl .dx-dropdownbutton .dx-button-has-text.dx-buttongroup-last-item .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-text.dx-buttongroup-last-item .dx-button-content{padding-left:0}.dx-rtl .dx-dropdownbutton .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-rtl .dx-dropdownbutton .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-rtl .dx-dropdownbutton .dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-rtl.dx-dropdownbutton .dx-button-has-icon.dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-rtl.dx-dropdownbutton .dx-button-has-icon.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right,.dx-rtl.dx-dropdownbutton .dx-button-has-text.dx-buttongroup-last-item .dx-button-content .dx-icon-spindown.dx-icon-right{margin-left:0;margin-right:4px}.dx-rtl .dx-dropdownbutton .dx-button-has-icon .dx-button-content,.dx-rtl .dx-dropdownbutton .dx-button-has-icon.dx-button-has-text .dx-button-content,.dx-rtl .dx-dropdownbutton .dx-button-has-text .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-icon .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-icon.dx-button-has-text .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-text .dx-button-content{padding-left:8px}.dx-rtl .dx-dropdownbutton .dx-buttongroup-last-item,.dx-rtl.dx-dropdownbutton .dx-buttongroup-last-item{border-radius:4px 0 0 4px;border-left-width:1px}.dx-rtl .dx-dropdownbutton .dx-buttongroup-first-item,.dx-rtl.dx-dropdownbutton .dx-buttongroup-first-item{border-top-right-radius:4px;border-bottom-right-radius:4px}.dx-rtl .dx-dropdownbutton .dx-buttongroup-first-item:not(.dx-buttongroup-last-item),.dx-rtl.dx-dropdownbutton .dx-buttongroup-first-item:not(.dx-buttongroup-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.dx-rtl .dx-dropdownbutton .dx-button-has-text:not(.dx-button-mode-text) .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-text:not(.dx-button-mode-text) .dx-button-content{padding-right:16px}.dx-rtl .dx-dropdownbutton .dx-button-has-icon.dx-button-has-text:not(.dx-button-mode-text) .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-has-icon.dx-button-has-text:not(.dx-button-mode-text) .dx-button-content{padding-right:12px}.dx-rtl .dx-dropdownbutton .dx-button-mode-text.dx-buttongroup-first-item .dx-button-content,.dx-rtl.dx-dropdownbutton .dx-button-mode-text.dx-buttongroup-first-item .dx-button-content{padding-right:8px}.dx-dropdownbutton-popup-wrapper{height:100%}.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2);border-top-width:0;border-bottom-width:1px}.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped{border-top-width:1px;border-bottom-width:0}.dx-dropdownbutton-popup-wrapper .dx-popup-content{height:100%;padding:1px}.dx-dropdownbutton-popup-wrapper .dx-list{height:100%;min-height:48px}.dx-dropdownbutton-popup-wrapper .dx-list-select-all{padding:16px 0 12px}.dx-dropdownbutton-popup-wrapper .dx-empty-message,.dx-dropdownbutton-popup-wrapper .dx-list-item{border-top:0}.dx-dropdownbutton-popup-wrapper .dx-empty-message:last-of-type,.dx-dropdownbutton-popup-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-actionsheet-popup-wrapper .dx-overlay-content{padding-top:0;padding-bottom:0;-webkit-user-drag:none}.dx-actionsheet-popover-wrapper .dx-popup-content .dx-button,.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button{width:100%;margin-right:0;margin-left:0}.dx-actionsheet-cancel,.dx-actionsheet-item{width:100%}.dx-state-disabled .dx-actionsheet-container .dx-button{cursor:default}.dx-actionsheet-popover-wrapper .dx-popup-title,.dx-actionsheet-popup-wrapper .dx-popup-title{word-wrap:break-word}.dx-actionsheet-container .dx-actionsheet-item:not(:last-child){margin:0 0 20px}.dx-actionsheet-container .dx-button{margin:0}.dx-button.dx-actionsheet-cancel{margin:20px 0 0}.dx-toast-content{display:flex;align-items:center}.dx-toast-message{display:inline-flex}.dx-rtl .dx-toast-icon{margin-left:10px;margin-right:0}.dx-toast-content{color:rgba(255,255,255,.87);font-size:14px;font-weight:400;padding:0 16px;border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.25);min-height:48px;display:flex;align-items:center}.dx-toast-icon{background-size:contain;width:35px;height:35px;background-position:left center;background-repeat:no-repeat;margin-right:10px;display:none}.dx-toast-message{padding:0}.dx-toast-info{background-color:#0985de}.dx-toast-warning{background-color:#ffc107}.dx-toast-error{background-color:#ea2222}.dx-toast-success{background-color:#75d95c}.dx-popover-wrapper .dx-popover-arrow::after{width:14.1422712488px;height:14.1422712488px}.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,.dx-popover-wrapper.dx-position-top .dx-popover-arrow{width:20px;height:10px}.dx-popover-wrapper.dx-position-left .dx-popover-arrow,.dx-popover-wrapper.dx-position-right .dx-popover-arrow{width:10px;height:20px}.dx-popover-arrow{position:absolute;z-index:2000;overflow:hidden}.dx-popover-arrow::after{position:absolute;display:block;overflow:hidden;content:" ";transform:rotate(-45deg)}.dx-popover-wrapper.dx-position-top .dx-popover-arrow::after{top:0;left:0;transform-origin:top left}.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow::after{right:0;bottom:0;transform-origin:bottom right}.dx-popover-wrapper.dx-position-left .dx-popover-arrow::after{bottom:0;left:0;transform-origin:bottom left}.dx-popover-wrapper.dx-position-right .dx-popover-arrow::after{top:0;right:0;transform-origin:top right}.dx-popover-wrapper .dx-overlay-content{overflow:visible}.dx-popover-wrapper .dx-popup-content{overflow:hidden}.dx-device-ios .dx-popover-arrow::after{-webkit-transform:rotate(-45deg) translateZ(0)}.dx-popover-wrapper .dx-popup-title{margin:0;border-top-left-radius:6px;border-top-right-radius:6px}.dx-popover-wrapper .dx-popup-title.dx-toolbar{padding-left:15px}.dx-popover-wrapper .dx-popover-arrow{display:none}.dx-popover-wrapper .dx-rtl.dx-popup-title.dx-toolbar{padding-right:15px;padding-left:0}.dx-progressbar .dx-position-left .dx-progressbar-range-container,.dx-progressbar .dx-position-left .dx-progressbar-status,.dx-progressbar .dx-position-right .dx-progressbar-range-container,.dx-progressbar .dx-position-right .dx-progressbar-status{display:table-cell;vertical-align:middle}.dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container,.dx-progressbar .dx-position-bottom-left .dx-progressbar-status,.dx-progressbar .dx-position-top-left .dx-progressbar-range-container,.dx-progressbar .dx-position-top-left .dx-progressbar-status{float:left}.dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container,.dx-progressbar .dx-position-bottom-right .dx-progressbar-status,.dx-progressbar .dx-position-top-right .dx-progressbar-range-container,.dx-progressbar .dx-position-top-right .dx-progressbar-status{float:right}.dx-progressbar .dx-position-bottom-center .dx-progressbar-status,.dx-progressbar .dx-position-top-center .dx-progressbar-status{text-align:center}.dx-progressbar .dx-position-left .dx-progressbar-status{padding-right:8px}.dx-progressbar .dx-position-right .dx-progressbar-status{padding-left:8px;padding-top:0}.dx-progressbar::before{display:inline-block;height:100%;content:"";vertical-align:middle}.dx-progressbar-range-container{width:100%}.dx-progressbar-container{position:relative;width:100%}.dx-progressbar-wrapper{display:inline-block;width:100%;vertical-align:middle;direction:ltr}.dx-progressbar-range{height:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.dx-progressbar-status{position:relative;top:0;left:0;width:auto;height:20px;font-size:12px;padding-top:8px;color:#050500}.dx-progressbar-animating-segment{display:none}.dx-rtl .dx-progressbar .dx-progressbar-wrapper,.dx-rtl.dx-progressbar .dx-progressbar-wrapper{direction:rtl}.dx-progressbar-container{height:4px;background-color:rgba(5,5,0,.3)}.dx-progressbar-range{position:relative;background-color:#050500;margin-top:-1px;box-sizing:content-box}.dx-progressbar-animating-container{width:100%;height:4px;background-color:rgba(5,5,0,.3);background-size:90% 5px;animation:2s linear infinite dx-loader;background-image:linear-gradient(-90deg, transparent 5%, #050500, transparent 95%);background-repeat:repeat}.dx-state-disabled .dx-progressbar-range{background-color:rgba(5,5,0,.6)}.dx-state-disabled .dx-progressbar-animating-container{animation:none;background-position-x:45%}.dx-rtl .dx-progressbar .dx-progressbar-animating-container,.dx-rtl.dx-progressbar .dx-progressbar-animating-container{animation:2s linear infinite dx-loader-rtl;background-image:linear-gradient(-90deg, transparent 5%, #050500, transparent 95%);background-repeat:repeat}@keyframes dx-loader{0%{background-position-x:0}100%{background-position-x:900%}}@keyframes dx-loader-rtl{0%{background-position-x:0}100%{background-position-x:-900%}}.dx-tooltip-wrapper .dx-overlay-content{min-width:34px;text-align:center;line-height:0;background-color:#fff;color:#000;box-shadow:none;border-radius:4px;min-height:auto}.dx-tooltip-wrapper .dx-overlay-content::before{display:inline-block;height:100%;content:"";vertical-align:middle}.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content{display:inline-block;line-height:normal;white-space:nowrap;padding:6px 8px;font-size:12px}.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow{display:none}.dx-slider-label{position:absolute;font-size:.85em}.dx-slider-label:last-child{right:0;left:auto}.dx-rtl .dx-slider-label:last-child{left:0;right:auto}.dx-slider-label-position-bottom{padding-bottom:14px}.dx-slider-label-position-top{padding-top:14px}.dx-slider{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-slider::before{display:inline-block;height:100%;content:"";vertical-align:middle}.dx-slider .dx-overlay-content{height:28px}.dx-slider .dx-overlay-content::before{display:none}.dx-slider .dx-popover-wrapper .dx-popover-arrow::after{width:9.8995898741px;height:9.8995898741px}.dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,.dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow{width:14px;height:7px}.dx-slider .dx-popover-wrapper.dx-position-left .dx-popover-arrow,.dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow{width:7px;height:14px}.dx-slider-wrapper{position:relative;display:inline-block;width:100%;vertical-align:middle;cursor:pointer;height:32px}.dx-slider-bar{position:relative;margin-right:18px;margin-left:18px;background:rgba(5,5,0,.24)}.dx-slider-range{position:absolute;pointer-events:none;-webkit-user-drag:none}.dx-slider-handle{position:absolute;top:0;right:0;pointer-events:auto;-webkit-user-drag:none}.dx-slider-handle .dx-tooltip-wrapper .dx-popup-content{line-height:0}.dx-state-disabled .dx-slider-wrapper{cursor:default}.dx-rtl .dx-slider-handle{right:auto;left:0}.dx-slider-tooltip-visible-on-hover .dx-tooltip{visibility:hidden}.dx-slider-tooltip-visible-on-hover.dx-state-active .dx-tooltip,.dx-slider-tooltip-visible-on-hover.dx-state-hover .dx-tooltip{visibility:visible}.dx-slider-bar,.dx-slider-range{margin-top:15px;height:2px}.dx-slider-range{top:-15px}.dx-slider-range.dx-slider-range-visible{background:#050500}.dx-slider-handle{margin-top:-15px;margin-right:-16px;width:32px;height:32px;border-radius:50%}.dx-slider-handle::after{position:absolute;top:50%;left:50%;display:block;margin-top:-6px;margin-left:-6px;width:12px;height:12px;background:#050500;content:"";border-radius:50%}.dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content{background-color:rgba(0,0,0,0);min-width:34px}.dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content::before{content:"";position:absolute;width:34px;height:34px;border-radius:0 50% 50%;transform:rotate(45deg);display:block;background-color:#050500;top:0}.dx-slider-tooltip-position-top .dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content::before{transform:rotate(-135deg);bottom:0;margin-top:-5px}.dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content .dx-popup-content{line-height:normal;font-size:10px;max-width:28px;min-width:28px;width:28px;text-overflow:ellipsis;padding:11px 3px 5px;color:#fff;position:relative}.dx-slider-tooltip-position-top .dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content .dx-popup-content{padding-top:6px}.dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content.dx-state-disabled::before{margin-top:5px}.dx-slider-tooltip-position-top .dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content.dx-state-disabled::before{margin-top:-5px}.dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content.dx-state-disabled .dx-popup-content{padding-top:17px}.dx-slider-tooltip-position-top .dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content.dx-state-disabled .dx-popup-content{padding-top:6px;padding-bottom:17px}.dx-slider-handle .dx-inkripple-wave{background-color:rgba(5,5,0,.24)}.dx-slider-tooltip-position-top{padding-top:40px}.dx-slider-tooltip-position-bottom{padding-bottom:40px}.dx-slider-label-position-bottom .dx-slider-label{bottom:-18px}.dx-slider-label-position-top .dx-slider-label{top:-15px}.dx-state-disabled .dx-slider,.dx-state-disabled .dx-slider .dx-slider-handle,.dx-state-disabled.dx-slider,.dx-state-disabled.dx-slider .dx-slider-handle{opacity:1}.dx-state-disabled .dx-slider-bar,.dx-state-disabled .dx-slider-range.dx-slider-range-visible{background:rgba(20,20,20,.24)}.dx-state-disabled .dx-slider-handle{width:12px;height:12px;margin-top:-5px;margin-right:-5px;border-radius:50%;border:2px solid #fff}.dx-state-disabled .dx-slider-handle::after{margin-top:-4px;margin-left:-4px;width:8px;height:8px;background:gray}.dx-state-disabled .dx-slider-handle .dx-overlay-content{margin-top:-12px}.dx-invalid .dx-slider-handle::after{background-color:#ea2222}.dx-invalid .dx-slider-range-visible{background-color:#ea2222;border-color:#ea2222}.dx-invalid .dx-slider-bar{background-color:rgba(234,34,34,.4)}.dx-rtl .dx-slider-handle{margin-left:-16px}.dx-rtl.dx-state-disabled .dx-slider-handle{margin-left:-5px;margin-right:0}.dx-rtl.dx-state-disabled .dx-overlay-content{margin-left:-13px}.dx-rangeslider-start-handle{top:0;right:auto;left:0;margin-left:-14px}.dx-rtl .dx-rangeslider-start-handle{right:0;left:auto;margin-right:-14px}.dx-state-disabled .dx-rangeslider-start-handle{margin-left:-5px}.dx-rtl.dx-state-disabled .dx-rangeslider-start-handle{margin-right:-5px}.dx-loadpanel-content::before{display:inline-block;height:100%;content:"";vertical-align:middle}.dx-loadpanel-content-wrapper{display:inline-block;width:100%;vertical-align:middle}.dx-loadpanel-message{text-align:center;display:none}.dx-loadpanel-content.dx-loadpanel-pane-hidden{box-shadow:none;border:none;background:0 0}@keyframes dx-loadpanel-opacity{from{opacity:0}to{opacity:1}}.dx-loadpanel-content{text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;border:1px solid #e0e0e0;background:#fff;padding:13px;border-radius:50%;box-shadow:0 6px 12px rgba(0,0,0,.25)}.dx-tagbox .dx-texteditor-input{width:auto}.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input{border:none;color:rgba(0,0,0,0);text-shadow:0 0 0 gray;min-width:0;width:.1px;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input:focus{outline:0}.dx-tagbox.dx-state-disabled .dx-texteditor-input{background:0 0}.dx-tagbox.dx-state-disabled .dx-tag-content{cursor:default;background-color:#adadad}.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input-container{flex-wrap:wrap;align-items:stretch}.dx-tag-container.dx-texteditor-input-container{padding:0 4px 0 0;outline:0}.dx-tagbox-single-line .dx-tag-container.dx-texteditor-input-container{overflow:hidden;white-space:nowrap}.dx-texteditor-container.dx-tag-container{white-space:normal}.dx-tag-content{position:relative;display:inline-block;text-align:center;cursor:pointer;margin:0;padding:8px 32px 7px 12px;min-width:40px;background-color:#e0e0e0;color:rgba(20,20,20,.6);border-radius:16px}.dx-tag-content::before{content:".";color:rgba(0,0,0,0);display:inline-block;width:0}.dx-tag-remove-button{position:absolute;top:0;width:24px;height:100%;right:4px;font:10px/1 DXIcons}.dx-tag-remove-button::after,.dx-tag-remove-button::before{position:absolute;top:50%;content:"";transform:rotate(45deg)}.dx-rtl .dx-tagbox .dx-tag-content,.dx-tagbox.dx-rtl .dx-tag-content{margin-left:0;margin-right:4px}.dx-rtl .dx-tagbox .dx-tag-remove-button,.dx-tagbox.dx-rtl .dx-tag-remove-button{right:auto;left:0}.dx-rtl .dx-tagbox .dx-tag-container,.dx-tagbox.dx-rtl .dx-tag-container{padding-left:4px;padding-right:0}.dx-tagbox .dx-texteditor-input-container{height:100%}.dx-tagbox .dx-texteditor-input{height:32px}.dx-tagbox.dx-editor-filled .dx-texteditor-input,.dx-tagbox.dx-editor-outlined .dx-texteditor-input{padding:0;margin-top:8px}.dx-tagbox.dx-editor-filled .dx-tag-container,.dx-tagbox.dx-editor-outlined .dx-tag-container{padding:0 12px 8px 16px;min-height:48px}.dx-tagbox.dx-state-disabled .dx-tag-content .dx-tag-remove-button::before{color:#adadad}.dx-tagbox.dx-texteditor-with-floating-label.dx-editor-outlined .dx-tag-container.dx-texteditor-input-container,.dx-tagbox.dx-texteditor-with-label.dx-editor-outlined .dx-tag-container.dx-texteditor-input-container{padding-top:0}.dx-tagbox.dx-texteditor-with-floating-label.dx-editor-filled .dx-tag-container.dx-texteditor-input-container,.dx-tagbox.dx-texteditor-with-floating-label.dx-editor-underlined .dx-tag-container.dx-texteditor-input-container,.dx-tagbox.dx-texteditor-with-label.dx-editor-filled .dx-tag-container.dx-texteditor-input-container,.dx-tagbox.dx-texteditor-with-label.dx-editor-underlined .dx-tag-container.dx-texteditor-input-container{padding-top:12px;padding-bottom:8px}.dx-tagbox.dx-texteditor-with-floating-label.dx-editor-underlined.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-tag-container,.dx-tagbox.dx-texteditor-with-label.dx-editor-underlined.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-tag-container{margin-top:0}.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-tag-container{margin-top:-8px}.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-tag-container::after{margin-top:-7px}.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-texteditor-input{padding-left:0;margin-top:8px}.dx-rtl .dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-texteditor-input,.dx-rtl.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined) .dx-texteditor-input{padding-right:0;padding-left:0;margin-right:0;margin-left:0}.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined).dx-state-active::before,.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined).dx-state-focused::before{border-top:0;border-bottom:0}.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined).dx-state-hover::after,.dx-tagbox:not(.dx-texteditor-empty):not(.dx-editor-filled):not(.dx-editor-outlined)::after{border-bottom:0}.dx-tagbox-single-line .dx-tag-container{padding-right:0}.dx-tag-remove-button::before{content:"";display:block;position:absolute;top:51%;left:50%;width:16px;height:16px;margin-left:-8px;margin-top:-8px;line-height:16px;color:#e0e0e0;background-color:rgba(0,0,0,.36);border-radius:50%;transform:none}.dx-tag{max-width:calc(100% - 1px);display:inline-block;align-self:flex-start;margin:8px 8px 0 0}.dx-tag:hover .dx-tag-content{background-color:#d9d9d9;color:#141414}.dx-tag.dx-state-focused .dx-tag-content{background-color:#adadad;color:#141414}.dx-tagbox.dx-invalid .dx-texteditor-container::after,.dx-tagbox.dx-valid .dx-texteditor-container::after{right:12px}.dx-rtl .dx-tagbox.dx-invalid .dx-texteditor-container::after,.dx-rtl .dx-tagbox.dx-valid .dx-texteditor-container::after,.dx-rtl.dx-tagbox.dx-invalid .dx-texteditor-container::after,.dx-rtl.dx-tagbox.dx-valid .dx-texteditor-container::after{left:12px}.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator{right:12px}.dx-rtl .dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,.dx-rtl.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator{left:12px}.dx-tagbox-popup-wrapper .dx-list-select-all{border-bottom:1px solid #e0e0e0;padding-bottom:12px;margin-bottom:3px}.dx-tagbox-popup-wrapper .dx-list-select-all::after{background-color:rgba(0,0,0,0)}.dx-rtl .dx-tag-content{padding-right:12px;padding-left:32px}.dx-rtl .dx-tag-remove-button{left:4px !important}.dx-radiobutton{display:table;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;line-height:20px}.dx-radio-value-container{display:table-cell;padding-right:10px;vertical-align:middle;padding-left:0}.dx-rtl .dx-radio-value-container,.dx-rtl.dx-radio-value-container{padding-right:5px;padding-left:10px}.dx-radiogroup-horizontal .dx-collection{display:flex;flex-wrap:wrap}.dx-radiogroup-horizontal .dx-radiobutton:last-of-type{margin-right:0}.dx-state-disabled .dx-radiobutton{cursor:default}.dx-state-disabled.dx-radiobutton{cursor:default}.dx-radiobutton-icon{width:20px;height:20px;position:relative}.dx-radiobutton-icon::after{content:"";width:40px;height:40px;top:50%;left:50%;margin-top:-20px;margin-left:-20px;border-radius:50%;display:block;position:absolute;z-index:1;transform:scale(0.5);transition:.4s cubic-bezier(0.23, 1, 0.32, 1)}.dx-radiobutton-icon::before{display:block;width:16px;height:16px;border:2px solid rgba(20,20,20,.54);background-color:#fff;content:"";border-radius:10px;box-sizing:content-box}.dx-radiobutton-icon-checked::before{border-color:#050500}.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot{display:block;margin-top:-15px;margin-left:5px;width:10px;height:10px;background:#050500;content:"";border-radius:5px}.dx-radiobutton.dx-state-active .dx-radiobutton-icon::after,.dx-radiobutton.dx-state-focused .dx-radiobutton-icon::after{background-color:rgba(20,20,20,.1);transform:scale(1)}.dx-radiobutton.dx-radiobutton-checked.dx-state-active .dx-radiobutton-icon-checked::after,.dx-radiobutton.dx-radiobutton-checked.dx-state-focused .dx-radiobutton-icon-checked::after{background-color:rgba(5,5,0,.1);transform:scale(1)}.dx-radiobutton.dx-state-disabled{opacity:.38}.dx-state-disabled .dx-radiobutton-icon-dot,.dx-state-readonly .dx-radiobutton-icon-dot{background-color:rgba(20,20,20,.54)}.dx-state-disabled .dx-radiobutton-icon::before,.dx-state-readonly .dx-radiobutton-icon::before{border-color:rgba(20,20,20,.54)}.dx-invalid .dx-radiobutton-icon::before{border-color:rgba(234,34,34,.4)}.dx-invalid .dx-radiobutton-icon-dot{background-color:rgba(234,34,34,.4)}.dx-invalid .dx-state-active.dx-radiobutton .dx-radiobutton-icon::before,.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon::before{border-color:#ea2222}.dx-invalid .dx-state-active.dx-radiobutton .dx-radiobutton-icon-dot,.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon-dot{background-color:#ea2222}.dx-invalid .dx-state-active.dx-radiobutton .dx-radiobutton-icon::after,.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon::after{background-color:rgba(234,34,34,.1);transform:scale(1)}.dx-state-disabled .dx-radiobutton.dx-state-disabled{opacity:1}.dx-rtl .dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot,.dx-rtl.dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot{margin-right:5px;margin-left:0}.dx-radiogroup .dx-radiobutton{margin:12px 0}.dx-radiogroup-horizontal .dx-radiobutton{margin-right:17px}.dx-rtl .dx-radiogroup-horizontal .dx-radiobutton,.dx-rtl.dx-radiogroup-horizontal .dx-radiobutton{margin-right:0;margin-left:17px}.dx-accordion-item-title{font-size:18px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;height:48px;position:relative;padding:12px 16px;background-color:#fff}.dx-accordion-item-body{overflow:hidden;padding:16px;font-size:12px}.dx-accordion-item-closed .dx-accordion-item-body{visibility:hidden}.dx-accordion-item{overflow:hidden;background-color:#fff;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);transition:margin .2s cubic-bezier(0.4, 0, 0.2, 1);will-change:margin,height;border-top:1px solid #e0e0e0}.dx-accordion-item-opened .dx-accordion-item-body{visibility:visible}.dx-state-disabled .dx-accordion-item-title{cursor:default}.dx-accordion{background-color:#fff;color:#141414;margin:3px 3px 5px}.dx-accordion-item:first-child{border-top:none}.dx-accordion-item.dx-state-active>.dx-accordion-item-title,.dx-accordion-item.dx-state-focused>.dx-accordion-item-title{color:#141414;background-color:rgba(0,0,0,.04)}.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) .dx-icon,.dx-accordion-item.dx-state-focused:not(.dx-accordion-item-opened) .dx-icon{color:#141414}.dx-accordion-item.dx-state-hover>.dx-accordion-item-title{background-color:rgba(0,0,0,.04)}.dx-accordion-item.dx-state-hover+.dx-accordion-item-closed{border-top-color:#d1d1d1}.dx-accordion-item-opened{margin:16px 0;border-top:none}.dx-accordion-item-opened:first-child{margin-top:0}.dx-accordion-item-opened>.dx-accordion-item-title::before{content:""}.dx-accordion-item-opened+.dx-accordion-item-closed{border-top:none}.dx-accordion-item-title .dx-accordion-item-title-caption,.dx-accordion-item-title::before{position:absolute}.dx-accordion-item-title .dx-accordion-item-title-caption{color:#141414;font-size:16px;font-weight:500;top:16px;left:16px;right:56px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dx-accordion-item-title::before{background-position:center;float:right;top:10px;right:16px;font-weight:400;color:rgba(20,20,20,.38);content:"";font-family:DXIcons;font-size:24px;height:24px;width:24px}.dx-accordion-item-title .dx-icon{display:inline-block;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon{margin-right:8px;margin-left:0;position:relative;top:4px}.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right,.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon,.dx-rtl.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon{margin-left:8px;margin-right:0}.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right,.dx-rtl.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right{margin-right:8px;margin-left:0}.dx-state-disabled.dx-accordion-item{opacity:.5}.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption{right:16px;left:56px}.dx-rtl .dx-accordion-item-title::before{float:left;left:16px;right:auto}.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview{border:none}.dx-colorbox-input-container .dx-placeholder::before{max-width:calc(100% - 25px)}.dx-colorbox .dx-texteditor-input-container::before{content:"";display:block;position:absolute;top:50%;z-index:1;width:15px;height:15px;margin-top:-7.5px;left:14px}.dx-colorbox .dx-colorbox-color-is-not-defined .dx-texteditor-input-container::before{background:0 0}.dx-colorbox.dx-editor-filled .dx-texteditor-label .dx-label-before,.dx-colorbox.dx-editor-outlined .dx-texteditor-label .dx-label-before,.dx-colorbox.dx-editor-underlined .dx-texteditor-label .dx-label-before{min-width:40px}.dx-colorbox-color-result-preview{position:absolute;top:50%;z-index:2;width:17px;height:17px;margin-top:-8.5px;border:1px solid}.dx-colorbox-input-container .dx-colorbox-input.dx-texteditor-input{-webkit-appearance:none;padding-left:40px}.dx-colorbox-overlay .dx-popup-content{overflow:hidden;padding:20px}.dx-colorbox-overlay .dx-popup-bottom .dx-toolbar-item:first-child{padding-right:10px}.dx-colorbox-overlay .dx-colorview-buttons-container .dx-button{margin:0}.dx-rtl .dx-colorbox .dx-placeholder,.dx-rtl.dx-colorbox .dx-placeholder{right:32px}.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input,.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input{direction:ltr;text-align:end;padding-right:40px}.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview,.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview{left:auto;right:13px}.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container::before,.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container::before{left:auto;right:14px}.dx-colorview-container label{overflow:hidden;font-weight:400;margin:0 0 10px;white-space:normal;line-height:normal;display:flex;align-items:center;color:#141414}.dx-colorview-container .dx-button{margin-top:0;margin-bottom:0}.dx-colorview-container .dx-button.dx-colorview-apply-button{margin-right:10px;margin-left:0}.dx-colorview-container .dx-button.dx-colorview-cancel-button{margin-right:0;margin-left:0}.dx-colorview-container-row{overflow:hidden;padding-top:1px}.dx-colorview-container-row:first-child{margin-top:0}.dx-colorview-container-cell{float:left}.dx-colorview-palette-handle{width:28px;height:28px;top:0;left:0;cursor:crosshair;border-radius:100%;z-index:5;position:absolute}.dx-colorview-alpha-channel-handle,.dx-colorview-hue-scale-handle{position:absolute;cursor:pointer}.dx-colorview-hue-scale-handle{width:36px;height:17px;top:0;left:-7px}.dx-colorview-alpha-channel-handle{width:17px;height:36px;top:-6px;left:0}.dx-colorview-hue-scale{position:relative;background-repeat:no-repeat;background-image:linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%)}.dx-colorbox-input-container::after,.dx-colorview-alpha-channel-wrapper,.dx-colorview-color-preview-container-inner{background-image:linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 74%, #ccc 75%, #ccc),linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 74%, #ccc 75%, #ccc);background-size:16px 16px;background-position:0 0,8px 8px}.dx-colorview-alpha-channel-wrapper{background-position:0 6px,8px 14px}.dx-colorbox-input-container{height:100%}.dx-colorview-palette-gradient-white{background-repeat:no-repeat;background-image:linear-gradient(270deg, rgba(255, 255, 255, 0), #fff)}.dx-colorview-palette-gradient-black{background-repeat:no-repeat;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0), #000)}.dx-colorview-palette{position:relative;overflow:hidden;cursor:crosshair}.dx-colorview-palette-gradient{position:absolute;top:0;left:0;width:100%;height:100%}.dx-colorview-alpha-channel-scale{height:20px;position:relative}.dx-colorview-alpha-channel-cell{margin:6px 0;position:relative}.dx-colorview-alpha-channel-cell .dx-button{width:90px}.dx-rtl .dx-colorview-container-row .dx-colorview-container-cell{float:right}.dx-rtl .dx-colorview-container label .dx-texteditor{float:left}.dx-rtl .dx-colorview-alpha-channel-scale{direction:ltr}.dx-colorview-palette-handle{background:radial-gradient(transparent 5px, rgba(0, 0, 0, 0.2) 6px, #fff 7px, #fff 12px, rgba(0, 0, 0, 0.2) 13px);box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.dx-colorview-hue-scale-handle{border:1px solid rgba(0,0,0,.2);box-shadow:inset -5px 0 0 3px #fff,inset 5px 0 0 3px #fff,inset -6px 0 1px 4px rgba(0,0,0,.2),inset 6px 0 1px 4px rgba(0,0,0,.2)}.dx-colorview-alpha-channel-handle{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 -5px 0 3px #fff,inset 0 5px 0 3px #fff,inset 0 -6px 1px 4px rgba(0,0,0,.2),inset 0 6px 1px 4px rgba(0,0,0,.2)}.dx-colorview-container{overflow:hidden;width:450px}.dx-colorview-container label.dx-colorview-label-hex{margin:20px 0 0}.dx-colorview-container label.dx-colorview-alpha-channel-label{margin:0 0 0 43px;width:115px}.dx-colorview-container label .dx-texteditor{float:right;width:69px;margin:0 0 0 10px}.dx-colorview-hue-scale-cell{position:relative;margin-left:19px}.dx-colorview-palette{width:288px;height:299px}.dx-colorview-alpha-channel-scale{width:288px}.dx-colorview-container-row.dx-colorview-alpha-channel-row{margin-top:10px;display:flex;align-items:center}.dx-colorview-hue-scale{width:18px;height:299px}.dx-colorview-alpha-channel-cell{width:292px}.dx-colorview-hue-scale-wrapper{height:301px}.dx-colorview-color-preview{width:100%;height:40px}.dx-colorview-controls-container{position:relative;width:90px;margin-left:27px}.dx-colorview-alpha-channel-border,.dx-colorview-color-preview-container,.dx-colorview-hue-scale-wrapper,.dx-colorview-palette-cell{padding:1px;margin:0 1px 1px;background-color:#fff;box-shadow:0 0 0 1px #e0e0e0}.dx-colorview-color-preview-container{margin-bottom:34px}.dx-rtl .dx-colorview-controls-container{margin-left:0;margin-right:27px}.dx-rtl .dx-colorview-hue-scale-cell{margin-left:0;margin-right:19px}.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label{margin-left:0;margin-right:43px}.dx-colorbox .dx-colorbox-input-container .dx-dropdowneditor-input-wrapper .dx-colorbox-input{padding-left:40px}.dx-colorbox .dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAdElEQVQoU4XR0Q3AIAgFQCarie7UrToMc3QIiyIFFGNe5INcgETAegpQefFCCFPwYZI2qFA/M4EQMQAhKxJgiEcKHFFkwUQY3Q4sBAhUerYzkbaiTUk7Ije0dYoMyeYGi35igUeDzMCiTiKgaPx0BAR1csgHXJxUKOJqsbEAAAAASUVORK5CYII=") no-repeat}.dx-colorbox .dx-colorbox-input-container::after{left:14px}.dx-colorbox .dx-placeholder{left:32px}.dx-colorbox-color-result-preview{border-color:#e0e0e0;left:13px}.dx-colorbox-overlay{padding:0}.dx-colorbox-overlay.dx-overlay-content{background-color:#fff}.dx-rtl .dx-colorbox.dx-state-focused .dx-colorbox-input,.dx-rtl.dx-colorbox.dx-state-focused .dx-colorbox-input{padding-right:40px}.dx-rtl .dx-colorbox-overlay .dx-toolbar-item:first-child{padding-left:10px;padding-right:0}.dx-pager{overflow:hidden;width:100%;line-height:normal;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;padding:13px 16px}.dx-pager .dx-pages{white-space:nowrap;float:right}.dx-pager .dx-pages .dx-page-indexes{display:inline-block}.dx-pager .dx-pages .dx-page{display:inline-block;cursor:pointer;margin-left:5px;margin-right:1px}.dx-pager .dx-pages .dx-separator{display:inline-block}.dx-pager .dx-pages .dx-info{display:inline-block;margin-right:9px;opacity:.6}.dx-pager .dx-pages .dx-navigate-button{cursor:pointer;display:inline-block;vertical-align:top;box-sizing:content-box}.dx-pager .dx-pages .dx-navigate-button.dx-button-disable{opacity:.3;cursor:inherit}.dx-pager .dx-page-sizes{float:left}.dx-pager .dx-page-sizes .dx-page-size{display:inline-block;cursor:pointer;margin-left:4px;margin-right:1px}.dx-pager .dx-page-sizes .dx-selection,.dx-pager .dx-pages .dx-selection{cursor:inherit;text-shadow:none}.dx-pager .dx-light-pages{display:inline-block}.dx-pager .dx-light-pages .dx-page-index{width:40px}.dx-pager .dx-light-pages .dx-pages-count{cursor:pointer}.dx-pager .dx-light-pages .dx-info-text,.dx-pager .dx-light-pages .dx-pages-count{padding-left:6px}.dx-pager .dx-light-pages .dx-info-text,.dx-pager .dx-light-pages .dx-page-index,.dx-pager .dx-light-pages .dx-pages-count{display:table-cell}.dx-pager.dx-rtl .dx-pages,.dx-rtl .dx-pager .dx-pages{float:left;direction:ltr}.dx-pager.dx-rtl .dx-pages .dx-page,.dx-rtl .dx-pager .dx-pages .dx-page{direction:ltr}.dx-pager.dx-rtl .dx-pages .dx-page:first-child,.dx-rtl .dx-pager .dx-pages .dx-page:first-child{margin-left:1px}.dx-pager.dx-rtl .dx-pages .dx-info,.dx-rtl .dx-pager .dx-pages .dx-info{direction:rtl;margin-left:9px;margin-right:0}.dx-pager.dx-rtl .dx-page-sizes,.dx-rtl .dx-pager .dx-page-sizes{float:right}.dx-pager.dx-light-mode .dx-page-sizes{min-width:62px}.dx-pager.dx-light-mode .dx-page-index{min-width:32px}.dx-pager.dx-light-mode .dx-pages .dx-light-pages,.dx-pager.dx-light-mode .dx-pages .dx-navigate-button{vertical-align:middle}.dx-pager .dx-pages .dx-page{padding:9px 12px;line-height:12px}.dx-pager .dx-pages .dx-separator{padding-left:8px;padding-right:8px}.dx-pager .dx-pages .dx-navigate-button{width:9px;height:12px;padding:9px 12px}.dx-pager .dx-pages .dx-prev-button{font:14px/1 DXIcons}.dx-pager .dx-pages .dx-prev-button::before{content:""}.dx-pager .dx-pages .dx-next-button{font:14px/1 DXIcons}.dx-pager .dx-pages .dx-next-button::before{content:""}.dx-pager .dx-pages .dx-next-button,.dx-pager .dx-pages .dx-prev-button{position:relative;font-size:21px;text-align:center;line-height:21px}.dx-pager .dx-pages .dx-next-button::before,.dx-pager .dx-pages .dx-prev-button::before{position:absolute;display:block;width:21px;top:50%;margin-top:-10.5px;left:50%;margin-left:-10.5px}.dx-pager .dx-page,.dx-pager .dx-page-size{font-size:12px;border-radius:20px}.dx-pager .dx-page-size:hover,.dx-pager .dx-page:hover{background-color:rgba(0,0,0,.04)}.dx-pager .dx-page-sizes .dx-page-size{padding:9px 12px;line-height:12px}.dx-pager .dx-page-sizes .dx-selection,.dx-pager .dx-pages .dx-selection{font-weight:500;background-color:#050500;color:#fff}.dx-pager .dx-page-sizes .dx-page-size:first-child{margin-left:0}.dx-gridbase-container{display:flex;flex-direction:column;height:100%;min-height:inherit;max-height:inherit}.dx-gridbase-container>*{flex:0 0 auto}.dx-datagrid-checkbox-size{vertical-align:middle}.dx-datagrid-important-margin{margin-right:5px !important}.dx-datagrid-table{background-color:rgba(0,0,0,0)}.dx-datagrid-borders>.dx-datagrid-total-footer{border-top:0}.dx-datagrid-borders>.dx-datagrid-pager{margin-top:-1px}.dx-datagrid-borders>.dx-datagrid-header-panel{border-bottom:0}.dx-datagrid-borders>.dx-datagrid-rowsview.dx-last-row-border tbody:last-child>.dx-data-row:nth-last-child(2)>td{border-bottom-width:0}.dx-datagrid .dx-datagrid-content-fixed{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;pointer-events:none;overflow:hidden}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table{position:relative}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table td{pointer-events:auto}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-row td.dx-pointer-events-none{visibility:hidden;background-color:rgba(0,0,0,0);pointer-events:none;border-top-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0)}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-header-row td.dx-pointer-events-none{border-bottom-color:rgba(0,0,0,0)}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table.dx-datagrid-table-fixed .dx-row td.dx-pointer-events-none{width:auto}.dx-datagrid .dx-menu-subitem ul li{padding-top:0}.dx-datagrid .dx-menu-subitem ul li:first-child{padding-top:1px}.dx-datagrid .dx-menu-subitem .dx-menu-item{padding:7px 30px 7px 5px}.dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image{background-position-x:left}.dx-datagrid .dx-column-indicators{display:inline-block;vertical-align:top;white-space:nowrap}.dx-datagrid .dx-column-indicators.dx-visibility-hidden{visibility:hidden}.dx-datagrid .dx-column-indicators .dx-sort-index-icon{width:15px}.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter,.dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort,.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter,.dx-datagrid .dx-column-indicators .dx-sort.dx-sort{display:inline-block}.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter::after,.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;margin:-7px}.dx-datagrid .dx-row>td,.dx-datagrid .dx-row>tr>td{padding:7px}.dx-datagrid .dx-error-row{-webkit-user-select:initial;-ms-user-select:initial;user-select:initial}.dx-datagrid .dx-error-row .dx-error-message{-webkit-user-select:text;-ms-user-select:text;user-select:text}.dx-datagrid .dx-error-row .dx-error-message a{color:inherit}.dx-datagrid .dx-datagrid-rowsview .dx-data-row .dx-command-drag{cursor:move;vertical-align:middle;padding:0}.dx-sortable-dragging .dx-datagrid-rowsview .dx-data-row .dx-command-drag{cursor:pointer;cursor:-webkit-grabbing;cursor:grabbing}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title{font-size:16px}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content{padding:0 20px 20px}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item{opacity:.5;box-shadow:0 1px 3px -1px rgba(0,0,0,.2)}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-datagrid-drag-action{opacity:1;cursor:pointer;touch-action:pinch-zoom}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-treeview-node-container:first-child>.dx-treeview-node-is-leaf{padding:0}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node{padding-left:0}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node .dx-checkbox{left:4px}.dx-datagrid-nowrap,.dx-datagrid-nowrap .dx-header-row>td>.dx-datagrid-text-content{white-space:nowrap}.dx-datagrid-drag-header{position:absolute;vertical-align:middle;cursor:pointer;z-index:10000;box-sizing:content-box}.dx-datagrid-drag-header.dx-drag-command-cell{padding:0}.dx-datagrid-columns-separator{position:absolute;z-index:3;width:3px}.dx-datagrid-columns-separator-transparent{border-left:0;border-right:0}.dx-datagrid-tracker{width:100%;position:absolute;top:0;z-index:3;cursor:col-resize}.dx-datagrid-table-content{position:absolute;top:0}.dx-datagrid-focus-overlay{position:absolute;pointer-events:none;top:0;left:0;visibility:hidden}.dx-datagrid-action,.dx-datagrid-drag-action{cursor:pointer}.dx-datagrid-content{position:relative}.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message{visibility:visible}.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message .dx-overlay-content,.dx-datagrid-text-content{overflow:hidden;text-overflow:ellipsis}.dx-datagrid-table-fixed{table-layout:fixed;width:100%}.dx-datagrid-content .dx-datagrid-table{border-collapse:collapse;border-spacing:0;margin:0;max-width:10px}.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed{max-width:none}.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-none{display:none}.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-index{width:26px}.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators{float:none !important}.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators>span{width:14px}.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators .dx-sort.dx-sort-none{display:inline-block}.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-header-row .dx-datagrid-text-content{max-width:none}.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-left{margin-right:3px}.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-right{margin-left:3px}.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators{float:none !important}.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators>span{width:14px}.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-left{margin-right:3px}.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-right{margin-left:3px}.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-master-detail-cell{max-width:0}.dx-datagrid-content .dx-datagrid-table [class*=column]+[class*=column]:last-child{float:none}.dx-datagrid-content .dx-datagrid-table .dx-row>td,.dx-datagrid-content .dx-datagrid-table .dx-row>tr>td{vertical-align:top}.dx-datagrid-content .dx-datagrid-table .dx-row>td:first-child,.dx-datagrid-content .dx-datagrid-table .dx-row>tr>td:first-child{border-left:0}.dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-group-space,.dx-datagrid-content .dx-datagrid-table .dx-row>tr>td.dx-datagrid-group-space{border-right:none;vertical-align:top}.dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-group-space+td,.dx-datagrid-content .dx-datagrid-table .dx-row>tr>td.dx-datagrid-group-space+td{border-left:none}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container{overflow:hidden}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay{position:static}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell{max-width:0;padding:0;vertical-align:middle}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor,.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor-container{border:0;margin:0}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select{padding:0;width:70px;min-width:70px;max-width:70px}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit{text-overflow:clip;width:100px;min-width:100px;white-space:nowrap}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons{width:80px;min-width:80px}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link{text-decoration:none}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit .dx-link{display:inline-block}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand{padding:0;width:30px;min-width:30px;max-width:30px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-adaptive{padding:0;vertical-align:middle}.dx-datagrid-content .dx-datagrid-table .dx-data-row .dx-command-edit-with-icons{line-height:1;white-space:nowrap}.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content{padding:7px 7px 7px 32px;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.dx-datagrid-content .dx-datagrid-table .dx-row>.dx-last-data-cell{border-right:none}.dx-datagrid-content .dx-datagrid-table .dx-row>.dx-command-adaptive-hidden{border-left:none}.dx-cell-modified,.dx-datagrid-invalid,.dx-highlight-outline{position:relative;padding:7px}.dx-cell-modified::after,.dx-datagrid-invalid::after,.dx-highlight-outline::after{content:"";position:absolute;border:2px solid rgba(0,0,0,0);top:0;left:1px;bottom:0;right:0;pointer-events:none}.dx-cell-modified.dx-hidden,.dx-datagrid-invalid.dx-hidden,.dx-highlight-outline.dx-hidden{display:block !important}.dx-cell-modified.dx-hidden::after,.dx-datagrid-invalid.dx-hidden::after,.dx-highlight-outline.dx-hidden::after{display:none}.dx-editor-cell .dx-highlight-outline,.dx-editor-cell.dx-cell-modified,.dx-editor-cell.dx-datagrid-invalid{padding:0}.dx-column-lines .dx-cell-modified::after,.dx-column-lines .dx-datagrid-invalid::after,.dx-column-lines .dx-highlight-outline::after{left:0}.dx-datagrid-headers{position:relative;outline:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-header-row>td>.dx-datagrid-text-content{display:inline-block;white-space:normal;vertical-align:top}.dx-header-row>td>.dx-datagrid-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator){max-width:100%}.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor{border-width:0}.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused::after{content:" ";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:1;pointer-events:none}.dx-datagrid-filter-range-overlay .dx-datagrid-filter-range-end{border-top:1px solid rgba(0,0,0,0)}.dx-datagrid-filter-range-overlay .dx-editor-container.dx-cell-modified,.dx-datagrid-filter-range-overlay .dx-editor-container.dx-datagrid-invalid{padding:0}.dx-datagrid-filter-row .dx-editor-cell .dx-menu{display:none}.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu{position:relative}.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu{display:block}.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input{padding-left:32px}.dx-datagrid-filter-row .dx-cell-modified::after,.dx-datagrid-filter-row .dx-datagrid-invalid::after{pointer-events:none}.dx-datagrid-filter-row .dx-focused .dx-highlight-outline::after,.dx-datagrid-filter-row .dx-focused.dx-cell-modified::after,.dx-datagrid-filter-row .dx-focused.dx-datagrid-invalid::after{border-color:rgba(0,0,0,0)}.dx-datagrid-filter-row .dx-menu{z-index:1;position:absolute;top:0;left:0;cursor:pointer;margin-top:-2px;height:100%;overflow:visible}.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal{height:100%}.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout,.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text{display:none}.dx-datagrid-filter-row .dx-menu-item.dx-state-focused::after{position:absolute;left:2px;top:2px;width:100%;height:102%;content:""}.dx-datagrid-filter-row>.dx-first-cell .dx-menu,.dx-datagrid-filter-row>td:first-child .dx-menu{margin-left:0}.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item{padding:5px 30px 5px 5px}.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal>li>.dx-menu-item{padding:8px 5px 7px}.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal>li>.dx-menu-item.dx-state-disabled:hover{padding:9px 6px 8px}.dx-datagrid-filter-row .dx-menu-caption{padding-left:6px}.dx-datagrid-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down{display:none}.dx-datagrid-filter-row .dx-menu-item-highlight{font-weight:400}.dx-datagrid-scroll-container{overflow:hidden;width:100%}.dx-datagrid-header-panel{text-align:left}.dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button{margin-left:10px}.dx-datagrid-search-panel{margin:0 0 0 15px}.dx-gridbase-container>.dx-datagrid-rowsview{flex:auto;height:auto}.dx-gridbase-container>.dx-datagrid-rowsview.dx-scrollable{display:flex}.dx-gridbase-container>.dx-datagrid-rowsview.dx-scrollable>.dx-scrollable-wrapper,.dx-gridbase-container>.dx-datagrid-rowsview.dx-scrollable>div>.dx-scrollable-wrapper{flex:1 1;height:auto;min-width:0;min-height:0}.dx-datagrid-rowsview{position:relative;overflow:hidden}.dx-datagrid-rowsview.dx-empty{height:100px}.dx-datagrid-rowsview.dx-empty .dx-scrollable-content{height:100%}.dx-datagrid-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content{z-index:2}.dx-datagrid-rowsview.dx-fixed-columns .dx-scrollable-scrollbar{z-index:3}.dx-datagrid-rowsview .dx-datagrid-content{overflow-anchor:none}.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed){min-height:100%}.dx-datagrid-rowsview .dx-datagrid-content.dx-scrollable-container{width:auto}.dx-datagrid-rowsview:focus{outline:0}.dx-datagrid-rowsview .dx-row>td,.dx-datagrid-rowsview .dx-row>tr>td{overflow:hidden;text-overflow:ellipsis}.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child,.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>td,.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>tr>td{border-top:none}.dx-datagrid-rowsview .dx-data-row>td:focus{outline:0}.dx-datagrid-rowsview .dx-selection>td .dx-link,.dx-datagrid-rowsview .dx-selection>tr>td .dx-link,.dx-datagrid-rowsview .dx-selection.dx-row:hover>td .dx-link,.dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td .dx-link{color:inherit}.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-freespace-row,.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-virtual-row{border-top:0;border-bottom:0}.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-freespace-row>td,.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-virtual-row>td{padding-top:0;padding-bottom:0}.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr>td>.dx-select-checkbox{display:none}.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox,.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr>td:hover>.dx-select-checkbox{display:inline-block}.dx-datagrid-rowsview .dx-row>.dx-master-detail-cell:focus{outline:0}.dx-datagrid-rowsview .dx-data-row.dx-edit-row .dx-cell-modified::after{border-color:rgba(0,0,0,0)}.dx-datagrid-nodata{position:absolute;top:50%;left:50%;width:100%;text-align:center;transform:translate(-50%, -50%)}.dx-datagrid-bottom-load-panel{text-align:center;padding:10px}.dx-datagrid-hidden-column{white-space:nowrap}.dx-datagrid .dx-row .dx-datagrid-hidden-column{border-right-width:0;border-left-width:0}.dx-datagrid-hidden-column>*{display:none !important}.dx-datagrid-summary-item{font-weight:700}.dx-datagrid-export-menu .dx-dropdownbutton-content .dx-list-item{display:block}.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content{border:none;box-shadow:none}.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content{padding:0}.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-popover-arrow{width:0;height:0}.dx-datagrid-notouch-action{touch-action:none;-ms-content-zooming:none;-ms-overflow-style:none}.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,.dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item,.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item{border:none}.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message{text-align:center;left:0;right:0;bottom:50%;position:absolute}.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item,.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item{padding:7px 5px 7px 30px}.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image,.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image{background-position-x:right}.dx-datagrid.dx-rtl .dx-texteditor-buttons-container,.dx-rtl .dx-datagrid .dx-texteditor-buttons-container{text-align:start}.dx-rtl .dx-datagrid-content .dx-datagrid-table{direction:rtl}.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-group-space{border-left:none}.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-group-space+td{border-right:none}.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon{transform:scaleX(-1)}.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-filter-range-content{padding:7px 32px 7px 7px}.dx-rtl .dx-datagrid-headers .dx-datagrid-scrollable-simulated,.dx-rtl .dx-datagrid-total-footer .dx-datagrid-scrollable-simulated{direction:ltr}.dx-rtl .dx-datagrid-headers .dx-datagrid-scrollable-simulated .dx-datagrid-table,.dx-rtl .dx-datagrid-total-footer .dx-datagrid-scrollable-simulated .dx-datagrid-table{direction:rtl}.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input{padding-right:32px}.dx-rtl .dx-datagrid-filter-row .dx-menu{right:0;left:auto;margin-left:0;margin-right:-2px}.dx-rtl .dx-datagrid-filter-row>td:first-child .dx-menu{margin-left:0}.dx-rtl .dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item{padding:5px 5px 5px 30px}.dx-rtl .dx-datagrid-filter-row .dx-menu-caption{padding-right:6px}.dx-rtl .dx-datagrid-header-panel{text-align:right}.dx-rtl .dx-datagrid-header-panel .dx-datagrid-column-chooser-button{margin-left:0}.dx-rtl .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button{margin-left:0;margin-right:10px}.dx-rtl .dx-datagrid-search-panel{margin:0 15px 0 0}.dx-datagrid-filter-panel,.dx-datagrid-filter-panel-left{display:flex;justify-content:space-between;flex-direction:row;min-width:0}.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter:hover,.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text:hover{text-decoration:underline;cursor:pointer}.dx-datagrid-filter-panel .dx-datagrid-filter-panel-checkbox{padding-right:10px}.dx-datagrid-filter-panel .dx-icon-filter{margin:auto 7px auto auto;cursor:pointer}.dx-datagrid{position:relative;cursor:default;white-space:normal;line-height:normal}.dx-hidden.dx-group-cell{display:table-cell !important;font-size:0 !important}.dx-datagrid-group-panel{display:inline-block;white-space:nowrap;width:100%;touch-action:pinch-zoom}.dx-datagrid-group-panel .dx-group-panel-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-datagrid-group-panel .dx-group-panel-item{display:inline-block;min-width:30px;white-space:nowrap}.dx-datagrid-group-panel .dx-group-panel-item .dx-sort{margin-left:6px}.dx-datagrid-group-panel .dx-block-separator{display:inline-block;white-space:nowrap;position:relative;min-width:0}.dx-datagrid-group-panel .dx-block-separator .dx-sort{margin-left:6px}.dx-datagrid-rowsview .dx-row.dx-group-row td{border-top:1px solid;border-bottom:1px solid}.dx-datagrid-rowsview .dx-row.dx-group-row:first-child td{border-top:none}.dx-datagrid-rowsview .dx-group-row:focus{outline:0}.dx-datagrid-rowsview .dx-group-row.dx-row>td{border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content:focus{outline:0}.dx-datagrid-group-closed,.dx-datagrid-group-opened{cursor:pointer;position:relative}.dx-datagrid-group-closed::before,.dx-datagrid-group-opened::before{position:absolute;display:block;right:0;left:0}.dx-rtl .dx-datagrid-group-closed{transform:scaleX(-1)}.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-group-row.dx-row.dx-column-lines>td{border-left:none;border-right:none}.dx-rtl .dx-datagrid-group-panel .dx-block-separator,.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item{margin-right:0}.dx-rtl .dx-datagrid-group-panel .dx-sort{margin-left:0;margin-right:6px}.dx-datagrid-borders>.dx-datagrid-headers,.dx-datagrid-borders>.dx-datagrid-rowsview,.dx-datagrid-borders>.dx-datagrid-total-footer{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.dx-datagrid-borders>.dx-datagrid-rowsview,.dx-datagrid-borders>.dx-datagrid-total-footer{border-bottom:1px solid #e0e0e0}.dx-datagrid-borders>.dx-datagrid-filter-panel,.dx-datagrid-borders>.dx-datagrid-headers{border-top:1px solid #e0e0e0}.dx-datagrid-borders>.dx-datagrid-filter-panel{border-top-width:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dx-sortable-dragging>div>.dx-gridbase-container>.dx-datagrid-rowsview{border-color:rgba(5,5,0,.5)}.dx-datagrid .dx-sort-up{font:14px/1 DXIcons}.dx-datagrid .dx-sort-up::before{content:""}.dx-datagrid .dx-sort-down{font:14px/1 DXIcons}.dx-datagrid .dx-sort-down::before{content:""}.dx-datagrid .dx-sort-down,.dx-datagrid .dx-sort-up{font-family:inherit}.dx-datagrid .dx-sort-down::before,.dx-datagrid .dx-sort-up::before{font-family:DXIcons,sans-serif}.dx-datagrid .dx-datagrid-header-panel .dx-group-panel-item,.dx-datagrid .dx-datagrid-header-panel .dx-header-filter{outline:0}.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-group-panel-item:focus,.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus{outline:#373733 solid 2px;outline-offset:-2px}.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus{outline-offset:2px}.dx-datagrid .dx-datagrid-headers .dx-header-filter,.dx-datagrid .dx-datagrid-headers .dx-header-row>td{outline:0}.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus{outline:#373733 solid 2px;outline-offset:2px}.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus{outline-offset:-2px}.dx-datagrid .dx-header-filter{position:relative;color:rgba(20,20,20,.54);font:14px/1 DXIcons}.dx-datagrid .dx-header-filter::before{content:""}.dx-datagrid .dx-header-filter-empty{color:rgba(20,20,20,.38)}.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed{background-color:#fff}.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none{border-left:2px solid #e0e0e0;border-right:2px solid #e0e0e0}.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell{border-left:none}.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell{border-right:none}.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row>td.dx-command-edit>a.dx-link:focus{outline:#373733 solid 2px;outline-offset:2px}.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row.dx-row-focused>td.dx-command-edit>a.dx-link:focus{outline-color:#fff;outline-offset:0}.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form{background-color:#fff}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td{position:relative}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td:not(.dx-datagrid-group-space)::before{display:block;height:100%;content:"";background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAADzCAYAAABwgbOvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRjExRDRGQTNENjQxMUU4QUZEMEE1N0M1QzIyNEE4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRjExRDRGQjNENjQxMUU4QUZEMEE1N0M1QzIyNEE4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGMTFENEY4M0Q2NDExRThBRkQwQTU3QzVDMjI0QThDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFGMTFENEY5M0Q2NDExRThBRkQwQTU3QzVDMjI0QThDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+57ApqAAAAUNJREFUeNrs3LENwzAMRUEzi2T/sTSJgowQRAI+pbvehf0KFiZYc84nUVU9AAAAAAAAAHf5/id9+wxLjX8efvl+WQQRBEEEQRBBEEQQBBEEQQAAAAAAAAAAflRuLmaxdSIIggiCIIIgiCAIIgiCIAgAyyUfMBs3BjHUBUEQQRBEEAQRBEEEQRAE6cKyNQAAAAAAAADQQuySw9aXDl6gsAYkCIIIgiCCIIggCCIIgiAIcILkA2Y7xR5HM0MEQRBBEEQQBBEEQQRBEAQBAAAAAAAAAHq78l5WMlsngiCIIAgiCIIIgiCCIAiCALDcrQfMDHUEEQRBBEEQQRAEQQRBEEEAAAAAAAAAALZoecCsqo4NYutEEAQRBEEEQRBBEEQQBEEQAJbresBsGOoIIgiCIIggCCIIggiCIIIAAAAAAAAc5iPAAIcKFwANDofzAAAAAElFTkSuQmCC");background-repeat:no-repeat repeat}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td[style*="text-align: right"]::before{transform:scaleX(-1)}.dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content{color:#141414}.dx-datagrid .dx-error-row td{color:#fff;padding:0}.dx-datagrid .dx-column-lines>td:first-child{border-left:none}.dx-datagrid .dx-column-lines>td:last-child{border-right:none}.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon{font:14px/1 DXIcons}.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon::before{content:""}.dx-datagrid-filter-panel{color:#141414;border-top:1px solid #e0e0e0}.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,.dx-datagrid-filter-panel .dx-icon-filter{outline:0}.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-clear-filter:focus,.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-text:focus,.dx-datagrid-filter-panel.dx-state-focused .dx-icon-filter:focus{outline:#373733 solid 2px;outline-offset:3px}.dx-datagrid-form-buttons-container{float:right}.dx-datagrid-form-buttons-container .dx-button{margin-left:10px;margin-top:10px}.dx-datagrid-adaptive-more{cursor:pointer;font:21px/21px DXIcons}.dx-datagrid-adaptive-more::before{content:""}.dx-datagrid-edit-popup .dx-error-message{background-color:#f27a7a;white-space:normal;word-wrap:break-word;color:#fff;margin-bottom:20px}.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none{border-left:2px solid #e0e0e0;border-right:2px solid #e0e0e0}.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell{border-right:none}.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell{border-left:none}.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td::before{transform:scaleX(-1)}.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td[style*="text-align: left"]::before{transform:scale(1)}.dx-rtl .dx-datagrid .dx-column-lines>td:first-child{border-right:none;border-left:1px solid #e0e0e0}.dx-rtl .dx-datagrid .dx-column-lines>td:last-child{border-left:none;border-right:1px solid #e0e0e0}.dx-rtl .dx-datagrid-form-buttons-container{float:left}.dx-rtl .dx-datagrid-form-buttons-container .dx-button{margin-left:0;margin-right:10px}.dx-datagrid-cell-updated-animation{animation:1s dx-datagrid-highlight-change}@keyframes dx-datagrid-highlight-change{50%,from{background-color:rgba(20,20,20,.08)}}.dx-datagrid .dx-menu,.dx-datagrid-container .dx-menu{background-color:rgba(0,0,0,0);height:100%}.dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content,.dx-datagrid-container .dx-menu .dx-menu-item .dx-menu-item-content{padding:11px 4px}.dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon,.dx-datagrid-container .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon{width:22px;height:22px;background-position:0 0;background-size:22px 22px;padding:0;font-size:22px;text-align:center;line-height:22px;margin:0 3px}.dx-datagrid-container.dx-filter-menu .dx-menu-item-content .dx-icon,.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon{color:rgba(106,106,106,.54);width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px}.dx-datagrid-container.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default{margin-top:2px}.dx-datagrid .dx-editor-with-menu .dx-menu-item-content,.dx-datagrid-container .dx-editor-with-menu .dx-menu-item-content{display:flex;justify-content:center;align-items:center}.dx-datagrid .dx-editor-with-menu .dx-menu-item-content .dx-icon,.dx-datagrid-container .dx-editor-with-menu .dx-menu-item-content .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px}.dx-datagrid .dx-editor-with-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,.dx-datagrid-container .dx-editor-with-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default{margin-top:2px}.dx-datagrid .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,.dx-datagrid .dx-editor-with-menu .dx-texteditor .dx-texteditor-input,.dx-datagrid-container .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,.dx-datagrid-container .dx-editor-with-menu .dx-texteditor .dx-texteditor-input{padding-left:40px}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc{font:18px/18px DXIcons;width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;text-align:center}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before{content:""}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc{font:18px/18px DXIcons;width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;text-align:center}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before{content:""}.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-none,.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-none{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px}.dx-datagrid .dx-header-filter,.dx-datagrid .dx-sort-down,.dx-datagrid .dx-sort-up,.dx-datagrid-container .dx-header-filter,.dx-datagrid-container .dx-sort-down,.dx-datagrid-container .dx-sort-up{width:15px;height:15px;background-position:0 0;background-size:15px 15px;padding:0;font-size:15px;text-align:center;line-height:15px}.dx-datagrid .dx-header-filter:not(.dx-header-filter-empty),.dx-datagrid-container .dx-header-filter:not(.dx-header-filter-empty){color:#050500}.dx-datagrid .dx-icon-filter-operation-equals,.dx-datagrid-container .dx-icon-filter-operation-equals{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-equals::before,.dx-datagrid-container .dx-icon-filter-operation-equals::before{content:""}.dx-datagrid .dx-icon-filter-operation-default,.dx-datagrid-container .dx-icon-filter-operation-default{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-default::before,.dx-datagrid-container .dx-icon-filter-operation-default::before{content:""}.dx-datagrid .dx-icon-filter-operation-not-equals,.dx-datagrid-container .dx-icon-filter-operation-not-equals{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-not-equals::before,.dx-datagrid-container .dx-icon-filter-operation-not-equals::before{content:""}.dx-datagrid .dx-icon-filter-operation-less,.dx-datagrid-container .dx-icon-filter-operation-less{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-less::before,.dx-datagrid-container .dx-icon-filter-operation-less::before{content:""}.dx-datagrid .dx-icon-filter-operation-less-equal,.dx-datagrid-container .dx-icon-filter-operation-less-equal{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-less-equal::before,.dx-datagrid-container .dx-icon-filter-operation-less-equal::before{content:""}.dx-datagrid .dx-icon-filter-operation-greater,.dx-datagrid-container .dx-icon-filter-operation-greater{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-greater::before,.dx-datagrid-container .dx-icon-filter-operation-greater::before{content:""}.dx-datagrid .dx-icon-filter-operation-greater-equal,.dx-datagrid-container .dx-icon-filter-operation-greater-equal{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-greater-equal::before,.dx-datagrid-container .dx-icon-filter-operation-greater-equal::before{content:""}.dx-datagrid .dx-icon-filter-operation-contains,.dx-datagrid-container .dx-icon-filter-operation-contains{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-contains::before,.dx-datagrid-container .dx-icon-filter-operation-contains::before{content:""}.dx-datagrid .dx-icon-filter-operation-not-contains,.dx-datagrid-container .dx-icon-filter-operation-not-contains{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-not-contains::before,.dx-datagrid-container .dx-icon-filter-operation-not-contains::before{content:""}.dx-datagrid .dx-icon-filter-operation-starts-with,.dx-datagrid-container .dx-icon-filter-operation-starts-with{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-starts-with::before,.dx-datagrid-container .dx-icon-filter-operation-starts-with::before{content:""}.dx-datagrid .dx-icon-filter-operation-ends-with,.dx-datagrid-container .dx-icon-filter-operation-ends-with{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-ends-with::before,.dx-datagrid-container .dx-icon-filter-operation-ends-with::before{content:""}.dx-datagrid .dx-icon-filter-operation-between,.dx-datagrid-container .dx-icon-filter-operation-between{font:14px/1 DXIcons}.dx-datagrid .dx-icon-filter-operation-between::before,.dx-datagrid-container .dx-icon-filter-operation-between::before{content:""}.dx-datagrid .dx-column-indicators,.dx-datagrid-container .dx-column-indicators{height:16px}.dx-datagrid .dx-column-indicators .dx-sort-index-icon,.dx-datagrid-container .dx-column-indicators .dx-sort-index-icon{padding-right:4px;margin-left:-1px;font-size:13px;position:relative;bottom:1px}.dx-datagrid .dx-column-indicators>div,.dx-datagrid-container .dx-column-indicators>div{width:15px;height:15px;background-position:0 0;background-size:15px 15px;padding:0;font-size:15px;text-align:center;line-height:15px}.dx-datagrid .dx-placeholder::before,.dx-datagrid-container .dx-placeholder::before{font-size:14px}.dx-datagrid{color:#141414;background-color:#fff;line-height:inherit}.dx-datagrid .dx-row-alt>td{background-color:#f5f5f5;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed){border-bottom-color:rgba(0,0,0,0)}.dx-datagrid .dx-link{text-decoration:underline;cursor:pointer;color:#9c59ac}.dx-datagrid .dx-row-lines>td{border-bottom:1px solid #e0e0e0}.dx-datagrid .dx-column-lines>td{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.dx-datagrid .dx-error-row .dx-closebutton{float:right;margin:16px;font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-datagrid .dx-error-row .dx-closebutton::before{content:""}.dx-datagrid .dx-error-row .dx-error-message{background-color:#f27a7a;white-space:normal;word-wrap:break-word;padding:14px 35px 14px 14px}.dx-datagrid .dx-row>td{padding:14px 16px;font-size:14px;line-height:20px}.dx-datagrid .dx-datagrid-table .dx-header-row>td{padding-top:20px;padding-bottom:20px}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending),.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all),.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all){vertical-align:middle}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-select,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-select,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-select{overflow:visible;width:50px;min-width:50px;line-height:1}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit{width:115px;min-width:115px}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons{width:93px;min-width:93px}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons .dx-link,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin:0 2px;vertical-align:middle}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons .dx-link:not(.dx-link-icon),.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link:not(.dx-link-icon),.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link:not(.dx-link-icon){width:auto}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit .dx-link.dx-state-disabled,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit .dx-link.dx-state-disabled,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit .dx-link.dx-state-disabled{opacity:.38}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit .dx-link.dx-state-disabled.dx-link-icon,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit .dx-link.dx-state-disabled.dx-link-icon,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-edit .dx-link.dx-state-disabled.dx-link-icon{opacity:.6}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending) .dx-datagrid-group-space,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-expand,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all) .dx-datagrid-group-space,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-expand,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all) .dx-datagrid-group-space,.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-command-expand{padding:0 4px 0 8px;line-height:0}.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-editor-cell:not(.dx-command-select),.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td.dx-datagrid-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-editor-cell:not(.dx-command-select),.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row>td:not(.dx-validation-pending):not(.dx-datagrid-select-all).dx-editor-cell:not(.dx-command-select){padding-right:0;padding-left:0}.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row>td[style*="text-align: right"]:before{background-position-y:49px}.dx-datagrid .dx-command-drag{width:56px;min-width:56px}.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-datagrid-edit-popup .dx-popup-content{padding:0}.dx-datagrid-edit-popup .dx-error-message{padding:14px 16px}.dx-datagrid-edit-popup-form{padding:24px}.dx-datagrid-headers .dx-texteditor-input,.dx-datagrid-rowsview .dx-texteditor-input{min-height:16px}.dx-datagrid-headers .dx-lookup,.dx-datagrid-rowsview .dx-lookup{height:auto}.dx-datagrid-headers .dx-lookup .dx-lookup-field,.dx-datagrid-rowsview .dx-lookup .dx-lookup-field{padding-left:16px;padding-top:14px;padding-bottom:14px;font-size:14px}.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending .dx-texteditor-input{padding-right:34px}.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid.dx-rtl .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending.dx-rtl .dx-texteditor-input{padding-right:0;padding-left:34px}.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending .dx-texteditor-input{padding-right:34px}.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid.dx-rtl .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid.dx-rtl .dx-texteditor-input,.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending.dx-rtl .dx-texteditor-input{padding-right:0;padding-left:34px}.dx-datagrid-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-rtl .dx-texteditor-input,.dx-datagrid-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-rtl .dx-texteditor-input{padding-right:0}.dx-datagrid-headers .dx-searchbox .dx-placeholder::before,.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,.dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input{padding-left:22px}.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder::before,.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder::before,.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input{padding-right:22px}.dx-datagrid-column-chooser-list .dx-empty-message,.dx-device-mobile .dx-datagrid-column-chooser-list .dx-empty-message{color:#7a7a7a;padding:0 24px}.dx-datagrid-column-chooser{color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-datagrid-column-chooser input,.dx-datagrid-column-chooser textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content{padding:16px 24px 9px}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-search{margin-bottom:10px}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-node{padding-left:20px}.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-popup-content{padding:16px 24px 9px}.dx-datagrid-column-chooser .dx-overlay-content{background-color:#fff}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title{background-color:rgba(0,0,0,0);border-bottom:1px solid #e0e0e0}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label{font-size:20px}.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item{margin:2px 2px 8px;background-color:#fff;color:rgba(20,20,20,.54);font-weight:500;font-size:14px;padding:14px;line-height:16px;box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-datagrid-drag-header{border-color:rgba(5,5,0,.5);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);color:rgba(20,20,20,.54);font-weight:500;padding:20px;background-color:#fff;line-height:16px;font-size:14px}.dx-datagrid-columns-separator{background-color:rgba(5,5,0,.5)}.dx-datagrid-columns-separator-transparent{background-color:rgba(0,0,0,0)}.dx-datagrid-drop-highlight>td{background-color:#050500;color:#fff}.dx-datagrid-drop-highlight>td .dx-header-filter{color:#fff}.dx-datagrid-drop-highlight>td .dx-checkbox .dx-checkbox-icon{background-color:#fff;color:#050500}.dx-datagrid-focus-overlay:after{content:"";position:absolute;bottom:0;height:2px;background-color:#373733;left:0;right:1px}.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>.dx-datagrid-readonly .dx-texteditor .dx-texteditor-input{background-color:rgba(0,0,0,.04);color:#363636}.dx-datagrid-headers{color:rgba(20,20,20,.54);touch-action:pinch-zoom;border-bottom:1px solid #e0e0e0}.dx-datagrid-headers .dx-datagrid-content{margin-bottom:-1px}.dx-datagrid-borders .dx-datagrid-headers .dx-datagrid-table{border-bottom-width:1px}.dx-datagrid-headers .dx-datagrid-table .dx-row>td{border-bottom:1px solid #e0e0e0;line-height:16px;font-weight:500;font-size:14px}.dx-datagrid-headers .dx-datagrid-table .dx-row>td .dx-sort,.dx-datagrid-headers .dx-datagrid-table .dx-row>td .dx-sort-indicator,.dx-datagrid-headers .dx-datagrid-table .dx-row>td:hover .dx-datagrid-text-content{color:#141414}.dx-datagrid-headers .dx-datagrid-table .dx-row>td:hover .dx-sort{color:rgba(20,20,20,.38)}.dx-datagrid-headers .dx-datagrid-table .dx-row>td:hover:not(.dx-command-select):not(.dx-command-expand):not(.dx-editor-cell):not(.dx-command-edit):not(.dx-datagrid-group-space){background-color:rgba(0,0,0,.04)}.dx-datagrid-headers.dx-header-multi-row .dx-datagrid-content .dx-datagrid-table .dx-row.dx-header-row .dx-command-select{padding-bottom:19px}.dx-datagrid-headers.dx-header-multi-row .dx-datagrid-content .dx-datagrid-table .dx-row.dx-header-row>td{padding-top:12px;padding-bottom:12px;vertical-align:bottom;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.dx-datagrid-headers.dx-header-multi-row .dx-datagrid-content .dx-datagrid-table .dx-row.dx-header-row>td:first-child{border-left:none}.dx-datagrid-headers.dx-header-multi-row .dx-datagrid-content .dx-datagrid-table .dx-row.dx-header-row>td:last-child{border-right:none}.dx-datagrid-filter-row{background-color:#fafafa}.dx-datagrid-filter-row .dx-menu{margin-left:0}.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-items-container{height:100%;top:2px;position:absolute}.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-items-container .dx-menu-item-wrapper{height:100%}.dx-datagrid-filter-row .dx-menu .dx-overlay-content{color:#898989}.dx-datagrid-filter-row .dx-filter-modified{background-color:rgba(117,217,92,.32)}.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content{padding:14px 16px 14px 40px}.dx-datagrid .dx-datagrid-table .dx-datagrid-filter-row>td{padding-top:0;padding-bottom:0}.dx-datagrid-filter-range-overlay .dx-overlay-content{overflow:inherit;background-color:#fafafa;box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused::after,.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-hover::after{top:auto;bottom:0}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input{font-size:14px;height:49px;padding-right:12px;padding-left:12px}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-placeholder::before{padding-left:12px}.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-invalid-message.dx-overlay-wrapper{display:none}.dx-cell-modified,.dx-datagrid-invalid{padding:14px 0;overflow:hidden;text-overflow:ellipsis}.dx-datagrid-header-panel{border-bottom:1px solid #e0e0e0;padding:0 16px;background-color:#fff}.dx-datagrid-header-panel .dx-apply-button{background-color:rgba(0,0,0,0);color:#fff;box-shadow:none}.dx-datagrid-header-panel .dx-apply-button .dx-icon{color:#fff}.dx-datagrid-header-panel .dx-apply-button.dx-state-focused,.dx-datagrid-header-panel .dx-apply-button.dx-state-hover{background-color:rgba(117,217,92,.08);box-shadow:none}.dx-datagrid-header-panel .dx-apply-button.dx-state-active{background-color:rgba(117,217,92,.36);box-shadow:none}.dx-datagrid-header-panel .dx-apply-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-datagrid-header-panel .dx-apply-button.dx-state-disabled .dx-icon{opacity:.6}.dx-datagrid-header-panel .dx-apply-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-datagrid-header-panel .dx-apply-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-datagrid-header-panel .dx-toolbar-text-auto-hide .dx-button.dx-button-has-icon{border-radius:50%}.dx-datagrid-header-panel .dx-datagrid-toolbar-button .dx-icon{color:#141414}.dx-datagrid-addrow-button .dx-icon-edit-button-addrow{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-datagrid-addrow-button .dx-icon-edit-button-addrow::before{content:""}.dx-datagrid-cancel-button .dx-icon-edit-button-cancel{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-datagrid-cancel-button .dx-icon-edit-button-cancel::before{content:""}.dx-datagrid-save-button .dx-icon-edit-button-save{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-datagrid-save-button .dx-icon-edit-button-save::before{content:""}.dx-datagrid-export-button .dx-icon-export-to{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-datagrid-export-button .dx-icon-export-to::before{content:""}.dx-datagrid-export-button .dx-icon-export-excel-button{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-datagrid-export-button .dx-icon-export-excel-button::before{content:""}.dx-datagrid-adaptive-more{vertical-align:middle;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;color:rgba(20,20,20,.54)}.dx-row.dx-row-focused .dx-datagrid-adaptive-more{color:inherit}.dx-datagrid-rowsview{border-top:1px solid #e0e0e0}.dx-datagrid-headers+.dx-datagrid-rowsview{border-top:none}.dx-datagrid-rowsview .dx-row{border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.dx-datagrid-rowsview .dx-row:focus{outline:0}.dx-datagrid-rowsview .dx-row.dx-edit-row:first-child>td{border-top-width:0;border-bottom:1px solid #e0e0e0}.dx-datagrid-rowsview .dx-row.dx-edit-row>td{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dx-datagrid-rowsview .dx-master-detail-row>.dx-master-detail-cell{padding:16px}.dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell,.dx-datagrid-rowsview .dx-master-detail-row>.dx-datagrid-group-space{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell,.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form)>.dx-datagrid-group-space{background-color:#fafafa}.dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection:hover:not(.dx-edit-row) .dx-cell-modified,.dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection:not(.dx-edit-row) .dx-cell-modified,.dx-datagrid-rowsview .dx-adaptive-detail-row:not(.dx-edit-row) .dx-cell-modified,.dx-datagrid-rowsview .dx-data-row.dx-selection:hover:not(.dx-edit-row) .dx-cell-modified,.dx-datagrid-rowsview .dx-data-row.dx-selection:not(.dx-edit-row) .dx-cell-modified,.dx-datagrid-rowsview .dx-data-row:not(.dx-edit-row) .dx-cell-modified{background-color:rgba(117,217,92,.32)}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-validator.dx-datagrid-invalid,.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-validator.dx-invalid,.dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection .dx-validator.dx-datagrid-invalid,.dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection .dx-validator.dx-invalid,.dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection:hover .dx-validator.dx-datagrid-invalid,.dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection:hover .dx-validator.dx-invalid,.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid,.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-invalid,.dx-datagrid-rowsview .dx-data-row.dx-selection .dx-validator.dx-datagrid-invalid,.dx-datagrid-rowsview .dx-data-row.dx-selection .dx-validator.dx-invalid,.dx-datagrid-rowsview .dx-data-row.dx-selection:hover .dx-validator.dx-datagrid-invalid,.dx-datagrid-rowsview .dx-data-row.dx-selection:hover .dx-validator.dx-invalid{background-color:rgba(234,34,34,.32)}.dx-datagrid-rowsview .dx-overlay-wrapper.dx-invalid-message .dx-overlay-content{padding:9px 17px;background-color:#ea2222;color:#fff}.dx-datagrid-rowsview .dx-row-removed>td{background-color:#e0e0e0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:rgba(20,20,20,.54)}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-label{padding-top:0}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content{line-height:40px;min-height:40px;font-size:14px}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content.dx-focused{padding:0}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-texteditor-input{font-size:14px;height:40px;line-height:40px}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-texteditor::after,.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-texteditor::before{content:none}.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-texteditor.dx-editor-outlined{box-shadow:none}.dx-datagrid-rowsview .dx-item-modified{background-color:rgba(117,217,92,.32)}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused),.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused){background-color:#373733;color:#fff}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link .dx-datagrid-group-opened,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-datagrid-group-opened,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-datagrid-group-opened{color:#fff}.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus{background-color:#fff;color:#9c59ac}.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td,.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr:last-child>td{border-bottom:1px solid #373733}.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>td,.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>tr:first-child>td{border-top:1px solid #373733;border-bottom:1px solid #373733}.dx-datagrid-rowsview .dx-row-focused.dx-data-row.dx-edit-row>td.dx-editor-cell:not(.dx-command-select),.dx-datagrid-rowsview .dx-row-focused.dx-data-row.dx-edit-row>tr>td.dx-editor-cell:not(.dx-command-select){background-color:#fff;color:#141414}.dx-datagrid-rowsview .dx-row-focused.dx-group-row{background-color:#373733;color:#fff}.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-closed,.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-opened{color:#fff}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td{background-color:rgba(5,5,0,.04);color:#141414}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-datagrid-group-space,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-datagrid-group-space,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-datagrid-group-space,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-datagrid-group-space{border-right-color:rgba(5,5,0,.04)}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-pointer-events-none,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-pointer-events-none,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-pointer-events-none,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-pointer-events-none{border-left-color:#e0e0e0;border-right-color:#e0e0e0}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>td{border-bottom:1px solid rgba(5,5,0,.04);border-top:1px solid rgba(5,5,0,.04)}.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines>td,.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines>td{border-bottom-color:#e0e0e0}.dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-right:0}.dx-datagrid-rowsview td.dx-validation-pending{position:relative;padding:0}.dx-datagrid-rowsview td.dx-validation-pending .dx-datagrid-invalid,.dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified{padding:14px 46px 14px 16px}.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending .dx-datagrid-invalid,.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending .dx-datagrid-invalid,.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified{padding-left:46px;padding-right:16px}.dx-datagrid-rowsview td.dx-validation-pending>.dx-pending-indicator{pointer-events:none;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px;right:22px;background-color:rgba(0,0,0,0)}.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending>.dx-pending-indicator,.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending>.dx-pending-indicator{right:auto;left:22px}.dx-datagrid-search-text{color:#fff;background-color:#050500}.dx-datagrid-nodata{color:#7a7a7a;font-size:17px}.dx-datagrid-bottom-load-panel{border-top:1px solid #e0e0e0;background-color:#fff}.dx-datagrid-summary-item{color:rgba(20,20,20,.7)}.dx-datagrid-total-footer{position:relative;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.dx-datagrid-total-footer>.dx-datagrid-content{padding:0}.dx-datagrid-revert-tooltip .dx-overlay-content{background-color:rgba(0,0,0,0);min-width:inherit}.dx-datagrid-revert-tooltip .dx-revert-button{border-radius:4px;background-color:#ea2222;color:#fff;-webkit-box-shadow:none;margin:0 0 0 1px;height:48px;box-shadow:none;min-width:inherit}.dx-datagrid-revert-tooltip .dx-revert-button .dx-button-content{padding:2px}.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:0;margin-left:0;color:#fff}.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon.dx-icon-right,.dx-rtl .dx-datagrid-revert-tooltip .dx-revert-button .dx-icon,.dx-rtl.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon{margin-left:0;margin-right:0}.dx-rtl .dx-datagrid-revert-tooltip .dx-revert-button .dx-icon.dx-icon-right,.dx-rtl.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-active,.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-focused,.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover{background-color:#ea2222;box-shadow:none}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-disabled{background:rgba(0,0,0,.1);box-shadow:none}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-disabled .dx-icon{opacity:.6}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-datagrid-revert-tooltip .dx-revert-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-datagrid-revert-tooltip .dx-revert-button.dx-button-has-icon:not(.dx-button-has-text){border-radius:2px}.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover{box-shadow:none}.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-datagrid-group-space{border-left-color:rgba(0,0,0,.04);border-right-color:rgba(0,0,0,0)}.dx-rtl .dx-datagrid .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon,.dx-rtl .dx-datagrid-container .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon{margin:0 3px}.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>td,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>tr>td,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>td,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td{border-right-color:#e0e0e0}.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>td:not(.dx-focused).dx-datagrid-group-space,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>tr>td:not(.dx-focused).dx-datagrid-group-space,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>td:not(.dx-focused).dx-datagrid-group-space,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td:not(.dx-focused).dx-datagrid-group-space{border-left-color:rgba(5,5,0,.04)}.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>td.dx-pointer-events-none,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row>tr>td.dx-pointer-events-none,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>td.dx-pointer-events-none,.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td.dx-pointer-events-none{border-left-color:#e0e0e0}.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-left:0}.dx-datagrid-form-buttons-container .dx-button{background-color:rgba(0,0,0,0);color:#fff;box-shadow:none}.dx-datagrid-form-buttons-container .dx-button .dx-icon{color:#fff}.dx-datagrid-form-buttons-container .dx-button.dx-state-focused,.dx-datagrid-form-buttons-container .dx-button.dx-state-hover{background-color:rgba(255,255,255,.08);box-shadow:none}.dx-datagrid-form-buttons-container .dx-button.dx-state-active{background-color:rgba(255,255,255,.36);box-shadow:none}.dx-datagrid-form-buttons-container .dx-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-datagrid-form-buttons-container .dx-button.dx-state-disabled .dx-icon{opacity:.6}.dx-datagrid-form-buttons-container .dx-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-datagrid-form-buttons-container .dx-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-datagrid-filter-panel{padding:18px 16px}.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text{color:#050500;font-size:14px;line-height:18px}.dx-datagrid-filter-panel .dx-icon-filter{color:#050500}.dx-adaptive-item-text.dx-cell-modified,.dx-adaptive-item-text.dx-datagrid-invalid{padding-top:0;padding-bottom:0}.dx-datagrid-group-panel{font-size:14px;touch-action:pinch-zoom}.dx-datagrid-group-panel .dx-group-panel-message{color:rgba(20,20,20,.54);font-weight:500;padding:7px 0;border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.dx-datagrid-group-panel .dx-group-panel-item{margin-right:10px;color:rgba(20,20,20,.54);font-weight:500;font-size:14px;line-height:16px;background:#e0e0e0;border-radius:16px;padding:8px 10px}.dx-datagrid-group-panel .dx-block-separator{margin-right:10px;color:rgba(20,20,20,.54);font-weight:500;padding:7px;background-color:#e0e0e0}.dx-datagrid-group-panel .dx-sort{color:rgba(106,106,106,.54)}.dx-datagrid-rowsview .dx-row.dx-group-row:first-child{border-top:none}.dx-datagrid-rowsview .dx-row.dx-group-row{font-size:14px;font-weight:700}.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused){color:rgba(20,20,20,.54);background-color:#fff}.dx-datagrid-rowsview .dx-row.dx-group-row td{border-top-color:#e0e0e0;border-bottom-color:#e0e0e0}.dx-datagrid-group-opened{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center;color:rgba(118,118,118,.54)}.dx-datagrid-group-opened::before{content:""}.dx-datagrid-group-closed{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center;color:rgba(118,118,118,.54)}.dx-datagrid-group-closed::before{content:""}.dx-row.dx-datagrid-group-footer.dx-column-lines{border-bottom:1px solid #e0e0e0}.dx-row.dx-datagrid-group-footer>td{background-color:#fff;border-top:1px solid #e0e0e0;border-left-width:0;border-right-width:0}.dx-rtl .dx-datagrid-group-panel .dx-block-separator,.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item{margin-left:10px}.dx-treelist-important-margin{margin-right:5px !important}.dx-treelist-table{background-color:rgba(0,0,0,0)}.dx-treelist-borders>.dx-treelist-total-footer{border-top:0}.dx-treelist-borders>.dx-treelist-pager{margin-top:-1px}.dx-treelist-borders>.dx-treelist-header-panel{border-bottom:0}.dx-treelist-borders>.dx-treelist-rowsview.dx-last-row-border tbody:last-child>.dx-data-row:nth-last-child(2)>td{border-bottom-width:0}.dx-treelist .dx-treelist-content-fixed{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;pointer-events:none;overflow:hidden}.dx-treelist .dx-treelist-content-fixed .dx-treelist-table{position:relative}.dx-treelist .dx-treelist-content-fixed .dx-treelist-table td{pointer-events:auto}.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-row td.dx-pointer-events-none{visibility:hidden;background-color:rgba(0,0,0,0);pointer-events:none;border-top-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0)}.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-header-row td.dx-pointer-events-none{border-bottom-color:rgba(0,0,0,0)}.dx-treelist .dx-treelist-content-fixed .dx-treelist-table.dx-treelist-table-fixed .dx-row td.dx-pointer-events-none{width:auto}.dx-treelist .dx-menu-subitem ul li{padding-top:0}.dx-treelist .dx-menu-subitem ul li:first-child{padding-top:1px}.dx-treelist .dx-menu-subitem .dx-menu-item{padding:7px 30px 7px 5px}.dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image{background-position-x:left}.dx-treelist .dx-link{text-decoration:underline;cursor:pointer}.dx-treelist .dx-column-indicators{display:inline-block;vertical-align:top;white-space:nowrap}.dx-treelist .dx-column-indicators.dx-visibility-hidden{visibility:hidden}.dx-treelist .dx-column-indicators .dx-sort-index-icon{width:15px}.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter,.dx-treelist .dx-column-indicators .dx-header-filter.dx-sort,.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter,.dx-treelist .dx-column-indicators .dx-sort.dx-sort{display:inline-block}.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter::after,.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;margin:-7px}.dx-treelist .dx-row>td,.dx-treelist .dx-row>tr>td{padding:7px}.dx-treelist .dx-error-row{-webkit-user-select:initial;-ms-user-select:initial;user-select:initial}.dx-treelist .dx-error-row .dx-error-message{-webkit-user-select:text;-ms-user-select:text;user-select:text}.dx-treelist .dx-error-row .dx-error-message a{color:inherit}.dx-treelist .dx-treelist-rowsview .dx-data-row .dx-command-drag{cursor:move;vertical-align:middle;padding:0}.dx-sortable-dragging .dx-treelist-rowsview .dx-data-row .dx-command-drag{cursor:pointer;cursor:-webkit-grabbing;cursor:grabbing}.dx-sortable-without-handle .dx-data-row{cursor:pointer}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title{font-size:16px}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content{padding:0 20px 20px}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item{opacity:.5;box-shadow:0 1px 3px -1px rgba(0,0,0,.2)}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-treelist-drag-action{opacity:1;cursor:pointer;touch-action:pinch-zoom}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-treeview-node-container:first-child>.dx-treeview-node-is-leaf{padding:0}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node{padding-left:0}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node .dx-checkbox{left:4px}.dx-treelist-nowrap,.dx-treelist-nowrap .dx-header-row>td>.dx-treelist-text-content{white-space:nowrap}.dx-treelist-drag-header{position:absolute;vertical-align:middle;cursor:pointer;z-index:10000;box-sizing:content-box}.dx-treelist-drag-header.dx-drag-command-cell{padding:0}.dx-treelist-columns-separator{position:absolute;z-index:3;width:3px}.dx-treelist-columns-separator-transparent{border-left:0;border-right:0}.dx-treelist-tracker{width:100%;position:absolute;top:0;z-index:3;cursor:col-resize}.dx-treelist-table-content{position:absolute;top:0}.dx-treelist-focus-overlay{position:absolute;pointer-events:none;top:0;left:0;visibility:hidden}.dx-treelist-action,.dx-treelist-drag-action{cursor:pointer}.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row)>td:not(.dx-focused) .dx-link{color:inherit}.dx-treelist-content{position:relative}.dx-treelist-content .dx-overlay-wrapper.dx-invalid-message.dx-treelist-invalid-message{visibility:visible}.dx-treelist-content .dx-overlay-wrapper.dx-invalid-message.dx-treelist-invalid-message .dx-overlay-content,.dx-treelist-text-content{overflow:hidden;text-overflow:ellipsis}.dx-treelist-table-fixed{table-layout:fixed;width:100%}input.dx-hidden{display:inline-block !important;width:0 !important}.dx-hidden-cell{visibility:hidden}.dx-row>td,.dx-row>tr>td{border:none}.dx-treelist-content .dx-treelist-table{border-collapse:collapse;border-spacing:0;margin:0;max-width:10px}.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed{max-width:none}.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-none{display:none}.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-index{width:26px}.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators{float:none !important}.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators>span{width:14px}.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators .dx-sort.dx-sort-none{display:inline-block}.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-header-row .dx-treelist-text-content{max-width:none}.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-left{margin-right:3px}.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-right{margin-left:3px}.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators{float:none !important}.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators>span{width:14px}.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-left{margin-right:3px}.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-right{margin-left:3px}.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-master-detail-cell{max-width:0}.dx-treelist-content .dx-treelist-table [class*=column]+[class*=column]:last-child{float:none}.dx-treelist-content .dx-treelist-table .dx-row>td,.dx-treelist-content .dx-treelist-table .dx-row>tr>td{vertical-align:top}.dx-treelist-content .dx-treelist-table .dx-row>td:first-child,.dx-treelist-content .dx-treelist-table .dx-row>tr>td:first-child{border-left:0}.dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-group-space,.dx-treelist-content .dx-treelist-table .dx-row>tr>td.dx-treelist-group-space{border-right:none;vertical-align:top}.dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-group-space+td,.dx-treelist-content .dx-treelist-table .dx-row>tr>td.dx-treelist-group-space+td{border-left:none}.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container{overflow:hidden}.dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid .dx-invalid-message.dx-overlay{position:static}.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell{max-width:0;padding:0;vertical-align:middle}.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor,.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor-container{border:0;margin:0}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-select{padding:0;width:70px;min-width:70px;max-width:70px}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit{text-overflow:clip;width:100px;min-width:100px;white-space:nowrap}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons{width:80px;min-width:80px}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link{text-decoration:none}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit .dx-link{display:inline-block}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-expand{padding:0;width:30px;min-width:30px;max-width:30px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-treelist-content .dx-treelist-table .dx-row .dx-command-adaptive{padding:0;vertical-align:middle}.dx-treelist-content .dx-treelist-table .dx-data-row .dx-command-edit-with-icons{line-height:1;white-space:nowrap}.dx-treelist-content .dx-treelist-table .dx-filter-range-content{padding:7px 7px 7px 32px;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.dx-treelist-content .dx-treelist-table .dx-row>.dx-last-data-cell{border-right:none}.dx-treelist-content .dx-treelist-table .dx-row>.dx-command-adaptive-hidden{border-left:none}.dx-cell-modified,.dx-highlight-outline,.dx-treelist-invalid{position:relative;padding:7px}.dx-cell-modified::after,.dx-highlight-outline::after,.dx-treelist-invalid::after{content:"";position:absolute;border:2px solid rgba(0,0,0,0);top:0;left:1px;bottom:0;right:0;pointer-events:none}.dx-cell-modified.dx-hidden,.dx-highlight-outline.dx-hidden,.dx-treelist-invalid.dx-hidden{display:block !important}.dx-cell-modified.dx-hidden::after,.dx-highlight-outline.dx-hidden::after,.dx-treelist-invalid.dx-hidden::after{display:none}.dx-editor-cell .dx-texteditor-input{margin:0}.dx-editor-cell .dx-highlight-outline,.dx-editor-cell.dx-cell-modified,.dx-editor-cell.dx-treelist-invalid{padding:0}.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before{display:inline-block;content:"​";vertical-align:middle}.dx-column-lines .dx-cell-modified::after,.dx-column-lines .dx-highlight-outline::after,.dx-column-lines .dx-treelist-invalid::after{left:0}.dx-treelist-headers{position:relative;outline:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.dx-header-row .dx-editor-cell .dx-select-checkbox{display:inline-block}.dx-header-row>td{white-space:nowrap;overflow:hidden}.dx-header-row>td>.dx-treelist-text-content{display:inline-block;white-space:normal;vertical-align:top}.dx-header-row .dx-text-content-alignment-left,.dx-header-row .dx-text-content-alignment-right,.dx-header-row>td>.dx-treelist-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator){max-width:100%}.dx-header-row .dx-header-filter-indicator,.dx-header-row .dx-sort-indicator{max-width:calc(100% - 17px)}.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left,.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left{margin-right:3px}.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right,.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right{margin-left:3px}.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right,.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right{max-width:calc(100% - 34px)}.dx-header-row .dx-sort-indicator.dx-header-filter-indicator{max-width:calc(100% - 31px)}.dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right{max-width:calc(100% - 62px)}.dx-header-row .dx-sort-indicator.dx-sort-index-indicator{max-width:calc(100% - 29px)}.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator{max-width:calc(100% - 43px)}.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right{max-width:calc(100% - 46px)}.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right{max-width:calc(100% - 74px)}.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor{border-width:0}.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused::after{content:" ";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:1;pointer-events:none}.dx-treelist-filter-range-overlay .dx-treelist-filter-range-end{border-top:1px solid rgba(0,0,0,0)}.dx-treelist-filter-range-overlay .dx-editor-container.dx-cell-modified,.dx-treelist-filter-range-overlay .dx-editor-container.dx-treelist-invalid{padding:0}.dx-treelist-filter-row .dx-editor-cell .dx-menu{display:none}.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu{position:relative}.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu{display:block}.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input{padding-left:32px}.dx-treelist-filter-row .dx-cell-modified::after,.dx-treelist-filter-row .dx-treelist-invalid::after{pointer-events:none}.dx-treelist-filter-row .dx-focused .dx-highlight-outline::after,.dx-treelist-filter-row .dx-focused.dx-cell-modified::after,.dx-treelist-filter-row .dx-focused.dx-treelist-invalid::after{border-color:rgba(0,0,0,0)}.dx-treelist-filter-row .dx-menu{z-index:1;position:absolute;top:0;left:0;cursor:pointer;margin-top:-2px;height:100%;overflow:visible}.dx-treelist-filter-row .dx-menu .dx-menu-horizontal{height:100%}.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout,.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text{display:none}.dx-treelist-filter-row .dx-menu-item.dx-state-focused::after{position:absolute;left:2px;top:2px;width:100%;height:102%;content:""}.dx-treelist-filter-row>.dx-first-cell .dx-menu,.dx-treelist-filter-row>td:first-child .dx-menu{margin-left:0}.dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item{padding:5px 30px 5px 5px}.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal>li>.dx-menu-item{padding:8px 5px 7px}.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal>li>.dx-menu-item.dx-state-disabled:hover{padding:9px 6px 8px}.dx-treelist-filter-row .dx-menu-caption{padding-left:6px}.dx-treelist-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down{display:none}.dx-treelist-filter-row .dx-menu-item-highlight{font-weight:400}.dx-treelist-scroll-container{overflow:hidden;width:100%}.dx-treelist-header-panel{text-align:left}.dx-treelist-header-panel .dx-toolbar-menu-container .dx-button{margin-left:10px}.dx-state-disabled{cursor:pointer}.dx-state-disabled .dx-menu-item{cursor:default}.dx-treelist-search-panel{margin:0 0 0 15px}.dx-gridbase-container>.dx-treelist-rowsview{flex:auto;height:auto}.dx-gridbase-container>.dx-treelist-rowsview.dx-scrollable{display:flex}.dx-gridbase-container>.dx-treelist-rowsview.dx-scrollable>.dx-scrollable-wrapper,.dx-gridbase-container>.dx-treelist-rowsview.dx-scrollable>div>.dx-scrollable-wrapper{flex:1 1;height:auto;min-width:0;min-height:0}.dx-treelist-rowsview{position:relative;overflow:hidden}.dx-treelist-rowsview.dx-empty{height:100px}.dx-treelist-rowsview.dx-empty .dx-scrollable-content{height:100%}.dx-treelist-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content{z-index:2}.dx-treelist-rowsview.dx-fixed-columns .dx-scrollable-scrollbar{z-index:3}.dx-treelist-rowsview .dx-treelist-content{overflow-anchor:none}.dx-treelist-rowsview .dx-treelist-content:not(.dx-treelist-content-fixed){min-height:100%}.dx-treelist-rowsview .dx-treelist-content.dx-scrollable-container{width:auto}.dx-treelist-rowsview:focus{outline:0}.dx-treelist-rowsview .dx-row>td,.dx-treelist-rowsview .dx-row>tr>td{overflow:hidden;text-overflow:ellipsis}.dx-treelist-rowsview .dx-row.dx-row-lines:first-child,.dx-treelist-rowsview .dx-row.dx-row-lines:first-child>td,.dx-treelist-rowsview .dx-row.dx-row-lines:first-child>tr>td{border-top:none}.dx-treelist-rowsview .dx-data-row>td:focus{outline:0}.dx-treelist-rowsview .dx-selection>td .dx-link,.dx-treelist-rowsview .dx-selection>tr>td .dx-link,.dx-treelist-rowsview .dx-selection.dx-row:hover>td .dx-link,.dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td .dx-link{color:inherit}.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-freespace-row,.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-virtual-row{border-top:0;border-bottom:0}.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-freespace-row>td,.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-virtual-row>td{padding-top:0;padding-bottom:0}.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr>td>.dx-select-checkbox{display:none}.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox,.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr>td:hover>.dx-select-checkbox{display:inline-block}.dx-treelist-rowsview .dx-row>.dx-master-detail-cell:focus{outline:0}.dx-treelist-rowsview .dx-data-row.dx-edit-row .dx-cell-modified::after{border-color:rgba(0,0,0,0)}.dx-treelist-nodata{position:absolute;top:50%;left:50%;width:100%;text-align:center;transform:translate(-50%, -50%)}.dx-treelist-bottom-load-panel{text-align:center;padding:10px}.dx-treelist-hidden-column{white-space:nowrap}.dx-treelist .dx-row .dx-treelist-hidden-column{border-right-width:0;border-left-width:0}.dx-treelist-hidden-column>*{display:none !important}.dx-treelist-summary-item{font-weight:700}.dx-treelist-export-menu .dx-dropdownbutton-content .dx-list-item{display:block}.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content{border:none;box-shadow:none}.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content{padding:0}.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-popover-arrow{width:0;height:0}.dx-treelist-notouch-action{touch-action:none;-ms-content-zooming:none;-ms-overflow-style:none}.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item,.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,.dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item{border:none}.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message{text-align:center;left:0;right:0;bottom:50%;position:absolute}.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item,.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item{padding:7px 5px 7px 30px}.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image,.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image{background-position-x:right}.dx-rtl .dx-treelist .dx-texteditor-buttons-container,.dx-treelist.dx-rtl .dx-texteditor-buttons-container{text-align:start}.dx-rtl .dx-treelist-content .dx-treelist-table{direction:rtl}.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-group-space{border-left:none}.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-group-space+td{border-right:none}.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon{transform:scaleX(-1)}.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-filter-range-content{padding:7px 32px 7px 7px}.dx-rtl .dx-treelist-headers .dx-treelist-scrollable-simulated,.dx-rtl .dx-treelist-total-footer .dx-treelist-scrollable-simulated{direction:ltr}.dx-rtl .dx-treelist-headers .dx-treelist-scrollable-simulated .dx-treelist-table,.dx-rtl .dx-treelist-total-footer .dx-treelist-scrollable-simulated .dx-treelist-table{direction:rtl}.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input{padding-right:32px}.dx-rtl .dx-treelist-filter-row .dx-menu{right:0;left:auto;margin-left:0;margin-right:-2px}.dx-rtl .dx-treelist-filter-row>td:first-child .dx-menu{margin-left:0}.dx-rtl .dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item{padding:5px 5px 5px 30px}.dx-rtl .dx-treelist-filter-row .dx-menu-caption{padding-right:6px}.dx-rtl .dx-treelist-header-panel{text-align:right}.dx-rtl .dx-treelist-header-panel .dx-treelist-column-chooser-button{margin-left:0}.dx-rtl .dx-treelist-header-panel .dx-toolbar-menu-container .dx-button{margin-left:0;margin-right:10px}.dx-rtl .dx-treelist-search-panel{margin:0 15px 0 0}.dx-treelist-filter-panel,.dx-treelist-filter-panel-left{display:flex;justify-content:space-between;flex-direction:row;min-width:0}.dx-treelist-filter-panel .dx-treelist-filter-panel-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter:hover,.dx-treelist-filter-panel .dx-treelist-filter-panel-text:hover{text-decoration:underline;cursor:pointer}.dx-treelist-filter-panel .dx-treelist-filter-panel-checkbox{padding-right:10px}.dx-treelist-filter-panel .dx-icon-filter{margin:auto 7px auto auto;cursor:pointer}.dx-treelist-container{position:relative;cursor:default;white-space:normal;line-height:normal;color:#141414;background-color:#fff}.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable,.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable{white-space:nowrap}.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-text-content,.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-text-content{display:inline;white-space:normal}.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-icon-container,.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-icon-container{float:none}.dx-treelist-rowsview .dx-treelist-icon-container{display:inline-block;white-space:nowrap;vertical-align:top;line-height:1}.dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container{float:left}.dx-treelist-borders>.dx-treelist-headers,.dx-treelist-borders>.dx-treelist-rowsview,.dx-treelist-borders>.dx-treelist-total-footer{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.dx-treelist-borders>.dx-treelist-rowsview,.dx-treelist-borders>.dx-treelist-total-footer{border-bottom:1px solid #e0e0e0}.dx-treelist-borders>.dx-treelist-filter-panel,.dx-treelist-borders>.dx-treelist-headers{border-top:1px solid #e0e0e0}.dx-treelist-borders>.dx-treelist-filter-panel{border-top-width:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dx-sortable-dragging>div>.dx-gridbase-container>.dx-treelist-rowsview{border-color:rgba(5,5,0,.5)}.dx-treelist .dx-column-lines>td:first-child{border-left:none}.dx-treelist .dx-column-lines>td:last-child{border-right:none}.dx-treelist .dx-command-drag .dx-treelist-drag-icon{font:14px/1 DXIcons}.dx-treelist .dx-command-drag .dx-treelist-drag-icon::before{content:""}.dx-treelist-container .dx-sort-up{font:14px/1 DXIcons}.dx-treelist-container .dx-sort-up::before{content:""}.dx-treelist-container .dx-sort-down{font:14px/1 DXIcons}.dx-treelist-container .dx-sort-down::before{content:""}.dx-treelist-container .dx-sort-down,.dx-treelist-container .dx-sort-up{font-family:inherit}.dx-treelist-container .dx-sort-down::before,.dx-treelist-container .dx-sort-up::before{font-family:DXIcons,sans-serif}.dx-treelist-container .dx-treelist-headers .dx-header-filter,.dx-treelist-container .dx-treelist-headers .dx-header-row>td{outline:0}.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus{outline:#373733 solid 2px}.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus{outline-offset:-2px}.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus{outline-offset:2px}.dx-treelist-container .dx-header-filter{position:relative;color:rgba(20,20,20,.54);font:14px/1 DXIcons}.dx-treelist-container .dx-header-filter::before{content:""}.dx-treelist-container .dx-header-filter-empty{color:rgba(20,20,20,.38)}.dx-treelist-container .dx-treelist-content-fixed .dx-treelist-table .dx-col-fixed{background-color:#fff}.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none{border-left:2px solid #e0e0e0;border-right:2px solid #e0e0e0}.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell{border-left:none}.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell{border-right:none}.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row>td.dx-command-edit>a.dx-link:focus{outline:#373733 solid 2px;outline-offset:2px}.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row.dx-row-focused>td.dx-command-edit>a.dx-link:focus{outline-color:#fff;outline-offset:0}.dx-treelist-container .dx-treelist-rowsview .dx-treelist-edit-form{background-color:#fff}.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td{position:relative}.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td::before{display:block;height:100%;content:"";background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAADzCAYAAABwgbOvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRjExRDRGQTNENjQxMUU4QUZEMEE1N0M1QzIyNEE4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRjExRDRGQjNENjQxMUU4QUZEMEE1N0M1QzIyNEE4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGMTFENEY4M0Q2NDExRThBRkQwQTU3QzVDMjI0QThDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFGMTFENEY5M0Q2NDExRThBRkQwQTU3QzVDMjI0QThDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+57ApqAAAAUNJREFUeNrs3LENwzAMRUEzi2T/sTSJgowQRAI+pbvehf0KFiZYc84nUVU9AAAAAAAAAHf5/id9+wxLjX8efvl+WQQRBEEEQRBBEEQQBBEEQQAAAAAAAAAAflRuLmaxdSIIggiCIIIgiCAIIgiCIAgAyyUfMBs3BjHUBUEQQRBEEAQRBEEEQRAE6cKyNQAAAAAAAADQQuySw9aXDl6gsAYkCIIIgiCCIIggCCIIgiAIcILkA2Y7xR5HM0MEQRBBEEQQBBEEQQRBEAQBAAAAAAAAAHq78l5WMlsngiCIIAgiCIIIgiCCIAiCALDcrQfMDHUEEQRBBEEQQRAEQQRBEEEAAAAAAAAAALZoecCsqo4NYutEEAQRBEEEQRBBEEQQBEEQAJbresBsGOoIIgiCIIggCCIIggiCIIIAAAAAAAAc5iPAAIcKFwANDofzAAAAAElFTkSuQmCC");background-repeat:no-repeat repeat}.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td[style*="text-align: right"]::before{transform:scaleX(-1)}.dx-treelist-container .dx-treelist-filter-row .dx-filter-range-content{color:#141414}.dx-treelist-container .dx-error-row td{color:#fff;padding:0}.dx-treelist-container .dx-error-row .dx-error-message{background-color:#f27a7a;white-space:normal;word-wrap:break-word}.dx-treelist-filter-panel{color:#141414;border-top:1px solid #e0e0e0}.dx-treelist-filter-panel .dx-icon-filter,.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter,.dx-treelist-filter-panel .dx-treelist-filter-panel-text{outline:0}.dx-treelist-filter-panel.dx-state-focused .dx-icon-filter:focus,.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-clear-filter:focus,.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-text:focus{outline:#373733 solid 2px}.dx-treelist-form-buttons-container{float:right}.dx-treelist-form-buttons-container .dx-button{margin-left:10px;margin-top:10px}.dx-treelist-export-menu .dx-menu-item .dx-icon-exportxlsx{width:16px;height:16px;background-position:0 0;background-size:16px 16px;padding:0;font-size:16px;text-align:center;line-height:16px}.dx-treelist-adaptive-more{cursor:pointer;font:21px/21px DXIcons}.dx-treelist-adaptive-more::before{content:""}.dx-treelist-edit-popup .dx-error-message{background-color:#f27a7a;white-space:normal;word-wrap:break-word;color:#fff;margin-bottom:20px}.dx-rtl.dx-treelist .dx-column-lines>td:first-child{border-right:none;border-left:1px solid #e0e0e0}.dx-rtl.dx-treelist .dx-column-lines>td:last-child{border-left:none;border-right:1px solid #e0e0e0}.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none{border-left:2px solid #e0e0e0;border-right:2px solid #e0e0e0}.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell{border-right:none}.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell{border-left:none}.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td::before{transform:scaleX(-1)}.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row>td[style*="text-align: left"]::before{transform:scale(1)}.dx-rtl .dx-treelist-form-buttons-container{float:left}.dx-rtl .dx-treelist-form-buttons-container .dx-button{margin-left:0;margin-right:10px}.dx-treelist-cell-updated-animation{animation:1s dx-treelist-highlight-change}@keyframes dx-treelist-highlight-change{50%,from{background-color:rgba(20,20,20,.08)}}.dx-treelist .dx-menu,.dx-treelist-container .dx-menu{background-color:rgba(0,0,0,0);height:100%}.dx-treelist .dx-menu .dx-menu-item .dx-menu-item-content,.dx-treelist-container .dx-menu .dx-menu-item .dx-menu-item-content{padding:11px 4px}.dx-treelist .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon,.dx-treelist-container .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon{width:22px;height:22px;background-position:0 0;background-size:22px 22px;padding:0;font-size:22px;text-align:center;line-height:22px;margin:0 3px}.dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon,.dx-treelist.dx-filter-menu .dx-menu-item-content .dx-icon{color:rgba(106,106,106,.54);width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px}.dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,.dx-treelist.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default{margin-top:2px}.dx-treelist .dx-editor-with-menu .dx-menu-item-content,.dx-treelist-container .dx-editor-with-menu .dx-menu-item-content{display:flex;justify-content:center;align-items:center}.dx-treelist .dx-editor-with-menu .dx-menu-item-content .dx-icon,.dx-treelist-container .dx-editor-with-menu .dx-menu-item-content .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px}.dx-treelist .dx-editor-with-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,.dx-treelist-container .dx-editor-with-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default{margin-top:2px}.dx-treelist .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,.dx-treelist .dx-editor-with-menu .dx-texteditor .dx-texteditor-input,.dx-treelist-container .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,.dx-treelist-container .dx-editor-with-menu .dx-texteditor .dx-texteditor-input{padding-left:40px}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc{font:18px/18px DXIcons;width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;text-align:center}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before{content:""}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc{font:18px/18px DXIcons;width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;text-align:center}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before{content:""}.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-none,.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-none{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px}.dx-treelist .dx-header-filter,.dx-treelist .dx-sort-down,.dx-treelist .dx-sort-up,.dx-treelist-container .dx-header-filter,.dx-treelist-container .dx-sort-down,.dx-treelist-container .dx-sort-up{width:15px;height:15px;background-position:0 0;background-size:15px 15px;padding:0;font-size:15px;text-align:center;line-height:15px}.dx-treelist .dx-header-filter:not(.dx-header-filter-empty),.dx-treelist-container .dx-header-filter:not(.dx-header-filter-empty){color:#050500}.dx-treelist .dx-icon-filter-operation-equals,.dx-treelist-container .dx-icon-filter-operation-equals{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-equals::before,.dx-treelist-container .dx-icon-filter-operation-equals::before{content:""}.dx-treelist .dx-icon-filter-operation-default,.dx-treelist-container .dx-icon-filter-operation-default{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-default::before,.dx-treelist-container .dx-icon-filter-operation-default::before{content:""}.dx-treelist .dx-icon-filter-operation-not-equals,.dx-treelist-container .dx-icon-filter-operation-not-equals{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-not-equals::before,.dx-treelist-container .dx-icon-filter-operation-not-equals::before{content:""}.dx-treelist .dx-icon-filter-operation-less,.dx-treelist-container .dx-icon-filter-operation-less{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-less::before,.dx-treelist-container .dx-icon-filter-operation-less::before{content:""}.dx-treelist .dx-icon-filter-operation-less-equal,.dx-treelist-container .dx-icon-filter-operation-less-equal{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-less-equal::before,.dx-treelist-container .dx-icon-filter-operation-less-equal::before{content:""}.dx-treelist .dx-icon-filter-operation-greater,.dx-treelist-container .dx-icon-filter-operation-greater{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-greater::before,.dx-treelist-container .dx-icon-filter-operation-greater::before{content:""}.dx-treelist .dx-icon-filter-operation-greater-equal,.dx-treelist-container .dx-icon-filter-operation-greater-equal{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-greater-equal::before,.dx-treelist-container .dx-icon-filter-operation-greater-equal::before{content:""}.dx-treelist .dx-icon-filter-operation-contains,.dx-treelist-container .dx-icon-filter-operation-contains{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-contains::before,.dx-treelist-container .dx-icon-filter-operation-contains::before{content:""}.dx-treelist .dx-icon-filter-operation-not-contains,.dx-treelist-container .dx-icon-filter-operation-not-contains{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-not-contains::before,.dx-treelist-container .dx-icon-filter-operation-not-contains::before{content:""}.dx-treelist .dx-icon-filter-operation-starts-with,.dx-treelist-container .dx-icon-filter-operation-starts-with{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-starts-with::before,.dx-treelist-container .dx-icon-filter-operation-starts-with::before{content:""}.dx-treelist .dx-icon-filter-operation-ends-with,.dx-treelist-container .dx-icon-filter-operation-ends-with{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-ends-with::before,.dx-treelist-container .dx-icon-filter-operation-ends-with::before{content:""}.dx-treelist .dx-icon-filter-operation-between,.dx-treelist-container .dx-icon-filter-operation-between{font:14px/1 DXIcons}.dx-treelist .dx-icon-filter-operation-between::before,.dx-treelist-container .dx-icon-filter-operation-between::before{content:""}.dx-treelist .dx-column-indicators,.dx-treelist-container .dx-column-indicators{height:16px}.dx-treelist .dx-column-indicators .dx-sort-index-icon,.dx-treelist-container .dx-column-indicators .dx-sort-index-icon{padding-right:4px;margin-left:-1px;font-size:13px;position:relative;bottom:1px}.dx-treelist .dx-column-indicators>div,.dx-treelist-container .dx-column-indicators>div{width:15px;height:15px;background-position:0 0;background-size:15px 15px;padding:0;font-size:15px;text-align:center;line-height:15px}.dx-treelist .dx-placeholder::before,.dx-treelist-container .dx-placeholder::before{font-size:14px}.dx-treelist{line-height:inherit}.dx-treelist .dx-row-alt>td{background-color:#f5f5f5;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.dx-treelist .dx-row-alt.dx-row:not(.dx-row-removed){border-bottom-color:rgba(0,0,0,0)}.dx-treelist .dx-link{color:#9c59ac}.dx-treelist .dx-row-lines>td{border-bottom:1px solid #e0e0e0}.dx-treelist .dx-column-lines>td{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.dx-treelist .dx-error-row .dx-closebutton{float:right;margin:16px;font:14px/14px DXIcons;width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;text-align:center}.dx-treelist .dx-error-row .dx-closebutton::before{content:""}.dx-treelist .dx-error-row .dx-error-message{padding:14px 35px 14px 14px}.dx-treelist .dx-row>td{padding:14px 16px;font-size:14px;line-height:20px}.dx-treelist .dx-treelist-table .dx-header-row>td{padding-top:20px;padding-bottom:20px}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending),.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all),.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all){vertical-align:middle}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-select,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-select,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-select{overflow:visible;width:50px;min-width:50px;line-height:1}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit{width:115px;min-width:115px}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons{width:93px;min-width:93px}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons .dx-link,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin:0 2px;vertical-align:middle}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit.dx-command-edit-with-icons .dx-link:not(.dx-link-icon),.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link:not(.dx-link-icon),.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit.dx-command-edit-with-icons .dx-link:not(.dx-link-icon){width:auto}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit .dx-link.dx-state-disabled,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit .dx-link.dx-state-disabled,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit .dx-link.dx-state-disabled{opacity:.38}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-edit .dx-link.dx-state-disabled.dx-link-icon,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit .dx-link.dx-state-disabled.dx-link-icon,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-edit .dx-link.dx-state-disabled.dx-link-icon{opacity:.6}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending) .dx-treelist-group-space,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-command-expand,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all) .dx-treelist-group-space,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-expand,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all) .dx-treelist-group-space,.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-command-expand{padding:0 4px 0 8px;line-height:0}.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-cell-modified:not(.dx-field-item-content):not(.dx-validation-pending).dx-editor-cell:not(.dx-command-select),.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td.dx-treelist-invalid:not(.dx-field-item-content):not(.dx-validation-pending):not(.dx-treelist-select-all).dx-editor-cell:not(.dx-command-select),.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row>td:not(.dx-validation-pending):not(.dx-treelist-select-all).dx-editor-cell:not(.dx-command-select){padding-right:0;padding-left:0}.dx-treelist .dx-treelist-rowsview .dx-virtual-row>td[style*="text-align: right"]:before{background-position-y:49px}.dx-treelist .dx-command-drag{width:56px;min-width:56px}.dx-treelist .dx-command-drag .dx-treelist-drag-icon{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-treelist-edit-popup .dx-popup-content{padding:0}.dx-treelist-edit-popup .dx-error-message{padding:14px 16px}.dx-treelist-edit-popup-form{padding:24px}.dx-treelist-headers .dx-texteditor-input,.dx-treelist-rowsview .dx-texteditor-input{min-height:16px}.dx-treelist-headers .dx-lookup,.dx-treelist-rowsview .dx-lookup{height:auto}.dx-treelist-headers .dx-lookup .dx-lookup-field,.dx-treelist-rowsview .dx-lookup .dx-lookup-field{padding-left:16px;padding-top:14px;padding-bottom:14px;font-size:14px}.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending .dx-texteditor-input{padding-right:34px}.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid.dx-rtl .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-invalid.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-valid.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-show-clear-button.dx-validation-pending.dx-rtl .dx-texteditor-input{padding-right:0;padding-left:34px}.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending .dx-texteditor-input{padding-right:34px}.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid.dx-rtl .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid.dx-rtl .dx-texteditor-input,.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-invalid.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-valid.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-validation-pending.dx-rtl .dx-texteditor-input{padding-right:0;padding-left:34px}.dx-treelist-headers .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-rtl .dx-texteditor-input,.dx-treelist-rowsview .dx-dropdowneditor-button-visible.dx-dropdowneditor.dx-rtl .dx-texteditor-input{padding-right:0}.dx-treelist-headers .dx-searchbox .dx-placeholder::before,.dx-treelist-headers .dx-searchbox .dx-texteditor-input,.dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input{padding-left:22px}.dx-rtl .dx-treelist-headers .dx-searchbox .dx-placeholder::before,.dx-rtl .dx-treelist-headers .dx-searchbox .dx-texteditor-input,.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,.dx-rtl.dx-treelist-headers .dx-searchbox .dx-placeholder::before,.dx-rtl.dx-treelist-headers .dx-searchbox .dx-texteditor-input,.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input{padding-right:22px}.dx-editor-cell{padding-top:0;padding-bottom:0}.dx-editor-cell .dx-numberbox-spin-button{background-color:rgba(0,0,0,0)}.dx-editor-cell .dx-icon-clear{left:0}.dx-editor-cell .dx-texteditor,.dx-editor-cell .dx-texteditor.dx-state-active,.dx-editor-cell .dx-texteditor.dx-state-focused,.dx-editor-cell .dx-texteditor.dx-state-hover{background:rgba(255,255,255,0);box-shadow:none}.dx-editor-cell .dx-texteditor .dx-texteditor-input{background:rgba(255,255,255,0);font-size:14px;height:48px;line-height:48px;padding:0 16px;margin-top:0}.dx-editor-cell .dx-texteditor .dx-placeholder::before{padding-right:16px;padding-left:16px}.dx-editor-cell .dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-texteditor-input{padding-top:0;padding-bottom:0}.dx-editor-cell .dx-texteditor .dx-tag-container{min-height:48px;padding:0}.dx-editor-cell .dx-texteditor:not(.dx-editor-filled):not(.dx-editor-outlined) .dx-tag-container,.dx-editor-cell .dx-texteditor:not(.dx-editor-filled):not(.dx-editor-outlined) .dx-texteditor-input{margin-top:0}.dx-editor-cell .dx-texteditor .dx-texteditor-buttons-container{right:0}.dx-editor-cell .dx-texteditor::after,.dx-editor-cell .dx-texteditor::before{content:none}.dx-editor-cell .dx-texteditor.dx-rtl .dx-texteditor-buttons-container,.dx-rtl .dx-editor-cell .dx-texteditor .dx-texteditor-buttons-container{left:0}.dx-editor-cell .dx-dropdowneditor{background-color:rgba(255,255,255,0)}.dx-editor-cell.dx-focused .dx-dropdowneditor-icon{border-radius:0}.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before{padding-top:14px;padding-bottom:14px}.dx-device-mobile .dx-treelist-column-chooser-list .dx-empty-message,.dx-treelist-column-chooser-list .dx-empty-message{color:#7a7a7a;padding:0 24px}.dx-treelist-column-chooser{color:#141414;font-weight:400;font-size:14px;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-treelist-column-chooser input,.dx-treelist-column-chooser textarea{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;line-height:1.2857}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content{padding:16px 24px 9px}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-search{margin-bottom:10px}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-node{padding-left:20px}.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-popup-content{padding:16px 24px 9px}.dx-treelist-column-chooser .dx-overlay-content{background-color:#fff}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title{background-color:rgba(0,0,0,0);border-bottom:1px solid #e0e0e0}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label{font-size:20px}.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item{margin:2px 2px 8px;background-color:#fff;color:rgba(20,20,20,.54);font-weight:500;font-size:14px;padding:14px;line-height:16px;box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-treelist-drag-header{border-color:rgba(5,5,0,.5);box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);color:rgba(20,20,20,.54);font-weight:500;padding:20px;background-color:#fff;line-height:16px;font-size:14px}.dx-treelist-columns-separator{background-color:rgba(5,5,0,.5)}.dx-treelist-columns-separator-transparent{background-color:rgba(0,0,0,0)}.dx-treelist-drop-highlight>td{background-color:#050500;color:#fff}.dx-treelist-drop-highlight>td .dx-header-filter{color:#fff}.dx-treelist-drop-highlight>td .dx-checkbox .dx-checkbox-icon{background-color:#fff;color:#050500}.dx-treelist-focus-overlay:after{content:"";position:absolute;bottom:0;height:2px;background-color:#373733;left:0;right:1px}.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td{color:#363636}.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused){background-color:rgba(0,0,0,.04)}.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>.dx-treelist-readonly .dx-texteditor .dx-texteditor-input{background-color:rgba(0,0,0,.04);color:#363636}.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td.dx-pointer-events-none{background-color:rgba(0,0,0,0)}.dx-treelist-headers{color:rgba(20,20,20,.54);touch-action:pinch-zoom;border-bottom:1px solid #e0e0e0}.dx-treelist-headers .dx-treelist-content{margin-bottom:-1px}.dx-treelist-borders .dx-treelist-headers .dx-treelist-table{border-bottom-width:1px}.dx-treelist-headers .dx-treelist-table .dx-row>td{border-bottom:1px solid #e0e0e0;line-height:16px;font-weight:500;font-size:14px}.dx-treelist-headers .dx-treelist-table .dx-row>td .dx-sort,.dx-treelist-headers .dx-treelist-table .dx-row>td .dx-sort-indicator,.dx-treelist-headers .dx-treelist-table .dx-row>td:hover .dx-treelist-text-content{color:#141414}.dx-treelist-headers .dx-treelist-table .dx-row>td:hover .dx-sort{color:rgba(20,20,20,.38)}.dx-treelist-headers .dx-treelist-table .dx-row>td:hover:not(.dx-command-select):not(.dx-command-expand):not(.dx-editor-cell):not(.dx-command-edit):not(.dx-treelist-group-space){background-color:rgba(0,0,0,.04)}.dx-treelist-headers.dx-header-multi-row .dx-treelist-content .dx-treelist-table .dx-row.dx-header-row .dx-command-select{padding-bottom:19px}.dx-treelist-headers.dx-header-multi-row .dx-treelist-content .dx-treelist-table .dx-row.dx-header-row>td{padding-top:12px;padding-bottom:12px;vertical-align:bottom;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.dx-treelist-headers.dx-header-multi-row .dx-treelist-content .dx-treelist-table .dx-row.dx-header-row>td:first-child{border-left:none}.dx-treelist-headers.dx-header-multi-row .dx-treelist-content .dx-treelist-table .dx-row.dx-header-row>td:last-child{border-right:none}.dx-treelist-filter-row{background-color:#fafafa}.dx-treelist-filter-row .dx-menu{margin-left:0}.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-items-container{height:100%;top:2px;position:absolute}.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-items-container .dx-menu-item-wrapper{height:100%}.dx-treelist-filter-row .dx-menu .dx-overlay-content{color:#898989}.dx-treelist-filter-row .dx-filter-modified{background-color:rgba(117,217,92,.32)}.dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content{padding:14px 16px 14px 40px}.dx-treelist .dx-treelist-table .dx-treelist-filter-row>td{padding-top:0;padding-bottom:0}.dx-treelist-filter-range-overlay .dx-overlay-content{overflow:inherit;background-color:#fafafa;box-shadow:0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2)}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused::after,.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-hover::after{top:auto;bottom:0}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input{font-size:14px;height:49px;padding-right:12px;padding-left:12px}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-placeholder::before{padding-left:12px}.dx-treelist-filter-range-overlay .dx-overlay-content .dx-invalid-message.dx-overlay-wrapper{display:none}.dx-cell-modified,.dx-treelist-invalid{padding:14px 0;overflow:hidden;text-overflow:ellipsis}.dx-treelist-header-panel{border-bottom:1px solid #e0e0e0;padding:0 16px;background-color:#fff}.dx-treelist-header-panel .dx-apply-button{background-color:rgba(0,0,0,0);color:#fff;box-shadow:none}.dx-treelist-header-panel .dx-apply-button .dx-icon{color:#fff}.dx-treelist-header-panel .dx-apply-button.dx-state-focused,.dx-treelist-header-panel .dx-apply-button.dx-state-hover{background-color:rgba(117,217,92,.08);box-shadow:none}.dx-treelist-header-panel .dx-apply-button.dx-state-active{background-color:rgba(117,217,92,.36);box-shadow:none}.dx-treelist-header-panel .dx-apply-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-treelist-header-panel .dx-apply-button.dx-state-disabled .dx-icon{opacity:.6}.dx-treelist-header-panel .dx-apply-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-treelist-header-panel .dx-apply-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-treelist-header-panel .dx-toolbar-text-auto-hide .dx-button.dx-button-has-icon{border-radius:50%}.dx-treelist-header-panel .dx-treelist-toolbar-button .dx-icon{color:#141414}.dx-icon-column-chooser{font:14px/1 DXIcons}.dx-icon-column-chooser::before{content:""}.dx-treelist-addrow-button .dx-icon-edit-button-addrow{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-treelist-addrow-button .dx-icon-edit-button-addrow::before{content:""}.dx-treelist-cancel-button .dx-icon-edit-button-cancel{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-treelist-cancel-button .dx-icon-edit-button-cancel::before{content:""}.dx-treelist-save-button .dx-icon-edit-button-save{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-treelist-save-button .dx-icon-edit-button-save::before{content:""}.dx-apply-button .dx-icon-apply-filter{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-apply-button .dx-icon-apply-filter::before{content:""}.dx-treelist-export-button .dx-icon-export-to{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-treelist-export-button .dx-icon-export-to::before{content:""}.dx-treelist-export-button .dx-icon-export-excel-button{font:24px/24px DXIcons;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;text-align:center}.dx-treelist-export-button .dx-icon-export-excel-button::before{content:""}.dx-datagrid-export-menu .dx-menu-item .dx-icon-exportselected,.dx-datagrid-export-menu .dx-menu-item .dx-icon-xlsxfile{width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px}.dx-treelist-adaptive-more{vertical-align:middle;width:24px;height:24px;background-position:0 0;background-size:24px 24px;padding:0;font-size:24px;text-align:center;line-height:24px;color:rgba(20,20,20,.54)}.dx-row.dx-row-focused .dx-treelist-adaptive-more{color:inherit}.dx-treelist-rowsview{border-top:1px solid #e0e0e0}.dx-treelist-headers+.dx-treelist-rowsview{border-top:none}.dx-treelist-rowsview .dx-row{border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.dx-treelist-rowsview .dx-row:focus{outline:0}.dx-treelist-rowsview .dx-row.dx-edit-row:first-child>td{border-top-width:0;border-bottom:1px solid #e0e0e0}.dx-treelist-rowsview .dx-row.dx-edit-row>td{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dx-treelist-rowsview .dx-master-detail-row>.dx-master-detail-cell{padding:16px}.dx-treelist-rowsview .dx-master-detail-row .dx-master-detail-cell,.dx-treelist-rowsview .dx-master-detail-row>.dx-treelist-group-space{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) .dx-master-detail-cell,.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form)>.dx-treelist-group-space{background-color:#fafafa}.dx-treelist-rowsview .dx-adaptive-detail-row.dx-selection:hover:not(.dx-edit-row) .dx-cell-modified,.dx-treelist-rowsview .dx-adaptive-detail-row.dx-selection:not(.dx-edit-row) .dx-cell-modified,.dx-treelist-rowsview .dx-adaptive-detail-row:not(.dx-edit-row) .dx-cell-modified,.dx-treelist-rowsview .dx-data-row.dx-selection:hover:not(.dx-edit-row) .dx-cell-modified,.dx-treelist-rowsview .dx-data-row.dx-selection:not(.dx-edit-row) .dx-cell-modified,.dx-treelist-rowsview .dx-data-row:not(.dx-edit-row) .dx-cell-modified{background-color:rgba(117,217,92,.32)}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-validator.dx-invalid,.dx-treelist-rowsview .dx-adaptive-detail-row .dx-validator.dx-treelist-invalid,.dx-treelist-rowsview .dx-adaptive-detail-row.dx-selection .dx-validator.dx-invalid,.dx-treelist-rowsview .dx-adaptive-detail-row.dx-selection .dx-validator.dx-treelist-invalid,.dx-treelist-rowsview .dx-adaptive-detail-row.dx-selection:hover .dx-validator.dx-invalid,.dx-treelist-rowsview .dx-adaptive-detail-row.dx-selection:hover .dx-validator.dx-treelist-invalid,.dx-treelist-rowsview .dx-data-row .dx-validator.dx-invalid,.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid,.dx-treelist-rowsview .dx-data-row.dx-selection .dx-validator.dx-invalid,.dx-treelist-rowsview .dx-data-row.dx-selection .dx-validator.dx-treelist-invalid,.dx-treelist-rowsview .dx-data-row.dx-selection:hover .dx-validator.dx-invalid,.dx-treelist-rowsview .dx-data-row.dx-selection:hover .dx-validator.dx-treelist-invalid{background-color:rgba(234,34,34,.32)}.dx-treelist-rowsview .dx-overlay-wrapper.dx-invalid-message .dx-overlay-content{padding:9px 17px;background-color:#ea2222;color:#fff}.dx-treelist-rowsview .dx-row-removed>td{background-color:#e0e0e0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:rgba(20,20,20,.54)}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-field-item-label{padding-top:0}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-field-item-content{line-height:40px;min-height:40px;font-size:14px}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-field-item-content.dx-focused{padding:0}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-texteditor-input{font-size:14px;height:40px;line-height:40px}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-texteditor::after,.dx-treelist-rowsview .dx-adaptive-detail-row .dx-texteditor::before{content:none}.dx-treelist-rowsview .dx-adaptive-detail-row .dx-texteditor.dx-editor-outlined{box-shadow:none}.dx-treelist-rowsview .dx-item-modified{background-color:rgba(117,217,92,.32)}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused),.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused){background-color:#373733;color:#fff}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link .dx-treelist-group-opened,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused) .dx-treelist-group-opened,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) .dx-treelist-group-opened{color:#fff}.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus{background-color:#fff;color:#9c59ac}.dx-treelist-rowsview .dx-row-focused.dx-data-row>td,.dx-treelist-rowsview .dx-row-focused.dx-data-row>tr:last-child>td{border-bottom:1px solid #373733}.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>td,.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>tr:first-child>td{border-top:1px solid #373733;border-bottom:1px solid #373733}.dx-treelist-rowsview .dx-row-focused.dx-data-row.dx-edit-row>td.dx-editor-cell:not(.dx-command-select),.dx-treelist-rowsview .dx-row-focused.dx-data-row.dx-edit-row>tr>td.dx-editor-cell:not(.dx-command-select){background-color:#fff;color:#141414}.dx-treelist-rowsview .dx-row-focused.dx-group-row{background-color:#373733;color:#fff}.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-closed,.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-opened{color:#fff}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td{background-color:rgba(5,5,0,.04);color:#141414}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-treelist-group-space,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-treelist-group-space,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-treelist-group-space,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-treelist-group-space{border-right-color:rgba(5,5,0,.04)}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>td.dx-pointer-events-none,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused)>tr>td.dx-pointer-events-none,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>td.dx-pointer-events-none,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover>tr>td.dx-pointer-events-none{border-left-color:#e0e0e0;border-right-color:#e0e0e0}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)>td{border-bottom:1px solid rgba(5,5,0,.04);border-top:1px solid rgba(5,5,0,.04)}.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines>td,.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines>td{border-bottom-color:#e0e0e0}.dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-right:0}.dx-treelist-rowsview td.dx-validation-pending{position:relative;padding:0}.dx-treelist-rowsview td.dx-validation-pending .dx-treelist-invalid,.dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified{padding:14px 46px 14px 16px}.dx-rtl .dx-treelist-rowsview td.dx-validation-pending .dx-treelist-invalid,.dx-rtl .dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,.dx-rtl.dx-treelist-rowsview td.dx-validation-pending .dx-treelist-invalid,.dx-rtl.dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified{padding-left:46px;padding-right:16px}.dx-treelist-rowsview td.dx-validation-pending>.dx-pending-indicator{pointer-events:none;position:absolute;top:50%;margin-top:-11px;width:22px;height:22px;right:22px;background-color:rgba(0,0,0,0)}.dx-rtl .dx-treelist-rowsview td.dx-validation-pending>.dx-pending-indicator,.dx-rtl.dx-treelist-rowsview td.dx-validation-pending>.dx-pending-indicator{right:auto;left:22px}.dx-treelist-search-text{color:#fff;background-color:#050500}.dx-treelist-nodata{color:#7a7a7a;font-size:17px}.dx-treelist-bottom-load-panel{border-top:1px solid #e0e0e0;background-color:#fff}.dx-treelist-summary-item{color:rgba(20,20,20,.7)}.dx-treelist-total-footer{position:relative;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.dx-treelist-total-footer>.dx-treelist-content{padding:0}.dx-treelist-revert-tooltip .dx-overlay-content{background-color:rgba(0,0,0,0);min-width:inherit}.dx-treelist-revert-tooltip .dx-revert-button{border-radius:4px;background-color:#ea2222;color:#fff;-webkit-box-shadow:none;margin:0 0 0 1px;height:48px;box-shadow:none;min-width:inherit}.dx-treelist-revert-tooltip .dx-revert-button .dx-button-content{padding:2px}.dx-treelist-revert-tooltip .dx-revert-button .dx-icon{width:18px;height:18px;background-position:0 0;background-size:18px 18px;padding:0;font-size:18px;text-align:center;line-height:18px;margin-right:0;margin-left:0;color:#fff}.dx-rtl .dx-treelist-revert-tooltip .dx-revert-button .dx-icon,.dx-rtl.dx-treelist-revert-tooltip .dx-revert-button .dx-icon,.dx-treelist-revert-tooltip .dx-revert-button .dx-icon.dx-icon-right{margin-left:0;margin-right:0}.dx-rtl .dx-treelist-revert-tooltip .dx-revert-button .dx-icon.dx-icon-right,.dx-rtl.dx-treelist-revert-tooltip .dx-revert-button .dx-icon.dx-icon-right{margin-right:0;margin-left:0}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-active,.dx-treelist-revert-tooltip .dx-revert-button.dx-state-focused,.dx-treelist-revert-tooltip .dx-revert-button.dx-state-hover{background-color:#ea2222;box-shadow:none}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-disabled{background:rgba(0,0,0,.1);box-shadow:none}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-disabled .dx-icon{opacity:.6}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-treelist-revert-tooltip .dx-revert-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-treelist-revert-tooltip .dx-revert-button.dx-button-has-icon:not(.dx-button-has-text){border-radius:2px}.dx-treelist-revert-tooltip .dx-revert-button.dx-state-hover{box-shadow:none}.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused)>td:not(.dx-focused).dx-treelist-group-space{border-left-color:rgba(0,0,0,.04);border-right-color:rgba(0,0,0,0)}.dx-rtl .dx-treelist .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon,.dx-rtl .dx-treelist-container .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon{margin:0 3px}.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>td,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>tr>td,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>td,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td{border-right-color:#e0e0e0}.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>td:not(.dx-focused).dx-treelist-group-space,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>tr>td:not(.dx-focused).dx-treelist-group-space,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>td:not(.dx-focused).dx-treelist-group-space,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td:not(.dx-focused).dx-treelist-group-space{border-left-color:rgba(5,5,0,.04)}.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>td.dx-pointer-events-none,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row>tr>td.dx-pointer-events-none,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>td.dx-pointer-events-none,.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover>tr>td.dx-pointer-events-none{border-left-color:#e0e0e0}.dx-rtl .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content{padding-left:0}.dx-header-filter-menu .dx-popup-content{padding:12px 8px 0;border-bottom:1px solid #e0e0e0}.dx-treelist-form-buttons-container .dx-button{background-color:rgba(0,0,0,0);color:#fff;box-shadow:none}.dx-treelist-form-buttons-container .dx-button .dx-icon{color:#fff}.dx-treelist-form-buttons-container .dx-button.dx-state-focused,.dx-treelist-form-buttons-container .dx-button.dx-state-hover{background-color:rgba(255,255,255,.08);box-shadow:none}.dx-treelist-form-buttons-container .dx-button.dx-state-active{background-color:rgba(255,255,255,.36);box-shadow:none}.dx-treelist-form-buttons-container .dx-button.dx-state-disabled{background:0 0;box-shadow:none}.dx-treelist-form-buttons-container .dx-button.dx-state-disabled .dx-icon{opacity:.6}.dx-treelist-form-buttons-container .dx-button.dx-state-disabled .dx-button-text{color:rgba(0,0,0,.35)}.dx-treelist-form-buttons-container .dx-button .dx-inkripple-wave{background-color:rgba(255,255,255,.2)}.dx-command-adaptive{width:56px;min-width:56px}.dx-treelist-filter-panel{padding:18px 16px}.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter,.dx-treelist-filter-panel .dx-treelist-filter-panel-text{color:#050500;font-size:14px;line-height:18px}.dx-treelist-filter-panel .dx-icon-filter{color:#050500}.dx-adaptive-item-text{padding-left:16px;padding-right:16px}.dx-adaptive-item-text.dx-cell-modified,.dx-adaptive-item-text.dx-treelist-invalid{padding-top:0;padding-bottom:0}.dx-treelist-rowsview .dx-treelist-empty-space{position:relative;top:-2px;display:inline-block;font:14px/1 DXIcons;width:24px}.dx-treelist-rowsview .dx-treelist-empty-space::before{content:"";visibility:hidden}.dx-treelist-rowsview tr:not(.dx-row-focused) .dx-treelist-empty-space{color:rgba(118,118,118,.54)}.dx-treelist-rowsview .dx-treelist-expanded span{font:24px/24px DXIcons;text-align:center;cursor:pointer}.dx-treelist-rowsview .dx-treelist-expanded span::before{content:"";position:absolute;display:block;width:24px;top:50%;left:0;margin-left:-5px;margin-top:-12px}.dx-treelist-rowsview .dx-treelist-collapsed span{font:24px/24px DXIcons;text-align:center;cursor:pointer}.dx-treelist-rowsview .dx-treelist-collapsed span::before{content:"";position:absolute;display:block;width:24px;top:50%;left:0;margin-left:-6px;margin-top:-12px}.dx-treelist-rowsview .dx-header-filter,.dx-treelist-rowsview .dx-sort-down,.dx-treelist-rowsview .dx-sort-up{vertical-align:middle}.dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space{color:rgba(118,118,118,.54)}.dx-treelist-rowsview .dx-treelist-cell-expandable{white-space:nowrap}.dx-treelist-rowsview .dx-treelist-cell-expandable .dx-treelist-text-content{white-space:normal}.dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content{white-space:nowrap}.dx-treelist-checkbox-size{vertical-align:middle;line-height:0}.dx-treelist-cell-expandable .dx-checkbox,.dx-treelist-select-all .dx-checkbox{position:absolute}.dx-treelist-icon-container{max-height:20px}.dx-treelist-icon-container.dx-editor-inline-block{position:relative;padding-right:34px}.dx-treelist-icon-container.dx-editor-inline-block .dx-checkbox{top:50%;margin-top:-9px}.dx-treelist-select-all{position:relative}.dx-treelist-select-all .dx-checkbox{left:40px}.dx-treelist .dx-treelist-headers .dx-treelist-content .dx-treelist-table .dx-header-row>.dx-treelist-select-all{padding-left:74px}.dx-rtl .dx-treelist-rowsview .dx-treelist-collapsed,.dx-rtl .dx-treelist-rowsview .dx-treelist-expanded{transform:scaleX(-1)}.dx-rtl .dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container{float:right}.dx-rtl .dx-treelist-select-all .dx-checkbox{left:calc(100% - 58px)}.dx-rtl.dx-treelist .dx-treelist-headers .dx-treelist-content .dx-treelist-table .dx-header-row>.dx-treelist-select-all{padding-right:74px;padding-left:16px}.dx-rtl .dx-treelist-icon-container.dx-editor-inline-block{padding-left:34px;padding-right:0}.dx-context-menu.dx-overlay-content{overflow:inherit;position:absolute}.dx-context-menu .dx-menu-item .dx-submenu{position:absolute;z-index:1003}.dx-context-menu .dx-menu-item{font-size:14px;color:#141414}.dx-context-menu .dx-menu-item .dx-menu-item-content{padding:12px 16px}.dx-context-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container{right:16px;width:24px}.dx-context-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout{color:rgba(20,20,20,.54);font:24px/24px DXIcons;text-align:center}.dx-context-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout::before{content:"";position:absolute;display:block;width:24px;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.dx-context-menu .dx-menu-item.dx-menu-item-has-submenu>.dx-menu-item-content{padding-right:64px}.dx-context-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon{margin-right:16px}.dx-context-menu .dx-menu-items-container{padding:8px 0}.dx-context-menu.dx-overlay-content.dx-state-focused{box-shadow:none}.dx-context-menu .dx-submenu{background-color:#fff;border-radius:4px;box-shadow:0 2px 7px rgba(0,0,0,.2)}.dx-context-menu .dx-menu-separator{height:1px;margin:5px 0;background-color:#e0e0e0}.dx-context-menu.dx-rtl .dx-menu-item .dx-menu-item-popout-container{left:16px}.dx-context-menu.dx-rtl .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon{margin-left:24px;margin-right:0}.dx-context-menu.dx-rtl .dx-menu-item.dx-menu-item-has-submenu>.dx-menu-item-content{padding-left:64px;padding-right:16px}.dx-multiview-wrapper{overflow:hidden;width:100%;height:100%;touch-action:pinch-zoom pan-y}.dx-multiview-item-container{position:relative;overflow:visible;width:100%;height:100%}.dx-multiview-item-container .dx-empty-message{text-align:center}.dx-multiview-item{position:absolute;overflow:hidden;top:0;left:0;right:0;width:100%;height:100%}.dx-multiview-item.dx-item-selected{position:relative}.dx-multiview-item-content{width:100%;height:100%}.dx-multiview-item-hidden{top:-9999px;left:-9999px;visibility:hidden}.dx-multiview-item-hidden .dx-accordion-item-opened .dx-accordion-item-body{visibility:hidden}.dx-tabpanel-tabs{width:100%}.dx-tabpanel-tabs .dx-tabs{height:100%}.dx-tabpanel-container{width:100%;height:100%}.dx-tabpanel .dx-tabs{display:block;border-bottom:none;background-color:#f3f3f3}.dx-empty-collection.dx-tabpanel .dx-tabs{border-top:none}.dx-tabpanel .dx-tab{min-width:72px}.dx-tabpanel .dx-tab:not(.dx-tab-selected):not(.dx-state-hover){background:0 0}.dx-tabpanel .dx-tabs-wrapper{display:block}.dx-fileuploader.dx-state-disabled .dx-fileuploader-input{display:none}.dx-fileuploader-wrapper{height:100%;width:100%;overflow:hidden}.dx-fileuploader-container{display:table;table-layout:fixed;height:100%;width:100%}.dx-fileuploader-input-wrapper::after,.dx-fileuploader-input-wrapper::before{display:table;content:"";line-height:0;width:100%}.dx-fileuploader-input-wrapper::after{clear:both;padding-bottom:1em;margin-bottom:-1em}.dx-fileuploader-input-wrapper::before{padding-top:1em;margin-top:-1em}.dx-fileuploader-input-wrapper .dx-button{float:left}.dx-fileuploader-input-wrapper .dx-button+.dx-button{margin-left:12px}.dx-fileuploader-button{position:relative}.dx-fileuploader-button .dx-fileuploader-input{position:absolute;height:100%;width:100%;top:0;left:0;cursor:pointer}.dx-fileuploader-button .dx-fileuploader-input::-ms-browse,.dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button{cursor:pointer}.dx-fileuploader-content{display:table-row-group;vertical-align:middle}.dx-fileuploader-content>.dx-fileuploader-upload-button{margin-top:10px}.dx-fileuploader-empty .dx-fileuploader-content>.dx-fileuploader-upload-button{display:none}.dx-fileuploader-input-content{width:100%;display:table}.dx-fileuploader-files-container{padding-top:0;width:100%}.dx-fileuploader-file-container{width:100%;padding:4px 0}.dx-fileuploader-file-container .dx-button{width:28px;height:28px;margin-right:10px}.dx-fileuploader-file-container .dx-button.dx-state-invisible{margin-right:0}.dx-fileuploader-button-container,.dx-fileuploader-input-container{display:table-cell;vertical-align:middle}.dx-fileuploader-input-container{height:100%;width:100%;position:relative;overflow:hidden}.dx-fileuploader-input{opacity:0;width:100%;margin:0;cursor:default}.dx-fileuploader-input-label{pointer-events:none;position:absolute;top:0;left:0;height:100%;width:100%;cursor:default}.dx-fileuploader-input-label::before{content:"";position:absolute;top:-50%;overflow:hidden;cursor:default}.dx-fileuploader-button-container{display:table-cell;vertical-align:middle}.dx-fileuploader-file-info{float:left;width:100%}.dx-fileuploader-file-status-message{float:left;font-size:12px;height:16px}.dx-fileuploader .dx-progressbar{float:left;width:100%;height:22px;margin-top:-6px}.dx-rtl .dx-fileuploader .dx-fileuploader-button,.dx-rtl.dx-fileuploader .dx-fileuploader-button{float:right}.dx-rtl .dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button,.dx-rtl.dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button{margin-left:10px;margin-right:0}.dx-rtl .dx-fileuploader .dx-fileuploader-file-name,.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,.dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message,.dx-rtl.dx-fileuploader .dx-fileuploader-file-name,.dx-rtl.dx-fileuploader .dx-fileuploader-file-size,.dx-rtl.dx-fileuploader .dx-fileuploader-file-status-message{float:right}.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,.dx-rtl.dx-fileuploader .dx-fileuploader-file-size{margin-right:4px}.dx-fileuploader-invalid .dx-fileuploader-file-status-message{height:auto;color:#ea2222}.dx-fileuploader-invalid .dx-fileuploader-file-status-message span{display:block;margin-bottom:2px}.dx-fileuploader-wrapper{padding:7px}.dx-fileuploader-content>.dx-fileuploader-upload-button{margin-left:3px;margin-right:3px}.dx-fileuploader-input-wrapper{padding:7px 0;border:3px dashed rgba(0,0,0,0)}.dx-fileuploader.dx-state-disabled .dx-fileuploader-input-label{position:relative}.dx-fileuploader-dragover .dx-fileuploader-input-wrapper{border:none;padding:0}.dx-fileuploader-dragover .dx-fileuploader-input-wrapper .dx-fileuploader-button{display:none}.dx-fileuploader-dragover .dx-fileuploader-input-container{display:block;width:100%}.dx-fileuploader-dragover .dx-fileuploader-input{display:block;width:100%;padding:17px 3px 18px;box-sizing:content-box}.dx-fileuploader-dragover .dx-fileuploader-input-label{text-align:center;padding:14px 9px;border:3px dashed #e0e0e0}.dx-fileuploader-file-size,.dx-fileuploader-file-status-message{color:#7a7a7a}.dx-fileuploader-input{padding:7px 0}.dx-fileuploader-input-label{padding:8px 9px;color:#141414;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-fileuploader-show-file-list .dx-fileuploader-files-container{padding:14px 3px 0}.dx-fileuploader-empty .dx-fileuploader-files-container{padding:0}.dx-invalid .dx-fileuploader-files-container{padding-top:50px}.dx-fileuploader-files-container .dx-fileuploader-button .dx-button-content{padding:0}.dx-fileuploader-files-container .dx-fileuploader-file-container{box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:5px 8px;margin-bottom:4px}.dx-fileuploader-files-container .dx-fileuploader-file-container .dx-fileuploader-button-container+.dx-fileuploader-button-container .dx-button{margin-right:15px}.dx-rtl .dx-fileuploader-files-container .dx-fileuploader-file-container .dx-fileuploader-button-container+.dx-fileuploader-button-container .dx-button{margin-left:15px;margin-right:0}.dx-fileuploader-files-container .dx-fileuploader-file-container .dx-button{height:36px;width:36px;margin-right:5px}.dx-rtl .dx-fileuploader-files-container .dx-fileuploader-file-container .dx-button{margin-left:5px;margin-right:0}.dx-fileuploader-file{display:table-cell;width:100%;white-space:nowrap;padding-top:5px;line-height:13px}.dx-fileuploader-file-name{float:left;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:3.5px;color:#141414;font-weight:500}.dx-fileuploader-file-size{margin-left:4px;float:left;vertical-align:super;font-size:10px;padding-bottom:3.5px}.dx-fileuploader-invalid .dx-fileuploader-file-status-message span:first-child{margin-top:2px}.dx-fileuploader-invalid .dx-fileuploader-file-status-message span:last-child{margin-bottom:2px}.dx-fileuploader-invalid .dx-fileuploader-button-container{vertical-align:middle}.dx-fileuploader-invalid .dx-fileuploader-cancel-button{margin-top:0}.dx-layout-manager .dx-field-item:not(.dx-first-row){padding-top:10px}.dx-layout-manager .dx-field-empty-item{width:100%}.dx-layout-manager.dx-layout-manager-one-col .dx-single-column-item-content>.dx-field-item{padding-left:0;padding-right:0}.dx-layout-manager.dx-layout-manager-one-col .dx-form-group .dx-single-column-item-content>.dx-first-row.dx-col-0.dx-field-item{padding-top:0}.dx-layout-manager.dx-layout-manager-one-col .dx-box-item:not(:first-child) .dx-single-column-item-content>.dx-field-item{padding-top:10px}.dx-layout-manager .dx-label-h-align.dx-flex-layout{display:flex}.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label{display:block}.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content,.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content-wrapper{flex-shrink:1;flex-grow:1;flex-basis:auto;display:block}.dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align){align-items:baseline}.dx-layout-manager .dx-label-h-align.dx-field-item-label-align:not(.dx-flex-layout) .dx-field-item-label{vertical-align:baseline}.dx-layout-manager .dx-label-h-align .dx-field-item-content,.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper,.dx-layout-manager .dx-label-h-align .dx-field-item-label{display:table-cell}.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper .dx-field-item-content{display:block}.dx-layout-manager .dx-label-h-align .dx-field-item-label{white-space:nowrap;vertical-align:middle}.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content{display:block}.dx-layout-manager .dx-label-h-align .dx-field-item-content{vertical-align:top}.dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,.dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch{margin-top:7px;margin-bottom:4px}.dx-layout-manager .dx-label-h-align .dx-field-item-content,.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper{width:100%}.dx-layout-manager .dx-tabpanel .dx-multiview-item-content{padding:20px}.dx-form-group-content{border-width:0;padding:0;margin:0}.dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption{padding-left:20px}.dx-layout-manager-hidden-label{position:absolute;display:block;visibility:hidden}.dx-field-item-label-location-left{padding-right:10px}.dx-field-item-label-location-right{padding-left:10px}.dx-field-item-optional .dx-label>span::after,.dx-field-item-required .dx-label>span::after{content:attr(data-mark)}.dx-rtl .dx-field-item-optional-mark,.dx-rtl .dx-field-item-required-mark{unicode-bidi:embed}.dx-rtl .dx-field-item:not(.dx-first-col){padding-left:0;padding-right:15px}.dx-rtl .dx-field-item:not(.dx-last-col){padding-left:15px;padding-right:0}.dx-rtl .dx-field-item-label-location-left{padding-right:0;padding-left:10px}.dx-rtl .dx-field-item-label-location-right{padding-left:0;padding-right:10px}.dx-rtl .dx-layout-manager-one-col .dx-single-column-item-content>.dx-field-item{padding-right:0;padding-left:0}.dx-rtl .dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption{padding-left:0;padding-right:20px}.dx-form-group-caption{font-size:20px}.dx-form-group-with-caption>.dx-form-group-content{border-top:1px solid #e0e0e0;padding-bottom:20px;padding-top:19px;margin-top:6px}.dx-form>.dx-scrollable-wrapper>.dx-scrollable-container,.dx-form>div>.dx-scrollable-wrapper>.dx-scrollable-container{margin-left:-10px;padding-left:10px}.dx-scrollable-content>.dx-layout-manager{padding-right:5px}.dx-layout-manager .dx-field-item{padding-bottom:10px;font-size:12px}.dx-layout-manager .dx-field-item:not(.dx-last-col){padding-right:20px}.dx-layout-manager .dx-field-item:not(.dx-first-col){padding-left:20px}.dx-layout-manager .dx-field-item .dx-field-item.dx-last-row{padding-bottom:0}.dx-field-item:not(.dx-field-item-has-group):not(.dx-field-item-has-tabs):not(.dx-first-row):not(.dx-label-v-align){padding-top:26px}.dx-field-item .dx-switch{vertical-align:middle}.dx-field-item.dx-label-v-align .dx-textarea{margin-top:6px}.dx-field-item.dx-label-v-align .dx-invalid-message>.dx-overlay-content,.dx-field-item.dx-label-v-align .dx-invalid-message>.dx-overlay-wrapper{transform:translate(0, 0) !important}.dx-field-item-content-wrapper.dx-invalid .dx-field-item-help-text{color:rgba(0,0,0,0)}.dx-field-item-label-location-top{display:block;padding:16px 16px 3px}.dx-form-styling-mode-underlined .dx-field-item-label-location-top{padding-left:0;padding-right:0}.dx-field-item-label-text{color:rgba(20,20,20,.6)}.dx-field-item-help-text{white-space:normal;color:rgba(20,20,20,.6);padding:6px 16px 2px;font-style:normal}.dx-form-styling-mode-underlined .dx-field-item-help-text{padding-left:0;padding-right:0}.dx-field-item-optional .dx-label>span::after,.dx-field-item-optional-mark,.dx-field-item-required .dx-label>span::after,.dx-field-item-required-mark{color:rgba(20,20,20,.6)}.dx-filterbuilder.dx-rtl .dx-filterbuilder-action-icon,.dx-filterbuilder.dx-rtl .dx-filterbuilder-text{margin-left:5px;margin-right:0}.dx-filterbuilder.dx-rtl .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content{padding-left:0;padding-right:26px}.dx-filterbuilder .dx-filterbuilder-action-icon,.dx-filterbuilder .dx-filterbuilder-text{margin-left:0;margin-right:5px}.dx-filterbuilder .dx-filterbuilder-action-icon:focus,.dx-filterbuilder .dx-filterbuilder-item-value-text:focus,.dx-filterbuilder .dx-filterbuilder-text:focus{outline:0}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item{display:inline-block;white-space:nowrap}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text{display:inline-block;cursor:pointer;white-space:pre}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range{white-space:nowrap}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range-separator,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-text-separator{margin:0 7px;opacity:.3}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-item-value-text,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-group-operation,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-field,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-operation{min-width:20px;padding:2px 7px 3px}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-texteditor{vertical-align:middle;margin-top:-7px;margin-bottom:-4px;display:inline-block}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action{display:inline-block;cursor:pointer;position:relative}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content{padding-left:26px}.dx-filterbuilder-operations .dx-treeview-item{padding-left:5px}.dx-filterbuilder-operations .dx-rtl .dx-treeview-item{padding-right:5px}.dx-filterbuilder-overlay{white-space:nowrap}.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node{padding-left:0}.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node .dx-treeview-node-container-opened{margin-left:15px}.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node{padding-right:0}.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node .dx-treeview-node-container-opened{margin-right:15px}.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal{border-radius:0}.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal>.dx-popup-content{padding:0}.dx-filterbuilder-overlay .dx-scrollable-container{max-height:360px}.dx-filterbuilder-overlay .dx-menu-items-container{padding:0}.dx-filterbuilder{background-color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text{color:#141414}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation{background-color:rgba(234,34,34,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:hover{background-color:rgba(234,34,34,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:focus{background-color:#ea2222;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field{background-color:rgba(5,5,0,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:hover{background-color:rgba(5,5,0,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:focus{background-color:#050500;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation{background-color:rgba(117,217,92,.3)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:hover{background-color:rgba(117,217,92,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:focus{background-color:#75d95c;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:hover{background-color:rgba(224,224,224,.5)}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:focus{background-color:#e0e0e0;color:#fff}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus{color:rgba(117,217,92,.7)}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus.dx-state-active,.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:focus,.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:hover{color:#75d95c}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove{color:rgba(234,34,34,.7)}.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:focus,.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:hover{color:#ea2222}.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-item .dx-icon{color:rgba(106,106,106,.54);width:14px;height:14px;background-position:0 0;background-size:14px 14px;padding:0;font-size:14px;text-align:center;line-height:14px}.dx-filterbuilder .dx-filterbuilder-action-icon{font-size:21px}.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action.dx-filterbuilder-action-icon{padding:8px;vertical-align:middle}.dx-filterbuilder .dx-filterbuilder-item-value .dx-editor-filled .dx-texteditor-input,.dx-filterbuilder .dx-filterbuilder-item-value .dx-editor-outlined .dx-texteditor-input{padding:13px 12px}.dx-filterbuilder .dx-filterbuilder-item-value-text,.dx-filterbuilder .dx-filterbuilder-text{border-radius:5px}.dx-filterbuilder-range-separator{color:#141414}.dx-filterbuilder-overlay.dx-popup-wrapper>.dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2)}.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-item{padding-left:24px}.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-rtl .dx-treeview-item{padding-right:24px}.dx-filterbuilder-overlay .dx-treeview-node>.dx-treeview-item{padding-left:48px}.dx-filterbuilder-overlay .dx-treeview-node.dx-treeview-node-is-leaf>.dx-treeview-item{padding-left:24px}.dx-filterbuilder-overlay .dx-treeview-node .dx-treeview-node-container-opened{margin-left:24px}.dx-filterbuilder-overlay .dx-treeview-item{padding:8px 24px 10px;min-height:36px}.dx-filterbuilder-overlay .dx-treeview-item .dx-icon{margin-right:10px}.dx-filterbuilder-overlay .dx-treeview-toggle-item-visibility{height:36px;left:16px}.dx-filterbuilder-overlay .dx-rtl .dx-treeview-node>.dx-treeview-item{padding-right:48px}.dx-filterbuilder-overlay .dx-rtl .dx-treeview-node.dx-treeview-node-is-leaf>.dx-treeview-item{padding-right:24px}.dx-filterbuilder-overlay .dx-rtl .dx-treeview-node .dx-treeview-node-container-opened{margin-right:24px;margin-left:0}.dx-filterbuilder-overlay .dx-rtl .dx-treeview-item .dx-icon{margin-left:10px}.dx-filterbuilder-overlay .dx-rtl .dx-treeview-toggle-item-visibility{right:16px}.dx-drawer{height:100%;width:100%}.dx-drawer-wrapper{position:relative;overflow:hidden;height:100%}.dx-drawer-panel-content{position:absolute;top:0;bottom:0}.dx-drawer-right .dx-drawer-panel-content{right:0}.dx-drawer-left .dx-drawer-panel-content{left:0}.dx-drawer-panel-content-push-top-or-bottom{width:100%}.dx-drawer-content{overflow:hidden;width:100%;height:100%;top:0}.dx-drawer-shader{z-index:1000;position:absolute;top:0;height:100%;width:100%;background-color:rgba(0,0,0,.5)}.dx-drawer-push.dx-drawer-bottom .dx-drawer-panel-content{top:auto}.dx-drawer-shrink .dx-drawer-panel-content{position:relative;overflow:hidden;flex:0 0 auto;height:100%}.dx-drawer-shrink .dx-drawer-wrapper{flex:1 0 auto;display:flex;flex-direction:row}.dx-drawer-shrink .dx-drawer-content{position:relative;flex:1 1 auto}.dx-drawer-shrink.dx-drawer-bottom .dx-drawer-wrapper,.dx-drawer-shrink.dx-drawer-top .dx-drawer-wrapper{flex-direction:column}.dx-drawer-overlap .dx-drawer-panel-content{overflow:visible}.dx-drawer-overlap .dx-drawer-panel-content.dx-overlay-wrapper{right:auto;left:auto}.dx-drawer-overlap.dx-drawer-left .dx-drawer-wrapper,.dx-drawer-overlap.dx-drawer-right .dx-drawer-wrapper{overflow-y:visible}.dx-drawer-overlap.dx-drawer-bottom .dx-drawer-wrapper,.dx-drawer-overlap.dx-drawer-top .dx-drawer-wrapper{overflow-x:visible}.dx-drawer-overlap.dx-drawer-right.dx-drawer-expand>.dx-drawer-wrapper>.dx-overlay>.dx-overlay-wrapper>.dx-overlay-content,.dx-drawer-overlap.dx-drawer-right.dx-drawer-slide>.dx-drawer-wrapper>.dx-overlay>.dx-overlay-wrapper>.dx-overlay-content{right:0}.dx-htmleditor{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.dx-htmleditor:not(.dx-state-disabled) li[data-list=checked],.dx-htmleditor:not(.dx-state-disabled) li[data-list=unchecked]{cursor:pointer}.dx-quill-container{box-sizing:border-box;display:flex;flex:1 1;flex-basis:auto;min-height:1px;margin:0;position:relative;overflow:hidden}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.dx-htmleditor-content{box-sizing:border-box;line-height:1.42;width:100%;outline:0;overflow-y:auto;padding:12px 15px;white-space:pre-wrap;word-wrap:break-word}.dx-htmleditor-content .dx-variable>span{padding:3px 6px;border-radius:8px;background:rgba(5,5,0,.15)}.dx-htmleditor-content>*{cursor:text}.dx-htmleditor-content blockquote,.dx-htmleditor-content h1,.dx-htmleditor-content h2,.dx-htmleditor-content h3,.dx-htmleditor-content h4,.dx-htmleditor-content h5,.dx-htmleditor-content h6,.dx-htmleditor-content ol,.dx-htmleditor-content p,.dx-htmleditor-content pre,.dx-htmleditor-content ul{margin:0;padding:0}.dx-htmleditor-content h1,.dx-htmleditor-content h2,.dx-htmleditor-content h3,.dx-htmleditor-content h4,.dx-htmleditor-content h5,.dx-htmleditor-content h6,.dx-htmleditor-content ol,.dx-htmleditor-content p,.dx-htmleditor-content ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.dx-htmleditor-content table{border-collapse:collapse;table-layout:fixed;width:100%}.dx-htmleditor-content td,.dx-htmleditor-content th{border:1px solid #000;padding:2px 5px}.dx-htmleditor-content ol,.dx-htmleditor-content ul{padding-left:1.5em}.dx-rtl .dx-htmleditor-content ol,.dx-rtl .dx-htmleditor-content ul{padding-left:0;padding-right:1.5em}.dx-htmleditor-content li{list-style-type:none;padding-left:1.5em;position:relative}.dx-htmleditor-content li[data-list=bullet]::before{content:"•"}.dx-htmleditor-content li[data-list=checked]::before{content:"☑"}.dx-htmleditor-content li[data-list=unchecked]::before{content:"☐"}.dx-htmleditor-content li::before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.dx-htmleditor-content li>.ql-ui{visibility:hidden}.dx-htmleditor-content li[data-list=checked]>.ql-ui,.dx-htmleditor-content li[data-list=unchecked]>.ql-ui{visibility:visible}.dx-rtl .dx-htmleditor-content li{padding-left:0;padding-right:1.5em}.dx-htmleditor-content li[data-list=ordered]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.dx-htmleditor-content li[data-list=ordered]::before{content:counter(list-0, decimal) ". "}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-1{counter-increment:list-1}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-1::before{content:counter(list-1, lower-alpha) ". "}.dx-htmleditor-content li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;padding-left:4.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-2{counter-increment:list-2}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-2::before{content:counter(list-2, lower-roman) ". "}.dx-htmleditor-content li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9;padding-left:7.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-3{counter-increment:list-3}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-3::before{content:counter(list-3, decimal) ". "}.dx-htmleditor-content li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9;padding-left:10.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-4{counter-increment:list-4}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-4::before{content:counter(list-4, lower-alpha) ". "}.dx-htmleditor-content li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9;padding-left:13.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-5{counter-increment:list-5}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-5::before{content:counter(list-5, lower-roman) ". "}.dx-htmleditor-content li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9;padding-left:16.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-6{counter-increment:list-6}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-6::before{content:counter(list-6, decimal) ". "}.dx-htmleditor-content li.ql-indent-6{counter-reset:list-7 list-8 list-9;padding-left:19.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-7{counter-increment:list-7}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-7::before{content:counter(list-7, lower-alpha) ". "}.dx-htmleditor-content li.ql-indent-7{counter-reset:list-8 list-9;padding-left:22.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-8{counter-increment:list-8}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-8::before{content:counter(list-8, lower-roman) ". "}.dx-htmleditor-content li.ql-indent-8{counter-reset:list-9;padding-left:25.5em}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-9{counter-increment:list-9}.dx-htmleditor-content ol li[data-list=ordered].ql-indent-9::before{content:counter(list-9, decimal) ". "}.dx-htmleditor-content .ql-indent-1{padding-left:3em}.dx-rtl .dx-htmleditor-content .ql-indent-1{padding-left:0;padding-right:3em}.dx-rtl .dx-htmleditor-content li.ql-indent-1{padding-left:0;padding-right:4.5em}.dx-htmleditor-content .ql-indent-2{padding-left:6em}.dx-rtl .dx-htmleditor-content .ql-indent-2{padding-left:0;padding-right:6em}.dx-rtl .dx-htmleditor-content li.ql-indent-2{padding-left:0;padding-right:7.5em}.dx-htmleditor-content .ql-indent-3{padding-left:9em}.dx-rtl .dx-htmleditor-content .ql-indent-3{padding-left:0;padding-right:9em}.dx-rtl .dx-htmleditor-content li.ql-indent-3{padding-left:0;padding-right:10.5em}.dx-htmleditor-content .ql-indent-4{padding-left:12em}.dx-rtl .dx-htmleditor-content .ql-indent-4{padding-left:0;padding-right:12em}.dx-rtl .dx-htmleditor-content li.ql-indent-4{padding-left:0;padding-right:13.5em}.dx-htmleditor-content .ql-indent-5{padding-left:15em}.dx-rtl .dx-htmleditor-content .ql-indent-5{padding-left:0;padding-right:15em}.dx-rtl .dx-htmleditor-content li.ql-indent-5{padding-left:0;padding-right:16.5em}.dx-htmleditor-content .ql-indent-6{padding-left:18em}.dx-rtl .dx-htmleditor-content .ql-indent-6{padding-left:0;padding-right:18em}.dx-rtl .dx-htmleditor-content li.ql-indent-6{padding-left:0;padding-right:19.5em}.dx-htmleditor-content .ql-indent-7{padding-left:21em}.dx-rtl .dx-htmleditor-content .ql-indent-7{padding-left:0;padding-right:21em}.dx-rtl .dx-htmleditor-content li.ql-indent-7{padding-left:0;padding-right:22.5em}.dx-htmleditor-content .ql-indent-8{padding-left:24em}.dx-rtl .dx-htmleditor-content .ql-indent-8{padding-left:0;padding-right:24em}.dx-rtl .dx-htmleditor-content li.ql-indent-8{padding-left:0;padding-right:25.5em}.dx-htmleditor-content .ql-indent-9{padding-left:27em}.dx-rtl .dx-htmleditor-content .ql-indent-9{padding-left:0;padding-right:27em}.dx-htmleditor-content li.ql-indent-9{padding-left:28.5em}.dx-rtl .dx-htmleditor-content li.ql-indent-9{padding-left:0;padding-right:28.5em}.dx-rtl .dx-htmleditor-content li::before{margin-left:.3em;margin-right:-1.5em;text-align:left}.dx-htmleditor-content table td,.dx-htmleditor-content table th{outline:0}.dx-htmleditor-content .ql-code-block-container{font-family:monospace}.dx-htmleditor-content .ql-code-block-container,.dx-htmleditor-content code{background-color:rgba(191,191,191,.15);color:rgba(20,20,20,.8)}.dx-htmleditor-content .ql-video{display:block;max-width:100%}.dx-htmleditor-content .ql-video.ql-align-center{margin:0 auto}.dx-htmleditor-content .ql-video.ql-align-right{margin:0 0 0 auto}.dx-htmleditor-content .ql-font-serif{font-family:Georgia,Times New Roman,serif}.dx-htmleditor-content .ql-font-monospace{font-family:Monaco,Courier New,monospace}.dx-htmleditor-content .ql-direction-rtl{direction:rtl;text-align:inherit}.dx-htmleditor-content.ql-blank::before{content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px;color:#a8a8a8}.dx-htmleditor-content.ql-blank::after{content:attr(data-placeholder);z-index:-1;visibility:hidden}.dx-htmleditor-content.ql-blank[data-placeholder]>p{height:.1px}.dx-htmleditor-content blockquote{padding-left:12px;border-left:4px solid}.dx-rtl .dx-htmleditor-content blockquote{padding-left:0;padding-right:12px;border-left:none;border-right:4px solid}.dx-suggestion-list-wrapper .dx-list .dx-scrollable-content{margin:0}.dx-suggestion-list{min-width:50px}.dx-suggestion-list .dx-list-item{display:block}.dx-suggestion-list .dx-list-item-icon{border-radius:50%;vertical-align:text-bottom}.dx-formdialog-form{min-width:360px}.dx-overlay-content.dx-popup-fullscreen .dx-formdialog-form{min-width:240px}.dx-formdialog-field-target .dx-field-item-content{text-align:right}.dx-rtl .dx-formdialog-field-target .dx-field-item-content{text-align:left}.dx-background-format .dx-icon-background,.dx-background-format .dx-icon-color,.dx-color-format .dx-icon-background,.dx-color-format .dx-icon-color{border-bottom:3px solid rgba(0,0,0,0)}.dx-htmleditor-toolbar-separator{border-left:1px solid rgba(0,0,0,0)}.dx-htmleditor-toolbar-menu-separator{width:100%;border-top:1px solid rgba(0,0,0,0)}.dx-htmleditor-toolbar-menu-separator::before{content:none}.dx-resize-frame{position:absolute;box-sizing:content-box;border:1px dashed #789}.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-resize-frame .dx-resizable-handle-corner-bottom-right,.dx-resize-frame .dx-resizable-handle-corner-top-left,.dx-resize-frame .dx-resizable-handle-corner-top-right{border:1px solid #fff;width:11px;height:11px;border-radius:0}.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right{width:15px;height:15px}.dx-resize-frame .dx-resizable-handle-corner-bottom-right,.dx-resize-frame .dx-resizable-handle-corner-top-right{right:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right{right:-7.5px}.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-resize-frame .dx-resizable-handle-corner-top-left{left:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left{left:-7.5px}.dx-resize-frame .dx-resizable-handle-corner-top-left,.dx-resize-frame .dx-resizable-handle-corner-top-right{top:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right{top:-7.5px}.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-resize-frame .dx-resizable-handle-corner-bottom-right{bottom:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right{bottom:-7.5px}.dx-resize-frame .dx-resizable-handle-bottom::after,.dx-resize-frame .dx-resizable-handle-left::after,.dx-resize-frame .dx-resizable-handle-right::after,.dx-resize-frame .dx-resizable-handle-top::after{content:"";position:absolute;width:11px;height:11px;border:1px solid #fff}.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after,.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after{width:15px;height:15px}.dx-resize-frame .dx-resizable-handle-left::after,.dx-resize-frame .dx-resizable-handle-right::after{top:calc(50% - 5.5px)}.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after{top:calc(50% - 7.5px)}.dx-resize-frame .dx-resizable-handle-bottom::after,.dx-resize-frame .dx-resizable-handle-top::after{left:calc(50% - 5.5px)}.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after{left:calc(50% - 7.5px)}.dx-resize-frame .dx-resizable-handle-right::after{right:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after{right:-7.5px}.dx-resize-frame .dx-resizable-handle-left::after{left:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after{left:-7.5px}.dx-resize-frame .dx-resizable-handle-top::after{top:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after{top:-7.5px}.dx-resize-frame .dx-resizable-handle-bottom::after{bottom:-5.5px}.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after{bottom:-7.5px}.dx-mention{padding:1px 0;border-radius:2px}.dx-mention .dx-template-wrapper{white-space:nowrap;display:inline-block}.dx-mention>span{margin:0 2px}.dx-table-resize-frame{position:absolute;pointer-events:none}.dx-table-resize-frame>div{position:absolute;pointer-events:auto;background-color:rgba(0,0,0,0)}.dx-table-resize-frame .dx-htmleditor-column-resizer{width:5px;top:0;height:100%;cursor:col-resize}.dx-table-resize-frame .dx-htmleditor-highlighted-column{width:3px;top:0;height:100%}.dx-table-resize-frame .dx-htmleditor-row-resizer{height:5px;left:0;width:100%;cursor:row-resize}.dx-table-resize-frame .dx-htmleditor-highlighted-row{height:3px;left:0;width:100%}.dx-htmleditor{border-color:rgba(0,0,0,0);position:relative}.dx-htmleditor .dx-htmleditor-toolbar-wrapper{padding:0 16px;position:relative}.dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child{border-bottom:1px solid rgba(20,20,20,.42)}.dx-htmleditor.dx-state-readonly .dx-htmleditor-toolbar-wrapper::before{position:absolute;top:1px;bottom:1px;left:1px;right:1px;z-index:2;background-color:rgba(255,255,255,.4);content:"";pointer-events:none}.dx-htmleditor.dx-state-readonly .dx-toolbar-button .dx-button.dx-state-disabled{opacity:.38}.dx-htmleditor.dx-invalid{border:1px solid rgba(234,34,34,.4)}.dx-htmleditor.dx-invalid.dx-state-focused{border-color:#ea2222}.dx-htmleditor.dx-htmleditor-outlined{box-shadow:inset 0 0 0 1px rgba(20,20,20,.42);border-color:rgba(0,0,0,0);border-radius:4px}.dx-htmleditor.dx-htmleditor-outlined .dx-htmleditor-content{margin:1px 1px 1px 0}.dx-htmleditor.dx-htmleditor-outlined.dx-rtl .dx-htmleditor-content,.dx-rtl .dx-htmleditor.dx-htmleditor-outlined .dx-htmleditor-content{margin-right:0;margin-left:1px}.dx-htmleditor.dx-htmleditor-outlined .dx-htmleditor-toolbar-wrapper+.dx-quill-container .dx-htmleditor-content{margin-top:0}.dx-htmleditor.dx-htmleditor-outlined.dx-state-disabled,.dx-htmleditor.dx-htmleditor-outlined.dx-state-readonly,.dx-htmleditor.dx-htmleditor-outlined.dx-state-readonly.dx-state-hover{box-shadow:inset 0 0 0 1px rgba(20,20,20,.5)}.dx-htmleditor.dx-htmleditor-outlined.dx-state-hover{box-shadow:inset 0 0 0 1px #141414}.dx-htmleditor.dx-htmleditor-outlined.dx-state-active,.dx-htmleditor.dx-htmleditor-outlined.dx-state-focused{box-shadow:inset 0 0 0 1px #050500;border-color:#050500}.dx-htmleditor.dx-htmleditor-outlined.dx-invalid{border-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 1px rgba(234,34,34,.4)}.dx-htmleditor.dx-htmleditor-outlined.dx-invalid.dx-state-active,.dx-htmleditor.dx-htmleditor-outlined.dx-invalid.dx-state-focused{box-shadow:inset 0 0 0 1px #ea2222;border-color:#ea2222}.dx-htmleditor.dx-htmleditor-filled{background:rgba(20,20,20,.04);border-radius:4px}.dx-htmleditor.dx-htmleditor-filled.dx-state-hover{background-color:rgba(20,20,20,.07)}.dx-htmleditor.dx-htmleditor-filled.dx-state-hover:not(.dx-invalid){border-bottom:1px solid #141414}.dx-htmleditor.dx-htmleditor-filled.dx-state-disabled,.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly,.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly.dx-state-hover{background-color:rgba(20,20,20,.12)}.dx-htmleditor.dx-htmleditor-underlined{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(20,20,20,.42)}.dx-htmleditor.dx-htmleditor-underlined .dx-htmleditor-content{padding-left:0}.dx-htmleditor.dx-htmleditor-underlined.dx-rtl .dx-htmleditor-content{padding-left:15px;padding-right:0}.dx-htmleditor.dx-htmleditor-underlined.dx-state-hover:not(.dx-state-focused){border-bottom:2px solid #141414}.dx-htmleditor.dx-htmleditor-underlined.dx-state-disabled,.dx-htmleditor.dx-htmleditor-underlined.dx-state-readonly,.dx-htmleditor.dx-htmleditor-underlined.dx-state-readonly.dx-state-hover{border-bottom-style:dotted;border-bottom-width:1px}.dx-htmleditor.dx-htmleditor-underlined.dx-invalid{border-bottom-color:rgba(234,34,34,.4)}.dx-htmleditor.dx-htmleditor-underlined.dx-invalid.dx-state-active,.dx-htmleditor.dx-htmleditor-underlined.dx-invalid.dx-state-focused{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ea2222}.dx-htmleditor.dx-htmleditor-underlined.dx-invalid.dx-state-hover:not(.dx-state-focused){border-bottom-color:rgba(234,34,34,.4)}.dx-htmleditor.dx-htmleditor-filled::before,.dx-htmleditor.dx-htmleditor-underlined::before{left:0;right:0;bottom:-1px;height:0;width:100%;content:"";position:absolute;z-index:2;transform:scale(0)}.dx-htmleditor.dx-htmleditor-filled.dx-state-active::before,.dx-htmleditor.dx-htmleditor-filled.dx-state-focused::before,.dx-htmleditor.dx-htmleditor-underlined.dx-state-active::before,.dx-htmleditor.dx-htmleditor-underlined.dx-state-focused::before{border-bottom:2px solid #050500;transform:scale(1);transition:transform .6s cubic-bezier(0.4, 0, 0.02, 1)}.dx-htmleditor.dx-htmleditor-filled.dx-state-active.dx-invalid::before,.dx-htmleditor.dx-htmleditor-filled.dx-state-focused.dx-invalid::before,.dx-htmleditor.dx-htmleditor-underlined.dx-state-active.dx-invalid::before,.dx-htmleditor.dx-htmleditor-underlined.dx-state-focused.dx-invalid::before{border-bottom-color:#ea2222}.dx-htmleditor-content blockquote{color:rgba(20,20,20,.8);border-left-color:#e0e0e0}.dx-rtl .dx-htmleditor-content blockquote{border-right-color:#e0e0e0}.dx-htmleditor-content td,.dx-htmleditor-content th{border-color:#e0e0e0}.dx-htmleditor-toolbar{background-color:rgba(0,0,0,0)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text{background-color:rgba(0,0,0,.18)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-state-hover,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-state-hover{background-color:rgba(0,0,0,.12)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success{background-color:rgba(117,217,92,.22)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success.dx-state-hover,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success.dx-state-hover{background-color:rgba(117,217,92,.14)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default{background-color:rgba(255,255,255,.22)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default.dx-state-hover,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default.dx-state-hover{background-color:rgba(255,255,255,.14)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger{background-color:rgba(234,34,34,.22)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger.dx-state-hover,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger.dx-state-hover{background-color:rgba(234,34,34,.14)}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-normal,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-normal .dx-icon,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-normal,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-normal .dx-icon{color:#141414}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success .dx-icon,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success .dx-icon{color:#75d95c}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default .dx-icon,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default .dx-icon{color:#fff}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger .dx-icon,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger .dx-icon{color:#ea2222}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained{background-color:#fff}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-state-hover{background-color:#ebebeb}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-success{background-color:#75d95c}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-success.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-success.dx-state-hover{background-color:#57d139}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-default,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-default.dx-state-hover{background-color:#fff}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-default.dx-state-focused{background-color:#e9e9e9}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-danger{background-color:#ea2222}.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-danger.dx-state-focused,.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-danger.dx-state-hover{background-color:#cd1313}.dx-htmleditor-toolbar-format.dx-dropdowneditor.dx-editor-filled{background-color:rgba(0,0,0,0)}.dx-htmleditor-toolbar-format.dx-dropdowneditor.dx-editor-filled::after{border-bottom-color:rgba(0,0,0,0)}.dx-htmleditor-toolbar-format.dx-background-format .dx-button-content,.dx-htmleditor-toolbar-format.dx-color-format .dx-button-content{padding-bottom:3px}.dx-htmleditor-toolbar-format.dx-size-format{width:120px}.dx-htmleditor-toolbar-separator{height:50%;border-left-color:#e0e0e0}.dx-toolbar-multiline .dx-htmleditor-toolbar-separator{height:28px}.dx-htmleditor-toolbar-menu-separator{border-top-color:#e0e0e0}.dx-resize-frame{border-color:#050500}.dx-resize-frame .dx-resizable-handle-bottom::after,.dx-resize-frame .dx-resizable-handle-corner-bottom-left,.dx-resize-frame .dx-resizable-handle-corner-bottom-right,.dx-resize-frame .dx-resizable-handle-corner-top-left,.dx-resize-frame .dx-resizable-handle-corner-top-right,.dx-resize-frame .dx-resizable-handle-left::after,.dx-resize-frame .dx-resizable-handle-right::after,.dx-resize-frame .dx-resizable-handle-top::after{background-color:#050500}.dx-mention{background-color:#e0e0e0}.dx-suggestion-list-wrapper{height:100%}.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content{box-shadow:0 2px 7px rgba(0,0,0,.2);border-top-width:0;border-bottom-width:1px}.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped{border-top-width:1px;border-bottom-width:0}.dx-suggestion-list-wrapper .dx-popup-content{height:100%;padding:1px}.dx-suggestion-list-wrapper .dx-list{height:100%;min-height:48px}.dx-suggestion-list-wrapper .dx-list-select-all{padding:16px 0 12px}.dx-suggestion-list-wrapper .dx-empty-message,.dx-suggestion-list-wrapper .dx-list-item{border-top:0}.dx-suggestion-list-wrapper .dx-empty-message:last-of-type,.dx-suggestion-list-wrapper .dx-list-item:last-of-type{border-bottom:none}.dx-table-resize-frame>.dx-draggable-dragging+.dx-htmleditor-highlighted-column,.dx-table-resize-frame>.dx-draggable-dragging+.dx-htmleditor-highlighted-row{background-color:rgba(5,5,0,.5)}.dx-filemanager{height:500px;border:1px solid}.dx-filemanager .dx-filemanager-wrapper{height:100%;display:flex;flex-direction:column}.dx-filemanager .dx-filemanager-notification-drawer,.dx-filemanager .dx-filemanager-notification-drawer-panel{height:100%}.dx-filemanager .dx-filemanager-notification-popup .dx-overlay-content{min-width:240px;max-width:93vw}@media(min-width: 431px){.dx-filemanager .dx-filemanager-notification-popup .dx-overlay-content{max-width:400px}}.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content{padding:15px}.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content .dx-filemanager-progress-box{padding:5px 0 0}.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common{padding-bottom:10px;border-bottom-width:1px;border-bottom-style:solid}.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common-no-item{border-style:none}.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel{border-left-width:1px;border-left-style:solid}.dx-filemanager .dx-filemanager-progress-panel{width:340px;height:100%}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container{padding:10px 20px 20px}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title{display:flex;align-items:flex-start;padding:0 0 5px 10px}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title .dx-filemanager-progress-panel-title-text{flex:1 1 auto;align-self:center;font-size:18px;font-weight:600}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-common .dx-filemanager-progress-box-common{font-weight:600}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-separator{height:20px}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-i.dx-filemanager-i-cancel{width:16px;height:16px}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details>.dx-filemanager-progress-box{margin-bottom:8px;border-radius:2px}.dx-filemanager .dx-filemanager-progress-box{padding:10px 0 10px 10px;display:flex;align-items:center}.dx-filemanager .dx-filemanager-progress-box.dx-filemanager-progress-box-without-close-button{padding-right:10px}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-image{margin-right:10px}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-wrapper{flex:1 1 auto;overflow:hidden}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-common{padding:5px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-progress-bar,.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-status{padding:5px 0}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button{margin-left:5px}.dx-filemanager .dx-filemanager-progress-box-error{border-radius:2px;display:inline-block;border-width:0;padding:2px 8px 3px;font-size:.85em;line-height:normal;word-wrap:break-word;overflow-y:auto;max-height:150px}.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item{width:1px;margin-right:5px}.dx-filemanager .dx-splitter-wrapper.dx-splitter-inactive,.dx-filemanager .dx-splitter-wrapper.dx-splitter-initial{right:3px}.dx-filemanager .dx-filemanager-container{display:flex;height:100%;border-top:1px solid;box-sizing:border-box;overflow:hidden}.dx-filemanager .dx-filemanager-container .dx-filemanager-adaptivity-drawer-panel{height:100%}.dx-filemanager .dx-filemanager-container .dx-filemanager-dirs-panel{padding:5px 10px;height:100%;width:100%;display:block}.dx-filemanager .dx-filemanager-container .dx-drawer-opened .dx-splitter.dx-state-disabled{width:1px}.dx-filemanager .dx-filemanager-container .dx-drawer-shrink .dx-drawer-panel-content{overflow:visible}.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content{display:block;width:30%}.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-initial{min-width:250px;max-width:300px}.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-adaptive{max-width:100%}.dx-filemanager .dx-filemanager-breadcrumbs{padding:2px 11px;border-bottom:1px solid}.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content{padding-left:0;padding-right:0}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-parent-folder-item .dx-menu-item-content{padding-left:2px;padding-right:2px}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content{width:1px;padding-left:0;padding-right:0;margin:0 10px}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item .dx-menu-item-content{padding-left:1px;padding-right:1px}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover{cursor:default}.dx-filemanager .dx-filemanager-editing-container,.dx-filemanager .dx-filemanager-notification-container{position:absolute;top:-5000px;left:-5000px}.dx-filemanager .dx-row .dx-filemanager-file-actions-button{float:right}.dx-filemanager .dx-row .dx-filemanager-file-actions-button .dx-button-content{padding:0}.dx-filemanager .dx-row.dx-row-focused .dx-filemanager-file-actions-button,.dx-filemanager .dx-row.dx-selection .dx-filemanager-file-actions-button,.dx-filemanager .dx-row.dx-state-hover .dx-filemanager-file-actions-button{visibility:visible}.dx-filemanager .dx-filemanager-items-panel{width:100%;height:100%;display:flex;flex-direction:column}.dx-filemanager .dx-filemanager-fileuploader-dropzone-placeholder{position:relative;top:0;left:0;box-sizing:border-box;pointer-events:none;z-index:1000}.dx-filemanager .dx-filemanager-thumbnails{width:100%;height:100%;overflow:hidden}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;padding:5px}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-container{-webkit-user-select:none;-ms-user-select:none;user-select:none}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item{float:left;text-align:center;cursor:pointer;white-space:nowrap;width:100px;height:100px;border:1px dashed rgba(0,0,0,0);margin:5px;box-sizing:border-box}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content{overflow:hidden;padding:13px 0 10px}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-thumbnail{border:0}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-spacer{border:0;padding:0;margin:0;height:10px;visibility:hidden}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-name{overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.dx-filemanager .dx-filemanager-details{height:100%;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dx-filemanager .dx-filemanager-details>div{height:100%}.dx-filemanager .dx-filemanager-details .dx-datagrid-rowsview .dx-datagrid-table>tbody>tr.dx-filemanager-parent-directory-item>td>.dx-select-checkbox{display:none}.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper{display:inline-flex;align-items:flex-start;width:100%}.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper .dx-filemanager-details-item-name{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dx-filemanager .dx-filemanager-i.dx-filemanager-i-progress,.dx-filemanager .dx-filemanager-i.dx-icon.dx-filemanager-i-progress{animation:1.5s linear infinite dx-filemanager-icon-rotate}@keyframes dx-filemanager-icon-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.dx-filemanager-file-actions-button{visibility:hidden;text-align:center}.dx-filemanager-file-actions-button.dx-widget{line-height:100%}.dx-filemanager-file-actions-button .dx-button{border:none;background-color:rgba(0,0,0,0);box-shadow:none}.dx-filemanager-file-actions-button .dx-button i{font-style:normal}.dx-filemanager-file-actions-button.dx-filemanager-file-actions-button-activated,.dx-filemanager-file-actions-button:hover{visibility:visible}.dx-filemanager-dirs-tree{width:100%}.dx-filemanager-dirs-tree .dx-treeview-item-content{display:flex;align-items:flex-end}.dx-filemanager-dirs-tree .dx-treeview-item-content>.dx-icon{flex:0 0 auto}.dx-filemanager-dirs-tree .dx-treeview-item-content .dx-filemanager-dirs-tree-item-text{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dx-filemanager-dirs-tree .dx-filemanager-focused-item .dx-filemanager-file-actions-button,.dx-filemanager-dirs-tree .dx-treeview-item.dx-state-hover .dx-filemanager-file-actions-button{visibility:visible}.dx-filemanager-dialog.dx-filemanager-dialog-folder-chooser,.dx-filemanager-progresspanel{height:100%;overflow:auto}.dx-filemanager-dialog-folder-chooser>div{height:100%}.dx-filemanager-dialog-popup>.dx-overlay-content{min-width:300px;max-width:400px;min-height:300px;max-height:400px}.dx-filemanager-dialog-name-editor-popup>.dx-overlay-content{max-width:340px;min-height:180px;max-height:180px}.dx-filemanager-dialog-delete-item-popup>.dx-overlay-content{max-width:340px;min-height:180px}.dx-filemanager-dialog-delete-item-popup>.dx-overlay-content .dx-popup-content .dx-filemanager-dialog-delete-item{overflow-wrap:break-word}.dx-filemanager-progresspanel{box-sizing:border-box;padding:5px}.dx-filemanager-progresspanel .dx-filemanager-progressbox{float:left;width:100%;padding-bottom:10px}.dx-filemanager-progresspanel .dx-filemanager-progressbox-cancel-button{margin-top:5px;float:right}.dx-splitter-wrapper{height:100%;width:0;position:absolute;z-index:998;top:0}.dx-splitter-wrapper .dx-splitter-border{z-index:997;height:100%;width:7px;cursor:col-resize}.dx-splitter-wrapper .dx-splitter-border .dx-splitter{height:100%;width:1px;display:block;cursor:col-resize;z-index:999;margin:auto}.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-splitter-inactive{z-index:998}.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-state-disabled{width:0;cursor:default}.dx-splitter{background-color:rgba(5,5,0,.5)}.dx-splitter.dx-splitter-inactive{background-color:#e0e0e0}.dx-splitter-border{background-color:rgba(0,0,0,0)}.dx-filemanager{border-color:#e0e0e0}.dx-filemanager .dx-filemanager-notification-common{border-color:#e0e0e0;color:#ea2222}.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel{border-left-color:#e0e0e0}.dx-filemanager .dx-filemanager-progress-panel{background-color:#fff}.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title{padding-top:16px;padding-bottom:16px}.dx-filemanager .dx-filemanager-progress-box-image{font-size:24px}.dx-filemanager .dx-filemanager-progress-box-error{color:#fff;background:#ea2222}.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button{margin-top:6px}.dx-filemanager .dx-filemanager-toolbar{padding:0 10px;background:#fff;min-height:56px}.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar,.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar .dx-toolbar{background:#f7f7f7}.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item{height:36px;background:#e0e0e0}.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-viewmode-item .dx-texteditor{width:190px}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled{background:0 0}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-active,.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-focused,.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-hover{background:rgba(20,20,20,.1)}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor{border-color:rgba(0,0,0,0)}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor .dx-dropdowneditor-icon{background:0 0}.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon{background:0 0;border-color:rgba(0,0,0,0)}.dx-filemanager .dx-filemanager-toolbar .dx-toolbar .dx-filemanager-toolbar-viewmode-item .dx-button-content{padding-left:6px;padding-right:6px}.dx-filemanager .dx-filemanager-fileuploader-dropzone-placeholder{border:2px solid #050500}.dx-filemanager .dx-filemanager-container{border-top-color:#e0e0e0}.dx-filemanager .dx-filemanager-dirs-panel{height:100%;border-right-color:#e0e0e0}.dx-filemanager .dx-filemanager-breadcrumbs{border-bottom-color:#e0e0e0}.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item.dx-state-focused{background:#e0e0e0;color:#141414}.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content{padding-top:7px;padding-bottom:8px}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content{background:#e0e0e0}.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover{background:0 0}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected{color:#fff;background:rgba(5,5,0,.8)}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-hover:not(.dx-state-focused):not(.dx-item-selected){background:rgba(0,0,0,.04)}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-focused{border:1px solid #050500}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected.dx-state-focused{color:#fff;background:rgba(5,5,0,.7)}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-thumbnail{width:48px;height:48px;font-size:48px}.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-item-custom-thumbnail{color:#e0e0e0}.dx-filemanager .dx-filemanager-files-view{background:#fff}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-filemanager-details-item-thumbnail{font-size:24px;width:24px;height:24px}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-command-select{padding:0;width:49px;min-width:49px;max-width:49px}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-filemanager-details-item-is-directory{padding-right:0 !important;padding-left:0 !important}.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-row-focused .dx-filemanager-file-actions-button .dx-button .dx-icon{color:#fff}.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper{align-items:center}.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item{padding-top:11px;padding-bottom:11px}.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused>.dx-treeview-item{background:0 0}.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused>.dx-treeview-item.dx-state-hover{background:#ebebeb}.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused>.dx-treeview-item *{color:#141414}.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox>.dx-treeview-item.dx-filemanager-focused-item{background:#ebebeb}.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox>.dx-treeview-item.dx-filemanager-focused-item *{color:#141414}.dx-filemanager-view-switcher-popup{width:36px}.dx-filemanager-view-switcher-popup .dx-dropdownbutton-popup-wrapper.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content{padding-left:5px;padding-right:6px;text-overflow:clip}.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button .dx-button .dx-button-content{padding:0}.dx-filemanager-file-actions-button .dx-button{min-width:28px;height:28px}.dx-filemanager-file-actions-button .dx-button .dx-button-content{padding:2px 6px}.dx-filemanager-context-menu .dx-menu-item-has-text:not(.dx-menu-item-has-icon) .dx-menu-item-text{margin-left:48px}.dx-filemanager-i.dx-filemanager-i-progress,.dx-filemanager-i.dx-filemanager-i-refresh,.dx-filemanager-i.dx-icon.dx-filemanager-i-progress,.dx-filemanager-i.dx-icon.dx-filemanager-i-refresh{background:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23141414%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x31_%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M11%2C4c2.45%2C0%2C4.59%2C1.26%2C5.84%2C3.16L15%2C9l6%2C1l-1-6l-1.73%2C1.73C16.64%2C3.47%2C14%2C2%2C11%2C2%0A%09%09c-4.97%2C0-9%2C4.03-9%2C9h2C4%2C7.13%2C7.13%2C4%2C11%2C4z%22%2F%3E%0A%09%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.92%2C12c-0.49%2C3.39-3.39%2C6-6.92%2C6c-2.19%2C0-4.13-1.01-5.41-2.59L7%2C14l-6-1l1%2C6l2.17-2.17%0A%09%09C5.82%2C18.76%2C8.26%2C20%2C11%2C20c4.63%2C0%2C8.44-3.5%2C8.94-8H17.92z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");width:22px;height:22px}.dx-filemanager-i.dx-filemanager-i-done,.dx-filemanager-i.dx-icon.dx-filemanager-i-done{background:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23141414%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2375d95c%3B%7D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M21.35%2C14.35l-4.71%2C5l-3-3l0.71-0.71l2.15%2C2.15l4.15-4.15L21.35%2C14.35z%22%2F%3E%0A%3C%2Fsvg%3E%0A");width:22px;height:22px}.dx-filemanager-i.dx-filemanager-i-danger,.dx-filemanager-i.dx-icon.dx-filemanager-i-danger{background:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23141414%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23ea2222%3B%7D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M17%2C20v-1h1v1H17z%20M17%2C13h1v5h-1V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");width:22px;height:22px}.dx-filemanager-i.dx-filemanager-i-cancel,.dx-filemanager-i.dx-icon.dx-filemanager-i-cancel{background:url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x32_%22%20fill%3D%22%23141414%22%20d%3D%22M8%2C0c4.42%2C0%2C8%2C3.58%2C8%2C8s-3.58%2C8-8%2C8c-4.42%2C0-8-3.58-8-8S3.58%2C0%2C8%2C0%20M10.87%2C4L8%2C6.87L5.13%2C4L4%2C5.13L6.87%2C8%0A%09L4%2C10.87L5.13%2C12L8%2C9.13L10.87%2C12L12%2C10.87L9.13%2C8L12%2C5.13L10.87%2C4z%22%2F%3E%0A%3C%2Fsvg%3E%0A");width:22px;height:22px}.dx-sortable{overflow:hidden}.dx-sortable-dragging.dx-sortable-clone{position:absolute;top:0;left:0;box-sizing:border-box;opacity:.9;z-index:2147483647}.dx-sortable-dragging.dx-sortable-clone .dx-inkripple{overflow:hidden}.dx-sortable-dragging.dx-sortable-clone *{cursor:pointer;cursor:-webkit-grabbing;cursor:grabbing}.dx-sortable-source{opacity:.5}.dx-sortable-source-hidden{opacity:0}.dx-sortable-placeholder{position:absolute;top:0;left:0;border:1px solid #050500;box-sizing:border-box;z-index:2147483647}.dx-sortable-placeholder-inside{border-width:2px}.dx-sortable-dragging>*{border-color:rgba(5,5,0,.5);box-shadow:0 1px 3px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.2)}
.dx-slider-wrapper .dx-tooltip-wrapper .dx-overlay-content{background:unset !important;box-shadow:none !important}.dx-slider-wrapper .dx-tooltip-wrapper .dx-overlay-content .dx-popover-arrow{display:none !important}.dx-button.btn.dx-state-hover,.dx-button.btn.dx-state-focused{background-color:unset;border-color:unset}.dx-button.btn .dx-button-content{height:auto;padding:0}.dx-button-has-icon .dx-icon{font-size:.8rem}.dx-overlay-wrapper,.dx-tooltip-wrapper,.dx-overlay-content{z-index:14010 !important}.dx-overlay-wrapper .dx-toolbar-items-container .dx-toolbar-after,.dx-tooltip-wrapper .dx-toolbar-items-container .dx-toolbar-after,.dx-overlay-content .dx-toolbar-items-container .dx-toolbar-after{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;width:100%;padding:1rem .5rem 2rem 0}.dx-overlay-wrapper .dx-popover-arrow,.dx-tooltip-wrapper .dx-popover-arrow,.dx-overlay-content .dx-popover-arrow{display:block !important}.dx-overlay-wrapper .dx-popover-arrow::after,.dx-tooltip-wrapper .dx-popover-arrow::after,.dx-overlay-content .dx-popover-arrow::after{background:#fff}.dx-tooltip-wrapper .dx-overlay-content{background:#fff !important;border-radius:4px;box-shadow:0 11px 15px -7px rgba(5,5,0,.2),0 12px 38px 5px rgba(5,5,0,.12) !important}.dx-tooltip-wrapper .dx-overlay-content .dx-template-wrapper>div{display:inline-flex}.dx-overlay-wrapper.dx-invalid-message{background:#fff}.dx-state-disabled .dx-slider-handle .dx-tooltip-wrapper .dx-overlay-content::before{background-color:#b9b9b9}.dx-toast-content{padding:1.5rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.75rem}.dx-toast-content .dx-toast-icon{width:32px;height:32px}.dx-toast-content .dx-toast-message{padding-left:1rem}.dx-popup-title.dx-toolbar .dx-toolbar-items-container{height:2rem}.dx-popup-title.dx-toolbar .dx-toolbar-label{max-width:unset !important;font-family:"Sabon LT W01 Bold",serif}.dx-popup-title.dx-toolbar .dx-popup-content{padding-top:.75rem}.dx-context-menu-container-border{border:0}.dx-checkbox{line-height:normal}.dx-checkbox-icon{background-color:rgba(0,0,0,0);border-color:#000}.dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text{padding-right:25px}.dx-submenu .dx-menu-item>.dx-menu-item-content .dx-menu-item-text{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;text-transform:uppercase}.dx-list-item,.dx-placeholder{font-family:"Sabon MT W01 Regular",serif;font-size:1rem}.dx-popup-wrapper>.dx-overlay-content .dx-popup-content{height:auto !important}.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content>div{display:inline-flex;align-items:center}.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content .material-design-icon{align-self:center;width:1.5rem;height:1.5rem;margin-right:.25rem;padding:0 .5rem}.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content .material-design-icon.alert-decagram-icon{margin-right:1rem}.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content .error{margin:.5rem 1rem .5rem 0}.dx-actionsheet-popover-wrapper .dx-overlay-content{width:50vw;min-width:500px}@media screen and (max-width: 575px){.dx-actionsheet-popover-wrapper .dx-overlay-content{min-width:unset}}.dx-actionsheet-popover-wrapper .dx-toolbar-items-container{display:flex;justify-content:center}.dx-actionsheet-popover-wrapper .dx-toolbar-items-container .dx-toolbar-before{position:relative}.dx-actionsheet-popover-wrapper .dx-popup-content .dx-button{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem}.dx-scrollable-scrollbar .dx-scrollable-scroll-content{background-color:rgba(5,5,0,.8) !important}.dx-scheduler-header-panel-cell{font-family:"Sabon MT W01 Regular",serif;text-align:center !important;background-color:#b9b9b9}.dx-scheduler-work-space-month .dx-scheduler-date-table-cell{height:3.75rem !important;font-family:"Sabon MT W01 Regular",serif;font-size:1.2rem !important;color:#000;text-align:center !important;vertical-align:middle;background-color:#efefef}.dx-scheduler .dx-scheduler-header{color:#363636;border:0}.dx-scheduler .dx-scheduler-header .dx-button,.dx-scheduler .dx-scheduler-header .dx-icon{color:inherit !important}.dx-scheduler .dx-scheduler-navigator{min-width:220px;color:inherit}.dx-scheduler .dx-scheduler-navigator .dx-button{height:auto;border:0}.dx-scheduler .dx-scheduler-navigator .dx-button,.dx-scheduler .dx-scheduler-navigator .dx-icon{color:inherit !important}.dx-invalid-message{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;background:rgba(0,0,0,0) !important}.dx-texteditor-container{font-family:"Sabon MT W01 Regular",serif;font-size:1rem;line-height:1 !important;color:#363636;text-align:start}.dx-texteditor-container .dx-texteditor-input{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:inherit}.dx-texteditor-container .dx-placeholder{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;text-align:inherit}.dx-calendar-body .dx-calendar-cell{text-align:center !important}.dx-calendar-navigator .dx-button .dx-button-text{color:#000}.dx-datebox-wrapper .dx-popup-bottom .dx-button{color:#000;border:1px solid #000}.dx-dropdowneditor-button-visible input{width:100% !important}.dx-filemanager-container{z-index:10000}

.image-tool{position:static;top:64px;right:64px;z-index:5000;display:inline-grid;align-content:center;justify-content:center;width:44px;height:44px;margin:1.25rem;color:#000;text-align:center;cursor:pointer;background:#fff}.image-tool .material-design-icon{width:22px;height:22px;color:#000}.image-tool.circle{padding:8px;border:2px solid #000;border-radius:40px}.image-tool.transparent{background:rgba(255,251,251,.5)}
.user-feature-article-table table{width:100%}.user-feature-article-table tr{-webkit-user-select:none;-ms-user-select:none;user-select:none}.user-feature-article-table td,.user-feature-article-table td>span{vertical-align:top}.user-feature-article-table .row-image{overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.user-feature-article-table .detail-container .row-details{display:flex}.user-feature-article-table .detail-container .row-details .row-image{flex-grow:0;justify-self:left;width:auto;margin-right:.5rem}.user-feature-article-table .detail-container .row-details .row-content{flex-grow:3;padding:.5rem .75rem}.user-feature-article-table .detail-container .row-details .row-content .details-head{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif}.user-feature-article-table .detail-container .row-details .row-content a{font-size:1.25rem}.user-feature-article-table .detail-container .row-details .row-content .article-details-content{height:150px;max-width:60rem;margin-top:1rem;padding:.25rem .5rem;overflow-x:hidden;overflow-y:scroll;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;background:linear-gradient(to bottom, white, white 75%, rgba(255, 251, 251, 0))}.user-feature-article-table .detail-container .row-details .row-actions{display:inline-flex;flex-direction:column;flex-grow:0;justify-self:right;margin-left:.5rem}.user-feature-article-table .detail-container .row-details .row-actions>*{margin-bottom:.5rem}.user-feature-article-table .publish-date>span{font-size:1rem}.user-feature-article-table .material-design-icon{cursor:pointer}.user-feature-article-table .material-design-icon.remove{color:#ea2222}.user-feature-article-table .article-is-derived.material-design-icon{width:1.25rem;height:1.25rem;margin:.25em .5em;cursor:default}.user-feature-article-table .b-table .level{margin-top:1rem}.user-feature-article-table .b-table tr.disabled{cursor:progress !important}.user-feature-article-table .b-table tr.disabled .material-design-icon{cursor:progress !important}.user-feature-article-table .chevron-cell .icon::after{color:#000;content:"►";transform:scale(1.8)}.user-feature-article-table .chevron-cell .icon.is-expanded::after{content:"▼"}
.accordion-title-toolbar[data-v-368f389f]{display:inline-flex;flex-direction:row;justify-content:flex-start;width:100%;height:auto;min-height:89px;margin-bottom:0;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-weight:400;font-size:1rem;color:#363636;transition-property:background-color,height;transition-duration:750ms;transition-timing-function:ease-out}.accordion-title-toolbar .tool-head[data-v-368f389f]{display:inline-flex;flex-direction:column;flex-grow:1;align-items:flex-start;justify-items:center;justify-self:flex-start;min-width:320px}.accordion-title-toolbar .tool-head .tool-image-shortname[data-v-368f389f]{display:inline-flex;flex-direction:row;width:100%;border-bottom:2px solid #9d9d9d}.accordion-title-toolbar .tool-head .tool-image-shortname .title[data-v-368f389f]{align-self:center;margin-left:.5rem;font-size:1.5rem;color:#363636}.accordion-title-toolbar .tool-head .tool-image-shortname a.title[data-v-368f389f]{color:#9c59ac}.accordion-title-toolbar .tool-head .tool-name[data-v-368f389f]{display:inline-flex;margin:.25rem .5rem;font-size:1.25rem}.accordion-title-toolbar .tool-links[data-v-368f389f]{display:inline-flex;flex-grow:0;align-self:center;justify-content:flex-end;width:auto;margin:4px 4rem 0 2rem}.accordion-title-toolbar img[data-v-368f389f]{width:auto;max-height:32px}.accordion-title-toolbar .material-design-icon[data-v-368f389f]{width:24px !important;height:24px !important}@media screen and (max-width: 576px){.accordion-title-toolbar .tool-head[data-v-368f389f]{align-items:flex-end;min-width:60vw}.accordion-title-toolbar .tool-links[data-v-368f389f]{align-self:flex-end;margin-left:auto}}
.user-subscription-offers .offer{padding:.5rem 2rem}.user-subscription-offers .offer h3{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1rem}.user-subscription-offers .offer .btn{margin:1rem 0}.user-subscription-offers .offer-bubble-info{display:inline-block;padding:1.5rem 2.5rem 1rem 11%}.user-subscription-offers .offer-request-form{display:flex;flex-direction:column;width:auto;min-width:25rem;max-width:80rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1rem;color:#5f5f5f}.user-subscription-offers .offer-request-form h4{margin:1rem 0 2rem;font-size:1.35rem}.user-subscription-offers .offer-request-form .field-label{display:inline-flex;margin:0 0 1rem;font-size:1.2rem;transform:scale(1, 1.1) translateY(2px)}.user-subscription-offers .offer-request-form .field-description{display:flex;align-self:flex-end;margin-bottom:2rem;font-size:1rem}.user-subscription-offers .offer-request-form .field-value{display:inline-flex;float:none !important;width:2rem !important}.user-subscription-offers .offer-request-form button.btn{align-self:self-start !important;margin:.5rem 0 !important}@media screen and (max-width: 769px){.user-subscription-offers .silhouette-assistant .character{display:none;width:auto}.user-subscription-offers .silhouette-assistant .bubble-wrapper{max-width:96vw !important;margin-top:1rem !important;padding:0 !important;background-image:unset !important}}
.user-file-libraries .card-header-title{display:none !important}.user-file-libraries .silhouette-assistant .assistant-message{flex-direction:column}.user-file-libraries .silhouette-assistant .assistant-message p{margin:1.5rem auto;color:#363636}.user-file-libraries .add-files{margin:0 0 1rem auto}.user-file-libraries .file-library{margin:0 0 2rem}.user-file-libraries .accordion-title-toolbar{min-height:0;margin-bottom:0;padding:.5rem .5rem 0}
.user-workspace{margin-bottom:2rem}.user-workspace .workspace-artworks-and-artwork{display:flex;flex-direction:row;flex-wrap:wrap}.user-workspace .accordion-title-toolbar{margin-bottom:0}.user-workspace .browse-files{margin-bottom:1rem}.user-workspace .add-files.section-toolbar-item{margin-top:-60px}.user-workspace .user-image-archive-masonry{display:flex;width:50%}.user-workspace .user-image-archive-masonry .multi-stack{width:100%}.user-workspace .user-image-archive-masonry .masonry-wrapper{width:100%}.user-workspace .user-image-archive-masonry .masonry-wrapper .grid-sizer{width:130px !important}.user-workspace .user-image-archive-masonry .artwork-card.card .card-header,.user-workspace .user-image-archive-masonry .artwork-card.card .card-contents{display:flex}.user-workspace .selected-artwork{width:50%}
.select-image{position:static;top:64px;right:64px;z-index:5000;display:inline-flex;align-content:center;justify-content:center;margin:1.25rem;color:#000;text-align:center;cursor:pointer;background:#fff}.select-image .material-design-icon{width:36px;height:36px;color:#000}.select-image.circle{padding:8px;border:2px solid #000;border-radius:40px}.select-image.small{width:36px;height:36px;padding:4px;border-radius:1.25rem}.select-image.small .material-design-icon{width:24px;height:24px}.select-image.transparent{background:rgba(255,251,251,.5)}.select-image .image-tool-icons .material-design-icon.plus-icon,.select-image .image-tool-icons .material-design-icon.minus-icon{left:-5px;width:36px;height:36px}
.entry-information-notes-panel .entry-title.page-text{margin-bottom:0}.entry-information-notes-panel .entry-title.page-text .segment{margin:0}.entry-information-notes-panel .notes-html.page-text p{margin-top:0}
.entry-information-opening-hours table{color:#363636;background-color:rgba(0,0,0,0)}.entry-information-opening-hours input{width:auto}.entry-information-opening-hours .b-table{margin-bottom:1rem}.entry-information-opening-hours .b-table thead{display:none}.entry-information-opening-hours .opening-closing-week-row{align-content:center}.entry-information-opening-hours .opening-closing-week-row td{vertical-align:middle}.entry-information-opening-hours .opening-closing-week-row td:first-child{width:5rem}.entry-information-opening-hours .exceptions-header{display:flex}.entry-information-opening-hours .exceptions-header .material-design-icon{width:22px;height:22px}.entry-information-opening-hours .exceptions-header .label{margin-left:1rem}.entry-information-opening-hours .editing h3{font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:1rem}.entry-information-opening-hours .submit-button{justify-self:center;margin:2rem auto}.entry-information-opening-hours .dx-datebox .dx-texteditor-container{font-size:1.25rem;text-align:center}.entry-information-opening-hours .closed-checkbox-column{border:0}.entry-information-opening-hours .closed-checkbox-column>span{display:inline-flex;align-items:baseline}.entry-information-opening-hours .closed-checkbox-column .dx-checkbox{margin-right:.25rem}.entry-information-opening-hours .closed-checkbox-column .label{font-family:"Helvetica Neue LT W01_35 Thin",sans-serif;font-size:.9rem;letter-spacing:1px;text-transform:lowercase}
.entry-information-ticket-prices .ticket-prices-table{display:flex;flex-direction:row;flex-wrap:wrap;align-content:space-between;justify-content:flex-start}.entry-information-ticket-prices .add-ticket-price{display:inline-flex;flex-direction:column;align-content:center;justify-content:center;width:10rem;text-align:center}.entry-information-ticket-prices .add-ticket-price .material-design-icon{width:32px;height:32px;cursor:pointer}.entry-information-ticket-prices .add-ticket-price.disabled{display:none}.entry-information-ticket-prices .ticket-price{display:flex;flex-direction:column;flex-grow:0;align-items:flex-start;justify-content:flex-start;min-width:10em;margin:0 1rem 2rem 0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:.875rem;color:#141414}.entry-information-ticket-prices .ticket-price .ticket-classes{display:inline-flex;flex-direction:column;flex-grow:1;flex-wrap:wrap;align-self:flex-start;order:2;width:100%;margin-right:2rem}.entry-information-ticket-prices .ticket-price .ticket-classes .ticket-class{display:flex;justify-content:space-between;margin:.25rem;margin-left:0;text-align:left}.entry-information-ticket-prices .ticket-price .ticket-classes .ticket-class h4{font-family:inherit}.entry-information-ticket-prices .ticket-price .ticket-classes .ticket-class .material-design-icon{margin:auto;margin-right:0;cursor:pointer}.entry-information-ticket-prices .ticket-price .price-amount{display:inline-flex;flex-wrap:wrap;align-self:stretch;order:1;font-size:1rem}.entry-information-ticket-prices .ticket-price .price-amount .free-entry{font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-size:1rem}.entry-information-ticket-prices .ticket-price .price-amount .dx-textbox,.entry-information-ticket-prices .ticket-price .price-amount .dx-numberbox{display:inline-table;text-align:center}.entry-information-ticket-prices .submit-button{justify-self:center;margin:2rem auto}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:rgba(0,0,0,0)}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:rgba(0,0,0,0)}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/static/img/layers.a613745.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/static/img/layers-2x.4f0283c.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/static/img/marker-icon.2273e3d.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:rgba(0,0,0,0)}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid rgba(0,0,0,0);background:rgba(0,0,0,0);content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.entry-information-map-location{height:auto}.entry-information-map-location .address-details{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;margin:0 0 2rem;font-size:1.25rem}@media screen and (max-width: 575px){.entry-information-map-location .address-details{flex-direction:column}.entry-information-map-location .address-details .street-address{width:100%}}.entry-information-map-location .address-details .display-name{margin-bottom:.5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.25rem}.entry-information-map-location .address-details .display-name .dx-widget,.entry-information-map-location .address-details .display-name .dx-texteditor-container{font-family:inherit;font-weight:inherit;font-size:inherit}.entry-information-map-location .address-details .street-address{display:inline-flex;flex-direction:column;flex-grow:2}.entry-information-map-location .address-details .osm-external-links{align-self:flex-end;margin:5px 1rem 0 auto}.entry-information-map-location .geo-address-header .label{margin-left:1rem}.entry-information-map-location .dx-texteditor-container{margin-bottom:2rem}.entry-information-map-location .map-location-edit-wrapper{margin-left:2rem}.entry-information-map-location .map-location-edit-wrapper .material-design-icon{width:28px;height:28px;margin:.5rem .5rem auto 1rem}.entry-information-map-location .osm-info-panel{display:flex;flex-direction:row;flex-wrap:no-wrap}.entry-information-map-location .osm-info-panel .results-info{display:flex;flex-direction:column;align-items:flex-start;align-self:center;margin:.5rem 1rem;font-size:.875rem}.entry-information-map-location .osm-info-panel .results-info h4{font-size:1rem}.entry-information-map-location .osm-info-panel .partial-results{margin:0 1rem}.entry-information-map-location .osm-info-panel .material-design-icon{align-self:flex-start}.entry-information-map-location .osm-info-panel .btn{margin-top:.5rem;padding-top:.25rem}.entry-information-map-location .osm-search-results{margin:1rem 0}.entry-information-map-location .osm-search-results .osm-forward-search-result{margin:1rem 0;border-bottom:1px solid gray}.entry-information-map-location .osm-search-results .osm-forward-search-result:last-child{border-bottom:none}.entry-information-map-location .unverified-notice{display:flex;align-items:center;margin:1rem 0 1.5rem;font-family:"Helvetica Neue LT W01_76 Bd It",sans-serif;font-size:1.15rem;color:#ea2222}.entry-information-map-location .unverified-notice .material-design-icon{width:28px;height:28px;margin:.5rem 1.5rem auto 1rem}.entry-information-map-location .errors-message{margin:0}.entry-information-map-location .geo-map{width:100%;height:50vh;min-height:250px;max-height:550px;margin-top:1.5rem}.entry-information-map-location .geo-map .map-control .btn,.entry-information-map-location .geo-map .map-control .btn:hover{font-size:.875rem;letter-spacing:.5px;background:rgba(255,251,251,.95) !important;border:2px solid rgba(0,0,0,.2);box-shadow:none}.entry-information-map-location .marker-popup-contents{margin:1.5rem 1.25rem}.entry-information-map-location .marker-popup-contents .osm-place-details{font-size:1.15rem}.entry-information-map-location .marker-popup-contents .osm-place-details h4{margin-bottom:.5rem;font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1.15rem}.entry-information-map-location .marker-popup-contents .osm-place-details .address-data-street{margin:.5rem 0 .5rem}.entry-information-map-location .marker-popup-contents .osm-external-links{width:100%;margin-top:.5rem}.entry-information-map-location .marker-popup-contents .osm-external-links .street-view,.entry-information-map-location .marker-popup-contents .osm-external-links .directions{min-height:55px;margin-left:0}.entry-information-map-location .marker-popup-contents .osm-external-links .street-view h4,.entry-information-map-location .marker-popup-contents .osm-external-links .directions h4{display:none}.entry-information-map-location .marker-popup-contents .btn{display:block;margin:1rem auto}.entry-information-map-location .marker-popup-contents .marker-moved-title{font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-size:1.25rem}.entry-information-map-location .marker-popup-contents .marker-moved.osm-place-details{cursor:default}.entry-information-map-location .marker-popup-contents .verify-location{font-size:larger}.entry-information-map-location .marker-popup-contents .verify-location,.entry-information-map-location .marker-popup-contents .verify-location:hover{background-color:#8bc34a !important}
.modal-upload-ingress-image.modal-dialog .o-modal__content{top:7vh !important;display:flex;flex-direction:column;align-content:space-between;width:85vw !important;height:auto !important;min-height:75vh;padding:.75em}.modal-upload-ingress-image.modal-dialog h2.title{text-align:left;border:0}.modal-upload-ingress-image.modal-dialog .columns{display:flex;flex-direction:row;flex-grow:1;flex-wrap:none;align-content:space-between;height:auto;text-align:left}.modal-upload-ingress-image.modal-dialog .column{display:inline-flex;flex-direction:column;flex-grow:0;align-content:space-between}.modal-upload-ingress-image.modal-dialog .column:last-child{padding-left:.5em}.modal-upload-ingress-image.modal-dialog .column.cropper-column{display:flex;flex-grow:2;height:auto}.modal-upload-ingress-image.modal-dialog .UppyDragDrop,.modal-upload-ingress-image.modal-dialog .UppyDragDrop:focus{outline:none}.modal-upload-ingress-image.modal-dialog .uppy-DragDrop-container{border:0}.modal-upload-ingress-image.modal-dialog .uppy-DragDrop-container .uppy-DragDrop-inner{margin-right:1.5rem !important}.modal-upload-ingress-image.modal-dialog .uppy-DragDrop-container .uppy-DragDrop-label{font-size:1.15rem !important}.modal-upload-ingress-image.modal-dialog .UppyMobileFileInput{margin:0 .25rem 1rem}.modal-upload-ingress-image.modal-dialog .image-cropper{height:100%}.modal-upload-ingress-image.modal-dialog .modal-footer{z-index:9999;display:flex;align-self:left;margin:auto auto .5rem 0}.modal-upload-ingress-image.modal-dialog .modal-footer .is-loading{border:0}.modal-upload-ingress-image.modal-dialog .btn{margin:auto 1rem auto 0}.modal-upload-ingress-image.modal-dialog .button.is-loading{width:7.5rem;border:2px solid #000}@media(max-width: 500px){.modal-upload-ingress-image.modal-dialog{top:0}.modal-upload-ingress-image.modal-dialog .columns{flex-direction:column}.modal-upload-ingress-image.modal-dialog .column{display:inline-block}}

.social.do-print{height:38px}
.social.do-promote{height:38px;padding:0}.social.do-promote span{vertical-align:middle}
.organization-department{display:flex;flex-direction:column;margin-top:1.5rem}.organization-department .department-name{margin:.2rem 0 .3rem}.organization-department .department-name h2,.organization-department .department-name .dx-texteditor-container{font-family:"Sabon MT W01 Regular",serif;font-size:clamp(1.75rem,3vh,45px);line-height:normal;color:inherit;word-break:initial}.organization-department .department-name h2::first-letter,.organization-department .department-name .dx-texteditor-container::first-letter{text-transform:capitalize}@media screen and (max-width: 576px){.organization-department .department-name h2,.organization-department .department-name .dx-texteditor-container{font-size:1.5rem}}.organization-department hr{height:2px}.organization-department .section-toolbar{position:relative;display:flex;justify-content:space-between;margin:auto}.organization-department .department-personnel{display:flex;flex-direction:row;flex-wrap:wrap}.organization-department .map img{max-width:400px}
.modal-map.modal-dialog img{width:100%}.modal-map.modal-dialog .entry-information-map-location .address-details{margin-bottom:0}.modal-map.modal-dialog .entry-information-map-location .geo-map{margin-top:1rem}
.user-image-archive-masonry{display:flex;flex-wrap:wrap}.user-image-archive-masonry figure{cursor:pointer}.user-image-archive-masonry .masonry-wrapper .grid-sizer{width:300px}.user-image-archive-masonry .artwork-card.card .card-header,.user-image-archive-masonry .artwork-card.card .card-contents{display:none}.user-image-archive-masonry .social-button-wrapper{display:none}.user-image-archive-masonry .image-not-available{display:none}
.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none !important}.vjs-svg-icon:hover,.vjs-control:focus .vjs-svg-icon{filter:drop-shadow(0 0 0.25em #fff)}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");font-weight:normal;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.vjs-icon-play-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play-circle:before{content:""}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-spinner{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-spinner:before{content:""}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:""}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:""}.vjs-icon-hd{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-hd:before{content:""}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:""}.vjs-icon-downloading{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-downloading:before{content:""}.vjs-icon-file-download{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-file-download:before{content:""}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-file-download-done:before{content:""}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-file-download-off:before{content:""}.vjs-icon-share{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-share:before{content:""}.vjs-icon-cog{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cog:before{content:""}.vjs-icon-square{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-square:before{content:""}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:""}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-outline:before{content:""}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-inner-circle:before{content:""}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:""}.vjs-icon-repeat{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-repeat:before{content:""}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-5,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-replay-5:before,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-10,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-replay-10:before,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before{content:""}.vjs-icon-replay-30,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-replay-30:before,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-5,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-forward-5:before,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-10,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-forward-10:before,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before{content:""}.vjs-icon-forward-30,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-forward-30:before,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before{content:""}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:""}.vjs-icon-next-item{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-next-item:before{content:""}.vjs-icon-previous-item{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-previous-item:before{content:""}.vjs-icon-shuffle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-shuffle:before{content:""}.vjs-icon-cast{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cast:before{content:""}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-facebook{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-facebook:before{content:""}.vjs-icon-linkedin{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-linkedin:before{content:""}.vjs-icon-twitter{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-twitter:before{content:""}.vjs-icon-tumblr{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-tumblr:before{content:""}.vjs-icon-pinterest{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pinterest:before{content:""}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:""}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:normal;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100% !important;height:100% !important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100% !important;height:100% !important;padding-top:0 !important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:rgba(0,0,0,.7);padding:.5em;text-align:center;width:100%}.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,.vjs-layout-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none !important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block !important;opacity:1 !important;visibility:visible !important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0px auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-0.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%, -50%)}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;appearance:none}.video-js.vjs-spatial-navigation-enabled .vjs-button:focus{outline:.0625em solid #fff;box-shadow:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon,.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:bold;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js.vjs-spatial-navigation-enabled .vjs-control-bar{gap:1px}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex !important}.vjs-has-started .vjs-control-bar,.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none !important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em #fff}.video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder,.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-0.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none !important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-0.35em;right:-0.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em #fff;box-shadow:0 0 1em #fff}.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus{outline:.0625em solid #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-0.5em;left:-0.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-0.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-0.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-0.55em;transform:translateX(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control{display:flex}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js.vjs-force-center-align-cues .vjs-text-track-cue{text-align:center !important;width:80% !important}@supports not (inset: 10px){.video-js .vjs-text-track-display>div{top:0;right:0;bottom:0;left:0}}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0em}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:flex;justify-content:center;align-items:center;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:rgba(0,0,0,0);border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-0.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-0.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings{height:80%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports(display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0px 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:bold;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg, #fff 88%, rgb(115, 133, 159) 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg, #fff 88%, rgb(115, 133, 159) 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:rgba(0,0,0,.9);background:linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-title,.vjs-title-bar-description{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:bold;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5{cursor:pointer}.video-js .vjs-skip-forward-10{cursor:pointer}.video-js .vjs-skip-forward-30{cursor:pointer}.video-js .vjs-skip-backward-5{cursor:pointer}.video-js .vjs-skip-backward-10{cursor:pointer}.video-js .vjs-skip-backward-30{cursor:pointer}.video-js .vjs-transient-button{position:absolute;height:3em;display:flex;align-items:center;justify-content:center;background-color:rgba(50,50,50,.5);cursor:pointer;opacity:1;transition:opacity 1s}.video-js:not(.vjs-has-started) .vjs-transient-button{display:none}.video-js.not-hover .vjs-transient-button:not(.force-display),.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display){opacity:0}.video-js .vjs-transient-button span{padding:0 .5em}.video-js .vjs-transient-button.vjs-left{left:1em}.video-js .vjs-transient-button.vjs-right{right:1em}.video-js .vjs-transient-button.vjs-top{top:1em}.video-js .vjs-transient-button.vjs-near-top{top:4em}.video-js .vjs-transient-button.vjs-bottom{bottom:4em}.video-js .vjs-transient-button:hover{background-color:rgba(50,50,50,.9)}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}
.video-card[data-v-68fa9ece]{display:flex;flex-grow:1;margin:0;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#fff !important;background:#000 !important}.video-card .card-header-title[data-v-68fa9ece],.video-card .title[data-v-68fa9ece]{font-family:inherit;font-style:normal;font-weight:normal;font-size:inherit;color:#d4d4d4}.video-card h1[data-v-68fa9ece],.video-card h2[data-v-68fa9ece]{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:initial}.video-card .label[data-v-68fa9ece]{color:inherit}.video-card .card-media[data-v-68fa9ece]{flex-grow:1;overflow:hidden}.video-card .card-image[data-v-68fa9ece]{z-index:100;flex-grow:0;width:100%;height:250px}.video-card .card-image figure[data-v-68fa9ece]{height:inherit !important}.video-card .card-header[data-v-68fa9ece],.video-card .card-contents[data-v-68fa9ece]{z-index:4000;width:100% !important;color:#d4d4d4;background:#000}.video-card .card-header .title[data-v-68fa9ece],.video-card .card-contents .title[data-v-68fa9ece]{color:#d4d4d4}.video-card .card-header[data-v-68fa9ece]{flex-grow:0;padding:.375rem .5rem !important}.video-card .card-contents[data-v-68fa9ece]{flex-grow:2;justify-content:flex-start;padding:.5rem 1rem 1.5rem;color:inherit;background:#000}.video-card .card-contents>*[data-v-68fa9ece]:first-child{margin-top:0}.video-card .card-link[data-v-68fa9ece]{height:100% !important}.video-card .caption[data-v-68fa9ece],.video-card .ingress-text[data-v-68fa9ece],.video-card .article-links[data-v-68fa9ece]{margin:1.5rem 4rem 1.5rem 1rem}.video-card .caption[data-v-68fa9ece],.video-card .ingress-text[data-v-68fa9ece]{color:#d4d4d4}.video-card .caption[data-v-68fa9ece]{font-family:"Sabon Next W01 Bold",serif;font-weight:normal;font-size:1.25rem;line-height:1;letter-spacing:0px;color:#b9b9b9}.video-card .ingress-text[data-v-68fa9ece]{position:relative;max-height:280px;overflow:hidden;white-space:initial;min-height:80px;font-family:"Helvetica Neue LT W01_35 Thin",sans-serif !important;font-size:1.15rem;line-height:normal;letter-spacing:1px;color:#f3f3f3;white-space:initial}.video-card .ingress-text[data-v-68fa9ece]::after{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:2rem 0;text-align:center;content:" ";background-image:linear-gradient(to bottom, rgba(5, 5, 0, 0), rgb(125, 95, 0))}.video-card .social-button-wrapper[data-v-68fa9ece]{position:absolute;right:.5rem;bottom:.5rem;display:none;margin-left:auto}.video-card .social-button-wrapper .social.do-heart[data-v-68fa9ece]{cursor:not-allowed}.video-card .social-button-wrapper .material-design-icon[data-v-68fa9ece]{width:30px;height:30px}.video-card .placeholder.material-design-icon[data-v-68fa9ece]{position:absolute;top:75px;left:44%;width:64px;height:64px;color:#fff;background:radial-gradient(rgba(255, 22, 34, 0.85) 0%, rgba(221, 128, 22, 0.85));border-radius:32px}.video-card .failure[data-v-68fa9ece]{width:100%;text-align:center}.video-card .failure .material-design-icon[data-v-68fa9ece]{width:64px;height:64px;margin:2rem auto;color:#fff}.video-player[data-v-68fa9ece]{display:inline-flex;flex:1 0 auto;flex-direction:column;width:100%;height:inherit;padding:0;background:#000}.video-player .card-media[data-v-68fa9ece]{min-width:unset;max-width:unset;min-height:450px;overflow:initial}.video-player .card-media .video-js[data-v-68fa9ece]{width:100%;height:auto;background:#000;color:#fff}.video-player .failure[data-v-68fa9ece]{margin:1rem auto;text-align:center;color:#fff}
.article-links[data-v-2625edaa]{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:1rem}.article-links a[data-v-2625edaa]{display:block;margin:0 auto 0 0;padding:.5rem 0 .25rem 1rem}.article-links a[data-v-2625edaa],.article-links a[data-v-2625edaa]:hover{color:#9c59ac}.article-links a span.label[data-v-2625edaa]{font-size:20px;color:inherit !important}.article-links .category[data-v-2625edaa]{font-family:"Helvetica Neue LT W01_71488914",sans-serif;font-size:1rem}.article-links .link-category[data-v-2625edaa]{margin-bottom:1rem}
.artwork-table-row{margin-bottom:1rem}.artwork-table-row.columns{flex-wrap:nowrap}.artwork-table-row.columns:last-child{margin-bottom:0}.artwork-table-row article{margin-bottom:0 !important}.artwork-table-row article figure.artwork{height:auto;max-height:inherit}.artwork-table-row article figure.artwork .image{width:auto;max-height:50vh;margin-left:auto}.artwork-table-row .artwork-details{text-align:right}.artwork-table-row .artwork-details article{margin-right:1rem}.artwork-table-row .artwork-details section,.artwork-table-row .artwork-details .last-modified{display:none}.artwork-table-row .artwork-details .image-subtext{margin-left:auto}.artwork-table-row .artwork-details .social-actions{justify-content:flex-end}.artwork-table-row .artwork-details .heart-count{margin:1rem 1rem 1rem 0}.artwork-table-row .artwork-details .social-timestamp{display:none;margin-right:1rem}.artwork-table-row .artwork-sidebar{margin-top:0 !important}.artwork-table-row .artwork-sidebar .actor-card .card-header-title{align-items:flex-start}.artwork-table-row .artwork-sidebar .actor-card .ingress-text{display:none}.artwork-table-row .artwork-sidebar .actor-card .nbsp-block{display:none}.artwork-table-row .artwork-sidebar .topic .title h1{margin-bottom:0 !important}@media(max-width: 950px){.artwork-table-row{flex-direction:column !important}.artwork-table-row .column.is-8{width:auto}.artwork-table-row .column.is-4{width:auto}.artwork-table-row article{max-height:unset;margin-right:0}.artwork-table-row .artwork-details{text-align:left}.artwork-table-row .artwork-details figure.artwork{margin-right:0}.artwork-table-row .artwork-details figure.artwork .image{width:auto;height:auto;max-width:100%;max-height:64vh;margin-left:0}.artwork-table-row .artwork-details .social-actions{justify-content:flex-start}.artwork-table-row .artwork-sidebar{margin-top:.75rem !important;margin-bottom:1.25rem}}.artwork-table-row .image-not-available{display:block;width:240px !important;margin-right:0;margin-left:auto}
.stacking-modes-toolbar{position:absolute;right:0;z-index:4000;display:inline-flex;flex-wrap:wrap;justify-content:flex-end;margin:0;margin-top:-1rem;margin-right:45px;margin-bottom:1rem;margin-left:auto}.stacking-modes-toolbar .stacking-option{display:table-cell;width:40px;height:40px;margin:0;margin-left:1rem;padding:4px;color:inherit}.stacking-modes-toolbar .stacking-option a{padding:0;color:inherit}.stacking-modes-toolbar .stacking-option .material-design-icon{display:block;width:32px !important;height:32px !important;cursor:pointer}.stacking-modes-toolbar .stacking-option .dx-checkbox-icon{width:24px !important;height:24px !important;margin:2px}.stacking-modes-toolbar .stacking-option span{display:inline-block}.stacking-modes-toolbar .stacking-option .label{font-size:.875rem}.stacking-modes-toolbar .stacking-option.active{padding:2px;border:2px solid #000;border-radius:4px}@media screen and (max-width: 960px){.stacking-modes-toolbar{position:initial;display:flex;margin-top:.25rem;margin-right:0;margin-bottom:.75rem}.stacking-modes-toolbar .stacking-option{margin-left:.85rem}}.stacking-modes-toolbar .disabled a{cursor:not-allowed}
.modal-confirm{text-align:center}
.user-file-library-details .dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-filemanager-item-selected[data-v-2e37e950]{background:#337ab7}.user-file-library-details .browse-files[data-v-2e37e950]{margin:.25rem 1rem;text-align:left}
.osm-external-links[data-v-61a43d44]{display:inline-flex;align-self:normal;width:auto}.osm-external-links .directions[data-v-61a43d44],.osm-external-links .street-view[data-v-61a43d44]{display:inline-flex;flex-direction:column;flex-grow:1;align-self:center;justify-content:center;justify-self:center;margin-left:2rem;text-align:center;text-transform:uppercase}@media screen and (max-width: 575px){.osm-external-links .directions[data-v-61a43d44],.osm-external-links .street-view[data-v-61a43d44]{flex-grow:0}}.osm-external-links .directions h4[data-v-61a43d44],.osm-external-links .street-view h4[data-v-61a43d44]{flex-grow:2;order:2;font-family:"Helvetica Neue LT W01_65 Md",sans-serif;font-weight:normal;font-size:.875rem}.osm-external-links .directions .links[data-v-61a43d44],.osm-external-links .street-view .links[data-v-61a43d44]{display:inline-flex;flex-grow:1;justify-content:space-around;order:1;height:42px}.osm-external-links .directions .links a[data-v-61a43d44],.osm-external-links .street-view .links a[data-v-61a43d44]{display:inline-flex;justify-content:center;color:#9c59ac}.osm-external-links .directions .material-design-icon[data-v-61a43d44],.osm-external-links .street-view .material-design-icon[data-v-61a43d44]{width:32px;height:32px;margin:0 1rem}.osm-external-links .directions[data-v-61a43d44]{flex-grow:1}
.osm-forward-search-result[data-v-28af4279]{display:flex;align-items:flex-start;padding-bottom:1rem;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.osm-forward-search-result .result-info[data-v-28af4279]{display:flex;flex-direction:column}.osm-forward-search-result .icon-taide-art[data-v-28af4279]{margin:.5rem .75rem .5rem 0}.osm-forward-search-result .semantics[data-v-28af4279]{display:flex;align-items:center;margin:1rem 0}.osm-forward-search-result .semantics img[data-v-28af4279]{margin:.25rem .5rem .25rem 0}.osm-forward-search-result .semantics .semantic-class[data-v-28af4279]{align-self:flex-end;margin-left:auto}.osm-forward-search-result.selected[data-v-28af4279]{font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;font-size:1.15rem;color:#363636}.osm-forward-search-result.not-selected[data-v-28af4279]{font-family:"Helvetica Neue LT W01_56 It",sans-serif;font-size:1rem;color:#757575}
/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
.image-cropper{display:block;max-height:70vh;overflow:visible}.image-cropper .cropper img{display:block;max-width:100%}.image-cropper.loading{overflow:hidden;background:gray}.image-cropper.loading .cropper{opacity:0}.image-cropper.loading .cropper img{opacity:0}
.organization-personnel-contact{width:21em;margin:1rem auto 4rem;font-family:"Helvetica Neue LT W01_55 Roman",sans-serif;color:#000}.organization-personnel-contact,.organization-personnel-contact .dx-texteditor-container,.organization-personnel-contact section.page-text{margin-bottom:1rem;font-size:1rem;line-height:normal;text-align:center}.organization-personnel-contact .contact-phone,.organization-personnel-contact .contact-phone .dx-texteditor-container,.organization-personnel-contact .contact-email,.organization-personnel-contact .contact-email .dx-texteditor-container{margin-top:.5rem;font-family:"Helvetica Neue LT W01_41488878",sans-serif}.organization-personnel-contact .img-wrapper{box-sizing:border-box;width:180px;height:180px;margin:0 auto;overflow:hidden;background-size:cover;border:4px double #5f5f5f;border-radius:120px;margin-bottom:1rem}.organization-personnel-contact img{display:block;width:180px;height:auto;margin:0 auto;background:#fff}
.file-manager-wrapper .upload-files[data-v-0e5dbe1e]{margin:.25rem 1rem;text-align:left}

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