@charset "UTF-8";

/* src/scss/styles.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  height: 100vh;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: normal;
  font-size: 14px;
  color: #393C3F;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #0066FF;
  cursor: pointer;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}
.col {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.xs-1 {
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.xs-2 {
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.xs-3 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.xs-4 {
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.xs-5 {
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.xs-6 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.xs-7 {
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.xs-8 {
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.xs-9 {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.xs-10 {
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.xs-11 {
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.xs-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.xs-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.xs-offset-1 {
  margin-left: 8.3333333333%;
}
.xs-offset-2 {
  margin-left: 16.6666666667%;
}
.xs-offset-3 {
  margin-left: 25%;
}
.xs-offset-4 {
  margin-left: 33.3333333333%;
}
.xs-offset-5 {
  margin-left: 41.6666666667%;
}
.xs-offset-6 {
  margin-left: 50%;
}
.xs-offset-7 {
  margin-left: 58.3333333333%;
}
.xs-offset-8 {
  margin-left: 66.6666666667%;
}
.xs-offset-9 {
  margin-left: 75%;
}
.xs-offset-10 {
  margin-left: 83.3333333333%;
}
.xs-offset-11 {
  margin-left: 91.6666666667%;
}
.xs-pull-1 {
  position: relative;
  right: 8.3333333333%;
}
.xs-pull-2 {
  position: relative;
  right: 16.6666666667%;
}
.xs-pull-3 {
  position: relative;
  right: 25%;
}
.xs-pull-4 {
  position: relative;
  right: 33.3333333333%;
}
.xs-pull-5 {
  position: relative;
  right: 41.6666666667%;
}
.xs-pull-6 {
  position: relative;
  right: 50%;
}
.xs-pull-7 {
  position: relative;
  right: 58.3333333333%;
}
.xs-pull-8 {
  position: relative;
  right: 66.6666666667%;
}
.xs-pull-9 {
  position: relative;
  right: 75%;
}
.xs-pull-10 {
  position: relative;
  right: 83.3333333333%;
}
.xs-pull-11 {
  position: relative;
  right: 91.6666666667%;
}
.xs-pull-12 {
  position: relative;
  right: 100%;
}
.xs-push-1 {
  position: relative;
  left: 8.3333333333%;
}
.xs-push-2 {
  position: relative;
  left: 16.6666666667%;
}
.xs-push-3 {
  position: relative;
  left: 25%;
}
.xs-push-4 {
  position: relative;
  left: 33.3333333333%;
}
.xs-push-5 {
  position: relative;
  left: 41.6666666667%;
}
.xs-push-6 {
  position: relative;
  left: 50%;
}
.xs-push-7 {
  position: relative;
  left: 58.3333333333%;
}
.xs-push-8 {
  position: relative;
  left: 66.6666666667%;
}
.xs-push-9 {
  position: relative;
  left: 75%;
}
.xs-push-10 {
  position: relative;
  left: 83.3333333333%;
}
.xs-push-11 {
  position: relative;
  left: 91.6666666667%;
}
.xs-push-12 {
  position: relative;
  left: 100%;
}
.xs-start {
  margin-right: auto;
}
.xs-center {
  margin-right: auto;
  margin-left: auto;
}
.xs-end {
  margin-left: auto;
}
.xs-start {
  margin-right: auto;
}
.xs-center {
  margin-right: auto;
  margin-left: auto;
}
.xs-end {
  margin-left: auto;
}
.xs-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 567px) {
  .sm-1 {
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .sm-4 {
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .sm-7 {
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .sm-10 {
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sm-pull-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .sm-pull-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .sm-pull-3 {
    position: relative;
    right: 25%;
  }
  .sm-pull-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .sm-pull-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .sm-pull-6 {
    position: relative;
    right: 50%;
  }
  .sm-pull-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .sm-pull-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .sm-pull-9 {
    position: relative;
    right: 75%;
  }
  .sm-pull-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .sm-pull-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .sm-pull-12 {
    position: relative;
    right: 100%;
  }
  .sm-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .sm-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .sm-push-3 {
    position: relative;
    left: 25%;
  }
  .sm-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .sm-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .sm-push-6 {
    position: relative;
    left: 50%;
  }
  .sm-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .sm-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .sm-push-9 {
    position: relative;
    left: 75%;
  }
  .sm-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .sm-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .sm-push-12 {
    position: relative;
    left: 100%;
  }
  .sm-start {
    margin-right: auto;
  }
  .sm-center {
    margin-right: auto;
    margin-left: auto;
  }
  .sm-end {
    margin-left: auto;
  }
  .sm-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sm-middle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sm-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .sm-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .md-1 {
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-2 {
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .md-4 {
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .md-7 {
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-8 {
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .md-10 {
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .md-pull-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .md-pull-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .md-pull-3 {
    position: relative;
    right: 25%;
  }
  .md-pull-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .md-pull-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .md-pull-6 {
    position: relative;
    right: 50%;
  }
  .md-pull-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .md-pull-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .md-pull-9 {
    position: relative;
    right: 75%;
  }
  .md-pull-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .md-pull-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .md-pull-12 {
    position: relative;
    right: 100%;
  }
  .md-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .md-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .md-push-3 {
    position: relative;
    left: 25%;
  }
  .md-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .md-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .md-push-6 {
    position: relative;
    left: 50%;
  }
  .md-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .md-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .md-push-9 {
    position: relative;
    left: 75%;
  }
  .md-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .md-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .md-push-12 {
    position: relative;
    left: 100%;
  }
  .md-start {
    margin-right: auto;
  }
  .md-center {
    margin-right: auto;
    margin-left: auto;
  }
  .md-end {
    margin-left: auto;
  }
  .md-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .md-middle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .md-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .md-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .lg-1 {
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-2 {
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .lg-4 {
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-5 {
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .lg-7 {
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-8 {
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .lg-10 {
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-11 {
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg-pull-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .lg-pull-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .lg-pull-3 {
    position: relative;
    right: 25%;
  }
  .lg-pull-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .lg-pull-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .lg-pull-6 {
    position: relative;
    right: 50%;
  }
  .lg-pull-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .lg-pull-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .lg-pull-9 {
    position: relative;
    right: 75%;
  }
  .lg-pull-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .lg-pull-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .lg-pull-12 {
    position: relative;
    right: 100%;
  }
  .lg-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .lg-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .lg-push-3 {
    position: relative;
    left: 25%;
  }
  .lg-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .lg-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .lg-push-6 {
    position: relative;
    left: 50%;
  }
  .lg-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .lg-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .lg-push-9 {
    position: relative;
    left: 75%;
  }
  .lg-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .lg-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .lg-push-12 {
    position: relative;
    left: 100%;
  }
  .lg-start {
    margin-right: auto;
  }
  .lg-center {
    margin-right: auto;
    margin-left: auto;
  }
  .lg-end {
    margin-left: auto;
  }
  .lg-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .lg-middle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .lg-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .lg-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .xl-1 {
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-2 {
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .xl-4 {
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-5 {
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .xl-7 {
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-8 {
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .xl-10 {
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-11 {
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .xl-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl-offset-3 {
    margin-left: 25%;
  }
  .xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl-offset-6 {
    margin-left: 50%;
  }
  .xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl-offset-9 {
    margin-left: 75%;
  }
  .xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xl-pull-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .xl-pull-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .xl-pull-3 {
    position: relative;
    right: 25%;
  }
  .xl-pull-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .xl-pull-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .xl-pull-6 {
    position: relative;
    right: 50%;
  }
  .xl-pull-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .xl-pull-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .xl-pull-9 {
    position: relative;
    right: 75%;
  }
  .xl-pull-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .xl-pull-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .xl-pull-12 {
    position: relative;
    right: 100%;
  }
  .xl-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xl-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xl-push-3 {
    position: relative;
    left: 25%;
  }
  .xl-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xl-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xl-push-6 {
    position: relative;
    left: 50%;
  }
  .xl-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xl-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xl-push-9 {
    position: relative;
    left: 75%;
  }
  .xl-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xl-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xl-push-12 {
    position: relative;
    left: 100%;
  }
  .xl-start {
    margin-right: auto;
  }
  .xl-center {
    margin-right: auto;
    margin-left: auto;
  }
  .xl-end {
    margin-left: auto;
  }
  .xl-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .xl-middle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .xl-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .xl-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.rcl-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.navbar {
  flex: 0 0 50px;
  background-color: #444444;
}
.main {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  overflow-y: auto;
}
.content-wrapper {
  flex: 1 1 auto;
  display: flex;
  width: calc(1140px + 50vw - 570px);
  padding: 15px 0;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .content-wrapper {
    width: 100%;
  }
}
.content-wrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.content-wrapper::-webkit-scrollbar-track {
  background-color: #eee;
}
.content-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 1px solid slategrey;
  border-radius: 5px;
  outline: none;
  border: none;
}
.content-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: lightgray;
}
.content-wrapper::-webkit-scrollbar-corner {
  background-color: #eee;
}
.content {
  width: 100%;
}
@media (max-width: 768px) {
  .content {
    padding: 0 15px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  font-family: "Quicksand", sans-serif;
  color: #4E4E4E;
  height: 100%;
}
@media (max-width: 1140px) {
  .header {
    padding: 0 15px;
  }
}
.header_title {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: 100;
  color: #E1E1E1;
  cursor: pointer;
  text-decoration: none;
}
.header_title:link,
.header_title:visited,
.header_title:hover,
.header_title:focus,
.header_title:active {
  color: white;
}
@media (max-width: 768px) {
  .header_title {
    font-size: 20px;
  }
}
.header_logo {
  width: 40px;
  height: auto;
  padding-right: 10px;
}
.header_button-box {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .header_button-box {
    font-size: 12px;
  }
}
.sidebar {
  flex: 0 0 calc(50vw - 570px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  padding: 30px 0 0 20px;
  color: #373737;
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.warning {
  margin-top: 1rem;
  color: red;
}
.badge {
  font-size: 10px;
  background-color: #e9e9e9;
  padding: 5px;
  display: inline-block;
  font-weight: 400;
  line-height: 0.65;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  color: #6B6B6B;
  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;
  cursor: pointer;
}
.button {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  line-height: 1.5;
  padding: 5px 28px;
  background-color: #BDBDBD;
  color: white;
}
@media (max-width: 567px) {
  .button {
    font-size: 12px;
    padding: 4px 15px;
  }
}
.button:hover {
  text-decoration: none;
}
.button:focus {
  outline: none;
}
.button:disabled,
.button[disabled] {
  cursor: no-drop;
  opacity: 0.7;
}
.button--blue {
  background-color: #296CCC;
}
.card {
  margin-bottom: 2rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.card_header {
  height: 40px;
  padding: 10px 15px;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 700;
}
.card_body {
  padding: 15px 15px 20px 35px;
}
.checkbox_input {
  display: none;
}
.checkbox_label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.checkbox_label::before,
.checkbox_label::after {
  content: "";
  position: absolute;
}
.checkbox_label--error::before {
  border-color: #a94442;
}
.checkbox_input + .checkbox_label::before {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  display: block;
  height: 13px;
  width: 13px;
  top: 5px;
  left: 0;
  transition: border-color 0.15s 0s ease-in-out;
}
.checkbox_input + .checkbox_label:hover::before {
  border-color: black;
}
.checkbox_input:checked + .checkbox_label::before {
  background-color: #d3d3d3;
  border-width: 1px;
  transition: background-color 0.05s 0s ease-in-out;
}
.checkbox_input:checked + .checkbox_label:hover::before {
  background-color: rgb(143, 156, 143);
}
.checkbox_input:checked + .checkbox_label::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 6px;
  top: 5px;
  left: 4px;
  transform: rotate(45deg);
}
.dropdown {
  position: absolute;
  z-index: 9;
  top: 25px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-width: 500px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 3px 7px;
  border: 0;
  color: #000;
  font-size: 12px;
}
.dropdown--left {
  left: calc(100% - 10px);
}
.dropdown--right {
  right: 0;
}
.dropdown_item {
  width: 100%;
  padding: 0.25rem 1.5rem;
  font-weight: 400;
  color: #212529;
  background-color: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.dropdown_item:hover {
  background-color: rgba(65, 108, 150, 0.1);
  color: #000;
}
.dropdown_item--active {
  color: #fff;
  background-color: #007bff;
}
.dropdown_divider {
  border-top: 1px solid #e2e2e2;
}
.field-error {
  font-size: 11px;
  color: #a94442;
}
.field-error_container {
  min-height: 16px;
}
.form-group {
  margin-bottom: 14px;
}
.form-group--has-error {
  margin-bottom: 0;
}
.form-group--inline {
  display: flex;
  align-items: center;
}
.form-group--inline > *:first-child {
  flex: 0 0 auto;
  margin-right: 5px;
  margin-bottom: 16px;
}
.form-group--inline > *:not(:first-child) {
  flex: 1 1 auto;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.form-control::placeholder {
  color: #9B9B9B;
}
.form-control--disabled,
.form-control[disabled] {
  opacity: 0.5;
}
.form-control--error {
  border: 2px solid #a94442;
}
.form-label {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 12px;
}
textarea.form-control {
  height: auto;
}
.image-box > img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.list-item {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.list-item:last-child {
  padding-bottom: 20px;
}
.list-item_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  color: #006CD3;
  cursor: pointer;
}
@media (max-width: 567px) {
  .list-item_title {
    font-size: 16px;
  }
}
.list-item_subtitle-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #6B6B6B;
  margin: 6px 0;
  white-space: nowrap;
}
.list-item_subtitle-box > * {
  margin-bottom: 2px;
}
.list-item_subtitle-box > *:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 567px) {
  .list-item_subtitle-box {
    margin: 4px 0;
    font-size: 13px;
    line-height: 16px;
  }
}
.list-item_author {
  color: #4E5371;
  text-decoration: underline;
  cursor: pointer;
}
.list-item_content {
  color: #2E2E2E;
}
@media (max-width: 567px) {
  .list-item_content {
    font-size: 13px;
    line-height: 15px;
  }
}
.list-item_button-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 28px;
}
.list-item_button-box > * {
  margin-top: 4px;
}
.list-item_button-box .badge {
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width: 567px) {
  .list-item_button-box .badge {
    margin-left: 0;
  }
}
.list-item_button-box .badge a:link,
.list-item_button-box .badge a:visited,
.list-item_button-box .badge a:hover,
.list-item_button-box .badge a:focus,
.list-item_button-box .badge a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.loader {
  text-align: center;
}
.loader_overlay {
  position: relative;
  height: 100%;
}
.loader_more-container {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.loader_circle {
  width: 18px;
  height: 18px;
  opacity: 0.9;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}
.loader_circle:nth-of-type(3) {
  animation-delay: -0.3s;
}
.loader_circle:nth-of-type(2) {
  animation-delay: -0.15s;
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(0.9);
  }
}
.modal_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  color: #515151;
}
.modal {
  flex: 0 0 auto;
  margin: 40px auto;
}
.modal_frame {
  width: 450px;
  height: 550px;
  border: none;
  border-radius: 4px;
}
.modal_backdrop--centered {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  color: #515151;
}
.modal--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  background-color: white;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 50px;
  padding: 40px;
  z-index: 9999;
  background-color: #ffffff;
}
.search-box_title {
  padding: 15px 0 30px;
  font-size: 30px;
  font-weight: 600;
  min-height: 90px;
}
@media (max-width: 768px) {
  .search-box_title {
    font-size: 26px;
    padding: 10px 0 20px;
    min-height: 70px;
  }
}
@media (max-width: 567px) {
  .search-box_title {
    font-size: 21px;
  }
}
.search-box_bar {
  height: 38px;
  border-radius: 3px;
  background-color: #EBEBEB;
  color: #495057;
  width: 100%;
  position: relative;
}
.search-box_bar input {
  padding: 0 35px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}
.search-box_bar input::placeholder {
  color: #9B9B9B;
}
.search-box_bar input:focus {
  outline: none;
}
.search-box_icon-search {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-box_icon-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-box_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 3px 0;
  font-size: 13px;
}
.search-box_search-item {
  margin-left: 7px;
  color: #296CCC;
  text-decoration: underline;
  cursor: pointer;
}
.search-box_sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.search-box_sort-icon {
  padding-left: 4px;
  cursor: pointer;
}
.search-box_export {
  display: flex;
  align-items: center;
}
.search-box_loader {
  max-height: 18px;
}
.text-list_item,
.text-list_item--arrow,
.text-list_item--arrow-link {
  list-style: none;
  position: relative;
  margin-left: 18px;
}
.text-list_item::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
}
.text-list_item--arrow::before {
  content: "\2192";
  position: absolute;
  left: -18px;
}
.text-list_item--arrow-link::before {
  content: "\2192";
  position: absolute;
  left: -18px;
  color: #0066FF;
}
.to-top-button {
  position: fixed;
  right: 20px;
  top: 55%;
  z-index: 9999;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
@media (max-width: 1440px) {
  .to-top-button {
    right: 12px;
  }
}
.token_container {
  display: inline-table;
  padding: 3px 5px;
  height: auto;
  min-height: 66px;
}
.token_container.disabled {
  opacity: 0.5;
  background-color: #eee;
  color: white;
}
.token_container.disabled .token_icon {
  cursor: not-allowed;
}
.token_input {
  border: 0;
  font-size: inherit;
  color: inherit;
  padding: 5px 2px;
  background-color: transparent;
  width: 100%;
  outline: none;
}
.token_item {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  padding: 0.5em 0.75em;
  margin: 0.25em 0.1em;
  color: #4A4A4A;
  border-radius: 4px;
  background-color: #F3F3F3;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  transition: background-color 200ms linear;
}
.token_item.error {
  color: white;
  background-color: #D0021B;
}
.token_item:hover:not(.error) {
  background-color: rgba(0, 0, 0, 0.1);
}
.token_icon {
  display: inline;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
}
.token_icon::before,
.token_icon::after {
  position: absolute;
  right: 5px;
  bottom: 2px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #333;
}
.token_icon::before {
  transform: rotate(45deg);
}
.token_icon::after {
  transform: rotate(-45deg);
}
.token_icon:hover {
  transform: scale(1.2);
}
.pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.flex {
  display: flex;
  align-items: center;
}
.center-horizontal-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.margin-bottom-sm {
  margin-bottom: 1rem;
}
.margin-top-sm {
  margin-top: 1rem;
}
.text--h1 {
  color: #363737;
  font-size: 24px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}
.text--title {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  color: #0066FF;
}
.text--subtitle {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  color: grey;
}
.text--title-bold {
  font-size: 14px;
  font-weight: 700;
}
.text--title-aside {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  color: #363737;
  font-weight: 700;
  margin-bottom: 10px;
}
.text--center {
  text-align: center;
}
.ellipsis,
.dropdown_item,
.search-box_bar input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lowercase {
  text-transform: lowercase;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-REXO7C5C.css.map */
