@charset "UTF-8";
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*# sourceMappingURL=bootstrap-grid.min.css.map */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
* {
  box-sizing: inherit;
}
*::after {
  box-sizing: inherit;
}
*::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.mr-n1 {
  margin-right: -0.25rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.mr-n2 {
  margin-right: -0.5rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.mr-n3 {
  margin-right: -1rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.mr-n4 {
  margin-right: -1.5rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mr-n5 {
  margin-right: -3rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
@media (min-width: 600px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-xl-n3 {
    margin-right: -1rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-xl-n5 {
    margin-right: -3rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
html.mobile-browser .container {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
body .row,
body .flex-row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}
body .row.flex-row,
body .flex-row.flex-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  body .row.flex-row,
body .flex-row.flex-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
}
body .row [class^=col-],
body .row [class*=" col-"],
body .row [class^=flex-col],
body .row [class*=" flex-col-"],
body .flex-row [class^=col-],
body .flex-row [class*=" col-"],
body .flex-row [class^=flex-col],
body .flex-row [class*=" flex-col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}
body .row [class^=col-][class^=flex-col], body .row [class^=col-][class*=" flex-col-"],
body .row [class*=" col-"][class^=flex-col],
body .row [class*=" col-"][class*=" flex-col-"],
body .row [class^=flex-col][class^=flex-col],
body .row [class^=flex-col][class*=" flex-col-"],
body .row [class*=" flex-col-"][class^=flex-col],
body .row [class*=" flex-col-"][class*=" flex-col-"],
body .flex-row [class^=col-][class^=flex-col],
body .flex-row [class^=col-][class*=" flex-col-"],
body .flex-row [class*=" col-"][class^=flex-col],
body .flex-row [class*=" col-"][class*=" flex-col-"],
body .flex-row [class^=flex-col][class^=flex-col],
body .flex-row [class^=flex-col][class*=" flex-col-"],
body .flex-row [class*=" flex-col-"][class^=flex-col],
body .flex-row [class*=" flex-col-"][class*=" flex-col-"] {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
body .row [class^=col-][class^=flex-col].flex-col-1, body .row [class^=col-][class*=" flex-col-"].flex-col-1,
body .row [class*=" col-"][class^=flex-col].flex-col-1,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-1,
body .row [class^=flex-col][class^=flex-col].flex-col-1,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-1,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-1,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-1,
body .flex-row [class^=col-][class^=flex-col].flex-col-1,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-1,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-1,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-1,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-1,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-1,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-1,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-1 {
  flex-basis: 8.3333333333%;
}
body .row [class^=col-][class^=flex-col].flex-col-2, body .row [class^=col-][class*=" flex-col-"].flex-col-2,
body .row [class*=" col-"][class^=flex-col].flex-col-2,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-2,
body .row [class^=flex-col][class^=flex-col].flex-col-2,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-2,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-2,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-2,
body .flex-row [class^=col-][class^=flex-col].flex-col-2,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-2,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-2,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-2,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-2,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-2,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-2,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-2 {
  flex-basis: 16.6666666667%;
}
body .row [class^=col-][class^=flex-col].flex-col-3, body .row [class^=col-][class*=" flex-col-"].flex-col-3,
body .row [class*=" col-"][class^=flex-col].flex-col-3,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-3,
body .row [class^=flex-col][class^=flex-col].flex-col-3,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-3,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-3,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-3,
body .flex-row [class^=col-][class^=flex-col].flex-col-3,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-3,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-3,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-3,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-3,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-3,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-3,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-3 {
  flex-basis: 25%;
}
body .row [class^=col-][class^=flex-col].flex-col-4, body .row [class^=col-][class*=" flex-col-"].flex-col-4,
body .row [class*=" col-"][class^=flex-col].flex-col-4,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-4,
body .row [class^=flex-col][class^=flex-col].flex-col-4,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-4,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-4,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-4,
body .flex-row [class^=col-][class^=flex-col].flex-col-4,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-4,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-4,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-4,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-4,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-4,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-4,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-4 {
  flex-basis: 33.3333333333%;
}
body .row [class^=col-][class^=flex-col].flex-col-5, body .row [class^=col-][class*=" flex-col-"].flex-col-5,
body .row [class*=" col-"][class^=flex-col].flex-col-5,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-5,
body .row [class^=flex-col][class^=flex-col].flex-col-5,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-5,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-5,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-5,
body .flex-row [class^=col-][class^=flex-col].flex-col-5,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-5,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-5,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-5,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-5,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-5,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-5,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-5 {
  flex-basis: 41.6666666667%;
}
body .row [class^=col-][class^=flex-col].flex-col-6, body .row [class^=col-][class*=" flex-col-"].flex-col-6,
body .row [class*=" col-"][class^=flex-col].flex-col-6,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-6,
body .row [class^=flex-col][class^=flex-col].flex-col-6,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-6,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-6,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-6,
body .flex-row [class^=col-][class^=flex-col].flex-col-6,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-6,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-6,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-6,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-6,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-6,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-6,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-6 {
  flex-basis: 50%;
}
body .row [class^=col-][class^=flex-col].flex-col-7, body .row [class^=col-][class*=" flex-col-"].flex-col-7,
body .row [class*=" col-"][class^=flex-col].flex-col-7,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-7,
body .row [class^=flex-col][class^=flex-col].flex-col-7,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-7,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-7,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-7,
body .flex-row [class^=col-][class^=flex-col].flex-col-7,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-7,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-7,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-7,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-7,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-7,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-7,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-7 {
  flex-basis: 58.3333333333%;
}
body .row [class^=col-][class^=flex-col].flex-col-8, body .row [class^=col-][class*=" flex-col-"].flex-col-8,
body .row [class*=" col-"][class^=flex-col].flex-col-8,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-8,
body .row [class^=flex-col][class^=flex-col].flex-col-8,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-8,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-8,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-8,
body .flex-row [class^=col-][class^=flex-col].flex-col-8,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-8,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-8,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-8,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-8,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-8,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-8,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-8 {
  flex-basis: 66.6666666667%;
}
body .row [class^=col-][class^=flex-col].flex-col-9, body .row [class^=col-][class*=" flex-col-"].flex-col-9,
body .row [class*=" col-"][class^=flex-col].flex-col-9,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-9,
body .row [class^=flex-col][class^=flex-col].flex-col-9,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-9,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-9,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-9,
body .flex-row [class^=col-][class^=flex-col].flex-col-9,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-9,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-9,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-9,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-9,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-9,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-9,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-9 {
  flex-basis: 75%;
}
body .row [class^=col-][class^=flex-col].flex-col-10, body .row [class^=col-][class*=" flex-col-"].flex-col-10,
body .row [class*=" col-"][class^=flex-col].flex-col-10,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-10,
body .row [class^=flex-col][class^=flex-col].flex-col-10,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-10,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-10,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-10,
body .flex-row [class^=col-][class^=flex-col].flex-col-10,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-10,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-10,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-10,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-10,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-10,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-10,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-10 {
  flex-basis: 83.3333333333%;
}
body .row [class^=col-][class^=flex-col].flex-col-11, body .row [class^=col-][class*=" flex-col-"].flex-col-11,
body .row [class*=" col-"][class^=flex-col].flex-col-11,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-11,
body .row [class^=flex-col][class^=flex-col].flex-col-11,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-11,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-11,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-11,
body .flex-row [class^=col-][class^=flex-col].flex-col-11,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-11,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-11,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-11,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-11,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-11,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-11,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-11 {
  flex-basis: 91.6666666667%;
}
body .row [class^=col-][class^=flex-col].flex-col-12, body .row [class^=col-][class*=" flex-col-"].flex-col-12,
body .row [class*=" col-"][class^=flex-col].flex-col-12,
body .row [class*=" col-"][class*=" flex-col-"].flex-col-12,
body .row [class^=flex-col][class^=flex-col].flex-col-12,
body .row [class^=flex-col][class*=" flex-col-"].flex-col-12,
body .row [class*=" flex-col-"][class^=flex-col].flex-col-12,
body .row [class*=" flex-col-"][class*=" flex-col-"].flex-col-12,
body .flex-row [class^=col-][class^=flex-col].flex-col-12,
body .flex-row [class^=col-][class*=" flex-col-"].flex-col-12,
body .flex-row [class*=" col-"][class^=flex-col].flex-col-12,
body .flex-row [class*=" col-"][class*=" flex-col-"].flex-col-12,
body .flex-row [class^=flex-col][class^=flex-col].flex-col-12,
body .flex-row [class^=flex-col][class*=" flex-col-"].flex-col-12,
body .flex-row [class*=" flex-col-"][class^=flex-col].flex-col-12,
body .flex-row [class*=" flex-col-"][class*=" flex-col-"].flex-col-12 {
  flex-basis: 100%;
}
body .row.no-margin,
body .flex-row.no-margin {
  margin-right: 0;
  margin-left: 0;
}
body .row.no-margin > [class^=col-],
body .row.no-margin > [class*=" col-"],
body .row.no-margin > [class^=flex-col],
body .row.no-margin > [class*=" flex-col-"],
body .flex-row.no-margin > [class^=col-],
body .flex-row.no-margin > [class*=" col-"],
body .flex-row.no-margin > [class^=flex-col],
body .flex-row.no-margin > [class*=" flex-col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body .row.no-margin > [class^=col-] .row,
body .row.no-margin > [class*=" col-"] .row,
body .row.no-margin > [class^=flex-col] .row,
body .row.no-margin > [class*=" flex-col-"] .row,
body .flex-row.no-margin > [class^=col-] .row,
body .flex-row.no-margin > [class*=" col-"] .row,
body .flex-row.no-margin > [class^=flex-col] .row,
body .flex-row.no-margin > [class*=" flex-col-"] .row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}
body .row.no-margin > [class^=col-] .row [class^=col-],
body .row.no-margin > [class^=col-] .row [class*=" col-"],
body .row.no-margin > [class*=" col-"] .row [class^=col-],
body .row.no-margin > [class*=" col-"] .row [class*=" col-"],
body .row.no-margin > [class^=flex-col] .row [class^=col-],
body .row.no-margin > [class^=flex-col] .row [class*=" col-"],
body .row.no-margin > [class*=" flex-col-"] .row [class^=col-],
body .row.no-margin > [class*=" flex-col-"] .row [class*=" col-"],
body .flex-row.no-margin > [class^=col-] .row [class^=col-],
body .flex-row.no-margin > [class^=col-] .row [class*=" col-"],
body .flex-row.no-margin > [class*=" col-"] .row [class^=col-],
body .flex-row.no-margin > [class*=" col-"] .row [class*=" col-"],
body .flex-row.no-margin > [class^=flex-col] .row [class^=col-],
body .flex-row.no-margin > [class^=flex-col] .row [class*=" col-"],
body .flex-row.no-margin > [class*=" flex-col-"] .row [class^=col-],
body .flex-row.no-margin > [class*=" flex-col-"] .row [class*=" col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}
body .row.no-margin > [class^=col-] .row.no-margin,
body .row.no-margin > [class*=" col-"] .row.no-margin,
body .row.no-margin > [class^=flex-col] .row.no-margin,
body .row.no-margin > [class*=" flex-col-"] .row.no-margin,
body .flex-row.no-margin > [class^=col-] .row.no-margin,
body .flex-row.no-margin > [class*=" col-"] .row.no-margin,
body .flex-row.no-margin > [class^=flex-col] .row.no-margin,
body .flex-row.no-margin > [class*=" flex-col-"] .row.no-margin {
  margin-right: 0;
  margin-left: 0;
}
body .row.no-margin > [class^=col-] .row.no-margin [class^=col-],
body .row.no-margin > [class^=col-] .row.no-margin [class*=" col-"],
body .row.no-margin > [class*=" col-"] .row.no-margin [class^=col-],
body .row.no-margin > [class*=" col-"] .row.no-margin [class*=" col-"],
body .row.no-margin > [class^=flex-col] .row.no-margin [class^=col-],
body .row.no-margin > [class^=flex-col] .row.no-margin [class*=" col-"],
body .row.no-margin > [class*=" flex-col-"] .row.no-margin [class^=col-],
body .row.no-margin > [class*=" flex-col-"] .row.no-margin [class*=" col-"],
body .flex-row.no-margin > [class^=col-] .row.no-margin [class^=col-],
body .flex-row.no-margin > [class^=col-] .row.no-margin [class*=" col-"],
body .flex-row.no-margin > [class*=" col-"] .row.no-margin [class^=col-],
body .flex-row.no-margin > [class*=" col-"] .row.no-margin [class*=" col-"],
body .flex-row.no-margin > [class^=flex-col] .row.no-margin [class^=col-],
body .flex-row.no-margin > [class^=flex-col] .row.no-margin [class*=" col-"],
body .flex-row.no-margin > [class*=" flex-col-"] .row.no-margin [class^=col-],
body .flex-row.no-margin > [class*=" flex-col-"] .row.no-margin [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}
html, body {
  color: #000000;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
  text-transform: none;
}
h1 {
  font-size: 48.6px;
}
h1.jumbo,
h1 span.jumbo {
  font-size: 87.48px;
}
h2, h1.blog-title {
  font-size: 27px;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 43.35px;
  }
  h1.jumbo,
h1 span.jumbo {
    font-size: 73.695px;
  }

  h2, h1.blog-title {
    font-size: 25.5px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 33.75px;
  }
  h1.jumbo,
h1 span.jumbo {
    font-size: 50.625px;
  }

  h2, h1.blog-title {
    font-size: 22.5px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 25.35px;
  }
  h1.jumbo,
h1 span.jumbo {
    font-size: 32.955px;
  }

  h2, h1.blog-title {
    font-size: 19.5px;
  }
}
* a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
* a.c4close, * a.c4play {
  font-size: 22px;
  line-height: inherit;
}
* a:hover {
  color: #c32032;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
blockquote,
pre {
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
table:last-child,
blockquote:last-child,
pre:last-child {
  margin: 0px 0px 0px 0px;
}
h1,
h2,
h3,
h4 {
  color: inherit;
  font-weight: 400;
  line-height: 1.1em;
}
h1 {
  font-weight: 200;
  max-width: none;
}
h1.jumbo,
h1 span.jumbo {
  text-transform: uppercase;
  line-height: 0.9em;
}
h2 {
  font-weight: 200;
  text-transform: uppercase;
}
h3 {
  margin: 1.4rem 0px 0px 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
h3:first-child {
  margin: 0px 0px 0px 0px;
}
h4 {
  margin: 1.4rem 0px 0px 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
h4:first-child {
  margin: 0px 0px 0px 0px;
}
ul {
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 25px 0px;
}
ul.no-style, ul.no-style li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.padding-bottom, ul.padding-bottom > li {
  padding-bottom: 25px;
}
b,
.bold,
strong {
  font-weight: 600 !important;
}
.font-weight-normal {
  font-weight: 400;
}
.font-size-bigger {
  font-size: 1.3em;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: none !important;
}
.small-caps {
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.text-shadow {
  text-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
a {
  color: #8a2432;
  text-decoration: none;
}
i {
  position: relative;
  margin: 0 5px;
  font-size: 100%;
  line-height: 15px;
}
.text-dark {
  color: #000000;
}
.text-grey {
  color: #75787b;
}
.text-white {
  color: #ffffff;
}
.text-white.link {
  color: rgba(255, 255, 255, 0.6);
}
.text-white.link:hover {
  color: #ffffff;
}
.text-red {
  color: #8a2432 !important;
}
.text-gold {
  color: #9a7611 !important;
}
.text-platinum {
  color: #000 !important;
}
.text-pinnacle,
.text-diamond {
  color: #0071ce !important;
}
.text-authorized {
  color: #c32032 !important;
}
.text-success {
  color: #c5b92f !important;
}
.text-warning {
  color: #e7b538 !important;
}
.text-dark-red,
.text-danger {
  color: #8a2432 !important;
}
.chart-danger {
  color: #7f212d;
}
.chart-warn {
  color: #c4901d;
}
.chart-success {
  color: #778628;
}
.chart-unknown {
  color: #A3A4A5;
}
.text-autorenew {
  color: #49a0bf !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.small,
small {
  display: inline-block;
  color: #75787b;
  font-size: 12px;
  line-height: 18px;
}
.small.footnote,
small.footnote {
  display: block;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tags > a,
.tags .tag {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  height: 25px;
  color: #75787b;
  font-size: 12.30769px;
  line-height: 24px;
  background-color: #edeeee;
  border-radius: 13px;
}
.tags > aa:hover,
.tags .taga:hover {
  color: #c32032;
}
span.badge,
small.badge {
  margin-top: -2px;
  margin-left: 12.5px;
  height: calc(12px + 0.67em);
  width: calc(12px + 0.9em);
  color: #ffffff;
  font-size: 0.9em;
  font-style: normal;
  line-height: calc(12px + 0.7em);
  text-align: center;
  background-color: #8a2432;
  border-radius: calc(6px + 0.33em);
}
span.badge.grey,
small.badge.grey {
  background-color: #75787b;
}
blockquote {
  display: block;
  position: relative;
  margin: 25px 0px;
  padding: 0px 0px 0px 50px;
  color: #75787b;
  font-family: "Georgia", "Garamond Pro", "Palatino Linotype", "Book Antiqua";
  font-size: 15px;
  font-style: italic;
  line-height: 1.3em;
  border-left: 6px solid #f6921e;
}
blockquote:before {
  content: "“";
  position: absolute;
  left: 16px;
  top: 20px;
  color: #75787b;
  font-family: "Georgia", "Garamond Pro", "Palatino Linotype", "Book Antiqua";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
}
blockquote:after {
  content: "";
}
blockquote cite {
  display: block;
  margin-top: 12.5px;
  color: #75787b;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote cite:before {
  content: "— ";
}
pre,
code {
  display: block;
  padding: 25px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 17px;
  word-wrap: break-word;
  background-color: #424548;
  border-radius: 12.5px;
  overflow-x: scroll;
}
*::-moz-selection {
  color: #ffffff;
  background: #418fde;
}
*::selection {
  color: #ffffff;
  background: #418fde;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.strikethrough {
  text-decoration: line-through;
}
* {
  position: relative;
}
html.browser-is-flawed .flawed-z-correct {
  z-index: 1;
}
html.browser-is-flawed footer {
  z-index: 2;
}
html.browser-is-flawed .flawed-hidden {
  display: none;
}
no-br {
  white-space: nowrap;
}
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
}
a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.container {
  margin: 0 auto;
  padding: 0 25px;
}
.full-screen,
html:not(.mobile-browser) .full-screen-desktop {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.video-full-screen:not(.unfix) {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-full-screen.unfix {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.checkered.right .video-full-screen.unfix {
  left: auto;
  right: 0;
}
.block {
  display: block;
  width: 100%;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
body .hidden {
  display: none;
}
html.mobile-browser .mobile-hide {
  display: none;
  opacity: 0;
}
html:not(.mobile-browser) .desktop-hide {
  display: none;
  opacity: 0;
}
.relative {
  position: relative;
}
.fixed,
html:not(.mobile-browser) .fixed-desktop {
  position: fixed;
  top: 0;
  left: 0;
}
.absolute,
html:not(.mobile-browser) .absolute-desktop {
  position: absolute;
}
.absolute.fill,
html:not(.mobile-browser) .absolute-desktop.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.absolute.top,
html:not(.mobile-browser) .absolute-desktop.top {
  top: 0;
}
.absolute.right,
html:not(.mobile-browser) .absolute-desktop.right {
  right: 0;
}
.absolute.bottom,
html:not(.mobile-browser) .absolute-desktop.bottom {
  bottom: 0;
}
.absolute.left,
html:not(.mobile-browser) .absolute-desktop.left {
  left: 0;
}
.explicit-line-height {
  line-height: 15px;
}
.shadow {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.shadow-inset {
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.clickable {
  cursor: pointer;
}
.table-cell {
  display: table-cell;
}
.background {
  color: #ffffff;
  background-position: center center;
  background-size: cover;
}
.background-fit {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.background-bottom {
  background-position: center bottom;
}
a.background-hover {
  display: block;
  overflow: hidden;
}
a.background-hover .background {
  -webkit-transition: 3s;
  transition: 3s;
}
a.background-hover:hover .background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.vertically-center {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tile-label {
  display: block;
  height: 50px;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.618em;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a:hover .tile-label,
a.active .tile-label {
  color: #ffffff;
  background-color: #c32032;
}
#backgrounds {
  z-index: 0;
}
#page-backgrounds > div {
  z-index: -2;
}
.move-to-backgrounds {
  z-index: 0;
}
.black,
.black-half-opacity,
.darker-grey,
.dark-grey,
.medium-grey,
.dark-green,
.dark-blue,
.dark-red,
.dark-orange,
.grey {
  color: #ffffff;
}
.black h3,
.black-half-opacity h3,
.darker-grey h3,
.dark-grey h3,
.medium-grey h3,
.dark-green h3,
.dark-blue h3,
.dark-red h3,
.dark-orange h3,
.grey h3 {
  color: #ffffff;
}
.black p,
.black ul,
.black table,
.black-half-opacity p,
.black-half-opacity ul,
.black-half-opacity table,
.darker-grey p,
.darker-grey ul,
.darker-grey table,
.dark-grey p,
.dark-grey ul,
.dark-grey table,
.medium-grey p,
.medium-grey ul,
.medium-grey table,
.dark-green p,
.dark-green ul,
.dark-green table,
.dark-blue p,
.dark-blue ul,
.dark-blue table,
.dark-red p,
.dark-red ul,
.dark-red table,
.dark-orange p,
.dark-orange ul,
.dark-orange table,
.grey p,
.grey ul,
.grey table {
  color: rgba(255, 255, 255, 0.6);
}
.black p a,
.black ul a,
.black table a,
.black-half-opacity p a,
.black-half-opacity ul a,
.black-half-opacity table a,
.darker-grey p a,
.darker-grey ul a,
.darker-grey table a,
.dark-grey p a,
.dark-grey ul a,
.dark-grey table a,
.medium-grey p a,
.medium-grey ul a,
.medium-grey table a,
.dark-green p a,
.dark-green ul a,
.dark-green table a,
.dark-blue p a,
.dark-blue ul a,
.dark-blue table a,
.dark-red p a,
.dark-red ul a,
.dark-red table a,
.dark-orange p a,
.dark-orange ul a,
.dark-orange table a,
.grey p a,
.grey ul a,
.grey table a {
  color: #ffffff;
}
.black p a:hover,
.black ul a:hover,
.black table a:hover,
.black-half-opacity p a:hover,
.black-half-opacity ul a:hover,
.black-half-opacity table a:hover,
.darker-grey p a:hover,
.darker-grey ul a:hover,
.darker-grey table a:hover,
.dark-grey p a:hover,
.dark-grey ul a:hover,
.dark-grey table a:hover,
.medium-grey p a:hover,
.medium-grey ul a:hover,
.medium-grey table a:hover,
.dark-green p a:hover,
.dark-green ul a:hover,
.dark-green table a:hover,
.dark-blue p a:hover,
.dark-blue ul a:hover,
.dark-blue table a:hover,
.dark-red p a:hover,
.dark-red ul a:hover,
.dark-red table a:hover,
.dark-orange p a:hover,
.dark-orange ul a:hover,
.dark-orange table a:hover,
.grey p a:hover,
.grey ul a:hover,
.grey table a:hover {
  color: #c32032;
}
.white,
.white-half-opacity,
.light-grey,
.light-green {
  color: #000000;
}
body .white {
  background-color: #ffffff;
}
body .white-half-opacity {
  background-color: rgba(255, 255, 255, 0.6);
}
body .white-opaque {
  background-color: rgba(255, 255, 255, 0.9);
}
body .black-half-opacity {
  background-color: rgba(0, 0, 0, 0.6);
}
body .light-grey {
  background-color: #edeeee;
  color: #000000;
}
body .grey,
body .medium-grey {
  background-color: #989a9c;
}
body .black {
  background-color: #000000;
}
body .dark-grey {
  background-color: #424548;
}
body .darker-grey {
  background-color: #35363a;
}
body .alert,
body .growl-container > .growl-item.alert {
  padding: 25px 25px 25px 75px;
  margin-bottom: 25px;
  min-height: 75px;
  background-color: #ffffff;
  border: 1px solid #edeeee;
}
body .alert::before,
body .growl-container > .growl-item.alert::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 50px;
}
body .alert::after,
body .growl-container > .growl-item.alert::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -25px;
  top: 50%;
  left: 0px;
  height: 50px;
  width: 50px;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
body .alert.alert-info::before,
body .growl-container > .growl-item.alert.alert-info::before {
  background-color: #3083a2;
}
body .alert.alert-info::after,
body .growl-container > .growl-item.alert.alert-info::after {
  content: "";
}
body .alert.alert-info a:not(.c4btn):not(:hover),
body .growl-container > .growl-item.alert.alert-info a:not(.c4btn):not(:hover) {
  color: #3083a2;
}
body .alert.alert-success::before,
body .growl-container > .growl-item.alert.alert-success::before {
  background-color: #c5b92f;
}
body .alert.alert-success::after,
body .growl-container > .growl-item.alert.alert-success::after {
  content: "";
}
body .alert.alert-success a:not(.c4btn):not(:hover),
body .growl-container > .growl-item.alert.alert-success a:not(.c4btn):not(:hover) {
  color: #c5b92f;
}
body .alert.alert-warning::before,
body .growl-container > .growl-item.alert.alert-warning::before {
  background-color: #e7b538;
}
body .alert.alert-warning::after,
body .growl-container > .growl-item.alert.alert-warning::after {
  content: "";
}
body .alert.alert-warning a:not(.c4btn):not(:hover),
body .growl-container > .growl-item.alert.alert-warning a:not(.c4btn):not(:hover) {
  color: #e7b538;
}
body .alert.alert-danger::before,
body .growl-container > .growl-item.alert.alert-danger::before {
  background-color: #8a2432;
}
body .alert.alert-danger::after,
body .growl-container > .growl-item.alert.alert-danger::after {
  content: "";
}
body .alert.alert-danger a:not(.c4btn):not(:hover),
body .growl-container > .growl-item.alert.alert-danger a:not(.c4btn):not(:hover) {
  color: #8a2432;
}
body .no-padding,
body .reset-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
body .padding,
body .half-padding {
  padding: 25px;
}
body .quarter-padding-top {
  padding-top: 12.5px;
}
body .quarter-padding-bottom {
  padding-bottom: 12.5px;
}
body .padding-top {
  padding-top: 75px;
}
body .padding-bottom {
  padding-bottom: 75px;
}
body .half-padding-top {
  padding-top: 25px !important;
}
body .half-padding-bottom {
  padding-bottom: 25px !important;
}
body .padding-left {
  padding-left: 75px;
}
body .padding-right {
  padding-right: 75px;
}
body .half-padding-left {
  padding-left: 25px !important;
}
body .half-padding-right {
  padding-right: 25px !important;
}
body .reset-margin,
body .no-margin {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
body .margin {
  margin: 75px;
}
body .half-margin {
  margin: 25px;
}
body .margin-top {
  margin-top: 75px;
}
body .margin-bottom {
  margin-bottom: 75px;
}
body .half-margin-top {
  margin-top: 25px;
}
body .half-margin-bottom,
body .margin-bottom-sm {
  margin-bottom: 25px;
}
body .margin-bottom-xs {
  margin-bottom: 12.5px;
}
img {
  max-width: 100%;
}
div.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 300px;
}
@media (min-width: 1200px) {
  div.page-header {
    background-size: 100% auto;
  }
}
.border-bottom:not(:last-child) {
  border-bottom: 1px solid #eee;
}
html.mobile-browser div.page-header,
html.browser-is-flawed div.page-header {
  background-attachment: scroll;
}
div.pagination {
  line-height: calc(2 * 25px - 2px);
  text-align: right;
}
div.pagination ul {
  height: 50px;
  width: auto;
  padding: 0 20px;
  margin: 0 0 12.5px 0;
  display: inline-block;
  list-style: none;
  margin: auto;
}
div.pagination ul li {
  list-style: none;
  display: inline-block;
  padding: 0 3px 0 3px;
}
div.pagination ul li a:not(:hover) {
  color: #75787b;
}
div.pagination ul li.active a {
  font-weight: 600;
}
div.pagination ul li.active a:not(:hover) {
  color: #000000;
}
.aspect:before {
  content: "";
  display: block;
  overflow: hidden;
}
.aspect.one-to-one:before {
  padding-top: 100%;
  /* This height will actually relate to the width of the box 1:1 aspect ratio */
}
.aspect.four-to-three:before {
  padding-top: 75%;
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
}
.aspect.two-to-one:before {
  padding-top: 50%;
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
}
.aspect.four-to-one:before {
  padding-top: 25%;
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
}
.aspect.magazine:before {
  padding-top: 127%;
  /* This height will actually relate to the width of the box 2:1 aspect ratio */
}
.aspect.video:before {
  padding-top: 56.25%;
}
.clearfix:after, .content-boundary:after, .columns:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.checkered {
  position: relative;
}
.checkered.left .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.checkered.right .background {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .checkered.left .background, .checkered.right .background {
    position: static;
    height: 550px;
    width: 100%;
  }
}
* html .clearfix, * html .content-boundary, * html .columns {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix, *:first-child + html .content-boundary, *:first-child + html .columns {
  zoom: 1;
}
/* IE7 */
ul.inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.inline li {
  margin-right: 0px;
  display: inline;
}
ul.rollover-list {
  margin: 25px 0px;
  padding: 0px;
}
ul.rollover-list li[data-hide-and-show-hover],
ul.rollover-list li[c4HoverToggle] {
  list-style: none;
  padding: 0px 25px;
  color: #35363a;
  line-height: 35px;
  background-color: #ddddde;
  cursor: default;
}
ul.rollover-list li[data-hide-and-show-hover]:first-child,
ul.rollover-list li[c4HoverToggle]:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ul.rollover-list li[data-hide-and-show-hover]:last-child,
ul.rollover-list li[c4HoverToggle]:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.rollover-list li[data-hide-and-show-hover]:hover, ul.rollover-list li[data-hide-and-show-hover].active,
ul.rollover-list li[c4HoverToggle]:hover,
ul.rollover-list li[c4HoverToggle].active {
  color: #35363a;
  background-color: #babbbd;
}
@media (min-width: 600px) {
  ul.rollover-list {
    margin: 25px -200px 25px 0px;
  }
  ul.rollover-list.right {
    margin: 25px 0px 25px -200px;
  }
  ul.rollover-list.right li[data-hide-and-show-hover],
ul.rollover-list.right li[c4HoverToggle] {
    padding-left: 200px;
    text-align: right;
  }
}
ul.rollover-display {
  padding: 0;
  margin: 0;
  z-index: 1;
}
ul.rollover-display li {
  list-style: none;
}
.c4play {
  position: relative;
  min-height: 75px;
  min-width: 75px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  cursor: pointer;
}
.c4play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75px;
  width: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 25px;
  color: #ffffff;
  line-height: 75px;
  text-align: center;
  z-index: 1;
}
.c4play:hover {
  background-color: #c32032;
}
.c4down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -37.5px;
  display: block;
  height: 75px;
  width: 75px;
  cursor: pointer;
}
.c4down.inline {
  display: inline-block;
}
.c4down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 75px;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 75px;
  text-align: center;
  z-index: 1;
}
.c4down:hover::before {
  color: #ffffff;
}
.c4close {
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;
  border-bottom: none;
  z-index: 2;
  cursor: pointer;
}
.c4close::before {
  content: "";
  color: #75787b;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  z-index: 1;
}
.c4close:hover::before {
  color: #c32032;
}
.c4status {
  height: 50px;
  width: 50px;
  line-height: inherit;
  text-align: center;
  border-radius: 50%;
}
.c4status::before {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 25px;
  line-height: 51px;
}
.c4status-success {
  background-color: #c5b92f;
}
.c4status-success::before {
  content: "";
}
.c4status-warning {
  background-color: #e7b538;
}
.c4status-warning::before {
  content: "";
}
.c4status-error {
  background-color: #8a2432;
}
.c4status-error::before {
  content: "";
}
.c4status-autorenew {
  background-color: #49a0bf;
}
.c4status-autorenew::before {
  content: "";
}
.status-icon {
  line-height: 0;
}
.post-content iframe.wistia_embed {
  margin-left: -30px;
}
.c4-slide {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s linear, z-index 0.5s step-end;
  transition: opacity 0.5s linear, z-index 0.5s step-end;
}
.c4-slide.show {
  opacity: 1;
  z-index: 0;
  -webkit-transition: opacity 0.5s linear, z-index 0.5s step-start;
  transition: opacity 0.5s linear, z-index 0.5s step-start;
}
.product-img {
  height: 400px;
}
.product-img .slider {
  background: #fff;
}
.product-img .slider:hover .slider-arrow {
  color: rgba(151, 153, 155, 0.3);
}
.product-img .slider:hover .slider-arrow:hover {
  color: rgba(151, 153, 155, 0.8);
}
.product-img .slider .c4-slide .slide-img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-img .slider ul.dots {
  bottom: -20px;
}
.slider-arrow {
  color: transparent;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  display: block;
}
.slider-arrow-left {
  left: 15px;
}
.slider-arrow.right {
  right: 15px;
}
.slider {
  background: #333;
}
.slider ul.dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1000;
}
.slider ul.dots li {
  display: inline;
  margin: 0px 5px;
  list-style: none;
  font-size: 0;
}
.slider ul.dots li button {
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  font-size: 0px;
  line-height: 0;
  background-color: rgba(151, 153, 155, 0.5);
  border: 0 none;
  border-radius: 50%;
}
.slider ul.dots li.active button, div.slider ul.dots li button:hover {
  background-color: #f6f6f7;
}
div.slick-track {
  position: absolute;
  width: 100% !important;
}
div.slider .slide {
  position: absolute !important;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
}
div.slider .slick-list {
  height: 350px !important;
}
div.slider .slide.text-white {
  color: #fff;
}
div.slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.slider .slide.takeover {
  height: 500px;
}
div.slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  z-index: 1;
}
div.slider:hover .slick-arrow {
  color: rgba(151, 153, 155, 0.3);
}
div.slider .slick-arrow:hover {
  color: rgba(151, 153, 155, 0.8);
}
div.slider .slick-arrow.slick-prev {
  left: 15px;
}
div.slider .slick-arrow.slick-next {
  right: 15px;
}
div.slider ul.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1000;
}
div.slider ul.slick-dots li {
  display: inline;
  margin: 0px 5px;
  list-style: none;
  font-size: 0;
}
div.slider ul.slick-dots li button {
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  font-size: 0px;
  line-height: 0;
  background-color: rgba(151, 153, 155, 0.5);
  border: 0 none;
  border-radius: 50%;
}
div.slider ul.slick-dots li.slick-active button,
div.slider ul.slick-dots li button:hover {
  background-color: #f6f6f7;
}
.background-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner {
  height: 400px;
  color: #fff;
  background-position: center center;
  background-size: cover;
}
.sub-banner {
  height: 200px;
  color: #fff;
  background-position: center center;
  background-size: cover;
}
/* Remove the blue outline! */
.slide.slick-slide.slick-current.slick-active:focus,
div.slider .slide:focus {
  outline: none;
}
progress[value]::-webkit-progress-value {
  background-color: #53565a;
}
.accordion {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.accordion-item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  z-index: 1;
}
.accordion-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.accordion-item:hover {
  background-color: rgba(195, 32, 50, 0.8);
  cursor: pointer;
}
.accordion-item:hover h3.hidden {
  display: inline-block;
}
.accordion i.fa.fa-plus,
.accordion #exit-accordion i.fa.fa-times,
.accordion i.fal.fa-plus,
.accordion #exit-accordion i.fal.fa-times {
  border: 1px solid #FFF;
  border-radius: 28px;
  padding: 18px;
  margin-right: 12.5px;
  z-index: 2;
}
.accordion-item:hover i.fa.fa-plus,
div#exit-accordion:hover i.fa.fa-times,
.accordion-item:hover i.fal.fa-plus,
div#exit-accordion:hover i.fal.fa-times {
  border: none;
  background-color: #fff;
}
.accordion-item:hover i.fal.fa-plus:before,
div#exit-accordion:hover i.fal.fa-times:before {
  color: #8a878a;
}
.accordion-item span {
  opacity: 0;
}
.accordion-item:hover span {
  opacity: 1;
}
.accordion-item.active {
  -webkit-box-flex: 5;
          flex-grow: 5;
}
.accordion-item.active:hover {
  background-color: transparent;
}
.accordion-item.active h3.hidden,
.accordion-item.active p.hidden,
.accordion-item.active .row.hidden,
.accordion.active .accordion-item:hover.active h3.hidden {
  display: block;
}
.accordion.active .accordion-item i.fa.fa-plus,
.accordion.active .accordion-item i.fal.fa-plus,
.accordion.active .accordion-item span,
.accordion.active .accordion-item:hover h3.hidden {
  display: none;
}
.accordion.active #exit-accordion.hidden {
  display: block;
  top: 100px;
  left: 50%;
}
@media (min-width: 801px) {
  .accordion-item {
    min-height: 100vh;
  }

  .accordion-item .padding {
    height: 350px;
  }

  .accordion.active .accordion-item .padding {
    height: 500px;
  }

  .accordion.active .accordion-item.active .padding {
    height: 300px;
  }

  .accordion.active .accordion-item.active h2 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    float: none;
    width: 100%;
    left: 0px;
  }

  .accordion.active .accordion-item h2 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    float: left;
    width: 100vh;
    -webkit-transform-origin: left;
            transform-origin: left;
    left: 50%;
  }
}
@media (max-width: 800px) {
  .accordion,
.accordion.full-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: calc(100vh + 200px) !important;
    background-position: center right;
  }

  .accordion-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .accordion-item:hover {
    background-color: transparent;
  }

  .accordion-item h2,
.accordion-item h3 {
    margin-bottom: 12.5px;
  }

  .accordion-item div.absolute {
    position: relative;
  }

  .accordion.active .accordion-item h3.hidden,
.accordion.active #exit-accordion.hidden {
    display: none;
  }

  .accordion-item.active {
    -webkit-box-flex: 8;
            flex-grow: 8;
  }

  .accordion.active .accordion-item.active h2,
.accordion.active .accordion-item h2 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .accordion i.fa.fa-plus,
.accordion i.fal.fa-plus {
    padding: 14px;
  }
}
.iteractive-slider.full-screen,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop {
  min-height: 100vh !important;
  width: 100vw !important;
  overflow: hidden;
}
.iteractive-slider.full-screen .slider-controls,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slider-controls {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.iteractive-slider.full-screen .slider-controls a[data-slick-slide] > div,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slider-controls a[data-slick-slide] > div {
  opacity: 0.7;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.iteractive-slider.full-screen .slider-controls a[data-slick-slide]:hover > div,
.iteractive-slider.full-screen .slider-controls a[data-slick-slide].active > div,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slider-controls a[data-slick-slide]:hover > div,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slider-controls a[data-slick-slide].active > div {
  opacity: 1;
  background-color: rgba(195, 32, 50, 0.8);
  border: 1px solid transparent;
}
.iteractive-slider.full-screen .slider-controls a div,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slider-controls a div {
  display: inline-block;
  height: 100%;
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.iteractive-slider.full-screen .black p,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .black p {
  color: #fff;
}
@media (max-width: 1300px) {
  .iteractive-slider.full-screen .slide .vertically-center,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slide .vertically-center {
    width: calc(100vw - 70px);
  }
}
@media (max-width: 480px) {
  .iteractive-slider.full-screen .full-screen.black,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .full-screen.black {
    border: none !important;
  }
  .iteractive-slider.full-screen .slide .vertically-center,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slide .vertically-center {
    top: 50%;
    width: calc(100vw - 70px);
  }
  .iteractive-slider.full-screen .slide h3,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slide h3 {
    font-size: 1.1em;
  }
  .iteractive-slider.full-screen .slide.bg-position-left,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slide.bg-position-left {
    background-position: center left !important;
  }
  .iteractive-slider.full-screen .slide.bg-position-right,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slide.bg-position-right {
    background-position: center right !important;
  }
  .iteractive-slider.full-screen .slider-controls a div,
html:not(.mobile-browser) .iteractive-slider.full-screen-desktop .slider-controls a div {
    max-height: 80px;
    max-width: 80px;
  }
}
table.table {
  width: 100%;
  border-spacing: 0;
}
table.table thead tr th {
  padding: 12.5px;
  font-weight: 600;
  text-align: left;
  border-bottom: none;
}
table.table tbody tr td {
  padding: 12.5px;
  border-top: 1px solid #dedede;
}
table.table.table-hover tbody tr:hover {
  background-color: rgba(128, 128, 128, 0.2);
}
div.table .head > div.row, div.table .head > .row,
.table .head > div.row,
.table .head > .row {
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.table .head > div.row > div[class^=col-], div.table .head > .row > div[class^=col-],
.table .head > div.row > div[class^=col-],
.table .head > .row > div[class^=col-] {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.table > div.row,
div.table > .row,
div.table > .row > .row,
div.table .body > div.row,
div.table .body > .row,
div.table .body > .row > .row,
.table > div.row,
.table > .row,
.table > .row > .row,
.table .body > div.row,
.table .body > .row,
.table .body > .row > .row {
  margin-left: 0;
  margin-right: 0;
  min-height: 50px;
}
div.table > div.row:not(:last-child),
div.table > .row:not(:last-child),
div.table > .row > .row:not(:last-child),
div.table .body > div.row:not(:last-child),
div.table .body > .row:not(:last-child),
div.table .body > .row > .row:not(:last-child),
.table > div.row:not(:last-child),
.table > .row:not(:last-child),
.table > .row > .row:not(:last-child),
.table .body > div.row:not(:last-child),
.table .body > .row:not(:last-child),
.table .body > .row > .row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
div.table > div.row > div[class^=col-],
div.table > .row > div[class^=col-],
div.table > .row > .row > div[class^=col-],
div.table .body > div.row > div[class^=col-],
div.table .body > .row > div[class^=col-],
div.table .body > .row > .row > div[class^=col-],
.table > div.row > div[class^=col-],
.table > .row > div[class^=col-],
.table > .row > .row > div[class^=col-],
.table .body > div.row > div[class^=col-],
.table .body > .row > div[class^=col-],
.table .body > .row > .row > div[class^=col-] {
  padding: 12px 0;
  text-overflow: ellipsis;
}
div.table > div.row > div[class^=col-] > div.row,
div.table > .row > div[class^=col-] > div.row,
div.table > .row > .row > div[class^=col-] > div.row,
div.table .body > div.row > div[class^=col-] > div.row,
div.table .body > .row > div[class^=col-] > div.row,
div.table .body > .row > .row > div[class^=col-] > div.row,
.table > div.row > div[class^=col-] > div.row,
.table > .row > div[class^=col-] > div.row,
.table > .row > .row > div[class^=col-] > div.row,
.table .body > div.row > div[class^=col-] > div.row,
.table .body > .row > div[class^=col-] > div.row,
.table .body > .row > .row > div[class^=col-] > div.row {
  margin: 0 -12.5px;
}
div.table > div.row > div[class^=col-] > div.row > div[class^=col-],
div.table > .row > div[class^=col-] > div.row > div[class^=col-],
div.table > .row > .row > div[class^=col-] > div.row > div[class^=col-],
div.table .body > div.row > div[class^=col-] > div.row > div[class^=col-],
div.table .body > .row > div[class^=col-] > div.row > div[class^=col-],
div.table .body > .row > .row > div[class^=col-] > div.row > div[class^=col-],
.table > div.row > div[class^=col-] > div.row > div[class^=col-],
.table > .row > div[class^=col-] > div.row > div[class^=col-],
.table > .row > .row > div[class^=col-] > div.row > div[class^=col-],
.table .body > div.row > div[class^=col-] > div.row > div[class^=col-],
.table .body > .row > div[class^=col-] > div.row > div[class^=col-],
.table .body > .row > .row > div[class^=col-] > div.row > div[class^=col-] {
  padding: 0;
  padding-top: 0;
  padding-right: 12.5px;
  padding-bottom: 0;
  padding-left: 12.5px;
}
div.table > div.row > div[class^=col-] > div.row.no-margin,
div.table > .row > div[class^=col-] > div.row.no-margin,
div.table > .row > .row > div[class^=col-] > div.row.no-margin,
div.table .body > div.row > div[class^=col-] > div.row.no-margin,
div.table .body > .row > div[class^=col-] > div.row.no-margin,
div.table .body > .row > .row > div[class^=col-] > div.row.no-margin,
.table > div.row > div[class^=col-] > div.row.no-margin,
.table > .row > div[class^=col-] > div.row.no-margin,
.table > .row > .row > div[class^=col-] > div.row.no-margin,
.table .body > div.row > div[class^=col-] > div.row.no-margin,
.table .body > .row > div[class^=col-] > div.row.no-margin,
.table .body > .row > .row > div[class^=col-] > div.row.no-margin {
  margin: 0;
}
div.table > div.row > div[class^=col-] > div.row.no-margin > div[class^=col-],
div.table > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
div.table > .row > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
div.table .body > div.row > div[class^=col-] > div.row.no-margin > div[class^=col-],
div.table .body > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
div.table .body > .row > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
.table > div.row > div[class^=col-] > div.row.no-margin > div[class^=col-],
.table > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
.table > .row > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
.table .body > div.row > div[class^=col-] > div.row.no-margin > div[class^=col-],
.table .body > .row > div[class^=col-] > div.row.no-margin > div[class^=col-],
.table .body > .row > .row > div[class^=col-] > div.row.no-margin > div[class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
div.table.table-sm .body > div.row,
.table.table-sm .body > div.row {
  min-height: 32.5px;
}
div.table.table-sm .body > div.row > div[class^=col-],
.table.table-sm .body > div.row > div[class^=col-] {
  padding: 5px 0 4px 0;
}
div.table.table-hover > div.row:hover,
div.table.table-hover .body > div.row:hover,
.table.table-hover > div.row:hover,
.table.table-hover .body > div.row:hover {
  background-color: rgba(41, 28, 28, 0.2) !important;
}
div.table.table-small div.row {
  min-height: 37.5px;
}
body form:not(.no-margin),
body .form:not(.no-margin) {
  margin-bottom: calc(1em - 10px);
}
body form .row,
body .form .row {
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
}
body form .row .col-1, body form .row .col-sm-1, body form .row .col-md-1, body form .row .col-lg-1, body form .row .col-2, body form .row .col-sm-2, body form .row .col-md-2, body form .row .col-lg-2, body form .row .col-3, body form .row .col-sm-3, body form .row .col-md-3, body form .row .col-lg-3, body form .row .col-4, body form .row .col-sm-4, body form .row .col-md-4, body form .row .col-lg-4, body form .row .col-5, body form .row .col-sm-5, body form .row .col-md-5, body form .row .col-lg-5, body form .row .col-6, body form .row .col-sm-6, body form .row .col-md-6, body form .row .col-lg-6, body form .row .col-7, body form .row .col-sm-7, body form .row .col-md-7, body form .row .col-lg-7, body form .row .col-8, body form .row .col-sm-8, body form .row .col-md-8, body form .row .col-lg-8, body form .row .col-9, body form .row .col-sm-9, body form .row .col-md-9, body form .row .col-lg-9, body form .row .col-10, body form .row .col-sm-10, body form .row .col-md-10, body form .row .col-lg-10, body form .row .col-11, body form .row .col-sm-11, body form .row .col-md-11, body form .row .col-lg-11, body form .row .col-12, body form .row .col-sm-12, body form .row .col-md-12, body form .row .col-lg-12,
body .form .row .col-1,
body .form .row .col-sm-1,
body .form .row .col-md-1,
body .form .row .col-lg-1,
body .form .row .col-2,
body .form .row .col-sm-2,
body .form .row .col-md-2,
body .form .row .col-lg-2,
body .form .row .col-3,
body .form .row .col-sm-3,
body .form .row .col-md-3,
body .form .row .col-lg-3,
body .form .row .col-4,
body .form .row .col-sm-4,
body .form .row .col-md-4,
body .form .row .col-lg-4,
body .form .row .col-5,
body .form .row .col-sm-5,
body .form .row .col-md-5,
body .form .row .col-lg-5,
body .form .row .col-6,
body .form .row .col-sm-6,
body .form .row .col-md-6,
body .form .row .col-lg-6,
body .form .row .col-7,
body .form .row .col-sm-7,
body .form .row .col-md-7,
body .form .row .col-lg-7,
body .form .row .col-8,
body .form .row .col-sm-8,
body .form .row .col-md-8,
body .form .row .col-lg-8,
body .form .row .col-9,
body .form .row .col-sm-9,
body .form .row .col-md-9,
body .form .row .col-lg-9,
body .form .row .col-10,
body .form .row .col-sm-10,
body .form .row .col-md-10,
body .form .row .col-lg-10,
body .form .row .col-11,
body .form .row .col-sm-11,
body .form .row .col-md-11,
body .form .row .col-lg-11,
body .form .row .col-12,
body .form .row .col-sm-12,
body .form .row .col-md-12,
body .form .row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
body form .row.no-margin,
body .form .row.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
body form .row.half-margin-top-i,
body .form .row.half-margin-top-i {
  margin-top: 25px !important;
}
body form .row.half-margin-bottom-i,
body .form .row.half-margin-bottom-i {
  margin-bottom: 25px !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),
body textarea,
body select,
body select option,
body button,
body a.c4btn,
body .bubble-filter-input {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%;
  padding: 0 12.5px;
  margin: 0 0 10px 0;
  color: #000000;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-indent: 0;
  background-color: #e8e8e8;
  border-color: transparent;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).no-margin,
body textarea.no-margin,
body select.no-margin,
body select option.no-margin,
body button.no-margin,
body a.c4btn.no-margin,
body .bubble-filter-input.no-margin {
  margin: 0 0 0 0;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).no-border-radius-left,
body textarea.no-border-radius-left,
body select.no-border-radius-left,
body select option.no-border-radius-left,
body button.no-border-radius-left,
body a.c4btn.no-border-radius-left,
body .bubble-filter-input.no-border-radius-left {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).no-border-radius-right,
body textarea.no-border-radius-right,
body select.no-border-radius-right,
body select option.no-border-radius-right,
body button.no-border-radius-right,
body a.c4btn.no-border-radius-right,
body .bubble-filter-input.no-border-radius-right {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).no-border-radius-top,
body textarea.no-border-radius-top,
body select.no-border-radius-top,
body select option.no-border-radius-top,
body button.no-border-radius-top,
body a.c4btn.no-border-radius-top,
body .bubble-filter-input.no-border-radius-top {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).no-border-radius-bottom,
body textarea.no-border-radius-bottom,
body select.no-border-radius-bottom,
body select option.no-border-radius-bottom,
body button.no-border-radius-bottom,
body a.c4btn.no-border-radius-bottom,
body .bubble-filter-input.no-border-radius-bottom {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body select option::-webkit-input-placeholder,
body button::-webkit-input-placeholder,
body a.c4btn::-webkit-input-placeholder,
body .bubble-filter-input::-webkit-input-placeholder {
  color: #3a3c3f;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):-moz-placeholder,
body textarea:-moz-placeholder,
body select:-moz-placeholder,
body select option:-moz-placeholder,
body button:-moz-placeholder,
body a.c4btn:-moz-placeholder,
body .bubble-filter-input:-moz-placeholder {
  color: #3a3c3f;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])::-moz-placeholder,
body textarea::-moz-placeholder,
body select::-moz-placeholder,
body select option::-moz-placeholder,
body button::-moz-placeholder,
body a.c4btn::-moz-placeholder,
body .bubble-filter-input::-moz-placeholder {
  color: #3a3c3f;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):-ms-input-placeholder,
body textarea:-ms-input-placeholder,
body select:-ms-input-placeholder,
body select option:-ms-input-placeholder,
body button:-ms-input-placeholder,
body a.c4btn:-ms-input-placeholder,
body .bubble-filter-input:-ms-input-placeholder {
  color: #3a3c3f;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).error:not(:focus), body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).ng-invalid:not(:focus),
body textarea.error:not(:focus),
body textarea.ng-invalid:not(:focus),
body select.error:not(:focus),
body select.ng-invalid:not(:focus),
body select option.error:not(:focus),
body select option.ng-invalid:not(:focus),
body button.error:not(:focus),
body button.ng-invalid:not(:focus),
body a.c4btn.error:not(:focus),
body a.c4btn.ng-invalid:not(:focus),
body .bubble-filter-input.error:not(:focus),
body .bubble-filter-input.ng-invalid:not(:focus) {
  color: #414245 !important;
  background-color: #fbe2a5 !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).error:not(:focus)::-webkit-input-placeholder, body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).ng-invalid:not(:focus)::-webkit-input-placeholder,
body textarea.error:not(:focus)::-webkit-input-placeholder,
body textarea.ng-invalid:not(:focus)::-webkit-input-placeholder,
body select.error:not(:focus)::-webkit-input-placeholder,
body select.ng-invalid:not(:focus)::-webkit-input-placeholder,
body select option.error:not(:focus)::-webkit-input-placeholder,
body select option.ng-invalid:not(:focus)::-webkit-input-placeholder,
body button.error:not(:focus)::-webkit-input-placeholder,
body button.ng-invalid:not(:focus)::-webkit-input-placeholder,
body a.c4btn.error:not(:focus)::-webkit-input-placeholder,
body a.c4btn.ng-invalid:not(:focus)::-webkit-input-placeholder,
body .bubble-filter-input.error:not(:focus)::-webkit-input-placeholder,
body .bubble-filter-input.ng-invalid:not(:focus)::-webkit-input-placeholder {
  color: #414245 !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).error:not(:focus):-moz-placeholder, body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).ng-invalid:not(:focus):-moz-placeholder,
body textarea.error:not(:focus):-moz-placeholder,
body textarea.ng-invalid:not(:focus):-moz-placeholder,
body select.error:not(:focus):-moz-placeholder,
body select.ng-invalid:not(:focus):-moz-placeholder,
body select option.error:not(:focus):-moz-placeholder,
body select option.ng-invalid:not(:focus):-moz-placeholder,
body button.error:not(:focus):-moz-placeholder,
body button.ng-invalid:not(:focus):-moz-placeholder,
body a.c4btn.error:not(:focus):-moz-placeholder,
body a.c4btn.ng-invalid:not(:focus):-moz-placeholder,
body .bubble-filter-input.error:not(:focus):-moz-placeholder,
body .bubble-filter-input.ng-invalid:not(:focus):-moz-placeholder {
  color: #414245 !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).error:not(:focus)::-moz-placeholder, body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).ng-invalid:not(:focus)::-moz-placeholder,
body textarea.error:not(:focus)::-moz-placeholder,
body textarea.ng-invalid:not(:focus)::-moz-placeholder,
body select.error:not(:focus)::-moz-placeholder,
body select.ng-invalid:not(:focus)::-moz-placeholder,
body select option.error:not(:focus)::-moz-placeholder,
body select option.ng-invalid:not(:focus)::-moz-placeholder,
body button.error:not(:focus)::-moz-placeholder,
body button.ng-invalid:not(:focus)::-moz-placeholder,
body a.c4btn.error:not(:focus)::-moz-placeholder,
body a.c4btn.ng-invalid:not(:focus)::-moz-placeholder,
body .bubble-filter-input.error:not(:focus)::-moz-placeholder,
body .bubble-filter-input.ng-invalid:not(:focus)::-moz-placeholder {
  color: #414245 !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).error:not(:focus):-ms-input-placeholder, body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).ng-invalid:not(:focus):-ms-input-placeholder,
body textarea.error:not(:focus):-ms-input-placeholder,
body textarea.ng-invalid:not(:focus):-ms-input-placeholder,
body select.error:not(:focus):-ms-input-placeholder,
body select.ng-invalid:not(:focus):-ms-input-placeholder,
body select option.error:not(:focus):-ms-input-placeholder,
body select option.ng-invalid:not(:focus):-ms-input-placeholder,
body button.error:not(:focus):-ms-input-placeholder,
body button.ng-invalid:not(:focus):-ms-input-placeholder,
body a.c4btn.error:not(:focus):-ms-input-placeholder,
body a.c4btn.ng-invalid:not(:focus):-ms-input-placeholder,
body .bubble-filter-input.error:not(:focus):-ms-input-placeholder,
body .bubble-filter-input.ng-invalid:not(:focus):-ms-input-placeholder {
  color: #414245 !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])[disabled],
body textarea[disabled],
body select[disabled],
body select option[disabled],
body button[disabled],
body a.c4btn[disabled],
body .bubble-filter-input[disabled] {
  color: #989a9c !important;
  background-color: #ddddde !important;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])[disabled]::-webkit-input-placeholder,
body textarea[disabled]::-webkit-input-placeholder,
body select[disabled]::-webkit-input-placeholder,
body select option[disabled]::-webkit-input-placeholder,
body button[disabled]::-webkit-input-placeholder,
body a.c4btn[disabled]::-webkit-input-placeholder,
body .bubble-filter-input[disabled]::-webkit-input-placeholder {
  color: #babbbd;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])[disabled]:-moz-placeholder,
body textarea[disabled]:-moz-placeholder,
body select[disabled]:-moz-placeholder,
body select option[disabled]:-moz-placeholder,
body button[disabled]:-moz-placeholder,
body a.c4btn[disabled]:-moz-placeholder,
body .bubble-filter-input[disabled]:-moz-placeholder {
  color: #babbbd;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])[disabled]::-moz-placeholder,
body textarea[disabled]::-moz-placeholder,
body select[disabled]::-moz-placeholder,
body select option[disabled]::-moz-placeholder,
body button[disabled]::-moz-placeholder,
body a.c4btn[disabled]::-moz-placeholder,
body .bubble-filter-input[disabled]::-moz-placeholder {
  color: #babbbd;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file])[disabled]:-ms-input-placeholder,
body textarea[disabled]:-ms-input-placeholder,
body select[disabled]:-ms-input-placeholder,
body select option[disabled]:-ms-input-placeholder,
body button[disabled]:-ms-input-placeholder,
body a.c4btn[disabled]:-ms-input-placeholder,
body .bubble-filter-input[disabled]:-ms-input-placeholder {
  color: #babbbd;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):focus,
body textarea:focus,
body select:focus,
body select option:focus,
body button:focus,
body a.c4btn:focus,
body .bubble-filter-input:focus {
  outline: none;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]),
body textarea,
body select,
body select option,
body .bubble-filter-input {
  border-bottom: 2px solid transparent;
}
body input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,
body textarea:focus,
body select:focus,
body select option:focus,
body .bubble-filter-input:focus {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-bottom: 2px solid #c32032;
}
body select {
  padding: 0 25px 0 12.5px;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAGJJREFUeNqUUEEKwDAIS4Y/8v9P8E3ZpRYrdjBBDCZpipSEv2UJSPqC0R/qnJWlF9E2dg5A2JDuaVzYb9+LahhmagIAKAkka4oP6dsgCc+N/NqxXmpIPAxbK+nofpBaqXkHAHk7OjcgmYkxAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-overflow: clip;
  cursor: pointer;
}
body select option {
  margin: 0;
  height: 1em;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  -webkit-box-pack: left;
          justify-content: left;
}
body input[type=range] {
  width: 100%;
}
@-moz-document url-prefix() {
  body select {
    background-image: none !important;
  }
}
body textarea {
  padding: 13px;
  height: calc(15px + 25px*4);
  line-height: normal;
  resize: vertical;
}
body label {
  display: block;
  padding: 0;
  margin: 0;
  min-height: 25px;
  min-width: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  cursor: pointer;
}
body label.inline {
  display: inline-block;
}
body label:hover {
  background-color: #f6f6f7;
}
body label:last-child {
  margin-bottom: 10px;
}
body label:first-child {
  margin-bottom: 0px;
}
body label input[type=checkbox],
body label input[type=radio] {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 5px 10px 0 5px;
  height: 15px;
  width: 15px;
  -webkit-transform: translateX(-9999px);
          transform: translateX(-9999px);
  -moz-transform: translateX(0);
  font-size: 15px;
  line-height: 25px;
  box-sizing: border-box;
  cursor: pointer;
}
@supports (-ms-ime-align: auto) {
  body label input[type=checkbox],
body label input[type=radio] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body label input[type=checkbox]::after,
body label input[type=radio]::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 9999px;
  color: #75787b;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  /* 300 light, 900 solid */
  line-height: 25px;
  cursor: pointer;
}
body label input[type=checkbox]:checked::after,
body label input[type=radio]:checked::after {
  color: #c5b92f;
  font-weight: 900;
  /* 300 light, 900 solid */
}
body label input[type=checkbox]:hover::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 9994px;
  height: 25px;
  width: 25px;
  background-color: #f6f6f7;
  border-radius: 5px;
}
body label input[type=checkbox]::after {
  content: "";
}
body label input[type=checkbox]:checked::after {
  content: "";
}
body label input[type=radio]::after {
  content: "";
}
body label input[type=radio]:checked::after {
  content: "";
}
body .filter-container h3 {
  font-size: 12px;
}
body .filter-container h3:first-child {
  margin-top: 0px;
}
body .filter-container label {
  font-size: 12.30769px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .filter-container label i.fa-check {
  left: 0px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  position: absolute;
  display: none;
  line-height: 25px;
}
body .filter-container label input[type=checkbox] {
  visibility: hidden;
  top: 0px;
}
body .filter-container label input[type=checkbox]:checked ~ span {
  font-weight: bold;
}
body .filter-container label input[type=checkbox]:checked::before {
  display: none;
}
body .filter-container label input[type=checkbox]:checked::after {
  display: none;
}
body .filter-container label input[type=checkbox]:checked ~ i.fa-check {
  display: inline-block;
}
body .filter-container label:hover input[type=checkbox]:checked::before {
  background-color: #f0eeee;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]),
body button,
body a.c4btn {
  width: auto;
  color: #ffffff;
  text-align: center;
  background-color: #8a2432;
  border-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).block,
body button.block,
body a.c4btn.block {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 5px;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).no-margin,
body button.no-margin,
body a.c4btn.no-margin {
  margin: 0 0 0 0;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).tall,
body button.tall,
body a.c4btn.tall {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100px;
  line-height: 25px;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).outline,
body button.outline,
body a.c4btn.outline {
  color: #ffffff;
  line-height: calc(50px - 2px);
  background: transparent !important;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).outline.tall,
body button.outline.tall,
body a.c4btn.outline.tall {
  line-height: 25px;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).outline.dark,
body button.outline.dark,
body a.c4btn.outline.dark {
  color: #000000;
  border-color: #000000;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).transparent,
body button.transparent,
body a.c4btn.transparent {
  background-color: transparent !important;
  color: inherit;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).dark-grey,
body button.dark-grey,
body a.c4btn.dark-grey {
  color: #ffffff;
  background-color: #424548;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).grey, body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).gray,
body button.grey,
body button.gray,
body a.c4btn.grey,
body a.c4btn.gray {
  color: #ffffff;
  background-color: #424548;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).light-grey,
body button.light-grey,
body a.c4btn.light-grey {
  color: #000000;
  background-color: #ddddde;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).light-grey.text-dark,
body button.light-grey.text-dark,
body a.c4btn.light-grey.text-dark {
  color: #424548;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).white,
body button.white,
body a.c4btn.white {
  color: #8a2432;
  background-color: #ffffff;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).white.text-dark,
body button.white.text-dark,
body a.c4btn.white.text-dark {
  color: #424548;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).white.text-dark:hover,
body button.white.text-dark:hover,
body a.c4btn.white.text-dark:hover {
  color: white;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).white.active, body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]).white.text-dark.active,
body button.white.active,
body button.white.text-dark.active,
body a.c4btn.white.active,
body a.c4btn.white.text-dark.active {
  color: #ffffff;
  background-color: #ddddde;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]):active,
body button:active,
body a.c4btn:active {
  background-color: #8a2432;
  box-shadow: none;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range])[disabled],
body button[disabled],
body a.c4btn[disabled] {
  color: #babbbd !important;
  background-color: #ddddde !important;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]):not([disabled]):hover,
body button:not([disabled]):hover,
body a.c4btn:not([disabled]):hover {
  color: #ffffff !important;
  background-color: #c32032 !important;
  border-color: transparent !important;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
body button i,
body a.c4btn i {
  position: relative;
  margin: 0 6px;
  line-height: 15px;
}
body input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]):before,
body button:before,
body a.c4btn:before {
  -webkit-box-pack: center;
          justify-content: center;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
}
body button.block {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  vertical-align: middle;
}
body table tr td a.c4btn {
  margin-bottom: 0px;
}
body input[type=file] {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%;
  padding: 0 12.5px;
  margin: 0 0 10px 0;
  color: #000000;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-indent: 0;
  background-color: #e8e8e8;
  border-color: transparent;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 250px;
  line-height: 50px;
  display: inline-block;
}
body input[type=file]::after {
  width: auto;
  color: #ffffff;
  text-align: center;
  background-color: #8a2432;
  border-color: transparent;
  border-radius: 0px;
  cursor: pointer;
  content: "Upload File(s)";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px !important;
  background-color: #babbbd !important;
  z-index: 1;
}
body input[type=file]:hover::after {
  background-color: #c32032 !important;
}
body form.dark input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
body form.dark select,
body form.dark textarea,
body .form.dark input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
body .form.dark select,
body .form.dark textarea {
  background-color: rgba(255, 255, 255, 0.9);
}
body form.dark input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus,
body form.dark select:focus,
body form.dark textarea:focus,
body .form.dark input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus,
body .form.dark select:focus,
body .form.dark textarea:focus {
  background-color: #ffffff;
}
body .winnieThePooh {
  position: absolute;
  top: -2000000px;
  left: -2000000px;
}
body .input-label {
  width: auto;
  color: #ffffff;
  text-align: center;
  background-color: #8a2432;
  border-color: transparent;
  border-radius: 0px;
  cursor: pointer;
  color: #000000;
  background-color: #ddddde;
  line-height: 50px;
  cursor: auto;
}
body .input-label i {
  position: relative;
  margin: 0 10px;
  font-size: 150%;
  line-height: 50px;
}
body mat-option {
  font-family: "Montserrat" !important;
}
body mat-form-field {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 10px;
  height: 50px;
}
body .mat-form-field, body .mat-step-label, body .mat-step-icon-content, body .mat-accordion, body .mat-expansion-panel-header, body .mat-expansion-panel-content {
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
}
body .mat-expansion-panel-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 0 24px;
  padding-left: 0;
  border-radius: inherit;
}
body .mat-expansion-indicator {
  display: none;
}
body .mat-expansion-panel-body {
  padding: 0px;
}
body .mat-form-field {
  line-height: 25px;
  margin: 0 0 10px 0;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
}
body .mat-form-field.no-margin {
  margin-bottom: 0;
}
body .mat-form-field .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 0;
}
body .mat-form-field .mat-form-field-infix {
  margin: 0;
  padding: 0 !important;
  border-top: 0 none;
}
body .mat-form-field .mat-form-field-underline,
body .mat-form-field .mat-form-field-subscript-wrapper {
  display: none;
}
body .mat-form-field .mat-form-field-label-wrapper {
  padding: 0;
  margin: 0;
  color: #424548;
  z-index: 100;
  top: 0;
}
body .mat-form-field .mat-form-field-label-wrapper .mat-form-field-label {
  top: 0;
  left: 12px;
  padding: 0px;
  line-height: 50px;
  text-indent: 0;
  -webkit-transition: 250ms;
  transition: 250ms;
}
body .mat-form-field.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label-wrapper .mat-form-field-label {
  line-height: 25px;
  color: #75787b;
  -webkit-transform: translateY(0) perspective(0) scale(0.75);
  transform: translateY(0) perspective(0) scale(0.75);
}
.placeholder-wrapper .placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  left: 16px;
  opacity: 0;
  color: #75787b;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.placeholder-wrapper input {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.placeholder-wrapper.placeholder-visible .placeholder-text {
  opacity: 1;
}
.placeholder-wrapper.placeholder-visible input {
  padding-top: 16px !important;
  line-height: 34px !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  height: auto;
  padding: 0;
  margin: 0;
  font: 400 15px "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  line-height: 1.66rem;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-overflow-scrolling: touch;
}
.hidescroll {
  overflow: hidden;
}
a#header-logo {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 28px;
  width: 160px;
  background: url("//res.cloudinary.com/control4/image/upload/logos/control4-portal-menu-white.png") center center no-repeat;
  background-size: contain;
}
c4-header header a#header-logo,
header a#header-logo {
  background: url("//res.cloudinary.com/control4/image/upload/logos/control4-portal-menu-white.png") center center no-repeat;
}
nav#c4-nav {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 275px;
  background-color: #424548;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
nav#c4-nav div#c4-nav-search {
  height: 50px;
  border-bottom: 1px solid #53565a;
}
nav#c4-nav div#c4-nav-search input {
  padding-left: 25px;
}
nav#c4-nav div#c4-nav-search input:not(:focus) {
  color: #ddd !important;
  background-color: transparent;
}
nav#c4-nav div#c4-nav-search input::-webkit-input-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-search input:-moz-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-search input::-moz-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-search input::-ms-input-placeholder {
  color: #ddd;
}
nav#c4-nav div#c4-nav-menu {
  -webkit-box-flex: 100%;
          flex: 100%;
  margin: 17px 0;
  overflow-x: hidden;
}
nav#c4-nav div#c4-nav-menu div.c4-nav-menu {
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  background-color: #424548;
  overflow-y: scroll;
}
nav#c4-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
nav#c4-nav ul li a, nav#c4-nav ul li div {
  display: block;
  margin-right: 35px;
  color: #eee;
  text-indent: 25px;
  line-height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #424548;
}
nav#c4-nav ul li a i, nav#c4-nav ul li div i {
  width: 25px;
  margin: 0 12.5px 0 0;
  color: rgba(255, 255, 255, 0.33);
  font-weight: 300 !important;
  text-align: center;
  text-indent: 0;
}
nav#c4-nav ul li a i.text-white, nav#c4-nav ul li div i.text-white {
  color: #fff;
}
nav#c4-nav ul li a:not(.active):hover, nav#c4-nav ul li a.active.clickable:hover, nav#c4-nav ul li a:not(.active):not(.nav-control):hover i, nav#c4-nav ul li a.active.clickable:hover i,
nav#c4-nav ul li a i:hover.clickable, nav#c4-nav ul li div:not(.active):hover, nav#c4-nav ul li div.active.clickable:hover, nav#c4-nav ul li div:not(.active):not(.nav-control):hover i, nav#c4-nav ul li div.active.clickable:hover i,
nav#c4-nav ul li div i:hover.clickable {
  color: #fff;
  cursor: pointer;
}
nav#c4-nav ul li a.active, nav#c4-nav ul li div.active {
  color: #fff;
  font-weight: bold;
  cursor: default;
}
nav#c4-nav ul li a.nav-control, nav#c4-nav ul li div.nav-control {
  margin-right: 0;
  padding-right: 50px;
  line-height: 50px;
  height: 50px;
  border-top: 1px solid #424548;
}
nav#c4-nav ul li a.nav-control.activated, nav#c4-nav ul li div.nav-control.activated {
  border-bottom: unset;
  background-color: #35363a;
}
nav#c4-nav ul li a.nav-control.activated::before, nav#c4-nav ul li div.nav-control.activated::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6e1d28), to(#C32032));
  background: linear-gradient(to right, #6e1d28, #C32032);
}
nav#c4-nav ul li a.nav-control i.right, nav#c4-nav ul li div.nav-control i.right {
  position: absolute;
  right: 12.5px;
  line-height: 50px;
}
nav#c4-nav ul ul li a {
  text-indent: 62px;
}
nav#c4-nav #user-controls,
nav#c4-nav c4-user-controls {
  display: block;
  padding: 10px 25px 21px;
  white-space: nowrap;
  overflow: hidden;
  color: #ddd;
  background-color: #35363a;
  border-top: 1px solid #424548;
}
nav#c4-nav #user-controls .impersonate-action,
nav#c4-nav c4-user-controls .impersonate-action {
  position: absolute;
  top: 11px;
  right: 25px;
  text-align: right;
  z-index: 1;
}
nav#c4-nav #user-controls a,
nav#c4-nav c4-user-controls a {
  display: block;
  color: #969696;
}
nav#c4-nav #user-controls a:hover,
nav#c4-nav c4-user-controls a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  body nav#c4-nav {
    left: -275px;
  }
  body nav#c4-nav div#c4-nav-cart {
    display: none;
  }
  body div#page-container {
    padding-top: 50px;
    margin-left: 0;
  }

  body.showmenu nav#c4-nav {
    left: 0;
  }
  body.showmenu div#page-container {
    -webkit-transform: translate(275px);
            transform: translate(275px);
  }
}
div#page-container {
  padding: 0 0 50px 0;
  margin-left: 275px;
  min-height: 100vh;
  background-color: #f6f6f7 !important;
  -webkit-transition: margin-left 0.2s, -webkit-transform 0.2s;
  transition: margin-left 0.2s, -webkit-transform 0.2s;
  transition: margin-left 0.2s, transform 0.2s;
  transition: margin-left 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
div.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 300px;
}
@media (min-width: 1200px) {
  div.page-header {
    background-position: right top;
    background-size: calc(100% - 230px) auto;
  }
}
div.page-header:before {
  display: none;
}
h1 {
  font-size: 35px;
}
.text-primary {
  color: #8a2432;
}
.control4-primary {
  color: #8a2432;
}
.pakedge-primary {
  color: #97d700;
}
.triad-primary {
  color: #9a7611;
}
.widget {
  margin-bottom: 25px;
  text-overflow: ellipsis;
  background-color: #ffffff;
  -webkit-border-border-radius: 0px;
  border-radius: 0px;
}
.widget.widget-fixed-height {
  height: 400px;
}
.widget h3[class^=widget-header-] {
  margin: 0;
  padding: 0 25px;
  font-size: 15px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.widget .widget-header-grey {
  color: white;
  background-color: #babbbd;
}
.widget .widget-header-grey a {
  color: white;
}
.widget .widget-header-white {
  color: #75787b;
  border-bottom: 1px solid #eee;
}
.widget .widget-header-white a {
  color: #75787b;
}
.widget .widget-header-white.text-white {
  color: white;
}
.widget .padding {
  word-wrap: break-word;
}
.widget.product-img {
  overflow: hidden;
}
.widget.product-img .slider .c4-slide:not(.engraving-slide) {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.widget.product-img .slider .c4-slide .slide-img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.widget.product-img.zoom .c4-slide:not(.engraving-slide) {
  -webkit-transform: scale(4);
          transform: scale(4);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.widget.product-img.zoom .c4-slide:not(.engraving-slide).slick-active {
  -webkit-transform: scale(4);
          transform: scale(4);
}
div.product-card,
div.spec-card {
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
div.product-card:hover,
div.spec-card:hover {
  z-index: 1;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
div.product-card:hover .card-button a.c4btn,
div.product-card:hover .card-button button,
div.spec-card:hover .card-button a.c4btn,
div.spec-card:hover .card-button button {
  bottom: -50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
div.product-card .padding,
div.spec-card .padding {
  height: 300px;
  padding: 25px 25px 20px 25px;
}
div.product-card .padding h4,
div.spec-card .padding h4 {
  margin-bottom: 0;
  height: 50px;
  overflow: hidden;
}
div.product-card .padding div.img,
div.spec-card .padding div.img {
  height: 150px;
  width: 100%;
  margin-bottom: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.product-card .card-button a.c4btn,
div.product-card .card-button button,
div.spec-card .card-button a.c4btn,
div.spec-card .card-button button {
  position: absolute;
  margin: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: box-shadow 0.2s, bottom 0.2s;
  transition: box-shadow 0.2s, bottom 0.2s;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.widget.home {
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.widget.home:hover {
  z-index: 1;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.widget.home:hover a.c4btn {
  bottom: -50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.widget.home a.c4btn {
  position: absolute;
  margin: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: box-shadow 0.2s, bottom 0.2s;
  transition: box-shadow 0.2s, bottom 0.2s;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
div.spec-card {
  height: 500px;
}
div.spec-card .padding div.img {
  height: 450px;
}
div.thumbnail-img {
  height: 100px;
  width: 100%;
  margin-bottom: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.thumbnail-img.search {
  height: 40px;
}
.text-light-grey {
  color: #ddddde;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-red {
  background-color: #8a2432;
  color: #ffffff;
}
.blue .widget,
.blue .widget-header {
  background-color: #1a5b73;
}
.blue h3,
.blue .fal,
.dark-orange h3 {
  opacity: 0.5;
  color: #ffffff;
}
.contact-height {
  height: 100px;
  padding-top: 5px;
}
.queue-time {
  font-size: 35px;
  font-weight: 400 !important;
  margin-bottom: 10px;
  line-height: 35px;
}
.result {
  margin-bottom: 25px;
}
.result h3,
.result h4 {
  text-transform: none;
  margin-bottom: 10px;
}
p.num-result {
  font-size: 13px;
  margin-bottom: 25px;
  border-bottom: 1px solid #edeeee;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
}
.fal.fa-cc-visa:hover, .fal.fa-cc-visa.active {
  color: #1a1f71;
}
.fal.fa-cc-mastercard:hover, .fal.fa-cc-mastercard.active {
  color: #ff9900;
}
.fal.fa-cc-amex:hover, .fal.fa-cc-amex.active {
  color: #007cc3;
}
.fal.fa-cc-discover:hover, .fal.fa-cc-discover.active {
  color: #ff6600;
}
.fas.fa-square.white {
  color: #ffffff;
  border: 1px solid #edeeee;
}
.fas.fa-square.grey {
  color: #424548;
}
.fas.fa-square.light-grey {
  color: #ddddde;
}
.fas.fa-square.outline {
  color: transparent;
  border: 1px solid #000000;
}
a.c4btn.light-grey i.fal.fa-square.light-grey,
button.c4btn.light-grey i.fal.fa-square.light-grey {
  color: #babbbd;
}
@media (max-width: 768px) {
  .widget.widget-fixed-height {
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  div.product-card .card-button a.c4btn,
div.product-card .card-button button,
div.product-card:hover .card-button a.c4btn,
div.product-card:hover .card-button button,
div.spec-card .card-button a.c4btn,
div.spec-card .card-button button,
div.spec-card:hover .card-button a.c4btn,
div.spec-card:hover .card-button button {
    position: relative;
    bottom: 0;
    color: #000000;
    background-color: #edeeee;
    border-color: transparent;
    box-shadow: none;
    z-index: 1;
  }
}
.img-list {
  max-height: 150px;
  width: auto !important;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  padding: 25px 10px 10px;
  display: block;
}
.product-height {
  height: 170px;
}
.product-recommended {
  height: 150px;
}
div.product-img .slick-arrow {
  display: none !important;
  color: rgba(200, 200, 200, 0.67) !important;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  z-index: 10000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
div.product-img .slick-arrow.slick-prev {
  left: -15px;
}
div.product-img .slick-arrow.slick-next {
  right: -15px;
}
div.product-img:hover .slick-arrow {
  display: block !important;
}
div.product-img:hover .slick-arrow:hover {
  color: #8a2432 !important;
}
ng-container {
  display: block !important;
  width: 100%;
}
#filedrag {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #53565a;
  border: 2px dashed #eee;
  border-radius: 0px;
  cursor: default;
}
#filedrag.hover {
  color: #f00;
  border-color: #eee;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}
.engraving-product-img {
  height: 400px;
}
.product-img div.slider .c4-slide.engraving-slide .slide-img {
  background-size: auto !important;
}
#kb-alert h1,
#kb-alert h2,
#kb-alert h3,
#kb-alert h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 25px;
}
#kb-alert h2 {
  text-transform: none;
}
#kb-alert h3 {
  color: #424548;
}
#kb-alert p {
  margin-bottom: 0px;
}
#chat {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 10;
  max-width: 500px;
  width: 100vw;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
#chat #chat_window {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(100vh - 150px);
  background-color: #f5f5f5;
}
#chat #chat_thread {
  -webkit-box-flex: 1;
          flex: 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#chat #chat_input {
  height: 125px;
}
#chat #chat_thread .me,
#chat #chat_thread .you {
  padding: 13px 25px 25px 25px;
  margin: 25px;
  background: #fff;
}
#chat #chat_thread .me {
  margin-right: 0px;
}
#chat #chat_thread .you {
  margin-left: 0px;
}
#chat #chat_thread .me .author,
#chat #chat_thread .you .author {
  margin-bottom: 0;
  color: #777;
  font-size: 11px;
  font-style: italic;
}
#chat #chat_thread .me .author {
  text-align: right;
}
#chat #chat_thread .you .author {
  color: #8a2432;
}
iframe {
  max-width: 100%;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #8a2432 !important;
}
footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #f6f6f7;
}
footer ul {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px 0px 25px;
  height: 50px;
  color: #969696;
  font-size: 0px;
  list-style-type: none;
  white-space: nowrap;
}
footer ul li {
  display: inline-block;
  padding: 0px 1.1em 0px 0px;
  color: #000000;
  font-family: "Montserrat", "Gotham", "HanSansSC", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Calibri, Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
  text-transform: none;
  color: #75787b;
  font-size: 13px;
  line-height: 50px;
}
footer ul li a {
  color: #75787b;
}
footer ul li a:hover {
  color: #000000;
}
.product-card:hover .overlay a.c4btn,
.product-card:hover .overlay button {
  position: relative;
  bottom: 0px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.product-card:hover .overlay {
  background-color: rgba(0, 0, 0, 0.12);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.popup-container {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
.fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade.ng-enter {
  filter: alpha(opacity=0);
  opacity: 0;
}
.fade.ng-enter.ng-enter-active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.fade.ng-leave {
  filter: alpha(opacity=100);
  opacity: 1;
}
.fade.ng-leave.ng-leave-active {
  filter: alpha(opacity=0);
  opacity: 0;
}
.flex-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.widget.filter-container.ng-hide form,
.widget.filter-container.ng-hide button,
.widget.filter-container.ng-hide h3,
.widget.filter-container.ng-hide p,
.widget.filter-container.ng-hide label {
  opacity: 0;
  -webkit-transition: 100ms ease;
  transition: 100ms ease;
}
@media (max-width: 799px) {
  c4-product-filter,
.widget.filter-container,
.widget.product-list,
.widget.product-list.filters {
    width: 100%;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  .widget.filter-container.ng-hide {
    height: 0px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
}
@media (min-width: 800px) {
  .widget.filter-container {
    width: 300px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }

  .widget.filter-container.ng-hide {
    width: 0px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }

  .widget.product-list {
    width: 100%;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }

  .widget.product-list.filters {
    margin-left: auto;
    width: calc(100% - 325px);
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }
}
/* Progress bars */
progress[value] {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0px;
  overflow: hidden;
  border: none;
  background-color: #edeeee;
  color: #53565a;
}
progress[value].no-border-radius-left {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
progress[value].no-border-radius-right {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
progress[value]::-webkit-progress-value {
  background-color: #53565a;
}
progress[value]::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value]::-moz-progress-bar {
  background-color: #53565a;
}
progress[value].authorized, progress[value].danger {
  color: #c32032;
}
progress[value].authorized::-webkit-progress-value, progress[value].danger::-webkit-progress-value {
  background-color: #c32032;
}
progress[value].authorized::-webkit-progress-bar, progress[value].danger::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].authorized::-moz-progress-bar, progress[value].danger::-moz-progress-bar {
  background-color: #c32032;
}
progress[value].gold {
  color: #9a7611;
}
progress[value].gold::-webkit-progress-value {
  background-color: #9a7611;
}
progress[value].gold::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].gold::-moz-progress-bar {
  background-color: #9a7611;
}
progress[value].platinum {
  color: #000;
}
progress[value].platinum::-webkit-progress-value {
  background-color: #000;
}
progress[value].platinum::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].platinum::-moz-progress-bar {
  background-color: #000;
}
progress[value].pinnacle {
  color: #0071ce;
}
progress[value].pinnacle::-webkit-progress-value {
  background-color: #0071ce;
}
progress[value].pinnacle::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].pinnacle::-moz-progress-bar {
  background-color: #0071ce;
}
progress[value].diamond {
  color: #0071ce;
}
progress[value].diamond::-webkit-progress-value {
  background-color: #0071ce;
}
progress[value].diamond::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].diamond::-moz-progress-bar {
  background-color: #0071ce;
}
progress[value].green, progress[value].success {
  color: #baaf3a;
}
progress[value].green::-webkit-progress-value, progress[value].success::-webkit-progress-value {
  background-color: #baaf3a;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
progress[value].green::-webkit-progress-bar, progress[value].success::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].green::-moz-progress-bar, progress[value].success::-moz-progress-bar {
  background-color: #baaf3a;
}
progress[value].warning {
  color: rgba(231, 181, 56, 0.9) !important;
}
progress[value].warning::-webkit-progress-value {
  background-color: rgba(231, 181, 56, 0.9) !important;
}
progress[value].warning::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].warning::-moz-progress-bar {
  background-color: rgba(231, 181, 56, 0.9) !important;
}
progress[value].grey {
  color: #53565a;
}
progress[value].grey::-webkit-progress-value {
  background-color: #53565a;
}
progress[value].grey::-webkit-progress-bar {
  background-color: #edeeee;
}
progress[value].grey::-moz-progress-bar {
  background-color: #53565a;
}
.widget {
  min-height: 0;
}
#livechat-compact-container {
  display: none;
}
.ace_editor {
  height: 400px;
}
.pull-right {
  float: right;
}
/*-------------------------
Dropbox Element
--------------------------*/
#dropbox {
  border-radius: 8px;
  border: red 1px solid;
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding-bottom: 40px;
  box-shadow: 0 0 4px black inset, 0 6px 2px rgba(0, 0, 0, 0.1);
}
#dropbox .message {
  font-size: 11px;
  text-align: center;
  display: block;
  color: #ccc;
  font-size: 10px;
}
#dropbox:before {
  border-radius: 3px 3px 0 0;
}
/*-------------------------
Image Previews
--------------------------*/
#dropbox .preview {
  width: 120px;
  float: left;
  margin: 25px 0 0 30px;
  position: relative;
  text-align: center;
}
#dropbox .preview img {
  max-width: 240px;
  max-height: 180px;
  border: 3px solid #fff;
  display: block;
  box-shadow: 0 0 2px #000;
}
#dropbox .imageHolder {
  display: inline-block;
  position: relative;
}
#dropbox .uploaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://res.cloudinary.com/control4/image/upload/done.png") no-repeat center center rgba(255, 255, 255, 0.5);
  display: none;
}
#dropbox .preview.done .uploaded {
  display: block;
}
/*-------------------------
Progress Bars
--------------------------*/
#dropbox .progressHolder {
  position: absolute;
  background-color: #252f38;
  height: 12px;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 2px #000;
}
#dropbox .progress {
  background-color: #2586d0;
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#dropbox .preview.done .progress {
  width: 100% !important;
}
/*-------------------------
Keypad Confirmation
--------------------------*/
.confirmKeypad {
  font-family: calibri, sans-serif;
  font-size: 11pt;
  letter-spacing: 0px;
}
.column2 {
  -webkit-column-count: 2;
  width: 100%;
  -webkit-column-gap: 2em;
}
.column2 input {
  margin-right: 5px;
  margin-top: 0px;
}
.swatch {
  width: 20px;
  height: 20px;
  border: solid 1px #B8B0A5;
  float: left;
  margin: 4px;
}
.wht {
  background-color: #fff;
}
.btn .wht {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9e9e9e));
  background-image: linear-gradient(to bottom, #fff, #9e9e9e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#9e9e9e", GradientType=0);
  border-color: #9e9e9e #fff #9e9e9e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn .wht:active, .btn .wht.active {
  background-color: #fff;
}
.ivy {
  background-color: #ede6d3;
}
.btn.blk {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ede6d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#000));
  background-image: linear-gradient(to bottom, #9e9e9e, #000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e9e9e", endColorstr="#000", GradientType=0);
  border-color: #000 #9e9e9e #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.blk:active, .btn.blk.active {
  background-color: #ede6d3;
}
.lal {
  background-color: #f7f4ef;
}
.alm {
  background-color: #f4f4ea;
}
.btn.alm {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f4f4ea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4ea), to(#e2e2d7));
  background-image: linear-gradient(to bottom, #f4f4ea, #e2e2d7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4ea", endColorstr="#e2e2d7", GradientType=0);
  border-color: #e2e2d7 #f4f4ea #e2e2d7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f4f4ea;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.alm:active, .btn.alm.active {
  background-color: #f4f4ea;
}
.brn {
  background-color: #845016;
}
.btn.brn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #845016;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#845016), to(#724413));
  background-image: linear-gradient(to bottom, #845016, #724413);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#845016", endColorstr="#724413", GradientType=0);
  border-color: #724413 #845016 #724413;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #845016;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.brn:active, .btn.brn.active {
  background-color: #845016;
}
.btn.brn:hover {
  background-color: #724413;
  *background-color: #724413;
}
.blk {
  background-color: #000;
}
.btn.blk {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#000));
  background-image: linear-gradient(to bottom, #9e9e9e, #000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e9e9e", endColorstr="#000", GradientType=0);
  border-color: #000 #9e9e9e #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.blk:active, .btn.blk.active {
  background-color: #999;
}
.btn.blk:hover {
  background-color: #000;
  *background-color: #000;
}
/* Jordan custom colors */
.bbr {
  background-color: #F1CE96;
}
.mbl {
  background-color: #1C1C1C;
}
.swh {
  background-color: #E5E6E4;
}
.alu {
  background-color: #C5C8C9;
}
.bis {
  background-color: #EAE4D3;
}
.pbr {
  background: url("/images/polished_brass.jpg");
}
.snk {
  background: url("/images/satin_nickel.jpg");
}
.sls {
  background: url("/images/stainless_steel.jpg");
}
.dob {
  background: url("/images/distress_oil_rubbed_bronze.jpg");
}
.lpb {
  background: url("/images/lifetime_polished_brass.jpg");
}
.lsn {
  background: url("/images/lifetime_satin_nickel.jpg");
}
.orb {
  background: url("/images/oil_rubbed_bronze.jpg");
}
.vbr {
  background: url("/images/venetian_bronze.jpg");
}
.scr {
  background: url("/images/satin_chrome.jpg");
}
.pcr {
  background: url("/images/polished_chrome.jpg");
}
.ble {
  background-color: #0000FF;
}
.org {
  background-color: #FE9A2E;
}
.ylw {
  background-color: #FFFF00;
}
.swatch.red {
  background-color: #FF0000;
}
.grn {
  background-color: #3ADF00;
}
.gry {
  background-color: #A4A4A4;
}
.prp {
  background-color: #FF00FF;
}
.tel {
  background-color: #00FFFF;
}
div.selected {
  border: solid 1px #C00232;
}
/* RowClasses Jojo*/
.productThumbnail {
  max-width: 100px;
  max-height: 100px;
}
.categoryItem {
  height: 200px;
}
.categoryImage {
  margin-top: -20px;
  margin-bottom: 20px;
  position: relative;
  float: left;
}
div.productDisplayOnly {
  margin-right: auto;
  max-width: 700px;
}
div.productDetailImage {
  float: left;
  max-width: 300px;
  max-height: 228px;
  margin-top: 10px;
}
.darkgrey {
  color: #fff;
  background-color: #888;
  background-image: url(/Images/noisefilter.png);
  background-position: right bottom, top left;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, fixed;
}
.configuratorImage {
  max-width: 284px;
}
.configuratorDropdown {
  width: 200px;
}
.productDetailImage {
  max-width: 500px;
  max-height: 228px;
}
.description img {
  max-width: 650px;
}
.cartRow {
  display: inline-block;
  margin-bottom: 12px;
  border-bottom: solid 1px #9797AC;
}
.cartRow div {
  display: inline-block;
  vertical-align: middle;
}
.cartImage {
  max-height: 90px;
  max-width: 140px;
}
/* roundedCorners Jojo*/
.roundedCorners, .button {
  border-radius: 8px;
  border: solid 1px #999;
  behavior: url(/Scripts/pie/PIE.htc);
  position: relative;
}
.roundedTopCorners {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  behavior: url(/Scripts/pie/PIE.htc);
}
.roundedBottomCorners {
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-radius: 0px 0px 8px 8px;
  position: relative;
  behavior: url(/Scripts/pie/PIE.htc);
}
.dashed {
  position: relative;
  border-radius: 8px;
  border: 2px dashed #CCC;
  background-color: #fff;
  behavior: url(/Scripts/pie/PIE.htc);
}
.ui-autocomplete {
  box-shadow: 3px 3px 3px #777;
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  padding-left: 5px;
  padding-top: 5px;
  width: 250px;
  padding-bottom: 5px;
  z-index: 1001;
  -pie-background: rgba(255, 255, 255, 0.9);
  behavior: url(/Scripts/pie/PIE.htc);
}
.ui-autocomplete li {
  padding: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 88%;
  list-style: none;
  margin: 5px auto;
}
.ui-autocomplete li:hover, #ui-active-menuitem {
  background: rgba(120, 120, 120, 0.8);
  color: rgba(255, 255, 255, 0.9);
  behavior: url(/Scripts/pie/PIE.htc);
}
.checkedDiv {
  background-image: url("/images/checkmark.png");
  background-repeat: no-repeat;
}
/* ------------------------------ */
/* ------- STORE NAV -------- */
/* ------------------------------ */
.arrowlistmenu {
  width: 180px;
  /*width of accordion menu*/
}
.arrowlistmenu .menuheader {
  /*CSS class for menu headers in general (expanding or not!)*/
  color: #7c7f84;
  margin-bottom: 5px;
  /*bottom spacing between header and rest of content*/
  padding: 0px 0px 0px 7px;
  /*header text is indented 10px*/
  cursor: pointer;
}
.arrowlistmenu .menuheader:hover {
  border-left: 2px solid #A81E28;
  padding: 0 0 0 5px;
}
.arrowlistmenu .openheader {
  /*CSS class to apply to expandable header when it's expanded*/
}
.arrowlistmenu ul {
  /*CSS for UL of each sub menu*/
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
  padding-bottom: 4px;
  /*bottom spacing between menu items*/
}
.arrowlistmenu ul li:before, .ui-tabs ul li:before, .roundedCorners ul li:before, .roundedBottomCorners ul li:before {
  content: "";
}
.arrowlistmenu ul li a {
  color: #7c7f84;
  display: block;
  margin: 0 0 0 18px;
  padding: 0 0 0 5px;
  text-decoration: none;
}
.arrowlistmenu ul li a:hover {
  /*hover state CSS*/
  border-left: 2px solid #A81E28;
  margin: 0 0 0 16px;
  padding: 0 0 0 5px;
}
.arrowlistmenu ul li.active a {
  border-left: 2px solid #A81E28;
  margin: 0 0 0 16px;
  padding: 0 0 0 5px;
}
.current {
  color: black;
}
.balanceHeaderRow {
  font-weight: 500;
  background-color: white;
  padding: 0px;
  height: 21px;
}
.balanceHeaderCell {
  width: 110px;
  float: left;
}
.balanceRow {
  background-color: white;
  height: 21px;
  padding: 3px 0px;
  border-bottom: 1px solid #eaeaea;
  margin: 0px;
}
.balanceRow:hover {
  background-color: #e7e5dd;
}
.balanceCell {
  width: 105px;
  float: left;
  text-overflow: ellipsis;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px;
}
/*Recommended Products*/
.recommnededWrapper {
  max-width: 770px;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 167px;
  max-height: 208px;
  background-color: #eee;
  padding: 10px;
  white-space: nowrap;
}
ul.sortable {
  padding-left: 0;
  margin-bottom: 0;
}
ul.sortable li:first-of-type {
  margin-left: 0;
}
.sortable-placeholder {
  border: 1px dashed #999;
  padding: 5px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  width: 140px;
  height: 155px;
}
.recommendedDelete {
  position: absolute;
  right: -14px;
  top: -18px;
  width: 28px;
  height: 28px;
}
.recommendedContainer:before {
  content: "" !important;
}
.recommendedContainer {
  padding: 5px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  width: 140px;
  min-height: 155px;
  background-color: white;
  border: solid 1px #999;
}
.recommendedContainer div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recommendedContainer img {
  max-width: 100px;
  max-height: 86px;
  margin-top: 7px;
}
.recommendedContainer div a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recommendedContainer span {
  font-size: 9px;
}
.editorPreview {
  padding: 10px;
  clear: both;
  width: 92%;
  display: block;
  margin: 10px auto;
  border: solid 1px #ccc;
  border-radius: 4px;
  overflow-y: auto;
}
/* Keycap Symbols Font */
@font-face {
  font-family: "c4keycaps";
  src: url("/Content/fonts/keycaps/c4symbols-webfont.eot");
  src: url("/Content/fonts/keycaps/c4symbols-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/keycaps/c4symbols-webfont.ttf") format("font/opentype"), url("/Content/fonts/keycaps/c4symbols-webfont.woff") format("woff"), url("/Content/fonts/keycaps/c4symbols-webfont.svg#webfontregular") format("image/svg+xml");
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
.symbol {
  font-family: "c4keycaps";
}
.keycapInput {
  font-family: "c4keycaps";
}
.dropshadow {
  box-shadow: 0px 6px 8px rgba(50, 50, 50, 0.75);
  behavior: url(/Scripts/pie/PIE.htc);
}
.symbol {
  min-width: 20px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14pt;
}
.symbols {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://res.cloudinary.com/control4/image/upload/rpe_etching_map.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
  background-size: 568px;
  position: relative;
}
li.blk div.symbols {
  background-image: url("https://res.cloudinary.com/control4/image/upload/rpe_etching_map_white.png");
}
.symbols-1 {
  background-position: -16px -18px;
}
.symbols-2 {
  background-position: -89px -18px;
}
.symbols-3 {
  background-position: -160px -18px;
}
.symbols-4 {
  background-position: -230px -18px;
}
.symbols-5 {
  background-position: -300px -18px;
}
.symbols-6 {
  background-position: -373px -18px;
}
.symbols-7 {
  background-position: -444px -18px;
}
.symbols-8 {
  background-position: -514px -18px;
}
.symbols-9 {
  background-position: -16px -89px;
}
.symbols-10 {
  background-position: -89px -89px;
}
.symbols-11 {
  background-position: -160px -89px;
}
.symbols-12 {
  background-position: -230px -89px;
}
.symbols-13 {
  background-position: -300px -89px;
}
.symbols-14 {
  background-position: -373px -89px;
}
.symbols-15 {
  background-position: -444px -89px;
}
.symbols-16 {
  background-position: -514px -89px;
}
.symbols-17 {
  background-position: -16px -160px;
}
.symbols-18 {
  background-position: -89px -160px;
}
.symbols-19 {
  background-position: -160px -160px;
}
.symbols-20 {
  background-position: -230px -160px;
}
.symbols-21 {
  background-position: -300px -160px;
}
.symbols-22 {
  background-position: -373px -160px;
}
.symbols-23 {
  background-position: -444px -160px;
}
.symbols-24 {
  background-position: -514px -160px;
}
.symbols-25 {
  background-position: -16px -231px;
}
.symbols-26 {
  background-position: -89px -231px;
}
.symbols-27 {
  background-position: -160px -231px;
}
.symbols-28 {
  background-position: -230px -231px;
}
.symbols-29 {
  background-position: -300px -231px;
}
.symbols-30 {
  background-position: -373px -231px;
}
.symbols-31 {
  background-position: -444px -231px;
}
.symbols-32 {
  background-position: -514px -231px;
}
.symbols-33 {
  background-position: -16px -302px;
}
.symbols-34 {
  background-position: -89px -302px;
}
.symbols-35 {
  background-position: -160px -302px;
}
.symbols-36 {
  background-position: -230px -302px;
}
.symbols-37 {
  background-position: -300px -302px;
}
.symbols-38 {
  background-position: -373px -302px;
}
.symbols-39 {
  background-position: -444px -302px;
}
.symbols-40 {
  background-position: -514px -302px;
}
.symbols-41 {
  background-position: -16px -373px;
}
.symbols-42 {
  background-position: -89px -373px;
}
.symbols-43 {
  background-position: -160px -373px;
}
.symbols-44 {
  background-position: -230px -373px;
}
.symbols-45 {
  background-position: -300px -373px;
}
.symbols-46 {
  background-position: -373px -373px;
}
.symbols-47 {
  background-position: -444px -373px;
}
.symbols-48 {
  background-position: -514px -373px;
}
.bookend {
  color: #333;
  border: 0px solid red;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  width: 20px;
  font-size: 24px;
  font-weight: 300;
  text-shadow: 0px 0px 1px #333;
  margin: 0px;
  padding: 0px;
  /* IE9 */
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 50% 50%;
  /* IE10 and other modern browsers that do not need vendor prefixes */
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
/*-------------------------
	 Animation Classes
--------------------------*/
.slide.ng-enter, .slide.ng-leave, .slide.ng-add, .slide.ng-remove {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.slide.ng-enter, .slide.ng-add {
  opacity: 0;
}
.slide.ng-enter-active, .slide.ng-add-active {
  opacity: 1;
}
.slide.ng-leave, .slide.ng-remove {
  opacity: 1;
}
.slide.ng-leave-active, .slide.ng-remove-active {
  opacity: 0;
}
@keyframes kf_fade_in_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes kf_fade_in_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*--------------------
			Other
--------------------*/
.tileLink {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 208px;
  color: #000000;
}
.tileLink a {
  color: #000000;
}
.tileLink a:hover {
  color: #fff;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-300px, 0) scale(4);
          transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
/*Bootstrap 3.0 styels*/
.has-error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 300;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.radio-inline + .checkbox-inline,
.checkbox-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
ul li.list-group-item:before {
  content: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
#cmsTabs > li > a {
  color: black;
  font-size: 11px;
}
.clickable {
  cursor: pointer;
}
.add-on-alone {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin: 0px -1px 0px -6px;
  top: -5px;
  position: relative;
  z-index: 1;
}
.span-alone {
  width: auto !important;
  position: relative !important;
  margin: 0px;
  top: 0px;
  left: -4px;
  float: right;
  border-radius: 0px 4px 4px 0px;
  height: 20px !important;
}
.growl-container {
  position: fixed;
  top: 75px;
  right: 25px;
  width: calc(100% - 50px);
  max-width: 400px;
  z-index: 9999;
}
.growl-container > .growl-item.alert {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  color: inherit;
}
.growl-item button.close {
  display: none;
}
.growl-item.icon > .growl-message {
  margin: 0;
}
.muted {
  color: #999;
  font-style: italic;
}
/************************************************/
/**                Bootstrap 3.0 styels         */
/************************************************/
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/************************************************/
/**                Effects                      */
/************************************************/
.animated.grow {
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
}
.animated.grow:focus {
  width: 500px !important;
}
.animate-show {
  opacity: 1;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  display: block !important;
}
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.animate-show.ng-hide {
  opacity: 0;
  max-height: 0;
}
.force-font span[style] {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Calibri", "Arial" !important;
}
/* CMS Stuffs */
.uploadify-button {
  display: block;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 10px 0;
  color: #373737;
  font-size: 16px;
  line-height: 50px;
  background-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-align: left;
}
ul.dropdown-menu > li:before {
  content: none;
}
.dropdown-menu > li.selected,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.inlinesparkline {
  top: 40px;
}
/***
	Missing Bootstrap css
	***/
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
[hidden] {
  display: none !important;
}
.truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vertical-truncate {
  white-space: normal;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1000px) {
  .widget.widget-fixed-height.home {
    height: 475px;
  }
}
@media (min-width: 1400px) {
  .widget.widget-fixed-height.home {
    height: 450px;
  }
}
@media (min-width: 900px) {
  .widget.widget-fixed-height.contact {
    height: 640px;
  }
}
@media (min-width: 1400px) {
  .widget.widget-fixed-height.contact {
    height: 520px;
  }
}
@media (min-width: 1600px) {
  .widget.widget-fixed-height.contact {
    height: 400px;
  }
}
.toggle-hide {
  display: none;
}
.fade-out {
  -webkit-animation: fadeOut 200ms ease-in;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fadeOut 200ms ease-in;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.toggle-show {
  -webkit-animation: fadeIn 200ms ease-in-out;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fadeIn 200ms ease-in-out;
  /* IE 10+, Fx 29+ */
  height: 100%;
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
c4-product-filters-page .tree-item-options button,
c4-category-management .tree-item-options button,
c4-controller-os-group .tree-item-options button,
c4-controller-type-group .tree-item-options button,
c4-length-range-list .tree-item-options button,
c4-grill-list .tree-item-options button {
  margin: 0;
}
c4-product-filters-page ul.tree,
c4-category-management ul.tree,
c4-controller-os-group ul.tree,
c4-controller-type-group ul.tree,
c4-length-range-list ul.tree,
c4-grill-list ul.tree {
  list-style: none;
}
c4-product-filters-page .tree,
c4-category-management .tree,
c4-controller-os-group .tree,
c4-controller-type-group .tree,
c4-length-range-list .tree,
c4-grill-list .tree {
  padding: 0px 18px 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
c4-product-filters-page .tree .tree,
c4-category-management .tree .tree,
c4-controller-os-group .tree .tree,
c4-controller-type-group .tree .tree,
c4-length-range-list .tree .tree,
c4-grill-list .tree .tree {
  padding: 0px;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #f0eeee;
}
c4-product-filters-page #root,
c4-category-management #root,
c4-controller-os-group #root,
c4-controller-type-group #root,
c4-length-range-list #root,
c4-grill-list #root {
  padding: 20px 20px 5px 20px;
}
c4-product-filters-page .tree-item .tree-item-options a.c4btn,
c4-product-filters-page .tree-item .tree-item-options button,
c4-product-filters-page .tree-item button.chevron,
c4-product-filters-page .tree-item .tree-item-options button,
c4-category-management .tree-item .tree-item-options a.c4btn,
c4-category-management .tree-item .tree-item-options button,
c4-category-management .tree-item button.chevron,
c4-category-management .tree-item .tree-item-options button,
c4-controller-os-group .tree-item .tree-item-options a.c4btn,
c4-controller-os-group .tree-item .tree-item-options button,
c4-controller-os-group .tree-item button.chevron,
c4-controller-os-group .tree-item .tree-item-options button,
c4-controller-type-group .tree-item .tree-item-options a.c4btn,
c4-controller-type-group .tree-item .tree-item-options button,
c4-controller-type-group .tree-item button.chevron,
c4-controller-type-group .tree-item .tree-item-options button,
c4-length-range-list .tree-item .tree-item-options a.c4btn,
c4-length-range-list .tree-item .tree-item-options button,
c4-length-range-list .tree-item button.chevron,
c4-length-range-list .tree-item .tree-item-options button,
c4-grill-list .tree-item .tree-item-options a.c4btn,
c4-grill-list .tree-item .tree-item-options button,
c4-grill-list .tree-item button.chevron,
c4-grill-list .tree-item .tree-item-options button {
  height: 24px;
  min-width: 65px;
  display: inline-block;
}
c4-product-filters-page .tree-item .tree-item-options a.c4btn,
c4-product-filters-page .tree-item .tree-item-options:not(.sort) button,
c4-category-management .tree-item .tree-item-options a.c4btn,
c4-category-management .tree-item .tree-item-options:not(.sort) button,
c4-controller-os-group .tree-item .tree-item-options a.c4btn,
c4-controller-os-group .tree-item .tree-item-options:not(.sort) button,
c4-controller-type-group .tree-item .tree-item-options a.c4btn,
c4-controller-type-group .tree-item .tree-item-options:not(.sort) button,
c4-length-range-list .tree-item .tree-item-options a.c4btn,
c4-length-range-list .tree-item .tree-item-options:not(.sort) button,
c4-grill-list .tree-item .tree-item-options a.c4btn,
c4-grill-list .tree-item .tree-item-options:not(.sort) button {
  display: none;
}
c4-product-filters-page .tree-item .tree-item-options,
c4-product-filters-page .tree-item .tree-item-options.active button,
c4-product-filters-page .tree-item:hover .tree-item-options.active button,
c4-product-filters-page .tree-item:hover .tree-item-options button,
c4-category-management .tree-item .tree-item-options,
c4-category-management .tree-item .tree-item-options.active button,
c4-category-management .tree-item:hover .tree-item-options.active button,
c4-category-management .tree-item:hover .tree-item-options button,
c4-controller-os-group .tree-item .tree-item-options,
c4-controller-os-group .tree-item .tree-item-options.active button,
c4-controller-os-group .tree-item:hover .tree-item-options.active button,
c4-controller-os-group .tree-item:hover .tree-item-options button,
c4-controller-type-group .tree-item .tree-item-options,
c4-controller-type-group .tree-item .tree-item-options.active button,
c4-controller-type-group .tree-item:hover .tree-item-options.active button,
c4-controller-type-group .tree-item:hover .tree-item-options button,
c4-length-range-list .tree-item .tree-item-options,
c4-length-range-list .tree-item .tree-item-options.active button,
c4-length-range-list .tree-item:hover .tree-item-options.active button,
c4-length-range-list .tree-item:hover .tree-item-options button,
c4-grill-list .tree-item .tree-item-options,
c4-grill-list .tree-item .tree-item-options.active button,
c4-grill-list .tree-item:hover .tree-item-options.active button,
c4-grill-list .tree-item:hover .tree-item-options button {
  display: inline-block;
}
c4-product-filters-page input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).small-input,
c4-product-filters-page select, c4-product-filters-page select option, c4-product-filters-page .bubble-filter-input,
c4-category-management input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).small-input,
c4-category-management select,
c4-category-management select option,
c4-category-management .bubble-filter-input,
c4-controller-os-group input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).small-input,
c4-controller-os-group select,
c4-controller-os-group select option,
c4-controller-os-group .bubble-filter-input,
c4-controller-type-group input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).small-input,
c4-controller-type-group select,
c4-controller-type-group select option,
c4-controller-type-group .bubble-filter-input,
c4-length-range-list input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).small-input,
c4-length-range-list select,
c4-length-range-list select option,
c4-length-range-list .bubble-filter-input,
c4-grill-list input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]).small-input,
c4-grill-list select,
c4-grill-list select option,
c4-grill-list .bubble-filter-input {
  height: 25px;
  font-size: 14px;
}
c4-product-filters-page .tree-item:hover,
c4-product-filters-page ul li.sku:hover,
c4-category-management .tree-item:hover,
c4-category-management ul li.sku:hover,
c4-controller-os-group .tree-item:hover,
c4-controller-os-group ul li.sku:hover,
c4-controller-type-group .tree-item:hover,
c4-controller-type-group ul li.sku:hover,
c4-length-range-list .tree-item:hover,
c4-length-range-list ul li.sku:hover,
c4-grill-list .tree-item:hover,
c4-grill-list ul li.sku:hover {
  background-color: #eee;
  cursor: default;
}
c4-product-filters-page input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
c4-product-filters-page button i,
c4-product-filters-page a.c4btn i,
c4-category-management input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
c4-category-management button i,
c4-category-management a.c4btn i,
c4-controller-os-group input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
c4-controller-os-group button i,
c4-controller-os-group a.c4btn i,
c4-controller-type-group input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
c4-controller-type-group button i,
c4-controller-type-group a.c4btn i,
c4-length-range-list input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
c4-length-range-list button i,
c4-length-range-list a.c4btn i,
c4-grill-list input[type=submit]:not([type=checkbox]):not([type=radio]):not([type=range]) i,
c4-grill-list button i,
c4-grill-list a.c4btn i {
  top: 0;
  font-size: 100%;
  margin: 0px;
}
c4-product-filters-page .placeholder-wrapper.placeholder-visible input,
c4-category-management .placeholder-wrapper.placeholder-visible input,
c4-controller-os-group .placeholder-wrapper.placeholder-visible input,
c4-controller-type-group .placeholder-wrapper.placeholder-visible input,
c4-length-range-list .placeholder-wrapper.placeholder-visible input,
c4-grill-list .placeholder-wrapper.placeholder-visible input {
  padding-top: 0 !important;
}
c4-product-filters-page .placeholder-wrapper .placeholder-text,
c4-category-management .placeholder-wrapper .placeholder-text,
c4-controller-os-group .placeholder-wrapper .placeholder-text,
c4-controller-type-group .placeholder-wrapper .placeholder-text,
c4-length-range-list .placeholder-wrapper .placeholder-text,
c4-grill-list .placeholder-wrapper .placeholder-text {
  font-weight: 400;
  font-size: 8px;
  top: -3px;
}
c4-product-filters-page i,
c4-category-management i,
c4-controller-os-group i,
c4-controller-type-group i,
c4-length-range-list i,
c4-grill-list i {
  margin: 0 0 0 5px;
}
c4-product-filters-page .small-button,
c4-category-management .small-button,
c4-controller-os-group .small-button,
c4-controller-type-group .small-button,
c4-length-range-list .small-button,
c4-grill-list .small-button {
  height: 25px;
  width: 50px;
}
c4-product-filters-page .qtr-margin-left,
c4-category-management .qtr-margin-left,
c4-controller-os-group .qtr-margin-left,
c4-controller-type-group .qtr-margin-left,
c4-length-range-list .qtr-margin-left,
c4-grill-list .qtr-margin-left {
  margin-left: 12.5px;
}
c4-product-filters-page .qtr-margin-right,
c4-category-management .qtr-margin-right,
c4-controller-os-group .qtr-margin-right,
c4-controller-type-group .qtr-margin-right,
c4-length-range-list .qtr-margin-right,
c4-grill-list .qtr-margin-right {
  margin-right: 12.5px;
}
c4-product-filters-page .qtr-padding-bottom,
c4-category-management .qtr-padding-bottom,
c4-controller-os-group .qtr-padding-bottom,
c4-controller-type-group .qtr-padding-bottom,
c4-length-range-list .qtr-padding-bottom,
c4-grill-list .qtr-padding-bottom {
  padding-bottom: 12.5px;
}
c4-product-filters-page .text-light-grey,
c4-product-filters-page small,
c4-category-management .text-light-grey,
c4-category-management small,
c4-controller-os-group .text-light-grey,
c4-controller-os-group small,
c4-controller-type-group .text-light-grey,
c4-controller-type-group small,
c4-length-range-list .text-light-grey,
c4-length-range-list small,
c4-grill-list .text-light-grey,
c4-grill-list small {
  color: #cecccc;
}
c4-product-filters-page a.text-light-grey:hover,
c4-category-management a.text-light-grey:hover,
c4-controller-os-group a.text-light-grey:hover,
c4-controller-type-group a.text-light-grey:hover,
c4-length-range-list a.text-light-grey:hover,
c4-grill-list a.text-light-grey:hover {
  color: #C32032;
}
c4-product-filters-page button.square,
c4-category-management button.square,
c4-controller-os-group button.square,
c4-controller-type-group button.square,
c4-length-range-list button.square,
c4-grill-list button.square {
  width: 50px;
}
.autocomplete {
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.autocomplete .mat-option {
  line-height: 55px;
  height: 55px;
}
.autocomplete .mat-option:hover::after, .mat-option.mat-active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(83, 86, 90, 0.1);
}
.mat-select-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mat-step-label-selected {
  font-weight: 600 !important;
}
.mat-select-panel.show-all {
  max-height: unset;
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34375em) scale(0.75);
          transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34374em) scale(0.75);
          transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28122em) scale(0.75);
            transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28121em) scale(0.75);
            transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.2812em) scale(0.75);
            transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59375em) scale(0.75);
          transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59374em) scale(0.75);
          transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59375em) scale(0.75);
          transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59374em) scale(0.75);
          transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation-name: cdk-text-field-autofill-start;
          animation-name: cdk-text-field-autofill-start;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation-name: cdk-text-field-autofill-end;
          animation-name: cdk-text-field-autofill-end;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #414245;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e03838;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e7b538;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #e03838;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #414245;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e7b538;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #414245;
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-accent .mat-input-element {
  caret-color: #e03838;
}
.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #e7b538;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e7b538;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #414245;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #e03838;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e7b538;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e7b538;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * .83)/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * .67)/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.34375em) scale(.75);transform:translateY(-1.34375em) scale(.75);width:133.33333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.34374em) scale(.75);transform:translateY(-1.34374em) scale(.75);width:133.33334%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.66667em;top:calc(100% - 1.79167em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.33333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.33334%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.33335%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.54167em;top:calc(100% - 1.66667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-.59375em) scale(.75);transform:translateY(-.59375em) scale(.75);width:133.33333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-.59374em) scale(.75);transform:translateY(-.59374em) scale(.75);width:133.33334%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.59375em) scale(.75);transform:translateY(-1.59375em) scale(.75);width:133.33333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.59374em) scale(.75);transform:translateY(-1.59374em) scale(.75);width:133.33334%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-option{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;-webkit-transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}@media (-ms-high-contrast:active){.mat-ripple-element{display:none}}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:-webkit-box;display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:-webkit-box;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-transition:opacity .4s cubic-bezier(.25,.8,.25,1);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{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)}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{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)}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#3f51b5}@media (-ms-high-contrast:active){.mat-badge-content{outline:solid 1px;border-radius:0}}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{-webkit-transition:none;transition:none}.mat-badge-content.mat-badge-active{-webkit-transform:none;transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#fff}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{color:#fff}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#3f51b5}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ff4081}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{background-color:rgba(0,0,0,.12)}.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button:not([class*=mat-elevation-z]){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)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group,.mat-button-toggle-standalone{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)}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path{stroke:#000!important}}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}@media (-ms-high-contrast:active){.mat-checkbox-disabled{opacity:.5}}@media (-ms-high-contrast:active){.mat-checkbox-background{background:0 0}}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(0,0,0,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-dialog-container{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);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){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)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.42)),color-stop(33%, rgba(0,0,0,.42)),color-stop(0, transparent));background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.42)),color-stop(33%, rgba(0,0,0,.42)),color-stop(0, transparent));background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:0 0;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#c5cae9}.mat-progress-bar-buffer{background-color:#c5cae9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}@media (hover:none){.mat-step-header:hover{background:0 0}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#3f51b5}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#ff4081}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f44336}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-nested-tree-node,.mat-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:#ff4081}

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