@charset "UTF-8";

.o-container--large {
  max-width: 77.1em !important;
}

/** Import everything from autoload */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  margin: 0;
}

.o-container {
  margin: auto;
}

@media (min-width: 20em) {
  .o-container--xsmall\@xsmall {
    max-width: 20em;
  }

  .o-container--small\@xsmall {
    max-width: 30em;
  }

  .o-container--medium\@xsmall {
    max-width: 48em;
  }

  .o-container--large\@xsmall {
    max-width: 64em;
  }

  .o-container--xlarge\@xsmall {
    max-width: 78em;
  }

  .o-container--super\@xsmall {
    max-width: 116em;
  }
}

@media (min-width: 30em) {
  .o-container--xsmall\@small {
    max-width: 20em;
  }

  .o-container--small\@small {
    max-width: 30em;
  }

  .o-container--medium\@small {
    max-width: 48em;
  }

  .o-container--large\@small {
    max-width: 64em;
  }

  .o-container--xlarge\@small {
    max-width: 78em;
  }

  .o-container--super\@small {
    max-width: 116em;
  }
}

@media (min-width: 48em) {
  .o-container--xsmall\@medium {
    max-width: 20em;
  }

  .o-container--small\@medium {
    max-width: 30em;
  }

  .o-container--medium\@medium {
    max-width: 48em;
  }

  .o-container--large\@medium {
    max-width: 64em;
  }

  .o-container--xlarge\@medium {
    max-width: 78em;
  }

  .o-container--super\@medium {
    max-width: 116em;
  }
}

@media (min-width: 64em) {
  .o-container--xsmall\@large {
    max-width: 20em;
  }

  .o-container--small\@large {
    max-width: 30em;
  }

  .o-container--medium\@large {
    max-width: 48em;
  }

  .o-container--large\@large {
    max-width: 64em;
  }

  .o-container--xlarge\@large {
    max-width: 78em;
  }

  .o-container--super\@large {
    max-width: 116em;
  }
}

@media (min-width: 78em) {
  .o-container--xsmall\@xlarge {
    max-width: 20em;
  }

  .o-container--small\@xlarge {
    max-width: 30em;
  }

  .o-container--medium\@xlarge {
    max-width: 48em;
  }

  .o-container--large\@xlarge {
    max-width: 64em;
  }

  .o-container--xlarge\@xlarge {
    max-width: 78em;
  }

  .o-container--super\@xlarge {
    max-width: 116em;
  }
}

@media (min-width: 116em) {
  .o-container--xsmall\@super {
    max-width: 20em;
  }

  .o-container--small\@super {
    max-width: 30em;
  }

  .o-container--medium\@super {
    max-width: 48em;
  }

  .o-container--large\@super {
    max-width: 64em;
  }

  .o-container--xlarge\@super {
    max-width: 78em;
  }

  .o-container--super\@super {
    max-width: 116em;
  }
}

.o-container--xsmall {
  max-width: 20em;
}

.o-container--small {
  max-width: 30em;
}

.o-container--medium {
  max-width: 48em;
}

.o-container--large {
  max-width: 64em;
}

.o-container--xlarge {
  max-width: 78em;
}

.o-container--super {
  max-width: 116em;
}

.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-grid--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-grid--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-grid--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-grid--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.o-grid--full {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-grid--full > .o-grid__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}

.o-grid--no-gutter > .o-grid__cell {
  padding-right: .001em;
  padding-left: .001em;
}

.o-grid__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
  padding-left: 1em;
}

.o-grid__cell--width-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  max-width: 5%;
}

.o-grid__cell--offset-5 {
  margin-left: 5%;
}

.o-grid__cell--width-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.o-grid__cell--offset-10 {
  margin-left: 10%;
}

.o-grid__cell--width-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}

.o-grid__cell--offset-15 {
  margin-left: 15%;
}

.o-grid__cell--width-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.o-grid__cell--offset-20 {
  margin-left: 20%;
}

.o-grid__cell--width-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.o-grid__cell--offset-25 {
  margin-left: 25%;
}

.o-grid__cell--width-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.o-grid__cell--offset-30 {
  margin-left: 30%;
}

.o-grid__cell--width-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.o-grid__cell--offset-33 {
  margin-left: 33.33333%;
}

.o-grid__cell--width-35 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}

.o-grid__cell--offset-35 {
  margin-left: 35%;
}

.o-grid__cell--width-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.o-grid__cell--offset-40 {
  margin-left: 40%;
}

.o-grid__cell--width-45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.o-grid__cell--offset-45 {
  margin-left: 45%;
}

.o-grid__cell--width-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.o-grid__cell--offset-50 {
  margin-left: 50%;
}

.o-grid__cell--width-55 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.o-grid__cell--offset-55 {
  margin-left: 55%;
}

.o-grid__cell--width-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.o-grid__cell--offset-60 {
  margin-left: 60%;
}

.o-grid__cell--width-65 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
}

.o-grid__cell--offset-65 {
  margin-left: 65%;
}

.o-grid__cell--width-66 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.o-grid__cell--offset-66 {
  margin-left: 66.66667%;
}

.o-grid__cell--width-70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.o-grid__cell--offset-70 {
  margin-left: 70%;
}

.o-grid__cell--width-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.o-grid__cell--offset-75 {
  margin-left: 75%;
}

.o-grid__cell--width-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.o-grid__cell--offset-80 {
  margin-left: 80%;
}

.o-grid__cell--width-85 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  max-width: 85%;
}

.o-grid__cell--offset-85 {
  margin-left: 85%;
}

.o-grid__cell--width-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

.o-grid__cell--offset-90 {
  margin-left: 90%;
}

.o-grid__cell--width-95 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
  max-width: 95%;
}

.o-grid__cell--offset-95 {
  margin-left: 95%;
}

.o-grid__cell--width-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.o-grid__cell--offset-100 {
  margin-left: 100%;
}

.o-grid__cell--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.o-grid__cell--center {
  -ms-flex-item-align: center;
      align-self: center;
}

.o-grid__cell--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.o-grid__cell--no-gutter {
  padding-right: .001em;
  padding-left: .001em;
}

.o-grid__cell--width-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.o-grid__cell--hidden {
  display: none;
}

.o-grid__cell--visible {
  display: initial;
}

@media (max-width: 19.99em) {
  .o-grid.o-grid--xsmall-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .o-grid.o-grid--xsmall-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .o-grid.o-grid--xsmall-full > .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 20em) and (max-width: 29.99em) {
  .o-grid.o-grid--small-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .o-grid.o-grid--small-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .o-grid.o-grid--small-full > .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .o-grid.o-grid--medium-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .o-grid.o-grid--medium-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .o-grid.o-grid--medium-full > .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .o-grid.o-grid--large-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .o-grid.o-grid--large-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .o-grid.o-grid--large-full > .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 64em) and (max-width: 77.99em) {
  .o-grid.o-grid--xlarge-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .o-grid.o-grid--xlarge-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .o-grid.o-grid--xlarge-full > .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .o-grid.o-grid--super-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .o-grid.o-grid--super-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .o-grid.o-grid--super-full > .o-grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 20em) {
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-5\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    max-width: 5%;
  }

  .o-grid__cell--offset-5\@xsmall {
    margin-left: 5%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-10\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .o-grid__cell--offset-10\@xsmall {
    margin-left: 10%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-15\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }

  .o-grid__cell--offset-15\@xsmall {
    margin-left: 15%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-20\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .o-grid__cell--offset-20\@xsmall {
    margin-left: 20%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-25\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__cell--offset-25\@xsmall {
    margin-left: 25%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-30\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .o-grid__cell--offset-30\@xsmall {
    margin-left: 30%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-33\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .o-grid__cell--offset-33\@xsmall {
    margin-left: 33.33333%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-35\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .o-grid__cell--offset-35\@xsmall {
    margin-left: 35%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-40\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .o-grid__cell--offset-40\@xsmall {
    margin-left: 40%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-45\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }

  .o-grid__cell--offset-45\@xsmall {
    margin-left: 45%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-50\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__cell--offset-50\@xsmall {
    margin-left: 50%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-55\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }

  .o-grid__cell--offset-55\@xsmall {
    margin-left: 55%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-60\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .o-grid__cell--offset-60\@xsmall {
    margin-left: 60%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-65\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .o-grid__cell--offset-65\@xsmall {
    margin-left: 65%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-66\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .o-grid__cell--offset-66\@xsmall {
    margin-left: 66.66667%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-70\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .o-grid__cell--offset-70\@xsmall {
    margin-left: 70%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-75\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__cell--offset-75\@xsmall {
    margin-left: 75%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-80\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .o-grid__cell--offset-80\@xsmall {
    margin-left: 80%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-85\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }

  .o-grid__cell--offset-85\@xsmall {
    margin-left: 85%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-90\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .o-grid__cell--offset-90\@xsmall {
    margin-left: 90%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-95\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }

  .o-grid__cell--offset-95\@xsmall {
    margin-left: 95%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xsmall {
    display: none;
  }

  .o-grid__cell--visible\@xsmall {
    display: initial;
  }

  .o-grid__cell--width-100\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__cell--offset-100\@xsmall {
    margin-left: 100%;
  }

  .o-grid__cell--width-fixed\@xsmall {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 30em) {
  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-5\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    max-width: 5%;
  }

  .o-grid__cell--offset-5\@small {
    margin-left: 5%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-10\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .o-grid__cell--offset-10\@small {
    margin-left: 10%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-15\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }

  .o-grid__cell--offset-15\@small {
    margin-left: 15%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-20\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .o-grid__cell--offset-20\@small {
    margin-left: 20%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-25\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__cell--offset-25\@small {
    margin-left: 25%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-30\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .o-grid__cell--offset-30\@small {
    margin-left: 30%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-33\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .o-grid__cell--offset-33\@small {
    margin-left: 33.33333%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-35\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .o-grid__cell--offset-35\@small {
    margin-left: 35%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-40\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .o-grid__cell--offset-40\@small {
    margin-left: 40%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-45\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }

  .o-grid__cell--offset-45\@small {
    margin-left: 45%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-50\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__cell--offset-50\@small {
    margin-left: 50%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-55\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }

  .o-grid__cell--offset-55\@small {
    margin-left: 55%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-60\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .o-grid__cell--offset-60\@small {
    margin-left: 60%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-65\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .o-grid__cell--offset-65\@small {
    margin-left: 65%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-66\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .o-grid__cell--offset-66\@small {
    margin-left: 66.66667%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-70\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .o-grid__cell--offset-70\@small {
    margin-left: 70%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-75\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__cell--offset-75\@small {
    margin-left: 75%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-80\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .o-grid__cell--offset-80\@small {
    margin-left: 80%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-85\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }

  .o-grid__cell--offset-85\@small {
    margin-left: 85%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-90\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .o-grid__cell--offset-90\@small {
    margin-left: 90%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-95\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }

  .o-grid__cell--offset-95\@small {
    margin-left: 95%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@small {
    display: none;
  }

  .o-grid__cell--visible\@small {
    display: initial;
  }

  .o-grid__cell--width-100\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__cell--offset-100\@small {
    margin-left: 100%;
  }

  .o-grid__cell--width-fixed\@small {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 48em) {
  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-5\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    max-width: 5%;
  }

  .o-grid__cell--offset-5\@medium {
    margin-left: 5%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-10\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .o-grid__cell--offset-10\@medium {
    margin-left: 10%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-15\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }

  .o-grid__cell--offset-15\@medium {
    margin-left: 15%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-20\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .o-grid__cell--offset-20\@medium {
    margin-left: 20%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-25\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__cell--offset-25\@medium {
    margin-left: 25%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-30\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .o-grid__cell--offset-30\@medium {
    margin-left: 30%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-33\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .o-grid__cell--offset-33\@medium {
    margin-left: 33.33333%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-35\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .o-grid__cell--offset-35\@medium {
    margin-left: 35%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-40\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .o-grid__cell--offset-40\@medium {
    margin-left: 40%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-45\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }

  .o-grid__cell--offset-45\@medium {
    margin-left: 45%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-50\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__cell--offset-50\@medium {
    margin-left: 50%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-55\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }

  .o-grid__cell--offset-55\@medium {
    margin-left: 55%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-60\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .o-grid__cell--offset-60\@medium {
    margin-left: 60%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-65\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .o-grid__cell--offset-65\@medium {
    margin-left: 65%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-66\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .o-grid__cell--offset-66\@medium {
    margin-left: 66.66667%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-70\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .o-grid__cell--offset-70\@medium {
    margin-left: 70%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-75\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__cell--offset-75\@medium {
    margin-left: 75%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-80\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .o-grid__cell--offset-80\@medium {
    margin-left: 80%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-85\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }

  .o-grid__cell--offset-85\@medium {
    margin-left: 85%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-90\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .o-grid__cell--offset-90\@medium {
    margin-left: 90%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-95\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }

  .o-grid__cell--offset-95\@medium {
    margin-left: 95%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@medium {
    display: none;
  }

  .o-grid__cell--visible\@medium {
    display: initial;
  }

  .o-grid__cell--width-100\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__cell--offset-100\@medium {
    margin-left: 100%;
  }

  .o-grid__cell--width-fixed\@medium {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 64em) {
  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-5\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    max-width: 5%;
  }

  .o-grid__cell--offset-5\@large {
    margin-left: 5%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-10\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .o-grid__cell--offset-10\@large {
    margin-left: 10%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-15\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }

  .o-grid__cell--offset-15\@large {
    margin-left: 15%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-20\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .o-grid__cell--offset-20\@large {
    margin-left: 20%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-25\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__cell--offset-25\@large {
    margin-left: 25%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-30\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .o-grid__cell--offset-30\@large {
    margin-left: 30%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-33\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .o-grid__cell--offset-33\@large {
    margin-left: 33.33333%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-35\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .o-grid__cell--offset-35\@large {
    margin-left: 35%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-40\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .o-grid__cell--offset-40\@large {
    margin-left: 40%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-45\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }

  .o-grid__cell--offset-45\@large {
    margin-left: 45%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-50\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__cell--offset-50\@large {
    margin-left: 50%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-55\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }

  .o-grid__cell--offset-55\@large {
    margin-left: 55%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-60\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .o-grid__cell--offset-60\@large {
    margin-left: 60%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-65\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .o-grid__cell--offset-65\@large {
    margin-left: 65%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-66\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .o-grid__cell--offset-66\@large {
    margin-left: 66.66667%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-70\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .o-grid__cell--offset-70\@large {
    margin-left: 70%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-75\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__cell--offset-75\@large {
    margin-left: 75%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-80\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .o-grid__cell--offset-80\@large {
    margin-left: 80%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-85\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }

  .o-grid__cell--offset-85\@large {
    margin-left: 85%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-90\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .o-grid__cell--offset-90\@large {
    margin-left: 90%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-95\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }

  .o-grid__cell--offset-95\@large {
    margin-left: 95%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@large {
    display: none;
  }

  .o-grid__cell--visible\@large {
    display: initial;
  }

  .o-grid__cell--width-100\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__cell--offset-100\@large {
    margin-left: 100%;
  }

  .o-grid__cell--width-fixed\@large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 78em) {
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-5\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    max-width: 5%;
  }

  .o-grid__cell--offset-5\@xlarge {
    margin-left: 5%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-10\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .o-grid__cell--offset-10\@xlarge {
    margin-left: 10%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-15\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }

  .o-grid__cell--offset-15\@xlarge {
    margin-left: 15%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-20\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .o-grid__cell--offset-20\@xlarge {
    margin-left: 20%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-25\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__cell--offset-25\@xlarge {
    margin-left: 25%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-30\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .o-grid__cell--offset-30\@xlarge {
    margin-left: 30%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-33\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .o-grid__cell--offset-33\@xlarge {
    margin-left: 33.33333%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-35\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .o-grid__cell--offset-35\@xlarge {
    margin-left: 35%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-40\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .o-grid__cell--offset-40\@xlarge {
    margin-left: 40%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-45\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }

  .o-grid__cell--offset-45\@xlarge {
    margin-left: 45%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-50\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__cell--offset-50\@xlarge {
    margin-left: 50%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-55\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }

  .o-grid__cell--offset-55\@xlarge {
    margin-left: 55%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-60\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .o-grid__cell--offset-60\@xlarge {
    margin-left: 60%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-65\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .o-grid__cell--offset-65\@xlarge {
    margin-left: 65%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-66\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .o-grid__cell--offset-66\@xlarge {
    margin-left: 66.66667%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-70\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .o-grid__cell--offset-70\@xlarge {
    margin-left: 70%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-75\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__cell--offset-75\@xlarge {
    margin-left: 75%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-80\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .o-grid__cell--offset-80\@xlarge {
    margin-left: 80%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-85\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }

  .o-grid__cell--offset-85\@xlarge {
    margin-left: 85%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-90\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .o-grid__cell--offset-90\@xlarge {
    margin-left: 90%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-95\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }

  .o-grid__cell--offset-95\@xlarge {
    margin-left: 95%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@xlarge {
    display: none;
  }

  .o-grid__cell--visible\@xlarge {
    display: initial;
  }

  .o-grid__cell--width-100\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__cell--offset-100\@xlarge {
    margin-left: 100%;
  }

  .o-grid__cell--width-fixed\@xlarge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 116em) {
  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-5\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    max-width: 5%;
  }

  .o-grid__cell--offset-5\@super {
    margin-left: 5%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-10\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .o-grid__cell--offset-10\@super {
    margin-left: 10%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-15\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }

  .o-grid__cell--offset-15\@super {
    margin-left: 15%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-20\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .o-grid__cell--offset-20\@super {
    margin-left: 20%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-25\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .o-grid__cell--offset-25\@super {
    margin-left: 25%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-30\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .o-grid__cell--offset-30\@super {
    margin-left: 30%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-33\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .o-grid__cell--offset-33\@super {
    margin-left: 33.33333%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-35\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }

  .o-grid__cell--offset-35\@super {
    margin-left: 35%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-40\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .o-grid__cell--offset-40\@super {
    margin-left: 40%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-45\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }

  .o-grid__cell--offset-45\@super {
    margin-left: 45%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-50\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .o-grid__cell--offset-50\@super {
    margin-left: 50%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-55\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }

  .o-grid__cell--offset-55\@super {
    margin-left: 55%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-60\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .o-grid__cell--offset-60\@super {
    margin-left: 60%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-65\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .o-grid__cell--offset-65\@super {
    margin-left: 65%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-66\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .o-grid__cell--offset-66\@super {
    margin-left: 66.66667%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-70\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .o-grid__cell--offset-70\@super {
    margin-left: 70%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-75\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .o-grid__cell--offset-75\@super {
    margin-left: 75%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-80\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .o-grid__cell--offset-80\@super {
    margin-left: 80%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-85\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }

  .o-grid__cell--offset-85\@super {
    margin-left: 85%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-90\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .o-grid__cell--offset-90\@super {
    margin-left: 90%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-95\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }

  .o-grid__cell--offset-95\@super {
    margin-left: 95%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .o-grid__cell--hidden\@super {
    display: none;
  }

  .o-grid__cell--visible\@super {
    display: initial;
  }

  .o-grid__cell--width-100\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .o-grid__cell--offset-100\@super {
    margin-left: 100%;
  }

  .o-grid__cell--width-fixed\@super {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.o-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.o-panel-container {
  position: relative;
}

.o-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.o-panel--nav-top {
  top: 3.55em;
}

.o-panel--nav-bottom {
  bottom: 3.55em;
}

.c-card__body .o-panel {
  padding: 0.5em;
}

.o-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-media .c-heading {
  padding: 0;
}

.o-media__image,
.o-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-right: .001em;
  padding-left: .001em;
}

.o-media__image--top,
.o-media__body--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.o-media__image--center,
.o-media__body--center {
  -ms-flex-item-align: center;
      align-self: center;
}

.o-media__image--bottom,
.o-media__body--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.o-media__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 3em;
}

.o-media__body {
  margin-left: 0.5em;
}

.o-fieldset,
.o-fieldset.c-list {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  border: 0;
}

.o-fieldset__legend {
  display: block;
  width: 100%;
  padding: 1em 0;
  cursor: pointer;
  padding: 0.25em 0;
}

.o-form-element {
  position: relative;
  padding: 1em 0;
}

.o-form-element .c-label:first-child {
  padding: 0 0 0.5em 0;
}

.o-modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0 solid #96a8b2;
  border-radius: 4px;
  background-color: #FFF;
  overflow: hidden;
  z-index: 500;
}

.o-modal .c-card {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.o-modal .c-card__body {
  position: relative;
}

.o-modal--ghost {
  background-color: transparent;
  color: #FFF;
}

.o-modal--ghost .c-heading {
  color: #FFF;
}

.o-modal--full {
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.o-modal--full .c-card__body {
  position: absolute;
  top: 2.5em;
  bottom: 3.5em;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.o-modal--full .c-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.o-drawer {
  position: absolute;
  background-color: #FFF;
  color: #111;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.o-drawer > .c-card {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.o-drawer:not(.o-drawer--visible).u-high,
.o-drawer:not(.o-drawer--visible).u-higher,
.o-drawer:not(.o-drawer--visible).u-highest {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.o-drawer--bottom,
.o-drawer--top {
  left: 0;
  width: 80%;
  height: auto;
  margin-left: 10%;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.o-drawer--bottom {
  top: 100%;
  border-radius: 4px 4px 0 0;
}

.o-drawer--bottom.o-drawer--visible {
  -webkit-transform: translateY(-99%);
       -o-transform: translateY(-99%);
          transform: translateY(-99%);
}

.o-drawer--top {
  bottom: 100%;
  border-radius: 0 0 4px 4px;
}

.o-drawer--top.o-drawer--visible {
  -webkit-transform: translateY(99%);
       -o-transform: translateY(99%);
          transform: translateY(99%);
}

.o-drawer--left,
.o-drawer--right {
  top: 0;
  width: 260px;
  height: 100%;
}

.o-drawer--left .c-card__footer--block,
.o-drawer--right .c-card__footer--block {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.o-drawer--left .c-card__footer--block .c-button,
.o-drawer--right .c-card__footer--block .c-button {
  border-radius: 0;
}

.o-drawer--left {
  left: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.o-drawer--left.o-drawer--visible {
  -webkit-transform: translateX(-1%);
       -o-transform: translateX(-1%);
          transform: translateX(-1%);
}

.o-drawer--right {
  left: 100%;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.o-drawer--right.o-drawer--visible {
  -webkit-transform: translateX(-99%);
       -o-transform: translateX(-99%);
          transform: translateX(-99%);
}

.c-text {
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.55;
}

.c-text--mono {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

.c-text--highlight {
  margin: -0.125em;
  padding: 0.25em 0.25em 0.125em;
  background-color: #FFEB3B;
  color: #111;
}

.c-text--quiet {
  color: #96a8b2;
}

.c-text--loud {
  font-weight: bold;
}

.c-text--help[title] {
  border-bottom: 1px dashed #96a8b2;
  cursor: help;
}

.c-pre {
  margin: 0;
}

.c-code {
  margin: -0.125em;
  padding: 0.25em 0.25em 0.125em;
  background-color: #e5eaec;
  color: #111;
  display: inline;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-weight: normal;
}

.c-code--multiline {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}

.c-kbd {
  margin: -0.125em;
  padding: 0.25em 0.25em 0.125em;
  background-color: #96a8b2;
  color: #FFF;
  display: inline;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-weight: normal;
  border-bottom: 2px solid #7b929e;
  border-radius: 4px;
}

.c-blockquote {
  border-left: 5px solid #96a8b2;
  display: block;
  margin: 0;
  padding: 1em 1.5em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.c-blockquote--brand {
  border-left: 5px solid #2C3E50;
}

.c-blockquote--info {
  border-left: 5px solid #2196F3;
}

.c-blockquote--warning {
  border-left: 5px solid #FF9800;
}

.c-blockquote--success {
  border-left: 5px solid #4CAF50;
}

.c-blockquote--error {
  border-left: 5px solid #F44336;
}

.c-blockquote__body {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.25em;
}

.c-blockquote__footer {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  color: #96a8b2;
  font-style: italic;
}

.c-paragraph {
  display: block;
  margin: 0;
  padding: 0.5em 0;
}

.c-badge {
  border: 1px solid #96a8b2;
  background-color: #96a8b2;
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
}

.c-badge.c-badge--ghost {
  border: 1px solid #96a8b2;
  background-color: transparent;
  color: #96a8b2;
}

.c-badge--rounded {
  border-radius: 30em;
}

.c-badge--brand {
  border: 1px solid #2C3E50;
  background-color: #2C3E50;
  color: #FFF;
}

.c-badge--brand.c-badge--ghost {
  border: 1px solid #2C3E50;
  background-color: transparent;
  color: #2C3E50;
}

.c-badge--info {
  border: 1px solid #2196F3;
  background-color: #2196F3;
  color: #FFF;
}

.c-badge--info.c-badge--ghost {
  border: 1px solid #2196F3;
  background-color: transparent;
  color: #2196F3;
}

.c-badge--warning {
  border: 1px solid #FF9800;
  background-color: #FF9800;
  color: #FFF;
}

.c-badge--warning.c-badge--ghost {
  border: 1px solid #FF9800;
  background-color: transparent;
  color: #FF9800;
}

.c-badge--success {
  border: 1px solid #4CAF50;
  background-color: #4CAF50;
  color: #FFF;
}

.c-badge--success.c-badge--ghost {
  border: 1px solid #4CAF50;
  background-color: transparent;
  color: #4CAF50;
}

.c-badge--error {
  border: 1px solid #F44336;
  background-color: #F44336;
  color: #FFF;
}

.c-badge--error.c-badge--ghost {
  border: 1px solid #F44336;
  background-color: transparent;
  color: #F44336;
}

.c-heading,
.c-heading__sub {
  margin: 0;
  padding: 1em 0 0.5em;
  font-weight: normal;
}

.c-heading__sub {
  padding: 0;
  font-size: 0.8em;
  opacity: 0.6;
}

.c-address {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  font-style: normal;
}

.c-address__heading {
  display: block;
  font-weight: bold;
}

.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  max-width: 100%;
  padding: 0.5em 0;
  color: #96a8b2;
  font-size: 0.8em;
  text-align: left;
}

.c-table__row,
.c-table__head,
.c-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

.c-table--striped :not(.c-table__row--heading).c-table__row:nth-of-type(odd) {
  background-color: #e5eaec;
  color: initial;
}

.c-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
  text-align: left;
  overflow: auto;
}

.c-table__row--heading .c-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #B0BEC5;
  background-color: #cad4d8;
  color: initial;
  font-size: 1em;
  font-weight: bold;
}

.c-table--striped .c-table__row--heading .c-table__cell {
  background-color: #FFF;
  color: initial;
}

.c-table--clickable :not(.c-table__row--heading).c-table__row:hover .c-table__cell,
.c-table__row--clickable:hover .c-table__cell {
  background-color: initial;
  color: #0c7fda;
  cursor: pointer;
}

.c-table__row--disabled {
  background-color: initial;
  color: #96a8b2;
  cursor: default;
}

.c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover .c-table__cell,
.c-table__row--disabled:hover .c-table__cell {
  background-color: initial;
  color: #96a8b2;
  cursor: not-allowed;
}

.c-table--condensed {
  font-size: 0.8em;
}

.c-table--condensed .c-table__cell {
  padding: 0.25em;
}

.c-card {
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.6);
          box-shadow: 0 0 1px rgba(17, 17, 17, 0.6);
  overflow: hidden;
}

.c-card > .o-image:not(:first-child) {
  padding: 1em 0 0;
}

.c-card + .c-card {
  margin: 0.5em 0 0 0;
}

.c-card__header {
  padding: 1em 1em 0;
}

.c-card__header .c-heading {
  padding: 0;
}

.c-card__item {
  padding: 0.5em;
}

.c-card__body {
  padding: 1em;
}

.c-card__footer {
  padding: 1em;
}

.c-card__item + .c-card__footer--block {
  padding: 0;
}

.c-card__footer--block {
  padding: 0.5em 0 0;
}

.c-card__footer--block .c-input-group .c-button {
  border-bottom: 0;
}

.c-card__footer--block .c-input-group .c-button:first-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-card__footer--block .c-input-group .c-button:last-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-card__item:not(:last-child) {
  border-bottom: 1px solid rgba(202, 212, 216, 0.5);
}

.c-card--accordion label.c-card__item {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 2em;
  cursor: pointer;
}

.c-card--accordion label.c-card__item:before {
  position: absolute;
  left: .75em;
  content: "+";
}

.c-card--accordion > input {
  display: none;
}

.c-card--accordion > input + .c-card__item + .c-card__item {
  display: none;
}

.c-card--accordion > input:checked + .c-card__item + .c-card__item {
  display: block;
}

.c-card--accordion > input:checked + .c-card__item:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-card--menu {
  display: block;
  width: 100%;
  max-height: 280px;
  margin: 0.5em 0 0 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.c-card--grouped .c-card__item:not(:last-child) {
  border-bottom: 0;
}

.c-card__divider {
  height: 1px;
  background-color: #96a8b2;
  overflow: hidden;
}

.c-card__item--divider {
  background-color: #96a8b2;
  color: #FFF;
  font-weight: bold;
}

.c-card__item--brand {
  background-color: #2C3E50;
  color: #FFF;
}

.c-card__item--info {
  background-color: #2196F3;
  color: #FFF;
}

.c-card__item--warning {
  background-color: #FF9800;
  color: #FFF;
}

.c-card__item--success {
  background-color: #4CAF50;
  color: #FFF;
}

.c-card__item--error {
  background-color: #F44336;
  color: #FFF;
}

.c-card__item--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover {
  background-color: #e5eaec;
  cursor: pointer;
}

.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand {
  background-color: #3c556e;
}

.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info {
  background-color: #4dabf5;
}

.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning {
  background-color: #ffab2e;
}

.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success {
  background-color: #6abe6e;
}

.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error {
  background-color: #f66c62;
}

.c-card__item--active,
.c-card--accordion > input:checked + .c-card__item {
  background-color: rgba(202, 212, 216, 0.5);
  font-weight: bold;
}

.c-card__item--active.c-card__item--brand,
.c-card--accordion > input:checked + .c-card__item.c-card__item--brand {
  background-color: #1c2732;
}

.c-card__item--active.c-card__item--info,
.c-card--accordion > input:checked + .c-card__item.c-card__item--info {
  background-color: #0c7fda;
}

.c-card__item--active.c-card__item--warning,
.c-card--accordion > input:checked + .c-card__item.c-card__item--warning {
  background-color: #d17d00;
}

.c-card__item--active.c-card__item--success,
.c-card--accordion > input:checked + .c-card__item.c-card__item--success {
  background-color: #3e8f41;
}

.c-card__item--active.c-card__item--error,
.c-card--accordion > input:checked + .c-card__item.c-card__item--error {
  background-color: #ef1d0d;
}

.c-button {
  border: 1px solid transparent;
  background-color: #96a8b2;
  color: #FFF;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.5em;
  border-radius: 4px;
  outline: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-button.c-button--active {
  background-color: #7b929e;
}

.c-button:not(:disabled):hover {
  background-color: #b0bec5;
}

.c-button:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button:not(:disabled):active {
  background-color: #7b929e;
}

.c-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-button--close {
  border: 1px solid transparent;
  background-color: transparent;
  color: inherit;
  position: absolute;
  right: 0.5em;
  padding: 0;
  outline: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}

.c-button--close.c-button--active {
  background-color: rgba(0, 0, 0, 0);
}

.c-button--close:not(:disabled):hover {
  background-color: rgba(23, 23, 23, 0);
}

.c-button--close:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--close:not(:disabled):active {
  background-color: rgba(0, 0, 0, 0);
}

.c-button--block {
  display: inline-block;
  width: 100%;
}

.c-button--rounded {
  border-radius: 30em;
}

.c-button--brand {
  border: 1px solid transparent;
  background-color: #2C3E50;
  color: #FFF;
}

.c-button--brand.c-button--active {
  background-color: #1c2732;
}

.c-button--brand:not(:disabled):hover {
  background-color: #3c556e;
}

.c-button--brand:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--brand:not(:disabled):active {
  background-color: #1c2732;
}

.c-button--info {
  border: 1px solid transparent;
  background-color: #2196F3;
  color: #FFF;
}

.c-button--info.c-button--active {
  background-color: #0c7fda;
}

.c-button--info:not(:disabled):hover {
  background-color: #4dabf5;
}

.c-button--info:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--info:not(:disabled):active {
  background-color: #0c7fda;
}

.c-button--warning {
  border: 1px solid transparent;
  background-color: #FF9800;
  color: #FFF;
}

.c-button--warning.c-button--active {
  background-color: #d17d00;
}

.c-button--warning:not(:disabled):hover {
  background-color: #ffab2e;
}

.c-button--warning:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--warning:not(:disabled):active {
  background-color: #d17d00;
}

.c-button--success {
  border: 1px solid transparent;
  background-color: #4CAF50;
  color: #FFF;
}

.c-button--success.c-button--active {
  background-color: #3e8f41;
}

.c-button--success:not(:disabled):hover {
  background-color: #6abe6e;
}

.c-button--success:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--success:not(:disabled):active {
  background-color: #3e8f41;
}

.c-button--error {
  border: 1px solid transparent;
  background-color: #F44336;
  color: #FFF;
}

.c-button--error.c-button--active {
  background-color: #ef1d0d;
}

.c-button--error:not(:disabled):hover {
  background-color: #f66c62;
}

.c-button--error:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--error:not(:disabled):active {
  background-color: #ef1d0d;
}

.c-button--ghost {
  border: 1px solid #96a8b2;
  background-color: transparent;
  color: #96a8b2;
}

.c-button--ghost.c-button--active {
  border-color: #7b929e;
  background-color: #7b929e;
  color: #FFF;
}

.c-button--ghost:not(:disabled):hover {
  background-color: #96a8b2;
  color: #FFF;
}

.c-button--ghost:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--ghost:not(:disabled):active {
  border-color: #7b929e;
  background-color: #7b929e;
  color: #FFF;
}

.c-button--ghost-brand {
  border: 1px solid #2C3E50;
  background-color: transparent;
  color: #2C3E50;
}

.c-button--ghost-brand.c-button--active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

.c-button--ghost-brand:not(:disabled):hover {
  background-color: #2C3E50;
  color: #FFF;
}

.c-button--ghost-brand:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--ghost-brand:not(:disabled):active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

.c-button--ghost-info {
  border: 1px solid #2196F3;
  background-color: transparent;
  color: #2196F3;
}

.c-button--ghost-info.c-button--active {
  border-color: #0c7fda;
  background-color: #0c7fda;
  color: #FFF;
}

.c-button--ghost-info:not(:disabled):hover {
  background-color: #2196F3;
  color: #FFF;
}

.c-button--ghost-info:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--ghost-info:not(:disabled):active {
  border-color: #0c7fda;
  background-color: #0c7fda;
  color: #FFF;
}

.c-button--ghost-warning {
  border: 1px solid #FF9800;
  background-color: transparent;
  color: #FF9800;
}

.c-button--ghost-warning.c-button--active {
  border-color: #d17d00;
  background-color: #d17d00;
  color: #FFF;
}

.c-button--ghost-warning:not(:disabled):hover {
  background-color: #FF9800;
  color: #FFF;
}

.c-button--ghost-warning:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--ghost-warning:not(:disabled):active {
  border-color: #d17d00;
  background-color: #d17d00;
  color: #FFF;
}

.c-button--ghost-success {
  border: 1px solid #4CAF50;
  background-color: transparent;
  color: #4CAF50;
}

.c-button--ghost-success.c-button--active {
  border-color: #3e8f41;
  background-color: #3e8f41;
  color: #FFF;
}

.c-button--ghost-success:not(:disabled):hover {
  background-color: #4CAF50;
  color: #FFF;
}

.c-button--ghost-success:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--ghost-success:not(:disabled):active {
  border-color: #3e8f41;
  background-color: #3e8f41;
  color: #FFF;
}

.c-button--ghost-error {
  border: 1px solid #F44336;
  background-color: transparent;
  color: #F44336;
}

.c-button--ghost-error.c-button--active {
  border-color: #ef1d0d;
  background-color: #ef1d0d;
  color: #FFF;
}

.c-button--ghost-error:not(:disabled):hover {
  background-color: #F44336;
  color: #FFF;
}

.c-button--ghost-error:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-button--ghost-error:not(:disabled):active {
  border-color: #ef1d0d;
  background-color: #ef1d0d;
  color: #FFF;
}

.c-button__icon-left {
  padding-right: 0.5em;
}

.c-button__icon-right {
  padding-left: 0.5em;
}

.c-link {
  background-color: transparent;
  color: #0c7fda;
  text-decoration: none;
  cursor: pointer;
}

.c-link:not(:disabled):visited {
  color: #0966af;
}

.c-link:not(:disabled):hover {
  background-color: transparent;
  color: #2196f3;
}

.c-link:not(:disabled):active {
  background-color: transparent;
  color: #2196f3;
}

.c-link:hover {
  text-decoration: underline;
}

.c-link--brand {
  background-color: transparent;
  color: #2C3E50;
}

.c-link--brand:not(:disabled):visited {
  color: #1c2732;
}

.c-link--brand:not(:disabled):hover {
  background-color: transparent;
  color: #3c556e;
}

.c-link--brand:not(:disabled):active {
  background-color: transparent;
  color: #3c556e;
}

.c-link--info {
  background-color: transparent;
  color: #2196F3;
}

.c-link--info:not(:disabled):visited {
  color: #0c7fda;
}

.c-link--info:not(:disabled):hover {
  background-color: transparent;
  color: #4dabf5;
}

.c-link--info:not(:disabled):active {
  background-color: transparent;
  color: #4dabf5;
}

.c-link--warning {
  background-color: transparent;
  color: #FF9800;
}

.c-link--warning:not(:disabled):visited {
  color: #d17d00;
}

.c-link--warning:not(:disabled):hover {
  background-color: transparent;
  color: #ffab2e;
}

.c-link--warning:not(:disabled):active {
  background-color: transparent;
  color: #ffab2e;
}

.c-link--success {
  background-color: transparent;
  color: #4CAF50;
}

.c-link--success:not(:disabled):visited {
  color: #3e8f41;
}

.c-link--success:not(:disabled):hover {
  background-color: transparent;
  color: #6abe6e;
}

.c-link--success:not(:disabled):active {
  background-color: transparent;
  color: #6abe6e;
}

.c-link--error {
  background-color: transparent;
  color: #F44336;
}

.c-link--error:not(:disabled):visited {
  color: #ef1d0d;
}

.c-link--error:not(:disabled):hover {
  background-color: transparent;
  color: #f66c62;
}

.c-link--error:not(:disabled):active {
  background-color: transparent;
  color: #f66c62;
}

.c-list {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  list-style-position: outside;
}

.c-list .c-list {
  padding: 0 0 0 1em;
}

.c-list__item {
  padding: 0;
}

.c-list__item--unstyled {
  list-style: none;
}

.c-list--unstyled {
  padding: 0;
  list-style: none;
}

.c-list--ordered {
  padding: 0;
  list-style: none;
  counter-reset: ordered;
}

.c-list--ordered .c-list__item:before {
  padding: 0 0.5em 0 0;
  content: counters(ordered, ".") " ";
  counter-increment: ordered;
}

.c-list--inline {
  padding: 0;
}

.c-list--inline .c-list--inline {
  padding: 0;
}

.c-list--inline .c-list__item {
  display: inline-block;
  width: auto;
  padding-right: 1em;
}

.c-list--inline:not(.c-list--unstyled) .c-list__item:before {
  padding: 0 0.5em 0 0;
  content: "\2022";
}

.c-breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-breadcrumbs__crumb {
  display: inline-block;
  width: auto;
  padding: 0;
}

.c-breadcrumbs__crumb:not(:last-child):after {
  padding: 0 0.5em;
  color: #96a8b2;
  content: "/";
}

.c-tree {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-tree .c-tree {
  padding: 0 0 0 1em;
}

.c-tree__item {
  padding: 0;
}

.c-tree__item:before {
  display: inline-block;
  padding: 0 0.5em 0 0;
  -webkit-transform-origin: 30% 50%;
       -o-transform-origin: 30% 50%;
          transform-origin: 30% 50%;
  color: #cad4d8;
  content: "\2013";
}

.c-tree__item--expandable:before {
  color: #B0BEC5;
  content: "\276F";
}

.c-tree__item--expandable .c-tree {
  display: none;
}

.c-tree__item--expanded:before {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #7b929e;
  content: "\276F";
}

.c-tree__item--expanded .c-tree {
  display: block;
}

.c-tabs {
  display: block;
}

.c-tabs__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
}

.c-tab-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 1em;
  -webkit-box-shadow: 0 -0.2em 0 0 #e5eaec inset;
          box-shadow: 0 -0.2em 0 0 #e5eaec inset;
}

.c-tabs__nav {
  overflow: hidden;
}

.c-tabs__nav .c-tabs__headings {
  margin-bottom: -1em;
  padding-bottom: 1em;
  overflow-y: hidden;
  overflow-x: auto;
}

.c-tabs__nav .c-tab-heading {
  white-space: nowrap;
}

.c-tab-heading--active {
  -webkit-box-shadow: 0 -0.2em 0 0 #96a8b2 inset;
          box-shadow: 0 -0.2em 0 0 #96a8b2 inset;
}

.c-tabs--brand .c-tab-heading--active {
  -webkit-box-shadow: 0 -0.2em 0 0 #2C3E50 inset;
          box-shadow: 0 -0.2em 0 0 #2C3E50 inset;
}

.c-tabs--info .c-tab-heading--active {
  -webkit-box-shadow: 0 -0.2em 0 0 #2196F3 inset;
          box-shadow: 0 -0.2em 0 0 #2196F3 inset;
}

.c-tabs--warning .c-tab-heading--active {
  -webkit-box-shadow: 0 -0.2em 0 0 #FF9800 inset;
          box-shadow: 0 -0.2em 0 0 #FF9800 inset;
}

.c-tabs--success .c-tab-heading--active {
  -webkit-box-shadow: 0 -0.2em 0 0 #4CAF50 inset;
          box-shadow: 0 -0.2em 0 0 #4CAF50 inset;
}

.c-tabs--error .c-tab-heading--active {
  -webkit-box-shadow: 0 -0.2em 0 0 #F44336 inset;
          box-shadow: 0 -0.2em 0 0 #F44336 inset;
}

.c-tab-heading--disabled {
  background-color: initial;
  color: #96a8b2;
  cursor: not-allowed;
}

.c-tabs__tab {
  display: none;
  padding: 1em;
}

.c-tabs__tab--active {
  display: block;
}

.o-field {
  position: relative;
}

.o-field .c-field:disabled ~ .c-icon {
  color: #96a8b2;
}

.o-field .c-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.o-field--icon-right .c-field + .c-icon {
  right: 0.5em;
}

.o-field--icon-right .c-field {
  padding-right: 2em;
}

.o-field--icon-left .c-icon:first-child {
  left: 0.5em;
}

.o-field--icon-left .c-field {
  padding-left: 2em;
}

.c-fieldset,
.c-fieldset.c-list {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  border: 0;
}

.c-fieldset__legend {
  display: block;
  width: 100%;
  padding: 1em 0;
  cursor: pointer;
  padding: 0.25em 0;
}

.c-label {
  display: block;
  width: 100%;
  padding: 1em 0;
  cursor: pointer;
}

.c-field {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  border: 1px solid #96a8b2;
  border-radius: 4px;
  outline: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-field:focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

select.c-field {
  cursor: pointer;
}

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

select.c-field:not([multiple]) {
  padding-right: 1em;
  background-image: url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==");
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

.c-field input {
  margin-right: 0.125em;
  outline: 0;
  font-size: 1em;
}

.c-field--label {
  margin: 0.5em 0 0 0;
}

.c-field--error {
  border-color: #F44336;
  color: #F44336;
}

.c-field--success {
  border-color: #4CAF50;
  color: inherit;
}

.c-field--choice {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.c-fieldset--disabled .c-field,
.c-fieldset:disabled .c-field,
.c-field--disabled,
.c-field:disabled {
  color: #96a8b2;
  cursor: not-allowed;
  border-color: #96a8b2;
  background-color: #e5eaec;
}

.c-fieldset--disabled .c-field.c-field--choice,
.c-fieldset:disabled .c-field.c-field--choice,
.c-field--disabled.c-field--choice,
.c-field:disabled.c-field--choice {
  background-color: transparent;
}

.c-field input:disabled {
  color: #96a8b2;
  cursor: not-allowed;
}

.c-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-input-group .c-button {
  border-radius: 0;
}

.c-input-group .c-button:not(:first-child) {
  border-left-width: 0;
}

.c-input-group .c-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-input-group .c-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.c-input-group .o-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-input-group .o-field .c-field {
  border-radius: 0;
}

.c-input-group .o-field:not(:first-child) .c-field {
  border-left-width: 0;
}

.c-input-group .o-field:first-child .c-field {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-input-group .o-field:last-child .c-field {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.c-input-group .o-field--fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-input-group--rounded .c-button:first-child {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

.c-input-group--rounded .c-button:last-child {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

.c-input-group--rounded .o-field:first-child .c-field {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

.c-input-group--rounded .o-field:last-child .c-field {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

.c-input-group--rounded-left .c-button:first-child {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

.c-input-group--rounded-left .o-field:first-child .c-field {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

.c-input-group--rounded-right .c-button:last-child {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

.c-input-group--rounded-right .o-field:last-child .c-field {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

.c-input-group--stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-input-group--stacked .o-field:not(:first-child) .c-field {
  border-left-width: 1px;
}

.c-input-group--stacked .c-button:not(:first-child) {
  border-left-width: 1px;
}

.c-input-group--stacked .o-field,
.c-input-group--stacked .c-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}

.c-input-group--stacked .c-button:not(:first-child) {
  border-top: 0;
}

.c-input-group--stacked .c-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.c-input-group--stacked .c-button:first-child {
  border-radius: 4px 4px 0 0;
}

.c-input-group--stacked .c-button:last-child {
  border-radius: 0 0 4px 4px;
}

.c-input-group--stacked .o-field:not(:first-child) .c-field {
  border-top: 0;
}

.c-input-group--stacked .o-field:not(:first-child):not(:last-child) .c-field {
  border-radius: 0;
}

.c-input-group--stacked .o-field:first-child .c-field {
  border-radius: 4px 4px 0 0;
}

.c-input-group--stacked .o-field:last-child .c-field {
  border-radius: 0 0 4px 4px;
}

.c-hint {
  position: absolute;
  padding: 0 0.5em;
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
  color: #7b929e;
  font-size: 1em;
  opacity: 0;
  pointer-events: none;
}

.c-hint--static,
.c-field:focus ~ .c-hint,
.c-label__field:focus ~ .c-hint {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
}

.c-hint--success {
  color: #4CAF50;
}

.c-hint--error {
  color: #F44336;
}

.c-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-toggle input:not(:checked) + .c-toggle__track {
  background-color: #e5eaec;
}

.c-toggle input:not(:checked) + .c-toggle__track .c-toggle__handle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-toggle input:disabled + .c-toggle__track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-toggle input:disabled + .c-toggle__track .c-toggle__handle {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-toggle--brand .c-toggle__track {
  background-color: #2C3E50;
}

.c-toggle--info .c-toggle__track {
  background-color: #2196F3;
}

.c-toggle--warning .c-toggle__track {
  background-color: #FF9800;
}

.c-toggle--success .c-toggle__track {
  background-color: #4CAF50;
}

.c-toggle--error .c-toggle__track {
  background-color: #F44336;
}

.c-toggle input {
  display: none;
}

.c-toggle__track {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-color: #96a8b2;
  position: relative;
  width: 1em;
  height: .5em;
  margin: 0 0.5em;
  border-radius: 30em;
}

.c-toggle__handle {
  position: absolute;
  top: -.25em;
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 30em;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 4px -1px #111;
          box-shadow: 0 1px 4px -1px #111;
}

.c-tags {
  position: relative;
  width: 100%;
  text-align: left;
}

.c-tags .c-card--menu {
  position: absolute;
  width: 100%;
}

.c-tags__container {
  display: inline-block;
  max-width: 70%;
  padding-right: 0.25em;
}

.c-tag {
  display: inline-block;
  position: relative;
  max-width: 70%;
  margin: 0.125em;
  padding: 0.5em 1.5em 0.5em 0.5em;
}

.c-tag__close {
  position: absolute;
  top: 7px;
  right: 5px;
  color: #e5eaec;
  font-weight: bold;
}

.c-tags__field-container {
  display: inline-block;
  position: absolute;
  width: 30%;
  margin: 0.125em;
  cursor: pointer;
}

.c-range {
  width: 100%;
  padding: 0.5em 0;
  outline: 0;
  -webkit-appearance: none;
}

.c-range:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #96a8b2;
}

.c-range:not(:disabled)::-moz-range-track {
  background-color: #96a8b2;
}

.c-range:not(:disabled)::-ms-track {
  background-color: #96a8b2;
}

.c-range--brand:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #2C3E50;
}

.c-range--brand:not(:disabled)::-moz-range-track {
  background-color: #2C3E50;
}

.c-range--brand:not(:disabled)::-ms-track {
  background-color: #2C3E50;
}

.c-range--info:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #2196F3;
}

.c-range--info:not(:disabled)::-moz-range-track {
  background-color: #2196F3;
}

.c-range--info:not(:disabled)::-ms-track {
  background-color: #2196F3;
}

.c-range--warning:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #FF9800;
}

.c-range--warning:not(:disabled)::-moz-range-track {
  background-color: #FF9800;
}

.c-range--warning:not(:disabled)::-ms-track {
  background-color: #FF9800;
}

.c-range--success:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #4CAF50;
}

.c-range--success:not(:disabled)::-moz-range-track {
  background-color: #4CAF50;
}

.c-range--success:not(:disabled)::-ms-track {
  background-color: #4CAF50;
}

.c-range--error:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #F44336;
}

.c-range--error:not(:disabled)::-moz-range-track {
  background-color: #F44336;
}

.c-range--error:not(:disabled)::-ms-track {
  background-color: #F44336;
}

.c-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 30em;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.c-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
  border: 0;
  border-radius: 30em;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 4px -1px #111;
          box-shadow: 0 1px 4px -1px #111;
  cursor: pointer;
  -webkit-appearance: none;
}

.c-range::-moz-range-track {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 30em;
  box-shadow: none;
  cursor: pointer;
}

.c-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
  border: 0;
  border-radius: 30em;
  background-color: #FFF;
  box-shadow: 0 1px 4px -1px #111;
  cursor: pointer;
}

.c-range::-ms-track {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 30em;
  box-shadow: none;
  cursor: pointer;
  border-color: transparent;
  background-color: transparent;
  color: transparent;
}

.c-range::-ms-fill-lower,
.c-range::-ms-fill-upper {
  border: 0;
  border-radius: 30em;
  background-color: #96a8b2;
  box-shadow: none;
}

.c-range::-ms-thumb {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
  border: 0;
  border-radius: 30em;
  background-color: #FFF;
  box-shadow: 0 1px 4px -1px #111;
  cursor: pointer;
}

.c-range:not(:disabled):active::-webkit-slider-thumb {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.c-range:not(:disabled):active::-moz-range-thumb {
  transform: scale(1.4);
}

.c-range:not(:disabled):active::-ms-thumb {
  transform: scale(1.4);
}

.c-range:focus::-webkit-slider-thumb {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-range:focus::-moz-range-thumb {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-range:focus::-ms-thumb {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-range:disabled::-webkit-slider-thumb {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-range:disabled::-webkit-slider-runnable-track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-range:disabled::-moz-range-thumb {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-range:disabled::-moz-range-track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-range:disabled::-ms-thumb {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-range:disabled::-ms-track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

.c-pagination {
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}

.c-pagination__controls {
  display: inline-block;
  text-align: center;
}

.c-pagination__controls--backward {
  float: left;
  text-align: left;
}

.c-pagination__controls--forward {
  float: right;
  text-align: right;
}

.c-pagination__control,
.c-pagination__page {
  border: 1px solid transparent;
  background-color: #96a8b2;
  color: #FFF;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.5em;
  border-radius: 4px;
  outline: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #2C3E50;
  background-color: transparent;
  color: #2C3E50;
  min-width: 2.4em;
  border-radius: 30em;
}

.c-pagination__control.c-button--active,
.c-pagination__page.c-button--active {
  background-color: #7b929e;
}

.c-pagination__control:not(:disabled):hover,
.c-pagination__page:not(:disabled):hover {
  background-color: #b0bec5;
}

.c-pagination__control:not(:disabled):focus,
.c-pagination__page:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-pagination__control:not(:disabled):active,
.c-pagination__page:not(:disabled):active {
  background-color: #7b929e;
}

.c-pagination__control:disabled,
.c-pagination__page:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-pagination__control.c-button--active,
.c-pagination__page.c-button--active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

.c-pagination__control:not(:disabled):hover,
.c-pagination__page:not(:disabled):hover {
  background-color: #2C3E50;
  color: #FFF;
}

.c-pagination__control:not(:disabled):focus,
.c-pagination__page:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-pagination__control:not(:disabled):active,
.c-pagination__page:not(:disabled):active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

.c-pagination__page--current {
  background-color: #2C3E50;
  color: #FFF;
}

.c-pagination__ellipsis {
  padding: 0 1em;
}

.c-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 400;
}

.c-overlay--visible {
  opacity: 1;
  visibility: visible;
}

.c-overlay--fullpage {
  position: fixed;
}

.c-overlay--transparent {
  background-color: transparent;
}

.c-overlay--dismissable {
  cursor: pointer;
}

.c-bubble {
  display: inline-block;
  position: relative;
  padding: 1em;
  border-radius: 4px;
  background-color: #111;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}

.c-bubble:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  content: "";
}

.c-bubble--top:after {
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: #111;
}

.c-bubble--right:after {
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right-color: #111;
}

.c-bubble--bottom:after {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-color: #111;
}

.c-bubble--left:after {
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: #111;
}

.c-tooltip {
  position: relative;
  overflow: visible;
}

.c-tooltip:before,
.c-tooltip:after {
  visibility: hidden;
  z-index: 300;
}

.c-tooltip:before {
  position: absolute;
  border: 0.6em solid transparent;
  content: "";
}

.c-tooltip:after {
  position: absolute;
  padding: .25em .5em;
  border: 1px solid #111;
  border-radius: 4px;
  background-color: #111;
  color: #FFF;
  line-height: 1.45;
  white-space: nowrap;
  content: attr(aria-label);
  visibility: hidden;
}

.c-tooltip:hover:before,
.c-tooltip:hover:after {
  visibility: visible;
}

.c-tooltip--top:before {
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -1em);
       -o-transform: translate(-50%, -1em);
          transform: translate(-50%, -1em);
  border-top-color: #111;
}

.c-tooltip--top:after {
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -3em);
       -o-transform: translate(-50%, -3em);
          transform: translate(-50%, -3em);
}

.c-tooltip--right:before {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-right-color: #111;
}

.c-tooltip--right:after {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(1em, -50%);
       -o-transform: translate(1em, -50%);
          transform: translate(1em, -50%);
}

.c-tooltip--bottom:before {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 1em);
       -o-transform: translate(-50%, 1em);
          transform: translate(-50%, 1em);
  border-bottom-color: #111;
}

.c-tooltip--bottom:after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 3em);
       -o-transform: translate(-50%, 3em);
          transform: translate(-50%, 3em);
}

.c-tooltip--left:before {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left-color: #111;
}

.c-tooltip--left:after {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-1em, -50%);
       -o-transform: translate(-1em, -50%);
          transform: translate(-1em, -50%);
}

.c-alerts {
  display: block;
  position: absolute;
  width: 250px;
  max-height: 100%;
  background-color: transparent;
  z-index: 300;
  overflow-y: auto;
}

.c-alerts--topleft {
  top: 1em;
  left: 1em;
}

.c-alerts--topright {
  top: 1em;
  right: 1em;
}

.c-alerts--bottomleft {
  bottom: 0;
  left: 1em;
}

.c-alerts--bottomright {
  right: 1em;
  bottom: 0;
}

.c-alert {
  background-color: #96a8b2;
  color: #FFF;
  position: relative;
  margin: 0 0 1em 0;
  padding: 1em 3em 1em 1em;
  border-radius: 4px;
}

.c-alert--brand {
  background-color: #2C3E50;
  color: #FFF;
}

.c-alert--info {
  background-color: #2196F3;
  color: #FFF;
}

.c-alert--warning {
  background-color: #FF9800;
  color: #FFF;
}

.c-alert--success {
  background-color: #4CAF50;
  color: #FFF;
}

.c-alert--error {
  background-color: #F44336;
  color: #FFF;
}

.c-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: .001em;
  padding-left: .001em;
  max-width: 400px;
  padding: 0.25em;
  border: 1px solid #96a8b2;
  border-radius: 4px;
  background-color: #FFF;
  text-align: center;
  z-index: 200;
}

.c-calendar__control,
.c-calendar__date {
  border: 1px solid transparent;
  background-color: #FFF;
  color: #96a8b2;
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28%;
          flex: 0 0 14.28%;
  max-width: 14.28%;
  margin: 0;
  padding: 1em 0.5em;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  font-size: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-calendar__control.c-button--active,
.c-calendar__date.c-button--active {
  background-color: #e8e8e8;
}

.c-calendar__control:not(:disabled):hover,
.c-calendar__date:not(:disabled):hover {
  background-color: white;
}

.c-calendar__control:not(:disabled):focus,
.c-calendar__date:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-calendar__control:not(:disabled):active,
.c-calendar__date:not(:disabled):active {
  background-color: #e8e8e8;
}

.c-calendar__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-right: .001em;
  padding-left: .001em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding: 0.5em 0;
}

.c-calendar__day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-right: .001em;
  padding-left: .001em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28%;
          flex: 0 0 14.28%;
  max-width: 14.28%;
  padding: 0.5em 0;
  font-weight: bold;
}

.c-calendar__date:hover {
  border: 1px solid #96a8b2;
}

.c-calendar__date--in-month {
  color: #111;
}

.c-calendar__date--today {
  border-color: #cad4d8;
}

.c-calendar__date--selected,
.c-calendar__date--selected:hover {
  border: 1px solid transparent;
  background-color: #2C3E50;
  color: #FFF;
  border-color: #2C3E50;
}

.c-calendar__date--selected.c-button--active,
.c-calendar__date--selected:hover.c-button--active {
  background-color: #1c2732;
}

.c-calendar__date--selected:not(:disabled):hover,
.c-calendar__date--selected:hover:not(:disabled):hover {
  background-color: #3c556e;
}

.c-calendar__date--selected:not(:disabled):focus,
.c-calendar__date--selected:hover:not(:disabled):focus {
  border-color: #2196F3;
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-calendar__date--selected:not(:disabled):active,
.c-calendar__date--selected:hover:not(:disabled):active {
  background-color: #1c2732;
}

.c-nav {
  background-color: #111;
  color: #FFF;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 300;
}

.c-nav__item,
.c-nav__content {
  display: block;
  height: 3.5em;
  padding: 0 1em;
  color: inherit;
  line-height: 3.5em;
  vertical-align: middle;
}

.c-nav__item .o-image,
.c-nav__content .o-image {
  height: 100%;
}

.c-nav__item {
  text-decoration: none;
  cursor: pointer;
}

.c-nav__item:not(:disabled):hover {
  background-color: #7b929e;
  color: #FFF;
}

.c-nav__item:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-nav__item:not(:disabled):active {
  background-color: #647c88;
  color: #FFF;
}

.c-nav--inline .c-nav__item,
.c-nav--inline .c-nav__content {
  display: inline-block;
}

.c-nav--inline .c-nav__item--right,
.c-nav--inline .c-nav__content--right {
  float: right;
}

.c-nav--light {
  background-color: #F2F2EA;
  color: #3f2d26;
}

.c-nav--top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

.c-nav--bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-nav--left {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}

.c-nav--right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

.c-nav--fixed {
  position: fixed;
}

.c-nav__item--active {
  background-color: #7b929e;
  color: #FFF;
}

.c-nav__item--brand:not(:disabled):hover {
  background-color: #2C3E50;
  color: #FFF;
}

.c-nav__item--brand:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-nav__item--brand:not(:disabled):active {
  background-color: #1c2732;
  color: #FFF;
}

.c-nav__item--brand.c-nav__item--active {
  background-color: #2C3E50;
  color: #FFF;
}

.c-nav__item--info:not(:disabled):hover {
  background-color: #2196F3;
  color: #FFF;
}

.c-nav__item--info:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-nav__item--info:not(:disabled):active {
  background-color: #0c7fda;
  color: #FFF;
}

.c-nav__item--info.c-nav__item--active {
  background-color: #2196F3;
  color: #FFF;
}

.c-nav__item--warning:not(:disabled):hover {
  background-color: #FF9800;
  color: #FFF;
}

.c-nav__item--warning:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-nav__item--warning:not(:disabled):active {
  background-color: #d17d00;
  color: #FFF;
}

.c-nav__item--warning.c-nav__item--active {
  background-color: #FF9800;
  color: #FFF;
}

.c-nav__item--success:not(:disabled):hover {
  background-color: #4CAF50;
  color: #FFF;
}

.c-nav__item--success:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-nav__item--success:not(:disabled):active {
  background-color: #3e8f41;
  color: #FFF;
}

.c-nav__item--success.c-nav__item--active {
  background-color: #4CAF50;
  color: #FFF;
}

.c-nav__item--error:not(:disabled):hover {
  background-color: #F44336;
  color: #FFF;
}

.c-nav__item--error:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 2px #4dabf5;
          box-shadow: inset 0 0 0 2px #4dabf5;
}

.c-nav__item--error:not(:disabled):active {
  background-color: #ef1d0d;
  color: #FFF;
}

.c-nav__item--error.c-nav__item--active {
  background-color: #F44336;
  color: #FFF;
}

.c-progress {
  display: block;
  border: 0;
  border-radius: 4px;
  background-color: #e5eaec;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

.c-progress--rounded {
  border-radius: 30em;
}

.c-progress__bar {
  display: block;
  height: 100%;
  float: left;
  border-radius: 0;
  background-color: #96a8b2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-progress__bar:after {
  color: transparent !important;
  content: "-";
}

.c-progress__bar--brand {
  background-color: #2C3E50;
}

.c-progress__bar--info {
  background-color: #2196F3;
}

.c-progress__bar--warning {
  background-color: #FF9800;
}

.c-progress__bar--success {
  background-color: #4CAF50;
}

.c-progress__bar--error {
  background-color: #F44336;
}

.c-avatar {
  display: inline-block;
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0;
  border-radius: 30em;
  background-color: #2C3E50;
  color: #FFF;
}

.c-avatar[data-text]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: attr(data-text);
}

.c-avatar__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30em;
  overflow: hidden;
}

.c-avatar__img + .c-avatar__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}

.u-centered {
  text-align: center;
}

.u-justified {
  text-align: justify;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

.u-center-block {
  position: relative;
}

.u-center-block__content,
.u-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-center-block__content--vertical {
  left: auto;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-center-block__content--horizontal {
  top: auto;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.u-no-overflow {
  overflow: hidden;
}

.u-letter-box--super {
  padding-top: 3em;
  padding-bottom: 3em;
}

.u-letter-box--xlarge {
  padding-top: 2em;
  padding-bottom: 2em;
}

.u-letter-box--large {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.u-letter-box--medium {
  padding-top: 1em;
  padding-bottom: 1em;
}

.u-letter-box--small {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.u-letter-box--xsmall {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.u-letter-box--tiny {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

.u-letter-box--none {
  padding-top: 0;
  padding-bottom: 0;
}

.u-pillar-box--super {
  padding-right: 3em;
  padding-left: 3em;
}

.u-pillar-box--xlarge {
  padding-right: 2em;
  padding-left: 2em;
}

.u-pillar-box--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.u-pillar-box--medium {
  padding-right: 1em;
  padding-left: 1em;
}

.u-pillar-box--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.u-pillar-box--xsmall {
  padding-right: 0.25em;
  padding-left: 0.25em;
}

.u-pillar-box--tiny {
  padding-right: 0.125em;
  padding-left: 0.125em;
}

.u-pillar-box--none {
  padding-right: 0;
  padding-left: 0;
}

.u-window-box--super {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 3em;
  padding-left: 3em;
}

.u-window-box--xlarge {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  padding-left: 2em;
}

.u-window-box--large {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.u-window-box--medium {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
}

.u-window-box--small {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.u-window-box--xsmall {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.25em;
  padding-left: 0.25em;
}

.u-window-box--tiny {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  padding-right: 0.125em;
  padding-left: 0.125em;
}

.u-window-box--none {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.u-high,
.u-higher,
.u-highest {
  border: 0;
}

.u-high {
  -webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 5px 10px -3px rgba(17, 17, 17, 0.4);
          box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 5px 10px -3px rgba(17, 17, 17, 0.4);
}

.u-higher {
  -webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 10px 25px -4px rgba(17, 17, 17, 0.4);
          box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 10px 25px -4px rgba(17, 17, 17, 0.4);
}

.u-highest {
  -webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 20px 55px -8px rgba(17, 17, 17, 0.4);
          box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 20px 55px -8px rgba(17, 17, 17, 0.4);
}

.u-super {
  font-size: 2em;
}

.u-xlarge {
  font-size: 1.5em;
}

.u-large {
  font-size: 1.25em;
}

.u-medium {
  font-size: 1em;
}

.u-small {
  font-size: 0.8em;
}

.u-xsmall {
  font-size: 0.67em;
}

.u-visible {
  visibility: visible;
}

.u-invisible {
  visibility: hidden;
}

.u-display-none {
  display: none;
}

.u-display-initial {
  display: initial;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-block {
  display: block;
}

.u-display-table {
  display: table;
}

.u-display-table-cell {
  display: table-cell;
}

.u-display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*!
 * Bootstrap v4.0.0 (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)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --black: #111;
  --grey: #B0BEC5;
  --white: #FFF;
  --beige: #F2F2EA;
  --red: #F44336;
  --pink: #E91E63;
  --purple: #9C27B0;
  --blue: #2196F3;
  --green: #4CAF50;
  --cyan: #00BCD4;
  --yellow: #FFEB3B;
  --orange: #FF9800;
  --brown: #795548;
  --brand: #2C3E50;
  --info: #2196F3;
  --warning: #FF9800;
  --success: #4CAF50;
  --error: #F44336;
  --default: #96a8b2;
  --disabled: #96a8b2;
  --quiet: #96a8b2;
  --grey-dark: #96a8b2;
  --red-dark: #ef1d0d;
  --pink-dark: #c61350;
  --purple-dark: #7b1f8a;
  --blue-dark: #0c7fda;
  --green-dark: #3e8f41;
  --cyan-dark: #0093a6;
  --yellow-dark: #ffe60d;
  --orange-dark: #d17d00;
  --brown-dark: #5c4137;
  --grey-darker: #7b929e;
  --red-darker: #c4170b;
  --grey-light: #cad4d8;
  --red-light: #f66c62;
  --pink-light: #ed4880;
  --purple-light: #bb33d2;
  --blue-light: #4dabf5;
  --green-light: #6abe6e;
  --cyan-light: #03e2ff;
  --yellow-light: #fff069;
  --orange-light: #ffab2e;
  --brown-light: #966959;
  --grey-lighter: #e5eaec;
  --red-lighter: #f9948d;
  --pink-lighter: #f1729d;
  --purple-lighter: #c759da;
  --blue-lighter: #78bff8;
  --green-lighter: #8acc8d;
  --cyan-lighter: #31e8ff;
  --yellow-lighter: #fff497;
  --orange-lighter: #ffbd5c;
  --brown-lighter: #ab8172;
  --pink-darker: #9c0f3f;
  --purple-darker: #591665;
  --blue-darker: #0966af;
  --green-darker: #306f33;
  --cyan-darker: #006b78;
  --yellow-darker: #dec800;
  --orange-darker: #a36100;
  --brown-darker: #3f2d26;
  --brand-dark: #1c2732;
  --brand-darker: #0b1015;
  --brand-light: #3c556e;
  --brand-lighter: #4d6c8b;
  --info-dark: #0c7fda;
  --info-darker: #0966af;
  --info-light: #4dabf5;
  --info-lighter: #78bff8;
  --warning-dark: #d17d00;
  --warning-darker: #a36100;
  --warning-light: #ffab2e;
  --warning-lighter: #ffbd5c;
  --success-dark: #3e8f41;
  --success-darker: #306f33;
  --success-light: #6abe6e;
  --success-lighter: #8acc8d;
  --error-dark: #ef1d0d;
  --error-darker: #c4170b;
  --error-light: #f66c62;
  --error-lighter: #f9948d;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0c7fda;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #085592;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #111;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.5em;
  vertical-align: top;
  border-top: 1px solid #96a8b2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #96a8b2;
}

.table tbody + tbody {
  border-top: 2px solid #96a8b2;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #96a8b2;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #96a8b2;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #96a8b2;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]),
.search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.comment-form .input-group-sm > input.form-control-plaintext[type="text"],
.comment-form .input-group-sm > input.form-control-plaintext[type="email"],
.comment-form .input-group-sm > input.form-control-plaintext[type="url"],
.comment-form .input-group-sm > textarea.form-control-plaintext,
.search-form .input-group-sm > .form-control-plaintext.search-field,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .form-control-plaintext.search-submit,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.comment-form .input-group-sm > .input-group-append > input.form-control-plaintext[type="submit"],
.search-form .input-group-sm > .input-group-append > .form-control-plaintext.search-submit,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.comment-form .input-group-lg > input.form-control-plaintext[type="text"],
.comment-form .input-group-lg > input.form-control-plaintext[type="email"],
.comment-form .input-group-lg > input.form-control-plaintext[type="url"],
.comment-form .input-group-lg > textarea.form-control-plaintext,
.search-form .input-group-lg > .form-control-plaintext.search-field,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .form-control-plaintext.search-submit,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.comment-form .input-group-lg > .input-group-append > input.form-control-plaintext[type="submit"],
.search-form .input-group-lg > .input-group-append > .form-control-plaintext.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input:valid[type="text"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="email"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="url"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="url"] ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .search-form .search-field:valid ~ .valid-feedback,
.search-form .was-validated .search-field:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.search-form .is-valid.search-field ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.search-form .is-invalid.search-field ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline,
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group {
    width: auto;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover,
.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus {
  text-decoration: none;
}

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0c7fda;
  background-color: transparent;
}

.btn-link:hover {
  color: #085592;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group .search-form .search-submit + .btn,
.search-form .btn-group .search-submit + .btn,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group .search-form .search-submit + input[type="submit"],
.search-form .btn-group .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group .search-submit + input[type="submit"],
.btn-group .search-form .btn + .search-submit,
.search-form .btn-group .btn + .search-submit,
.btn-group .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group input[type="submit"] + .search-submit,
.btn-group .search-form .search-submit + .search-submit,
.search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group input[type="submit"] + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form .btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group .btn-group + input[type="submit"],
.btn-group .search-form .btn-group + .search-submit,
.search-form .btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group-vertical .search-form .search-submit + input[type="submit"],
.search-form .btn-group-vertical .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical .search-submit + input[type="submit"],
.btn-group-vertical .search-form .btn + .search-submit,
.search-form .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group-vertical .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group-vertical .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical input[type="submit"] + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child,
.comment-form .btn-group > input:first-child[type="submit"],
.search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical .search-form .search-submit,
.search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.search-form .btn-group-vertical > .search-submit + .btn,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"],
.search-form .btn-group-vertical > .btn + .search-submit,
.comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group,
.comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
.search-form .btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-form .btn-group-vertical > .btn-group + input[type="submit"],
.search-form .btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link,
.banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.banner .nav a:hover,
.nav-link:focus,
.banner .nav a:focus {
  text-decoration: none;
}

.nav-link.disabled,
.banner .nav a.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item,
.nav-tabs .banner .nav li,
.banner .nav .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs .banner .nav a,
.banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav a:hover,
.banner .nav .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav a:focus,
.banner .nav .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav a.disabled,
.banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav a.active,
.banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .nav li.show .nav-link,
.banner .nav .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .banner .nav a,
.banner .nav .nav-pills a {
  border-radius: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .banner .nav a.active,
.banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item,
.nav-fill .banner .nav li,
.banner .nav .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified .banner .nav li,
.banner .nav .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link,
.navbar-nav .banner .nav a,
.banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .nav a,
.banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .nav a,
.banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav a.show,
.banner .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .banner .nav a,
.banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav a.show,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav a.active,
.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(4px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 4px;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0c7fda;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #085592;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

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

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.3em 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.6em;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.3em 0.4rem 0.3em 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.3em 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.6em;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.3em 0 0.3em 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #96a8b2 !important;
}

.border-top {
  border-top: 1px solid #96a8b2 !important;
}

.border-right {
  border-right: 1px solid #96a8b2 !important;
}

.border-bottom {
  border-bottom: 1px solid #96a8b2 !important;
}

.border-left {
  border-left: 1px solid #96a8b2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 768px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

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

.text-dark {
  color: #343a40 !important;
}

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

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/psp/dist/vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  background: url(/wp-content/themes/psp/dist/images/bkg_body.jpg) 0 0 repeat;
  font-family: "Times-Roman", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

h1 {
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
}

h2 {
  margin-bottom: 0;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

mark,
.mark {
  padding: 0.2em;
  background-color: transparent;
}

.byconsolewooodt_delivery_type {
  display: none;
}

.byconsole_location_name {
  display: inline-block;
  font-size: 14px;
  font-family: "Times-Roman", sans-serif;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.ui-timepicker-list li {
  padding: 3px 20px 3px 15px;
}

@font-face {
  font-family: 'Times-BoldItalic';
  src: url(/wp-content/themes/psp/dist/fonts/Times-BoldItalic.eot);
  src: url(/wp-content/themes/psp/dist/fonts/Times-BoldItalic.eot) format("embedded-opentype"), url(/wp-content/themes/psp/dist/fonts/Times-BoldItalic.woff) format("woff"), url(/wp-content/themes/psp/dist/fonts/Times-BoldItalic.ttf) format("truetype"), url(/wp-content/themes/psp/dist/fonts/Times-BoldItalic.svg) format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Times-Roman';
  src: url(/wp-content/themes/psp/dist/fonts/Times-Roman.eot);
  src: url(/wp-content/themes/psp/dist/fonts/Times-Roman.eot) format("embedded-opentype"), url(/wp-content/themes/psp/dist/fonts/Times-Roman.woff) format("woff"), url(/wp-content/themes/psp/dist/fonts/Times-Roman.ttf) format("truetype"), url(/wp-content/themes/psp/dist/fonts/Times-Roman.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times-Bold';
  src: url(/wp-content/themes/psp/dist/fonts/Times-Bold.eot);
  src: url(/wp-content/themes/psp/dist/fonts/Times-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/psp/dist/fonts/Times-Bold.woff) format("woff"), url(/wp-content/themes/psp/dist/fonts/Times-Bold.ttf) format("truetype"), url(/wp-content/themes/psp/dist/fonts/Times-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Times-Italic';
  src: url(/wp-content/themes/psp/dist/fonts/Times-Italic.eot);
  src: url(/wp-content/themes/psp/dist/fonts/Times-Italic.eot) format("embedded-opentype"), url(/wp-content/themes/psp/dist/fonts/Times-Italic.woff) format("woff"), url(/wp-content/themes/psp/dist/fonts/Times-Italic.ttf) format("truetype"), url(/wp-content/themes/psp/dist/fonts/Times-Italic.svg) format("svg");
  font-weight: normal;
  font-style: italic;
}

button.button {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
}

button.button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

button.button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.submit {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
}

.submit::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.submit::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

a.alt {
  background: orange;
}

a.button.alt:hover {
  background: #000 !important;
}

.comment-list ol {
  list-style: none;
}

/** Search form */

.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.c-footer {
  margin-top: 10px;
  font-family: "Times-Roman", sans-serif;
}

.c-footer__copyright {
  background: url(/wp-content/themes/psp/dist/images/header_top_pattern.jpg);
  padding: 10px 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-footer__copyright p span {
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .c-footer__copyright p span {
    margin-right: 0;
  }
}

.c-footer__copyright a {
  color: #fff;
  text-decoration: underline;
}

.c-locations {
  clear: both;
}

.c-locations .c-location__wrapper {
  margin: 50px auto 20px;
  max-width: 790px;
  text-align: center;
}

.c-locations .c-location__wrapper_title {
  text-transform: uppercase;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  padding: 10px;
  max-width: 288px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-locations .c-location__wrapper_content {
  margin-top: 20px;
}

.c-locations .c-location__wrapper_content__list {
  margin-bottom: 1.5em;
}

.c-locations .c-location__wrapper_content__list li {
  display: inline;
  margin: 0;
  padding: 0;
  font-style: italic;
}

.c-locations .c-location__wrapper_content__list li a {
  text-decoration: underline;
  color: #000;
  font-size: 18px;
}

.c-locations .c-location__wrapper_content__list li a::after {
  content: ",";
}

.c-newsletter {
  max-width: 800px;
  margin: 40px auto 0;
}

.c-newsletter__wrapper_title {
  text-transform: uppercase;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  padding: 10px;
  max-width: 288px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-newsletter__wrapper_content {
  margin-top: 20px;
  text-align: center;
}

.c-newsletter-form {
  text-align: center;
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  background: url(/wp-content/themes/psp/dist/images/header_top_pattern.jpg);
  padding: 20px 0;
}

@media (max-width: 767px) {
  .c-newsletter-form {
    max-width: 90%;
  }
}

.c-newsletter-form__wrapper {
  margin: 15px auto;
  padding: 0;
}

.cmApp_signupContainer.cmApp_embedded,
.cmApp_signupContainer.cmApp_lightbox,
.cmApp_signupContainer.cmApp_slideoutTab {
  max-width: 415px;
}

#cmApp_signupContainer *,
#signupFormPreviewCon *,
#cmApp_slideoutButton {
  font-family: "Times-Roman", sans-serif !important;
}

.cmApp_signupContainer {
  padding: 0 50px;
}

.c-header {
  background: url(/wp-content/themes/psp/dist/images/header_top_pattern.jpg);
  padding: 8px 0;
  position: relative;
  z-index: 10;
}

.c-header__signin {
  text-transform: uppercase;
}

.c-header__signin a {
  text-decoration: underline;
  color: #fff;
}

.c-header__mybasket {
  text-transform: uppercase;
}

.c-header__mybasket_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODVERkExQkU3NDYwMTFFNEJFRERENkIyQzcwQUFBQTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODVERkExQkY3NDYwMTFFNEJFRERENkIyQzcwQUFBQTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NURGQTFCQzc0NjAxMUU0QkVEREQ2QjJDNzBBQUFBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NURGQTFCRDc0NjAxMUU0QkVEREQ2QjJDNzBBQUFBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiKJPBIAAAGbSURBVHjaYvz//z8DGlAEivUxMjL+BbJDGAgBkAEwLGCXLOmZ0zH556/fP/9DQDSyPDbMhGYe4/FLt5W7Fm5+AOVPBmJpol0AdYW/oH3K/rPX77+CumIHEDPicgFI4j8DBYCJgULACHTyfnI1vz84xxHml3v/SQf3wLEADLBlmw6e5cBmw5+///6DMA4H7IaFwbmDZ6+/h4n6FfSc9S/sOQsy3SG16Zh3XudZkDhIzDuv6wySAfvgBuw4dvEDLDKyw9ymCvByMwNTIkNnXuRcDQUpTpB4RojLBG5OdmZo1IMU7wFrAAaiABDvu/vk5Wcs/vz79++/fyDGv3//fv0BckDs33/+XoCnRGBIfgCac//UlTsgmiGzbd7lsPKJ50Fsr9zOMy4ZraeBGv6ZxtScBHkPJM7CzLQTPR2c23/mGjgcnEy1ej98/vYH5NLa1KDJkqICTKwszP8Koj27JUQE2KDq96AkZaAXLBW8cw8BnfmbUNwBffEVSHGiZ6aLQFt/zl6/78mv33/+4Uo4IK/8+v27Ccj8DhMDCDAA3GeMvquTJFoAAAAASUVORK5CYII=) no-repeat;
  margin-right: 8px;
}

.c-header__mybasket a {
  color: #fff;
}

.c-header__mybasket a:hover {
  text-decoration: none;
}

.c-header__mybasket a span {
  text-decoration: underline;
}

.c-header__logo {
  text-align: center;
  font-family: "Times-Roman", sans-serif;
  background-color: #000;
  border-bottom: 3px solid #fff;
  padding: 0 0 10px;
  position: relative;
  z-index: 10;
}

.c-header__logo a {
  padding-top: 10px;
  display: block;
}

.c-header__logo .nav-primary {
  padding-top: 10px;
}

.c-header__logo .nav-primary .nav {
  display: block;
  margin: 0 auto;
  max-width: 1050px;
}

.c-header__logo .nav-primary .nav li {
  display: inline-block;
}

.c-header__logo .nav-primary .nav li.current-menu-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  border-bottom: 1px solid #fff;
}

.c-header__logo .nav-primary .nav li a {
  line-height: 30px;
  color: #fff;
  font-family: "Times-Roman", sans-serif;
  margin: 0 11px;
  padding-top: 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-header__logo .nav-primary .nav li a:hover {
  text-decoration: none;
}

.c-header__logo .nav-primary .nav li a:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  border-bottom: 1px solid #fff;
}

.nav li {
  position: relative;
}

.nav li:hover .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  background: #fff;
  border: solid 1px #ccc;
  z-index: 10;
  width: 195px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.nav li:hover .sub-menu a {
  color: #000;
}

.nav li:hover .sub-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  left: 165px;
  top: 23px;
  z-index: 11;
  width: 220px;
}

.nav li:hover .sub-menu li:hover .sub-menu li a::after {
  content: none;
}

.nav li:hover .sub-menu li .sub-menu {
  display: none;
}

.nav li:hover .sub-menu li.menu-item-has-children a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  border-right: none;
  right: -20px;
  top: 50%;
  margin-top: 0;
}

.nav li .sub-menu {
  display: none;
}

.c-slider-home {
  position: relative;
}

.c-slider-home .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  border: 0;
  cursor: pointer;
  opacity: 0.6;
}

.c-slider-home .slick-arrow:hover {
  opacity: 1;
}

.c-slider-home .c-slider-home__arrows_left {
  left: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABXCAYAAACQo8w9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I3MTcxODM3MTVDMTFFNDkzQ0RFODM3REQyMjRBQUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I3MTcxODQ3MTVDMTFFNDkzQ0RFODM3REQyMjRBQUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QjcxNzE4MTcxNUMxMUU0OTNDREU4MzdERDIyNEFBQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QjcxNzE4MjcxNUMxMUU0OTNDREU4MzdERDIyNEFBQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuiXB5EAAAFhSURBVHja7NuhS0NRFMfxJ4LBBZPNaB3Yllwwj/cPzJW1YdTgXzC0rAqal2xWwbKkdcbBFkyaLAZFrmd4hBN9w8H9ut+BX/9weXDfvfecooBUSmnb8mApSeBx+q4RDXxv2RL4j8E7lkcaeOLgO8umwALDwLuWmYNvKeAnB99YNgQWGAauW54dfE0Bvzh4aFkXeNXBezRww/Lq4Esa+MKyJvCqg5s08IHlzcHnNPAZ4V5C4GWDWwHcJ4BLy7uDTwUWGAhuWz4cfEwBfzq4J7DAKXVo4J5j5+guDdwWWOCUjlBgR/9szYOCUsiVRn7TgmtHrA4/RP17YP/yBM/kjHhCgrNO44ILXh3OujUNcNb9tOCZwPN/3QrwfdQ7YoA3BBe8Ovwq+36PAGd11gR4XXDBfw/ndEAGOKvXVHDBF4NPMTMBAc6avhA8I3iNBOdMyQU4ax7xv8FHBaUcPl/p8kuAAQD+Q3y3Y14XhwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  height: 100px;
  width: 60px;
}

@media (max-width: 575.98px) {
  .c-slider-home .c-slider-home__arrows_left {
    left: 10px;
  }
}

.c-slider-home .c-slider-home__arrows_right {
  right: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABXCAYAAACQo8w9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUVFOUZFMTA3MTVDMTFFNDlBOUJBQ0M2NDdGREIzNDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUVFOUZFMTE3MTVDMTFFNDlBOUJBQ0M2NDdGREIzNDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RUU5RkUwRTcxNUMxMUU0OUE5QkFDQzY0N0ZEQjM0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RUU5RkUwRjcxNUMxMUU0OUE5QkFDQzY0N0ZEQjM0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrO1I6YAAAFaSURBVHja7Nuha0JRFMdxh2DYgmnNaB2smTSYZf+AWmxinMG/YLiyOpjZtLYqWExaNQoaljRZDA55O4+dgfCEPcOUr/4u/PqHy4P77rnnJIIgeLAMLbcJyjLsIPhZYwzcoGnfacFPAZ9YMhT4jaXv8CkJfi244PHhPYfPLFkKPGX5cPin4IKfKfzd4QvLHQWetHQdvhRc8PjwexK84/CVJUeBX1leBRf8cHieBH92+NpSJNVV2oILHg/+tAMvkeAth2/C4qfggp8hvOnwL0uZBK87fCu44PHhFRK85uhw1UnwsuCCHw5vkOAvv0e+dlrftMA6Ef/896jqL09gIPgRdUfE3cYFFjgKZlVNcfVpgf8Zy3rd2vOOWKCBcwJfOjjs93ijgTmdNbgeJoGPAGZ1QOJ6TQUWOArenQmYU8Cc6QuBBY6CWVNyuHlE5AAldcY2nGYekaaZvwUYADn2fLdP1GRfAAAAAElFTkSuQmCC) 0 0 no-repeat;
  height: 100px;
  width: 60px;
}

@media (max-width: 575.98px) {
  .c-slider-home .c-slider-home__arrows_right {
    right: 10px;
  }
}

.c-slider-home__item {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 550px;
  position: relative;
}

.c-slider-home__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}

.c-slider-home__item_wrapper {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}

.c-slider-home__item_wrapper__title {
  font-family: "Times-Roman", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
}

@media (max-width: 575.98px) {
  .c-slider-home__item_wrapper__title {
    font-size: 35px;
    font-size: 3.5rem;
    padding: 0 60px;
    line-height: 1.2;
  }
}

.c-slider-home__item_wrapper__content {
  font-family: "Times-Italic", sans-serif;
  font-style: italic;
  text-shadow: 1px 1px #000;
  line-height: 1.2;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 575.98px) {
  .c-slider-home__item_wrapper__content {
    width: 69%;
  }
}

@media (max-width: 767.98px) {
  .c-slider-home__item_wrapper__content {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-slider-home__item_wrapper__cta {
  width: 220px;
  margin: 12px auto 0;
  border: 2px #fff solid;
  background: transparent;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .c-slider-home__item_wrapper__cta {
    width: 165px;
  }
}

.c-slider-home__item_wrapper__cta_item {
  color: #fff;
  background: transparent;
  width: 100%;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding-bottom: 3px;
  text-transform: UPPERCASE;
  margin: 2px 0;
  padding-top: 4px;
}

@media (max-width: 575.98px) {
  .c-slider-home__item_wrapper__cta_item {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-search-bar {
  display: inline-block;
  position: relative;
  width: 212px;
}

.c-search-bar__wrapper {
  border: 2px solid #fff;
  display: inline-block;
  height: 33px;
  padding-top: 2px;
}

.c-search-bar__wrapper_input {
  background: #000;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 212px;
  position: relative;
  padding: 0 8px;
  font-size: 15px;
  font-size: 1.5rem;
}

.c-search-bar__wrapper_input::before {
  border-top: none;
  border-bottom: none;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}

.c-search-bar__wrapper_submit {
  position: absolute;
  top: 6px;
  right: 5px;
  border: 0;
  width: 25px;
  height: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAmCAYAAAC76qlaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OURCQ0Y2NzU2RkMwMTFFNDlBMjdEMEVGRDhBODk4NUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OURCQ0Y2NzY2RkMwMTFFNDlBMjdEMEVGRDhBODk4NUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5REJDRjY3MzZGQzAxMUU0OUEyN0QwRUZEOEE4OTg1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5REJDRjY3NDZGQzAxMUU0OUEyN0QwRUZEOEE4OTg1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnzj05gAAAIqSURBVHja7JgxS0JRFMd9JRQNGZVLVGSD1VBD0CBlW0NrrTXH6xMIiaODX6DFpaW+QA3RIBEEBTVEEdISDWpDUA1O5et/4QiHy9P7nldvT/DAj/dSz7u/rvfdc56W4zihboy+UJdGT7wn3k5xy7JcQcRABlyBL+AQZXAKbBBplN8MZYhdRYVLzjjIgx9HHZ8gBcJ+ZlTp5Fccf6+AkotgBdyCB5KV4xpE/0WcpL+ZTBVkwZw0aB9YBSeS/CMYMypOy4PP9A2Y8iCQBO8s7xxYJsXzkvSQj689Dj5Y/o4RcRBjN2LVy0y7iGwz8RexnEyIZ9ig2Vb3XrpB67GuI+61AG2w8yONunHU4Jodq5xLdHxHcShqjHfJzhdNiA/T8U2zUvP8EZO9yqCmuG6+b/EKHadVu4EiZth5yYT4HR0jIKEx3iY7v9eaco/boc22sZMWxxkAr+w6Cyb28YjUOCVbEE+z/ILJkp9iA4veI+5Degv8svyESfGwVPlE77HtYXmkJekcvTdpsq2NUmsq99l7YF40XmAULIMDaU2LOAb9YBZ8iXvH5IPEGLWmfiNH0uKfL7LXbSPidFFLtKbU5amiUF/TNNNFl8/YfsUtL79kNXp4pWK0Rg3TIivjJdqnz5D7zNb0E2sf5NjHZw+5eNsfljVqhq34duyOLhUT8oET9yi/G0hxD/LlwIor5GuBFm8ifxF4cZLfpeVRI+mJtuzjvZ+Ze+JdLP4nwADBW9oYD7dlkgAAAABJRU5ErkJggg==) no-repeat;
  background-size: 25px;
}

.c-teaser-products {
  position: relative;
  margin-top: -100px;
}

.c-teaser-products.products-page {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .c-teaser-products {
    margin-top: 40px;
  }
}

.c-teaser-products__brief {
  padding: 40px;
}

.c-teaser-products__item a {
  min-height: 200px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-teaser-products__item a::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s ease-in-out all;
  -o-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}

.c-teaser-products__item a::before {
  position: absolute;
  color: #fff;
  content: '+';
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  opacity: 0;
  font-size: 35px;
  font-size: 3.5rem;
}

.c-teaser-products__item a:hover::before {
  top: 50%;
  opacity: 1;
}

.c-teaser-products__item a:hover::after {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-teaser-products__item_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 200px;
  max-height: 200px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-teaser-products__item_image {
    min-height: 300px;
  }
}

.c-teaser-products__item_image::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 2px #fff;
}

.c-teaser-products__item_image::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 85%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
}

.c-teaser-products__item_image_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-teaser-products__item_content {
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .c-teaser-products__item_content {
    margin-bottom: 30px;
  }
}

.c-teaser-products__item_cta {
  margin: 20px 0 40px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .c-teaser-products__item_cta {
    margin-bottom: 30px;
  }
}

.c-teaser-products__item_cta__wrapper {
  background: #000;
  border: 3px #fff solid;
  width: 210px;
  max-width: 100%;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
}

.c-teaser-products__item_cta__wrapper_button {
  background: #000;
  text-transform: uppercase;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
}

.c-teaser-products__item_cta__wrapper_button a {
  min-height: auto;
  color: #fff;
}

.c-teaser-products__item_cta__wrapper_button a:hover {
  text-decoration: none;
}

.c-teaser-products__item_cta__wrapper_button a:hover::before {
  content: none;
}

.c-teaser-products__item_cta__wrapper_button a:hover::after {
  content: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce a.remove {
  color: #000 !important;
}

.woocommerce .quantity .qty {
  height: 47px;
}

.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.woocommerce input.button.alt,
.woocommerce input.button {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
  text-align: center;
}

.woocommerce input.button.alt::before,
.woocommerce input.button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce input.button.alt::after,
.woocommerce input.button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce button.button {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
  text-align: center;
}

.woocommerce button.button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce button.button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce button.button.alt {
  background-color: #000;
}

.woocommerce button.button.alt:hover {
  background-color: #1a1a1a;
}

.woocommerce a.button,
.woocommerce a.checkout-button {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
  text-align: center;
}

.woocommerce a.button::before,
.woocommerce a.checkout-button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce a.button::after,
.woocommerce a.checkout-button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce .woocommerce-pagination ul {
  border: 0;
}

.woocommerce .woocommerce-pagination ul li {
  background: #000;
}

.woocommerce .woocommerce-pagination ul li span.current {
  background: none;
}

.woocommerce .woocommerce-pagination ul li a {
  color: #fff;
}

.woocommerce span.onsale {
  background: #000;
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product a div {
  position: relative;
  display: block;
  overflow: hidden;
}

.woocommerce ul.products li.product a div::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s ease-in-out all;
  -o-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}

.woocommerce ul.products li.product a div::before {
  position: absolute;
  color: #fff;
  content: '+';
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  opacity: 0;
  font-size: 35px;
  font-size: 3.5rem;
}

.woocommerce ul.products li.product a div:hover::before {
  top: 50%;
  opacity: 1;
}

.woocommerce ul.products li.product a div:hover::after {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.woocommerce ul.products li.product a img {
  position: relative;
}

.woocommerce ul.products li.product a img::before {
  position: absolute;
  color: #fff;
  content: '+';
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  opacity: 0;
  font-size: 35px;
  font-size: 3.5rem;
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title,
.woocommerce ul.products li.product a .woocommerce-loop-category__title {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.woocommerce ul.products li.product a.button {
  background: #000;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  width: 210px;
  max-width: 100%;
  border-radius: 0;
  position: relative;
}

.woocommerce ul.products li.product a.button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce ul.products li.product a.button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.woocommerce ul.products li.product .price {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.woocommerce div.product p.price {
  color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fff;
  border-top-color: #000;
}

.product_meta a {
  color: #000;
}

.woocommerce-Tabs-panel h2 {
  border-bottom: solid 1px #000;
  margin-bottom: 10px;
}

.c-default-page-header {
  text-align: center;
  position: relative;
  margin-top: -200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-default-page-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.c-default-page-header__wrapper {
  min-height: 380px;
  position: relative;
  padding-top: 220px;
  z-index: 9;
}

.c-default-page-header__wrapper_title {
  color: #fff;
}

.c-default-page-header__wrapper_subtitle {
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 8px;
  font-style: italic;
}

.c-breadcrumbs {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  background: #fff;
  margin-top: 5px;
}

.c-breadcrumbs__wrapper {
  padding: 3px 0;
}

.c-breadcrumbs__wrapper_list {
  margin: 0;
  padding: 0;
}

.c-breadcrumbs__wrapper_list li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.c-breadcrumbs__wrapper_list li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

.c-landing-locations {
  margin: 20px;
}

.c-landing-locations__item {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding: 0 0 50px;
}

@media (max-width: 767px) {
  .c-landing-locations__item {
    margin-bottom: 0;
    padding: 0 38px;
  }
}

.c-landing-locations__item_title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.c-landing-locations__item_content {
  font-size: 12px;
}

.c-landing-locations__item_cta {
  margin-top: 8px;
  background: #000;
  text-transform: uppercase;
  border: 3px #fff solid;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media (max-width: 575px) {
  .c-landing-locations__item_cta {
    max-width: 210px;
    margin: 0 auto;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .c-landing-locations__item_cta {
    max-width: 320px;
    margin: 0 auto;
  }
}

.c-landing-locations__item_cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 1px;
  width: 100%;
  background: #fff;
}

.c-landing-locations__item_cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background: #fff;
}

.c-landing-locations__item_cta a {
  color: #fff;
}

.c-landing-locations-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  /* fixes potential theme css conflict */
}

.c-landing-locations-map img {
  max-width: inherit !important;
}

.c-landing-locations-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-location-header {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 364px;
  position: relative;
  margin-top: -200px;
}

.c-location-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}

.c-location-header__wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 9;
}

.c-location-header__wrapper_title {
  font-size: 38px;
  font-weight: bold;
}

.c-location-header__wrapper_content {
  font-style: italic;
  margin: 0 auto;
}

.c-location-header__button {
  background: #000;
  text-transform: uppercase;
  border: 3px #fff solid;
  padding: 10px 38px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 195px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .c-location-header__button {
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-location-header__button {
    left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-location-header__button {
    left: 30px;
  }
}

.c-location-header__button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 1px;
  width: 100%;
  background: #fff;
}

.c-location-header__button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background: #fff;
}

.c-location-header__button a {
  color: #fff;
  text-decoration: none;
}

.c-location-content {
  padding-top: 30px;
}

.c-location-content__title {
  padding-left: 14px;
}

.c-location-content__title h1 {
  color: #000;
  margin: 0;
  margin-bottom: 0.7em;
  font-family: 'Times-Bold', sans-serif;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: 28px;
  font-size: 2.8rem;
}

@media (max-width: 767.98px) {
  .c-location-content__map {
    margin-top: 20px;
  }
}

.c-services-navigation {
  border-bottom: 4px #000 double;
  padding-bottom: 5px;
  margin-bottom: 37px;
  text-align: center;
}

.c-services-navigation__wrapper {
  padding-top: 5px;
}

.c-services-navigation__wrapper_list {
  list-style-type: none;
}

.c-services-navigation__wrapper_list li {
  display: inline;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-services-navigation__wrapper_list li {
    display: block;
    margin-right: 0;
  }

  .c-services-navigation__wrapper_list li.active::before {
    width: 50%;
    left: 26%;
  }
}

.c-services-navigation__wrapper_list li.active::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 22px;
  left: 10%;
  border-bottom: 1px #000 solid;
  text-decoration: none;
}

.c-services-navigation__wrapper_list li a {
  color: #000;
}

.c-services-form {
  margin: 20px auto 0;
  max-width: 800px;
}

.c-services-form__submit {
  padding-top: 10px;
}

.c-services-form__submit_wrapper {
  background: #000;
  border: 3px #fff solid;
  width: 210px;
  max-width: 100%;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
}

.c-services-form__submit_wrapper__submit {
  background: #000;
  text-transform: uppercase;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
}

.c-services-form__submit_wrapper__submit .wpcf7-submit {
  width: 210px;
  max-width: 100%;
  background: #000;
  border: none;
  color: #fff;
  font-size: 14px;
}

.c-services-form__submit_wrapper__submit .ajax-loader {
  display: none;
}

.c-services-form textarea {
  height: 226px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  max-width: 365px;
  width: 100%;
  height: 30px;
  padding: 0 8px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
  font-size: 15px;
}

label {
  display: inline-block;
  font-size: 14px;
  font-family: "Times-Roman", sans-serif;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

select {
  width: 100%;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #000;
  background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdGNDc4QkM5QTJCMzExRTQ5Mzk4RkZEQ0VGOTk3Q0EyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdGNDc4QkNBQTJCMzExRTQ5Mzk4RkZEQ0VGOTk3Q0EyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0Y0NzhCQzdBMkIzMTFFNDkzOThGRkRDRUY5OTdDQTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0Y0NzhCQzhBMkIzMTFFNDkzOThGRkRDRUY5OTdDQTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAhACYDAREAAhEBAxEB/8QAXwABAQEBAQAAAAAAAAAAAAAAAAQGAggBAQAAAAAAAAAAAAAAAAAAAAAQAAIBAwMDBQEAAAAAAAAAAAECAwAEBREhEjEUBmFxIhNDMhEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A8qUCgUCgUCgsx2IyOS7rsYTO1nA93cIpXkIYyA7qpIZ+AbkwUEhdW/kEgJACToNyegoK8tichib+TH5GE297CFM0DFSyF0DhX4k8WAb5Kd1OzAEEUEdAoKsZk7/F5C3yOPna2vbVxJBMnVWX32PqDsaDZHyHwyw18pxEP1eTz7W+G+o9pj7r9L2Jm1V16Nbxfm2vLZF5hhpZZZpXlldpJZGLySOSzMzHUkk7kk0HFAoFAoFAoFAoFAoFB//Z) no-repeat right #fff;
  background-size: 30px 30px;
}

textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
}

div.wpcf7-validation-errors {
  margin: 20px auto 0;
  max-width: 775px;
  border: 2px solid red;
  font-size: 13px;
}

div.wpcf7 .ajax-loader {
  display: none;
}

span.wpcf7-list-item {
  margin: 0;
}

.c-coffee-teaser {
  max-width: 760px;
  margin: 60px auto 75px;
}

.c-coffee-image-highlighted {
  position: relative;
  width: 75%;
  margin: 20px auto 0;
}

.c-coffee-image-highlighted::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 4px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 2;
}

.c-coffee-image-highlighted img {
  border: 5px solid #fff;
}

.c-blog-posts__wrapper_intro {
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}

.c-blog-posts__wrapper_intro__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.c-blog-posts__wrapper_intro__date {
  font-style: italic;
  text-align: right;
}

.c-blog-posts__wrapper_intro:not(:first-child) {
  margin-top: 75px;
}

.c-blog-posts__wrapper_content {
  max-width: 80%;
  margin: 60px auto 0;
}

.c-blog-posts__wrapper_content img {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border: 5px solid #fff;
}

.c-recommended {
  margin-top: 50px;
}

.c-recommended .la-default-content__title {
  margin-bottom: 20px;
}

.c-recommended__item a {
  min-height: 200px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-recommended__item a::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s ease-in-out all;
  -o-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}

.c-recommended__item a::before {
  position: absolute;
  color: #fff;
  content: '+';
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  opacity: 0;
  font-size: 35px;
  font-size: 3.5rem;
}

.c-recommended__item a:hover::before {
  top: 50%;
  opacity: 1;
}

.c-recommended__item a:hover::after {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-recommended__item_image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  position: relative;
}

.c-recommended__item_image::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 2px #fff;
}

.c-recommended__item_image::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 85%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
}

.c-recommended__item_image_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-recommended__item_content {
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .c-recommended__item_content {
    margin-bottom: 30px;
  }
}

.related {
  clear: both;
}

.related h2 {
  margin-bottom: 20px;
}

.l-page-content__loyalty_form {
  margin-top: 30px;
  position: relative;
}

.l-page-content__loyalty_form::before {
  content: "";
  position: absolute;
  width: 162px;
  height: 162px;
  left: 50%;
  top: 16%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/wp-content/themes/psp/dist/images/la-creme-logo.png) repeat;
  z-index: 9;
}

@media (max-width: 767.98px) {
  .l-page-content__loyalty_form::before {
    top: 45%;
  }
}

.l-page-content__loyalty_form::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background: #fff;
}

@media (max-width: 767.98px) {
  .l-page-content__loyalty_form::after {
    content: none;
  }
}

.l-page-content__loyalty_form__wrapper {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: 340px;
  background: url(/wp-content/themes/psp/dist/images/header_top_pattern.jpg) repeat;
  color: #fff;
  text-align: center;
}

@media (max-width: 991.98px) {
  .l-page-content__loyalty_form__wrapper {
    height: auto;
  }
}

.l-page-content__loyalty_form__wrapper .la-default-content__title {
  padding: 10px 50px !important;
}

.l-page-content__loyalty_form__wrapper .la-default-content__title h2 {
  font-size: 15px;
  line-height: 1.5em;
}

@media (max-width: 767.98px) {
  .l-page-content__loyalty_form__wrapper .la-default-content__title.secondary {
    margin-top: 170px;
  }
}

.la-creme-member-desc {
  width: 60%;
  margin: 10px auto;
}

.la-creme-input {
  margin: 15px 0;
}

.la-creme-input .la-creme-margin {
  margin-bottom: 40px;
}

.la-creme-input .pattisons_button_wrapper {
  background: #000;
  border: 3px #fff solid;
  width: 210px;
  max-width: 100%;
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
}

.la-creme-input .pattisons_button_wrapper .pattisons_button {
  background: #000;
  text-transform: uppercase;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
}

.la-creme-input .pattisons_button_wrapper .pattisons_button button {
  font-size: 14px;
}

.la-creme-input .la-creme-card-border {
  width: 300px;
  margin: 0 auto 15px;
  border: 2px solid #fff;
  height: 40px;
}

.la-creme-input .la-creme-card-border input {
  width: 99%;
  height: 28px;
  margin-top: 1px;
  text-align: center;
}

.la-creme-input .la-creme-card-border .la-creme-card-border-inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 32px;
  margin: 2px 0;
}

.la-creme-input .lacreme-land-login-lostcard a {
  color: #fff;
}

.woocommerce-cart input.button {
  padding: 10px;
}

.woocommerce-cart .input-text {
  height: 37px;
}

.woocommerce-cart .woocommerce-cart-form {
  margin-top: 20px;
}

.woocommerce-cart .woocommerce-cart-form table.cart {
  border-radius: 0;
  border: 1px solid #000;
}

.woocommerce-cart .woocommerce-cart-form table.cart th {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-cart .woocommerce-cart-form table.cart td {
  border-top: 1px solid #000;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content legend {
  max-width: 100%;
  padding: 0 12px 20px;
}

@media (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-content p,
  .woocommerce-account .woocommerce-MyAccount-content legend {
    padding: 0;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .title {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 0;
  }
}

.woocommerce-account .woocommerce {
  margin-top: 20px;
}

.woocommerce-account .woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  margin-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: bold;
}

.prev_next_buttons {
  position: absolute;
  margin-top: 80px;
  padding: 0 60px;
  width: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .prev_next_buttons {
    display: none;
  }
}

.prev_next_buttons a:first-child {
  left: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABXCAYAAACQo8w9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjU3MkFDQjE4NzJCMTFFNDlBQzc4MzI1MkRFQUQ1MkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjU3MkFDQjI4NzJCMTFFNDlBQzc4MzI1MkRFQUQ1MkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNTcyQUNBRjg3MkIxMUU0OUFDNzgzMjUyREVBRDUyRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNTcyQUNCMDg3MkIxMUU0OUFDNzgzMjUyREVBRDUyRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp1dyewAAAH+SURBVHja7NstTwNBEAbgIyQIEChcJZYEh8KgCX+gVXUNFsEvIGCwCDSqDkuCQYEF2QSDAoVBQMgxm8wml2Np9nvmDZ3kNe2JJ01ztze70zTC1batV6g2KA+UgwYBzeBHcznlTj26B76nrKtGu8D8uU401YDy1AerRTN4xuBbylrve11oB3jVcY0etA9YFdoXrAZNtUl5ZvDNPLAKNINfGHxNWfG4d2OBpdFRYEl0NFgKvUV5ZfA0FCyBNuA3Bl9RlkPBtdG/wCHraQm0E6wZvf0XWCt6h/LO4Ms+WCO6C76gLKW8I9ZAe4E1ob3BWtC7IWAN6D3KB4PPfMDS6C74tESzJjc6GiyFTgJLoPc74JPSvbwcaNME/GTwcY0GZCo6G7gWOiu4Bjo7uDR6SPli8JFEUz0UbcDfDJ5INNVD0UXBJdDFwbnRoxrgnOgJYw16LLUTEILugodSOwEh6OrgVLQIOAV9KAVOQdtH87nUTsC/+aUh/9Owdw/Y+zTsExF27QG7yoNdT8O+ucC+I8K+jcP2PWA7TLC9PNiuKWx/GnYnIBm+2N2KLLh9RFtwO7bB8MUphAJwiPMetuBO1tiCO8M0F64d7YQjoC0c6gSkLbizpslw6YI7Px0NFy/ImQDY6QvYORfYiSLY2S3YKTnYeUTYyU/YGVvXNPOPAAMA58yt6ZPNbKsAAAAASUVORK5CYII=) no-repeat;
  width: 105px;
  height: 85px;
  display: block;
  text-indent: -999999px;
}

.prev_next_buttons a {
  top: 0;
  right: 0;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABXCAYAAACQo8w9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFGQzA2RkY4NzJCMTFFNDkzRjhCODZBNUY3QzNFMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFGQzA3MDA4NzJCMTFFNDkzRjhCODZBNUY3QzNFMzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMUZDMDZGRDg3MkIxMUU0OTNGOEI4NkE1RjdDM0UzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMUZDMDZGRTg3MkIxMUU0OTNGOEI4NkE1RjdDM0UzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmuhlBkAAAHVSURBVHja7NstSwRxEMfxFcGgwXTNaBVsJotZfANnsh1Wg69AtFgNZpPNKlguadUoWEyaLAZF1hmYhUN2F3f3/zBfuIFfuHDw4Th2/w8zRVEUe5IHyajIUGVZdo7WVL8recwB74teldzngvdFZ4UPQf+FP0nWCGitFcmdwZ9TwEOgtZZTwkOhk8JDopPBQ6Mr+K3BXyTrBLTWkuTG4K+h4bHQUeEx0dHgsdFR4CnQFfza4G+SDQJaa1FyZfD3IfCU6GDw1Ogg8BzoOvgmAV3BLw3+IdkioLUWJBdd4bnRveAe0J3hXtB18G0CuoKfGfxTskNAV3XaBveKboV7RjfCvaO1TmbguxS01rHBv/Twk4IeDM9ZveG5qxfcQx0Z/FsyRqANMTH4z3/gLtBd4W7QXeCu0DXwfQTaUAeG1g8TBNpg4ya4W3Qb3DW6Ce4eXQM/RKANfj7zyp//0vP/NO7pgXtO496IuLUHbpWHW0/jdi7EPSJuN44798CdMOHO8nCnprjzadxNAOrOBXe7hbtHxN3Y4u7GcV0IuH4PXGcNrocJ1y2G68vDdUDiek1xXb24/mlcpzpuJgA3fYGbc8FNFOFmt3BTcrh5ROTkJ3LGFjfN/CvAAOJFBKHaXcblAAAAAElFTkSuQmCC) no-repeat;
  width: 105px;
  height: 85px;
  display: block;
  text-indent: -999999px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: transparent;
  padding: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid transparent;
}

.woocommerce-checkout #payment div.payment_box input.input-text .woocommerce-checkout #payment div.payment_box textarea {
  border-radius: 2px;
  border: 1px solid #000;
}

.page-privacy-policy-data p,
.page-customer-support-faqs-data p {
  max-width: 100%;
}

.page-privacy-policy-data h3,
.page-customer-support-faqs-data h3 {
  margin-bottom: 10px;
}

.la-default-content__wrapper {
  margin: 37px auto 30px;
  max-width: 1050px;
  text-align: center;
}

.l-page-content {
  padding-top: 10px;
}

.l-page-content.services {
  margin: 0 auto;
  max-width: 80%;
}

.l-page-content.careers {
  max-width: 80%;
  margin: 0 auto;
}

.l-page-content p {
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.8em;
}

.l-page-content p a {
  color: #000;
  text-decoration: underline;
}

.l-page-content.coffee {
  margin: 0 auto;
  max-width: 80%;
}

.l-page-content.coffee p {
  max-width: 60%;
  margin: 0 auto 1rem;
}

@media (max-width: 767px) {
  .l-page-content.coffee p {
    max-width: 80%;
  }
}

.l-page-content ul {
  list-style: inside square;
  margin-bottom: 1.5em;
}

.l-page-content ul li {
  font-size: 14px;
  line-height: 24px;
  margin-left: 2em;
}

body#tinymce {
  margin: 12px !important;
}

.la-default-content {
  margin: 37px auto 30px;
  max-width: 80%;
  text-align: center;
}

.la-default-content__title {
  text-transform: uppercase;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  padding: 10px;
  max-width: 288px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.la-default-content__title.white {
  text-transform: uppercase;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  padding: 10px;
  max-width: 288px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.la-default-content__title:not(:first-child) {
  margin-top: 20px;
}

.la-default-content__title.page-loyalty {
  position: relative;
  margin: 60px auto 10px;
}

.la-default-content__title.page-loyalty::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 23px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXCAYAAAAcP/9qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjZBODVCODM4NUQ1MTFFNEJBQTZFMTg2MENCOENFNkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjZBODVCODQ4NUQ1MTFFNEJBQTZFMTg2MENCOENFNkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNkE4NUI4MTg1RDUxMUU0QkFBNkUxODYwQ0I4Q0U2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNkE4NUI4Mjg1RDUxMUU0QkFBNkUxODYwQ0I4Q0U2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvBI3DYAAAIFSURBVHja7FZNKERRFH4zTf43foeFTNmgyMKCjRoWrIiNzEZsrOyIhZUmSSkrK38bGRsRC0TYWVBKjWjEUGysFCIZ3zfOq9vtztBMUXLq65x3v/vOd9+95533HFYCVlriccKdAA8X4au6RHI4khCtkKGDRMSdcQTKgPkvRGm1GN/R5qUAy0BWTGGQeQbRYrgjoAvxhkINaaK2NWBehy0Kdwa0ASGTODX5BOeqOOICuFMgQ4aaMLbGAFs6CrdpEA6AW5KYoh6J3SLuUvJzIUEKZ3OysrJ7IKwl3rMDCDRr4hTtVK4PtHuPwb8poiEg3z7jHKBXEr/DVXInhOvH2ISaSRHXRS25Dsjlpsy1rUV2IbqKCDBlOAcWSLuVoNlnbhj3U9MyiSqTxoC0GNwsMB2DywDG4+T1O5Vt0clGuEHgBrFb47xw3UAP4nqNK4K7BgYkh8m2KLzH1RvIOfGs+EvMqVJel1WlAa3LGLlqHjOQK/yM4YHYG/Yd0f3+tFu+jygGVrgP8YJ2DyuzlcUGeDVuG5gEVgCXxvmQc5ENCfEuUBhdsSJMY0WPAH3KqlWLxGmzsTi+nqyjYbVT6sI/Zk7rl+xf+F/47wm7vjGHHesVeBb/JOMv4lPF88eBrTNdvOsrYTaQR+BO/jyC/HgDh2h1F8k8FZpTKVwNUC2/TOUAPyKZHwIMAC1OmqXO2BmDAAAAAElFTkSuQmCC) no-repeat;
}

.la-default-content__content {
  margin-top: 20px;
}

.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1 {
  max-width: 100%;
}

.woocommerce .woocommerce-info::before {
  color: #000;
}

.personalised-message h3 {
  display: none;
}

.woocommerce-input-wrapper {
  width: 100%;
  text-align: left;
}

.woocommerce form .form-row textarea {
  padding: 8px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry {
  font-size: 15px;
}

.byconsolewooodt_delivery_date .optional,
.byconsolewooodt_delivery_time .optional {
  display: none;
}

.c-blog {
  margin-top: 40px;
}

.c-blog .c-blog__wrapper {
  margin-bottom: 40px;
}

.c-blog .c-blog__wrapper a {
  display: block;
}

.c-blog .c-blog__wrapper a:hover .c-blog__wrapper_date,
.c-blog .c-blog__wrapper a:hover .c-blog__wrapper_title {
  text-decoration: none;
}

.c-blog a:hover__wrapper_date {
  text-decoration: none;
}

.c-blog a:hover__wrapper_title {
  text-decoration: none;
}

.c-blog a:hover__wrapper_excerpt {
  text-decoration: none;
}

.c-blog__wrapper {
  background: #fff;
}

.c-blog__wrapper_image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.c-blog__wrapper_date {
  padding: 10px 20px;
  font-size: 13px;
  font-style: italic;
}

.c-blog__wrapper_title {
  padding: 0 20px 10px;
  font-size: 20px;
}

.c-blog__wrapper_excerpt {
  padding: 0 20px 10px;
}

.c-blog__sidebar_title {
  font-size: 28px;
  margin-bottom: 40px;
  font-style: italic;
}

@media (max-width: 767.98px) {
  .c-blog__sidebar_title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .c-blog__sidebar_list {
    margin-bottom: 20px;
  }
}

.c-blog__sidebar_list li {
  padding: 0 0 8px;
}

.c-blog__sidebar_list li a {
  color: #000;
  font-size: 18px;
  font-style: italic;
}

.c-blog-single_date {
  padding: 10px 0;
  font-size: 16px;
  font-style: italic;
}

.c-blog-single_title {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}

.c-blog-single_content img {
  margin-bottom: 20px;
}


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