@import url(https://fonts.googleapis.com/css?family=Hind:400,600|Roboto);/**
 * Mixins
 */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

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

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 36em) {
  .container {
    width: 37rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 63rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-offset-0, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

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

:root {
  --color-no-data: $color__no-data; }

body {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #333;
  --china-color: $red;
  --breakpoint: "xsmall"; }
  @media screen and (min-width: 35em) {
    body {
      --breakpoint: "small"; } }
  @media screen and (min-width: 48em) {
    body {
      --breakpoint: "medium"; } }
  @media screen and (min-width: 64em) {
    body {
      --breakpoint: "large"; } }

a {
  text-decoration: none;
  color: #ed392a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    -webkit-box-shadow: inset 0px -2px 0px 0 #d4d0cb;
    -moz-box-shadow: inset 0px -2px 0px 0 #d4d0cb;
    box-shadow: inset 0px -2px 0px 0 #d4d0cb; }

.container {
  max-width: 95%;
  margin: 0 auto; }

.title {
  font-family: "Roboto", sans-serif;
  margin: 1rem auto;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.36;
  color: #000;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .title {
      font-size: 25px;
      font-size: 1.5625rem;
      text-align: center;
      margin: 1rem auto; } }

.subtitle {
  margin: 1rem 0;
  line-height: 1; }

p {
  margin: 0 0 1.5rem; }

.desc {
  line-height: 1.8; }

p.instructions {
  margin-bottom: 2rem; }

.page-title {
  max-width: 700px;
  margin: 0 auto 1rem; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

/*----------  Page Layout  ----------*/
/*===================================
=            Page Layout            =
===================================*/
/*----------  Main Content  ----------*/
.content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 20px; }
  @media screen and (min-width: 48em) {
    .content-wrapper {
      grid-gap: 2rem; } }

/*----------  Chart  ----------*/
.chart-container {
  grid-column: 1 / -1; }
  @media screen and (min-width: 48em) {
    .chart-container {
      grid-column: 1 / 9; } }

.chart-labels {
  font-size: 11px;
  font-size: 0.6875rem;
  color: gray;
  display: flex;
  flex-flow: row;
  margin-left: 100px; }
  .chart-labels .chart-label {
    flex: 0 1 auto;
    width: 50%; }
  .chart-labels .label-right {
    text-align: right; }

.drillup-container {
  margin-top: 1rem; }
  .drillup-container .btn-drillup,
  .drillup-container .filter-desc {
    display: none;
    margin-top: 0;
    margin-bottom: 0; }
  .drillup-container .isActive {
    display: block; }

/*----------  Sidebar  ----------*/
.sidebar {
  grid-column: 1 / -1;
  position: relative; }
  @media screen and (min-width: 48em) {
    .sidebar {
      grid-column: 9 / -1; } }

/*----------  Filter Options  ----------*/
.filter-container {
  grid-column: 1 / -1; }
  @media screen and (min-width: 48em) {
    .filter-container {
      display: grid;
      grid-template-columns: repeat(2, [col-start] 1fr);
      grid-gap: 2rem; } }
  @media screen and (min-width: 64em) {
    .filter-container {
      grid-template-columns: repeat(15, [col-start] 1fr); } }

@media screen and (min-width: 64em) {
  .filter-option,
  .filter-toggles,
  .filter-legend {
    align-self: end; } }

.filter-option {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .filter-option {
      grid-column: span 1; } }
  @media screen and (min-width: 64em) {
    .filter-option {
      grid-column: span 3;
      margin-bottom: 0; } }

@media screen and (min-width: 64em) {
  .filter-toggles {
    grid-column: span 3; } }

@media screen and (min-width: 64em) {
  .filter-legend {
    grid-column: span 6;
    padding-left: 0.75rem; } }

/*----------  Rankings  ----------*/
.rankings-container .ranked-info {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #f2f2f2;
  color: #8c898c;
  border: 1px solid #dadada;
  padding: 0.5rem 1rem;
  margin: 0 auto 1rem auto;
  max-width: moz-fit-content;
  max-width: fit-content;
  display: none; }
  .rankings-container .ranked-info.isActive {
    display: block; }

.rankings-container .ranked-header {
  text-align: center;
  margin-bottom: 0.25rem;
  margin-left: 2rem; }

.rankings-container .ranked-subheading {
  margin-bottom: 1rem;
  margin-left: 2rem;
  text-align: center; }

.rankings-container .ranked-subheader {
  display: flex;
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #333;
  margin-left: 2rem; }
  .rankings-container .ranked-subheader .rank-name {
    text-align: center; }

.rankings-container .ranking-list {
  display: flex;
  flex-flow: row;
  position: relative;
  z-index: 1;
  height: 225px;
  overflow-y: scroll;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 48em) {
    .rankings-container .ranking-list {
      height: 475px; }
      .rankings-container .ranking-list.isSummer {
        height: 600px; } }

.rankings-container .ranked-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: calc(100% - 2rem);
  background-color: #f2f2f2;
  color: #8c898c;
  border-top: 1px solid #dadada;
  margin-left: 2rem;
  padding: 0.5rem;
  min-height: 40px;
  cursor: pointer; }
  .rankings-container .ranked-item:hover {
    background-color: #fff; }
  .rankings-container .ranked-item.isSelected {
    background-color: #fff;
    color: #000; }
    .rankings-container .ranked-item.isSelected:hover {
      background-color: #f2f2f2; }
  .rankings-container .ranked-item.gold::before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    margin-right: 10px;
    align-self: center;
    position: absolute;
    left: -2rem; }
  .rankings-container .ranked-item.gold:hover {
    background-color: #f1c668;
    color: #fff;
    font-weight: bold; }
  .rankings-container .ranked-item.silver::before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    margin-right: 10px;
    align-self: center;
    position: absolute;
    left: -2rem; }
  .rankings-container .ranked-item.silver:hover {
    background-color: #bcc1be;
    color: #fff;
    font-weight: bold; }
  .rankings-container .ranked-item.bronze::before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    margin-right: 10px;
    align-self: center;
    position: absolute;
    left: -2rem; }
  .rankings-container .ranked-item.bronze:hover {
    background-color: #cb7f37;
    color: #fff;
    font-weight: bold; }
  .rankings-container .ranked-item.gold::before {
    background-image: linear-gradient(-25deg, #fdd57f, #fdd57f 40%, #F1C668 40%, #F1C668 60%); }
  .rankings-container .ranked-item.silver::before {
    background-image: linear-gradient(-25deg, #cacecc, #cacecc 40%, #BCC1BE 40%, #BCC1BE 60%); }
  .rankings-container .ranked-item.bronze::before {
    background-image: linear-gradient(-25deg, #de9147, #de9147 40%, #CB7F37 40%, #CB7F37 60%); }

.rankings-container .rank-num {
  flex: 0 1 auto;
  width: 16%; }

.rankings-container .rank-name {
  flex: 2 1 auto; }

.rankings-container .rank-total {
  flex: 0 1 auto;
  text-align: center;
  min-width: 14%; }

.rankings-container .filter-desc {
  margin-left: 2rem; }

/*----------  Chart  ----------*/
/*==============================
=            Heatmap           =
===============================*/
.chart {
  margin: 0 auto;
  text-align: center; }
  .chart text {
    font-family: "Hind", sans-serif; }

svg {
  shape-rendering: geometricPrecision; }

.g-axis text {
  fill: #333;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media screen and (min-width: 48em) {
    .g-axis text {
      font-size: 11px;
      font-size: 0.6875rem; } }

.g-axis .axis__label {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  fill: #000;
  text-anchor: middle; }
  @media screen and (min-width: 48em) {
    .g-axis .axis__label {
      font-size: 18px;
      font-size: 1.125rem; } }

.g-axis .axis--y path, .g-axis .axis--y line {
  visibility: hidden; }

.g-axis .axis--y text {
  font-size: 15px;
  font-size: 0.9375rem;
  text-anchor: start;
  font-weight: bold; }
  @media screen and (min-width: 48em) {
    .g-axis .axis--y text {
      font-size: 13px;
      font-size: 0.8125rem; } }

.g-axis .axis--y .tick.isLink {
  cursor: pointer; }

.g-axis .axis--x .sport-axis path {
  stroke: #c5c5c5; }

.g-plot .cell {
  fill: #3b75bb;
  fill-opacity: 0.5; }
  .g-plot .cell:hover {
    cursor: pointer; }
  .g-plot .cell[data-iso='CHN'] {
    stroke: #ed392a;
    stroke-width: 1; }
  .g-plot .cell.gold {
    fill: url("#gold-medal");
    fill-opacity: 1; }
  .g-plot .cell.silver {
    fill: url("#silver-medal");
    fill-opacity: 1; }
  .g-plot .cell.bronze {
    fill: url("#bronze-medal");
    fill-opacity: 1; }
  .g-plot .cell.Asia {
    fill: #58a897; }
  .g-plot .cell.Americas {
    fill: #83badc; }
  .g-plot .cell.Africa {
    fill: #3b75bb; }
  .g-plot .cell.Europe {
    fill: #a483a8; }
  .g-plot .cell.Oceania {
    fill: #8cb561; }
  .g-plot .cell.noregion {
    fill: #333; }
  .g-plot .cell.empty {
    visibility: hidden;
    stroke: none;
    fill: transparent; }

.g-paths .country-path {
  display: none; }
  .g-paths .country-path.isActive, .g-paths .country-path.isSelected {
    display: block; }

.g-paths path {
  stroke: #DEDEDE;
  fill: none;
  stroke-width: 2px;
  pointer-events: none; }

.clip-gold {
  stop-color: #F1C668; }

.clip-silver {
  stop-color: #BCC1BE; }

.clip-bronze {
  stop-color: #CB7F37; }

.clip-gold-light {
  stop-color: #fdd57f; }

.clip-silver-light {
  stop-color: #cacecc; }

.clip-bronze-light {
  stop-color: #de9147; }

/*----------  Tooltips  ----------*/
/*================================
=            Tooltips            =
================================*/
.tooltip {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  z-index: 20;
  height: auto;
  margin: 0 15px;
  padding: 8px 8px 10px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #728c99;
  background-color: #fff;
  pointer-events: none; }
  @media screen and (min-width: 48em) {
    .tooltip {
      display: block; } }
  .tooltip p {
    margin: 0; }
  .tooltip .tooltip-heading {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: underline; }
  .tooltip .tooltip-label {
    color: #000; }
    .tooltip .tooltip-label.indented {
      padding-left: 0.75rem; }
  .tooltip .tooltip-body {
    line-height: 1.2;
    color: #808081; }

.info {
  display: none;
  position: relative; }
  @media screen and (min-width: 48em) {
    .info {
      display: inline; } }
  .info::before {
    content: "i";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 14px;
    height: 14px;
    margin-top: -14px;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/*----------  Legends  ----------*/
/*===============================
=            Legends            =
===============================*/
/*----------  Color Legend  ----------*/
.legend-color {
  list-style-type: none;
  margin: 0.5rem 0 0 0;
  padding: 0; }
  .legend-color li {
    position: relative;
    display: none;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-left: 0.5rem; }
    .legend-color li::before {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background-color: #333;
      margin-right: 8px; }
    .legend-color li.Asia::before {
      background-color: #58a897; }
    .legend-color li.Americas::before {
      background-color: #83badc; }
    .legend-color li.Africa::before {
      background-color: #3b75bb; }
    .legend-color li.Europe::before {
      background-color: #a483a8; }
    .legend-color li.Oceania::before {
      background-color: #8cb561; }
    .legend-color li.noregion::before {
      background-color: #333; }
    .legend-color li.China {
      display: inline-block;
      margin-left: 0; }
      .legend-color li.China::before {
        background-color: transparent;
        border: 1px solid #ed392a; }
    .legend-color li.isActive {
      display: inline-block; }

/*----------  Form Elements  ----------*/
/*=====================================
=            Form Elements            =
=====================================*/
label {
  font-family: "Roboto", sans-serif;
  color: gray;
  display: block; }

.filter-label, .toggle-group label:after {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  display: block; }
  @media screen and (min-width: 48em) {
    .filter-label, .toggle-group label:after {
      font-size: 18px; } }

.filter-desc {
  font-size: 12px;
  margin-bottom: 5px;
  color: gray; }

p.filter-desc {
  line-height: 1.3; }

.filter-select {
  font-size: 15px;
  line-height: 1.28571em;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 3px 35px 5px 7px;
  -webkit-user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
  border: 2px solid #455a64;
  -webkit-border-radius: 2px;
  background: #fff;
  background-image: url(b1b0d3dedcc2d31610845d58239d8d8d.svg), linear-gradient(to right, #455a64, #455a64);
  background-repeat: no-repeat;
  background-position: 101% center;
  background-size: 30px 30px, 30px 30px;
  -moz-appearance: none;
  -webkit-appearance: button; }

.checkbox-container {
  position: relative; }
  .checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    transition: 0.2s; }
  .checkbox-container input[type=checkbox] + label {
    display: inline-block;
    font-weight: normal;
    color: #000; }
  .checkbox-container input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    vertical-align: -0.2em;
    width: 1rem;
    height: 1rem;
    border: 2px solid #455a64;
    border-radius: 0.2em;
    margin-right: 0.3em;
    background-color: white;
    transition: 0.2s; }
  .checkbox-container input[type=checkbox]:checked + label {
    font-weight: semibold;
    font-color: red; }
  .checkbox-container input[type=checkbox]:focus + label:before,
  .checkbox-container input[type=checkbox]:checked:focus + label:before {
    outline: 2px solid rgba(69, 90, 100, 0.5); }
  .checkbox-container input[type=checkbox]:hover + label:before {
    background-color: rgba(69, 90, 100, 0.5);
    box-shadow: inset 0 0 0 0.15em white; }
  .checkbox-container input[type=checkbox]:checked + label:before {
    background-color: #455a64;
    box-shadow: inset 0 0 0 0.15em white; }
  .checkbox-container input[type=checkbox]:disabled + label {
    opacity: 0.5; }

/*----------  Toggle Switch  ----------*/
.toggle-group {
  --toggle-width: 33px;
  --toggle-height: 15px;
  --toggle-border: 2px;
  --toggle-width-offset: calc((var(--toggle-width) / 2) - 3px);
  --toggle-padding: 20px;
  position: relative;
  padding: var(--toggle-padding) 0 1px 0; }
  .toggle-group input[type=checkbox] {
    position: absolute;
    visibility: hidden; }
  .toggle-group label {
    display: block;
    position: relative;
    width: var(--toggle-width);
    height: var(--toggle-height);
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 20px #c5c5c5, 0 0 0 2px #c5c5c5;
    -moz-box-shadow: inset 0 0 0 20px #c5c5c5, 0 0 0 2px #c5c5c5;
    box-shadow: inset 0 0 0 20px #c5c5c5, 0 0 0 2px #c5c5c5; }
  .toggle-group label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: calc(var(--toggle-height));
    width: var(--toggle-width-offset);
    top: 0px;
    left: 0px;
    right: auto;
    background: #fff;
    transition: 0.3s; }
  .toggle-group label:after {
    content: attr(data-label);
    display: block;
    position: absolute;
    z-index: 0;
    top: -5px;
    left: calc(var(--toggle-width) + 15px);
    color: #000;
    white-space: nowrap;
    margin-bottom: 0; }
  .toggle-group input[type=checkbox]:checked + label {
    -webkit-box-shadow: inset 0 0 0 20px #455a64, 0 0 0 2px #455a64;
    -moz-box-shadow: inset 0 0 0 20px #455a64, 0 0 0 2px #455a64;
    box-shadow: inset 0 0 0 20px #455a64, 0 0 0 2px #455a64; }
  .toggle-group input[type=checkbox]:checked + label:before {
    left: calc(100% - var(--toggle-width-offset)); }
  .toggle-group input[type=checkbox]:disabled + label:after {
    color: #c5c5c5;
    font-weight: normal;
    cursor: not-allowed; }
  .toggle-group input[type=checkbox]:disabled + label {
    cursor: not-allowed; }
  .toggle-group .hint-placer {
    display: inline-block;
    width: 5px;
    height: 1px;
    position: absolute;
    top: 0; }
    .toggle-group .hint-placer.isWeighted {
      left: calc(var(--toggle-width) * 5.7); }
    .toggle-group .hint-placer.isAdjusted {
      left: calc(var(--toggle-width) * 6.8); }

/*----------  Clear  ----------*/
.filter-clear {
  margin-top: 1rem; }
  .filter-clear .desktop-instructions {
    display: none; }
    @media screen and (min-width: 48em) {
      .filter-clear .desktop-instructions {
        display: block; } }
  @media screen and (min-width: 48em) {
    .filter-clear .mobile-instructions {
      display: none; } }
  .filter-clear button {
    margin-top: 0; }

/*----------  Buttons  ----------*/
/*===============================
=            Buttons            =
===============================*/
.btn, .introjs-button {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.69;
  letter-spacing: 0.7px;
  padding: 0.25rem 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 2px;
  cursor: pointer; }

.btn.btn-red, .btn-red.introjs-button, .introjs-button.introjs-donebutton, .btn.introjs-donebutton {
  background-color: #ed392a; }
  .btn.btn-red:hover, .btn-red.introjs-button:hover, .introjs-button.introjs-donebutton:hover, .btn.introjs-donebutton:hover {
    background-color: #c42d21; }

.btn.btn-blue, .introjs-button {
  background-color: #2b3d46; }
  .btn.btn-blue:hover, .introjs-button:hover {
    background-color: #728c99; }

.btn.btn-transparent, .btn-transparent.introjs-button {
  background-color: transparent;
  color: #000;
  text-transform: none; }

.btn.btn-gray, .btn-gray.introjs-button {
  background-color: #f1f1f1;
  color: #808081; }
  .btn.btn-gray:hover, .btn-gray.introjs-button:hover {
    background-color: #d6d6d6; }

/*----------  Loading  ----------*/
/*===============================
=            Loading            =
===============================*/
.loading-container {
  position: relative; }

.loading {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  border: 5px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
  box-sizing: border-box; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

.hide-on-load {
  opacity: 0;
  visibility: hidden; }

/*----------  Source  ----------*/
/*==============================
=            Source            =
==============================*/
.source {
  margin-top: 3.5rem;
  padding-bottom: 2rem;
  text-align: right; }
  @media screen and (min-width: 48em) {
    .source {
      margin-top: 2rem; } }
  .source svg {
    width: 300px;
    height: auto; }
  .source p {
    font-size: 0.8rem;
    line-height: 1.1;
    margin: 0;
    text-align: right;
    color: gray; }

/*----------  Disclaimer  ----------*/
/*==================================
=            Disclaimer            =
==================================*/
.desktop-disclaimer {
  grid-column: 1 / -1;
  font-size: 14px;
  margin-top: 1rem; }
  @media screen and (min-width: 48em) {
    .desktop-disclaimer {
      display: none; } }

/*----------  IntroJS  ----------*/
/*===============================
=            IntroJS            =
===============================*/
/*----------  Page Layout  ----------*/
@media screen and (min-width: 48em) {
  body.is-relative {
    position: relative; } }

.is-hidden {
  display: none; }

/*----------  Landing Overlay  ----------*/
.introjs-overlay {
  background-color: #fff;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.landing-content, .introjs-tooltip {
  margin: 0 auto;
  background-color: #fff;
  opacity: 0.9;
  padding: 1.5rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }

.landing-container {
  display: none; }
  @media screen and (min-width: 48em) {
    .landing-container {
      top: 0;
      bottom: unset;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 1 !important;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000; } }

.landing-content {
  position: relative;
  max-width: 400px;
  border: 1px solid #728c99; }
  .landing-content .btn-container {
    text-align: center; }

@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 10;
  opacity: 0; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: calc(10 + 2) !important;
  pointer-events: none; }

.introjs-disableInteraction {
  z-index: 10 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: calc(10 + 1);
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: calc(10 + 1);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.intro-circleSelectRef {
  z-index: calc(10 + 10); }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 10 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white; }

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white; }

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white; }

.introjs-tooltip {
  min-width: 200px;
  max-width: 250px;
  box-sizing: content-box;
  border: 1px solid #728c99;
  position: absolute;
  visibility: visible;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.intro-firstSlide {
  min-width: 500px;
  max-width: 600px; }

.introjs-tooltipbuttons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }

.introjs-button {
  margin: 5px 0; }

.introjs-skipbutton {
  order: 3;
  display: block;
  flex-basis: 100%;
  background-color: transparent;
  color: #c42d21;
  margin: 0;
  text-transform: none; }
  .introjs-skipbutton:hover {
    background-color: transparent; }

.introjs-donebutton {
  color: #fff;
  flex-basis: auto;
  text-transform: uppercase; }
  .introjs-donebutton:hover {
    background-color: #c42d21; }

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-prevbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center; }

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  display: none; }
  @media screen and (min-width: 48em) {
    .introjs-hint {
      display: block;
      box-sizing: content-box;
      position: absolute;
      background: transparent;
      width: 20px;
      height: 15px;
      cursor: pointer; } }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 2px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .introjs-hint-pulse::before {
    content: 'i';
    position: absolute;
    left: 40%;
    font-size: 8px;
    font-size: 0.5rem;
    color: #1D435E; }

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 4px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
  opacity: 0; }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.0; } }

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(0.9);
    opacity: 0.0; } }

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  25% {
    transform: scale(0);
    opacity: 0.1; }
  50% {
    transform: scale(0.1);
    opacity: 0.3; }
  75% {
    transform: scale(0.5);
    opacity: 0.5; }
  100% {
    transform: scale(0.9);
    opacity: 0.0; } }
